.elementor-89063 .elementor-element.elementor-element-561be2cc{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0.5% 0% 0.5% 0%;}.elementor-89063 .elementor-element.elementor-element-561be2cc > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-89063 .elementor-element.elementor-element-2ef4dc26.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-89063 .elementor-element.elementor-element-2ef4dc26.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-89063 .elementor-element.elementor-element-2ef4dc26 > .elementor-element-populated{margin:0% 0% 0% 0%;--e-column-margin-right:0%;--e-column-margin-left:0%;}.elementor-89063 .elementor-element.elementor-element-301b84dd > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-89063 .elementor-element.elementor-element-301b84dd{margin-top:0%;margin-bottom:0%;}.elementor-89063 .elementor-element.elementor-element-65d2ab3.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-89063 .elementor-element.elementor-element-65d2ab3 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-block-end:0px;}.elementor-89063 .elementor-element.elementor-element-17e5e984{text-align:center;font-family:"Avenir", Sans-serif;font-size:0.833vw;font-weight:500;text-transform:uppercase;font-style:normal;color:#1B323E;}@media(max-width:1024px){.elementor-89063 .elementor-element.elementor-element-561be2cc{padding:20px 20px 20px 20px;}.elementor-89063 .elementor-element.elementor-element-2ef4dc26 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-89063 .elementor-element.elementor-element-301b84dd{margin-top:0px;margin-bottom:0px;}.elementor-89063 .elementor-element.elementor-element-17e5e984{font-size:1.2vw;}}@media(max-width:767px){.elementor-89063 .elementor-element.elementor-element-561be2cc{padding:20px 5px 20px 5px;}.elementor-89063 .elementor-element.elementor-element-2ef4dc26 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-89063 .elementor-element.elementor-element-301b84dd{margin-top:0px;margin-bottom:0px;}.elementor-89063 .elementor-element.elementor-element-65d2ab3 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-block-end:0px;}.elementor-89063 .elementor-element.elementor-element-65d2ab3 > .elementor-element-populated{padding:10px 0px 10px 0px;}.elementor-89063 .elementor-element.elementor-element-17e5e984 > .elementor-widget-container{padding:0% -15% 0% -15%;}.elementor-89063 .elementor-element.elementor-element-17e5e984{text-align:center;font-size:3vw;line-height:1.5em;}}/* Start custom CSS */body, html {
  background-color: #fff;
  overflow-x: hidden;
}

.single-header {
  background-color: transparent !important;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
}

.legal-txt br {
  display: none;
}

.legal-txt a {
  color: #1B323E;
}


.the-historian-font {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bold-txt b {
  font-family: "Avenir", Sans-Serif;
  font-weight: 600;
}

.txt-under {
  -webkit-box-shadow: inset 0 0px 0 white, inset 0 -4px 0 #fff;
  box-shadow: inset 0 0px 0 white, inset 0 -3px 0 #fff;
}


.br-txt br {
  display: block;
}

/*Form*/
.wmd-form label {
  display: none !important;
}

.wmd-form .gform_body {
  margin-right: 16px;
}

.wmd-form input::placeholder {
  opacity: 1;
  color: rgba(39, 41, 51, 0.5);
}

/*.wmd-form .gform_body input:focus::placeholder {
  color: transparent !important;
}*/

.wmd-form .gform_body input {
  color: #000 !important;
  opacity: 1;
  border: solid 1px #707070 !important;
  font-size: 1.458vw !important;
  font-family: "Avenir Book", Sans-serif !important;
  padding: 12.5px !important;
  outline: none;
  border-radius: 0;
}

.wmd-form .gform_footer {
  width: 25% !important;
  margin: 0;
}

.wmd-form .gform_footer input {
  width: 100% !important;
  font-family: "Kiona", Sans-serif;
  font-size: 1.198vw !important;
  font-weight: Bold;
  background-color: #F54B5D;
  border-radius: 0;
  border: 2px solid #F54B5D;
  color: #fff;
  padding: 15px 0;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wmd-form .gform_footer input:hover {
  color: #F54B5D;
  background-color: #fff;
}

/*.wmd-form .gform_body input:focus::-webkit-input-placeholder, .wmd-form .gform_body textarea:focus::-webkit-input-placeholder {
  opacity: 0 !important;
}

.wmd-form .gform_body input:focus:-moz-placeholder, .wmd-form .gform_body textarea:focus:-moz-placeholder {
  opacity: 0 !important;
}

.wmd-form .gform_body input:focus::-moz-placeholder, .wmd-form .gform_body textarea:focus::-moz-placeholder {
  opacity: 0 !important;
}

.wmd-form .gform_body input:focus:-ms-input-placeholder, .wmd-form .gform_body textarea:focus:-ms-input-placeholder {
  opacity: 0 !important;
}

.wmd-form .gform_body input:focus::-ms-input-placeholder, .wmd-form .gform_body textarea:focus::-ms-input-placeholder {
  opacity: 0 !important;
}

.wmd-form .gform_body input:focus::placeholder, .wmd-form .gform_body textarea:focus::placeholder {
  opacity: 0 !important;
}*/


@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .section-01 {
    padding: 90px 30px 140px 20px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .wmd-form .gform_footer {
    margin: 0;
  }

  .wmd-form .gform_footer input {
    width: 100% !important;
    font-size: 2vw !important;
    padding: 12px 0 !important;
  }

  .wmd-form .gform_body input {
    font-size: 2vw !important;
  }

  .txt-under {
    -webkit-box-shadow: inset 0 0px 0 white, inset 0 -2px 0 #fff;
    box-shadow: inset 0 0px 0 white, inset 0 -2px 0 #fff;
  }

  .wmd-form .gform_body {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .wmd-form form {
    display: flex;
  }

  .wmd-form .gform-body {
    width: 80% !important;
    display: flex;
  }

  .wmd-form .gform_footer.top_label {
    padding: 0 !important;
    margin: 0 !important;
    width: 20%;
  }
}

@media only screen and (max-width: 767px) {
  .br-txt br {
    display: none;
  }

  .wmd-form .gform_footer {
    width: 100% !important;
    margin: 0;
    max-width: 100% !important;
  }

  .wmd-form .gform_body {
    margin-right: 0;
  }

  .wmd-form .gform_footer input {
    width: 100% !important;
    font-size: 4vw !important;
    padding: 15px 10px;
    max-width: 100% !important;
  }

  .wmd-form .gform_body input {
    font-size: 4vw !important;
    font-family: "Avenir Book", Sans-serif;
  }
  
  .legal-txt br {
  display: block;
}

.hide-mobile {
  display: none;
}

.mobile-big {
  font-size: 4vw;
}
}/* End custom CSS */