@font-face {
  font-family: arboria, sans-serif;
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: arboria, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: arboria, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: arboria, sans-serif;
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: arboria, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: arboria, sans-serif;
  font-weight: 700;
  font-style: italic;
}
html, body {
  font-family: "arboria", sans-serif !important;
  font-weight: 400;
}

::placeholder {
  color: #9D9D9D;
}

h1, h3 {
  font: 700 40px/42px "arboria", sans-serif !important;
}

#header.shrink .header-bg {
  background: linear-gradient(0deg, rgba(10, 11, 21, 0) 0%, #0a0b15 100%) !important;
}

.page-template-default .hero.three .col-three .form-container {
  padding: 60px 80px;
  margin-right: 3.5vw;
}

.col-two {
  display: none;
}

.page-template-default .hero.three {
  padding: 270px 0 200px;
}

.hero.three .col-one {
  margin-top: -50px;
  padding-right: 9%;
  padding-left: 2.5%;
}
.hero.three .col-one .text-container {
  max-width: 100% !important;
}
.hero.three .col-one .text-container > .the-content {
  max-width: 100% !important;
}

.hero.three .col-three .form-container {
  max-width: 720px !important;
  border-radius: 30px;
  background: #53c2be;
  background: linear-gradient(135deg, rgba(83, 194, 190, 0.8) 0%, rgba(102, 103, 171, 0.8) 100%);
}
.hero.three .col-three .form-container h3 {
  text-align: left !important;
}

.page-template-default form .gform_body .gform_fields .gfield {
  width: 100%;
}
.page-template-default form .gform_body .gform_fields .gfield input {
  border-radius: 38px !important;
  padding: 18px 25px !important;
}
.page-template-default form .gform_body .gform_fields .gfield .ginput_container textarea {
  border-radius: 38px;
  background-color: #FFF;
  padding: 18px 25px;
}

.page-template-default form .gform_footer button, form .gform_footer .button {
  background-color: #334384;
  color: #FFF;
  border-radius: 38px;
  text-transform: uppercase;
  font: 700 16px/22px "arboria", sans-serif;
  transition: all 250ms ease-in-out;
}
.page-template-default form .gform_footer button span, form .gform_footer .button span {
  position: relative;
  left: -10px;
  transition: all 250ms ease-in-out;
  display: flex;
  align-items: center;
}
.page-template-default form .gform_footer button span:after, .page-template-default form .gform_footer button span:before, form .gform_footer .button span:after, form .gform_footer .button span:before {
  content: "";
  display: inline-block;
  height: 12px;
  width: 16px;
  margin-top: 2px;
  background-image: url("images/coeur.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  transition: all 250ms ease-in-out;
  right: -25px;
  background-position: center;
}
.page-template-default form .gform_footer button span:before, form .gform_footer .button span:before {
  height: 20px;
  width: 24px;
  right: -28px;
  opacity: 0;
  background-image: url("images/coeur-outline.svg");
  background-size: 1%;
}
.page-template-default form .gform_footer button:hover, form .gform_footer .button:hover {
  background-color: #334384;
  color: #FFF;
}
.page-template-default form .gform_footer button:hover span:after, form .gform_footer .button:hover span:after {
  opacity: 0;
}
.page-template-default form .gform_footer button:hover span:before, form .gform_footer .button:hover span:before {
  opacity: 1;
  background-size: 100%;
}

.euphorie-contacts {
  margin-top: 30px;
}
.euphorie-contacts .contact-separator {
  position: relative;
  margin: auto 30px;
  height: 45px;
}
.euphorie-contacts .contact-separator span {
  position: absolute;
  display: block;
  height: 45px;
  width: 1px;
  background-color: #53C2BE;
  left: 7px;
}
.euphorie-contacts .contact-separator svg {
  height: 100%;
  width: 15px;
}
.euphorie-contacts .contact-separator svg path {
  fill: #53C2BE;
}
.euphorie-contacts .single-contact p {
  font: 500 16px/22px "arboria", sans-serif;
  color: #FFF;
}
.euphorie-contacts .single-contact p:nth-child(1) {
  color: #53C2BE;
}

.gform_confirmation_wrapper .gform_confirmation_message {
  color: #FFF;
}

@media (max-width: 1650px) {
  .page-template-default .hero.three .col-three .form-container {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  h1, h3 {
    font-size: 34px !important;
    line-height: 36px !important;
  }

  .hero.three .col-one {
    padding-right: 6%;
  }
}
@media (max-width: 991px) {
  .hero.three .col-one {
    padding-right: 0;
  }

  .hero.three .col-one .text-container > .the-content {
    max-width: 720px !important;
    margin: auto;
  }

  .hero.three .col-one .text-container {
    text-align: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .euphorie-contacts {
    text-align: center;
  }
  .euphorie-contacts .contact-separator span {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .page-template-default .hero.three {
    padding: 240px 0 200px;
  }
}
@media screen and (max-width: 575px) {
  h1, h3 {
    font-size: 29px !important;
    line-height: 29px !important;
  }

  .page-template-default .hero.three .col-three .form-container {
    padding: 45px;
  }
}
@media screen and (max-width: 410px) {
  .the-content p {
    font-size: 15px;
  }
}

/*# sourceMappingURL=euphorie.css.map */
