@charset "UTF-8";
/****** DO NOT EDIT THIS FILE!!! IT IS CREATED BY THE THEME AND MAY GET OVERWRITTEN! ******/
/****** VARIABLES ******/
/****** DO NOT EDIT THIS FILE!!! IT IS CREATED BY THE THEME AND MAY GET OVERWRITTEN! ******/
/****** MIXINS ******/
/* FONT MIXINS */
.fs1 {
  font-size: 1rem !important;
}
.fs2 {
  font-size: 2rem !important;
}
.fs3 {
  font-size: 3rem !important;
}
.fs4 {
  font-size: 4rem !important;
}
.fs5 {
  font-size: 5rem !important;
}
.fs6 {
  font-size: 6rem !important;
}
.fw-100 {
  font-weight: 100 !important;
}
.fw-200 {
  font-weight: 200 !important;
}
.fw-300 {
  font-weight: 300 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
.fw-900 {
  font-weight: 900 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-black {
  background-color: #000 !important;
}
.no-select {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
.center-it {
  display: block;
  float: none;
  clear: both;
  margin: 0 auto;
  text-align: center;
}
.no-padding {
  padding: 0 !important;
}
.primary-color {
  color: #FFFFFF !important;
}
.primary-bg {
  background-color: #FFFFFF !important;
}
.secondary-color {
  color: #FFFFFF !important;
}
.secondary-bg {
  background-color: #FFFFFF !important;
}
.btn-primary {
  background-color: #FFFFFF;
  color: #000;
  border-color: #FFFFFF;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:focus-within {
  background-color: #e6e6e6 !important;
  color: #000;
  border-color: #FFFFFF;
}
.btn-secondary {
  background-color: #FFFFFF;
  color: #000;
  border-color: #FFFFFF;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:focus-within {
  background-color: #e6e6e6;
  color: #000;
  border-color: #FFFFFF;
}
.text-white {
  color: #fff !important;
}
.text-white * {
  color: #fff;
}
.d-flex {
  display: flex !important;
}
.d-block {
  display: block !important;
}
@media only screen and (min-width: 768px) {
  .xs-only {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .xs-flex {
    display: flex !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sm-flex {
    display: flex !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .md-flex {
    display: flex !important;
  }
}
@media only screen and (min-width: 1200px) {
  .lg-flex {
    display: flex !important;
  }
}
@media only screen and (max-width: 767px) {
  .xs-row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sm-row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .md-row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 1200px) {
  .lg-row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.justify-content-center {
  justify-content: center;
}
.justify-content-space-around {
  justify-content: space-around;
}
.flex-center-wrap {
  display: flex;
  align-items: center !important;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .flex-sm-align-items-stretch-center {
    display: flex !important;
    align-items: stretch !important;
    flex-wrap: wrap;
  }
  .flex-sm-align-items-stretch-center > div {
    align-self: center;
  }
}
.ws-form-container {
  background-color: #fff;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
}
.ws-form-container .ws-form-title-container {
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.17);
  font-size: 15px;
  padding: 20px;
  font-weight: bold;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  color: #fff !important;
  display: block;
  float: none;
  clear: both;
  margin: 0 auto;
  text-align: center;
}
.ws-form-container .ws-form-title-container * {
  color: #fff;
}
.ws-form-container .ws-form-title-container .ws-fa-icon-container {
  margin: 0 10px;
}
.ws-form-container .ws-form-body-container {
  padding: 10px;
}
.ws-form-container .ws-form-body-container .form__warn {
  text-align: center !important;
}
.ws-form-container .ws-form-body-container .gform_footer .gform_button {
  display: block;
  float: none;
  clear: both;
  margin: 0 auto;
  text-align: center;
}
.white-overlay {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.black-overlay {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.m-0 {
  margin: 0px !important;
}
.mt-0 {
  margin-top: 0px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mr-0 {
  margin-right: 0px !important;
}
.ml-0 {
  margin-left: 0px !important;
}
.m-5 {
  margin: 5px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mr-5 {
  margin-right: 5px !important;
}
.ml-5 {
  margin-left: 5px !important;
}
.m-10 {
  margin: 10px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.m-15 {
  margin: 15px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.ml-15 {
  margin-left: 15px !important;
}
.m-20 {
  margin: 20px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.m-25 {
  margin: 25px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mr-25 {
  margin-right: 25px !important;
}
.ml-25 {
  margin-left: 25px !important;
}
.m-30 {
  margin: 30px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.p-5 {
  padding: 5px !important;
}
.pt-5 {
  padding-top: 5px !important;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.pr-5 {
  padding-right: 5px !important;
}
.pl-5 {
  padding-left: 5px !important;
}
.p-10 {
  padding: 10px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pr-10 {
  padding-right: 10px !important;
}
.pl-10 {
  padding-left: 10px !important;
}
.p-15 {
  padding: 15px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pr-15 {
  padding-right: 15px !important;
}
.pl-15 {
  padding-left: 15px !important;
}
.p-20 {
  padding: 20px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.p-25 {
  padding: 25px !important;
}
.pt-25 {
  padding-top: 25px !important;
}
.pb-25 {
  padding-bottom: 25px !important;
}
.pr-25 {
  padding-right: 25px !important;
}
.pl-25 {
  padding-left: 25px !important;
}
.p-30 {
  padding: 30px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pr-30 {
  padding-right: 30px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.fancy-radio ul, .fancy-radio-primary ul {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  float: none;
  display: flex;
}
.fancy-radio ul .radio, .fancy-radio-primary ul .radio {
  float: left;
  flex-grow: 1;
}
.fancy-radio ul .radio input, .fancy-radio-primary ul .radio input {
  display: none !important;
}
.fancy-radio ul .radio input + label, .fancy-radio-primary ul .radio input + label {
  background-color: #bbb;
  color: #000;
  max-width: 100%;
  width: 100%;
  margin: 0 !important;
  transition: all 0.4s ease;
  padding: 10px;
}
.fancy-radio ul .radio input[type=radio]:checked + label, .fancy-radio-primary ul .radio input[type=radio]:checked + label {
  background-color: #FFFFFF;
  color: #000;
}
.fancy-radio-secondary ul {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  float: none;
  display: flex;
}
.fancy-radio-secondary ul .radio {
  float: left;
  flex-grow: 1;
}
.fancy-radio-secondary ul .radio input {
  display: none !important;
}
.fancy-radio-secondary ul .radio input + label {
  background-color: #bbb;
  color: #000;
  max-width: 100%;
  width: 100%;
  margin: 0 !important;
  transition: all 0.4s ease;
  padding: 10px;
}
.fancy-radio-secondary ul .radio input[type=radio]:checked + label {
  background-color: #FFFFFF;
  color: #000;
}
.fancy-checkbox li.checkbox {
  display: flex;
  align-content: center;
  align-items: center;
}
.fancy-checkbox li.checkbox label {
  background-color: #fff;
  padding: 10px 20px 10px 40px !important;
  margin-left: 0 !important;
  border-radius: 4px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
.fancy-checkbox li.checkbox input {
  margin-left: 0 !important;
  left: 15px !important;
  margin-top: 0 !important;
}
.fancy-checkbox li.checkbox input:checked + label {
  background-color: #d9d9d9 !important;
}
.fancy-checkbox-alt li.checkbox {
  display: flex;
  align-content: center;
  align-items: center;
}
.fancy-checkbox-alt li.checkbox label {
  background-color: #fff;
  padding: 10px 20px 10px 10px;
  margin-left: 0 !important;
  border-radius: 4px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
.fancy-checkbox-alt li.checkbox input {
  margin-left: 30px;
  left: 15px;
  margin-top: 0;
  display: none !important;
}
.fancy-checkbox-alt li.checkbox input:checked + label {
  background-color: #d9d9d9;
}
.fancy-checkbox-alt li.checkbox input:checked + label:before {
  font-family: "Font Awesome 5 Pro";
  color: #35D040;
  content: "";
  font-size: inherit;
  margin-right: 10px;
  list-style: none !important;
}
.strong {
  font-weight: bold !important;
}
@media only screen and (min-width: 768px) {
  .megamenu ul.dropdown-menu {
    width: 100vw;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1;
    background-color: #000;
  }
  .megamenu ul.dropdown-menu > li {
    float: left;
    width: 33%;
  }
  .megamenu ul.dropdown-menu > li a {
    background-color: #000;
    color: #fff !important;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
  }
  .megamenu ul.dropdown-menu > li a img {
    display: block;
    clear: both;
    height: 125px;
    width: 100%;
  }
  .megamenu ul.dropdown-menu > li a img:hover {
    opacity: 0.6;
    transition: all 1.25s;
  }
  .megamenu ul.dropdown-menu > li a span {
    display: block;
    margin-top: 5px;
    font-weight: bold;
  }
}
.slick-slider .slick-single-outer-container {
  box-shadow: 0 10px 21px 0 rgba(0, 0, 0, 0.04);
  padding: 0 35px;
}
@media only screen and (min-width: 1200px) {
  .slick-slider .slick-single-outer-container {
    padding: 0 15px;
  }
}
.slick-slider .slick-single-outer-container .slick-single-inner-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #252525;
  border-radius: 10px;
  padding: 40px 60px;
}
.slick-slider .slick-single-outer-container .slick-single-inner-container .carousel-caption {
  position: unset;
}
.slick-slider .slick-dots {
  display: flex;
  padding: 0;
  width: 100%;
  justify-content: space-around;
  max-width: 300px;
  align-items: center;
  margin: 20px auto;
  cursor: pointer;
}
.slick-slider .slick-dots li {
  list-style: none !important;
}
.slick-slider .slick-dots li::before {
  font-family: "Font Awesome 5 Pro" !important;
  content: "";
  font-weight: bold;
}
.slick-slider .slick-dots li.slick-active::before {
  color: red;
}
.slick-slider .slick-dots button {
  display: none;
}
/* MENU */
.top-area.outer-container.navbar-fixed-top.nav-menu-white {
  background-color: #000;
}
.main_menu .ws-menu ul li a, .main_menu .navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
}
.dropdown-caret {
  color: #ca2933;
}
/* HOME */
.ws-section.section-46 {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.ws-section.module-padding.section-51 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.banner-inner-container {
  text-align: center;
}
.title-banner {
  color: #fff;
  font-size: 88px;
  margin-bottom: 50px;
  font-family: "Playfair Display";
}
.main_menu .dropdown-menu {
  background-color: #fff;
}
.main_menu .ws-menu ul.dropdown-menu li a {
  color: #000;
}
.main_menu .ws-menu ul.dropdown-menu li a:hover {
  color: #ca2933;
}
.subtitle-banner {
  color: #fff;
  font-family: helvetica;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 25px;
}
.btn-primary {
  background-color: transparent;
  border: solid 1px #fff;
  padding: 16px 24px;
  border-radius: 12px;
  color: #fff;
}
.btn-secondary {
  background-color: #fff;
  border: solid 1px #fff;
  padding: 16px 24px;
  border-radius: 12px;
  color: #000;
}
.section-title-inner {
  text-align: center;
  max-width: 850px;
  margin: auto;
}
.black-subtitle {
  margin-bottom: 50px;
  margin-top: 0;
  font-size: 16px;
  letter-spacing: 2px;
}
.red-subtitle {
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 16px;
  letter-spacing: 2px;
  color: #ca2933;
}
.no-color-subtitle {
  font-family: "Playfair Display";
  font-size: 50px;
  margin-bottom: 50px;
}
.text-regular {
  font-family: Helvetica;
  font-size: 18px;
}
.black {
  color: #000;
}
.white {
  color: #fff;
}
.red {
  color: #ca2933;
}
.btn-black {
  font-family: Helvetica;
  width: 350px;
  color: #fff;
  background-color: #000;
  padding: 16px 0;
  margin-top: 50px;
  border-radius: 12px;
}
.btn-black:hover {
  font-family: Helvetica;
  width: 350px;
  color: #fff;
  background-color: #000;
  padding: 16px 0;
  margin-top: 50px;
}
.row-service {
  display: flex;
  padding: 25px 0;
}
.text-service-row {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.image-service-row iframe {
  width: 511px;
  height: 354px;
  border-radius: 24px;
}
.image-service-row .cstm_img {
  border-radius: 24px;
  box-shadow: 6px 9px 24.3999996185px 0px #00000040;
}
.banner-title {
  color: #fff;
  margin-bottom: 50px;
  font-family: "Playfair Display";
  font-size: 71px;
  font-weight: 400;
}
.opt-container {
  text-align: center;
  max-width: 910px;
  margin: 0 auto;
}
.opt-container .opt-inner .opt-btns-container {
  display: flex;
  justify-content: center;
  gap: 0 16px;
}
.btn-black-small {
  font-family: Helvetica;
  width: 186px;
  color: #fff;
  background-color: #000;
  padding: 16px 0;
  margin-top: 50px;
  border-radius: 12px;
}
.title-small-red {
  font-size: 14px;
  font-weight: bolder;
  line-height: 13.55px;
  color: #CA2933;
}
.title-small-white {
  font-size: 14px;
  font-weight: bolder;
  line-height: 16.8px;
  letter-spacing: 0.2em;
  color: white;
}
.info-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 100px;
}
.info-container .info-item {
  display: flex;
  align-items: center;
  gap: 0 15px;
}
.info-container .info-item .info-text span {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #000000;
}
.info-container .info-item p {
  margin: 0;
  font-family: Helvetica;
  font-size: 24px;
  font-weight: 700;
  color: #21203C;
}
.info-container .info-item p span {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #000000;
}
.section-122 {
  box-shadow: 0px -1px 19.5px 1px #00000099;
}
.form-container .form-box p {
  font-size: 18px;
  font-weight: 700;
  line-height: 28.8px;
  color: white;
}
.news-container {
  background-color: #CA2933;
  border-radius: 16px;
  padding: 64px 64px 14px 64px;
  display: flex;
  align-items: end;
}
.news-container .news-box {
  padding-right: 60px;
}
.request-form label {
  display: block;
  color: white;
  font-family: Helvetica;
  font-size: 18px;
  font-weight: 700;
  line-height: 21.6px;
}
.request-form input[type=text], .request-form input[type=email], .request-form input[type=tel] {
  border-radius: 10px;
  border: 1px solid white;
  background-color: transparent;
  color: white;
}
.request-form #gform_submit_button_1 {
  padding: 16px 64px 16px 32px;
  border-radius: 12px;
  background: linear-gradient(92.08deg, #CA2933 0%, #DF2933 137.56%);
  box-shadow: 12px 12px 60px 0px #EEA44729;
  border: 0;
  color: white;
  font-family: Helvetica;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  letter-spacing: -0.02em;
  text-align: center;
  position: relative;
  margin-bottom: 0;
}
.request-form .gform_footer {
  display: flex;
  align-items: center;
}
.request-form .gform_footer span {
  position: absolute;
  left: 117px;
}
.request-form .gform_footer span::after {
  color: white;
  content: "";
  font-family: FontAwesome;
  font-size: 18px;
}
.newsletter-form .gform_fields {
  grid-column-gap: 0 !important;
}
.newsletter-form input[type=email] {
  width: 355px !important;
  height: 68px;
  padding: 0 0 0 40px !important;
  background-color: white;
  box-shadow: 8px 12px 60px 0px #FFFFFF29;
  border: 0;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.newsletter-form input[type=email]::placeholder {
  font-family: Helvetica;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  letter-spacing: -0.02em;
  color: #2B3E3D;
}
.newsletter-form #gform_submit_button_2 {
  width: 189px;
  height: 68px;
  padding: 24px 32px 24px 0px;
  background-color: black;
  color: white;
  font-family: Helvetica;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  letter-spacing: -0.02em;
  text-align: center;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border: 0;
}
.newsletter-form .gfield--type-submit {
  display: flex;
  align-items: center;
}
.newsletter-form .gfield--type-submit span {
  position: absolute;
  right: 130px;
}
.newsletter-form .gfield--type-submit span::after {
  color: white;
  content: "";
  font-family: FontAwesome;
  font-size: 18px;
}
.bg-email-icon #input_2_1 {
  background: url("https://secondchance.iseo.biz/wp-content/uploads/2024/03/icon-email-form.webp") no-repeat scroll 0 1px white;
  display: block;
  background-position: 8px;
  background-size: 20px;
  background-repeat: no-repeat;
}
#footer-widgets {
  background-color: #000000;
}
#footer-widgets > .container {
  background-color: #000000;
}
.footer-info {
  margin-top: 40px;
}
.footer-info p, .footer-info a {
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  letter-spacing: -0.02em;
  color: #FFFFFF99;
}
.footer-info a:hover {
  color: #FFFFFF99;
  text-decoration: none;
}
.footer-title {
  font-family: Canela;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-align: left !important;
  color: white;
}
.footer-text-normal {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  letter-spacing: -0.02em;
  color: #FFFFFF99;
}
.footer-text-normal:hover {
  color: #FFFFFF99;
  text-decoration: none;
}
.quick-links li {
  margin-bottom: 10px;
}
.quick-links li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  letter-spacing: -0.02em;
  color: #FFFFFF99;
}
.quick-links li a:hover {
  color: #FFFFFF99;
  text-decoration: none;
}
.footer-follow {
  display: flex;
  gap: 0 10px;
}
.footer-follow i {
  color: white;
  font-size: 20px;
  background: linear-gradient(92.08deg, #CA2933 0%, #FF2933 137.56%);
  padding: 16px;
  border-radius: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
}
.ws-section.section-143 {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.main-title-contact {
  font-family: "Playfair Display";
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
}
.main-title-contact::after {
  content: "";
  height: 5px;
  width: 160px;
  background-color: #ca2933;
  margin-top: 10px;
}
.contact-form label {
  display: block;
  color: black;
  font-family: Helvetica;
  font-size: 18px;
  font-weight: 700;
  line-height: 21.6px;
}
.contact-form input[type=text], .contact-form input[type=email], .contact-form input[type=tel] {
  border-radius: 10px;
  border: 1px solid black;
  background-color: white;
  color: black;
}
.contact-form #gform_submit_button_4 {
  padding: 16px 64px 16px 32px;
  border-radius: 12px;
  background: linear-gradient(92.08deg, #CA2933 0%, #DF2933 137.56%);
  box-shadow: 12px 12px 60px 0px #EEA44729;
  border: 0;
  color: white;
  font-family: Helvetica;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  letter-spacing: -0.02em;
  text-align: center;
  position: relative;
  margin-bottom: 0;
}
.contact-form .gform_footer {
  display: flex;
  align-items: center;
}
.contact-form .gform_footer span {
  position: absolute;
  left: 117px;
}
.contact-form .gform_footer span::after {
  color: white;
  content: "";
  font-family: FontAwesome;
  font-size: 18px;
}
.home-banner-title {
  margin-bottom: 50px;
  font-family: "Playfair Display";
  font-size: 111px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: white;
}
.home-banner-title-inner {
  color: #fff;
  font-family: "Playfair Display";
  font-size: 71px;
  font-weight: 400;
  position: relative;
  top: -40px;
}
.home-banner-subtitle {
  text-transform: capitalize;
  font-family: Helvetica;
  font-size: 22px;
  font-weight: 400;
  color: #fff;
}
.wedo-container {
  display: flex;
  gap: 21px;
  flex-wrap: wrap;
}
.wedo-container .wedo-item {
  box-shadow: 16px 12px 96px 0px #2B3E3D14;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 50px 35px;
  text-align: center;
  flex: 1 1 20%;
}
.wedo-container .wedo-item h3 {
  font-family: Helvetica;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.04em;
  margin-top: 25px;
}
.wedo-container .wedo-item .learn-more-btn {
  font-family: Helvetica;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.8px;
  letter-spacing: -0.02em;
  color: #DF2933;
}
.wedo-container .wedo-item .learn-more-btn i {
  font-weight: 700;
}
.about-home-container {
  display: flex;
  gap: 81px;
  flex-wrap: wrap;
  margin-top: 50px;
}
.about-home-container .about-home-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  flex: 1 1 25%;
}
.about-home-container .about-home-item h3 {
  font-family: Helvetica;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: white;
}
.about-home-container .about-home-item p {
  font-family: Helvetica;
  font-size: 15px;
  font-weight: 400;
  color: white;
}
.btn-red {
  font-family: Helvetica;
  width: 211px;
  height: 52px;
  color: #fff;
  background: linear-gradient(92.08deg, #CA2933 0%, #DF2933 137.56%);
  padding: 16px 32px;
  margin-top: 30px;
  border-radius: 12px;
  box-shadow: 12px 12px 60px 0px #EEA44729;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-align: center;
}
.section-216 {
  box-shadow: 0px -1px 19.5px 1px #00000099;
}
.section-168, .section-157, .section-235, .section-246, .section-263, .section-276, .section-288, .section-300, .section-311, .section-350, .section-356, .section-363, .section-369, .section-375, .section-381, .section-405, .section-436, .section-443, .section-457 {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.section-168, .section-157, .section-46, .section-235, .section-246, .section-263, .section-276, .section-288, .section-300, .section-311, .section-143, .section-350, .section-356, .section-363, .section-369, .section-375, .section-381, .section-405, .section-436, .section-443, .section-457 {
  height: 650px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/***** MEDIA QUERIES *****/
@media screen and (max-width: 1249px) {
  .ctas-header {
    display: flex;
    gap: 0 10px;
  }
  .section-216, .section-122 {
    box-shadow: none;
  }
  .newsletter-form input[type=email]::placeholder {
    font-size: 14px;
  }
  .newsletter-form #gform_submit_button_2 {
    padding: 24px 45px 24px 0px;
  }
  .newsletter-form .gfield--type-submit span {
    right: 65px;
  }
}
@media screen and (max-width: 1023px) {
  .section-168, .section-157, .section-46, .section-235, .section-246, .section-263, .section-276, .section-288, .section-300, .section-311, .section-143, .section-350, .section-356, .section-363, .section-369, .section-375, .section-381, .section-405, .section-436, .section-443, .section-457 {
    height: 520px;
  }
  .home-banner-title {
    font-size: 75px;
  }
  .home-banner-title-inner {
    font-size: 50px;
    top: -20px;
  }
  .no-color-subtitle {
    font-size: 45px;
  }
  .banner-title {
    font-size: 65px;
  }
  .news-container {
    padding: 10px 10px 0 10px;
    margin-left: 0;
    margin-right: 0;
  }
  .news-container .news-box {
    padding-right: 15px;
  }
  .newsletter-form .gfield--type-submit span {
    right: 85px;
  }
}
@media screen and (max-width: 991px) {
  .ctas-header {
    display: flex;
    gap: 10px 0;
    flex-direction: column;
    padding-left: 35px;
  }
  .btn-primary {
    padding: 8px 20px;
  }
  .btn-secondary {
    padding: 8px 20px;
  }
  .row-service {
    display: block;
  }
  .image-service-row, .text-service-row {
    margin-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
  }
  .newsletter-form input[type=email]::placeholder {
    font-size: 13px;
  }
  .newsletter-form #gform_submit_button_2 {
    font-size: 14px;
  }
  .newsletter-form .gfield--type-submit span {
    right: 60px;
  }
  .newsletter-form .gfield--type-submit span::after {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .display-no-mobile {
    display: none;
  }
  .module-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  header.header {
    display: none;
  }
  .section-168, .section-157, .section-46, .section-235, .section-246, .section-263, .section-276, .section-288, .section-300, .section-311, .section-143, .section-350, .section-356, .section-363, .section-369, .section-375, .section-381, .section-405, .section-436, .section-443, .section-457 {
    height: 480px;
  }
  .home-banner-title {
    font-size: 55px;
  }
  .home-banner-title-inner {
    font-size: 35px;
    top: -10px;
    letter-spacing: 1px;
  }
  .no-color-subtitle {
    font-size: 35px;
  }
  .banner-title {
    font-size: 50px;
  }
  .subtitle-banner {
    font-size: 18px;
  }
  .wedo-container .wedo-item {
    flex: 1 1 100%;
  }
  .wedo-container .wedo-item h3 {
    font-size: 20px;
  }
  .row-service {
    display: block;
  }
  .image-service-row, .text-service-row {
    margin-bottom: 25px;
    padding: 0;
  }
  .text-regular {
    font-size: 15px;
  }
  .about-home-container {
    display: flex;
    gap: 30px 0;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .about-home-container .about-home-item {
    flex: 1 1 100%;
  }
  .info-container {
    margin-bottom: 25px;
  }
  .info-container .info-item .info-text span {
    font-size: 14px;
  }
  .info-container .info-item p {
    font-size: 20px;
  }
  .info-container .info-item p span {
    font-size: 14px;
  }
  .form-container .form-box p {
    font-size: 15px;
  }
  .news-container {
    padding: 10px 10px 0 10px;
    margin-left: 0;
    margin-right: 0;
    flex-direction: column;
  }
  .news-container .news-box {
    padding-right: 15px;
  }
  .newsletter-form input[type=email] {
    width: 100% !important;
    border-radius: 12px;
  }
  .newsletter-form input[type=email]::placeholder {
    font-size: 14px;
  }
  .newsletter-form #gform_submit_button_2 {
    width: 100%;
    padding: 24px 50px 24px 0px;
    font-size: 15px;
    border-radius: 12px;
  }
  .newsletter-form .gfield--type-submit span {
    right: 120px;
  }
  .newsletter-form .gfield--type-submit span::after {
    font-size: 16px;
  }
  #footer {
    text-align: center;
  }
  .footer-title {
    text-align: center !important;
  }
  .footer-follow {
    justify-content: center;
    flex-direction: row;
  }
}
@media screen and (max-width: 389px) {
  .btn-black {
    width: 100%;
  }
  .newsletter-form .gfield--type-submit span {
    right: 85px;
  }
}
@media only screen and (min-width: 768px) {
  .header.navbar-fixed-top:before, .top-area.navbar-fixed-top:before {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
