@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 */
@import url("https://fonts.googleapis.com/css2?family=Libre+Bodoni:ital,wght@0,400..700;1,400..700&display=swap");
.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;
}
/* HEADER */
.ws-section.section.outer-container.module-padding.section-14 {
  padding-top: 25px;
  padding-bottom: 300px;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
h2.tlt-head.one {
  font-family: Libre Bodoni;
  font-size: 91px;
  font-weight: 400;
  line-height: 109.2px;
  letter-spacing: 0.04em;
  text-align: center;
  color: white;
}
.white {
  color: #fff;
}
.black {
  color: #000;
}
.blue {
  color: #72A3B2;
}
.flex-wrap {
  flex-wrap: wrap;
}
h3.tlt-head.two {
  font-family: Archivo;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.4em;
  text-align: center;
  color: white;
  padding-top: 50px;
  padding-bottom: 30px;
}
h3.tlt-head.three {
  font-family: Archivo;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: white;
  padding: 0px 260px;
}
button.btn-head.typeA {
  width: 132px;
  height: 51px;
  padding: 16px 24px 16px 24px;
  border-radius: 12px;
  border: 1px white solid;
  background-color: transparent;
  color: white;
  font-family: Archivo;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  letter-spacing: -0.02em;
  text-align: center;
}
button.btn-head.typeA:hover {
  background-color: #fff;
  color: #000;
}
button.btn-head.typeB {
  width: 132px;
  height: 51px;
  padding: 16px 24px 16px 24px;
  border-radius: 12px;
  background-color: white;
  border: 1px white solid;
  color: black;
  font-family: Archivo;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  letter-spacing: -0.02em;
  text-align: center;
}
button.btn-head.typeB:hover {
  filter: brightness(0.9);
}
/* FOOTER */
#footer {
  background: black;
}
@media screen and (max-width: 768px) {
  #footer {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}
#footer-widgets {
  background-color: #000000;
  padding: 50px 0px;
}
div#footer-widget-2 h2, div#footer-widget-3 h2, div#footer-widget-4 h2 {
  padding-bottom: 15px;
  color: white;
  font-family: "Archivo";
  font-size: 16px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: 0.18em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  div#footer-widget-2 h2, div#footer-widget-3 h2, div#footer-widget-4 h2 {
    text-align: center;
  }
}
div#footer-widget-2 p, div#footer-widget-3 p {
  font-weight: 200;
  font-size: 15px;
  font-family: "Archivo";
  color: white;
  line-height: 21.6px;
  letter-spacing: 1px;
  padding-bottom: 8px;
}
div#footer-widget-3 {
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  div#footer-widget-3 {
    padding-top: 30px;
    padding-left: 15px;
  }
}
.fa-brands {
  color: white;
  font-size: 23px;
  background-color: #72A3B2;
  border-radius: 50px;
  padding: 20px 22px;
  margin-right: 8px;
}
.fa-brands:hover {
  color: black;
}
.fa-facebook-f {
  padding: 21px 25px;
}
.fa-linkedin-in {
  padding: 22px 24px;
}
/* BASEMENT */
.basement {
  color: #72A3B2;
  background-color: black;
  position: relative;
  top: -1px;
}
.basement .container {
  background-color: #000;
  border: 0px;
}
@media screen and (max-width: 768px) {
  .basement {
    text-align: center;
  }
}
p.basement-txt {
  text-align: right;
}
.ws-section.section-25 {
  padding-top: 0;
  padding-bottom: 50px;
  margin-top: -200px;
  z-index: 999;
}
.ws-section.section-34 {
  padding-top: 50px;
  padding-bottom: 100px;
}
.regular-text {
  font-size: 18px;
  font-family: "Archivo";
  line-height: 1.5;
}
.cta-main {
  font-family: "Archivo";
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  padding: 20px;
  text-align: center;
  min-width: 380px;
  border-radius: 12px;
}
.row-flex {
  display: flex;
}
.module-subtitle {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 2px;
}
.module-title {
  font-family: "Libre Bodoni";
  font-weight: 400;
  font-size: 44px;
  line-height: 1.4;
}
.col-flex-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.row-container-steps {
  margin-top: 40px;
}
.row-container-steps .container-program .inner-container-programs {
  background-color: #fff;
  box-shadow: 0px 20px 100px 10px rgba(43, 62, 61, 0.12);
  border-radius: 15px;
  padding: 20px 35px;
  min-height: 475px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.row-container-steps .container-program .inner-container-programs .icon-container-blue {
  box-shadow: 16px 12px 72px 0px rgba(21, 139, 132, 0.24);
  background-color: #72A3B2;
  height: 87px;
  width: 87px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.row-container-steps .container-program .inner-container-programs .icon-container-blue .steps-number {
  font-family: "Archivo";
  line-height: 1;
  margin: 0;
  font-size: 43px;
  color: #fff;
  opacity: 1;
}
.row-container-steps .container-program .inner-container-programs h3 {
  font-family: "Archivo";
  font-size: 19px;
  line-height: 1.2;
  letter-spacing: 3px;
}
.row-container-steps .container-program .inner-container-programs p {
  font-family: "Archivo";
  font-size: 15px;
  line-height: 1.3;
  color: #000;
  opacity: 0.7;
}
.container-program .inner-container-programs {
  background-color: #fff;
  box-shadow: 0px 20px 100px 10px rgba(43, 62, 61, 0.12);
  border-radius: 15px;
  padding: 20px 50px;
  min-height: 416px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.container-program .inner-container-programs .icon-contaienr {
  background-color: #000;
  height: 72px;
  width: 72px;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  align-items: center;
}
.container-program .inner-container-programs h3 {
  font-family: "Archivo";
  font-size: 23px;
  line-height: 1.2;
  letter-spacing: 3px;
}
.container-program .inner-container-programs p {
  font-family: "Archivo";
  font-size: 16px;
  line-height: 1.6;
  color: #2B3E3D;
  opacity: 0.7;
}
.inner-container-title {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  max-width: 950px;
  margin: auto;
}
.inner-container-title .module-subtitle {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 2px;
}
.inner-container-title .module-title {
  font-family: "Libre Bodoni";
  font-size: 48px;
  line-height: 1.4;
}
.contact-icon-container {
  gap: 15px;
  padding: 0;
}
.contact-icon-container i {
  font-size: 50px;
  color: #72A3B2;
}
.contact-icon-container h3 {
  margin-top: 0;
  font-family: "Archivo";
  font-weight: 700;
  font-size: 20px;
}
.contact-icon-container p {
  font-family: "Archivo";
  font-size: 16px;
  color: #000;
}
body div#gform_wrapper_1 div.gform_body input[type="text"]:focus, body div#gform_wrapper_1 select:focus, body div#gform_wrapper_1 textarea:focus, body div#gform_wrapper_1 input[type=email]:focus, body div#gform_wrapper_1 input[type=tel]:focus {
  outline: 0px solid !important;
  outline-offset: 0px !important;
}
form#gform_1 .gfield_label {
  font-family: "Archivo";
  color: #fff;
  letter-spacing: 3px;
}
form#gform_1 .ginput_container input {
  color: #fff;
  background-color: #000;
  border: solid 1px #fff;
  border-radius: 10px;
  min-height: 56px;
}
form#gform_1 input#gform_submit_button_1 {
  background-color: #72A3B2;
  padding: 15px 50px;
  color: #fff;
  font-size: 16px;
  font-family: "Archivo";
  border: none;
  border-radius: 12px;
  letter-spacing: 1px;
}
body div#gform_wrapper_2 div.gform_body input[type="text"]:focus, body div#gform_wrapper_2 select:focus, body div#gform_wrapper_2 textarea:focus, body div#gform_wrapper_2 input[type=email]:focus, body div#gform_wrapper_2 input[type=tel]:focus {
  outline: 0px solid !important;
  outline-offset: 0px !important;
}
div#gform_wrapper_2 {
  min-width: 85%;
}
div#gform_wrapper_2 div#gform_fields_2.gform_fields {
  display: flex;
  gap: 0;
  border-radius: 15px;
  min-height: 65px;
  overflow: hidden;
}
div#gform_wrapper_2 div#gform_fields_2.gform_fields div#field_2_1 {
  width: 75%;
}
div#gform_wrapper_2 div#gform_fields_2.gform_fields div#field_2_1 .ginput_container.ginput_container_email {
  height: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
}
div#gform_wrapper_2 div#gform_fields_2.gform_fields div#field_2_1 .ginput_container.ginput_container_email input#input_2_1 {
  height: 100%;
  border: none !important;
  font-family: "Archivo";
  font-size: 16px;
  color: #000;
}
div#gform_wrapper_2 div#gform_fields_2.gform_fields div#field_2_1 .ginput_container.ginput_container_email input#input_2_1::placeholder {
  font-family: "Archivo";
  font-size: 16px;
  color: #2B3E3D;
}
div#gform_wrapper_2 div#gform_fields_2.gform_fields div#field_2_1 .ginput_container.ginput_container_email::before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  color: #158B84;
  font-size: 28px;
  display: flex;
  align-items: center;
  padding: 0 15px;
}
div#gform_wrapper_2 div#gform_fields_2.gform_fields div#field_submit {
  width: 25%;
}
div#gform_wrapper_2 div#gform_fields_2.gform_fields div#field_submit input#gform_submit_button_2 {
  width: 100%;
}
div#gform_wrapper_2 div#gform_fields_2.gform_fields div#field_submit input#gform_submit_button_2 {
  width: 100%;
  height: 100%;
  background-color: #000;
  color: #fff;
  border: none;
  font-family: "Archivo";
  font-size: 16px;
}
@media (max-width: 992px) {
  .row-flex {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .display-no-mobile {
    display: none;
  }
  html {
    margin-top: 0 !important;
  }
  .header img {
    width: 170px;
  }
  .navbar {
    display: none;
  }
  h2.tlt-head.one {
    font-size: 55px;
    line-height: 70px;
  }
  h3.tlt-head.two {
    font-size: 23px;
    padding-top: 35px;
    padding-bottom: 20px;
  }
  h3.tlt-head.three {
    font-size: 23px;
    padding: 0;
  }
  .inner-container-title .module-title {
    font-size: 30px;
  }
  .cta-main {
    min-width: 100%;
  }
  .module-title {
    font-size: 30px;
  }
  .section-65 .row-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0;
  }
  p.basement-txt {
    text-align: center;
  }
  .row-container-steps .container-program .inner-container-programs {
    min-height: 360px;
  }
  .newsletter-form #gform_fields_2 {
    gap: 8px !important;
    border-radius: 15px !important;
    flex-direction: column;
  }
  .newsletter-form #gform_fields_2 #field_2_1, .newsletter-form #gform_fields_2 #field_submit {
    width: 100% !important;
    border-radius: 15px;
    overflow: hidden;
    height: 65px;
  }
}
@media screen and (max-width: 389px) {
  h2.tlt-head.one {
    font-size: 45px;
    line-height: 60px;
  }
}
iframe.brittany-map {
  box-shadow: 0px 2px 11px 6px #c9c9c9;
}
@media screen and (max-width: 768px) {
  iframe.brittany-map {
    margin-top: 60px;
    width: 100%;
  }
}
.glendora-foundation {
  text-align: right;
  padding-right: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .glendora-foundation {
    text-align: center;
    padding-right: 0px;
    padding-left: 0px;
    justify-content: center;
  }
}
.glendora-recovery {
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  .glendora-recovery {
    text-align: center;
    padding-left: 0px;
    padding-top: 50px;
  }
}
.slick-slider .slick-single-outer-container .slick-single-inner-container {
  padding: 0px;
  border-radius: 0px;
}
.slick-next.slick-arrow {
  right: -35px;
}
@media screen and (max-width: 768px) {
  .slick-next.slick-arrow {
    right: 0px;
  }
}
span.fa-icon.slick-prev.far.fa-angle-left.fa-4x.slick-arrow {
  left: -35px;
}
@media screen and (max-width: 768px) {
  span.fa-icon.slick-prev.far.fa-angle-left.fa-4x.slick-arrow {
    left: 0px;
  }
}
.slick-arrow {
  color: white;
}
.slick-slide img {
  height: 240px;
}
.row-location {
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .row-location {
    padding-bottom: 60px;
  }
}
