@charset "UTF-8";
html {
  font-size: 20px;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  border-radius: 0;
}

.underline {
  text-decoration: underline !important;
}

div#primary {
  float: none;
}

.container-fluid {
  max-width: 1920px;
  padding-left: 70px;
  padding-right: 70px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .container-fluid {
    max-width: 1340px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1199px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container {
  width: 100%;
  max-width: 1340px;
  padding: 0 20px;
  margin: 0 auto;
}

.row {
  margin-left: -20px;
  margin-right: -20px;
}

.col {
  padding-left: 20px;
  padding-right: 20px;
}

.container-xl {
  max-width: 1118px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container-small {
  max-width: 885px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

a {
  color: #31576D;
  transition: all 0.3s linear;
}
a:hover {
  color: #02eecd;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.padding-section-large {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .padding-section-large {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .padding-section-large {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.padding-section-small {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .padding-section-small {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.margin-section-large {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .margin-section-large {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .margin-section-large {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.margin-section-small {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .margin-section-small {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.text-center {
  text-align: center;
}

.link {
  text-decoration: underline;
  border-color: #02EECD;
  color: #02EECD;
}
.link:hover {
  border-color: #02EECD;
  color: #02EECD;
}

input,
select,
textarea {
  outline: none;
  box-shadow: none;
  font-family: "Roboto";
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}

.w-form {
  margin: 0 0 15px;
}

.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.4;
  color: #263539;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #EFDD2C;
}

.form-input {
  height: auto;
  min-height: 44px;
  margin-bottom: 0px;
  padding: 8px 12px;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #263539;
  background-color: #ffffff;
  color: #263539;
  font-size: 20px;
  line-height: 1.6;
}

.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #263539;
  color: #ffffff;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  font-size: 20px;
  transition: all 0.4s ease-in-out;
}
.w-button:hover {
  background-color: transparent;
  color: #263539;
}

.button {
  padding: 12px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #263539;
  background-color: #263539;
  color: #ffffff;
  text-align: center;
}

input.w-button {
  -webkit-appearance: button;
}

.relative {
  position: relative;
}

.text-center {
  text-align: center;
}

.heading-style-h1 {
  font-family: "Outfit";
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
  color: #31576D;
}
@media (max-width: 1340px) {
  .heading-style-h1 {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 1024px) {
  .heading-style-h1 {
    font-size: 29px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .heading-style-h1 {
    font-size: 30px;
    line-height: 34px;
  }
}

.heading-style-h2 {
  font-family: "Quicksand";
  font-size: 34px;
  font-weight: 700;
  line-height: 39px;
  color: #31576D;
}
@media (max-width: 767px) {
  .heading-style-h2 {
    font-size: 26px;
    line-height: 30px;
  }
}

.heading-style-h3 {
  font-family: "Quicksand";
  font-size: 29px;
  font-weight: 700;
  line-height: 34px;
  color: #31576D;
}
@media (max-width: 767px) {
  .heading-style-h3 {
    font-size: 24px;
    line-height: 28px;
  }
}

.heading-style-h4 {
  font-family: "Quicksand";
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
  color: #31576D;
}
@media (max-width: 767px) {
  .heading-style-h4 {
    font-size: 22px;
    line-height: 22px;
  }
}

.heading-style-h5 {
  font-family: "Outfit";
  font-size: 25px;
  font-weight: 700;
  line-height: 34px;
  color: #31576D;
}
@media (max-width: 767px) {
  .heading-style-h5 {
    font-size: 20px;
  }
}

.heading-style-h6 {
  font-family: "Roboto";
  font-size: 21px;
  font-weight: 500;
  line-height: 27px;
  color: #31576D;
}
@media (max-width: 767px) {
  .heading-style-h6 {
    font-size: 18px;
  }
}

.heading-style-padding {
  font-family: "Outfit";
  font-size: 25px;
  font-weight: 700;
  line-height: 32px;
  color: #31576D;
}
@media (max-width: 767px) {
  .heading-style-padding {
    font-size: 18px;
  }
}

.container-fluid-right {
  padding-left: calc((100% - 1360px + 80px) / 2);
}
@media (max-width: 1199px) {
  .container-fluid-right {
    padding-left: calc((100% - 1010px + 80px) / 2);
  }
}
@media (max-width: 991px) {
  .container-fluid-right {
    padding-left: calc((100% - 800px + 80px) / 2);
  }
}
@media (max-width: 767px) {
  .container-fluid-right {
    padding-left: 45px;
  }
}

.bg-shape-sec {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-shape-sec.padding-bottom {
  padding-bottom: 123px;
  padding-top: 130px;
  margin-top: -130px;
}
@media (max-width: 1300px) {
  .bg-shape-sec.padding-bottom {
    padding-bottom: 80px;
    padding-top: 80px;
    margin-top: -80px;
  }
}
@media (max-width: 1199px) {
  .bg-shape-sec.padding-bottom {
    padding-bottom: 60px;
    padding-top: 60px;
    margin-top: -60px;
  }
}
@media (max-width: 1024px) {
  .bg-shape-sec.padding-bottom {
    padding-bottom: 50px;
    padding-top: 50px;
    margin-top: -50px;
  }
}

.text-right {
  text-align: right;
}

.text16-description {
  font-size: 16px;
  line-height: 32px;
}
@media (max-width: 767px) {
  .text16-description {
    font-size: 14px;
    line-height: 25px;
  }
}
.text16-description.lineheight-36 {
  line-height: 36px;
}
@media (max-width: 767px) {
  .text16-description.lineheight-36 {
    line-height: 25px;
  }
}
.text16-description.lineheight-36 p {
  line-height: 36px;
}
@media (max-width: 767px) {
  .text16-description.lineheight-36 p {
    line-height: 25px;
  }
}
.text16-description p {
  font-size: 16px;
  line-height: 32px;
}
@media (max-width: 767px) {
  .text16-description p {
    font-size: 14px;
    line-height: 25px;
  }
}

.bg-gradient {
  position: relative;
}
.bg-gradient::after {
  background: transparent linear-gradient(90deg, #262828 0%, #606261 10%, #929594 20%, #B5B9B8 30%, #CBCFCF 40%, #D6DBDA 50%, #DCE0E0 60%, #DDE2E2 70%, #DEE2E2 80%, #DEE2E2 90%, #DEE2E2 100%) 0% 0% no-repeat padding-box;
  opacity: 0.12;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.bg-gradient .container {
  position: relative;
  z-index: 1;
}
.bg-gradient .row {
  position: relative;
  z-index: 1;
}

.bg-gradient-2 {
  position: relative;
}
.bg-gradient-2::after {
  background: transparent linear-gradient(90deg, #262828 0%, #606261 10%, #929594 20%, #B5B9B8 30%, #CBCFCF 40%, #D6DBDA 50%, #DCE0E0 60%, #DDE2E2 70%, #DEE2E2 80%, #DEE2E2 90%, #DEE2E2 100%) 0% 0% no-repeat padding-box;
  opacity: 0.12;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.bg-gradient-2 .container {
  position: relative;
  z-index: 1;
}

.hide-add-to-cart .single_add_to_cart_button {
  display: none;
}
.hide-add-to-cart .qty {
  display: none;
}

.request-quote {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  order: 10;
  padding: 16px 24px;
  border-style: solid;
  border-width: 2px;
  border-color: #8a5620;
  background-color: #8a5620;
  color: #ffffff;
  text-align: center;
  min-width: 224px;
  border-radius: 5px;
  font-weight: 600;
  font-family: "Montserrat";
  transition: all 0.3s;
  line-height: 17px;
}
.request-quote:hover {
  border-color: #8a5620;
  background-color: transparent;
  color: #8a5620;
}

.popup {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: calc(100% - 0px);
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  padding-top: 80px;
}

.hidden {
  display: none;
}

.popup-content {
  background-color: #ffffff;
  margin: 0px auto;
  padding: 0px;
  border: 1px solid #707070;
  max-width: 1382px;
  position: relative;
  width: calc(100% - 40px);
}
.popup-content .gform_wrapper {
  max-height: calc(100vh - 80px);
  overflow-y: auto;
  padding: 30px 40px;
}
.popup-content .gform_wrapper .gform_confirmation_message p {
  color: green;
  font-size: 22px;
}
.popup-content .gform_wrapper .gform_heading h2 {
  color: #31576D;
  margin-bottom: 15px;
  font-family: "Outfit";
  font-size: 36px;
  font-weight: bold;
  line-height: 60px;
}
@media (max-width: 991px) {
  .popup-content .gform_wrapper .gform_heading h2 {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .popup-content .gform_wrapper .gform_heading h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.popup-content .gform_wrapper .gform_footer.top_label input {
  border-color: #EE8127 !important;
  background-color: #EE8127 !important;
  color: #ffffff !important;
  border-radius: 5px !important;
  border: 3px solid transparent !important;
  font-weight: 600 !important;
  outline: none !important;
  font-size: 18px !important;
  line-height: 21px !important;
  padding: 13px 10px !important;
  min-width: 224px !important;
}
.popup-content .gform_wrapper .gform_footer.top_label input:hover {
  transition: all 0.3s ease-in-out !important;
  background-color: transparent !important;
  color: #EE8127 !important;
  border-color: #EE8127 !important;
}
.popup-content .gform_wrapper.gform-theme--framework .gform_validation_errors {
  background-color: #ffffff;
}
.popup-content .gform_wrapper.gform-theme--foundation .gform_fields {
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media (max-width: 767px) {
  .popup-content .gform_wrapper.gform-theme--foundation .gform_fields {
    display: block;
  }
}
.popup-content .gform_wrapper.gform-theme--foundation .gfield--type-name .ginput_complex span {
  margin: 0;
  padding: 0;
}
.popup-content .gform_wrapper.gform-theme--foundation .gform-grid-row {
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media (max-width: 767px) {
  .popup-content .gform_wrapper.gform-theme--foundation .gform-grid-row {
    display: grid;
    row-gap: 20px;
  }
}
@media (max-width: 767px) {
  .popup-content .gform_wrapper .gform_body .gfield {
    margin-bottom: 20px;
  }
}
.popup-content .gform_wrapper .gform_body .gfield.gfield_error input,
.popup-content .gform_wrapper .gform_body .gfield.gfield_error textarea {
  border-color: #c02b0a;
}
.popup-content .gform_wrapper .gform_body .gfield label {
  font-size: 16px;
  line-height: 1;
  color: #262828;
  letter-spacing: 0;
  font-weight: 500;
}
.popup-content .gform_wrapper .gform_body .gfield input,
.popup-content .gform_wrapper .gform_body .gfield textarea {
  border: 2px solid #252828;
  border-radius: 5px;
  padding: 10px 30px;
  font-size: 16px;
  line-height: 1;
  color: #262828;
  background-color: transparent;
  letter-spacing: 0;
  font-weight: 500;
  width: 100%;
  max-width: 100%;
  box-shadow: none;
  outline: none;
  height: 48px;
}
.popup-content .gform_wrapper .gform_body .gfield input::-moz-placeholder, .popup-content .gform_wrapper .gform_body .gfield textarea::-moz-placeholder {
  font-size: 20px;
  line-height: 1;
  color: #4FE0FF;
  letter-spacing: 0;
  font-weight: 500;
  outline: none;
}
.popup-content .gform_wrapper .gform_body .gfield input::placeholder,
.popup-content .gform_wrapper .gform_body .gfield textarea::placeholder {
  font-size: 20px;
  line-height: 1;
  color: #4FE0FF;
  letter-spacing: 0;
  font-weight: 500;
  outline: none;
}
.popup-content .gform_wrapper .gform_body .gfield textarea {
  min-block-size: 98px;
  height: 98px;
}
.popup-content .gform_wrapper .gform_body .gfield .ginput_container_select select {
  border: 2px solid #252828;
  border-radius: 5px;
  font-size: 20px;
  line-height: 1;
  color: #4FE0FF;
  background-color: transparent;
  letter-spacing: 0;
  font-weight: 500;
  outline: none;
  width: 100%;
  max-width: 100%;
  padding: 21px 30px;
  box-shadow: none;
  height: 52px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  background-image: url(../images/select-bg.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 27px) center;
}
.popup-content .gform_wrapper .gform_footer {
  justify-content: flex-end;
  position: relative;
}
.popup-content .gform_wrapper .gform_footer span {
  position: absolute;
  right: 40;
}
.popup-content .gform_wrapper #gform_submit_button_1 {
  border-color: #02EECD;
  background-color: #02EECD;
  color: #ffffff;
  border-radius: 5px;
  border: 3px solid transparent;
  font-weight: 600;
  outline: none;
  font-size: 18px;
  line-height: 21px;
  padding: 13px 10px;
  min-width: 224px;
  box-shadow: none;
}
@media (max-width: 991px) {
  .popup-content .gform_wrapper #gform_submit_button_1 {
    margin-top: 22px;
  }
}
.popup-content .gform_wrapper #gform_submit_button_1.active, .popup-content .gform_wrapper #gform_submit_button_1:focus, .popup-content .gform_wrapper #gform_submit_button_1:hover {
  transition: all 0.5s ease-in-out;
  background-color: transparent;
  color: #02EECD;
  border-color: #02EECD;
}

.close {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #EE8127;
  float: right;
  font-size: 38px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.wow {
  visibility: hidden;
}

.swiper-custom-arrow {
  display: flex;
  align-items: center;
  gap: 27px;
  justify-content: center;
  text-align: center;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .swiper-custom-arrow {
    margin-top: 30px;
  }
}
.swiper-custom-arrow .mentalhealth-swiper-button-prev {
  background-image: url(../images/prev_arrow.svg);
  width: 56px;
  height: 56px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
}
.swiper-custom-arrow .mentalhealth-swiper-button-prev:hover {
  background-image: url(../images/prev_arrow_hover.svg);
}
@media (max-width: 767px) {
  .swiper-custom-arrow .mentalhealth-swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}
.swiper-custom-arrow .mentalhealth-swiper-button-next {
  background-image: url(../images/next_arrow.svg);
  width: 56px;
  height: 56px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
}
.swiper-custom-arrow .mentalhealth-swiper-button-next:hover {
  background-image: url(../images/next_arrow_hover.svg);
}
@media (max-width: 767px) {
  .swiper-custom-arrow .mentalhealth-swiper-button-next {
    width: 40px;
    height: 40px;
  }
}

.section-calc-padding {
  padding-left: calc((100% - 1770px) / 2);
}
@media (max-width: 1850px) {
  .section-calc-padding {
    padding-left: 70px;
  }
}
@media (max-width: 1199px) {
  .section-calc-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.bg-gray-lighter {
  background: #F5F5F5;
}

.btn {
  border: 1px solid;
  padding: 8px 16px 8px 16px;
  line-height: 14px;
  border-radius: 32px;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  text-decoration: none !important;
  text-transform: capitalize;
  font-family: "Outfit";
  transition: all 0.3s ease-in-out;
  border-color: #ffffff;
  background-color: #ffffff;
  color: #263539;
  outline: none;
}
.btn.is-alternate {
  background-color: #02EECD;
  color: #263539;
  border-color: #02EECD;
}
.btn.is-alternate:focus, .btn.is-alternate:hover {
  background-color: #02EECD;
  color: #263539;
  border-color: #02EECD;
}
.btn.active, .btn:focus, .btn:hover {
  transition: all 0.3s ease-in-out;
  background-color: #02EECD;
  color: #263539;
  border-color: #02EECD;
}
.btn.primary-btn {
  border-color: #02EECD;
  background-color: #02EECD;
  color: #ffffff;
}
.btn.primary-btn.active, .btn.primary-btn:focus, .btn.primary-btn:hover {
  transition: all 0.3s ease-in-out;
  background-color: #02EECD;
  color: #02EECD;
  border-color: #02EECD;
}
.btn.secondary-btn {
  background-color: #EFDD2C;
  color: #263539;
  border-color: #EFDD2C;
}
.btn.secondary-btn.active, .btn.secondary-btn:focus, .btn.secondary-btn:hover {
  transition: all 0.3s ease-in-out;
  background-color: #02EECD;
  color: #ffffff;
  border-color: #02EECD;
}
.btn.blue {
  background-color: #31576D;
  border-color: #31576D;
  color: #ffffff;
  padding: 12px 16px;
}
.btn.blue.active, .btn.blue:focus, .btn.blue:hover {
  transition: all 0.3s ease-in-out;
  background-color: #4FE0FF;
  border-color: #4FE0FF;
  color: #31576D;
}
.btn.dark-blue {
  background-color: #4FE0FF;
  border-color: #4FE0FF;
  color: #31576D;
  padding: 12px 16px;
}
.btn.dark-blue.active, .btn.dark-blue:focus, .btn.dark-blue:hover {
  transition: all 0.3s ease-in-out;
  background-color: #31576D;
  border-color: #31576D;
  color: #ffffff;
}
.btn.home-btn {
  background-color: #02EECD;
  color: #ffffff;
  border-color: #02EECD;
  line-height: 1;
}
.btn.home-btn.active, .btn.home-btn:focus, .btn.home-btn:hover {
  transition: all 0.3s ease-in-out;
  background-color: #02EECD;
  color: #ffffff;
  border-color: #02EECD;
}
.btn.white-btn {
  background-color: #02EECD;
  color: #ffffff;
  border-color: #ffffff;
}
.btn.white-btn.active, .btn.white-btn:focus, .btn.white-btn:hover {
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  color: #263539;
  border-color: #ffffff;
}

.simple-hero-banner {
  position: relative;
}
.simple-hero-banner .hero-banner-inner {
  line-height: 0;
  padding: 91px 15px 133px 15px;
  background-size: cover;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  background: #EDFCFF;
}
@media (min-width: 768px) {
  .simple-hero-banner .hero-banner-inner {
    -webkit-clip-path: polygon(-0.023% 0.323%, 99.976% 0.323%, 99.976% 54.31%, 99.976% 54.31%, 99.818% 56.191%, 99.19% 61.164%, 97.862% 68.226%, 95.602% 76.376%, 92.181% 84.61%, 87.368% 91.925%, 80.932% 97.319%, 72.642% 99.788%, 62.269% 98.33%, 49.581% 91.943%, 49.581% 91.943%, 36.915% 83.991%, 26.601% 78.289%, 18.4% 74.503%, 12.072% 72.3%, 7.376% 71.349%, 4.072% 71.316%, 1.92% 71.87%, 0.68% 72.677%, 0.113% 73.405%, -0.023% 73.722%, -0.023% 0.323%);
            clip-path: polygon(-0.023% 0.323%, 99.976% 0.323%, 99.976% 54.31%, 99.976% 54.31%, 99.818% 56.191%, 99.19% 61.164%, 97.862% 68.226%, 95.602% 76.376%, 92.181% 84.61%, 87.368% 91.925%, 80.932% 97.319%, 72.642% 99.788%, 62.269% 98.33%, 49.581% 91.943%, 49.581% 91.943%, 36.915% 83.991%, 26.601% 78.289%, 18.4% 74.503%, 12.072% 72.3%, 7.376% 71.349%, 4.072% 71.316%, 1.92% 71.87%, 0.68% 72.677%, 0.113% 73.405%, -0.023% 73.722%, -0.023% 0.323%);
  }
}
@media (max-width: 767px) {
  .simple-hero-banner .hero-banner-inner {
    padding: 60px 20px;
    -webkit-mask-image: url(../images/inner-hero-banner-bg.svg);
  }
}
.simple-hero-banner .hero-banner-inner .banner-content {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}
.simple-hero-banner .hero-banner-inner .banner-content h1 {
  text-align: center;
  margin: 0;
}

.banner-featured-image .container-fluid {
  position: relative;
}
.banner-featured-image .hero-banner-inner {
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .banner-featured-image .hero-banner-inner {
    display: none;
  }
}
@media (max-width: 767px) {
  .banner-featured-image .banner-content {
    margin-bottom: 15px;
  }
}
.banner-featured-image .banner-content h1 {
  text-align: left;
  max-width: 455px;
}
.banner-featured-image .banner-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  padding-top: 52px;
}
@media (max-width: 767px) {
  .banner-featured-image .banner-row {
    flex-direction: column;
  }
}
.banner-featured-image .banner-row > div {
  width: 50%;
}
@media (max-width: 767px) {
  .banner-featured-image .banner-row > div {
    width: 100%;
  }
}
.banner-featured-image .banner-row > div.featured-img {
  text-align: right;
}
.banner-featured-image .banner-row .banner-content:last-child {
  width: 100%;
}
.banner-featured-image .banner-row .banner-content:last-child h1 {
  max-width: 845px;
  margin: 0 auto;
}
.banner-featured-image .banner-row .banner-content:last-child .news-date {
  max-width: 845px;
  margin: 36px auto 0;
}
@media (max-width: 1024px) {
  .banner-featured-image .banner-row .banner-content:last-child .news-date {
    margin: 30px auto 0;
  }
}
@media (max-width: 991px) {
  .banner-featured-image .banner-row .banner-content:last-child .news-date {
    margin: 20px auto 0;
  }
}
.banner-featured-image .banner-row img {
  max-width: 100%;
  border-radius: 32px;
}
@media (min-width: 1440px) {
  .banner-featured-image .banner-row img {
    max-width: 677px;
  }
}
@media (min-width: 1600px) {
  .banner-featured-image .banner-row img {
    max-width: 100%;
  }
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-wrapper .video-cover-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  cursor: pointer;
  border-radius: 6px;
}
.video-wrapper .video-cover-image img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
.video-wrapper .video-cover-image .video-start-btn {
  z-index: 99;
  text-transform: uppercase;
  padding: 16px 24px;
  font-size: 17px;
  color: #31576D;
  font-weight: 500;
  line-height: 14px;
}

.resource-library-search {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -50px;
}
@media (max-width: 767px) {
  .resource-library-search {
    padding-top: 40px;
    margin-top: 0;
  }
}
.resource-library-search .inner-html {
  max-width: 100%;
  gap: 56px;
}
@media (max-width: 767px) {
  .resource-library-search .inner-html {
    gap: 20px;
  }
}
.resource-library-search .inner-html .search-bar {
  max-width: 632px;
  margin: 0 auto;
  width: 100%;
}
.resource-library-search .inner-html .filter-bar .filter form select {
  max-width: -moz-max-content;
  max-width: max-content;
  padding-right: 60px;
}
@media (max-width: 480px) {
  .resource-library-search .inner-html .filter-bar .filter form select {
    max-width: 100%;
  }
}
.resource-library-search .inner-html .filter-bar .tabs ul li .btn {
  background: #4FE0FF;
}

.resource-library-lists .resource-library-list {
  background: #F5F5F5;
  padding: 25px;
  border-radius: 16px;
  transition: all 0.3s ease-in-out;
}
.resource-library-lists .resource-library-list:hover {
  background: #4FE0FF;
}
.resource-library-lists .resource-library-list:hover .library-link .resources-tag {
  color: #31576D;
}
.resource-library-lists .resource-library-list:not(:last-child) {
  margin-bottom: 12px;
}
.resource-library-lists .library-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 56px;
}
@media (max-width: 991px) {
  .resource-library-lists .library-link {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .resource-library-lists .library-link {
    flex-direction: column-reverse;
  }
}
.resource-library-lists .library-link .resource-library-block-content {
  width: calc(68% - 28px);
}
@media (max-width: 991px) {
  .resource-library-lists .library-link .resource-library-block-content {
    width: calc(60% - 10px);
  }
}
@media (max-width: 575px) {
  .resource-library-lists .library-link .resource-library-block-content {
    width: 100%;
  }
}
.resource-library-lists .library-link .resource-library-block-content p {
  color: #31576D;
  margin: 0;
}
.resource-library-lists .library-link .resource-library-block-content .btn {
  margin-top: 16px;
}
.resource-library-lists .library-link .resource-library-block-content .btn:hover {
  background: #00BBE3;
  border-color: #00BBE3;
  color: #31576D;
}
.resource-library-lists .library-link .resource-library-block-media {
  width: calc(32% - 28px);
}
@media (max-width: 991px) {
  .resource-library-lists .library-link .resource-library-block-media {
    width: calc(40% - 10px);
  }
}
@media (max-width: 575px) {
  .resource-library-lists .library-link .resource-library-block-media {
    width: 100%;
  }
}
.resource-library-lists .library-link .resource-library-block-media .resource-library-block-image {
  position: relative;
  width: 135px;
  padding-top: 53.9%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .resource-library-lists .library-link .resource-library-block-media .resource-library-block-image {
    width: 100%;
  }
}
.resource-library-lists .library-link .resource-library-block-media .resource-library-block-image img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  height: 100%;
  border-radius: 6px;
}
.resource-library-lists .library-link .resource-library-block-media .video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 53.9%;
}
.resource-library-lists .library-link .library-title {
  margin: 8px 0 4px 0;
  color: #31576D;
}
.resource-library-lists .library-link .library-title a {
  color: #31576D;
}

.resources-tag {
  color: #00BBE3;
  text-decoration: underline;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
}

section.annual-reports-tabs {
  margin: 50px 0;
  padding: 0;
}
@media (max-width: 767px) {
  section.annual-reports-tabs {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.annual-reports-section .resource-library-lists .library-link .library-title {
  text-decoration: underline;
}
.annual-reports-section .resource-library-lists .library-link .resource-library-block-media .resource-library-block-image {
  padding-top: 0;
}
.annual-reports-section .resource-library-lists .library-link .resource-library-block-media .resource-library-block-image img {
  position: static;
}

.detail-resource .detail-resource-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 36px;
}
@media (max-width: 767px) {
  .detail-resource .detail-resource-row {
    gap: 25px;
    flex-direction: column;
  }
}
.detail-resource .detail-resource-row .detail-resource-image {
  width: calc(22% - 18px);
  line-height: 0;
}
@media (max-width: 767px) {
  .detail-resource .detail-resource-row .detail-resource-image {
    width: 100%;
  }
}
.detail-resource .detail-resource-row .detail-resource-image img {
  width: 100%;
}
.detail-resource .detail-resource-row .detail-resource-image iframe {
  border-radius: 6px;
}
.detail-resource .detail-resource-row .detail-resource-info {
  width: calc(78% - 18px);
}
@media (max-width: 767px) {
  .detail-resource .detail-resource-row .detail-resource-info {
    width: 100%;
  }
}
.detail-resource .detail-resource-row .detail-resource-info:first-child {
  width: 100%;
}
.detail-resource .detail-resource-row .detail-resource-info:first-child .detail-resource-desc {
  max-width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 1199px) {
  .detail-resource .detail-resource-row .detail-resource-info .detail-resource-desc {
    max-width: 660px;
  }
}
.detail-resource .detail-resource-row .detail-resource-info .detail-resource-desc .resources-tag {
  display: block;
  margin-bottom: 8px;
}
.detail-resource .detail-resource-row .detail-resource-info .detail-resource-desc h2 {
  margin-bottom: 4px;
}
.detail-resource .detail-resource-row .detail-resource-info .detail-resource-desc p {
  color: #31576D;
}

.related-resources .related-resources-heading {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .related-resources .related-resources-heading {
    margin-bottom: 15px;
  }
}
.related-resources .related-resources-heading h5 {
  color: #00BBE3;
}

.bredcrumb-section .breadcrumb {
  max-width: 1078px;
  margin: 0 auto;
  color: #818181;
}
.bredcrumb-section .breadcrumb a,
.bredcrumb-section .breadcrumb span {
  color: #818181;
  font-family: "Roboto";
  font-size: 12px;
  line-height: 19px;
}
.bredcrumb-section .breadcrumb a {
  color: #818181;
}
.bredcrumb-section .breadcrumb a:hover {
  color: #02eecd;
}

.breadcrumb_section .breadcrumb {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  line-height: 19px;
  font-weight: 400;
  color: #818181;
}
.breadcrumb_section .breadcrumb a {
  color: #818181;
}
.breadcrumb_section .breadcrumb a:hover {
  color: #31576D;
  text-decoration: underline;
}

.woo_breadcrumb_section {
  z-index: 2;
  position: relative;
}
.woo_breadcrumb_section .woo_bredcrumb-inner nav a {
  color: #818181;
}
.woo_breadcrumb_section .woo_bredcrumb-inner nav a:hover {
  color: #02eecd;
}

.hello-section {
  background-color: #EAFBFF;
  padding: 84px 0;
}
@media (max-width: 767px) {
  .hello-section {
    padding: 50px 0;
  }
}
.hello-section .hello-inner {
  display: flex;
  flex-direction: row;
  gap: 62px;
}
@media (max-width: 767px) {
  .hello-section .hello-inner {
    flex-direction: column;
    gap: 25px;
  }
}
.hello-section .hello-inner .hello-content {
  width: calc(77% - 28px);
}
@media (max-width: 767px) {
  .hello-section .hello-inner .hello-content {
    width: 100%;
  }
}
.hello-section .hello-inner .hello-content h2 {
  text-transform: uppercase;
}
.hello-section .hello-inner .hello-content h2 a {
  color: #31576D;
  text-decoration: underline;
  display: flex;
  align-items: center;
  gap: 14px;
  transition: all 0.3s ease-in-out;
}
.hello-section .hello-inner .hello-content h2 a:hover {
  color: #00BBE3;
}
.hello-section .hello-inner .hello-content p {
  font-size: 22px;
  line-height: 29px;
  color: #31576D;
}
@media (max-width: 767px) {
  .hello-section .hello-inner .hello-content p {
    font-size: 18px;
    line-height: 28px;
  }
}
.hello-section .hello-inner .hello-img {
  width: calc(22% - 28px);
}
@media (max-width: 767px) {
  .hello-section .hello-inner .hello-img {
    width: 100%;
  }
}
.hello-section .hello-inner .hello-img img {
  width: 100%;
}
@media (max-width: 767px) {
  .hello-section .hello-inner .hello-img img {
    max-width: 165px;
  }
}

.team-heading-text {
  max-width: 885px;
  margin: 0 auto;
  margin-top: 77px;
}
@media (max-width: 767px) {
  .team-heading-text {
    margin-top: 35px;
  }
}
.team-heading-text a {
  text-decoration: underline;
}

.teams-items {
  display: flex;
  gap: 83px;
  margin: 85px 0;
  flex-flow: wrap;
  align-items: stretch;
}
@media (max-width: 1024px) {
  .teams-items {
    gap: 35px;
  }
}
@media (max-width: 767px) {
  .teams-items {
    margin-top: 35px;
  }
}
@media (max-width: 575px) {
  .teams-items {
    gap: 50px;
  }
}
.teams-items .team-item {
  cursor: pointer;
  width: 100%;
  max-width: calc(33.33% - 56px);
  display: flex;
  flex-flow: column;
}
@media (max-width: 1024px) {
  .teams-items .team-item {
    max-width: calc(33.33% - 24px);
  }
}
@media (max-width: 991px) {
  .teams-items .team-item {
    max-width: calc(50% - 18px);
  }
}
@media (max-width: 575px) {
  .teams-items .team-item {
    max-width: 100%;
  }
}

.team_cta {
  margin: 85px 0;
}
@media (max-width: 1199px) {
  .team_cta {
    margin: 60px 0;
  }
}
@media (max-width: 1024px) {
  .team_cta {
    margin: 50px 0;
  }
}
.team_cta .btn {
  background-color: #31576D;
  color: #ffffff;
  border-color: #31576D;
}
.team_cta .btn:hover {
  background-color: #4FE0FF;
  border-color: #4FE0FF;
  color: #31576D;
}
@media (max-width: 480px) {
  .team_cta .btn {
    padding: 16px !important;
  }
}

.team-info {
  padding: 33px 20px 0 20px;
}
@media (max-width: 767px) {
  .team-info {
    padding: 20px 0 0 0;
  }
}
.team-info h3 {
  color: #00BBE3;
  margin-bottom: 8px;
}
@media (min-width: 1340px) {
  .team-info h3 {
    font-size: 29px;
    line-height: 34px;
  }
}
.team-info h4 {
  margin-bottom: 0;
}
@media (min-width: 1340px) {
  .team-info h4 {
    font-size: 26px;
    line-height: 26px;
  }
}
.team-info .team-email {
  display: flex;
  margin-top: 10px;
  color: #31576D;
  text-decoration: underline;
  transition: all 0.3s linear;
  line-height: 1;
  display: none;
}
.team-info .team-email:hover {
  color: #02eecd;
}

.team-image {
  line-height: 0;
}
.team-image img {
  border-radius: 32px;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.team-model {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
}
.team-model .team-modal-content {
  background: white;
  padding: 70px;
  position: relative;
  max-width: 1270px;
  width: calc(100% - 30px);
  overflow: auto;
  max-height: calc(100% - 30px);
}
@media (min-width: 1540px) {
  .team-model .team-modal-content {
    max-width: 1440px;
    margin: 0 auto;
    padding: 80px;
  }
}
@media (max-width: 1199px) {
  .team-model .team-modal-content {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .team-model .team-modal-content {
    padding: 40px 20px;
  }
}
.team-model .team-modal-row {
  display: flex;
  flex-direction: row;
  gap: 90px;
}
@media (min-width: 1540px) {
  .team-model .team-modal-row {
    gap: 116px;
  }
}
@media (max-width: 1199px) {
  .team-model .team-modal-row {
    gap: 60px;
  }
}
@media (max-width: 1024px) {
  .team-model .team-modal-row {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .team-model .team-modal-row {
    flex-direction: column;
    gap: 0px;
  }
}
.team-model .team-modal-row .team-modal-info {
  width: calc(33.5% - 45px);
}
@media (min-width: 1540px) {
  .team-model .team-modal-row .team-modal-info {
    width: calc(33.5% - 58px);
  }
}
@media (max-width: 1199px) {
  .team-model .team-modal-row .team-modal-info {
    width: calc(33.5% - 30px);
  }
}
@media (max-width: 1024px) {
  .team-model .team-modal-row .team-modal-info {
    width: calc(33.5% - 15px);
  }
}
@media (max-width: 767px) {
  .team-model .team-modal-row .team-modal-info {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .team-model .team-modal-row .team-modal-info .team-info {
    padding: 20px 0 0 0;
  }
}
.team-model .team-modal-row .team-modal-info .team-info .team-email {
  display: block;
}
.team-model .team-modal-row .team-modal-desc {
  width: calc(66.5% - 45px);
  padding-top: 39px;
}
@media (min-width: 1540px) {
  .team-model .team-modal-row .team-modal-desc {
    width: calc(66.5% - 58px);
  }
}
@media (max-width: 1199px) {
  .team-model .team-modal-row .team-modal-desc {
    width: calc(66.5% - 30px);
  }
}
@media (max-width: 1024px) {
  .team-model .team-modal-row .team-modal-desc {
    width: calc(66.5% - 15px);
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .team-model .team-modal-row .team-modal-desc {
    width: 100%;
    padding-top: 25px;
  }
}
.team-model .close-btn {
  position: absolute;
  top: 35px;
  right: 35px;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .team-model .close-btn {
    top: 20px;
    right: 20px;
  }
}
@media (max-width: 1024px) {
  .team-model .close-btn {
    top: 4px;
    right: 15px;
  }
}
@media (max-width: 767px) {
  .team-model .close-btn {
    top: 0;
    right: 15px;
  }
}
@media (max-width: 1024px) {
  .team-model .close-btn svg {
    width: 25px;
  }
}
@media (max-width: 767px) {
  .team-model .close-btn svg {
    width: 20px;
  }
}

.contact-us .contact-inner .contact-heading {
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .contact-us .contact-inner .contact-heading {
    margin-bottom: 30px;
  }
}
.contact-us .contact-inner .contact-row {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
@media (max-width: 575px) {
  .contact-us .contact-inner .contact-row {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.contact-us .contact-inner .contact-row .contact-col {
  width: 40%;
}
.contact-us .contact-inner .contact-row .contact-col:first-child {
  width: 60%;
}
@media (max-width: 575px) {
  .contact-us .contact-inner .contact-row .contact-col:first-child {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .contact-us .contact-inner .contact-row .contact-col {
    width: 100%;
  }
}
.contact-us .contact-bottom-desc {
  margin-top: 60px;
}
@media (max-width: 575px) {
  .contact-us .contact-bottom-desc {
    margin-top: 30px;
  }
}

.dc {
  color: #31576D;
  font-weight: 500;
  font-size: 14px;
  font-family: "Outfit";
  border-bottom: 1px solid #31576D;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: inline-block;
}
@media (max-width: 575px) {
  .dc {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
.dc a {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #31576D;
  transition: all 0.3s ease-in-out;
}
.dc a:hover {
  color: #4FE0FF;
}
.dc a:hover svg path {
  stroke: #4FE0FF;
}
.dc a svg path {
  transition: all 0.3s ease-in-out;
}

.c-address {
  margin-bottom: 45px;
}
@media (max-width: 575px) {
  .c-address {
    margin-bottom: 30px;
  }
}
.c-address p {
  font-size: 14px;
  font-weight: 500;
  font-family: "Outfit";
  color: #31576D;
}

.social-links ul {
  display: flex;
  gap: 12px;
  align-items: center;
}
.social-links ul li a {
  width: 42px;
  height: 42px;
  background: #00E3C3;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  transition: all 0.3s linear;
}
.social-links ul li a:hover {
  background: #31576D;
}

.address-icon ul li {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 8px;
  font-weight: 500;
  font-family: "Outfit";
}
.address-icon ul li a {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #4FE0FF;
  transition: all 0.3s ease-in-out;
}
.address-icon ul li a svg path {
  transition: all 0.3s ease-in-out;
}
.address-icon ul li a:hover {
  color: #31576D;
}
.address-icon ul li a:hover svg path {
  stroke: #31576D;
}

section.the_impact_two_col .inner-html .content .content-box {
  max-width: 50%;
}
section.the_impact_two_col .inner-html .content .content-box .txt-wrap {
  gap: 33px;
  max-width: 380px;
  margin: 0 auto;
}

.testimonials .testimonials-inner {
  max-width: 1108px;
  margin: 0 auto;
}
.testimonials .testimonials-inner .testimonial-heading {
  text-align: center;
}
.testimonials .testimonials-inner .testimonial-heading h2 {
  margin-bottom: 0;
  font-family: "Outfit";
}
.testimonials .testimonials-inner .testimonials-item {
  text-align: center;
}
.testimonials .testimonials-inner .testimonials-item .testimonial-quote {
  margin: 50px 0;
  font-family: "Quicksand";
  font-weight: 600;
}
@media (max-width: 991px) {
  .testimonials .testimonials-inner .testimonials-item .testimonial-quote {
    margin: 30px 0;
  }
}
.testimonials .testimonials-inner .testimonials-item .testimonial-quote p {
  font-size: 48px;
  line-height: 50px;
}
@media (max-width: 991px) {
  .testimonials .testimonials-inner .testimonials-item .testimonial-quote p {
    font-size: 21px;
    line-height: 30px;
  }
}
.testimonials .testimonials-inner .testimonials-item .testimonial-info p {
  font-size: 21px;
  line-height: 27px;
  font-weight: 500;
  color: #31576D;
}
@media (max-width: 991px) {
  .testimonials .testimonials-inner .testimonials-item .testimonial-info p {
    font-size: 18px;
  }
}
.testimonials .testimonials-inner .testimonials-item .testimonial-info p .position {
  color: #00E3C3;
}

.volunteer-content h2 {
  margin-bottom: 32px;
  color: #00BBE3;
}
.volunteer-content a {
  color: #31576D;
  text-decoration: underline;
}
.volunteer-content a:hover {
  color: #00BBE3;
}
.volunteer-content .btn-group {
  margin: 50px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}
.volunteer-content .btn-group .btn {
  background: #00E3C3;
  border-color: #00E3C3;
  color: #263539;
  font-size: 17px;
  font-weight: 500;
  padding: 16px 24px;
}
@media (max-width: 575px) {
  .volunteer-content .btn-group .btn {
    width: 100%;
  }
}
.volunteer-content .btn-group .btn:hover {
  background: #31576D;
  border-color: #31576D;
  color: #fff;
}
.volunteer-content form .wpcf7-form-control-wrap {
  display: flex;
  flex-flow: column;
  margin-top: 5px;
}
.volunteer-content form .wpcf7-form-control-wrap .wpcf7-radio {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  align-items: center;
  gap: 50px;
  flex-flow: wrap;
}
.volunteer-content form .wpcf7-form-control-wrap .wpcf7-radio span {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.volunteer-content form .wpcf7-form-control-wrap .wpcf7-radio span input {
  width: 24px;
  height: 24px;
}
.volunteer-content form p {
  margin-bottom: 24px;
}
.volunteer-content form .wpcf7-submit {
  line-height: 1 !important;
  border-radius: 32px !important;
  cursor: pointer;
  text-align: center;
  font-style: normal;
  display: inline-block;
  text-decoration: none !important;
  text-transform: capitalize;
  font-family: "Outfit";
  transition: all 0.3s ease-in-out;
  outline: none;
  background: #00E3C3;
  border-color: #00E3C3;
  color: #263539;
  font-size: 17px !important;
  font-weight: 500 !important;
  padding: 16px 24px !important;
  width: -moz-max-content !important;
  width: max-content !important;
  height: auto !important;
}
.volunteer-content form .wpcf7-submit:hover {
  background: #31576D;
  border-color: #31576D;
  color: #fff;
}

.main-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 32px;
}
@media (max-width: 480px) {
  .main-video {
    margin-bottom: 30px;
  }
}
.main-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-video .video-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.main-video .video-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 9;
}
.main-video .video-cover .play-icon {
  position: absolute;
  z-index: 99;
  text-transform: uppercase;
  padding: 16px 24px;
  font-size: 17px;
  color: #31576D;
  font-weight: 500;
  line-height: 14px;
}

.video-slider iframe {
  width: 100%;
}
.video-slider img {
  width: 100%;
  height: 124px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 480px) {
  .video-slider img {
    height: 90px;
  }
}
.video-slider .swiper-wrapper {
  height: auto;
}
.video-slider .swiper-slide {
  position: relative;
}
.video-slider .swiper-slide .vide-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}
@media (max-width: 480px) {
  .video-slider .swiper-slide .vide-play-icon svg {
    width: 30px;
  }
}
.video-slider .swiper-slide .video-item {
  position: relative;
  line-height: 0;
  cursor: pointer;
}
.video-slider .swiper-slide .video-item .silder-item-text {
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  color: #31576D;
  margin-bottom: 12px;
}
.video-slider .swiper-slide .video-item .vide-play-icon {
  position: absolute;
  z-index: 99;
  text-transform: uppercase;
  padding: 16px 24px;
  font-size: 17px;
  color: #31576D;
  font-weight: 500;
  line-height: 14px;
  margin-top: 20px;
}

.section-video_slider .btn-allvideo {
  text-align: center;
  margin-top: 35px;
}
.section-video_slider .btn-allvideo .btn {
  text-transform: uppercase;
}

.default-content p:empty,
.detail-resource-desc p:empty {
  display: none;
}
.default-content ul,
.detail-resource-desc ul {
  margin: 30px 0;
}
.default-content ol,
.detail-resource-desc ol {
  margin: 30px 0;
}

.content-editor ul li,
.detail-resource-desc ul li {
  position: relative;
  padding: 4px 15px 4px 20px;
}
.content-editor ul li::before,
.detail-resource-desc ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  background-image: url(../images/Arrow-blue.svg);
  width: 12px;
  height: 8px;
  background-repeat: no-repeat;
  background-size: cover;
}
.content-editor ol li,
.detail-resource-desc ol li {
  padding: 4px 0;
  list-style-type: decimal;
  list-style-position: inside;
}
.content-editor ol li::marker,
.detail-resource-desc ol li::marker {
  color: #00BBE3;
  font-weight: 600;
}
.content-editor h6,
.detail-resource-desc h6 {
  margin-bottom: 8px;
}
.content-editor a,
.detail-resource-desc a {
  font-weight: 500;
  color: #31576D;
}
.content-editor a:hover,
.detail-resource-desc a:hover {
  color: #4FE0FF;
}
.content-editor .video-wrapper,
.detail-resource-desc .video-wrapper {
  margin-bottom: 12px;
}
.content-editor .video_description .body-small-text,
.detail-resource-desc .video_description .body-small-text {
  margin-bottom: 64px;
}
.content-editor .wp-caption figcaption.wp-caption-text,
.detail-resource-desc .wp-caption figcaption.wp-caption-text {
  text-align: left;
  margin: 12px 0 32px 0;
  font-size: 14px;
  line-height: 19px;
  color: #31576D;
  font-weight: 400;
}
.content-editor ol + p,
.detail-resource-desc ol + p {
  margin-bottom: 16px;
  display: flex;
  gap: 20px;
  align-items: center;
  flex-flow: wrap;
}
.content-editor ol + p + p,
.detail-resource-desc ol + p + p {
  margin-bottom: 64px;
  display: flex;
  gap: 20px;
  align-items: center;
  flex-flow: wrap;
}

.quote-massage {
  margin: 32px 0;
}
.quote-massage p {
  font-size: 26px;
  line-height: 32px;
  font-family: "Quicksand";
  font-weight: 600;
  color: #31576D;
}
.quote-massage p:before {
  content: "“";
  color: #00BBE3;
}
.quote-massage p:after {
  content: "”";
  color: #00BBE3;
}

.fancybox-slider .swiper-custom-arrow {
  padding-right: 70px;
  max-width: 1837px;
}
@media (max-width: 1199px) {
  .fancybox-slider .swiper-custom-arrow {
    padding-right: 0;
  }
}

.single-post .section-single_video {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .single-post .section-single_video {
    margin-bottom: 40px;
  }
}

.woocommerce ul.woocommerce-thankyou-order-details {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  display: flex;
  flex-flow: column;
  margin-bottom: 30px;
}
.woocommerce ul.woocommerce-thankyou-order-details li {
  padding: 9px 12px;
  margin: 0;
  border-right: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.woocommerce ul.woocommerce-thankyou-order-details li strong {
  width: 50%;
  word-wrap: break-word;
  padding-left: 15px;
}
.woocommerce ul.woocommerce-thankyou-order-details li::before {
  display: none;
}

.section-content_editor .btn-orange {
  margin-top: 24px;
  background: #31576D;
  border-color: #31576D;
  color: #FFFFFF;
  padding: 16px 24px;
  font-size: 17px;
  font-weight: 500;
}
.section-content_editor .btn-orange:hover {
  background: #4FE0FF;
  border-color: #4FE0FF;
  color: #31576D;
}

.content-editor a {
  color: #31576D;
  text-decoration: underline;
  transition: all 0.3s linear;
}
.content-editor a:hover {
  color: #00BBE3;
}

.floating-content {
  display: flex;
  flex-direction: row;
  gap: 35px;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .floating-content {
    gap: 20px;
    flex-direction: column;
  }
}
.floating-content > div {
  width: 50%;
}
@media (max-width: 767px) {
  .floating-content > div {
    width: 100%;
  }
}
.floating-content img {
  margin-bottom: 12px;
}

.accordion .accordion-item {
  border-bottom: 1px solid #00BBE3;
  padding: 20px 0;
}
.accordion .accordion-item:first-child {
  border-top: 1px solid #00BBE3;
}
.accordion .accordion-item .accordion-header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-right: 30px;
}
.accordion .accordion-item .accordion-header:after {
  content: "";
  background-image: url(../images/arrow-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  width: 16px;
  height: 10px;
  transition: 0.4s;
}
.accordion .accordion-item .accordion-header h6 {
  margin: 0;
  font-weight: 500;
  font-size: 18px;
}
.accordion .accordion-item .accordion-header .icon {
  transition: transform 0.3s;
}
.accordion .accordion-item .accordion-content {
  max-width: 631px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  margin-top: 2px;
}
.accordion .accordion-item.active .accordion-header:after {
  transform: rotate(180deg);
  filter: brightness(0) saturate(100%) invert(59%) sepia(52%) saturate(5130%) hue-rotate(156deg) brightness(104%) contrast(101%);
}

.campaigns-projects-section .campaigns-projects-heading {
  margin-bottom: 28px;
}
.campaigns-projects-section .campaigns-projects-heading h2 {
  color: #00BBE3;
}
.campaigns-projects-section .news-card {
  height: 100%;
}
.campaigns-projects-section .news-card:hover {
  background: #F5F5F5;
}
.campaigns-projects-section .news-card .news-title {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media (max-width: 767px) {
  .campaigns-projects-section .news-card .news-title {
    margin-bottom: 10px;
  }
}
.campaigns-projects-section .news-card .news-title:hover {
  color: #00BBE3;
}

.wpcf7-form .row {
  display: flex;
  flex-wrap: wrap;
}
.wpcf7-form .row .col {
  width: 50%;
}
@media (max-width: 767px) {
  .wpcf7-form .row .col {
    width: 100%;
  }
}
.wpcf7-form .row .col p {
  margin-bottom: 25px;
  color: #31576D;
  position: relative;
}
.wpcf7-form label {
  font-size: 18px;
  font-weight: 500;
  color: #31576D;
  font-family: "Outfit";
  margin-bottom: 12px;
  display: block;
}
.wpcf7-form label + br {
  display: none;
}
.wpcf7-form a {
  font-weight: 400;
}
.wpcf7-form .wpcf7-not-valid-tip {
  color: #E30057;
  font-size: 12px;
  font-family: "Roboto";
}
.wpcf7-form input {
  color: #2F7D8E;
}
.wpcf7-form input:focus {
  color: #2F7D8E;
}
.wpcf7-form .wpcf7-form-control:not(.btn) {
  width: 100%;
  height: 45px;
  padding: 13px 16px;
  font-size: 14px;
  line-height: 19px;
  border-radius: 8px;
}
.wpcf7-form .wpcf7-form-control.wpcf7-not-valid {
  border-color: #E30057;
}
.wpcf7-form .wpcf7-form-control.wpcf7-acceptance {
  padding: 0;
}
.wpcf7-form select.wpcf7-form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right 19px center;
  background-size: 12px;
  color: #31576D;
}
.wpcf7-form .wpcf7-acceptance {
  padding: 0;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item label {
  font-weight: 400;
  font-size: 17px;
  display: flex;
  align-items: center;
  gap: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border: 1px solid #00BBE3;
  border-radius: 6px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.2s ease;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox]:checked {
  background-color: #00BBE3;
  border-color: #00BBE3;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.wpcf7-form .form-privacy-policy {
  margin: 24px 0;
}
.wpcf7-form div.wpcf7-response-output {
  margin: 30px 0 0 0;
}
.wpcf7-form .wpcf7-spinner {
  right: 0;
  top: 8px;
}
.wpcf7-form .btn {
  border-radius: 32px;
  padding: 16px 24px;
  font-weight: 500;
  font-size: 17px;
}

.about_mental {
  padding-top: 100px;
  padding-bottom: 1px;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -135px;
  position: relative;
}
@media (min-width: 768px) {
  .about_mental:after {
    content: "";
    background-image: url(../images/light-green-bg-shap.svg);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
    background-position: top right;
  }
}
.about_mental .description {
  max-width: 910px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: wrap;
}
@media (max-width: 767px) {
  .about_mental .description {
    max-width: 100%;
    flex-flow: column;
    gap: 20px;
  }
}
.about_mental .description h2 {
  padding-right: 18px;
  border-right: 1px solid #02EECD;
  max-width: 343px;
  text-transform: uppercase;
  text-align: right;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .about_mental .description h2 {
    text-align: center;
    border-right: none;
    padding-right: 0;
    max-width: 100%;
  }
}
.about_mental .description p {
  width: 100%;
  max-width: calc(100% - 343px);
  padding-left: 18px;
  font-size: 25px;
  line-height: 29px;
  font-weight: 600;
  color: #01CBF6;
  font-family: "Outfit";
}
@media (max-width: 1340px) {
  .about_mental .description p {
    font-size: 22px;
    line-height: 25px;
  }
}
@media (max-width: 1024px) {
  .about_mental .description p {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .about_mental .description p {
    font-size: 18px;
    line-height: 20px;
    max-width: 100%;
    text-align: center;
    padding-left: 0;
  }
}
.about_mental .description p span {
  color: #02EECD;
}

.about-gray-bg {
  position: relative;
  padding-top: 6.7%;
  padding-bottom: 1px;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -7.4%;
  position: relative;
}
.about-gray-bg section {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .about-gray-bg:after {
    content: "";
    background-image: url(../images/light-gray-bg-shap.svg);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 1;
    background-position: top right;
  }
}

.newsletter-section {
  background: #EAFBFF;
}

.newsletter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 94px;
}
@media (max-width: 767px) {
  .newsletter {
    gap: 50px;
  }
}
.newsletter .newsletter-content {
  width: calc(70% - 47px);
}
@media (max-width: 767px) {
  .newsletter .newsletter-content {
    width: 100%;
  }
}
.newsletter .newsletter-content .subscribe-form .newsletter-heading {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .newsletter .newsletter-content .subscribe-form .newsletter-heading {
    margin-bottom: 30px;
  }
}
.newsletter .newsletter-content .subscribe-form .newsletter-heading h2 {
  text-transform: uppercase;
  border-bottom: 1px solid #31576D;
  max-width: -moz-max-content;
  max-width: max-content;
}
.newsletter .newsletter-content .subscribe-form .newsletter-heading p {
  font-size: 22px;
  line-height: 29px;
  color: #31576D;
}
@media (max-width: 767px) {
  .newsletter .newsletter-content .subscribe-form .newsletter-heading p {
    font-size: 18px;
    line-height: 26px;
  }
}
.newsletter .newsletter-icon {
  width: calc(30% - 47px);
}
@media (max-width: 767px) {
  .newsletter .newsletter-icon {
    width: 100%;
    text-align: center;
  }
  .newsletter .newsletter-icon img {
    max-width: 60%;
  }
}

.subscribe-form form {
  max-width: 521px;
}
.subscribe-form .row {
  display: flex;
  flex-direction: row;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 767px) {
  .subscribe-form .row {
    flex-direction: column;
  }
}
.subscribe-form .row .col {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .subscribe-form .row .col {
    width: 100%;
  }
}
.subscribe-form .field {
  margin-bottom: 20px;
}
.subscribe-form .field input {
  width: 100%;
  height: 45px;
  padding: 13px 16px;
  line-height: 19px;
  border-radius: 8px;
  color: #2F7D8E;
}
.subscribe-form .field input:focus {
  color: #2F7D8E;
}
.subscribe-form .field label {
  font-size: 18px;
  font-weight: 500;
  color: #31576D;
  font-family: "Outfit";
  margin-bottom: 12px;
  display: block;
}
.subscribe-form .field label.checkbox {
  font-weight: 400;
  font-size: 17px;
  display: flex;
  align-items: center;
  gap: 6px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  padding: 0;
  margin: 30px 0;
  font-family: "Roboto";
}
.subscribe-form .field label.checkbox input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border: 1px solid #00BBE3;
  padding: 0;
  border-radius: 6px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0;
  margin-right: 5px;
}
.subscribe-form .field label.checkbox input[type=checkbox]:checked {
  background-color: #00BBE3;
  border-color: #00BBE3;
}
.subscribe-form .field label.checkbox input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.subscribe-form .field label.checkbox a {
  color: #31576D;
}
.subscribe-form .field label.checkbox a:hover {
  color: #02eecd;
}
.subscribe-form .btn {
  border-radius: 32px;
  padding: 16px 24px;
  font-weight: 500;
  font-size: 17px;
}

section #mc_embed_signup {
  background-color: transparent;
}
section #mc_embed_signup form {
  margin-left: 0;
  margin-right: 0;
}
section #mc_embed_signup form p {
  margin-bottom: 24px;
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
  color: #263539;
  font-family: "Roboto";
}
section #mc_embed_signup form h2 {
  font-size: 34px;
  font-weight: 700;
  margin: 0 0 20px;
}
@media (max-width: 1024px) {
  section #mc_embed_signup form h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  section #mc_embed_signup form h2 {
    font-size: 26px;
  }
}
section #mc_embed_signup form .mc-field-group {
  padding-bottom: 24px;
}
section #mc_embed_signup form .mc-field-group label {
  margin-bottom: 12px;
  color: #31576D;
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  display: block;
}
section #mc_embed_signup form .mc-field-group label .asterisk {
  color: #31576D;
  font-size: 18px;
  font-weight: 500;
  position: unset;
  line-height: 21px;
}
section #mc_embed_signup form .mc-field-group label.checkbox {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
section #mc_embed_signup form .mc-field-group label.checkbox input {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border: 1px solid #00BBE3;
  padding: 0 !important;
  border-radius: 6px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0;
  margin-right: 10px;
}
section #mc_embed_signup form .mc-field-group label.checkbox input:checked {
  background-color: #00BBE3;
  border-color: #00BBE3;
}
section #mc_embed_signup form .mc-field-group label.checkbox input:checked::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
section #mc_embed_signup form #mergeRow-gdpr {
  margin-top: 0;
}
section #mc_embed_signup form input {
  border: 1px solid #00BBE3;
  border-radius: 8px;
  padding: 13px 16px !important;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  color: #2F7D8E;
  text-indent: unset !important;
  display: block;
  width: 100%;
}
section #mc_embed_signup form input.mce_inline_error {
  border: 2px solid #e85c41;
}
section #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 3px;
  font-size: 14px;
  font-weight: normal;
  z-index: 1;
  color: #e85c41;
}
section #mc_embed_signup .button {
  border: 1px solid;
  padding: 16px 24px !important;
  line-height: 14px;
  border-radius: 32px;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  text-decoration: none !important;
  text-transform: capitalize;
  font-family: "Outfit";
  transition: all 0.3s ease-in-out;
  border-color: #31576D;
  background-color: #31576D;
  color: #ffffff;
  outline: none;
  height: auto;
  width: -moz-max-content;
  width: max-content;
}
section #mc_embed_signup .button:hover {
  border-color: #4FE0FF;
  background-color: #4FE0FF;
  color: #31576D;
}

.woocommerce form.checkout .form-row {
  padding: 0 0 20px 0;
  margin: 0;
}
.woocommerce form.checkout .form-row label {
  color: #31576D;
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  display: block;
  color: #31576D;
  color: #31576D;
  margin-bottom: 12px;
  font-family: Helvetica, Arial, sans-serif;
}
.woocommerce form.checkout .form-row label .required {
  color: #31576D;
  font-size: 18px;
  font-weight: 500;
  position: unset;
  line-height: 21px;
}
.woocommerce form.checkout .form-row input,
.woocommerce form.checkout .form-row select,
.woocommerce form.checkout .form-row textarea {
  border: 1px solid #00BBE3 !important;
  border-radius: 8px;
  padding: 13px 16px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  color: #2F7D8E;
  text-indent: unset;
  display: block;
  width: 100%;
}
.woocommerce form.checkout .form-row.woocommerce-invalid-required-field input {
  border: 2px solid #e85c41;
}
.woocommerce form.checkout .checkbox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.woocommerce form.checkout .checkbox .input-checkbox {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border: 1px solid #00BBE3;
  padding: 0;
  border-radius: 6px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0;
}
.woocommerce form.checkout .checkbox .input-checkbox:checked {
  background-color: #00BBE3;
  border-color: #00BBE3;
}
.woocommerce form.checkout .checkbox .input-checkbox:checked:after {
  content: "";
  position: absolute;
  left: 8px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.woocommerce form.checkout h3 {
  font-size: 28px;
}
@media (max-width: 991px) {
  .woocommerce form.checkout h3 {
    font-size: 23px;
  }
}
@media (max-width: 480px) {
  .woocommerce form.checkout h3 {
    font-size: 18px;
  }
}

.select2-container .select2-selection--single,
.select2-container .select2-dropdown {
  border: 1px solid #00BBE3;
  border-radius: 8px;
  padding: 13px 16px;
  text-indent: unset;
  display: block;
  width: 100%;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
}

.select2-container .select2-selection--single .select2-selection__placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #2F7D8E;
  line-height: 19px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #00BBE3;
  border-radius: 8px;
  padding: 13px 16px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  color: #2F7D8E;
  text-indent: unset;
  display: block;
  width: 100%;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background: #00BBE3;
}

.select2-results__option[aria-selected],
.select2-results__option[data-selected] {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  color: #2F7D8E;
  padding: 5px 10px !important;
}/*# sourceMappingURL=custom.css.map */