@media (max-width: 1023px) {
  #wpadminbar {
    display: none;
  }
}
@media (min-width: 1024px) {
  body.admin-bar {
    margin-top: 32px;
  }
  body.admin-bar .header-content {
    top: 32px;
  }
}
button:focus {
  outline: 0;
  box-shadow: none;
}
.keyboard-navigation *:focus {
  outline: 0;
  box-shadow: 0 0 4px 4px #165655 !important;
  outline: 5px auto -webkit-focus-ring-color;
}
.skip-to-content {
  position: fixed;
  top: 30px;
  left: 30px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 1px dotted #8c826e;
  z-index: 999;
  padding: 20px;
  box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.5);
  background-color: #165655;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  opacity: 0;
}
.skip-to-content:hover,
.skip-to-content:focus {
  color: #fff;
}
.skip-to-content:focus {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* 
     Font sizes
*/
@font-face {
  font-family: "Gilroy-Regular";
  src: url('/wp-content/themes/acf/assets/fonts/Gilroy-Regular.ttf');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Medium";
  src: url('/wp-content/themes/acf/assets/fonts/Gilroy-Medium.ttf');
  font-weight: 500;
  font-style: normal;
}
/* 
     Links
*/
/*
*  The function accepts the following params: 
*   @prop   css propriety
*   @size   css design size
*   @min    css minimum size possible (not required, auto calculated from size)
*   
*   @design_width   this should be updated to the design maximum width
*
*   Examples
*   .clamp(font-size; 14; 12);
*   .clamp(min-width; 205; 130);
*   .clamp(line-height; 40; 25);
*
*/
body {
  font-weight: 400;
  font-size: clamp(14px, 1.11111111vw, 16px);
  line-height: 1.5;
  font-family: "Gilroy-Regular";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  color: #103d3d;
}
a {
  transition: all 0.3s;
}
a,
button,
a:hover,
a:focus {
  text-decoration: none;
  color: #103d3d;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-family: "Gilroy-Medium";
  font-weight: 600;
  color: #103d3d;
}
.h1 u,
.h2 u,
.h3 u,
.h4 u,
.h5 u,
.h6 u,
h1 u,
h2 u,
h3 u,
h4 u,
h5 u,
h6 u {
  position: relative;
  text-decoration: none;
}
.h1 u:after,
.h2 u:after,
.h3 u:after,
.h4 u:after,
.h5 u:after,
.h6 u:after,
h1 u:after,
h2 u:after,
h3 u:after,
h4 u:after,
h5 u:after,
h6 u:after {
  content: "";
  width: 0;
  height: 40%;
  position: absolute;
  background: #eee8e4;
  bottom: 0;
  border-radius: 0px 0px 12px 12px;
  z-index: -1;
  left: -3%;
  transform: translateY(5%);
  transition: width 1s ease-out;
}
.h1 us,
.h2 us,
.h3 us,
.h4 us,
.h5 us,
.h6 us,
h1 us,
h2 us,
h3 us,
h4 us,
h5 us,
h6 us {
  position: relative;
}
.h1 us:after,
.h2 us:after,
.h3 us:after,
.h4 us:after,
.h5 us:after,
.h6 us:after,
h1 us:after,
h2 us:after,
h3 us:after,
h4 us:after,
h5 us:after,
h6 us:after {
  content: "";
  width: 0;
  height: 40%;
  position: absolute;
  background: #eee8e4;
  bottom: 0;
  border-radius: 0px 0px 12px 12px;
  z-index: -1;
  left: 35%;
  transform: translateY(5%);
  transition: width 1s ease-out;
}
.h1.aos-animate u:after,
.h2.aos-animate u:after,
.h3.aos-animate u:after,
.h4.aos-animate u:after,
.h5.aos-animate u:after,
.h6.aos-animate u:after,
h1.aos-animate u:after,
h2.aos-animate u:after,
h3.aos-animate u:after,
h4.aos-animate u:after,
h5.aos-animate u:after,
h6.aos-animate u:after {
  width: 106%;
}
.h1.aos-animate us:after,
.h2.aos-animate us:after,
.h3.aos-animate us:after,
.h4.aos-animate us:after,
.h5.aos-animate us:after,
.h6.aos-animate us:after,
h1.aos-animate us:after,
h2.aos-animate us:after,
h3.aos-animate us:after,
h4.aos-animate us:after,
h5.aos-animate us:after,
h6.aos-animate us:after {
  width: 68%;
}
.h1,
h1 {
  font-size: clamp(34px, 5.20833333vw, 75px);
}
.h2,
h2 {
  font-size: clamp(28px, 3.81944444vw, 55px);
}
.h3,
h3 {
  font-size: clamp(24px, 2.08333333vw, 30px);
}
.h4,
h4 {
  font-size: clamp(20px, 1.94444444vw, 28px);
}
.h5,
h5 {
  font-size: clamp(16px, 1.66666667vw, 24px);
}
.h6,
h6 {
  font-size: clamp(14px, 1.11111111vw, 16px);
}
.bt,
.btn,
input[type="submit"] {
  border-width: 1px;
  border-style: solid;
  border-color: #eee8e4;
  border-radius: clamp(20px, 2.77777778vw, 40px);
  padding-top: clamp(10px, 0.83333333vw, 12px);
  padding-bottom: clamp(10px, 0.83333333vw, 12px);
  padding-left: clamp(15px, 1.66666667vw, 24px);
  padding-right: clamp(15px, 1.66666667vw, 24px);
  min-height: clamp(40px, 3.05555556vw, 44px);
  max-width: 100%;
  font-family: "Gilroy-Medium";
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 5px;
  height: 44px;
}
.bt:hover,
.btn:hover,
input[type="submit"]:hover {
  background-color: #dde6e6 !important;
}
.bt.transpernt-btn,
.btn.transpernt-btn,
input[type="submit"].transpernt-btn {
  color: #8c826e;
  background-color: #ffffff;
  margin-right: clamp(10px, 1.38888889vw, 20px);
  transition: all 0.3s;
}
.bt.transpernt-btn:hover,
.btn.transpernt-btn:hover,
input[type="submit"].transpernt-btn:hover {
  border-color: #165655;
  color: #165655;
}
.bt.transpernt-btn:hover .icon,
.btn.transpernt-btn:hover .icon,
input[type="submit"].transpernt-btn:hover .icon {
  filter: brightness(0);
}
.bt.green-btn,
.btn.green-btn,
input[type="submit"].green-btn {
  background-color: #165655;
  color: #ffffff;
}
.bt.green-btn:hover,
.btn.green-btn:hover,
input[type="submit"].green-btn:hover {
  color: #165655;
}
.bt.green-btn:hover .icon,
.btn.green-btn:hover .icon,
input[type="submit"].green-btn:hover .icon {
  filter: brightness(0);
}
.section-form {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
}
.section-form .section-inner {
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right bottom;
}
@media (min-width: 1201px) {
  .section-form .section-inner > div {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.section-form .section-inner .row {
  padding-top: clamp(12.5px, 1.73611111vw, 25px);
}
@media (max-width: 767.98px) {
  .section-form .section-inner .row {
    flex-direction: column-reverse;
  }
}
.section-form .section-inner .out-vector {
  position: absolute;
  right: 0;
  bottom: 60px;
}
.section-form .section-inner .map-column .image-wrapper {
  text-align: center;
  padding-left: clamp(25px, 3.47222222vw, 50px);
}
@media (max-width: 767.98px) {
  .section-form .section-inner .map-column .image-wrapper {
    padding-left: 0;
  }
}
.section-form .section-inner .map-column .image-wrapper img {
  max-width: 100%;
}
@media (min-width: 1201px) {
  .section-form .section-inner .map-column .image-wrapper img {
    width: 700px;
    height: 360px;
  }
}
@media (max-width: 767.98px) {
  .section-inner .row .content-wrapper {
    padding-top: 20px;
  }
}
.section-inner .row .content-wrapper .form-wrapper {
  max-width: 535px;
  padding-left: clamp(10px, 2.77777778vw, 40px);
}
@media (max-width: 767.98px) {
  .section-inner .row .content-wrapper .form-wrapper {
    max-width: 100%;
    padding-left: 0;
  }
}
.section-inner .row .content-wrapper .form-wrapper .gform-body #gform_fields_1,
.section-inner .row .content-wrapper .form-wrapper .gform-body #gform_fields_2 {
  row-gap: 12px;
}
.section-inner .row .content-wrapper .form-wrapper .gform-body #gform_fields_1 button.gform_button {
  display: none !important;
}
.section-inner .row .content-wrapper .form-wrapper input[type="text"],
.section-inner .row .content-wrapper .form-wrapper [type="email"],
.section-inner .row .content-wrapper .form-wrapper [type="tel"],
.section-inner .row .content-wrapper .form-wrapper select {
  height: 39px;
  border-color: #acc6c6;
  border-radius: 8px;
  padding: 6px 16px;
  color: #165655;
  box-shadow: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Gilroy-Regular";
}
.section-inner .row .content-wrapper .form-wrapper textarea {
  height: 92px;
  border-color: #acc6c6;
  border-radius: 8px;
  padding: 6px 16px;
  color: #165655;
  box-shadow: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Gilroy-Regular";
}
.section-inner .row .content-wrapper .form-wrapper .button-wrapper {
  display: flex;
  gap: clamp(10px, 1.38888889vw, 20px);
  margin-top: 10px;
  flex-wrap: wrap;
}
.section-inner .row .content-wrapper .form-wrapper .button-wrapper input[type="submit"],
.section-inner .row .content-wrapper .form-wrapper .button-wrapper .btn {
  border-radius: clamp(20px, 2.77777778vw, 40px) !important;
  font-family: "Gilroy-Medium";
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  display: flex !important;
  text-align: center !important;
  align-items: center;
  justify-content: center;
}
.section-inner .row .content-wrapper .form-wrapper .button-wrapper input[type="submit"] {
  background-color: #165655;
  border: 1px solid #165655;
  height: 44px;
}
@media (max-width: 400px) {
  .section-inner .row .content-wrapper .form-wrapper .button-wrapper input[type="submit"] {
    width: 100%;
  }
}
.section-inner .row .content-wrapper .form-wrapper .button-wrapper input[type="submit"]:hover {
  background-color: #dde6e6;
  color: #165655;
}
.section-inner .row .content-wrapper .form-wrapper .button-wrapper .btn {
  background-color: #dde6e6;
  color: #165655;
}
@media (max-width: 400px) {
  .section-inner .row .content-wrapper .form-wrapper .button-wrapper .btn {
    width: 100%;
  }
}
.section-inner .row .content-wrapper .form-wrapper .button-wrapper .btn img {
  filter: brightness(0);
}
.section-inner .row .content-wrapper .form-wrapper .button-wrapper .btn:hover {
  border-color: #165655;
  background-color: #ffffff !important;
}
.section-inner .row .content-wrapper .form-wrapper .gform_footer input[type="submit"] {
  background-color: #165655 !important;
  border: 1px solid #165655;
  height: 44px;
  border-radius: clamp(20px, 2.77777778vw, 40px) !important;
  font-family: "Gilroy-Medium";
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  display: flex !important;
  text-align: center !important;
  align-items: center;
  justify-content: center;
}
@media (max-width: 400px) {
  .section-inner .row .content-wrapper .form-wrapper .gform_footer input[type="submit"] {
    width: 100%;
  }
}
.section-inner .row .content-wrapper .form-wrapper .gform_footer input[type="submit"]:hover {
  background-color: #dde6e6;
  color: #ffffff;
}
.section-inner .row .content-wrapper .form-wrapper .gform_footer .gform_submit {
  background-color: #165655;
  border: 1px solid #165655;
  height: 44px;
  border-radius: clamp(20px, 2.77777778vw, 40px);
  font-family: "Gilroy-Medium";
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  display: flex !important;
  text-align: center !important;
  align-items: center;
  justify-content: center;
  padding-left: clamp(12px, 1.66666667vw, 24px);
  padding-right: clamp(12px, 1.66666667vw, 24px);
  gap: 8px;
}
.section-inner .row .content-wrapper .form-wrapper .gform_footer .gform_submit img {
  filter: brightness(100);
}
.section-inner .row .content-wrapper .form-wrapper .gform_footer .gform_submit:hover {
  background-color: #dde6e6;
  color: #165655;
}
.section-inner .row .content-wrapper .form-wrapper .gform_footer .gform_submit:hover img {
  filter: brightness(0);
}
.section-inner .row .content-wrapper .form-wrapper .gform_footer .btn {
  background-color: #dde6e6;
  color: #165655;
  border-radius: clamp(20px, 2.77777778vw, 40px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: clamp(12px, 1.66666667vw, 24px);
  padding-right: clamp(12px, 1.66666667vw, 24px);
  gap: 8px;
  border: 1px solid #dde6e6;
  transition: all 0.3s;
}
.section-inner .row .content-wrapper .form-wrapper .gform_footer .btn:hover {
  border-color: #165655;
}
.section-inner .row .map-column {
  padding-top: 15px;
}
.section-inner .row .map-column .map-wrapper {
  padding-left: clamp(25px, 3.47222222vw, 50px);
}
@media (max-width: 767.98px) {
  .section-inner .row .map-column .map-wrapper {
    padding-left: 0;
  }
}
.section-inner .row .map-column .map-wrapper #google-map {
  max-width: 700px;
  border-radius: 8px;
}
.section-inner .row .map-column .map-wrapper #google-map .image-wrapper {
  padding-left: clamp(25px, 3.47222222vw, 50px);
}
@media (max-width: 767.98px) {
  .section-inner .row .map-column .map-wrapper #google-map .image-wrapper {
    padding-left: 0;
  }
}
.section-inner.color-brown h2 {
  color: #8c826e;
}
.section-inner.color-brown .row .content-wrapper .form-wrapper input[type="text"],
.section-inner.color-brown .row .content-wrapper .form-wrapper [type="email"],
.section-inner.color-brown .row .content-wrapper .form-wrapper [type="tel"],
.section-inner.color-brown .row .content-wrapper .form-wrapper select {
  border-color: #eee8e4;
  color: #8c826e;
}
.section-inner.color-brown .row .content-wrapper .form-wrapper textarea {
  border-color: #eee8e4;
  color: #8c826e;
}
.section-inner.color-brown .row .content-wrapper .form-wrapper .button-wrapper input[type="submit"],
.section-inner.color-brown .row .content-wrapper .form-wrapper .button-wrapper input[type="submit"] {
  background-color: #8c826e;
  border: 1px solid #8c826e;
  height: 44px;
}
.section-inner.color-brown .row .content-wrapper .form-wrapper .button-wrapper input[type="submit"]:hover,
.section-inner.color-brown .row .content-wrapper .form-wrapper .button-wrapper input[type="submit"]:hover {
  background-color: #eee8e4 !important;
  color: #8c826e;
}
.section-inner.color-brown .row .content-wrapper .form-wrapper .button-wrapper .btn {
  background-color: #eee8e4;
  color: #8c826e;
}
.section-inner.color-brown .row .content-wrapper .form-wrapper .button-wrapper .btn img {
  filter: brightness(0);
}
.section-inner.color-brown .row .content-wrapper .form-wrapper .button-wrapper .btn:hover {
  border-color: #8c826e;
  background-color: #ffffff !important;
}
.section-inner.color-brown .row .content-wrapper .form-wrapper .gform_footer input[type="submit"] {
  background-color: #165655 !important;
  border: 1px solid #165655;
  height: 44px;
  border-radius: clamp(20px, 2.77777778vw, 40px) !important;
  font-family: "Gilroy-Medium";
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  display: flex !important;
  text-align: center !important;
  align-items: center;
  justify-content: center;
}
@media (max-width: 400px) {
  .section-inner.color-brown .row .content-wrapper .form-wrapper .gform_footer input[type="submit"] {
    width: 100%;
  }
}
.section-inner.color-brown .row .content-wrapper .form-wrapper .gform_footer input[type="submit"]:hover {
  background-color: #dde6e6;
  color: #ffffff;
}
.section-inner.color-brown .row .content-wrapper .form-wrapper .gform_footer .gform_submit {
  background-color: #8c826e;
  border: 1px solid #8c826e;
}
.section-inner.color-brown .row .content-wrapper .form-wrapper .gform_footer .gform_submit img {
  filter: brightness(100);
}
.section-inner.color-brown .row .content-wrapper .form-wrapper .gform_footer .gform_submit:hover {
  background-color: #eee8e4;
  color: #8c826e;
}
.section-inner.color-brown .row .content-wrapper .form-wrapper .gform_footer .gform_submit:hover img {
  filter: grayscale(1);
}
.section-inner.color-brown .row .content-wrapper .form-wrapper .gform_footer .btn {
  background-color: #eee8e4;
  color: #8c826e;
  border-radius: clamp(20px, 2.77777778vw, 40px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: clamp(12px, 1.66666667vw, 24px);
  padding-right: clamp(12px, 1.66666667vw, 24px);
  gap: 8px;
  border: 1px solid #eee8e4;
  transition: all 0.3s;
}
.section-inner.color-brown .row .content-wrapper .form-wrapper .gform_footer .btn:hover {
  border-color: #8c826e;
  background-color: #eee8e4 !important;
}
.section-inner.color-brown .row .content-wrapper .form-wrapper .gform_footer .btn img {
  filter: grayscale(1);
}
.section-inner .gform_confirmation_message {
  font-size: clamp(20px, 1.94444444vw, 28px);
  line-height: clamp(28px, 2.5vw, 36px);
  padding-top: 22%;
}
.section-inner .gform_validation_errors {
  display: none !important;
}
.section-inner.color-default .row .content-wrapper .form-wrapper .button-wrapper input[type="submit"]:hover,
.section-inner.color-green .row .content-wrapper .form-wrapper .button-wrapper input[type="submit"]:hover,
.section-inner.color-white .row .content-wrapper .form-wrapper .button-wrapper input[type="submit"]:hover,
.section-inner.color-default .row .content-wrapper .form-wrapper .button-wrapper input[type="submit"]:hover,
.section-inner.color-green .row .content-wrapper .form-wrapper .button-wrapper input[type="submit"]:hover,
.section-inner.color-white .row .content-wrapper .form-wrapper .button-wrapper input[type="submit"]:hover {
  background-color: #dde6e6 !important;
}
.section-inner.color-default .row .content-wrapper .form-wrapper .gform_footer input[type="submit"]:hover,
.section-inner.color-green .row .content-wrapper .form-wrapper .gform_footer input[type="submit"]:hover,
.section-inner.color-white .row .content-wrapper .form-wrapper .gform_footer input[type="submit"]:hover {
  background-color: #165655 !important;
}
body {
  transition: all 0.3s;
}
body.scrolled .site-header .header-content {
  background-color: #fff;
}
body.scrolled .site-header .header-main {
  transition: all 0.5s;
}
@media (min-width: 1001px) {
  body.scrolled.scrolled-down .site-header .header-content .header-wrapper .header-top .navbar {
    min-height: 60px;
  }
}
.site-header {
  height: 60px;
  position: fixed;
  z-index: 9999;
  background-color: transparent;
  transition: all 0.5s;
}
.site-header .header-content {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.3s;
}
@media (max-width: 699.98px) {
  .site-header .header-content {
    height: 85px;
  }
}
@media (min-width: 700px) and (max-width: 1000.98px) {
  .site-header .header-content {
    height: 135px;
  }
}
@media (min-width: 1025px) {
  .site-header .header-content .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
.site-header .header-content.with-background {
  background-color: rgba(0, 0, 0, 0.8);
}
.site-header .header-content .header-top .search-box {
  display: flex;
  align-items: center;
  margin-left: -45px;
  margin-right: -45px;
  position: relative;
  margin-top: -50px;
  transition: all 0.3s;
}
.site-header .header-content .header-top .search-box input {
  background: #262626;
  color: #959595;
  margin: 0;
  width: 100%;
  height: 50px;
  padding-left: 70px;
  padding-right: 65px;
  font-size: 13px;
  font-family: "Gilroy-Medium";
  border: none;
}
.site-header .header-content .header-top .search-box input:focus {
  box-shadow: none !important;
  outline: none !important;
}
.site-header .header-content .header-top .search-box .search-wrapper-close {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.site-header .header-content .header-top .search-box .search-wrapper-close .search-close {
  color: #959595;
  padding: 10px;
}
.site-header .header-content .header-top .search-box::before {
  content: '\f002';
  position: absolute;
  left: 45px;
  z-index: 999;
  color: #595959;
  font-family: FontAwesome;
}
.site-header .header-content .header-top.active .search-box {
  margin-top: 0;
}
.site-header .header-content .header-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -45px;
  margin-left: -45px;
  padding-left: 45px;
  padding-right: 45px;
  background-color: #266682;
  align-items: center;
  justify-content: space-between;
  z-index: 111;
  line-height: 33px;
  min-height: 33px;
  font-size: 13px;
  -webkit-transition: all .2s ease 0s;
  -moz-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
}
@media (max-width: 1000px) {
  .site-header .header-content .header-middle {
    flex-direction: column;
    padding-bottom: 10px;
    padding-top: 10px;
    gap: 10px;
  }
}
@media (max-width: 309.98px) {
  .site-header .header-content .header-middle {
    justify-content: center;
  }
}
.site-header .header-content .header-middle .left .inner p {
  color: #fff;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 20px;
}
.site-header .header-content .header-middle .left .inner p a {
  color: #fff;
}
.site-header .header-content .header-middle .right {
  display: flex;
  justify-content: flex-end;
}
.site-header .header-content .header-middle .right .inner ul {
  margin-bottom: 0;
  padding-left: 0;
}
.site-header .header-content .header-middle .right .inner ul li {
  list-style: none;
}
.site-header .header-content .header-middle .right .inner ul li a {
  font-size: 12px;
  color: #e5b250;
  border: 0 solid #f0f0f0;
  position: relative;
  width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
}
.site-header .header-content .header-middle .right .inner ul li a:hover {
  background-color: #e5b250;
  color: #fff;
}
.site-header .header-content .header-wrapper {
  justify-content: space-between;
  padding-left: clamp(15px, 2.77777778vw, 40px);
  padding-right: clamp(15px, 2.77777778vw, 40px);
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 699.98px) {
  .site-header .header-content .header-wrapper {
    height: 80px;
    padding-left: 0;
    padding-right: 0;
  }
}
.site-header .header-content .header-wrapper .header-main {
  min-height: 56px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 1001px) {
  .site-header .header-content .header-wrapper .header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 1000.98px) {
  .site-header .header-content .header-wrapper .header-main {
    min-height: 50px;
    position: relative;
  }
}
@media (max-width: 699.98px) {
  .site-header .header-content .header-wrapper .header-main {
    max-width: 50%;
    display: inline-block;
  }
}
.site-header .header-content .header-wrapper .header-main .header-cta-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 25px;
  height: 80px;
}
.site-header .header-content .header-wrapper .header-main .header-cta-wrapper i {
  color: #9d9d9d;
}
.site-header .header-content .header-wrapper .header-top .navbar {
  min-height: 92px;
  transition: all 0.5s;
  padding: 0;
}
@media (max-width: 699.98px) {
  .site-header .header-content .header-wrapper .header-top .navbar {
    max-width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 700px) {
  .site-header .header-content .header-wrapper .header-top .navbar .collapse {
    flex-basis: auto;
    display: flex !important;
  }
}
@media (min-width: 1024px) {
  .site-header {
    height: 90px;
  }
}
@media (min-width: 1200px) {
  .site-header {
    height: 100px;
  }
  .site-header .header-content .header-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
body.scrolled-down .header-middle {
  visibility: hidden;
  min-height: 0 !important;
  line-height: 0 !important;
  margin-top: -70px;
}
.header-menu {
  padding-left: clamp(30px, 3.47222222vw, 50px);
  padding-right: clamp(30px, 3.47222222vw, 50px);
}
.header-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.header-menu ul li {
  display: inline-block;
}
.header-menu ul li:not(:last-child) {
  margin-right: clamp(10px, 1.38888889vw, 20px);
}
@media (min-width: 1400px) {
  .header-menu ul li:not(:last-child) {
    margin-right: clamp(10px, 1.38888889vw, 20px);
  }
}
.header-menu ul li a {
  color: #1f1f1f;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .3px;
  text-transform: uppercase;
}
.header-menu ul li a:hover {
  color: #eee8e4;
}
.header-menu > ul > li > a {
  line-height: 100px;
  z-index: 3;
  position: relative;
  display: block;
}
@media (max-width: 1000px) {
  .header-menu {
    display: none;
  }
}
.header-menu .menu-item-has-children {
  position: relative;
}
.header-menu .menu-item-has-children > a::after {
  content: '\f078';
  font-family: 'FontAwesome';
  transition: all 0.3s ease-out;
  padding-left: 5px;
  font-size: 13px;
}
.header-menu .menu-item-has-children > a:hover::after {
  transform: rotateY(180deg);
}
.header-menu .menu-item-has-children .sub-menu {
  position: absolute;
  min-width: 225px;
  background: #6498af;
  top: 100%;
  left: 0;
  visibility: hidden;
  transition: visibility 0s 0.3s, transform 0.15s 0.15s, opacity 0.15s 0.15s;
  transform: translateY(-30px);
  opacity: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 1px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}
@media (min-width: 1001px) {
  .header-menu .menu-item-has-children .sub-menu {
    /* max-height: 50vh;
				 overflow: visible; */
  }
  .header-menu .menu-item-has-children .sub-menu::-webkit-scrollbar {
    width: 5px;
  }
  .header-menu .menu-item-has-children .sub-menu::-webkit-scrollbar-thumb {
    background: #eee8e4;
  }
}
.header-menu .menu-item-has-children .sub-menu li {
  line-height: 100%;
  margin-right: 0;
}
.header-menu .menu-item-has-children .sub-menu li a {
  color: #8c826e;
  display: block;
  padding: 9px 20px;
  transition: none !important;
}
.header-menu .menu-item-has-children .sub-menu li a:hover {
  color: #165655;
}
.header-menu .menu-item-has-children .sub-menu li .current-menu-item a {
  font-weight: 700;
}
@media (min-width: 1001px) {
  .header-menu .menu-item-has-children .sub-menu .sub-menu {
    display: none;
    opacity: 0;
    transition: visibility 0s .15s, transform .15s .15s, opacity .15s .25s;
    pointer-events: inherit;
    left: 100%;
    top: 0;
  }
}
@media (min-width: 1001px) {
  .header-menu .menu-item-has-children .sub-menu .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    display: block;
    transition: visibility 0s .15s, transform .15s .15s, opacity .15s .25s;
  }
}
.header-menu .menu-item-has-children .sub-menu .menu-item-has-children > a::after {
  position: absolute;
  transform: translate(-50%, -50%) rotate(-90deg);
  left: 92%;
  top: 50%;
}
.header-menu .menu-item-has-children:hover .sub-menu {
  visibility: visible;
  transform: translateY(0px);
  opacity: 1;
  transition: visibility 0s 0.15s, transform 0.15s 0.15s, opacity 0.15s 0.25s;
  pointer-events: inherit;
}
.header-menu .current-menu-item > a {
  color: #eee8e4 !important;
  font-weight: 700;
}
.header-menu .current-menu-item > a::after {
  color: #eee8e4;
}
#main-nav {
  padding: 0;
  padding-top: 0;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  #main-nav {
    display: none;
  }
}
#main-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#main-nav ul li {
  display: inline-block;
}
#main-nav ul li:not(:last-child) {
  margin-right: clamp(10px, 1.38888889vw, 20px);
}
@media (min-width: 1400px) {
  #main-nav ul li:not(:last-child) {
    margin-right: clamp(10px, 1.38888889vw, 20px);
  }
}
#main-nav ul li a {
  font-size: clamp(13.5px, 1.11111111vw, 16px);
  line-height: clamp(13.5px, 1.11111111vw, 16px);
  font-style: normal;
  font-weight: 500;
  font-family: "Gilroy-Medium";
}
#main-nav ul li a:hover,
#main-nav ul li a.highlighted {
  font-weight: 700;
  color: #165655 !important;
}
#main-nav ul#main-menu-left li a {
  color: #396169;
}
#main-nav ul#main-menu-left li .sub-menu li a:hover,
#main-nav ul#main-menu-left li .sub-menu li a.highlighted {
  background-color: #e7e7e7;
  color: #8c826e !important;
}
#main-nav ul#main-menu-left li.current-menu-item a {
  font-weight: 700;
}
#main-nav ul#main-menu-right li a {
  color: #8c826e;
}
#main-nav ul#main-menu-right li a:hover,
#main-nav ul#main-menu-right li a.highlighted {
  font-weight: 700;
  color: #8c826e !important;
}
#main-nav ul#main-menu-right li .sub-menu li a:hover,
#main-nav ul#main-menu-right li .sub-menu li a.highlighted {
  background-color: #dde6e6;
  color: #165655 !important;
}
#main-nav ul#main-menu-right li.current-menu-item a {
  font-weight: 700;
}
#main-nav > ul > li > a {
  line-height: 100px;
  z-index: 3;
  position: relative;
  display: block;
}
#main-nav .menu-item-has-children {
  position: relative;
}
#main-nav .menu-item-has-children > a::after {
  content: '\f078';
  font-family: 'FontAwesome';
  transition: all 0.3s ease-out;
  padding-left: 5px;
  font-size: 13px;
  transition: all 0.3s;
}
#main-nav .menu-item-has-children > a:hover::after {
  transform: rotateY(180deg);
  content: '\f077';
}
#main-nav .menu-item-has-children:hover .sub-menu {
  visibility: visible;
  transform: translateY(0px);
  opacity: 1;
  transition: visibility 0s 0.15s, transform 0.15s 0.15s, opacity 0.15s 0.25s;
  pointer-events: inherit;
}
#main-nav ul.sub-menu {
  min-width: 225px;
  background: #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  padding: 10px 0;
  border-radius: clamp(5px, 0.6944444400000001vw, 10px);
  position: absolute;
  visibility: hidden;
}
#main-nav ul.sub-menu li {
  line-height: 100%;
  margin-right: 0;
  display: block;
}
#main-nav ul.sub-menu li a {
  color: #165655;
  display: block;
  padding: 9px 20px;
  transition: none !important;
}
#main-nav ul.sub-menu li a:hover {
  color: #165655;
}
#main-nav ul.sub-menu .menu-item-has-children > a::after {
  position: absolute;
  transform: translate(-50%, -50%) rotate(-90deg);
  left: 92%;
  top: 50%;
}
.mobile-menu-trigger {
  width: 15px;
  height: 12px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: block;
  padding-bottom: 20px;
  top: -40px;
  float: right;
  margin-right: 25px;
}
@media (max-width: 699.98px) {
  .mobile-menu-trigger {
    top: -50px;
    margin-right: 10px;
  }
}
.mobile-menu-trigger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #165655;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.mobile-menu-trigger span:nth-child(1) {
  top: 0px;
}
.mobile-menu-trigger span:nth-child(2) {
  top: 4px;
}
.mobile-menu-trigger span:nth-child(3) {
  top: 8px;
}
.mobile-menu-trigger.active span:nth-child(1) {
  top: 5px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.mobile-menu-trigger.active span:nth-child(2) {
  opacity: 0;
  left: 40px;
}
.mobile-menu-trigger.active span:nth-child(3) {
  top: 5px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media (min-width: 1001px) {
  .mobile-menu-trigger {
    display: none;
  }
}
@media (max-width: 1000px) {
  .logo {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
  }
}
@media (max-width: 768.98px) {
  .logo {
    justify-content: center;
    margin-right: 0;
  }
}
.logo img {
  max-height: 99px;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .logo img {
    max-height: clamp(65px, 5.55555556vw, 80px);
  }
}
#mobile-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: calc(100vh - 60px);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s ease, background-color 0.3s;
  transition: -webkit-transform 0.4s ease, background-color 0.3s;
  -o-transition: transform 0.4s ease, background-color 0.3s;
  transition: transform 0.4s ease, background-color 0.3s;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease, background-color 0.3s, visibility 0s 0.4s;
  pointer-events: none;
  visibility: hidden;
  z-index: 99;
  background-color: #fff;
}
#mobile-menu .mobile-menu-wrapper {
  background: linear-gradient(180deg, #f5f7f9 47.09%, rgba(245, 247, 249, 0) 75.75%);
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: auto;
}
#mobile-menu .mobile-menu-wrapper .primary-menu {
  padding: 20px;
}
#mobile-menu .mobile-menu-wrapper .primary-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#mobile-menu .mobile-menu-wrapper .primary-menu ul li {
  padding: 8px 0;
}
#mobile-menu .mobile-menu-wrapper .primary-menu ul li a {
  font-size: 16px;
  line-height: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  box-shadow: none;
  outline: none;
  font-family: "Gilroy-Medium";
}
#mobile-menu .mobile-menu-wrapper .primary-menu ul li a:hover {
  font-weight: 700;
}
#mobile-menu .mobile-menu-wrapper .primary-menu ul li.active > .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 1px;
  margin-top: 10px;
  background-color: #dde6e6;
}
#mobile-menu .mobile-menu-wrapper .primary-menu ul li.active > .sub-menu li {
  padding-bottom: 5px;
  padding-top: 5px;
}
#mobile-menu .mobile-menu-wrapper .primary-menu ul li.active > .sub-menu li a {
  color: #396169;
  padding: 10px 0;
  width: 100%;
  display: block;
}
#mobile-menu .mobile-menu-wrapper .primary-menu ul li.active > .sub-menu li a:hover {
  font-weight: 700;
}
#mobile-menu .mobile-menu-wrapper .primary-menu ul li.current_page_item a {
  font-weight: 700;
}
#mobile-menu .mobile-menu-wrapper .primary-menu ul li.current_page_item::after {
  color: #eee8e4;
}
#mobile-menu .mobile-menu-wrapper .primary-menu #menu-header-left-menu li a {
  color: #165655;
}
#mobile-menu .mobile-menu-wrapper .primary-menu #menu-header-right-menu li a {
  color: #8c826e;
}
#mobile-menu .mobile-menu-wrapper .primary-menu .mobile-btns li {
  max-width: 375px;
}
@media (min-width: 481px) {
  #mobile-menu .mobile-menu-wrapper .primary-menu .mobile-btns li {
    float: left;
  }
}
#mobile-menu .mobile-menu-wrapper .primary-menu .mobile-btns li a {
  justify-content: center;
}
#mobile-menu .mobile-menu-wrapper .primary-menu .menu-item-has-children {
  position: relative;
}
#mobile-menu .mobile-menu-wrapper .primary-menu .menu-item-has-children .dd-toggle {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  transition: all 0.3s;
  padding: 10px 0 10px 10px;
}
#mobile-menu .mobile-menu-wrapper .primary-menu .menu-item-has-children .dd-toggle.active {
  transform: rotateX(180deg);
}
#mobile-menu .mobile-menu-wrapper .primary-menu .menu-item-has-children .sub-menu {
  display: none;
  min-width: 316px;
  background: #FAFBFC;
  border-top: 2px solid #eaeaea;
  padding-left: clamp(15px, 1.66666667vw, 24px);
  padding-right: clamp(15px, 1.66666667vw, 24px);
  margin-top: 15px;
}
#mobile-menu .mobile-menu-wrapper .primary-menu .menu-item-has-children .sub-menu li {
  line-height: 100%;
  padding-right: 25px;
}
#mobile-menu .mobile-menu-wrapper .primary-menu .menu-item-has-children .sub-menu li a {
  color: #000000;
}
#mobile-menu .mobile-menu-wrapper .primary-menu .menu-item-has-children .sub-menu li a:hover {
  font-weight: 700;
}
#mobile-menu .mobile-menu-wrapper .primary-menu .menu-item-has-children .sub-menu .current-menu-item > a {
  color: #eee8e4;
}
#mobile-menu .mobile-menu-wrapper .mobile-header-cta {
  padding-left: 20px;
  padding-right: 20px;
}
#mobile-menu .mobile-menu-wrapper .mobile-header-cta .bt {
  width: 100%;
}
#mobile-menu .mobile-menu-wrapper .contact-column {
  padding: 40px 20px;
}
#mobile-menu .mobile-menu-wrapper .contact-column .contact-item {
  line-height: 1.8;
}
#mobile-menu .mobile-menu-wrapper .contact-column .contact-item:not(:last-child) {
  margin-bottom: 5px;
}
#mobile-menu .mobile-menu-wrapper .contact-column .contact-item a {
  color: #165655;
  display: flex;
}
#mobile-menu .mobile-menu-wrapper .contact-column .contact-item .icon {
  width: 20px;
  color: #165655;
  margin-right: 0;
  display: block;
}
#mobile-menu .mobile-menu-wrapper .contact-column .contact-item.contact-location {
  display: flex;
  line-height: 1.2;
}
#mobile-menu .mobile-menu-wrapper .menu-socials {
  display: flex;
  padding: 0 20px 40px;
}
#mobile-menu .mobile-menu-wrapper .menu-socials p {
  margin-bottom: 0;
}
#mobile-menu .mobile-menu-wrapper .menu-socials ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#mobile-menu .mobile-menu-wrapper .menu-socials ul li {
  display: inline-block;
  margin-left: 20px;
  margin-right: 0;
}
#mobile-menu .mobile-menu-wrapper .menu-socials ul li a {
  color: #165655;
}
@media (min-width: 768px) {
  #mobile-menu {
    height: calc(100vh - 80px);
  }
  #mobile-menu .mobile-menu-wrapper .mobile-header-cta .bt {
    width: auto;
  }
}
body.mobile-menu-open #mobile-menu {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: initial;
  visibility: visible;
  -webkit-transition: -webkit-transform 0.4s ease, background-color 0.3s;
  transition: -webkit-transform 0.4s ease, background-color 0.3s;
  -o-transition: transform 0.4s ease, background-color 0.3s;
  transition: transform 0.4s ease, background-color 0.3s;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease, background-color 0.3s, visibility 0s 0s;
}
.site-footer {
  background-color: #165655;
}
.site-footer .footer-wrapper {
  padding-top: clamp(50px, 5.55555556vw, 80px);
  padding-bottom: clamp(20px, 2.77777778vw, 40px);
  border-bottom: 1px solid #CBD4D4;
}
.site-footer .footer-wrapper .footer-logo {
  margin-bottom: clamp(20px, 2.77777778vw, 40px);
}
.site-footer .footer-wrapper .footer-logo .img:first-child {
  margin-bottom: 20px;
}
.site-footer .footer-wrapper .footer-logo .img:first-child img {
  max-height: 143px;
}
@media (max-width: 1023px) {
  .site-footer .footer-wrapper .footer-logo .img:first-child img {
    max-height: 100px;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-wrapper .footer-logo .img:first-child img {
    max-height: 60px;
  }
}
.site-footer .footer-wrapper .footer-logo .img:last-child img {
  margin-top: 30px;
}
@media (max-width: 1023px) {
  .site-footer .footer-wrapper .footer-logo .img:last-child img {
    max-height: 25px;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-wrapper .footer-logo .img:last-child img {
    max-height: 15px;
  }
}
.site-footer .footer-wrapper .contact-item {
  margin-bottom: 20px;
}
.site-footer .footer-wrapper .contact-item a {
  font-size: 16px;
  letter-spacing: 0.3px;
  line-height: 16px;
  font-weight: 400;
  color: #ffffff;
  font-style: normal;
  font-family: "Gilroy-Regular";
  transition: all 0.3s;
}
.site-footer .footer-wrapper .contact-item a:hover {
  opacity: 0.7;
}
.site-footer .footer-wrapper .contact-item ul {
  margin-bottom: 0;
  padding-left: 0;
}
.site-footer .footer-wrapper .contact-item ul li {
  list-style: none;
  margin-bottom: clamp(5px, 1.04166667vw, 15px);
}
.site-footer .footer-wrapper .contact-item ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .site-footer .footer-wrapper .footer-menu-cols {
    margin-bottom: clamp(10px, 1.38888889vw, 20px);
  }
}
.site-footer .footer-wrapper .footer-menu-cols a {
  font-size: 16px;
  letter-spacing: 0.3px;
  line-height: 16px;
  font-weight: 400;
  text-transform: capitalize;
  color: #fafafa;
  font-style: normal;
  font-family: "Gilroy-Regular";
  transition: all 0.3s;
}
.site-footer .footer-wrapper .footer-menu-cols a:hover {
  opacity: 0.7;
}
.site-footer .footer-wrapper .footer-menu-cols ul {
  margin-bottom: 0;
  padding-left: 0;
}
.site-footer .footer-wrapper .footer-menu-cols ul li {
  list-style: none;
  margin-bottom: clamp(5px, 1.04166667vw, 15px);
}
.site-footer .footer-wrapper .footer-menu-cols ul li:last-child {
  margin-bottom: 0;
}
.site-footer .footer-wrapper h4 {
  font-size: 16px;
  letter-spacing: 0.3px;
  line-height: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: #ffffff;
  font-style: normal;
  margin-bottom: 20px;
  font-family: "Gilroy-Medium";
}
@media (max-width: 767.98px) {
  .site-footer .footer-wrapper h4 {
    margin-top: 20px;
  }
}
.site-footer .footer-wrapper .mid-col h5 {
  font-family: "Gilroy-Regular";
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 27px;
  font-weight: 300;
  text-transform: none;
  font-style: normal;
  margin-bottom: 25px;
}
.site-footer .footer-wrapper .mid-col p {
  margin-bottom: 25px;
}
.site-footer .footer-wrapper h3 {
  font-weight: 500;
  font-size: clamp(24px, 2.08333333vw, 30px);
  margin: 0 0 15px;
}
.site-footer .footer-wrapper .description {
  color: #fff;
}
@media (max-width: 575px) {
  .site-footer .footer-wrapper .description {
    margin-bottom: 20px !important;
  }
}
.site-footer .footer-wrapper .description p {
  font-size: 15px;
}
@media (max-width: 767px) {
  .site-footer .footer-wrapper .description {
    margin: 0 auto;
  }
}
.site-footer .footer-wrapper .cta-wrapper {
  margin-top: clamp(20px, 2.77777778vw, 40px);
  min-width: initial;
}
.site-footer .footer-wrapper .menu-column h3 {
  color: #FFF;
  font-size: clamp(22px, 1.66666667vw, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.232px;
}
.site-footer .footer-wrapper .menu-column ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-wrapper .menu-column ul li:not(:last-child) {
  margin-bottom: 10px;
}
.site-footer .footer-wrapper .menu-column ul li a {
  color: #8c826e;
  transition: all 0.3s;
  color: #FFF;
  font-size: clamp(16px, 1.25vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.205px;
}
.site-footer .footer-wrapper .menu-column ul li a:hover {
  color: #eee8e4;
}
@media (max-width: 575px) {
  .site-footer .footer-wrapper .footer-ctas .btn {
    margin-bottom: 25px;
  }
}
.site-footer .footer-bottom {
  background-color: #165655;
  padding-top: clamp(20px, 2.77777778vw, 40px);
  padding-bottom: clamp(20px, 2.77777778vw, 40px);
}
@media (max-width: 650px) {
  .site-footer .footer-bottom .footer-links {
    justify-content: center;
    gap: 0;
  }
}
.site-footer .footer-bottom .footer-links a {
  font-size: 16px;
  letter-spacing: 0.3px;
  line-height: 16px;
  font-weight: 400;
  text-transform: capitalize;
  color: #ffffff;
  font-style: normal;
  font-family: "Gilroy-Regular";
  transition: all 0.3s;
  cursor: pointer;
}
.site-footer .footer-bottom .footer-links a:hover {
  opacity: 0.7;
}
.site-footer .footer-bottom .footer-links .footer-copyrights {
  font-size: 16px;
  letter-spacing: 0.3px;
  line-height: 16px;
  font-weight: 400;
  text-transform: capitalize;
  color: #ffffff;
  font-style: normal;
  font-family: "Gilroy-Regular";
  transition: all 0.3s;
}
.site-footer .footer-bottom .footer-links ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .site-footer .footer-bottom .footer-links ul {
    margin-bottom: 0;
  }
}
.site-footer .footer-bottom .footer-links ul li {
  display: inline-block;
}
.site-footer .footer-bottom .footer-links ul li a {
  color: #ffffff;
}
.site-footer .footer-bottom .footer-links ul li a:hover {
  opacity: 0.7;
}
.site-footer .footer-bottom .footer-links ul li:not(:last-child) {
  margin-right: 20px;
}
.site-footer .footer-bottom .footer-socials {
  display: flex;
}
.site-footer .footer-bottom .footer-socials p {
  margin-bottom: 0;
}
.site-footer .footer-bottom .footer-socials ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-bottom .footer-socials ul li {
  display: inline-block;
  margin-left: 20px;
  margin-right: 0;
}
.site-footer .footer-bottom .footer-socials ul li a {
  color: #ffffff;
  cursor: pointer;
}
@media (min-width: 768px) {
  .site-footer .footer-bottom .footer-links {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .site-footer .footer-bottom .footer-links .footer-copyrights {
    margin: 0;
  }
  .site-footer .footer-bottom .footer-links .footer-copyrights p {
    margin-bottom: 0;
  }
  .site-footer .footer-bottom .footer-links .footer-copyrights p a {
    color: #ffffff;
    cursor: pointer;
  }
  .site-footer .footer-bottom .footer-links .footer-copyrights p a:hover {
    opacity: 0.7;
  }
  .site-footer .footer-bottom .footer-links .footer-copyrights a {
    color: #ffffff;
    cursor: pointer;
  }
  .site-footer .footer-bottom .footer-links .footer-copyrights a:hover {
    opacity: 0.7;
  }
  .site-footer .footer-bottom .footer-links ul {
    margin-bottom: 0;
  }
  .site-footer .footer-bottom .footer-links ul li:not(:last-child):after {
    display: none;
  }
}
@media (max-width: 767px) {
  .site-footer {
    text-align: center;
  }
  .site-footer .footer-wrapper .menu-column ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  .site-footer .footer-wrapper .menu-column.contact-column ul {
    justify-content: center;
  }
  .site-footer .footer-wrapper .menu-column.contact-column a {
    display: flex;
    justify-content: center;
  }
  .site-footer .footer-wrapper .menu-column.contact-column .contact-location {
    justify-content: center;
  }
  .site-footer .footer-bottom .footer-links {
    margin-right: 0;
  }
}
#back_to_top {
  display: inline-block;
  background-color: #e5b250;
  width: 52px;
  height: 52px;
  text-align: center;
  border-radius: 0px;
  position: fixed;
  bottom: 80px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#back_to_top:after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 1em;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#back_to_top:hover {
  cursor: pointer;
  background-color: #333;
}
#back_to_top:active {
  background-color: #555;
}
#back_to_top.show {
  opacity: 1;
  visibility: visible;
}
.intro-heading {
  padding-bottom: clamp(20px, 2.77777778vw, 40px);
  width: 100%;
}
.intro-heading .heading-titles .intro-title {
  font-family: "Gilroy-Medium";
  font-size: clamp(32px, 2.77777778vw, 40px);
  font-weight: 500;
  line-height: clamp(42px, 3.36944444vw, 48.52px);
  color: #165655;
  text-transform: capitalize;
}
.breadcrumbs-wrapper {
  background-color: #dde6e6;
}
@media (max-width: 1170.98px) {
  .breadcrumbs-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 767.98px) {
  .breadcrumbs-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.breadcrumbs-wrapper #breadcrumbs {
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 767.98px) {
  .breadcrumbs-wrapper #breadcrumbs {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.breadcrumbs-wrapper #breadcrumbs span {
  font-size: clamp(18px, 1.66666667vw, 24px);
  line-height: 1.2;
  font-family: "Gilroy-Medium";
}
.breadcrumbs-wrapper #breadcrumbs span a {
  font-weight: 700;
}
.breadcrumbs-wrapper #breadcrumbs span a:hover {
  color: #8c826e;
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  overflow: hidden;
  width: 100%;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #165655;
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 100%;
  width: 100%;
  height: 4px;
}
.container,
.container-full,
.container-small,
.container-medium {
  max-width: 1440px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .container,
  .container-full,
  .container-small,
  .container-medium {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-full,
  .container-small,
  .container-medium {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 1420px) {
  .container,
  .container-full,
  .container-small,
  .container-medium {
    max-width: 1170px;
  }
}
.container-full {
  max-width: 100%;
}
.container-small {
  max-width: 1220px;
}
.container-medium {
  max-width: 1300px;
}
.no-padding {
  padding: 0;
}
.no-padding-top {
  padding-top: 0;
}
.no-padding-bottom {
  padding-bottom: 0;
}
img {
  max-width: 100%;
  height: auto;
}
.image-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.video-cover {
  position: absolute;
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.image-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.slick-slide {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
#page {
  opacity: 0;
  -webkit-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
}
.site-content-contain {
  background-color: #fff;
  z-index: 2;
  position: relative;
  overflow: hidden;
}
html.touch button:focus {
  outline: none;
}
.page-section {
  position: relative;
  visibility: visible;
  padding-top: clamp(20px, 2.77777778vw, 40px);
  padding-bottom: clamp(20px, 2.77777778vw, 40px);
}
.page-section:first-child {
  margin-top: 135px;
  overflow: hidden;
}
@media (min-width: 1001px) {
  .page-section:first-child {
    margin-top: 148px;
  }
}
@media (max-width: 699.98px) {
  .page-section:first-child {
    margin-top: 85px;
  }
}
@media (min-width: 700px) and (max-width: 767.98px) {
  .page-section:first-child .section-inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.page-section .container,
.page-section .container-medium,
.page-section .container-small {
  position: relative;
  z-index: 1;
}
.page-section.remove-padding-top,
.page-section.no-padding-top {
  padding-top: 0;
}
.page-section.remove-padding-bottom,
.page-section.no-padding-bottom {
  padding-bottom: 0;
}
@media (min-width: 700px) and (max-width: 767.98px) {
  .page-section.section-subheader:first-child .section-inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.description *:last-child {
  margin-bottom: 0;
}
.section-global_sections {
  padding: 0;
}
.slick-slider {
  touch-action: auto;
  -ms-touch-action: auto;
}
.mt10 {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .just-on-mobile {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hide-on-desktop {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .just-on-desktop {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }
}
ul.no-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.row.row-xs {
  margin-right: -5px;
  margin-left: -5px;
}
.row.row-xs > [class^=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.row.row-sm {
  margin-right: -10px;
  margin-left: -10px;
}
.row.row-sm > [class^=col-] {
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 1200px) {
  .row.row-xxl {
    margin-right: -40px;
    margin-left: -40px;
  }
  .row.row-xxl > [class^=col-] {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.text-center {
  text-align: center;
}
.image-border-radius {
  border-radius: 20px;
}
.image-border-radius img {
  border-radius: 20px;
}
.image-border {
  position: relative;
}
.image-border:after {
  position: absolute;
  content: '';
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 5px solid rgba(255, 255, 255, 0.38);
}
.image-border.image-border-radius:after {
  border-radius: 20px;
}
.section-inner h2 {
  font-size: clamp(28px, 2.77777778vw, 40px);
  line-height: clamp(38.52px, 3.36944444vw, 48.52px);
  font-family: "Gilroy-Medium";
  font-weight: 500;
  color: #165655;
  letter-spacing: normal;
  margin-bottom: clamp(20px, 2.77777778vw, 40px);
}
.section-inner.color-white .container .hero-wrapper .hero-wrapper-inner .hero-headings .hero-title {
  color: #ffffff !important;
}
.section-inner.color-white .container .hero-wrapper .hero-wrapper-inner .hero-headings .description p {
  color: #ffffff !important;
}
.section-inner.color-green .container .hero-wrapper .hero-wrapper-inner .hero-headings .hero-title {
  color: #165655 !important;
}
.section-inner.color-green .container .hero-wrapper .hero-wrapper-inner .hero-headings .description p {
  color: #165655 !important;
}
.section-inner.color-brown .container .hero-wrapper .hero-wrapper-inner .hero-headings .hero-title {
  color: #8c826e !important;
}
.section-inner.color-brown .container .hero-wrapper .hero-wrapper-inner .hero-headings .description p {
  color: #8c826e !important;
}
.error404 .section-404 .cta-block .bt {
  max-width: 300px;
  background-color: #165655;
  color: #ffffff;
  text-align: center;
  justify-content: center;
  margin: 30px auto 0;
}
.error404 .section-404 .cta-block .bt:hover {
  color: #165655;
  border-color: #165655;
}
.tooltip-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.tooltip-wrapper .tooltip_text {
  position: absolute;
  left: 40px;
  top: -10px;
  width: 70%;
  max-width: 400px;
  padding: 15px;
  background: #FFFFFF;
  border: 3px solid #165655;
  border-radius: 17px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  font-size: 12px;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-25px);
  transition: all 0.3s ease;
}
.tooltip-wrapper .tooltip_text a {
  color: #8c826e;
}
.tooltip-wrapper .tooltip_text svg {
  position: absolute;
  left: -11px;
  top: 15px;
}
.tooltip-wrapper .tooltip_text svg path:first-child {
  stroke: #165655;
}
.tooltip-wrapper .tooltip_text *:last-child {
  margin-bottom: 0;
}
.tooltip-wrapper .tooltip-icon {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.tooltip-wrapper .tooltip-icon svg {
  display: block;
}
.tooltip-wrapper.active .tooltip_text {
  visibility: visible;
  opacity: 1;
  transform: translateX(0px);
}
.intro-heading {
  margin-bottom: clamp(40px, 5.55555556vw, 80px);
  position: relative;
}
.intro-heading .subtitle {
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro-heading .subtitle .right-line,
.intro-heading .subtitle .left-line {
  width: 40px;
  height: 2px;
  border-radius: 5px;
  background-color: #103d3d;
  position: relative;
  top: 1px;
}
.intro-heading .subtitle .right-line:after,
.intro-heading .subtitle .left-line:after {
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #3957d2;
  position: absolute;
}
.intro-heading .subtitle .right-line {
  margin-left: 10px;
}
.intro-heading .subtitle .right-line:after {
  content: "";
  left: 100%;
  margin-left: 2px;
}
.intro-heading .subtitle .left-line {
  margin-right: 10px;
}
.intro-heading .subtitle .left-line:after {
  margin-right: 2px;
  right: 100%;
}
.intro-heading .subtitle.before-title {
  margin-bottom: clamp(10px, 1.38888889vw, 20px);
}
.intro-heading .intro-title {
  margin: 0;
  letter-spacing: 0.2px;
}
.intro-heading .description {
  font-size: clamp(16px, 1.38888889vw, 20px);
  margin-top: clamp(20px, 2.08333333vw, 30px);
  line-height: 1.5;
}
.intro-heading .cta-wrapper {
  margin-top: clamp(20px, 3.47222222vw, 50px);
  display: flex;
  flex-wrap: wrap;
}
.intro-heading .cta-wrapper .bt {
  margin-bottom: 5px;
}
.intro-heading .cta-wrapper .bt:not(:last-child) {
  margin-right: clamp(10px, 1.38888889vw, 20px);
}
.intro-heading:last-child {
  margin-bottom: 0;
}
.intro-heading.text-center .cta-wrapper {
  justify-content: center;
}
@media (min-width: 768px) {
  .intro-heading.columns-style {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .intro-heading.columns-style .heading-titles {
    width: 48%;
    max-width: 730px;
  }
  .intro-heading.columns-style .heading-content {
    max-width: 595px;
    width: 48%;
  }
  .intro-heading.center-heading {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
  }
  .intro-heading.center-heading .cta-wrapper,
  .intro-heading.center-heading .subtitle {
    justify-content: center;
  }
  .intro-heading.center-heading .description {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}
.intro-heading.right-description .heading-content {
  text-align: right;
}
.intro-heading.right-description .heading-content .cta-wrapper {
  justify-content: flex-end;
}
.section-hero {
  padding-bottom: 0;
  overflow: hidden;
}
@media (max-width: 699.98px) {
  .section-hero .section-inner {
    padding-top: clamp(50px, 13.88888889vw, 200px);
    padding-bottom: clamp(20px, 3.47222222vw, 50px);
  }
}
@media (max-width: 699.98px) {
  .section-hero .section-inner {
    padding-top: 20px;
  }
}
.section-hero .section-inner .single-hero-slide {
  min-height: 607px;
  display: flex;
}
@media (max-width: 1420.98px) {
  .section-hero .section-inner .container {
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .section-hero .section-inner .container {
    min-height: 400px;
  }
}
@media (max-width: 767.98px) {
  .section-hero .section-inner .container .row {
    flex-direction: column-reverse;
    justify-content: space-evenly;
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .section-hero .section-inner .container * {
    flex: 1 1 100%;
  }
}
.section-hero .section-inner .container .hero-wrapper {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .section-hero .section-inner .container .hero-wrapper .hero-wrapper-inner .hero-headings {
    max-width: 521px;
  }
}
.section-hero .section-inner .container .hero-wrapper .hero-wrapper-inner .hero-headings .hero-title {
  font-family: "Gilroy-Medium";
  font-size: clamp(28px, 2.77777778vw, 40px);
  font-weight: 500;
  line-height: clamp(38px, 3.36944444vw, 48.52px);
  text-align: left;
  color: #ffffff;
  margin-bottom: clamp(15px, 2.22222222vw, 32px);
  text-transform: capitalize;
}
@media (max-width: 767.98px) {
  .section-hero .section-inner .container .hero-wrapper .hero-wrapper-inner .hero-headings .hero-title {
    text-align: center;
  }
}
.section-hero .section-inner .container .hero-wrapper .hero-wrapper-inner .hero-headings .description {
  margin-bottom: clamp(15px, 2.22222222vw, 32px);
}
.section-hero .section-inner .container .hero-wrapper .hero-wrapper-inner .hero-headings .description p {
  font-family: "Gilroy-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .section-hero .section-inner .container .hero-wrapper .hero-wrapper-inner .hero-headings .description p {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .section-hero .section-inner .container .hero-wrapper .hero-wrapper-inner .hero-headings .cta-wrapper .bt {
    margin-left: auto;
    margin-right: auto;
  }
}
.section-hero .section-inner .container .image-wrapper {
  text-align: right;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  .section-hero .section-inner .container .image-wrapper {
    text-align: center;
    margin-bottom: 30px;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .section-hero .section-inner .container .image-wrapper img {
    transform: translateX(62px);
    width: 710px;
  }
}
@media (min-width: 768px) and (max-width: 1200.98px) {
  .section-hero .section-inner .container .image-wrapper img {
    max-width: 450px;
    height: 360px;
  }
}
@media (max-width: 767.98px) {
  .section-hero .section-inner .container .image-wrapper img {
    width: 350px;
  }
}
.section-hero .section-inner .container .hero-slider {
  margin-bottom: 0;
}
.section-hero .section-inner .container .hero-slider .slick-slide {
  display: flex;
  min-height: clamp(440px, 42.15277778vw, 607px);
}
.section-hero .section-inner .container .hero-slider .slick-slide .image-wrapper img {
  transform: translateX(0);
}
.section-hero .section-inner .container .hero-slider .slick-prev,
.section-hero .section-inner .container .hero-slider .slick-next {
  border: 1px solid #ffffff;
  border-radius: 50%;
  background-color: transparent;
}
.section-hero .section-inner .container .hero-slider .slick-prev {
  left: -80px;
  top: 50%;
}
@media (max-width: 1520.98px) {
  .section-hero .section-inner .container .hero-slider .slick-prev {
    left: -10px;
  }
}
.section-hero .section-inner .container .hero-slider .slick-prev::before {
  color: #ffffff;
}
.section-hero .section-inner .container .hero-slider .slick-next {
  right: -80px;
  top: 50%;
}
@media (max-width: 1520.98px) {
  .section-hero .section-inner .container .hero-slider .slick-next {
    right: -10px;
  }
}
.section-hero .section-inner .container .hero-slider .slick-next::before {
  color: #ffffff;
}
.section-content_w_image.bg-gray {
  z-index: 1;
}
.section-content_w_image.bg-gray:after {
  position: absolute;
  content: '';
  bottom: 50px;
  left: 0;
  width: 100%;
  height: 75%;
  background: #F5F7F9;
  z-index: -1;
  clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
}
@media (max-width: 767.98px) {
  .section-content_w_image .row {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.section-content_w_image .row.image-left-side {
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .section-content_w_image .row.image-left-side .column-content .column-content-inner {
    padding-right: 0;
    padding-left: clamp(20px, 4.86111111vw, 70px);
  }
}
.section-content_w_image .row:not(:first-child) {
  margin-top: clamp(50px, 9.027777779999999vw, 130px);
}
@media (min-width: 768px) {
  .section-content_w_image .row .col-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (min-width: 768px) {
  .section-content_w_image .row .col-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}
@media (min-width: 768px) {
  .section-content_w_image .column-content .column-content-inner {
    padding-right: 10px;
  }
}
.section-content_w_image .column-content .column-content-inner .content-wrapper .item-title {
  color: #e5b250;
  font-size: clamp(15px, 1.38888889vw, 20px);
  line-height: 32px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin: 0;
}
.section-content_w_image .column-content .column-content-inner .content-wrapper .item-title span {
  color: #3957d2;
}
.section-content_w_image .column-content .column-content-inner .content-wrapper .item-title + .content {
  margin-top: clamp(20px, 2.08333333vw, 30px);
}
.section-content_w_image .column-content .column-content-inner .content-wrapper .subtitle {
  color: #1f1f1f;
  font-size: 40px;
  line-height: 50px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: none;
}
.section-content_w_image .column-content .column-content-inner .content-wrapper .image-wrapper {
  padding-top: 15px;
  text-align: center;
}
@media (min-width: 992px) {
  .section-content_w_image .column-content .column-content-inner .content-wrapper .image-wrapper {
    padding-left: 30px;
  }
}
.section-content_w_image .column-content .column-content-inner .content-wrapper .image-wrapper .image-cover {
  max-width: 350px;
}
.section-content_w_image .column-content .column-content-inner .content-wrapper .content .description {
  position: relative;
  margin-bottom: clamp(25px, 3.125vw, 45px);
  line-height: 180%;
  font-size: clamp(16px, 1.38888889vw, 20px);
}
.section-content_w_image .column-content .column-content-inner .content-wrapper .content .description ol {
  text-align: left;
  display: inline-block;
  list-style: none;
  counter-reset: my-awesome-counter;
  margin-top: clamp(20px, 2.77777778vw, 40px);
  margin-bottom: 20px;
  padding: 0;
}
.section-content_w_image .column-content .column-content-inner .content-wrapper .content .description ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  min-height: 60px;
  padding-left: clamp(70px, 6.94444444vw, 100px);
}
.section-content_w_image .column-content .column-content-inner .content-wrapper .content .description ol li:not(:last-child) {
  margin-bottom: 30px;
}
.section-content_w_image .column-content .column-content-inner .content-wrapper .content .description ol li:before {
  content: counter(my-awesome-counter);
  font-family: "Gilroy-Medium";
  font-size: clamp(60px, 6.94444444vw, 100px);
  line-height: 1;
  position: absolute;
  top: 0px;
  left: 0;
  letter-spacing: -0.5px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background-color: #FAF9F7;
  border: 2px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 60px;
}
@media (max-width: 767.98px) {
  .section-content_w_image .column-content {
    margin-top: 25px;
  }
}
.section-content_w_image .col-image .content .description h5 {
  color: #777777;
  font-size: 20px;
  line-height: 32px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 10px;
}
.section-content_w_image .col-image .content .description p {
  color: #777777;
  font-size: 18px;
  line-height: 22px;
  font-style: normal;
  font-weight: 400;
}
.section-content_w_image .col-image .content .cta-wrapper {
  text-align: center;
  margin-top: 20px;
}
.section-content_w_image .col-image .content .cta-wrapper .bt {
  background-color: #e5b250;
  border-color: #e5b250;
  height: 60px;
  min-width: 297px;
}
.section-content_w_image .col-image .content .cta-wrapper .bt:hover {
  background-color: #266682;
  border-color: #266682;
}
.section-content_w_image .full-width-content .column-content .column-content-inner {
  max-width: 1200px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(40px, 4.86111111vw, 70px);
}
.section-content_w_image .full-width-content .column-content .column-content-inner .content .description {
  padding: 0;
}
.section-content_w_image .full-width-content .column-content .column-content-inner .content .description .vertical-line {
  display: none;
}
.section-content_w_image .column-image .image-wrapper {
  height: clamp(280px, 38.88888889vw, 560px);
  border-radius: 20px;
}
.section-content_w_image .column-image .video-trigger {
  position: relative;
  display: block;
}
.section-content_w_image .column-image .video-trigger svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: clamp(80px, 13.88888889vw, 200px);
  height: auto;
}
.section-content_w_image .column-image .video-trigger:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.3s;
}
.section-content_w_image .column-image .video-trigger:hover:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.section-content_w_image .column-image .cta-wrapper {
  margin-top: clamp(30px, 4.16666667vw, 60px);
  text-align: center;
}
@media (max-width: 767.98px) {
  .section-content_w_list .container > .row {
    flex-direction: column-reverse;
    gap: 35px;
  }
}
.section-content_w_list .intro-heading {
  margin-bottom: 50px;
}
.section-content_w_list .col-content {
  display: flex;
  align-items: center;
}
@media (max-width: 1024.98px) {
  .section-content_w_list .col-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section-content_w_list .col-content .content-wrapper .heading-titles .subtitle {
  color: #e5b250;
  font-size: 20px;
  line-height: 32px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-family: "Gilroy-Medium";
}
.section-content_w_list .col-content .content-wrapper .heading-titles .intro-title {
  color: #1f1f1f;
  font-size: 40px;
  line-height: 50px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: none;
  margin-bottom: 20px;
}
.section-content_w_list .col-content .content-wrapper .description p {
  color: #777777;
  font-size: 18px;
  line-height: 22px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
}
.section-content_w_list .col-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1024.98px) {
  .section-content_w_list .col-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section-content_w_list .col-image .image-wrapper {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
.section-content_w_list .col-image .image-wrapper .image-round {
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.section-content_w_list .col-image .title {
  color: #8c826e;
  font-size: 20px;
  line-height: 32px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
  padding-bottom: 15px;
  text-align: center;
}
.section-content_w_list .col-image .list-items {
  list-style: none;
}
.section-content_w_list .col-image .list-items .item {
  color: #8c826e;
  font-family: "Gilroy-Medium";
  font-size: 18px;
}
.section-content_w_list .col-image .list-items .item i {
  color: #6ec1e4;
}
.section-content_w_list .full-width-content .col-image {
  padding: 30px;
  align-items: center;
}
.section-content_w_list .full-width-content .col-image .title {
  color: #8c826e;
  font-size: 27px;
  line-height: 34px;
  font-family: "Gilroy-Medium";
}
.section-content_w_list .full-width-content .col-image .description {
  margin-bottom: 15px;
  width: 100%;
}
.section-content_w_list .full-width-content .col-image .description p {
  color: #8c826e;
  font-size: 18px;
  margin-bottom: 30px;
}
.section-content_w_list .full-width-content .col-image .description ul {
  padding-left: 15px;
}
.section-content_w_list .full-width-content .col-image .description ul li {
  color: #8c826e;
  font-size: 18px;
}
.section-content_w_list .full-width-content .col-image .btn {
  border-color: #8c826e;
  height: 60px;
}
.section-content_w_list .full-width-content .col-image .btn:hover {
  background-color: transparent;
  border-color: #8c826e;
}
.section-content_w_list_2 .intro-title {
  color: #1f1f1f;
  font-size: 40px;
  line-height: 50px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: none;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}
.section-content_w_list_2 .column-items {
  text-align: center;
}
.section-content_w_list_2 .column-items .col-12 {
  padding: 40px;
}
.section-content_w_list_2 .column-items .col-12:last-child .description {
  text-align: left;
}
.section-content_w_list_2 .column-items h4 {
  color: #8c826e;
  font-size: 30px;
  line-height: 34px;
  font-family: "Gilroy-Medium";
  font-weight: 300;
  margin-bottom: 30px;
}
.section-content_w_list_2 .column-items .description {
  margin-bottom: 40px;
}
.section-content_w_list_2 .column-items .description p {
  color: #8c826e;
  font-size: 18px;
  line-height: 28px;
}
.section-content_w_list_2 .column-items .phones-items a {
  border: 1px solid #8c826e;
  margin: 10px 0;
}
.section-content_w_list_2 .column-items .cta .btn {
  background-color: #e5b250;
  border-color: #e5b250;
  margin-bottom: 20px;
}
.section-content_w_list_2 .column-items .cta .btn:hover {
  background-color: transparent;
  border-color: #8c826e;
}
.section-content_w_video {
  z-index: 1;
}
.section-content_w_video:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: #F5F7F9;
  z-index: -1;
  clip-path: polygon(0 50%, 100% 0, 100% 100%, 0 100%);
}
.section-content_w_video .content-wrapper {
  position: relative;
  margin-top: clamp(40px, 5.55555556vw, 80px);
}
.section-content_w_video .content-wrapper .video-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 43.75%;
  z-index: 2;
}
.section-content_w_video .content-wrapper .video-wrapper:after {
  position: absolute;
  content: '';
  top: clamp(10px, 2.08333333vw, 30px);
  right: clamp(10px, 2.08333333vw, 30px);
  bottom: clamp(10px, 2.08333333vw, 30px);
  left: clamp(10px, 2.08333333vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  z-index: 0;
}
.section-content_w_video .content-wrapper .video-wrapper * {
  height: 100%;
}
.section-content_w_video .content-wrapper .video-wrapper .video-trigger {
  position: relative;
  display: block;
}
.section-content_w_video .content-wrapper .video-wrapper .video-trigger svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: clamp(80px, 11.11111111vw, 160px);
  height: auto;
}
.section-content_w_video .content-wrapper .video-wrapper .video-trigger:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.3s;
}
.section-content_w_video .content-wrapper .video-wrapper .video-trigger:hover:before {
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1023.98px) {
  .section-content_w_video .content-wrapper .video-wrapper {
    position: relative;
    width: calc(100% - 80px);
    height: 255px;
    right: 40px;
    left: 40px;
  }
}
@media (max-width: 767.98px) {
  .section-content_w_video .content-wrapper .video-wrapper {
    position: relative;
    width: calc(100% - 40px);
    height: 255px;
    right: 20px;
    left: 20px;
  }
}
.section-content_w_video .content-wrapper .text-wrapper {
  position: relative;
  background-color: #fff;
  padding: clamp(35px, 4.16666667vw, 60px);
  box-shadow: 0px 0px 100px 5px rgba(0, 0, 0, 0.05);
  min-height: clamp(300px, 38.88888889vw, 560px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.section-content_w_video .content-wrapper .text-wrapper svg {
  width: clamp(35px, 5.90277778vw, 85px);
  height: clamp(35px, 5.90277778vw, 85px);
}
.section-content_w_video .content-wrapper .text-wrapper:after {
  position: absolute;
  content: '';
  top: clamp(12px, 2.08333333vw, 30px);
  right: clamp(12px, 2.08333333vw, 30px);
  bottom: clamp(12px, 2.08333333vw, 30px);
  left: clamp(12px, 2.08333333vw, 30px);
  border: 1px solid #194795;
  z-index: -1;
}
.section-content_w_video .content-wrapper .text-wrapper .text-content {
  max-width: 635px;
  margin: 0 auto;
}
.section-content_w_video .content-wrapper .text-wrapper .text {
  font-style: italic;
  font-size: clamp(12px, 2.08333333vw, 30px);
  line-height: 160%;
}
.section-content_w_video .content-wrapper .text-wrapper.is-quote .text {
  position: relative;
  margin-top: clamp(25px, 4.16666667vw, 60px);
  margin-bottom: clamp(12px, 2.08333333vw, 30px);
  padding-left: clamp(18px, 2.77777778vw, 40px);
}
.section-content_w_video .content-wrapper .text-wrapper.is-quote .text .vertical-line {
  position: absolute;
  border-radius: 5px;
  background-color: #3957d2;
  width: 2px;
  top: 10px;
  bottom: 10px;
  left: 0;
  margin: auto;
}
.section-content_w_video .content-wrapper .text-wrapper.is-quote .text .vertical-line:after {
  content: "";
  width: 2px;
  height: 2px;
  top: -5px;
  border-radius: 50%;
  background-color: #3957d2;
  position: absolute;
}
@media (max-width: 1023.98px) {
  .section-content_w_video .content-wrapper .text-wrapper.is-quote .text .vertical-line {
    top: 5px;
    bottom: 0;
  }
}
.section-content_w_video .content-wrapper .text-wrapper.is-quote .quoteby .name {
  font-size: clamp(12px, 1.38888889vw, 20px);
  font-weight: 500;
  line-height: 120%;
  color: #071E46;
  margin: 0;
}
.section-content_w_video .content-wrapper .text-wrapper.is-quote .quoteby .position {
  font-size: clamp(10px, 1.11111111vw, 16px);
  line-height: 181%;
}
@media (max-width: 1023.98px) {
  .section-content_w_video .content-wrapper .text-wrapper {
    min-height: auto;
    margin-top: 25px;
  }
}
.section-image_video {
  background-color: #fff;
}
.section-image_video.bg-gray {
  z-index: 1;
}
.section-image_video.bg-gray:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F5F7F9;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
}
.section-image_video.bg-blue {
  z-index: 1;
}
.section-image_video.bg-blue:after {
  position: absolute;
  content: '';
  bottom: 18%;
  left: 0;
  width: 100%;
  height: 55%;
  background: linear-gradient(109.8deg, #0d2961 0%, #194795 50%, #2968d1 100%);
  z-index: -1;
  clip-path: polygon(0 0, 100% 40%, 100% 100%, 0 100%);
}
@media (max-width: 1023.98px) {
  .section-image_video.bg-blue:after {
    bottom: 10%;
    height: 48%;
  }
}
@media (max-width: 767.98px) {
  .section-image_video.bg-blue:after {
    height: 24%;
  }
}
.section-image_video .video-trigger {
  position: relative;
  display: block;
}
.section-image_video .video-trigger svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: clamp(80px, 13.88888889vw, 200px);
  height: auto;
}
.section-image_video .video-trigger:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.3s;
}
.section-image_video .video-trigger:hover:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.section-image_video .image-wrapper {
  box-shadow: 0px 0px 100px 5px rgba(0, 0, 0, 0.05);
}
.section-image_video .image-wrapper.remove_image_box_shadow {
  box-shadow: none;
}
.section-image_video .image-wrapper.image-border {
  position: relative;
}
.section-image_video .image-wrapper.image-border:after {
  position: absolute;
  content: '';
  top: clamp(10px, 2.08333333vw, 30px);
  right: clamp(10px, 2.08333333vw, 30px);
  bottom: clamp(10px, 2.08333333vw, 30px);
  left: clamp(10px, 2.08333333vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.section-slider_logos .logos-wrapper {
  background-color: #fff;
  border-radius: 24px;
  border: 2px solid #103d3d;
  padding: 20px;
  position: relative;
  z-index: 1;
  padding-top: clamp(20px, 3.125vw, 45px);
  padding-left: clamp(30px, 4.86111111vw, 70px);
  padding-right: clamp(30px, 4.86111111vw, 70px);
  padding-bottom: clamp(35px, 4.16666667vw, 60px);
}
.section-slider_logos .logos-wrapper .slick-track {
  display: flex;
  align-items: center;
}
.section-slider_logos .logos-wrapper .slick-list {
  margin: 0 -20px;
}
.section-slider_logos .logos-wrapper .slick-slide {
  margin: 0 20px;
}
.section-slider_logos .logos-wrapper .logo-item {
  display: flex;
  justify-content: center;
}
.section-slider_logos .logos-wrapper .logo-item img {
  filter: grayscale(1);
  transition: all 0.3s;
  max-height: 94px;
  max-width: 75%;
  margin: auto;
  display: block;
}
.section-slider_logos .logos-wrapper .logo-item:hover img {
  filter: grayscale(0);
}
.section-slider_logos .logos-wrapper .arrows {
  top: 25%;
  position: absolute;
  border: none;
  background: transparent;
  z-index: 10;
}
.section-slider_logos .logos-wrapper .arrows.prev {
  left: -50px;
}
@media (max-width: 1280px) {
  .section-slider_logos .logos-wrapper .arrows.prev {
    left: 0;
  }
}
.section-slider_logos .logos-wrapper .arrows.next {
  right: -50px;
}
@media (max-width: 1280px) {
  .section-slider_logos .logos-wrapper .arrows.next {
    right: 0;
  }
}
.section-slider_logos .logos-wrapper .arrows i {
  font-size: clamp(30px, 2.77777778vw, 40px);
}
.section-slider_logos .logos-wrapper .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 0;
}
.section-slider_logos .logos-wrapper .slick-arrow.slick-next {
  left: 100%;
}
.section-slider_logos .logo_wrapper {
  max-width: 1151px;
  margin-left: auto;
  margin-right: auto;
}
.section-slider_logos .note-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  transform: translateY(-50%);
  text-align: center;
  position: relative;
  z-index: 1;
}
.section-slider_logos .note-wrapper span {
  border-radius: 25px;
  display: inline-block;
  text-align: center;
  background-color: #eee8e4;
  color: #103d3d;
  padding: 10px 25px;
  font-weight: 600;
}
.section-slider_logos .note-wrapper span b {
  font-weight: 800;
}
.section-slider_logos .note-wrapper span:hover {
  background-color: #eee8e4;
  color: #103d3d;
}
.section-embed_code {
  position: relative;
}
.section-embed_code .embed-code-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1460px;
}
.section-embed_code .fsRowBody input[type=radio]:before,
.section-embed_code .fsRowBody input[type=radio]:checked:before,
.section-embed_code .fsRowBody input[type=checkbox]:before,
.section-embed_code .fsRowBody input[type=checkbox]:checked:before {
  display: block !important;
}
.section-embed_code .fsBody .fsForm {
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .section-embed_code .fsBody .fsForm {
    padding: 0 13%;
  }
}
.section-embed_code .fsBody .fsSectionHeader {
  display: none;
}
.section-embed_code .fsBody .fsRowBody {
  margin-bottom: clamp(20px, 2.77777778vw, 40px) !important;
}
.section-embed_code .fsBody .fsLabel,
.section-embed_code .fsBody label {
  font-weight: 500;
  font-size: clamp(16px, 1.66666667vw, 24px);
  line-height: 1.2;
  font-family: "Gilroy-Regular";
}
.section-embed_code .fsRowBody input[type=text],
.section-embed_code .fsRowBody input[type=email],
.section-embed_code .fsRowBody input[type=number],
.section-embed_code .fsRowBody input[type=tel],
.section-embed_code .fsForm select,
.section-embed_code .fsForm textarea,
.section-embed_code .fsRowBody input[type=text].fsRequired,
.section-embed_code .fsRowBody input[type=email].fsRequired,
.section-embed_code .fsRowBody input[type=number].fsRequired,
.section-embed_code .fsRowBody input[type=tel].fsRequired,
.section-embed_code .fsForm select.fsRequired,
.section-embed_code .fsForm textarea.fsRequired {
  font-size: clamp(16px, 1.66666667vw, 24px);
  color: #000000;
  padding: 0 16px;
  height: clamp(40px, 4.16666667vw, 60px);
  border: 2px solid #000000;
  border-radius: 8px;
  font-family: "Gilroy-Regular";
  line-height: initial;
}
.section-embed_code .fsRowBody input[type=text] ::-webkit-input-placeholder,
.section-embed_code .fsRowBody input[type=email] ::-webkit-input-placeholder,
.section-embed_code .fsRowBody input[type=number] ::-webkit-input-placeholder,
.section-embed_code .fsRowBody input[type=tel] ::-webkit-input-placeholder,
.section-embed_code .fsForm select ::-webkit-input-placeholder,
.section-embed_code .fsForm textarea ::-webkit-input-placeholder,
.section-embed_code .fsRowBody input[type=text].fsRequired ::-webkit-input-placeholder,
.section-embed_code .fsRowBody input[type=email].fsRequired ::-webkit-input-placeholder,
.section-embed_code .fsRowBody input[type=number].fsRequired ::-webkit-input-placeholder,
.section-embed_code .fsRowBody input[type=tel].fsRequired ::-webkit-input-placeholder,
.section-embed_code .fsForm select.fsRequired ::-webkit-input-placeholder,
.section-embed_code .fsForm textarea.fsRequired ::-webkit-input-placeholder {
  color: #acacac !important;
}
.section-embed_code .fsRowBody input[type=text] :-moz-placeholder,
.section-embed_code .fsRowBody input[type=email] :-moz-placeholder,
.section-embed_code .fsRowBody input[type=number] :-moz-placeholder,
.section-embed_code .fsRowBody input[type=tel] :-moz-placeholder,
.section-embed_code .fsForm select :-moz-placeholder,
.section-embed_code .fsForm textarea :-moz-placeholder,
.section-embed_code .fsRowBody input[type=text].fsRequired :-moz-placeholder,
.section-embed_code .fsRowBody input[type=email].fsRequired :-moz-placeholder,
.section-embed_code .fsRowBody input[type=number].fsRequired :-moz-placeholder,
.section-embed_code .fsRowBody input[type=tel].fsRequired :-moz-placeholder,
.section-embed_code .fsForm select.fsRequired :-moz-placeholder,
.section-embed_code .fsForm textarea.fsRequired :-moz-placeholder {
  color: #acacac !important;
}
.section-embed_code .fsRowBody input[type=text] ::-moz-placeholder,
.section-embed_code .fsRowBody input[type=email] ::-moz-placeholder,
.section-embed_code .fsRowBody input[type=number] ::-moz-placeholder,
.section-embed_code .fsRowBody input[type=tel] ::-moz-placeholder,
.section-embed_code .fsForm select ::-moz-placeholder,
.section-embed_code .fsForm textarea ::-moz-placeholder,
.section-embed_code .fsRowBody input[type=text].fsRequired ::-moz-placeholder,
.section-embed_code .fsRowBody input[type=email].fsRequired ::-moz-placeholder,
.section-embed_code .fsRowBody input[type=number].fsRequired ::-moz-placeholder,
.section-embed_code .fsRowBody input[type=tel].fsRequired ::-moz-placeholder,
.section-embed_code .fsForm select.fsRequired ::-moz-placeholder,
.section-embed_code .fsForm textarea.fsRequired ::-moz-placeholder {
  color: #acacac !important;
}
.section-embed_code .fsRowBody input[type=text] :-ms-input-placeholder,
.section-embed_code .fsRowBody input[type=email] :-ms-input-placeholder,
.section-embed_code .fsRowBody input[type=number] :-ms-input-placeholder,
.section-embed_code .fsRowBody input[type=tel] :-ms-input-placeholder,
.section-embed_code .fsForm select :-ms-input-placeholder,
.section-embed_code .fsForm textarea :-ms-input-placeholder,
.section-embed_code .fsRowBody input[type=text].fsRequired :-ms-input-placeholder,
.section-embed_code .fsRowBody input[type=email].fsRequired :-ms-input-placeholder,
.section-embed_code .fsRowBody input[type=number].fsRequired :-ms-input-placeholder,
.section-embed_code .fsRowBody input[type=tel].fsRequired :-ms-input-placeholder,
.section-embed_code .fsForm select.fsRequired :-ms-input-placeholder,
.section-embed_code .fsForm textarea.fsRequired :-ms-input-placeholder {
  /* IE 10+ */
  color: #acacac !important;
}
.section-embed_code .fsForm textarea {
  height: clamp(80px, 8.33333333vw, 120px);
}
.section-embed_code .fsSubmit input.fsSubmitButton {
  position: relative;
  display: inline-block;
  padding: 11px 25px 9px;
  background-color: #165655 !important;
  color: #fff !important;
  border-radius: 8px !important;
  font-weight: 900;
  font-size: clamp(16px, 1.66666667vw, 24px) !important;
  line-height: clamp(20px, 2.5vw, 36px);
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s;
  min-width: clamp(200px, 17.36111111vw, 250px);
  max-width: 100%;
  border: 2px solid #165655 !important;
  font-family: "Gilroy-Regular";
  outline: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section-embed_code .fsSubmit input.fsSubmitButton svg {
  margin-left: clamp(10px, 1.38888889vw, 20px);
  transition: all 0.3s;
  position: relative;
  top: -2px;
}
.section-embed_code .fsSubmit input.fsSubmitButton svg path {
  transition: all 0.3s;
}
.section-embed_code .fsSubmit input.fsSubmitButton:hover {
  background-color: #103d3d !important;
  border-color: #103d3d !important;
  color: #fff !important;
}
.section-embed_code .fsSubmit input.fsSubmitButton:hover svg {
  transform: translateX(5px);
}
.section-embed_code .fsValidationError {
  box-shadow: none !important;
  background-color: transparent !important;
}
.section-embed_code .fsValidationError .fsLabel,
.section-embed_code .fsValidationError .fsRequiredLabel,
.section-embed_code .fsValidationError .fsRequiredMarker {
  color: #165655 !important;
}
.section-embed_code .fsValidationError .fsField {
  border-color: #165655 !important;
}
.section-embed_code div.fsError {
  border: 1px solid #165655 !important;
  color: #165655 !important;
  padding: 16px !important;
  border-radius: 8px;
  margin-bottom: 16px;
  background-color: #FFFBFB !important;
  font-size: clamp(16px, 1.38888889vw, 20px);
}
.section-embed_code .fsRowBody input[type=radio],
.section-embed_code .fsRowBody input[type=checkbox] {
  top: clamp(3px, 0.34722222vw, 5px) !important;
  border: 2px solid #8c826e;
  width: 16px;
  height: 16px;
}
@media (max-width: 40em) {
  .section-embed_code label.fsOptionLabel {
    background-color: transparent !important;
    color: #000 !important;
  }
}
@media (min-width: 641px) {
  .section-embed_code .fsBody .fsRowBody[fs-field-type="name"] .fsSubFieldGroup {
    display: flex;
    justify-content: space-between;
  }
  .section-embed_code .fsBody .fsRowBody[fs-field-type="name"] .fsSubFieldGroup .fsSubField {
    width: 48% !important;
    margin-right: 0 !important;
  }
}
.section-cta .cta-container {
  border: 1px solid #194795;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: clamp(9px, 2.08333333vw, 30px);
  padding-bottom: clamp(9px, 2.08333333vw, 30px);
  padding-right: clamp(6px, 2.08333333vw, 30px);
  padding-left: clamp(6px, 2.08333333vw, 30px);
}
.section-cta .cta-container .cta-content {
  border: 1px solid #194795;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  padding: clamp(24px, 4.16666667vw, 60px);
}
.section-cta .cta-container .cta-content .intro-heading {
  text-align: center;
}
.section-cta .cta-container .cta-content .intro-heading .subtitle,
.section-cta .cta-container .cta-content .intro-heading .cta-wrapper {
  justify-content: center;
}
.section-cta .section-inner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(120.73deg, #0d2961 0%, #194795 42.65%, #2968d1 85.29000000000001%);
}
.section-cta .section-inner.hide_background_gradient:before {
  display: none;
}
.section-cta .section-inner.hide_background_gradient .cta-container .cta-content {
  background-color: #fff;
}
.cta-wrapper .bt {
  background-color: #dde6e6;
  color: #165655;
  width: 226px;
  justify-content: center;
}
.cta-wrapper .bt:hover {
  background-color: transparent !important;
  color: #ffffff;
}
.cta-wrapper .bt.btn-green {
  background-color: #165655;
  color: #ffffff;
}
.cta-wrapper .bt.btn-green:hover {
  background-color: #dde6e6 !important;
  color: #165655;
}
.cta-wrapper .bt.btn-green:hover img {
  filter: brightness(0);
}
.cta-wrapper .bt.btn-green img {
  filter: brightness(100);
}
.cta-wrapper .bt.btn-brown {
  background-color: #8c826e;
  color: #ffffff;
}
.cta-wrapper .bt.btn-brown:hover {
  background-color: #dde6e6 !important;
  color: #165655;
}
.cta-wrapper .bt.btn-brown:hover img {
  filter: brightness(0);
}
.cta-wrapper .bt.btn-brown img {
  filter: brightness(100);
}
.cta-wrapper .bt.btn-white {
  background-color: #dde6e6;
  color: #165655;
}
.cta-wrapper .bt.btn-white:hover {
  background-color: transparent !important;
  color: #ffffff;
}
.cta-wrapper .bt.btn-white:hover img {
  filter: brightness(100);
}
.cta-wrapper .bt .icon {
  flex: unset;
}
.section-testimonials .testimonials-featured {
  margin-bottom: 90px;
}
.section-testimonials .testimonials-featured .item {
  position: relative;
}
.section-testimonials .testimonials-featured .item .item-inner:after {
  bottom: -50px;
  left: 29%;
}
@media (max-width: 767px) {
  .section-testimonials .intro-heading .cta-container {
    display: none;
  }
}
.section-testimonials .item .item-inner:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 55%;
  width: clamp(111px, 12.5vw, 180px);
  height: clamp(76px, 8.33333333vw, 120px);
  background-image: url(https://innova.srv2.softwareimc.app/wp-content/themes/acf/assets/less/../images/quotes.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.section-testimonials .item .item-text {
  padding: clamp(30px, 5.55555556vw, 80px);
  border: 2px solid #0B2551;
  border-radius: 20px;
  margin-top: clamp(30px, 4.51388889vw, 65px);
  margin-bottom: clamp(30px, 4.51388889vw, 65px);
  max-width: 90%;
}
.section-testimonials .item .item-name {
  font-size: clamp(18px, 1.66666667vw, 24px);
  margin-top: clamp(16px, 1.38888889vw, 20px);
}
.section-testimonials .item .description {
  max-width: 65%;
  text-align: justify;
}
.section-testimonials .item .item-image {
  width: clamp(287px, 32.98611111vw, 475px);
  height: clamp(287px, 32.98611111vw, 475px);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.section-testimonials .item .item-image:before {
  content: "";
  position: absolute;
  top: 9px;
  left: -9px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  border-top-right-radius: clamp(42px, 7.70833333vw, 111px);
  border-bottom-left-radius: clamp(106px, 23.61111111vw, 340px);
  border: 2px solid #0B2551;
}
.section-testimonials .item .item-image-inner {
  height: 100%;
  border-top-right-radius: clamp(42px, 7.70833333vw, 111px);
  border-bottom-left-radius: clamp(106px, 23.61111111vw, 340px);
  overflow: hidden;
  border: 1px solid #000;
}
@media (max-width: 1023px) {
  .section-testimonials .item .item-inner:after {
    bottom: -16px;
  }
}
@media (max-width: 767px) {
  .section-testimonials .item .item-text {
    padding-top: 225px;
    max-width: 100%;
    border-radius: 0px 0px 40px 0px;
    border-left: 0;
  }
  .section-testimonials .item .description {
    max-width: 100%;
  }
  .section-testimonials .item .item-image {
    top: -65px;
    transform: none;
    left: 30px;
    right: unset;
  }
  .section-testimonials .item .item-inner:after {
    top: 177px;
    left: 240px;
    bottom: unset;
  }
}
.section-testimonials .has-featured-item .item .item-image {
  right: unset;
  left: 0;
}
.section-testimonials .has-featured-item .item .item-image:before {
  left: 9px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: clamp(42px, 7.70833333vw, 111px);
  border-bottom-right-radius: clamp(106px, 23.61111111vw, 340px);
}
.section-testimonials .has-featured-item .item .item-text {
  padding-left: 35%;
  padding-left: clamp(250px, 26.38888889vw, 380px);
  margin-left: 10%;
}
.section-testimonials .has-featured-item .item .description {
  max-width: unset;
  text-align: justify;
}
.section-testimonials .has-featured-item .item .item-image-inner {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: clamp(42px, 7.70833333vw, 111px);
  border-bottom-right-radius: clamp(106px, 23.61111111vw, 340px);
}
@media (max-width: 767px) {
  .section-testimonials .has-featured-item .item .item-image {
    left: 30px;
  }
  .section-testimonials .has-featured-item .item .item-text {
    padding-left: 20px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .section-testimonials .testimonials-slider,
  .section-testimonials .testimonials-featured {
    margin-top: 100px;
  }
  .section-testimonials .testimonials-featured .item .item-text {
    padding-top: 245px;
  }
  .section-testimonials .testimonials-featured .item .item-inner:after {
    bottom: unset;
    top: 165px;
  }
  .section-testimonials .testimonials-arrows-container {
    justify-content: center;
  }
  .section-testimonials .container.mobile-padding {
    padding-left: 0;
  }
}
.section-testimonials .slick-list {
  overflow: visible;
}
.section-testimonials .slick-track {
  gap: 0;
}
.section-testimonials .slick-arrow {
  width: clamp(71px, 7.98611111vw, 115px);
  height: clamp(40px, 4.51388889vw, 65px);
}
.section-testimonials .slick-arrow svg {
  max-width: 65%;
}
.section-testimonials .cta-container-mobile {
  text-align: center;
  margin-top: 40px;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .section-testimonials .cta-container-mobile {
    display: none;
  }
}
@media (max-width: 480px) {
  .section-testimonials .cta-container-mobile .bt {
    width: 100%;
  }
}
.section-testimonials .testimonials-slider {
  margin-top: 0;
}
.section-testimonials .testimonials-slider .slick-list {
  overflow: hidden;
}
.section-testimonials .testimonials-slider .slick-list .contents {
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 20px;
}
@media (min-width: 768px) {
  .section-testimonials .testimonials-slider .slick-list .contents {
    border-color: #e5b250;
    border-style: solid;
    border-width: 0px 0px 0px 2px;
  }
}
@media (max-width: 1024.98px) {
  .section-testimonials .testimonials-slider .slick-list .contents {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section-testimonials .testimonials-slider .slick-list .contents p {
  margin-bottom: 0;
  color: #8c826e;
  font-size: 18px;
}
.section-testimonials .testimonials-slider .slick-list .contents .name {
  margin-bottom: 0;
  color: #fff;
  font-size: clamp(20px, 1.52777778vw, 22px);
  line-height: clamp(26px, 2.08333333vw, 30px);
  font-style: italic;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  margin-top: 5px;
}
.section-testimonials .testimonials-slider .slick-list .contents .desc p {
  margin-bottom: 0;
  color: #fff;
  font-size: clamp(16px, 1.25vw, 18px);
}
.section-testimonials .testimonials-slider .slick-list .contents .name {
  color: #8c826e;
}
.section-testimonials .testimonials-slider .slick-dots {
  bottom: -45px;
  width: 100%;
  list-style: none;
  text-align: center;
}
.section-testimonials .testimonials-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.section-testimonials .testimonials-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
.section-testimonials .testimonials-slider .slick-dots li button:before {
  font-size: 30px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #000;
}
.section-testimonials .testimonials-slider .slick-dots li.slick-active button::before {
  color: #e5b250;
  opacity: 1;
}
.section-testimonials .testimonials-slider .slick-dots,
.section-testimonials .testimonials-slider .slick-prev,
.section-testimonials .testimonials-slider .slick-next {
  position: absolute;
  display: block;
  padding: 0;
}
.section-testimonials .testimonials-slider .slick-arrow {
  background-color: #e5b250;
  width: clamp(35px, 3.61111111vw, 52px);
  height: clamp(35px, 3.61111111vw, 52px);
  border-radius: 0;
  border: none;
}
.section-testimonials .testimonials-slider .slick-arrow.slick-next {
  right: -80px;
}
.section-testimonials .testimonials-slider .slick-arrow.slick-prev {
  left: -80px;
}
.section-testimonials .testimonials-slider .slick-arrow:hover,
.section-testimonials .testimonials-slider .slick-arrow:focus {
  background-color: #555;
}
.append-arrows-container {
  display: flex;
  gap: 20px;
  position: absolute;
  bottom: -20px;
}
.append-arrows-container .slick-arrow {
  position: static;
  transform: none;
}
.append-arrows-container.has-featured-item {
  margin-top: 40px;
  justify-content: center;
}
.section-content_w_form {
  padding-top: 0;
}
.section-content_w_form .content-wrapper {
  padding: 25px;
  position: relative;
  text-align: left;
}
.section-content_w_form .content-wrapper h6 {
  color: #e5b250;
  font-size: 20px;
  line-height: 32px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.section-content_w_form .content-wrapper .subtitle {
  color: #1f1f1f;
  font-size: 40px;
  line-height: 50px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: none;
  padding-bottom: 15px;
}
.section-content_w_form .content-wrapper .description p {
  color: #777777;
  font-size: 18px;
  line-height: 22px;
  font-style: normal;
  font-weight: 400;
}
.section-content_w_form .content-wrapper .description p:first-child {
  padding-bottom: 30px;
}
.section-content_w_form .contact-form-wrapper {
  background-color: #053c53;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 25px 25px 25px 25px;
}
.section-content_w_form .contact-form-wrapper h4 {
  font-size: 26px;
  line-height: 50px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: none;
  color: #8c826e;
  margin-bottom: 30px;
}
.section-content_w_form .intro-heading {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.section-content_w_form .intro-heading .intro-title {
  color: #1f1f1f;
  font-size: 40px;
  line-height: 50px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: none;
  margin-top: 10px;
}
.section-content_w_form .intro-heading .subtitle {
  justify-content: flex-start;
  color: #e5b250;
  font-size: 20px;
  line-height: 32px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-family: "Gilroy-Medium";
}
.section-content_w_form .intro-heading .description {
  color: #777777;
  font-size: 18px;
  line-height: 22px;
  font-style: normal;
  font-weight: 400;
  margin-top: 20px;
}
.section-content_w_form .form-wrapper {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.section-content_w_form .form-wrapper .wpcf7 label {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 12px;
  width: 100%;
}
.section-content_w_form .form-wrapper .wpcf7 .wpcf7-form-control-wrap {
  display: block;
}
.section-content_w_form .form-wrapper .wpcf7 input,
.section-content_w_form .form-wrapper .wpcf7 select,
.section-content_w_form .form-wrapper .wpcf7 textarea {
  border: 1px solid;
  font-size: clamp(15px, 1.38888889vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 16px 24px;
  color: #8c826e;
  line-height: 1 !important;
  height: auto;
  width: 100%;
  background-color: #053c53;
  border-color: rgba(255, 255, 255, 0.5);
  outline: none;
}
.section-content_w_form .form-wrapper .wpcf7 input:focus,
.section-content_w_form .form-wrapper .wpcf7 select:focus,
.section-content_w_form .form-wrapper .wpcf7 textarea:focus {
  box-shadow: none !important;
}
.section-content_w_form .form-wrapper .wpcf7 ::placeholder {
  color: #8c826e;
}
.section-content_w_form .form-wrapper .wpcf7 textarea {
  padding: 24px;
  height: 80px;
}
.section-content_w_form .form-wrapper .wpcf7 .wpcf7-submit {
  margin: 13px 0 0;
  background-color: #e5b250;
  border-color: #e5b250;
  border-radius: 5px;
  color: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  height: 65px;
  line-height: 65px;
  padding: 0 100px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s;
}
.section-content_w_form .form-wrapper .wpcf7 .wpcf7-submit:hover {
  background-color: #053c53;
}
.section-content_w_form .form-wrapper .note {
  padding-left: 15px;
  padding-right: 15px;
}
.section-content_w_form .form-wrapper .note p {
  color: #777777;
  font-size: 18px;
  line-height: 22px;
  font-style: normal;
  font-weight: 400;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
  color: #8c826e;
  font-size: 20px;
}
.section-wysiwyg {
  padding-top: 0;
}
.section-wysiwyg .intro-heading {
  padding-top: 0;
  margin-bottom: 10px;
}
.section-wysiwyg .intro-heading .intro-title {
  color: #1f1f1f !important;
  font-size: 30px !important;
  line-height: 50px !important;
  font-style: normal;
  font-weight: 400 !important;
  letter-spacing: 0.3px;
  text-transform: none;
  font-family: "Gilroy-Medium";
  margin-top: 0 !important;
}
.section-wysiwyg .intro-heading .heading-content .description {
  color: #777777;
  font-size: 18px;
  line-height: 22px;
  font-style: normal;
  font-weight: 400;
}
.section-wysiwyg .intro-heading .heading-content .description a {
  color: #e5b250;
}
.section-wysiwyg .intro-heading .heading-content .description a:hover {
  color: #053c53;
}
.section-wysiwyg .intro-heading .heading-content .cta-wrapper .btn {
  color: #FFF;
  font-size: 18px;
  height: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section-wysiwyg .intro-heading .heading-content .cta-wrapper .btn.transparent {
  background-color: #8c826e;
  border: 1px solid #053c53;
  color: #053c53;
}
.section-wysiwyg .intro-heading .heading-content .cta-wrapper .btn:hover.hover-blue {
  background-color: #266682;
  color: #8c826e;
}
.section-wysiwyg .intro-heading.content-center {
  text-align: center;
}
.section-wysiwyg .intro-heading.content-center .heading-content .cta-wrapper {
  justify-content: center;
  margin-top: 25px;
}
.section-wysiwyg .wysiwyg-description {
  padding-bottom: 10px;
}
.section-wysiwyg .wysiwyg-description p {
  color: #777777;
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 22px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0;
  word-break: break-all;
  margin-bottom: 20px;
}
.section-wysiwyg .wysiwyg-description p a {
  color: #e5b250;
}
.section-wysiwyg .wysiwyg-description p a:hover {
  text-decoration: underline;
}
.section-wysiwyg .wysiwyg-description h3 {
  color: #1f1f1f;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 400;
  padding-top: 10px;
}
.section-wysiwyg .wysiwyg-description strong,
.section-wysiwyg .wysiwyg-description h4 {
  color: #777777;
  font-size: 18px;
  line-height: 22px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0;
  word-break: break-all;
}
.section-wysiwyg .wysiwyg-description h4 {
  margin-top: 25px;
  margin-bottom: 10px;
}
.section-wysiwyg .wysiwyg-description ol,
.section-wysiwyg .wysiwyg-description ul {
  padding-left: 15px;
}
.section-wysiwyg .wysiwyg-description ol li,
.section-wysiwyg .wysiwyg-description ul li {
  color: #777777;
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 26px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: clamp(5px, 0.6944444400000001vw, 10px);
  font-family: "Gilroy-Medium";
}
.section-wysiwyg .wysiwyg-description ol strong,
.section-wysiwyg .wysiwyg-description ul strong {
  font-weight: 700;
}
.page-new-patients .section-wysiwyg .section-inner .intro-title {
  line-height: 36px !important;
}
@media (max-width: 767.98px) {
  .page-new-patients .section-wysiwyg .section-inner {
    padding-left: clamp(15px, 2.08333333vw, 30px);
    padding-right: clamp(15px, 2.08333333vw, 30px);
  }
}
.page-new-patients .section-wysiwyg .section-inner .description p {
  font-size: 18px !important;
  font-family: "Gilroy-Regular" !important;
  line-height: 22px !important;
}
.page-accessibility-statement .section-wysiwyg h4 {
  font-size: 24px;
  line-height: 1.2;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: bold;
  color: #1f1f1f;
}
.page-accessibility-statement .section-wysiwyg a:hover {
  color: #053c53;
  text-decoration: none !important;
}
.worldmap {
  width: 100%;
  margin: auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  .worldmap svg {
    position: absolute;
    left: 35%;
    top: 0;
    height: 700px;
    width: auto;
    transform: translate(-30%, 0);
  }
}
@media (max-width: 600px) {
  .worldmap svg {
    height: 650px;
  }
}
@media (max-width: 500px) {
  .worldmap svg {
    height: 600px;
  }
}
@media (max-width: 450px) {
  .worldmap svg {
    height: 500px;
  }
}
@media (min-width: 700px) {
  svg {
    width: 100%;
    height: 100%;
  }
}
/* modal */
.modal {
  position: fixed;
  z-index: 1;
  padding-top: 5%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.modal-content {
  position: relative;
  background-color: #fefefe;
  padding: 30px 20px 20px;
  margin: 0 20px;
  width: calc(60%);
  max-width: 350px;
  border: 1px solid #888;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  top: 50%;
}
@media (min-width: 350px) {
  .modal-content {
    margin: auto;
  }
}
/* Add Animation */
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
/* The Close Button */
.close {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #000;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #444;
  text-decoration: none;
  cursor: pointer;
}
path {
  fill: #D9D9D9;
}
.selected-area {
  fill: #165655;
  cursor: pointer;
}
.section-map .selected-area {
  transition: all 0.3s;
}
.section-map .selected-area:hover {
  fill: #eee8e4;
}
.section-map .intro-heading {
  transition: all 0.3s;
  filter: blur(0);
}
.section-map .worldmap {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  filter: blur(0);
}
.section-map .worldmap svg {
  max-width: 100%;
  height: auto;
  width: 100%;
  max-height: 90vh;
  position: static !important;
  transform: translate(0%, 0) !important;
}
.section-map .modal {
  padding-top: 0;
  position: absolute;
  opacity: 0;
  transform: scale(0, 0);
  transition: all 1s;
}
.section-map .modal.current-modal {
  opacity: 1;
  transform: scale(1, 1);
}
.section-map .modal-content {
  transform: translateY(-50%);
  max-width: 1056px;
  padding: clamp(40px, 3.47222222vw, 50px);
  max-height: 80%;
  overflow: auto;
}
.section-map .modal-content .description {
  text-align: justify;
}
.section-map .modal-content .modal-heading {
  margin-bottom: clamp(30px, 2.77777778vw, 40px);
  display: flex;
  align-items: center;
}
.section-map .modal-content .modal-heading img {
  width: 60px;
  margin-right: 10px;
}
.section-map .modal-content .close {
  top: clamp(30px, 2.77777778vw, 40px);
  right: clamp(40px, 3.47222222vw, 50px);
}
.section-map .modal-content .close svg * {
  stroke: #5f5c5c;
}
@media (max-width: 767px) {
  .section-map .modal-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-map .modal-content .close {
    top: 20px;
    right: 20px;
  }
}
.section-map.modal-open .intro-heading,
.section-map.modal-open .worldmap {
  filter: blur(4px);
}
#tooltip {
  background-color: #165655;
  padding-right: 7px;
  color: #fff;
  border: 1px solid #000;
}
#tooltip img {
  max-height: 30px;
  margin-right: 5px;
}
.section-team .team-members .card {
  margin-bottom: 24px;
}
.section-team .team-members .card .image {
  position: relative;
}
.section-team .team-members .card .member-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
  filter: grayscale(1);
}
.section-team .team-members .card .member-image + img {
  opacity: 0;
  visibility: hidden;
}
.section-team .team-members .card .card-body {
  margin-top: 15px;
  text-align: center;
}
.section-team .team-members .card .card-body .name {
  text-transform: uppercase;
  margin: 0;
}
.section-team .team-members .card .card-body .designation {
  color: #103d3d;
  margin: 0;
}
.section-team .team-members .card a:hover .member-image {
  filter: grayscale(0);
}
.section-team .team-wrapper {
  max-width: 921px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-bottom: 50px;
}
.section-team .team-wrapper p {
  font-size: 24px;
  line-height: 1.2em;
  color: #777777;
  font-style: normal;
  font-weight: 400;
}
.section-team .team-members-wrapper .team-member {
  padding-top: 40px;
  padding-bottom: 40px;
}
.section-team .team-members-wrapper .team-member.order-2 {
  flex-direction: row-reverse;
}
.section-team .team-members-wrapper .team-member .name {
  color: #1f1f1f;
  font-size: 26px;
  line-height: 50px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: none;
  margin-bottom: 15px;
}
.section-team .team-members-wrapper .team-member .description {
  color: #777777;
  font-size: 18px;
  line-height: 22px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
}
.section-team .team-members-wrapper .team-member .image-wrapper {
  position: relative;
}
.section-team .team-members-wrapper .team-member .image-wrapper .image-col:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #053c53;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s;
}
.section-team .team-members-wrapper .team-member .image-wrapper .text-holder {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.section-team .team-members-wrapper .team-member .image-wrapper .text-holder .text-inner .name {
  color: #fff;
  width: 100%;
  margin-bottom: 0;
  line-height: 35px;
  font-size: 26px;
  transition: all 0.3s;
  opacity: 0;
}
.section-team .team-members-wrapper .team-member .image-wrapper .text-holder .text-inner .name span {
  display: block;
  font-size: 18px;
}
.section-team .team-members-wrapper .team-member .image-wrapper:hover .image-col::before {
  opacity: 1;
}
.section-team .team-members-wrapper .team-member .image-wrapper:hover .text-holder .text-inner .name {
  opacity: 1;
}
.divider {
  border-top: 1px solid #053c53;
  position: relative;
}
.divider .divider-separator {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #8c826e;
  width: 50px;
  text-align: center;
  font-size: 24px;
}
.section-team-content {
  padding-top: clamp(100px, 13.88888889vw, 200px);
  padding-bottom: clamp(50px, 9.027777779999999vw, 130px);
}
.section-team-content .section-inner {
  padding-top: 0;
}
.section-team-content .container {
  max-width: 1500px;
}
.section-team-content h3 {
  font-size: clamp(18px, 1.66666667vw, 24px);
}
.section-team-content .description {
  margin-top: clamp(20px, 2.08333333vw, 30px);
  text-align: justify;
}
.section-team-content .breadcumb-wrapper {
  margin-bottom: 30px;
}
.section-team-content .user-links {
  margin-top: 30px;
  display: flex;
  align-items: center;
  font-size: clamp(18px, 1.66666667vw, 24px);
  font-family: "Gilroy-Medium";
  font-weight: 600;
}
.section-team-content .user-links ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 10px;
  display: flex;
  align-items: center;
}
.section-team-content .user-links ul li {
  margin-right: 10px;
}
.section-team-content .item-image {
  max-width: 395px;
  position: relative;
}
.section-team-content .item-image:after {
  content: "";
  position: absolute;
  top: 9px;
  left: -9px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  border-top-right-radius: clamp(42px, 7.70833333vw, 111px);
  border-bottom-left-radius: clamp(106px, 23.61111111vw, 340px);
  border: 2px solid #0b2551;
}
.section-team-content .item-image .item-image-inner {
  height: 100%;
  border-top-right-radius: clamp(42px, 7.70833333vw, 111px);
  border-bottom-left-radius: clamp(106px, 23.61111111vw, 340px);
  overflow: hidden;
  border: 1px solid #000;
}
@media (max-width: 768px) {
  .section-team-content .item-image {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
.section-video_embed .container {
  max-width: 1200px;
}
.section-video_embed .video-wrapper {
  position: relative;
  padding-bottom: 55.15%;
  /* 16:9 */
  height: 0;
  border-radius: 20px;
  overflow: hidden;
  border: 10px solid #eee8e4;
}
.section-video_embed .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-video_embed .description {
  margin-top: 20px;
  text-align: center;
}
.section-video .section-inner .row {
  justify-content: center;
}
.section-video .section-inner .video_header {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: clamp(30px, 4.16666667vw, 60px);
  padding-bottom: clamp(20px, 2.77777778vw, 40px);
  padding-left: 15px;
  padding-right: 15px;
}
.section-video .section-inner .video_header .title {
  margin-bottom: clamp(16px, 2.22222222vw, 32px);
  color: #165655;
}
.section-video .section-inner .video_header .description p {
  color: #165655;
}
.section-video .section-inner::before {
  content: url(/wp-content/uploads/2024/11/video-left-vector.png);
  position: absolute;
  left: -10px;
  top: -50px;
}
@media (max-width: 767.98px) {
  .section-video .section-inner::before {
    left: -35px;
  }
}
.section-video .section-inner::after {
  content: url(/wp-content/uploads/2024/11/video-right-vector.png);
  position: absolute;
  right: 0;
  top: 18%;
}
@media (max-width: 767.98px) {
  .section-video .section-inner::after {
    right: 100px;
  }
}
.section-video .section-inner .card {
  border: none;
}
.section-video .section-inner .card .image-wrapper {
  text-align: center;
  border-radius: clamp(8px, 0.83333333vw, 12px);
}
@media (max-width: 1360px) {
  .section-video .section-inner .card .image-wrapper {
    padding-left: clamp(15px, 2.77777778vw, 40px);
    padding-right: clamp(15px, 2.77777778vw, 40px);
  }
}
@media (max-width: 767.98px) {
  .section-video .section-inner .card .image-wrapper img {
    aspect-ratio: 1.77777778;
  }
}
.section-video .section-inner .card .video-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: clamp(8px, 0.83333333vw, 12px);
}
.section-video .section-inner .card .video-item .play-btn img {
  width: clamp(35px, 5.55555556vw, 80px);
}
.section-video .section-inner.color-brown .video_header .title {
  color: #8c826e;
}
.section-video .section-inner.color-brown .video_header .description p {
  color: #8c826e;
}
.section-resources .section-inner::before {
  content: url(/wp-content/uploads/2024/11/resources-vector-left.svg);
  position: absolute;
  left: 0;
  top: 50px;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .section-resources .section-inner::before {
    left: -10%;
  }
}
@media (max-width: 480.98px) {
  .section-resources .section-inner::before {
    left: -70%;
  }
}
.section-resources .section-inner::after {
  content: url(/wp-content/uploads/2024/11/resources-vector-right.svg);
  position: absolute;
  top: 0;
  right: 15%;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .section-resources .section-inner::after {
    right: -10%;
  }
}
@media (max-width: 480.98px) {
  .section-resources .section-inner::after {
    right: -50%;
  }
}
.section-resources .section-inner .resources-wrapper {
  padding-left: 49px;
  padding-right: 49px;
}
.section-resources .section-inner .resources-wrapper .resource-slide > div {
  margin-right: 0;
  margin-left: 0;
}
.section-resources .section-inner .resources-wrapper .resource-slide .btn {
  border-radius: 8px;
  border: 1px solid #dde6e6;
  background-color: #ffffff;
  color: #165655;
  min-height: 39px;
  height: 39px;
  padding: 0 16px;
  justify-content: space-between;
  margin: 10px 0;
}
.section-resources .section-inner.color-brown .slider_heading-wrapper .title {
  color: #8c826e;
}
.section-resources .section-inner.color-brown .resources-wrapper .resource-slide .btn {
  border: 1px solid #eee8e4;
  color: #8c826e;
}
.section-resources .section-inner.color-brown .resources-wrapper .resource-slide .btn:hover {
  background-color: #eee8e4 !important;
}
.section-resources .section-inner.color-brown .resources-wrapper .resource-slide .btn .img-icon {
  filter: grayscale(1);
}
.section-resources .section-inner.color-brown button.slick-prev::before,
.section-resources .section-inner.color-brown button.slick-next::before {
  color: #8c826e;
}
.section-resources .section-inner.color-white .slider_heading-wrapper .title {
  color: #165655;
}
.section-resources .section-inner.color-white .resources-wrapper .resource-slide .btn {
  border: 1px solid #165655;
  color: #dde6e6;
  background-color: #165655;
}
.section-resources .section-inner.color-white .resources-wrapper .resource-slide .btn:hover {
  background-color: #dde6e6 !important;
  color: #165655;
}
.section-resources .section-inner.color-white .resources-wrapper .resource-slide .btn:hover .img-icon {
  filter: brightness(0.75);
}
.section-resources .section-inner.color-white button.slick-prev::before,
.section-resources .section-inner.color-white button.slick-next::before {
  color: #165655;
}
.section-resources .section-inner button.slick-prev::before,
.section-resources .section-inner button.slick-next::before {
  color: #165655;
}
.section-gallery .gallery-wrapper {
  margin: -15px;
}
.section-gallery .gallery-wrapper .col-image {
  display: block;
  padding: 15px;
}
.section-gallery .gallery-wrapper .image {
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .section-gallery .gallery-wrapper .image {
    margin-bottom: 20px;
  }
}
.section-gallery .title {
  color: #1f1f1f;
  font-size: 40px;
  line-height: 50px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: none;
  max-width: 606px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.section-gallery .intro-heading {
  margin-bottom: clamp(40px, 4.16666667vw, 60px);
}
.section-gallery .intro-heading .heading-titles {
  max-width: 606px;
  margin-left: auto;
  margin-right: auto;
}
.section-gallery .intro-heading .heading-titles .intro-title {
  color: #1f1f1f;
  font-size: clamp(36px, 2.77777778vw, 40px);
  line-height: clamp(46px, 3.47222222vw, 50px);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: none;
}
@media (min-width: 768px) {
  .section-gallery .gallery-wrapper {
    position: relative;
  }
  .section-gallery .gallery-wrapper.images-1 .col-image {
    width: 100%;
  }
  .section-gallery .gallery-wrapper.images-2 {
    display: flex;
    flex-wrap: wrap;
  }
  .section-gallery .gallery-wrapper.images-2 .image {
    height: clamp(350px, 34.72222222vw, 500px);
  }
  .section-gallery .gallery-wrapper.images-2 .col-image {
    width: 50%;
  }
  .section-gallery .gallery-wrapper.images-3 {
    display: flex;
    flex-wrap: wrap;
  }
  .section-gallery .gallery-wrapper.images-3 .col-image {
    width: 65%;
  }
  .section-gallery .gallery-wrapper.images-3 .col-image:nth-of-type(1),
  .section-gallery .gallery-wrapper.images-3 .col-image:nth-of-type(3) {
    width: 35%;
  }
  .section-gallery .gallery-wrapper.images-3 .col-image:nth-of-type(1) .image,
  .section-gallery .gallery-wrapper.images-3 .col-image:nth-of-type(3) .image {
    height: clamp(175px, 23.26388889vw, 335px);
  }
  .section-gallery .gallery-wrapper.images-3 .col-image:nth-of-type(3) {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .section-gallery .gallery-wrapper.images-4 {
    display: flex;
    flex-wrap: wrap;
  }
  .section-gallery .gallery-wrapper.images-4 .image {
    height: clamp(175px, 23.26388889vw, 335px);
  }
  .section-gallery .gallery-wrapper.images-4 .col-image {
    width: 50%;
  }
  .section-gallery .gallery-wrapper.images-5 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    grid-auto-rows: minmax(100px, auto);
    margin: 0;
  }
  .section-gallery .gallery-wrapper.images-5 .col-image {
    padding: 0;
  }
  .section-gallery .gallery-wrapper.images-5 .col-image .image {
    height: clamp(175px, 23.26388889vw, 335px);
  }
  .section-gallery .gallery-wrapper.images-5 .col-image:nth-of-type(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .section-gallery .gallery-wrapper.images-5 .col-image:nth-of-type(2) {
    grid-column: 2;
    grid-row: 1/3;
  }
  .section-gallery .gallery-wrapper.images-5 .col-image:nth-of-type(2) .image {
    height: clamp(350px, 48.61111111vw, 700px);
  }
  .section-gallery .gallery-wrapper.images-5 .col-image:nth-of-type(3) {
    grid-column: 3;
    grid-row: 1;
  }
  .section-gallery .gallery-wrapper.images-5 .col-image:nth-of-type(4) {
    grid-column: 1;
    grid-row: 2;
  }
  .section-gallery .gallery-wrapper.images-5 .col-image:nth-of-type(5) {
    grid-column: 3;
    grid-row: 2;
  }
  .section-gallery .gallery-wrapper.images-6 {
    display: flex;
    flex-wrap: wrap;
  }
  .section-gallery .gallery-wrapper.images-6 .image {
    height: clamp(175px, 23.26388889vw, 335px);
  }
  .section-gallery .gallery-wrapper.images-6 .col-image {
    width: 33.33%;
  }
  .section-gallery .gallery-wrapper.more-6 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .section-gallery .gallery-wrapper.more-6 .image {
    height: clamp(175px, 23.26388889vw, 335px);
  }
  .section-gallery .gallery-wrapper.more-6 .col-image {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .section-gallery .gallery-wrapper {
    padding-bottom: 50px;
  }
  .section-gallery .gallery-wrapper .slick-list {
    overflow: initial;
  }
}
.intro-heading .heading-titles .subtitle {
  color: #e5b250;
  font-size: 20px;
  line-height: 32px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin: 0;
  justify-content: flex-start;
  font-family: "Gilroy-Medium";
}
.intro-heading .heading-content .description p {
  color: #777777;
  font-size: 18px;
  line-height: 22px;
  font-style: normal;
  font-weight: 400;
}
.intro-heading .heading-content .description p:first-child {
  color: #777777;
  font-size: 20px;
  line-height: 32px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 10px;
  font-family: "Gilroy-Medium";
}
.intro-heading .heading-content .cta-wrapper {
  margin-top: clamp(20px, 2.08333333vw, 30px);
}
.intro-heading .heading-content .cta-wrapper .btn.transparent {
  background-color: #8c826e;
  border-color: #053c53;
  color: #053c53;
}
.intro-heading .heading-content .cta-wrapper .btn.transparent.hover-orange:hover {
  background-color: #e5b250;
  border-color: #e5b250;
  color: #8c826e;
}
.intro-heading .heading-content .cta-wrapper .btn.transparent.hover-light-blue:hover {
  background-color: #266682;
  border-color: #266682;
  color: #8c826e;
}
.intro-heading .heading-content .cta-wrapper .btn.transparent.hover-blue:hover {
  background-color: #053c53;
  border-color: #053c53;
  color: #8c826e;
}
.intro-heading .heading-content .cta-wrapper .btn.orange {
  background-color: #e5b250;
  border-color: #e5b250;
  color: #8c826e;
}
.intro-heading .heading-content .cta-wrapper .btn.orange.hover-orange:hover {
  background-color: #e5b250;
  border-color: #e5b250;
  color: #8c826e;
}
.intro-heading .heading-content .cta-wrapper .btn.orange.hover-light-blue:hover {
  background-color: #266682;
  border-color: #266682;
  color: #8c826e;
}
.intro-heading .heading-content .cta-wrapper .btn.orange.hover-blue:hover {
  background-color: #053c53;
  border-color: #053c53;
  color: #8c826e;
}
.intro-heading .heading-content .cta-wrapper .btn.blue {
  background-color: #053c53;
  border-color: #053c53;
  color: #8c826e;
}
.intro-heading .heading-content .cta-wrapper .btn.blue.hover-orange:hover {
  background-color: #e5b250;
  border-color: #e5b250;
  color: #8c826e;
}
.intro-heading .heading-content .cta-wrapper .btn.blue.hover-light-blue:hover {
  background-color: #266682;
  border-color: #266682;
  color: #8c826e;
}
.intro-heading .heading-content .cta-wrapper .btn.blue.hover-transparent:hover {
  background-color: #8c826e;
  border-color: #053c53;
  color: #053c53;
}
.intro-heading.text-center .heading-titles .subtitle {
  justify-content: center;
}
.section-cards .section-inner .cards {
  display: flex;
}
@media (max-width: 1024.98px) {
  .section-cards .section-inner .cards {
    padding-left: clamp(20px, 3.47222222vw, 50px);
    padding-right: clamp(20px, 3.47222222vw, 50px);
  }
}
@media (max-width: 1200px) {
  .section-cards .section-inner .cards {
    margin-top: 40px;
  }
}
.section-cards .section-inner .cards .card-item {
  padding: 20px 40px 20px 40px;
  position: relative;
}
@media (max-width: 1024.98px) {
  .section-cards .section-inner .cards .card-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section-cards .section-inner .cards .card-item .orange {
  color: #e5b250;
  font-size: 20px;
  line-height: 32px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.section-cards .section-inner .cards .card-item .subtitle {
  font-size: clamp(37px, 2.77777778vw, 40px);
  line-height: 50px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: none;
  font-family: "Gilroy-Medium";
  color: #8c826e;
  margin-bottom: 20px;
}
.section-cards .section-inner .cards .card-item .image-wrapper {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}
.section-cards .section-inner .cards .card-item .description p,
.section-cards .section-inner .cards .card-item .description ul li {
  color: #8c826e;
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 22px;
  font-style: normal;
  font-weight: 400;
}
.section-cards .section-inner .cards .card-item .description ul {
  padding-left: 20px;
}
.section-cards .section-inner .cards .card-item .description ul li {
  line-height: 28px;
}
.section-cards .section-inner .cards .card-item .description .page-form input {
  height: 54px;
  border-width: 1px;
  border-style: solid;
  color: #ffffff;
  font-family: "Gilroy-Regular";
  font-size: 15px;
  line-height: 22px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: none;
  padding-left: 27px;
  margin-bottom: 9px;
  background-color: #95bfd1;
  border-color: rgba(255, 255, 255, 0.5);
  width: 100%;
}
.section-cards .section-inner .cards .card-item .description .page-form input:focus,
.section-cards .section-inner .cards .card-item .description .page-form input :focus-visible {
  border-color: #8c826e;
  box-shadow: none;
}
.section-cards .section-inner .cards .card-item .description .page-form input.wpcf7-submit {
  border-color: #e5b250;
  background-color: #e5b250;
  cursor: pointer;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 15px;
  font-weight: 400;
  letter-spacing: 0.75px;
  border-radius: 5px;
  height: 65px;
}
.section-cards .section-inner .cards .card-item .description .page-form input.wpcf7-submit:hover {
  background-color: #053c53;
}
.section-cards .section-inner .cards .card-item .description .page-form textarea {
  background-color: #95bfd1;
  border-color: rgba(255, 255, 255, 0.5);
  height: 80px;
  padding-left: 27px;
  margin-bottom: 9px;
  width: 100%;
  padding-top: 15px;
}
.section-cards .section-inner .cards .card-item .description .page-form textarea:focus,
.section-cards .section-inner .cards .card-item .description .page-form textarea :focus-visible {
  border-color: #8c826e;
}
.section-cards .section-inner .cards .card-item .description .page-form ::placeholder {
  color: #8c826e;
}
.section-cards .section-inner .cards .card-item .btn-wrapper {
  text-align: center;
}
.section-cards .section-inner .cards .card-item .btn-wrapper .btn-transparent {
  height: 60px;
  max-width: 200px;
  font-size: clamp(14px, 1.25vw, 18px);
  border-color: #8c826e;
}
.section-cards .section-inner .cards .card-item .btn-wrapper .btn-orange {
  height: 60px;
  max-width: 200px;
  font-size: clamp(14px, 1.25vw, 18px);
}
.section-cards .section-inner .cards .card-item .btn-wrapper .btn-orange.hover-blue:hover {
  background-color: #053c53;
  border-color: #053c53;
}
.section-cards .section-inner .cards .card-item .btn-wrapper .hover-light-blue:hover {
  background-color: #266682;
}
.section-cards .section-inner .cards .card-item .btn-wrapper .hover-orange:hover {
  background-color: #e5b250;
  border-color: #e5b250;
}
.section-cards .section-inner .cards .card-item .btn-wrapper .hover-blue:hover {
  background-color: #266682;
}
.section-cta_banner {
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
}
.section-cta_banner .section-inner .container {
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
}
.section-cta_banner .section-inner .container .row {
  align-items: center;
}
.section-cta_banner .section-inner .container .row .intro-heading {
  padding-top: 0;
  padding-bottom: 50px;
}
.section-cta_banner .section-inner .container .row .intro-heading .heading-titles .intro-title {
  color: #8c826e;
}
.section-cta_banner .section-inner .container .row .intro-heading .heading-content .description p {
  color: #8c826e;
}
.section-cta_banner .section-inner .container .row .intro-heading .heading-content .description p:first-child {
  color: #8c826e;
}
.section-cta_banner .section-inner .container .row .intro-heading .heading-content .cta-wrapper {
  margin-top: clamp(20px, 2.08333333vw, 30px);
}
@media (max-width: 1024.98px) {
  .section-cta_banner .section-inner .container .row .intro-heading .heading-content .cta-wrapper {
    margin-bottom: 50px;
    flex-direction: column;
    max-width: 225px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-cta_banner .section-inner .container .row .intro-heading .heading-content .cta-wrapper .btn {
    margin-right: 0 !important;
    margin-top: 30px;
  }
}
.section-cta_banner .section-inner .container .row .intro-heading .heading-content .cta-wrapper .btn {
  height: 60px;
}
@media (min-width: 1025px) and (max-width: 1275.98px) {
  .section-cta_banner .section-inner .container .row .intro-heading .heading-content .cta-wrapper .btn {
    min-width: 175px;
    width: 175px;
  }
}
.section-cta_banner .section-inner .container .row .intro-heading .heading-content .cta-wrapper .btn.transparent {
  background-color: transparent;
  border-color: #8c826e;
  color: #8c826e;
  margin-right: clamp(20px, 6.94444444vw, 100px);
}
.section-cta_banner .section-inner .container .row .intro-heading .heading-content .cta-wrapper .btn.transparent.hover-orange:hover {
  background-color: #e5b250;
  border-color: #8c826e;
  color: #8c826e;
}
.section-cta_banner .section-inner .container .row .intro-heading .heading-content .cta-wrapper .btn.transparent.hover-light-blue:hover {
  background-color: #266682;
  border-color: #266682;
  color: #8c826e;
}
.section-cta_banner .section-inner .container .row .intro-heading .heading-content .cta-wrapper .btn.transparent.hover-blue:hover {
  background-color: #053c53;
  border-color: #053c53;
  color: #8c826e;
}
.section-cta_banner .section-inner .container .row .intro-heading .heading-content .cta-wrapper .btn.orange {
  background-color: #e5b250;
  border-color: #e5b250;
  color: #8c826e;
  margin-right: clamp(20px, 6.94444444vw, 100px);
}
.section-cta_banner .section-inner .container .row .intro-heading .heading-content .cta-wrapper .btn.orange.hover-orange:hover {
  background-color: #e5b250;
  border-color: #e5b250;
  color: #8c826e;
}
.section-cta_banner .section-inner .container .row .intro-heading .heading-content .cta-wrapper .btn.orange.hover-light-blue:hover {
  background-color: #266682;
  border-color: #8c826e;
  color: #8c826e;
}
.section-cta_banner .section-inner .container .row .intro-heading .heading-content .cta-wrapper .btn.orange.hover-blue:hover {
  background-color: #053c53;
  border-color: #053c53;
  color: #8c826e;
}
.section-cta_banner .section-inner .container .row .intro-heading .heading-content .cta-wrapper .btn.blue {
  background-color: #053c53;
  border-color: #053c53;
  color: #8c826e;
  margin-right: clamp(20px, 6.94444444vw, 100px);
}
.section-cta_banner .section-inner .container .row .intro-heading .heading-content .cta-wrapper .btn.blue.hover-orange:hover {
  background-color: #e5b250;
  border-color: #e5b250;
  color: #8c826e;
}
.section-cta_banner .section-inner .container .row .intro-heading .heading-content .cta-wrapper .btn.blue.hover-light-blue:hover {
  background-color: #266682;
  border-color: #266682;
  color: #8c826e;
}
.section-cta_banner .section-inner .container .row .intro-heading .heading-content .cta-wrapper .btn.blue.hover-transparent:hover {
  background-color: #8c826e;
  border-color: #053c53;
  color: #053c53;
}
.section-cta_banner .section-inner .container .row .intro-heading.text-center .heading-titles .subtitle {
  justify-content: center;
}
.section-cta_banner .section-inner .container .row .inner-wrapper .intro-heading {
  padding-top: 0;
  padding-bottom: 0;
}
.section-cta_banner .section-inner .container .row .inner-wrapper .intro-heading .heading-titles .subtitle {
  color: #8c826e;
}
.section-cta_banner .section-inner .container .row .inner-wrapper .intro-heading .heading-titles .intro-title {
  color: #8c826e;
  font-size: 40px;
  line-height: 50px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.3px;
}
.section-cta_banner .section-inner .container .row .inner-wrapper .heading-content .description p {
  font-size: 18px;
  line-height: 22px;
  font-style: normal;
  font-weight: 400;
  color: #8c826e;
  font-family: "Gilroy-Regular";
}
@media (max-width: 1024.98px) {
  .section-cta_banner .section-inner .container .row .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section-icons .row {
  justify-content: center;
}
.section-icons .row .intro-heading {
  margin-bottom: clamp(20px, 2.77777778vw, 40px);
}
.section-icons .row .intro-heading .heading-titles .intro-title {
  color: #1f1f1f;
  font-size: 40px;
  line-height: 50px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: none;
}
.section-icons .row .intro-heading .description p {
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 22px;
}
.section-icons .row .title {
  color: #1f1f1f;
  font-size: 40px;
  line-height: 50px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: none;
  margin-bottom: 20px;
}
.section-icons .row .icons {
  display: flex;
  flex-wrap: wrap;
}
.section-icons .row .icons .icon-item {
  text-align: center;
  border-right: 1px solid #053c53;
}
@media (min-width: 768px) {
  .section-icons .row .icons .icon-item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
.section-icons .row .icons .icon-item:last-child {
  border-right: none !important;
}
.section-icons .row .icons .icon-item .imge-border .card-image {
  width: 106px;
  height: 106px;
  border: 3px solid #e5b250;
  border-radius: 50%;
  padding: 20px;
  transition: all 0.3s;
}
.section-icons .row .icons .icon-item .imge-border .card-image:hover {
  border-color: #266682;
}
.section-icons .row .icons .icon-item .title {
  color: #1f1f1f;
  font-size: 26px;
  line-height: 50px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: none;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
.section-icons .row .icons .icon-item .description {
  margin-left: auto;
  margin-right: auto;
}
.section-icons .row .icons .icon-item .description p {
  color: #777777;
  font-size: 18px;
  line-height: 22px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 15px;
}
.section-icons .row .icons .icon-item .btn {
  min-height: 41px;
  font-size: 15px;
  line-height: calc(110%);
  white-space: break-spaces;
}
.section-icons .row .icons .icon-item .btn:hover {
  background-color: transparent;
  border-color: #266682;
  color: #266682;
}
.section-icons .row .icons .icon-border {
  width: 106px;
  height: 106px;
  border: 3px solid #e5b250;
  border-radius: 50%;
  padding: 20px;
  transition: all .3s;
  margin-left: auto;
  margin-right: auto;
  margin-top: -50px;
  background-color: #8c826e;
}
.section-icons .row .icons .icon-border i {
  font-size: 55px;
  color: #e5b250;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
}
.section-icons .row .icons .icon-border:hover {
  border-color: #053c53;
}
.section-icons .row .icons .icon-border:hover i {
  color: #053c53;
}
.section-icons .row .icons.box-with-border {
  padding-top: 30px;
  gap: 70px;
}
@media (min-width: 1025px) {
  .section-icons .row .icons.box-with-border {
    justify-content: space-between;
    gap: 10px;
    padding-top: 45px;
  }
}
.section-icons .row .icons.box-with-border .imge-border .card-image {
  margin-top: -50px;
  background-color: #8c826e;
}
.section-icons .row .icons.box-with-border .icon-item {
  border-style: solid;
  border-width: 3px 3px 3px 3px !important;
  border-color: #e5b250 !important;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0px 10px 0px 10px;
}
@media (max-width: 1024.98px) {
  .section-icons .row .icons.box-with-border .icon-item {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin: 0;
    gap: 70px;
  }
}
@media (min-width: 1025px) {
  .section-icons .row .icons.box-with-border .icon-item {
    margin: 0;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 31.5% !important;
    flex: 0 0 31.5% !important;
    max-width: 31.5% !important;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
  }
}
.section-icons .row .icons.box-with-border .icon-item .title {
  margin-top: 5px;
}
.section-icons .row .icons.box-with-border .icon-item .description {
  text-align: left;
}
.section-icons .row .icons.box-with-border .icon-item .description ul {
  text-align: left;
  padding-left: 15px;
}
.section-icons .row .icons.box-with-border .icon-item .description ul li {
  font-size: 18px;
  color: #7a7a7a;
}
.section-icons .row .icons.box-with-border .icon-item .btn {
  margin-top: 30px;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media (max-width: 1420px) {
  .section-icons .row .icons.box-with-border .icon-item .btn {
    max-width: 100%;
  }
}
.section-icons .row .icons.box-with-border .icon-item:last-child {
  border-right: 3px solid !important;
  border-color: #e5b250 !important;
}
.section-icons .row .icons.border-right {
  border-right: none !important;
}
.section-contact {
  padding-top: 10px;
}
.section-contact .links-with-icon .box-item {
  padding: 30px 40px;
  text-align: center;
}
.section-contact .links-with-icon .box-item a {
  display: flex;
  flex-direction: column;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  gap: 29px;
  transition: all 0.3s;
}
.section-contact .links-with-icon .box-item a i {
  font-size: 50px;
  transition: all 0.3s;
}
.section-contact .links-with-icon .box-item a:hover i {
  color: #053c53;
}
.section-contact .links-with-icon .box-item:first-child a:hover i {
  color: #266682;
}
@media (max-width: 1199.98px) {
  .section-contact .links-with-icon .box-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1201px) {
  .section-accordians .section-inner > div {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.section-accordians .section-inner .title-wrapper {
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: -50px -50px;
}
.section-accordians .section-inner .title-wrapper .title {
  font-family: "Gilroy-Regular";
  font-size: clamp(48px, 4.44444444vw, 64px);
  font-style: italic;
  font-weight: 300;
  line-height: clamp(54px, 5.33333333vw, 76.8px);
  text-align: center;
  padding-top: clamp(62.5px, 8.68055556vw, 125px);
  color: #165655;
}
@media (max-width: 1200px) {
  .section-accordians .section-inner .title-wrapper .title {
    text-align: center;
  }
}
.section-accordians .section-inner .title-wrapper .arrow-icon {
  max-width: 350px;
  text-align: right;
}
@media (max-width: 1200px) {
  .section-accordians .section-inner .title-wrapper .arrow-icon {
    text-align: center;
  }
}
.section-accordians .section-inner .accordion {
  padding-left: clamp(10px, 1.38888889vw, 20px);
  padding-top: clamp(40px, 5.55555556vw, 80px);
  padding-bottom: clamp(40px, 5.55555556vw, 80px);
}
@media (max-width: 767.98px) {
  .section-accordians .section-inner .accordion {
    padding-left: 0;
  }
}
.section-accordians .section-inner .accordion .acc-body {
  padding-left: clamp(10px, 1.38888889vw, 20px);
  padding-right: clamp(10px, 1.38888889vw, 20px);
  margin-bottom: clamp(10px, 1.25vw, 18px);
  background-color: #ffffff;
  box-shadow: 0px 2px 12px 0px #ACC6C633;
  border-radius: 8px;
}
.section-accordians .section-inner .accordion .acc-body.on {
  background-color: #dde6e6;
  padding-bottom: clamp(10px, 1.38888889vw, 20px);
}
.section-accordians .section-inner .accordion .acc-body.on .acc-title {
  opacity: 1;
}
.section-accordians .section-inner .accordion .acc-body.on .acc-title h1::after,
.section-accordians .section-inner .accordion .acc-body.on .acc-title h2::after,
.section-accordians .section-inner .accordion .acc-body.on .acc-title h3::after {
  transform: rotate(0deg);
  opacity: 1;
}
.section-accordians .section-inner .accordion .acc-body .acc-title h1,
.section-accordians .section-inner .accordion .acc-body .acc-title h2,
.section-accordians .section-inner .accordion .acc-body .acc-title h3 {
  font-family: "Gilroy-Medium";
  font-size: clamp(17px, 1.38888889vw, 20px);
  font-weight: 700;
  line-height: clamp(20px, 1.71944444vw, 24.76px);
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #165655;
  height: clamp(65px, 5.27777778vw, 76px);
  cursor: pointer;
}
.section-accordians .section-inner .accordion .acc-body .acc-title h1:after,
.section-accordians .section-inner .accordion .acc-body .acc-title h2:after,
.section-accordians .section-inner .accordion .acc-body .acc-title h3:after {
  content: url(/wp-content/themes/acf/assets/images/accordion-arrow.svg);
  opacity: 0.3;
  transform: rotateX(180deg);
  transition: all 0.5s;
}
.section-accordians .section-inner .accordion .acc-body .acc-content {
  padding-top: clamp(10px, 1.38888889vw, 20px);
  border-top: 1px solid #16565557;
}
.section-accordians .section-inner .accordion .acc-body .acc-content p {
  font-family: "Gilroy-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #165655;
  margin-bottom: 0;
}
.section-accordians .section-inner.color-brown .title-wrapper .title {
  color: #8c826e;
}
.section-accordians .section-inner.color-brown .title-wrapper .arrow-icon img {
  filter: invert(0.5);
}
.section-accordians .section-inner.color-brown .accordion .acc-body .acc-title h1,
.section-accordians .section-inner.color-brown .accordion .acc-body .acc-title h2,
.section-accordians .section-inner.color-brown .accordion .acc-body .acc-title h3 {
  color: #8c826e;
}
.section-accordians .section-inner.color-brown .accordion .acc-body .acc-title h1::after,
.section-accordians .section-inner.color-brown .accordion .acc-body .acc-title h2::after,
.section-accordians .section-inner.color-brown .accordion .acc-body .acc-title h3::after {
  filter: brightness(0);
}
.section-accordians .section-inner.color-brown .accordion .acc-body .acc-content p {
  color: #8c826e;
}
.section-accordians .section-inner.color-brown .accordion .acc-body.on {
  background-color: #eee8e4;
}
.section-accordians .section-inner.color-brown .accordion .acc-body.on .acc-title h1::after,
.section-accordians .section-inner.color-brown .accordion .acc-body.on .acc-title h2::after,
.section-accordians .section-inner.color-brown .accordion .acc-body.on .acc-title h3::after {
  filter: invert(0.65);
}
.section-accordians .section-inner.color-green .title-wrapper .title {
  color: #165655;
}
.section-accordians .section-inner.color-green .accordion .acc-body .acc-title h1,
.section-accordians .section-inner.color-green .accordion .acc-body .acc-title h2,
.section-accordians .section-inner.color-green .accordion .acc-body .acc-title h3 {
  color: #165655;
}
.section-accordians .section-inner.color-green .accordion .acc-body .acc-content p {
  color: #165655;
}
.section-accordians .section-inner.color-green .accordion .acc-body.on {
  background-color: #dde6e6;
}
.section-accordians .section-inner.color-white .title-wrapper .title {
  color: #165655;
}
.section-accordians .section-inner.color-white .accordion .acc-body {
  background-color: #165655;
}
.section-accordians .section-inner.color-white .accordion .acc-body .acc-title h1,
.section-accordians .section-inner.color-white .accordion .acc-body .acc-title h2,
.section-accordians .section-inner.color-white .accordion .acc-body .acc-title h3 {
  color: #ffffff;
}
.section-accordians .section-inner.color-white .accordion .acc-body .acc-title h1:after,
.section-accordians .section-inner.color-white .accordion .acc-body .acc-title h2:after,
.section-accordians .section-inner.color-white .accordion .acc-body .acc-title h3:after {
  filter: brightness(100);
  opacity: 0.8;
}
.section-accordians .section-inner.color-white .accordion .acc-body .acc-content p {
  color: #ffffff;
}
.section-accordians .section-inner.color-white .accordion .acc-body.on {
  background-color: #dde6e6;
}
.section-accordians .section-inner.color-white .accordion .acc-body.on .acc-content p {
  color: #165655;
}
.section-accordians .section-inner.color-white .accordion .acc-body.on .acc-title h1,
.section-accordians .section-inner.color-white .accordion .acc-body.on .acc-title h2,
.section-accordians .section-inner.color-white .accordion .acc-body.on .acc-title h3 {
  color: #165655;
}
.section-accordians .section-inner.color-white .accordion .acc-body.on .acc-title h1:after,
.section-accordians .section-inner.color-white .accordion .acc-body.on .acc-title h2:after,
.section-accordians .section-inner.color-white .accordion .acc-body.on .acc-title h3:after {
  filter: unset;
  opacity: unset;
}
.section-multiple_columns,
.section-testimonials {
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-multiple_columns .multi_wrapper,
.section-testimonials .multi_wrapper {
  flex-direction: column;
}
@media (max-width: 767px) {
  .section-multiple_columns .multi_wrapper,
  .section-testimonials .multi_wrapper {
    padding-left: clamp(30px, 3.47222222vw, 50px);
    padding-right: clamp(30px, 3.47222222vw, 50px);
  }
}
.section-multiple_columns .multi_wrapper .title,
.section-testimonials .multi_wrapper .title {
  color: #8c826e;
}
.section-multiple_columns .multi_wrapper h6,
.section-testimonials .multi_wrapper h6 {
  font-size: 40px;
  line-height: 48px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: clamp(25px, 3.47222222vw, 50px);
}
@media (max-width: 575px) {
  .section-multiple_columns .multi_wrapper h6,
  .section-testimonials .multi_wrapper h6 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.5px;
  }
}
.section-multiple_columns .multi_wrapper h2,
.section-testimonials .multi_wrapper h2 {
  font-size: 32px;
  line-height: 42px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: none;
  margin-bottom: 35px;
}
@media (max-width: 575px) {
  .section-multiple_columns .multi_wrapper h2,
  .section-testimonials .multi_wrapper h2 {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (min-width: 768px) {
  .section-multiple_columns .multi_wrapper .columns-with-content,
  .section-testimonials .multi_wrapper .columns-with-content {
    display: flex;
  }
}
@media (max-width: 1024.98px) {
  .section-multiple_columns .multi_wrapper .columns-with-content,
  .section-testimonials .multi_wrapper .columns-with-content {
    flex-wrap: wrap;
  }
}
.section-multiple_columns .multi_wrapper .columns-with-content .col-description,
.section-testimonials .multi_wrapper .columns-with-content .col-description {
  margin: 0px 0px 0px 0px;
  padding: 10px 5px 10px 20px;
  border-color: #e5b250;
  border-style: solid;
  border-width: 0px 0px 0px 2px;
}
@media (max-width: 1024.98px) {
  .section-multiple_columns .multi_wrapper .columns-with-content .col-description,
  .section-testimonials .multi_wrapper .columns-with-content .col-description {
    margin-bottom: 60px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section-multiple_columns .multi_wrapper .columns-with-content .col-description p,
.section-testimonials .multi_wrapper .columns-with-content .col-description p {
  margin-bottom: 0;
  color: #8c826e;
  font-size: 18px;
}
.section-multiple_columns .multi_wrapper .columns-with-content .col-description .name,
.section-testimonials .multi_wrapper .columns-with-content .col-description .name {
  margin-bottom: 0;
  color: #fff;
  font-size: 18px;
  font-style: italic;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.section-before_after {
  background-color: #dde6e6;
}
.section-before_after .section-inner {
  padding-top: clamp(20px, 2.77777778vw, 40px);
  padding-bottom: clamp(20px, 2.77777778vw, 40px);
}
.section-before_after .section-inner .row {
  justify-content: center;
}
.section-before_after .section-inner .title {
  font-family: "Gilroy-Medium";
  font-size: clamp(28px, 2.77777778vw, 40px);
  font-weight: 500;
  line-height: clamp(38px, 3.36944444vw, 48.52px);
  text-align: center;
  color: #165655;
  text-transform: capitalize;
}
.section-before_after .section-inner #before-container {
  width: clamp(300px, 78.47222222000001vw, 1130px);
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.section-before_after .section-inner #before-container .wrapper {
  max-width: clamp(300px, 78.47222222000001vw, 1130px);
  height: clamp(150px, 29.58333333vw, 426px);
  overflow: hidden;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.section-before_after .section-inner #before-container .wrapper .before,
.section-before_after .section-inner #before-container .wrapper .after {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-color: white;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
}
.section-before_after .section-inner #before-container .wrapper .before .content-image,
.section-before_after .section-inner #before-container .wrapper .after .content-image {
  height: 100%;
  max-width: clamp(300px, 78.47222222000001vw, 1130px);
}
.section-before_after .section-inner #before-container .wrapper .after {
  width: 125px;
}
.section-before_after .section-inner #before-container .wrapper .after img {
  filter: contrast(0.65);
}
.section-before_after .section-inner #before-container .wrapper .scroller {
  width: clamp(45px, 3.88888889vw, 56px);
  height: clamp(45px, 3.88888889vw, 56px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: transparent;
  opacity: 0.9;
  pointer-events: auto;
  cursor: grab;
  border: 2px solid #ffffff;
}
.section-before_after .section-inner #before-container .wrapper .scroller::before,
.section-before_after .section-inner #before-container .wrapper .scroller::after {
  content: " ";
  display: block;
  width: 0;
  height: 9999px;
  position: absolute;
  left: 50%;
  margin-left: -3.5px;
  z-index: 30;
  transition: 0.1s;
  background-color: #ffffff;
}
.section-before_after .section-inner #before-container .wrapper .scroller::before {
  top: 100%;
}
.section-before_after .section-inner #before-container .wrapper .scroller::after {
  bottom: 100%;
}
.section-before_after .section-inner #before-container .wrapper .scroller::hover {
  opacity: 1;
}
.section-before_after .section-inner #before-container .wrapper .scroller .scroller__thumb {
  width: 100%;
  height: 100%;
  padding: 5px;
  background-color: #acc6c6;
  border-radius: 50%;
}
.section-before_after .section-inner .scrolling {
  pointer-events: none;
  opacity: 1;
}
.section-content_image .section-inner .content-wrapper {
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.section-content_image .section-inner .content-wrapper.no-heading .image-col .heading-inner-wrap {
  padding: 0;
}
@media (min-width: 768px) {
  .section-content_image .section-inner .content-wrapper.no-heading .content-col {
    margin-top: 0;
  }
}
@media (min-width: 1100px) {
  .section-content_image .section-inner .content-wrapper.no-heading .content-col .title {
    width: 620px;
  }
}
.section-content_image .section-inner .content-wrapper .image-col .heading-inner-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: clamp(20px, 2.77777778vw, 40px);
}
.section-content_image .section-inner .content-wrapper .image-col .heading-inner-wrap .heading_wrapper {
  margin-left: -100px;
}
@media (max-width: 1300px) {
  .section-content_image .section-inner .content-wrapper .image-col .heading-inner-wrap .heading_wrapper {
    margin-left: -50px;
  }
}
@media (max-width: 1200px) {
  .section-content_image .section-inner .content-wrapper .image-col .heading-inner-wrap .heading_wrapper {
    margin-left: 0;
  }
}
.section-content_image .section-inner .content-wrapper .image-col .heading-inner-wrap .heading_wrapper .before_title {
  font-family: "Gilroy-Regular";
  font-size: clamp(28px, 2.77777778vw, 40px);
  font-style: italic;
  font-weight: 300;
  line-height: clamp(38px, 3.33333333vw, 48px);
  text-align: left;
  color: #acc6c6;
}
.section-content_image .section-inner .content-wrapper .image-col .heading-inner-wrap .heading_wrapper .title {
  font-family: "Gilroy-Medium";
  font-size: clamp(32px, 2.77777778vw, 40px);
  font-weight: 500;
  line-height: clamp(42px, 3.33333333vw, 48px);
  text-align: left;
  color: #165655;
  margin-bottom: 0;
}
.section-content_image .section-inner .content-wrapper .image-col .image-wrapper {
  position: relative;
  max-width: 570px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .section-content_image .section-inner .content-wrapper .image-col .image-wrapper {
    padding-right: 50px;
  }
}
.section-content_image .section-inner .content-wrapper .image-col .image-wrapper > img {
  border-radius: 8px;
}
@media (min-width: 1421px) {
  .section-content_image .section-inner .content-wrapper .image-col .image-wrapper > img {
    object-fit: cover;
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .section-content_image .section-inner .content-wrapper .image-col .image-wrapper > img {
    width: 100%;
    height: auto;
  }
}
.section-content_image .section-inner .content-wrapper .image-col .image-wrapper .pattern-image {
  position: absolute;
}
.section-content_image .section-inner .content-wrapper .image-col .image-wrapper .pattern-image.pattern-bottom {
  bottom: 50px;
  right: 0;
}
.section-content_image .section-inner .content-wrapper .image-col .image-wrapper .pattern-image.pattern-top {
  top: 50px;
  left: -60px;
}
.section-content_image .section-inner .content-wrapper .content-col {
  margin-top: clamp(120px, 9.722222220000001vw, 140px);
}
@media (max-width: 767.98px) {
  .section-content_image .section-inner .content-wrapper .content-col {
    margin-top: 15px;
  }
}
.section-content_image .section-inner .content-wrapper .content-col p {
  margin-bottom: 0;
  font-family: "Gilroy-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #396169;
}
.section-content_image .section-inner .content-wrapper .content-col .cta-wrapper {
  margin-top: clamp(15px, 2.22222222vw, 32px);
}
.section-content_image .section-inner .content-wrapper .content-col .cta-wrapper .bt {
  width: 131px;
  font-family: "Gilroy-Medium";
  font-weight: 500;
}
.section-content_image .section-inner .content-wrapper .content-col .cta-wrapper .bt:hover {
  color: #396169;
  border-color: #165655;
}
.section-content_image .section-inner .content-wrapper.order-reverse {
  flex-direction: row-reverse;
}
.section-content_image .section-inner .content-wrapper.order-reverse .content-col p {
  padding-bottom: clamp(10px, 1.38888889vw, 20px);
}
@media (max-width: 767.98px) {
  .section-content_image .section-inner .content-wrapper.order-reverse .content-col p {
    padding-right: 0;
  }
}
.section-content_image .section-inner .content-wrapper.order-reverse .image-col .heading-inner-wrap .heading_wrapper {
  margin-left: 0;
}
.section-content_image .section-inner .content-wrapper.order-reverse .image-col .image-wrapper {
  text-align: right;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .section-content_image .section-inner .content-wrapper.order-reverse .image-col .image-wrapper {
    padding-left: 50px;
  }
}
.section-content_image .section-inner .content-wrapper.order-reverse .image-col .image-wrapper .pattern-image.pattern-bottom {
  right: unset;
  left: 0;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .section-content_image .section-inner .content-wrapper.order-reverse .image-col .image-wrapper .pattern-image.pattern-bottom {
    left: -30px;
  }
}
.section-content_image .section-inner .content-wrapper.order-reverse .image-col .image-wrapper .pattern-image.pattern-middle {
  top: 35%;
  right: -8px;
}
.section-content_image .section-inner.color-brown .image-col .heading-inner-wrap .heading_wrapper .before_title {
  color: #8c826e;
}
.section-content_image .section-inner.color-brown .image-col .heading-inner-wrap .heading_wrapper .title {
  color: #8c826e;
}
.section-content_image .section-inner.color-brown .content-col p {
  color: #8c826e;
}
.section-content_image .section-inner.color-green .image-col .heading-inner-wrap .heading_wrapper .before_title {
  color: #165655;
}
.section-content_image .section-inner.color-green .image-col .heading-inner-wrap .heading_wrapper .title {
  color: #165655;
}
.section-content_image .section-inner.color-green .content-col p {
  color: #165655;
}
.section-content_image .section-inner.color-white .image-col .heading-inner-wrap .heading_wrapper .before_title {
  color: #ffffff;
}
.section-content_image .section-inner.color-white .image-col .heading-inner-wrap .heading_wrapper .title {
  color: #ffffff;
}
.section-content_image .section-inner.color-white .content-col p {
  color: #ffffff;
}
.section-text_w_image .section-inner .row {
  align-items: center;
}
.section-text_w_image .section-inner .row .image-col {
  padding-left: 0;
  padding-right: 0;
}
.section-text_w_image .section-inner .row .image-col .image-wrapper .image-cover {
  min-width: 50vw;
}
@media (min-width: 600px) {
  .section-text_w_image .section-inner .row .image-col .image-wrapper .image-cover {
    height: clamp(420px, 38.47222222vw, 554px);
  }
}
.section-text_w_image .section-inner .row .column-content {
  padding: clamp(20px, 2.77777778vw, 40px);
  padding-left: 15px;
}
.section-text_w_image .section-inner .row .column-content .column-content-inner .content-wrapper .title {
  font-family: "Gilroy-Medium";
  font-size: 40px;
  line-height: 48.52px;
  font-weight: 500;
  text-align: left;
  color: #8c826e;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .section-text_w_image .section-inner .row .column-content .column-content-inner .content-wrapper .title {
    font-size: 32px;
    line-height: 38.52px;
  }
}
.section-text_w_image .section-inner .row .column-content .column-content-inner .content-wrapper .subtitle {
  font-family: "Gilroy-Medium";
  font-size: 20px;
  font-weight: 700;
  line-height: 24.76px;
  text-align: left;
  color: #8c826e;
  margin-bottom: 16px;
}
.section-text_w_image .section-inner .row .column-content .column-content-inner .content-wrapper .description {
  font-family: "Gilroy-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #8c826e;
  margin-bottom: 32px;
  max-width: 640px;
}
.section-text_w_image .section-inner .row .column-content .column-content-inner .content-wrapper .logo-wrapper {
  padding-left: 0;
  display: flex;
  gap: clamp(20px, 2.77777778vw, 40px);
}
.section-text_w_image .section-inner .row .column-content .column-content-inner .content-wrapper .logo-wrapper li {
  list-style: none;
}
.section-text_w_image .section-inner .row .column-content .column-content-inner .content-wrapper .cta-wrapper {
  margin-top: clamp(16px, 2.22222222vw, 32px);
}
.section-text_w_image .section-inner .row .column-content .column-content-inner .content-wrapper .cta-wrapper .bt {
  width: 242px;
}
.section-text_w_image .section-inner .row .column-content .column-content-inner .content-wrapper .cta-wrapper .bt.btn-white .cta-icon {
  filter: brightness(0);
}
.section-text_w_image .section-inner .row .column-content .column-content-inner .content-wrapper .cta-wrapper .bt.btn-white:hover {
  border-color: #165655;
  color: #165655;
}
.section-text_w_image .section-inner .row.order-reverse {
  flex-direction: row-reverse;
}
.section-text_w_image .section-inner .row.order-default {
  flex-direction: column-reverse;
}
.section-text_w_image .section-inner .row.order-default .full-width.image-col .image-wrapper {
  width: 469.86px;
  max-height: 452px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.section-text_w_image .section-inner .row.order-default .full-width.image-col .image-wrapper .image-cover {
  min-width: unset;
  height: auto;
}
.section-text_w_image .section-inner .row.order-default .column-content .column-content-inner .content-wrapper {
  max-width: 923px;
  margin-left: auto;
  margin-right: auto;
}
.section-text_w_image .section-inner .row.order-default .column-content .column-content-inner .content-wrapper .title,
.section-text_w_image .section-inner .row.order-default .column-content .column-content-inner .content-wrapper .description,
.section-text_w_image .section-inner .row.order-default .column-content .column-content-inner .content-wrapper .cta-wrapper {
  max-width: 100%;
  text-align: center;
}
.section-text_w_image .section-inner .row.order-default .column-content .column-content-inner .content-wrapper .title .btn,
.section-text_w_image .section-inner .row.order-default .column-content .column-content-inner .content-wrapper .description .btn,
.section-text_w_image .section-inner .row.order-default .column-content .column-content-inner .content-wrapper .cta-wrapper .btn {
  margin-left: auto;
  margin-right: auto;
  width: 213px;
}
.section-text_w_image .section-inner .row.order-default .column-content .column-content-inner .content-wrapper .cta-wrapper {
  margin-bottom: clamp(40px, 5.55555556vw, 80px);
}
.section-text_w_image .section-inner.color-green .row .column-content .column-content-inner .content-wrapper .title,
.section-text_w_image .section-inner.color-green .row .column-content .column-content-inner .content-wrapper .subtitle,
.section-text_w_image .section-inner.color-green .row .column-content .column-content-inner .content-wrapper .description {
  color: #165655;
}
.section-text_w_image .section-inner.color-brown .row .column-content .column-content-inner .content-wrapper .title,
.section-text_w_image .section-inner.color-brown .row .column-content .column-content-inner .content-wrapper .subtitle,
.section-text_w_image .section-inner.color-brown .row .column-content .column-content-inner .content-wrapper .description {
  color: #8c826e;
}
.section-text_w_image .section-inner.color-white .row .column-content .column-content-inner .content-wrapper .title,
.section-text_w_image .section-inner.color-white .row .column-content .column-content-inner .content-wrapper .subtitle,
.section-text_w_image .section-inner.color-white .row .column-content .column-content-inner .content-wrapper .description {
  color: #ffffff;
}
.page-patient-information .section-text_w_image .section-inner {
  padding-top: clamp(50px, 6.94444444vw, 100px);
  padding-bottom: clamp(50px, 6.94444444vw, 100px);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left bottom;
}
.page-patient-information .section-text_w_image .section-inner .row .full-width.column-content {
  padding: 0;
}
.page-patient-information .section-text_w_image .section-inner .row .full-width.column-content .column-content-inner .content-wrapper {
  max-width: 708px;
  margin-left: auto;
  margin-right: auto;
}
.section-subheader .section-inner .pattern-vectors .left-vector::before {
  content: url(/wp-content/uploads/2024/11/left-Vector.svg);
  left: 0;
  top: 0;
  position: absolute;
}
.section-subheader .section-inner .pattern-vectors .right-vector::before {
  content: url(/wp-content/uploads/2024/11/right-Vector.svg);
  top: 0;
  right: 0;
  position: absolute;
}
.section-subheader .section-inner > div {
  min-height: clamp(200px, 19.58333333vw, 282px);
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1440.98px) {
  .section-subheader .section-inner > div {
    padding-left: 0;
    padding-right: 0;
    max-width: 1440px;
    margin-right: 0;
  }
}
@media (min-width: 1441px) and (max-width: 1550.98px) {
  .section-subheader .section-inner > div {
    padding-right: 0;
    margin-right: 0;
  }
}
.section-subheader .section-inner > div .content-wrapper {
  align-items: center;
}
@media (max-width: 767.98px) {
  .section-subheader .section-inner > div .content-wrapper {
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) {
  .section-subheader .section-inner > div .content-wrapper .content-col {
    padding-left: 0;
    padding-right: 0;
  }
}
.section-subheader .section-inner > div .content-wrapper .content-col .heading-wrapper {
  min-height: clamp(200px, 19.58333333vw, 282px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 210px 0;
}
@media (min-width: 768px) and (max-width: 1440.98px) {
  .section-subheader .section-inner > div .content-wrapper .content-col .heading-wrapper {
    padding-left: clamp(15px, 5.55555556vw, 80px);
    padding-right: clamp(15px, 5.55555556vw, 80px);
  }
}
@media (min-width: 1441px) {
  .section-subheader .section-inner > div .content-wrapper .content-col .heading-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.section-subheader .section-inner > div .content-wrapper .content-col .heading-wrapper .title {
  font-family: "Gilroy-Medium";
  font-size: clamp(28px, 2.77777778vw, 40px);
  font-weight: 500;
  line-height: clamp(36.52px, 3.36944444vw, 48.52px);
  text-align: left;
  margin-bottom: clamp(8px, 1.11111111vw, 16px);
  color: #8c826e;
  max-width: 670px;
}
.section-subheader .section-inner > div .content-wrapper .content-col .heading-wrapper .description {
  margin-top: clamp(8px, 1.11111111vw, 16px);
  max-width: 670px;
}
.section-subheader .section-inner > div .content-wrapper .content-col .heading-wrapper .description p {
  font-family: "Gilroy-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #8c826e;
}
.section-subheader .section-inner > div .content-wrapper .image-col {
  padding-left: 0;
  padding-right: 0;
}
.section-subheader .section-inner > div .content-wrapper .image-col .image-wrapper {
  position: relative;
}
.section-subheader .section-inner > div .content-wrapper .image-col .image-wrapper img {
  object-fit: cover;
  width: 100%;
  object-position: top;
}
@media (max-width: 767.98px) {
  .section-subheader .section-inner > div .content-wrapper .image-col .image-wrapper img {
    aspect-ratio: 1.88235294;
  }
}
@media (min-width: 768px) {
  .section-subheader .section-inner > div .content-wrapper .image-col .image-wrapper img {
    height: clamp(200px, 19.58333333vw, 282px);
  }
}
.section-subheader .section-inner > div .content-wrapper .image-col .image-wrapper .pattern-image {
  position: absolute;
  bottom: 45px;
  right: -75px;
}
.section-subheader .section-inner > div .content-wrapper .image-col .image-wrapper .pattern-image img {
  height: auto;
  width: 147px;
  min-width: unset;
}
.section-subheader .section-inner > div .content-wrapper.flex-row-reverse {
  min-height: clamp(205px, 28.47222222vw, 410px);
}
@media (max-width: 767.98px) {
  .section-subheader .section-inner > div .content-wrapper.flex-row-reverse {
    flex-direction: column-reverse !important;
  }
}
.section-subheader .section-inner > div .content-wrapper.flex-row-reverse .content-col .heading-wrapper {
  max-width: 926.66px;
}
@media (max-width: 767.98px) {
  .section-subheader .section-inner > div .content-wrapper.flex-row-reverse .image-col .image-wrapper img {
    aspect-ratio: 1.88235294;
  }
}
@media (min-width: 768px) {
  .section-subheader .section-inner > div .content-wrapper.flex-row-reverse .image-col .image-wrapper img {
    height: clamp(205px, 28.47222222vw, 410px);
  }
}
@media (min-width: 1201px) {
  .section-subheader .section-inner > div .content-wrapper.flex-row-reverse .image-col .image-wrapper img {
    min-width: unset;
  }
}
.section-subheader .section-inner > div .content-wrapper.flex-row-reverse .image-col .image-wrapper .pattern-image {
  position: absolute;
  bottom: 45px;
  right: -75px;
}
.section-subheader .section-inner > div .content-wrapper.flex-row-reverse .image-col .image-wrapper .pattern-image img {
  height: auto;
  width: 147px;
  min-width: unset;
}
.section-subheader .section-inner > div .content-wrapper .full_width .heading-wrapper {
  justify-content: center;
  max-width: 670px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}
.section-subheader .section-inner > div .content-wrapper .full_width .heading-wrapper .title {
  text-align: center;
  text-transform: capitalize;
}
.section-subheader .section-inner > div .content-wrapper .full_width .heading-wrapper .description p {
  text-align: center;
}
.section-subheader .section-inner.color-brown > div .content-wrapper .content-col .heading-wrapper .title {
  color: #8c826e;
}
.section-subheader .section-inner.color-brown > div .content-wrapper .content-col .heading-wrapper .description p {
  color: #8c826e;
}
.section-subheader .section-inner.color-brown > div .content-wrapper.flex-row-reverse .content-col .heading-wrapper .title,
.section-subheader .section-inner.color-brown > div .content-wrapper.flex-row-reverse .content-col .heading-wrapper .description p {
  color: #ffffff;
}
.section-subheader .section-inner.color-green > div .content-wrapper .content-col .heading-wrapper .title {
  color: #165655;
}
.section-subheader .section-inner.color-green > div .content-wrapper .content-col .heading-wrapper .description p {
  color: #165655;
}
.section-subheader .section-inner.color-green > div .content-wrapper.flex-row-reverse .content-col .heading-wrapper .title,
.section-subheader .section-inner.color-green > div .content-wrapper.flex-row-reverse .content-col .heading-wrapper .description p {
  color: #ffffff;
}
.section-subheader .section-inner.color-white > div .content-wrapper .content-col .heading-wrapper .title {
  color: #ffffff;
}
.section-subheader .section-inner.color-white > div .content-wrapper .content-col .heading-wrapper .description p {
  color: #ffffff;
}
.fancybox__container {
  z-index: 9999;
}
button.slick-arrow {
  top: -65px;
  width: clamp(30px, 4.16666667vw, 60px);
  height: clamp(30px, 4.16666667vw, 60px);
  opacity: 1;
  outline: none;
  box-shadow: none;
  z-index: 100;
}
@media (max-width: 1200px) {
  button.slick-arrow {
    top: -45px;
  }
}
@media (max-width: 600.98px) {
  button.slick-arrow {
    top: 26%;
    z-index: 100;
    background-color: #dde6e6;
  }
}
@media (min-width: 601px) and (max-width: 767.98px) {
  button.slick-arrow {
    top: -30px;
  }
}
button.slick-prev {
  outline: none;
  box-shadow: none;
  left: 90%;
}
@media (max-width: 600.98px) {
  button.slick-prev {
    left: 0;
  }
}
@media (min-width: 601px) and (max-width: 767.98px) {
  button.slick-prev {
    left: 85%;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  button.slick-prev {
    left: 88%;
  }
}
button.slick-prev::before {
  content: '\f060';
  color: #8c826e;
  font-family: 'FontAwesome';
  font-size: clamp(22px, 2.22222222vw, 32px);
  outline: none;
  box-shadow: none;
}
button.slick-next {
  outline: none;
  box-shadow: none;
  right: 0%;
}
@media (max-width: 600.98px) {
  button.slick-next {
    right: 0;
  }
}
@media (min-width: 601px) and (max-width: 767.98px) {
  button.slick-next {
    right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  button.slick-next {
    right: 0;
  }
}
button.slick-next::before {
  content: '\f061';
  color: #8c826e;
  font-family: 'FontAwesome';
  font-size: clamp(22px, 2.22222222vw, 32px);
  outline: none;
  box-shadow: none;
}
.section-slider .section-inner .row-wrapper .slider-outer-wrapper {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.section-slider .section-inner .row-wrapper .slider-outer-wrapper .slider_heading-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.section-slider .section-inner .row-wrapper .slider-outer-wrapper .slider_heading-wrapper h2 {
  color: #8c826e;
}
.section-slider .section-inner .row-wrapper .slider-outer-wrapper .cst-slider_wrapper {
  max-width: 1280px;
  background: #fbfaf8;
  padding: clamp(20px, 2.77777778vw, 40px);
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  margin-bottom: 0;
}
.section-slider .section-inner .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .section-slider .section-inner .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper {
    flex-wrap: wrap;
    max-width: 400px;
  }
}
.section-slider .section-inner .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .image-wrapper {
  min-width: clamp(300px, 35vw, 504px);
  position: relative;
}
@media (max-width: 767.98px) {
  .section-slider .section-inner .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .image-wrapper {
    width: 100%;
  }
}
.section-slider .section-inner .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .image-wrapper img {
  max-width: 100%;
  border-radius: 4px;
  aspect-ratio: 1.6;
}
@media (min-width: 768px) {
  .section-slider .section-inner .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .image-wrapper img {
    height: 246px;
  }
}
@media (max-width: 767.98px) {
  .section-slider .section-inner .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .image-wrapper img {
    width: 100%;
  }
}
.section-slider .section-inner .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .image-wrapper .video-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-slider .section-inner .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .image-wrapper .video-item .play-btn img {
  height: 32px;
  width: 32px;
}
.section-slider .section-inner .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper {
  padding-left: clamp(20px, 2.77777778vw, 40px);
}
@media (max-width: 767.98px) {
  .section-slider .section-inner .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper {
    padding-left: 0;
  }
}
.section-slider .section-inner .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper .heading-wrapper,
.section-slider .section-inner .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper .rating-wrapper {
  display: flex;
  justify-content: space-between;
}
.section-slider .section-inner .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper .heading-wrapper {
  margin-bottom: 0;
  align-items: baseline;
}
.section-slider .section-inner .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper .heading-wrapper .heading {
  margin-bottom: 0;
  font-family: "Gilroy-Regular";
  font-size: clamp(28px, 2.77777778vw, 40px);
  font-weight: 500;
  line-height: clamp(38px, 3.36944444vw, 48.52px);
  text-align: left;
  color: #8c826e;
  letter-spacing: 0;
  margin-bottom: -24px;
}
.section-slider .section-inner .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper .heading-wrapper .number {
  font-family: "Gilroy-Regular";
  font-size: 130.71px;
  font-style: italic;
  font-weight: 300;
  line-height: 156.85px;
  color: #8c826e;
  margin-top: -65px;
}
.section-slider .section-inner .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper .heading-wrapper .number .num {
  opacity: 0.15;
}
@media (max-width: 992.98px) {
  .section-slider .section-inner .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper .heading-wrapper .number {
    font-size: 32.71px;
    line-height: 48.85px;
    margin-top: -40px;
  }
}
@media (min-width: 993px) and (max-width: 1300px) {
  .section-slider .section-inner .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper .heading-wrapper .number {
    font-size: 58.71px;
    line-height: 88.85px;
    margin-top: -50px;
  }
}
.section-slider .section-inner .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper .description {
  margin-bottom: clamp(20px, 2.77777778vw, 40px);
}
.section-slider .section-inner .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper .description p {
  font-family: "Gilroy-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #8c826e;
}
@media (min-width: 768px) {
  .section-slider .section-inner .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper .description p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.section-slider .section-inner .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper .rating-wrapper .name {
  font-family: "Gilroy-Medium";
  font-size: 20px;
  font-weight: 700;
  line-height: 24.76px;
  text-align: left;
  color: #8c826e;
}
.section-slider .section-inner .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper .rating-wrapper .stars .items {
  display: flex;
  gap: clamp(5px, 0.6944444400000001vw, 10px);
}
.section-slider .section-inner .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper .rating-wrapper .stars .items i {
  color: #8c826e;
  font-size: clamp(16px, 1.38888889vw, 20px);
}
@media (max-width: 600.98px) {
  .section-slider .section-inner .row-wrapper .slider-outer-wrapper .post-technology button.slick-arrow {
    top: 63%;
    background-color: #dde6e6;
  }
}
@media (min-width: 768px) {
  .section-slider .section-inner .row-wrapper .slider-outer-wrapper .post-technology.max-height-card .slider-inner-wrapper .content-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 600px;
    justify-content: space-between;
  }
}
.section-slider .section-inner .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  background-color: transparent !important;
  padding: 0;
  border-radius: 0;
}
.section-slider .section-inner .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slick-list {
  overflow: visible;
}
@media (max-width: 600.98px) {
  .section-slider .section-inner .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slick-list {
    overflow: hidden;
  }
}
@media (min-width: 1830px) {
  .section-slider .section-inner .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slick-list {
    left: -215px;
  }
}
.section-slider .section-inner .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper {
  display: block;
}
@media (max-width: 480.98px) {
  .section-slider .section-inner .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper {
    max-width: 400px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .section-slider .section-inner .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper {
    max-width: 400px;
    margin-right: 20px;
  }
}
@media (min-width: 1201px) {
  .section-slider .section-inner .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper {
    max-width: 480px;
    margin-right: 32px;
  }
}
.section-slider .section-inner .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .slide-link:hover .content-wrapper {
  background-color: #dde6e6;
  min-height: unset;
}
.section-slider .section-inner .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .slide-link:hover .content-wrapper .heading-wrapper .number .icon i {
  transform: rotate(-220deg);
}
.section-slider .section-inner .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .content-wrapper {
  padding: clamp(10px, 1.38888889vw, 20px);
  box-shadow: 0px 2px 12px 0px rgba(172, 198, 198, 0.2);
  margin-top: 12px;
  margin-bottom: 12px;
  border-radius: 8px;
  transition: all 0.3s;
  margin-right: clamp(16px, 2.22222222vw, 32px);
  padding-top: 10px;
}
@media (max-width: 767.98px) {
  .section-slider .section-inner .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .content-wrapper {
    margin: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .section-slider .section-inner .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .content-wrapper {
    min-width: 400px;
  }
}
@media (min-width: 1201px) {
  .section-slider .section-inner .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .content-wrapper {
    min-width: 480px;
  }
}
.section-slider .section-inner .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .content-wrapper:hover {
  background-color: #dde6e6;
}
.section-slider .section-inner .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .content-wrapper:hover .heading-wrapper .number .icon i {
  transform: rotate(-220deg);
}
.section-slider .section-inner .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .content-wrapper:hover .btn {
  background-color: #165655;
  color: #dde6e6;
}
.section-slider .section-inner .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .content-wrapper .heading-wrapper {
  display: block;
}
.section-slider .section-inner .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .content-wrapper .heading-wrapper .number {
  display: flex;
  justify-content: space-between;
  margin-top: 0;
  font-family: "Gilroy-Regular";
  font-size: clamp(28px, 2.77777778vw, 40px);
  font-style: italic;
  font-weight: 300;
  line-height: clamp(38px, 3.33333333vw, 48px);
  text-align: left;
  align-items: center;
}
.section-slider .section-inner .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .content-wrapper .heading-wrapper .number .num {
  opacity: 0.35;
}
.section-slider .section-inner .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .content-wrapper .heading-wrapper .number .icon {
  width: 62px;
  height: 62px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  opacity: 1;
}
.section-slider .section-inner .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .content-wrapper .heading-wrapper .number .icon i {
  font-size: 32px;
  transform: rotate(-135deg);
  transition: all 0.3s;
}
.section-slider .section-inner .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .content-wrapper .heading-wrapper .heading {
  margin-bottom: 20px;
  font-size: clamp(22px, 1.94444444vw, 28px);
  line-height: clamp(27.96px, 2.35833333vw, 33.96px);
  font-family: "Gilroy-Medium";
}
.section-slider .section-inner .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .content-wrapper .image-wrapper {
  min-width: 100%;
}
.section-slider .section-inner .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .content-wrapper .image-wrapper img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.section-slider .section-inner .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .content-wrapper .description {
  margin-top: clamp(10px, 1.38888889vw, 20px);
  margin-bottom: clamp(10px, 1.38888889vw, 20px);
}
.section-slider .section-inner .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .content-wrapper .btn {
  text-align: center;
  color: #165655;
  font-weight: 500;
  justify-content: center;
  background-color: #dde6e6;
}
.section-slider .section-inner .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .content-wrapper .btn:hover {
  border-color: #165655;
  color: #165655;
}
.section-slider .section-inner.color-green .row-wrapper .slider-outer-wrapper .slider_heading-wrapper h2 {
  color: #165655;
}
.section-slider .section-inner.color-green .row-wrapper .slider-outer-wrapper .cst-slider_wrapper {
  background-color: #dde6e6;
}
.section-slider .section-inner.color-green .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper .heading-wrapper .heading {
  color: #165655;
}
.section-slider .section-inner.color-green .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper .heading-wrapper .number {
  color: #165655;
}
.section-slider .section-inner.color-green .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper .description p {
  color: #165655;
}
.section-slider .section-inner.color-green .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper .rating-wrapper .name {
  color: #165655;
}
.section-slider .section-inner.color-green .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper .rating-wrapper .stars .items i {
  color: #165655;
}
.section-slider .section-inner.color-green .row-wrapper .slider-outer-wrapper .cst-slider_wrapper button.slick-prev::before {
  color: #165655;
}
.section-slider .section-inner.color-green .row-wrapper .slider-outer-wrapper .cst-slider_wrapper button.slick-next::before {
  color: #165655;
}
.section-slider .section-inner.color-green .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .slide-link:hover .content-wrapper {
  background-color: #dde6e6;
}
.section-slider .section-inner.color-green .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .slide-link:hover .content-wrapper .heading-wrapper .number .icon i {
  color: #165655;
}
.section-slider .section-inner.color-brown .row-wrapper .slider-outer-wrapper .slider_heading-wrapper h2 {
  color: #8c826e;
}
.section-slider .section-inner.color-brown .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper:hover {
  background-color: #eee8e4;
}
.section-slider .section-inner.color-brown .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper:hover .heading-wrapper .heading {
  color: #8c826e;
}
.section-slider .section-inner.color-brown .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper:hover .heading-wrapper .number {
  color: #8c826e;
}
.section-slider .section-inner.color-brown .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper:hover .description p {
  color: #8c826e;
}
.section-slider .section-inner.color-brown .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper:hover .btn {
  background-color: #8c826e;
  color: #ffffff;
}
.section-slider .section-inner.color-brown .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper .heading-wrapper .heading {
  color: #8c826e;
}
.section-slider .section-inner.color-brown .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper .heading-wrapper .number {
  color: #8c826e;
}
.section-slider .section-inner.color-brown .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper .description p {
  color: #8c826e;
}
.section-slider .section-inner.color-brown .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper .btn {
  background-color: #eee8e4;
  color: #8c826e;
}
.section-slider .section-inner.color-brown .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper .btn:hover {
  border-color: #8c826e;
  color: #8c826e;
  background-color: #eee8e4 !important;
}
.section-slider .section-inner.color-brown .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper .rating-wrapper .name {
  color: #8c826e;
}
.section-slider .section-inner.color-brown .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper .rating-wrapper .stars .items i {
  color: #8c826e;
}
.section-slider .section-inner.color-brown .row-wrapper .slider-outer-wrapper .cst-slider_wrapper button.slick-prev::before {
  color: #8c826e;
}
.section-slider .section-inner.color-brown .row-wrapper .slider-outer-wrapper .cst-slider_wrapper button.slick-next::before {
  color: #8c826e;
}
.section-slider .section-inner.color-brown .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .slide-link .content-wrapper {
  background-color: #ffffff;
}
.section-slider .section-inner.color-brown .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .slide-link .content-wrapper .heading-wrapper .number {
  color: #8c826e;
}
.section-slider .section-inner.color-brown .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .slide-link .content-wrapper .heading-wrapper .number .icon i {
  color: #8c826e;
}
.section-slider .section-inner.color-brown .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .slide-link .content-wrapper .heading-wrapper .heading {
  color: #8c826e;
}
.section-slider .section-inner.color-brown .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .slide-link:hover .content-wrapper {
  background-color: #eee8e4;
}
.section-slider .section-inner.color-brown .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .slide-link:hover .content-wrapper .heading-wrapper .number {
  color: #8c826e;
}
.section-slider .section-inner.color-brown .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .slide-link:hover .content-wrapper .heading-wrapper .number .icon i {
  color: #8c826e;
}
.section-slider .section-inner.color-brown .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .slide-link:hover .content-wrapper .heading-wrapper .heading {
  color: #8c826e;
}
.section-slider .section-inner.color-white .row-wrapper .slider-outer-wrapper .slider_heading-wrapper h2 {
  color: #165655;
}
.section-slider .section-inner.color-white .row-wrapper .slider-outer-wrapper .cst-slider_wrapper {
  background-color: #165655;
}
.section-slider .section-inner.color-white .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper {
  background-color: #165655;
}
.section-slider .section-inner.color-white .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper:hover .heading-wrapper .heading {
  color: #165655;
}
.section-slider .section-inner.color-white .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper:hover .heading-wrapper .number {
  color: #165655;
}
.section-slider .section-inner.color-white .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper:hover .description p {
  color: #165655;
}
.section-slider .section-inner.color-white .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper .heading-wrapper .heading {
  color: #ffffff;
}
.section-slider .section-inner.color-white .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper .heading-wrapper .number {
  color: #ffffff;
}
.section-slider .section-inner.color-white .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper .description p {
  color: #ffffff;
}
.section-slider .section-inner.color-white .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper .rating-wrapper .name {
  color: #ffffff;
}
.section-slider .section-inner.color-white .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper .rating-wrapper .stars .items i {
  color: #ffffff;
}
.section-slider .section-inner.color-white .row-wrapper .slider-outer-wrapper .cst-slider_wrapper button.slick-prev::before {
  color: #165655;
}
.section-slider .section-inner.color-white .row-wrapper .slider-outer-wrapper .cst-slider_wrapper button.slick-next::before {
  color: #165655;
}
.section-slider .section-inner.color-white .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .slide-link .content-wrapper {
  background-color: #165655;
}
.section-slider .section-inner.color-white .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .slide-link .content-wrapper .heading-wrapper .number {
  color: #ffffff;
}
.section-slider .section-inner.color-white .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .slide-link .content-wrapper .heading-wrapper .number .icon i {
  color: #ffffff;
}
.section-slider .section-inner.color-white .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .slide-link .content-wrapper .heading-wrapper .heading {
  color: #ffffff;
}
.section-slider .section-inner.color-white .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .slide-link:hover .content-wrapper {
  background-color: #dde6e6;
}
.section-slider .section-inner.color-white .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .slide-link:hover .content-wrapper .heading-wrapper .number {
  color: #165655;
}
.section-slider .section-inner.color-white .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .slide-link:hover .content-wrapper .heading-wrapper .number .icon i {
  color: #165655;
}
.section-slider .section-inner.color-white .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .slide-link:hover .content-wrapper .heading-wrapper .heading {
  color: #165655;
}
.section-doctors .section-inner .doctors-wrapper .row {
  align-items: center;
}
@media (max-width: 600px) {
  .section-doctors .section-inner .doctors-wrapper .row {
    flex-direction: column-reverse;
  }
}
.section-doctors .section-inner .doctors-wrapper .row .image-col {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 601px) {
  .section-doctors .section-inner .doctors-wrapper .row .image-col {
    max-width: 50%;
  }
}
.section-doctors .section-inner .doctors-wrapper .row .image-col .image-wrapper .image-cover {
  min-width: 50vw;
  border-radius: 4px;
}
@media (min-width: 600px) {
  .section-doctors .section-inner .doctors-wrapper .row .image-col .image-wrapper .image-cover {
    height: clamp(420px, 38.47222222vw, 554px);
  }
}
.section-doctors .section-inner .doctors-wrapper .row .column-content {
  padding-top: clamp(20px, 2.77777778vw, 40px);
  padding-bottom: clamp(20px, 2.77777778vw, 40px);
  padding-right: clamp(20px, 2.77777778vw, 40px);
  padding-left: 30px;
}
@media (min-width: 601px) {
  .section-doctors .section-inner .doctors-wrapper .row .column-content {
    max-width: 50%;
  }
}
.section-doctors .section-inner .doctors-wrapper .row .column-content .column-content-inner .content-wrapper .title {
  font-family: "Gilroy-Medium";
  font-size: 40px;
  line-height: 48.52px;
  font-weight: 500;
  text-align: left;
  color: #8c826e;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .section-doctors .section-inner .doctors-wrapper .row .column-content .column-content-inner .content-wrapper .title {
    font-size: 32px;
    line-height: 38.52px;
  }
}
.section-doctors .section-inner .doctors-wrapper .row .column-content .column-content-inner .content-wrapper .subtitle {
  font-family: "Gilroy-Medium";
  font-size: 20px;
  font-weight: 700;
  line-height: 24.76px;
  text-align: left;
  color: #8c826e;
  margin-bottom: 16px;
}
.section-doctors .section-inner .doctors-wrapper .row .column-content .column-content-inner .content-wrapper .description {
  font-family: "Gilroy-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #8c826e;
  margin-bottom: 32px;
  max-width: 640px;
}
.section-doctors .section-inner .doctors-wrapper .row .column-content .column-content-inner .content-wrapper .logo-wrapper {
  padding-left: 0;
  display: flex;
  gap: clamp(20px, 2.77777778vw, 40px);
}
@media (max-width: 480.98px) {
  .section-doctors .section-inner .doctors-wrapper .row .column-content .column-content-inner .content-wrapper .logo-wrapper {
    flex-wrap: wrap;
  }
}
.section-doctors .section-inner .doctors-wrapper .row .column-content .column-content-inner .content-wrapper .logo-wrapper li {
  list-style: none;
}
.section-doctors .section-inner .doctors-wrapper .row .column-content .column-content-inner .content-wrapper .cta-wrapper {
  margin-top: clamp(16px, 2.22222222vw, 32px);
}
.section-doctors .section-inner .doctors-wrapper .row .column-content .column-content-inner .content-wrapper .cta-wrapper .bt {
  width: 242px;
}
@media (max-width: 600px) {
  .section-doctors .section-inner .doctors-wrapper .row .column-content .column-content-inner .content-wrapper .cta-wrapper .bt {
    margin-left: auto;
    margin-right: auto;
  }
}
.section-doctors .section-inner .doctors-wrapper .row .column-content .column-content-inner .content-wrapper .cta-wrapper .bt.btn-white .cta-icon {
  filter: brightness(0);
}
.section-doctors .section-inner .doctors-wrapper .row .column-content .column-content-inner .content-wrapper .cta-wrapper .bt.btn-white:hover {
  border-color: #165655;
  color: #165655;
}
.section-doctors .section-inner .doctors-wrapper .row.order-reverse {
  flex-direction: row-reverse;
}
.section-doctors .section-inner .doctors-wrapper .row.order-default {
  flex-direction: column-reverse;
}
.section-doctors .section-inner .doctors-wrapper .row.order-default .full-width.image-col .image-wrapper {
  width: 469.86px;
  max-height: 452px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.section-doctors .section-inner .doctors-wrapper .row.order-default .full-width.image-col .image-wrapper .image-cover {
  min-width: unset;
}
.section-doctors .section-inner .doctors-wrapper .row.order-default .column-content .column-content-inner .content-wrapper {
  max-width: 923px;
  margin-left: auto;
  margin-right: auto;
}
.section-doctors .section-inner .doctors-wrapper .row.order-default .column-content .column-content-inner .content-wrapper .title,
.section-doctors .section-inner .doctors-wrapper .row.order-default .column-content .column-content-inner .content-wrapper .description,
.section-doctors .section-inner .doctors-wrapper .row.order-default .column-content .column-content-inner .content-wrapper .cta-wrapper {
  max-width: 100%;
  text-align: center;
}
.section-doctors .section-inner .doctors-wrapper .row.order-default .column-content .column-content-inner .content-wrapper .title .btn,
.section-doctors .section-inner .doctors-wrapper .row.order-default .column-content .column-content-inner .content-wrapper .description .btn,
.section-doctors .section-inner .doctors-wrapper .row.order-default .column-content .column-content-inner .content-wrapper .cta-wrapper .btn {
  margin-left: auto;
  margin-right: auto;
  width: 213px;
}
.section-doctors .section-inner .doctors-wrapper .row.order-default .column-content .column-content-inner .content-wrapper .cta-wrapper {
  margin-bottom: clamp(40px, 5.55555556vw, 80px);
}
.section-doctors .section-inner .doctors-wrapper.doctors-slider {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(20px, 2.77777778vw, 40px);
  padding-right: clamp(20px, 2.77777778vw, 40px);
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .section-doctors .section-inner .doctors-wrapper.doctors-slider {
    padding-left: 0;
    padding-right: 0;
  }
}
.section-doctors .section-inner .doctors-wrapper.doctors-slider .slick-list .slick-slide {
  display: flex;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  background-color: #dde6e6;
}
.section-doctors .section-inner .doctors-wrapper.doctors-slider .slick-list .slick-slide .column-content {
  padding-left: clamp(20px, 2.77777778vw, 40px);
  max-width: 100%;
}
@media (min-width: 601px) {
  .section-doctors .section-inner .doctors-wrapper.doctors-slider .slick-list .slick-slide .column-content {
    max-width: 50%;
  }
}
@media (max-width: 600px) {
  .section-doctors .section-inner .doctors-wrapper.doctors-slider .slick-list .slick-slide .column-content .column-content-inner .content-wrapper {
    padding-top: 0;
  }
}
.section-doctors .section-inner .doctors-wrapper.doctors-slider .slick-list .slick-slide .column-content .column-content-inner .content-wrapper .cta-wrapper .btn.btn-green {
  background-color: #165655;
  color: #dde6e6;
}
.section-doctors .section-inner .doctors-wrapper.doctors-slider .slick-list .slick-slide .column-content .column-content-inner .content-wrapper .cta-wrapper .btn.btn-green:hover {
  border-color: #165655;
  color: #165655;
}
.section-doctors .section-inner .doctors-wrapper.doctors-slider .slick-list .slick-slide .column-content .column-content-inner .content-wrapper .cta-wrapper .btn.btn-brown {
  background-color: #8c826e;
  color: #ffffff;
}
.section-doctors .section-inner .doctors-wrapper.doctors-slider .slick-list .slick-slide .column-content .column-content-inner .content-wrapper .cta-wrapper .btn.btn-brown:hover {
  border-color: #8c826e;
  color: #8c826e;
  background-color: transparent !important;
}
.section-doctors .section-inner .doctors-wrapper.doctors-slider .slick-list .slick-slide .column-content .column-content-inner .content-wrapper .cta-wrapper .btn.btn-white {
  background-color: #dde6e6;
  color: #165655;
  border-color: #165655;
}
.section-doctors .section-inner .doctors-wrapper.doctors-slider .slick-list .slick-slide .column-content .column-content-inner .content-wrapper .cta-wrapper .btn.btn-white:hover {
  background-color: #165655 !important;
  color: #ffffff;
}
.section-doctors .section-inner .doctors-wrapper.doctors-slider .slick-list .slick-slide .column-content .column-content-inner .content-wrapper .cta-wrapper .btn.btn-white:hover .cta-icon {
  filter: brightness(100);
}
.section-doctors .section-inner .doctors-wrapper.doctors-slider .slick-list .slick-slide .image-col {
  max-width: 100%;
}
@media (min-width: 601px) {
  .section-doctors .section-inner .doctors-wrapper.doctors-slider .slick-list .slick-slide .image-col {
    max-width: 50%;
  }
}
.section-doctors .section-inner .doctors-wrapper.doctors-slider .slick-list .slick-slide .image-col .image-wrapper .image-cover {
  min-width: unset;
}
@media (min-width: 600px) {
  .section-doctors .section-inner .doctors-wrapper.doctors-slider .slick-list .slick-slide .image-col .image-wrapper .image-cover {
    height: clamp(320px, 30.97222222vw, 446px);
  }
}
.section-doctors .section-inner .doctors-wrapper.doctors-cards {
  position: relative;
}
.section-doctors .section-inner .doctors-wrapper.doctors-cards::after {
  content: url(/wp-content/uploads/2024/11/doctors-bg-Vector.svg);
  position: absolute;
  right: -27px;
  top: -127px;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .section-doctors .section-inner .doctors-wrapper.doctors-cards::after {
    right: -190px;
    top: -86px;
  }
}
.section-doctors .section-inner .doctors-wrapper.doctors-cards .column-content .column-content-inner .content-wrapper .cta-wrapper .btn.btn-white,
.section-doctors .section-inner .doctors-wrapper.doctors-cards .column-content .column-content-inner .content-wrapper .cta-wrapper .btn.btn-default {
  background-color: #dde6e6;
  color: #165655;
}
.section-doctors .section-inner .doctors-wrapper.doctors-cards .column-content .column-content-inner .content-wrapper .cta-wrapper .btn.btn-white .cta-icon,
.section-doctors .section-inner .doctors-wrapper.doctors-cards .column-content .column-content-inner .content-wrapper .cta-wrapper .btn.btn-default .cta-icon {
  filter: brightness(0);
}
.section-doctors .section-inner .doctors-wrapper.doctors-cards .column-content .column-content-inner .content-wrapper .cta-wrapper .btn.btn-white:hover,
.section-doctors .section-inner .doctors-wrapper.doctors-cards .column-content .column-content-inner .content-wrapper .cta-wrapper .btn.btn-default:hover {
  border-color: #165655;
  color: #165655;
  background-color: #ffffff;
}
.section-doctors .section-inner .doctors-wrapper.doctors-cards .card-wrapper {
  padding: clamp(15px, 1.38888889vw, 20px);
  margin-bottom: clamp(20px, 2.77777778vw, 40px);
  border-radius: 8px;
  box-shadow: 0px 2px 12px 0px #ACC6C633;
  transition: all 0.3s;
}
.section-doctors .section-inner .doctors-wrapper.doctors-cards .card-wrapper:hover {
  background-color: #eee8e4;
}
.section-doctors .section-inner .doctors-wrapper.doctors-cards .card-wrapper:hover .bt.btn {
  background-color: #8c826e;
  color: #ffffff;
}
.section-doctors .section-inner .doctors-wrapper.doctors-cards .card-wrapper:hover .title::after {
  transform: rotate(-90deg);
}
.section-doctors .section-inner .doctors-wrapper.doctors-cards .card-wrapper .image-wrapper .image-cover {
  border-radius: 4px;
  aspect-ratio: 1.6;
  object-position: top;
}
.section-doctors .section-inner .doctors-wrapper.doctors-cards .card-wrapper .title {
  font-family: "Gilroy-Medium";
  font-size: clamp(28px, 2.77777778vw, 40px);
  font-weight: 500;
  line-height: clamp(36.52px, 3.36944444vw, 48.52px);
  text-align: left;
  margin-top: clamp(18px, 1.66666667vw, 24px);
  margin-top: clamp(15px, 1.38888889vw, 20px);
  color: #8c826e;
  position: relative;
}
.section-doctors .section-inner .doctors-wrapper.doctors-cards .card-wrapper .title::after {
  content: url(/wp-content/uploads/2024/11/Card-Arrows.png);
  position: absolute;
  right: 0;
  top: 20px;
  transition: all 0.3s;
}
.section-doctors .section-inner .doctors-wrapper.doctors-cards .card-wrapper .subtitle {
  font-family: "Gilroy-Regular";
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #8c826e;
  margin-bottom: clamp(18px, 1.66666667vw, 24px);
}
.section-doctors .section-inner .doctors-wrapper.doctors-cards .card-wrapper .description {
  font-family: "Gilroy-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #8c826e;
  margin-bottom: clamp(10px, 1.38888889vw, 20px);
}
.section-doctors .section-inner .doctors-wrapper.doctors-cards .card-wrapper .bt {
  width: 100%;
}
.section-doctors .section-inner .doctors-wrapper.doctors-cards .card-wrapper .bt.btn {
  background-color: #FAFAFA;
  color: #8c826e;
  font-weight: 500;
  font-family: "Gilroy-Medium";
  font-size: 16px;
  line-height: 16px;
}
.section-doctors .section-inner .doctors-wrapper.doctors-cards .card-wrapper .bt.btn:hover {
  border-color: #8c826e;
  color: #8c826e;
  background-color: #eee8e4 !important;
}
.section-doctors .section-inner.color-green .row .column-content .column-content-inner .content-wrapper .title,
.section-doctors .section-inner.color-green .row .column-content .column-content-inner .content-wrapper .subtitle,
.section-doctors .section-inner.color-green .row .column-content .column-content-inner .content-wrapper .description {
  color: #165655;
}
.section-doctors .section-inner.color-green .doctors-outer-wrapper h2 {
  color: #165655;
}
.section-doctors .section-inner.color-green .doctors-wrapper.doctors-slider .slick-list .slick-slide {
  background-color: #dde6e6;
}
.section-doctors .section-inner.color-green .doctors-wrapper.doctors-slider button.slick-prev::before,
.section-doctors .section-inner.color-green .doctors-wrapper.doctors-slider button.slick-next::before {
  color: #165655;
}
.section-doctors .section-inner.color-green .doctors-wrapper.doctors-cards .card-wrapper .title::after {
  filter: contrast(0.1);
}
.section-doctors .section-inner.color-green .doctors-wrapper.doctors-cards .card-wrapper .title,
.section-doctors .section-inner.color-green .doctors-wrapper.doctors-cards .card-wrapper .subtitle,
.section-doctors .section-inner.color-green .doctors-wrapper.doctors-cards .card-wrapper .description {
  color: #165655;
}
.section-doctors .section-inner.color-green .doctors-wrapper.doctors-cards .card-wrapper .bt.btn {
  background-color: #dde6e6;
  color: #165655;
}
.section-doctors .section-inner.color-green .doctors-wrapper.doctors-cards .card-wrapper .bt.btn:hover {
  border-color: #165655;
  color: #165655 !important;
  background-color: #dde6e6 !important;
}
.section-doctors .section-inner.color-green .doctors-wrapper.doctors-cards .card-wrapper:hover {
  background-color: #dde6e6;
}
.section-doctors .section-inner.color-green .doctors-wrapper.doctors-cards .card-wrapper:hover .bt.btn {
  background-color: #165655;
  color: #dde6e6;
}
.section-doctors .section-inner.color-brown .row .column-content .column-content-inner .content-wrapper .title,
.section-doctors .section-inner.color-brown .row .column-content .column-content-inner .content-wrapper .subtitle,
.section-doctors .section-inner.color-brown .row .column-content .column-content-inner .content-wrapper .description {
  color: #8c826e;
}
.section-doctors .section-inner.color-brown .doctors-outer-wrapper h2 {
  color: #8c826e;
}
.section-doctors .section-inner.color-brown .doctors-wrapper.doctors-slider .slick-list .slick-slide {
  background-color: #eee8e4;
}
.section-doctors .section-inner.color-brown .doctors-wrapper.doctors-slider button.slick-prev::before,
.section-doctors .section-inner.color-brown .doctors-wrapper.doctors-slider button.slick-next::before {
  color: #8c826e;
}
.section-doctors .section-inner.color-white .row .column-content .column-content-inner .content-wrapper .title::after {
  filter: contrast(0.1);
}
.section-doctors .section-inner.color-white .row .column-content .column-content-inner .content-wrapper .title,
.section-doctors .section-inner.color-white .row .column-content .column-content-inner .content-wrapper .subtitle,
.section-doctors .section-inner.color-white .row .column-content .column-content-inner .content-wrapper .description {
  color: #165655;
}
.section-doctors .section-inner.color-white .doctors-outer-wrapper h2 {
  color: #165655;
}
.section-doctors .section-inner.color-white .doctors-wrapper.doctors-slider .slick-list .slick-slide {
  background-color: #165655;
}
.section-doctors .section-inner.color-white .doctors-wrapper.doctors-slider button.slick-prev::before,
.section-doctors .section-inner.color-white .doctors-wrapper.doctors-slider button.slick-next::before {
  color: #ffffff;
}
.section-doctors .section-inner.color-white .doctors-wrapper.doctors-cards .card-wrapper {
  background-color: #165655;
}
.section-doctors .section-inner.color-white .doctors-wrapper.doctors-cards .card-wrapper .title,
.section-doctors .section-inner.color-white .doctors-wrapper.doctors-cards .card-wrapper .subtitle,
.section-doctors .section-inner.color-white .doctors-wrapper.doctors-cards .card-wrapper .description {
  color: #dde6e6;
}
.section-doctors .section-inner.color-white .doctors-wrapper.doctors-cards .card-wrapper .bt.btn {
  background-color: #dde6e6;
  color: #165655;
}
.section-doctors .section-inner.color-white .doctors-wrapper.doctors-cards .card-wrapper .bt.btn:hover {
  border-color: #165655;
  color: #165655 !important;
  background-color: #dde6e6 !important;
}
.section-doctors .section-inner.color-white .doctors-wrapper.doctors-cards .card-wrapper:hover {
  background-color: #dde6e6;
}
.section-doctors .section-inner.color-white .doctors-wrapper.doctors-cards .card-wrapper:hover .title,
.section-doctors .section-inner.color-white .doctors-wrapper.doctors-cards .card-wrapper:hover .subtitle,
.section-doctors .section-inner.color-white .doctors-wrapper.doctors-cards .card-wrapper:hover .description {
  color: #165655;
}
.section-doctors .section-inner.color-white .doctors-wrapper.doctors-cards .card-wrapper:hover .bt.btn {
  background-color: #165655;
  color: #dde6e6;
  border-color: #165655;
}
.section-doctors .section-inner.color-white .doctors-wrapper.doctors-cards .card-wrapper:hover .title::after {
  filter: brightness(0.3);
}
.section-doctors .slick-next {
  right: -15px;
}
.section-doctors .slick-prev {
  left: 91%;
}
@media (max-width: 600.98px) {
  .section-doctors .slick-prev {
    left: -15px;
  }
}
.section-reviews {
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right top;
}
.section-reviews .section-inner .overflow-vector {
  position: absolute;
  top: 0;
  right: -70px;
  z-index: 10;
}
@media (max-width: 767.98px) {
  .section-reviews .section-inner .overflow-vector {
    display: none;
  }
}
.section-reviews .section-inner .overflow-vector img {
  width: clamp(280px, 31.875vw, 459px);
}
.section-reviews .section-inner.has_background {
  padding-top: 45px;
  padding-bottom: 40px;
}
.section-reviews .section-inner.has_background > div::before {
  content: url('/wp-content/uploads/2024/11/left-pattern.svg');
  -webkit-mask: url(/wp-content/uploads/2024/11/left-pattern.svg) no-repeat center;
  mask: url(/wp-content/uploads/2024/11/left-pattern.svg) no-repeat center;
  position: absolute;
  left: 0;
  top: -45px;
  background-color: #dde6e6;
  z-index: -1;
}
.section-reviews .section-inner.has_background > div::after {
  content: url('/wp-content/uploads/2024/11/right-pattern.svg');
  -webkit-mask: url(/wp-content/uploads/2024/11/right-pattern.svg) no-repeat center;
  mask: url(/wp-content/uploads/2024/11/right-pattern.svg) no-repeat center;
  position: absolute;
  right: 0;
  bottom: -40px;
  background-color: #dde6e6;
  z-index: -1;
}
@media (max-width: 1180.98px) {
  .section-reviews .section-inner.has_background .row-wrapper .slider-outer-wrapper .cst-slider_wrapper {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 1420.98px) {
  .section-reviews .section-inner.has_background .row-wrapper .slider-outer-wrapper .cst-slider_wrapper {
    max-width: 1360px;
  }
}
.section-reviews .section-inner.has_background.color-green {
  background-color: #165655;
}
.section-reviews .section-inner.has_background.color-green .row-wrapper .slider-outer-wrapper .slider_heading-wrapper h2 {
  color: #dde6e6;
  margin-bottom: 50px;
}
@media (max-width: 600.98px) {
  .section-reviews .section-inner.has_background.color-green .row-wrapper .slider-outer-wrapper .cst-slider_wrapper button.slick-arrow {
    top: 35% !important;
  }
}
@media (max-width: 767.98px) {
  .section-reviews .section-inner.has_background.color-green .row-wrapper .slider-outer-wrapper .cst-slider_wrapper button.slick-arrow {
    top: -65px;
  }
}
.section-reviews .section-inner.has_background.color-green .row-wrapper .slider-outer-wrapper .cst-slider_wrapper button.slick-arrow.slick-prev::before {
  color: #dde6e6;
}
@media (max-width: 600.98px) {
  .section-reviews .section-inner.has_background.color-green .row-wrapper .slider-outer-wrapper .cst-slider_wrapper button.slick-arrow.slick-prev::before {
    color: #165655;
  }
}
.section-reviews .section-inner.has_background.color-green .row-wrapper .slider-outer-wrapper .cst-slider_wrapper button.slick-arrow.slick-next::before {
  color: #dde6e6;
}
@media (max-width: 600.98px) {
  .section-reviews .section-inner.has_background.color-green .row-wrapper .slider-outer-wrapper .cst-slider_wrapper button.slick-arrow.slick-next::before {
    color: #165655;
  }
}
.section-reviews .section-inner.has_background.color-brown {
  background-color: #8c826e;
}
.section-reviews .section-inner.has_background.color-brown .row-wrapper .slider-outer-wrapper .slider_heading-wrapper h2 {
  color: #dde6e6;
  margin-bottom: 50px;
}
@media (max-width: 600.98px) {
  .section-reviews .section-inner.has_background.color-brown .row-wrapper .slider-outer-wrapper .cst-slider_wrapper button.slick-arrow {
    top: 35% !important;
  }
}
@media (max-width: 767.98px) {
  .section-reviews .section-inner.has_background.color-brown .row-wrapper .slider-outer-wrapper .cst-slider_wrapper button.slick-arrow {
    top: -65px;
  }
}
.section-reviews .section-inner.has_background.color-brown .row-wrapper .slider-outer-wrapper .cst-slider_wrapper button.slick-arrow.slick-prev::before {
  color: #dde6e6;
}
@media (max-width: 600.98px) {
  .section-reviews .section-inner.has_background.color-brown .row-wrapper .slider-outer-wrapper .cst-slider_wrapper button.slick-arrow.slick-prev::before {
    color: #165655;
  }
}
.section-reviews .section-inner.has_background.color-brown .row-wrapper .slider-outer-wrapper .cst-slider_wrapper button.slick-arrow.slick-next::before {
  color: #dde6e6;
}
@media (max-width: 600.98px) {
  .section-reviews .section-inner.has_background.color-brown .row-wrapper .slider-outer-wrapper .cst-slider_wrapper button.slick-arrow.slick-next::before {
    color: #165655;
  }
}
.section-reviews .section-inner.has_background.color-white {
  background-color: #dde6e6;
}
.section-reviews .section-inner.has_background.color-white .row-wrapper .slider-outer-wrapper .slider_heading-wrapper h2 {
  color: #165655;
  margin-bottom: 50px;
}
@media (max-width: 600.98px) {
  .section-reviews .section-inner.has_background.color-white .row-wrapper .slider-outer-wrapper .cst-slider_wrapper button.slick-arrow {
    top: 35% !important;
  }
}
@media (max-width: 767.98px) {
  .section-reviews .section-inner.has_background.color-white .row-wrapper .slider-outer-wrapper .cst-slider_wrapper button.slick-arrow {
    top: -65px;
  }
}
.section-reviews .section-inner.has_background.color-white .row-wrapper .slider-outer-wrapper .cst-slider_wrapper button.slick-arrow.slick-prev::before {
  color: #165655;
}
@media (max-width: 600.98px) {
  .section-reviews .section-inner.has_background.color-white .row-wrapper .slider-outer-wrapper .cst-slider_wrapper button.slick-arrow.slick-prev::before {
    color: #165655;
  }
}
.section-reviews .section-inner.has_background.color-white .row-wrapper .slider-outer-wrapper .cst-slider_wrapper button.slick-arrow.slick-next::before {
  color: #165655;
}
@media (max-width: 600.98px) {
  .section-reviews .section-inner.has_background.color-white .row-wrapper .slider-outer-wrapper .cst-slider_wrapper button.slick-arrow.slick-next::before {
    color: #165655;
  }
}
.section-reviews .section-inner.has_background.color-white > div::before {
  background-color: #165655;
}
.section-reviews .section-inner.has_background.color-white > div::after {
  background-color: #165655;
}
.section-reviews .section-inner .row-wrapper .slider-outer-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.section-reviews .section-inner .row-wrapper .slider-outer-wrapper .slider_heading-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.section-reviews .section-inner .row-wrapper .slider-outer-wrapper .slider_heading-wrapper h2 {
  color: #8c826e;
  text-transform: capitalize;
}
.section-reviews .section-inner .row-wrapper .slider-outer-wrapper .cst-slider_wrapper {
  max-width: 1280px;
  background: #fbfaf8;
  padding: clamp(20px, 2.77777778vw, 40px);
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .section-reviews .section-inner .row-wrapper .slider-outer-wrapper .cst-slider_wrapper {
    margin: 0 10px;
  }
}
.section-reviews .section-inner .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .section-reviews .section-inner .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper {
    flex-wrap: wrap;
  }
}
.section-reviews .section-inner .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .image-wrapper {
  min-width: clamp(300px, 35vw, 504px);
  position: relative;
}
@media (max-width: 767.98px) {
  .section-reviews .section-inner .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .image-wrapper {
    width: 100%;
  }
}
.section-reviews .section-inner .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .image-wrapper img {
  max-width: 100%;
  border-radius: 4px;
  aspect-ratio: 1.6;
  object-fit: cover;
}
@media (min-width: 768px) {
  .section-reviews .section-inner .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .image-wrapper img {
    height: clamp(180px, 22.15277778vw, 319px);
  }
}
@media (max-width: 767.98px) {
  .section-reviews .section-inner .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .image-wrapper img {
    width: 100%;
  }
}
.section-reviews .section-inner .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .image-wrapper .video-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-reviews .section-inner .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .image-wrapper .video-item .play-btn img {
  height: 32px;
  width: 32px;
}
.section-reviews .section-inner .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper {
  padding-left: clamp(20px, 2.77777778vw, 40px);
}
@media (max-width: 767.98px) {
  .section-reviews .section-inner .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper {
    padding-left: 0;
  }
}
.section-reviews .section-inner .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper .heading-wrapper,
.section-reviews .section-inner .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper .rating-wrapper {
  display: flex;
  justify-content: space-between;
}
.section-reviews .section-inner .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper .heading-wrapper {
  margin-bottom: 0;
  align-items: baseline;
}
.section-reviews .section-inner .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper .heading-wrapper .heading {
  margin-bottom: 0;
  font-family: "Gilroy-Regular";
  font-size: clamp(28px, 2.77777778vw, 40px);
  font-weight: 500;
  line-height: clamp(38px, 3.36944444vw, 48.52px);
  text-align: left;
  color: #8c826e;
  letter-spacing: 0;
  margin-bottom: -24px;
}
.section-reviews .section-inner .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper .heading-wrapper .number {
  font-family: "Gilroy-Regular";
  font-size: 130.71px;
  font-style: italic;
  font-weight: 300;
  line-height: 156.85px;
  color: #8c826e;
  margin-top: -65px;
}
.section-reviews .section-inner .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper .heading-wrapper .number .num {
  opacity: 0.15;
}
@media (max-width: 992.98px) {
  .section-reviews .section-inner .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper .heading-wrapper .number {
    font-size: 32.71px;
    line-height: 48.85px;
    margin-top: -40px;
  }
}
@media (min-width: 993px) and (max-width: 1300px) {
  .section-reviews .section-inner .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper .heading-wrapper .number {
    font-size: 58.71px;
    line-height: 88.85px;
    margin-top: -50px;
  }
}
.section-reviews .section-inner .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper .description {
  margin-bottom: clamp(20px, 2.77777778vw, 40px);
}
.section-reviews .section-inner .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper .description p {
  font-family: "Gilroy-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #8c826e;
}
.section-reviews .section-inner .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper .rating-wrapper .name {
  font-family: "Gilroy-Medium";
  font-size: 20px;
  font-weight: 700;
  line-height: 24.76px;
  text-align: left;
  color: #8c826e;
}
.section-reviews .section-inner .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper .rating-wrapper .stars .items {
  display: flex;
  gap: clamp(5px, 0.6944444400000001vw, 10px);
}
.section-reviews .section-inner .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper .rating-wrapper .stars .items i {
  color: #8c826e;
  font-size: clamp(16px, 1.38888889vw, 20px);
}
@media (max-width: 600.98px) {
  .section-reviews .section-inner .row-wrapper .slider-outer-wrapper .post-technology button.slick-arrow {
    top: 63%;
    background-color: #dde6e6;
  }
}
.section-reviews .section-inner .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  background-color: transparent !important;
  padding: 0;
  border-radius: 0;
}
.section-reviews .section-inner .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slick-list {
  overflow: visible;
}
@media (max-width: 600.98px) {
  .section-reviews .section-inner .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slick-list {
    overflow: hidden;
  }
}
@media (min-width: 1830px) {
  .section-reviews .section-inner .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slick-list {
    left: -215px;
  }
}
.section-reviews .section-inner .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper {
  display: block;
}
@media (min-768px) {
  .section-reviews .section-inner .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper {
    max-width: 480px;
    margin-right: 32px;
  }
}
.section-reviews .section-inner .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .slide-link:hover .content-wrapper {
  background-color: #dde6e6;
}
.section-reviews .section-inner .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .slide-link:hover .content-wrapper .heading-wrapper .number .icon i {
  transform: rotate(-220deg);
}
.section-reviews .section-inner .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .content-wrapper {
  padding: clamp(10px, 1.38888889vw, 20px);
  box-shadow: 0px 2px 12px 0px rgba(172, 198, 198, 0.2);
  margin-top: 12px;
  margin-bottom: 12px;
  border-radius: 8px;
  transition: all 0.3s;
  margin-right: clamp(16px, 2.22222222vw, 32px);
}
@media (min-width: 768px) {
  .section-reviews .section-inner .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .content-wrapper {
    min-width: 480px;
  }
}
.section-reviews .section-inner .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .content-wrapper:hover .heading-wrapper .number .icon i {
  transform: rotate(-220deg);
}
.section-reviews .section-inner .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .content-wrapper:hover .btn {
  background-color: #165655;
  color: #dde6e6;
}
@media (max-width: 600.98px) {
  .section-reviews .section-inner .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .content-wrapper {
    margin-right: 0;
  }
}
.section-reviews .section-inner .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .content-wrapper .heading-wrapper {
  display: block;
}
.section-reviews .section-inner .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .content-wrapper .heading-wrapper .number {
  display: flex;
  justify-content: space-between;
  margin-top: 0;
  font-family: "Gilroy-Regular";
  font-size: clamp(28px, 2.77777778vw, 40px);
  font-style: italic;
  font-weight: 300;
  line-height: clamp(38px, 3.33333333vw, 48px);
  text-align: left;
  align-items: center;
}
.section-reviews .section-inner .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .content-wrapper .heading-wrapper .number .num {
  opacity: 0.35;
}
.section-reviews .section-inner .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .content-wrapper .heading-wrapper .number .icon {
  width: 62px;
  height: 62px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  opacity: 1;
}
.section-reviews .section-inner .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .content-wrapper .heading-wrapper .number .icon i {
  font-size: 32px;
  transform: rotate(-135deg);
  transition: all 0.3s;
}
.section-reviews .section-inner .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .content-wrapper .heading-wrapper .heading {
  margin-bottom: 20px;
  font-size: clamp(22px, 1.94444444vw, 28px);
  line-height: clamp(27.96px, 2.35833333vw, 33.96px);
  font-family: "Gilroy-Medium";
}
.section-reviews .section-inner .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .content-wrapper .image-wrapper {
  min-width: 100%;
}
.section-reviews .section-inner .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .content-wrapper .image-wrapper img {
  max-width: 100%;
  height: auto;
  width: 100%;
  object-fit: cover;
}
.section-reviews .section-inner .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .content-wrapper .description {
  margin-top: clamp(10px, 1.38888889vw, 20px);
  margin-bottom: clamp(10px, 1.38888889vw, 20px);
}
.section-reviews .section-inner .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .content-wrapper .btn {
  text-align: center;
  color: #165655;
  font-weight: 500;
  justify-content: center;
  background-color: #dde6e6;
}
.section-reviews .section-inner .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .content-wrapper .btn:hover {
  border-color: #165655;
  color: #165655;
}
.section-reviews .section-inner.color-green .row-wrapper .slider-outer-wrapper .slider_heading-wrapper h2 {
  color: #165655;
}
.section-reviews .section-inner.color-green .row-wrapper .slider-outer-wrapper .cst-slider_wrapper {
  background-color: #dde6e6;
}
.section-reviews .section-inner.color-green .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper .heading-wrapper .heading {
  color: #165655;
}
.section-reviews .section-inner.color-green .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper .heading-wrapper .number {
  color: #165655;
}
.section-reviews .section-inner.color-green .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper .description p {
  color: #165655;
}
.section-reviews .section-inner.color-green .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper .rating-wrapper .name {
  color: #165655;
}
.section-reviews .section-inner.color-green .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper .rating-wrapper .stars .items i {
  color: #165655;
}
.section-reviews .section-inner.color-green .row-wrapper .slider-outer-wrapper .cst-slider_wrapper button.slick-prev::before {
  color: #165655;
}
.section-reviews .section-inner.color-green .row-wrapper .slider-outer-wrapper .cst-slider_wrapper button.slick-next::before {
  color: #165655;
}
.section-reviews .section-inner.color-green .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .slide-link:hover .content-wrapper {
  background-color: #dde6e6;
}
.section-reviews .section-inner.color-green .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .slide-link:hover .content-wrapper .heading-wrapper .number .icon i {
  color: #165655;
}
.section-reviews .section-inner.color-brown .row-wrapper .slider-outer-wrapper .slider_heading-wrapper h2 {
  color: #8c826e;
}
.section-reviews .section-inner.color-brown .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper .heading-wrapper .heading {
  color: #8c826e;
}
.section-reviews .section-inner.color-brown .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper .heading-wrapper .number {
  color: #8c826e;
}
.section-reviews .section-inner.color-brown .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper .description p {
  color: #8c826e;
}
.section-reviews .section-inner.color-brown .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper .btn {
  background-color: #eee8e4;
  color: #8c826e;
}
.section-reviews .section-inner.color-brown .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper .btn:hover {
  border-color: #8c826e;
  color: #8c826e;
  background-color: transparent;
}
.section-reviews .section-inner.color-brown .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper .rating-wrapper .name {
  color: #8c826e;
}
.section-reviews .section-inner.color-brown .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper .rating-wrapper .stars .items i {
  color: #8c826e;
}
.section-reviews .section-inner.color-brown .row-wrapper .slider-outer-wrapper .cst-slider_wrapper button.slick-prev::before {
  color: #8c826e;
}
.section-reviews .section-inner.color-brown .row-wrapper .slider-outer-wrapper .cst-slider_wrapper button.slick-next::before {
  color: #8c826e;
}
.section-reviews .section-inner.color-brown .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .slide-link .content-wrapper .heading-wrapper .number {
  color: #8c826e;
}
.section-reviews .section-inner.color-brown .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .slide-link .content-wrapper .heading-wrapper .number .icon i {
  color: #8c826e;
}
.section-reviews .section-inner.color-brown .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .slide-link .content-wrapper .heading-wrapper .heading {
  color: #8c826e;
}
.section-reviews .section-inner.color-brown .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .slide-link:hover .content-wrapper {
  background-color: #eee8e4;
}
.section-reviews .section-inner.color-brown .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .slide-link:hover .content-wrapper .heading-wrapper .number {
  color: #8c826e;
}
.section-reviews .section-inner.color-brown .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .slide-link:hover .content-wrapper .heading-wrapper .number .icon i {
  color: #8c826e;
}
.section-reviews .section-inner.color-brown .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .slide-link:hover .content-wrapper .heading-wrapper .heading {
  color: #8c826e;
}
.section-reviews .section-inner.color-white .row-wrapper .slider-outer-wrapper .slider_heading-wrapper h2 {
  color: #165655;
}
.section-reviews .section-inner.color-white .row-wrapper .slider-outer-wrapper .cst-slider_wrapper {
  background-color: #165655;
}
.section-reviews .section-inner.color-white .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper {
  background-color: #165655;
}
.section-reviews .section-inner.color-white .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper .heading-wrapper .heading {
  color: #ffffff;
}
.section-reviews .section-inner.color-white .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper .heading-wrapper .number {
  color: #ffffff;
}
.section-reviews .section-inner.color-white .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper .description p {
  color: #ffffff;
}
.section-reviews .section-inner.color-white .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper .rating-wrapper .name {
  color: #ffffff;
}
.section-reviews .section-inner.color-white .row-wrapper .slider-outer-wrapper .cst-slider_wrapper .slider-inner-wrapper .content-wrapper .rating-wrapper .stars .items i {
  color: #ffffff;
}
.section-reviews .section-inner.color-white .row-wrapper .slider-outer-wrapper .cst-slider_wrapper button.slick-prev::before {
  color: #165655;
}
.section-reviews .section-inner.color-white .row-wrapper .slider-outer-wrapper .cst-slider_wrapper button.slick-next::before {
  color: #165655;
}
.section-reviews .section-inner.color-white .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .slide-link .content-wrapper {
  background-color: #165655;
}
.section-reviews .section-inner.color-white .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .slide-link .content-wrapper .heading-wrapper .number {
  color: #ffffff;
}
.section-reviews .section-inner.color-white .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .slide-link .content-wrapper .heading-wrapper .number .icon i {
  color: #ffffff;
}
.section-reviews .section-inner.color-white .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .slide-link .content-wrapper .heading-wrapper .heading {
  color: #ffffff;
}
.section-reviews .section-inner.color-white .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .slide-link:hover .content-wrapper {
  background-color: #dde6e6;
}
.section-reviews .section-inner.color-white .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .slide-link:hover .content-wrapper .heading-wrapper .number {
  color: #165655;
}
.section-reviews .section-inner.color-white .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .slide-link:hover .content-wrapper .heading-wrapper .number .icon i {
  color: #165655;
}
.section-reviews .section-inner.color-white .row-wrapper .slider-outer-wrapper .post-technology.cst-slider_wrapper .slider-inner-wrapper .slide-link:hover .content-wrapper .heading-wrapper .heading {
  color: #165655;
}
.section-review_filter .section-inner .filter-wrapper {
  text-align: center;
}
.section-review_filter .section-inner .filter-wrapper #filter-container.filter-btn-wrapper {
  text-align: center;
  box-shadow: 0px 2px 12px 0px #ACC6C633;
  border-radius: clamp(20px, 2.77777778vw, 40px);
  padding: 12px;
  max-width: 481px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: clamp(20px, 2.77777778vw, 40px);
}
@media (max-width: 480px) {
  .section-review_filter .section-inner .filter-wrapper #filter-container.filter-btn-wrapper {
    flex-direction: column;
  }
}
.section-review_filter .section-inner .filter-wrapper #filter-container.filter-btn-wrapper .filter-button {
  min-height: 44px;
  font-family: "Gilroy-Medium";
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  background-color: transparent;
  padding-left: clamp(10px, 1.38888889vw, 20px);
  padding-right: clamp(10px, 1.38888889vw, 20px);
  transition: all 0.3s;
  color: #165655;
}
.section-review_filter .section-inner .filter-wrapper #filter-container.filter-btn-wrapper .filter-button:hover {
  background-color: #dde6e6;
  border-radius: clamp(20px, 2.77777778vw, 40px);
  box-shadow: none;
}
.section-review_filter .section-inner .filter-wrapper #filter-container.filter-btn-wrapper .filter-button.active {
  color: #dde6e6;
  border: 1px solid #165655;
  background-color: #165655;
  border-radius: clamp(20px, 2.77777778vw, 40px);
}
.section-review_filter .section-inner .filter-wrapper #post-container {
  padding-left: clamp(20px, 5.55555556vw, 80px);
  padding-right: clamp(20px, 5.55555556vw, 80px);
  row-gap: clamp(20px, 2.77777778vw, 40px);
}
.section-review_filter .section-inner .filter-wrapper #post-container .review-item {
  box-shadow: 0px 2px 12px 0px #ACC6C633;
  padding: clamp(10px, 1.38888889vw, 20px);
  border-radius: 8px;
  transition: all 0.3s;
  background-color: #ffffff;
}
.section-review_filter .section-inner .filter-wrapper #post-container .review-item:has(.image-wrapper:hover) {
  background-color: #eee8e4;
}
.section-review_filter .section-inner .filter-wrapper #post-container .review-item .image-wrapper {
  position: relative;
}
.section-review_filter .section-inner .filter-wrapper #post-container .review-item .image-wrapper > img {
  border-radius: 4px;
  height: 246px;
  object-fit: cover;
}
.section-review_filter .section-inner .filter-wrapper #post-container .review-item .image-wrapper .video-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-review_filter .section-inner .filter-wrapper #post-container .review-item .image-wrapper .video-item .play-btn img {
  height: 32px;
  width: 32px;
}
.section-review_filter .section-inner .filter-wrapper #post-container .review-item .heading {
  font-family: "Gilroy-Medium";
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #8c826e;
  position: relative;
  margin-top: 19.2px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-review_filter .section-inner .filter-wrapper #post-container .review-item .heading::after {
  content: url('/wp-content/uploads/2024/11/Card-Arrows.png');
  transition: all 0.3s;
}
.section-review_filter .section-inner .filter-wrapper #post-container .review-item:hover .heading::after {
  transform: rotate(-90deg);
}
.section-review_filter .section-inner .filter-wrapper #load-more {
  min-height: 44px;
  font-family: "Gilroy-Medium";
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  padding-left: clamp(10px, 1.38888889vw, 20px);
  padding-right: clamp(10px, 1.38888889vw, 20px);
  transition: all 0.3s;
  background-color: #eee8e4;
  border-radius: clamp(20px, 2.77777778vw, 40px);
  margin-top: clamp(20px, 2.77777778vw, 40px);
  color: #8c826e;
}
.section-review_filter .section-inner .filter-wrapper #load-more:hover {
  box-shadow: none;
  border-color: #8c826e;
}
.section-review_filter .section-inner.color-green .filter-wrapper #filter-container.filter-btn-wrapper .filter-button {
  color: #165655;
}
.section-review_filter .section-inner.color-green .filter-wrapper #filter-container.filter-btn-wrapper .filter-button:hover {
  background-color: #dde6e6;
}
.section-review_filter .section-inner.color-green .filter-wrapper #filter-container.filter-btn-wrapper .filter-button.active {
  color: #dde6e6;
  border: 1px solid #165655;
  background-color: #165655;
}
.section-review_filter .section-inner.color-green .filter-wrapper #post-container .review-item {
  background-color: #ffffff;
}
.section-review_filter .section-inner.color-green .filter-wrapper #post-container .review-item:has(.image-wrapper:hover) {
  background-color: #dde6e6;
}
.section-review_filter .section-inner.color-green .filter-wrapper #post-container .review-item .heading {
  color: #165655;
}
.section-review_filter .section-inner.color-green .filter-wrapper #post-container .review-item .heading::after {
  filter: brightness(0.4);
}
.section-review_filter .section-inner.color-green .filter-wrapper #load-more {
  background-color: #dde6e6;
  color: #165655;
}
.section-review_filter .section-inner.color-green .filter-wrapper #load-more:hover {
  border-color: #165655;
}
.section-review_filter .section-inner.color-brown .filter-wrapper #filter-container.filter-btn-wrapper .filter-button {
  color: #8c826e;
}
.section-review_filter .section-inner.color-brown .filter-wrapper #filter-container.filter-btn-wrapper .filter-button:hover {
  background-color: #eee8e4;
}
.section-review_filter .section-inner.color-brown .filter-wrapper #filter-container.filter-btn-wrapper .filter-button.active {
  color: #eee8e4;
  border: 1px solid #8c826e;
  background-color: #8c826e;
}
.section-review_filter .section-inner.color-brown .filter-wrapper #post-container .review-item {
  background-color: #ffffff;
}
.section-review_filter .section-inner.color-brown .filter-wrapper #post-container .review-item:has(.image-wrapper:hover) {
  background-color: #eee8e4;
}
.section-review_filter .section-inner.color-brown .filter-wrapper #post-container .review-item .heading {
  color: #8c826e;
}
.section-review_filter .section-inner.color-brown .filter-wrapper #post-container .review-item .heading::after {
  filter: brightness(0.75);
}
.section-review_filter .section-inner.color-brown .filter-wrapper #load-more {
  background-color: #eee8e4;
  color: #8c826e;
}
.section-review_filter .section-inner.color-brown .filter-wrapper #load-more:hover {
  border-color: #8c826e;
}
.section-review_filter .section-inner.color-white .filter-wrapper #filter-container.filter-btn-wrapper .filter-button {
  color: #165655;
}
.section-review_filter .section-inner.color-white .filter-wrapper #filter-container.filter-btn-wrapper .filter-button:hover {
  background-color: #dde6e6;
}
.section-review_filter .section-inner.color-white .filter-wrapper #filter-container.filter-btn-wrapper .filter-button.active {
  color: #dde6e6;
  border: 1px solid #165655;
  background-color: #165655;
}
.section-review_filter .section-inner.color-white .filter-wrapper #post-container .review-item {
  background-color: #ffffff;
}
.section-review_filter .section-inner.color-white .filter-wrapper #post-container .review-item:has(.image-wrapper:hover) {
  background-color: #dde6e6;
}
.section-review_filter .section-inner.color-white .filter-wrapper #post-container .review-item .heading {
  color: #165655;
}
.section-review_filter .section-inner.color-white .filter-wrapper #post-container .review-item .heading::after {
  filter: brightness(0.55);
}
.section-review_filter .section-inner.color-white .filter-wrapper #load-more {
  background-color: #dde6e6;
  color: #165655;
}
.section-review_filter .section-inner.color-white .filter-wrapper #load-more:hover {
  border-color: #165655;
}
.section-time_line {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  padding-top: 40px;
  padding-bottom: 0;
}
.section-time_line .section-inner .cst-sliderwrap {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.section-time_line .section-inner .cst-sliderwrap .right-container {
  background-repeat: no-repeat !important;
  background-position-x: right !important;
  background-position-y: top !important;
  background-size: contain !important;
}
@media (max-width: 767.98px) {
  .section-time_line .section-inner .cst-sliderwrap .right-container {
    background-position-x: center !important;
  }
}
.section-time_line .section-inner .timelines {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: -30px;
}
@media (max-height: 800.98px) {
  .section-time_line .section-inner .timelines {
    margin-top: -55px;
  }
}
@media (max-width: 767.98px) {
  .section-time_line .section-inner .timelines {
    justify-content: center;
    margin-top: 0;
  }
}
.section-time_line .section-inner .timelines .timeline_wrapper::after {
  content: '';
  width: 1px;
  height: 50%;
  background: #C1CEC4;
  top: 0;
  right: 0;
  position: absolute;
}
@media (max-width: 767.98px) {
  .section-time_line .section-inner .timelines .timeline_wrapper::after {
    height: 35%;
  }
}
.section-time_line .section-inner .timelines .timeline_wrapper::before {
  content: '';
  width: 50%;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  background: #C1CEC4;
  z-index: 0;
}
@media (max-width: 767.98px) {
  .section-time_line .section-inner .timelines .timeline_wrapper::before {
    width: 35%;
    top: 35%;
  }
}
.section-time_line .section-inner .timelines .timeline_wrapper .timeline_inner {
  display: flex;
  justify-content: center;
}
.section-time_line .section-inner .timelines .timeline_wrapper .timeline_inner * {
  flex: 1;
}
@media (max-width: 767.98px) {
  .section-time_line .section-inner .timelines .timeline_wrapper .timeline_inner .image-wrapper img {
    width: 150px;
  }
}
@media (max-height: 800.98px) {
  .section-time_line .section-inner .timelines .timeline_wrapper .timeline_inner .image-wrapper img {
    max-width: 200px;
  }
}
@media (max-height: 800.98px) {
  .section-time_line .section-inner .timelines .timeline_wrapper .timeline_inner .content-wrapper {
    padding-top: 100px !important;
    margin-left: -60px !important;
  }
}
.section-time_line .section-inner .timelines .timeline_wrapper .timeline_inner .content-wrapper .title {
  font-family: "Gilroy-Medium";
  font-size: 60px;
  font-weight: 900;
  line-height: 75.72px;
  text-align: center;
  width: 214px;
  height: 214px;
  border-radius: 50%;
  background-color: #165655;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  margin-bottom: 0;
  z-index: 100;
  position: relative;
}
@media (max-height: 800.98px) {
  .section-time_line .section-inner .timelines .timeline_wrapper .timeline_inner .content-wrapper .title {
    width: 175px;
    height: 175px;
  }
}
@media (max-width: 767.98px) {
  .section-time_line .section-inner .timelines .timeline_wrapper .timeline_inner .content-wrapper .title {
    font-size: 28px;
    width: 100px;
    height: 100px;
    top: -50px;
    right: -27px;
  }
}
.section-time_line .section-inner .timelines .timeline_wrapper .timeline_inner .content-wrapper .description {
  font-family: "Gilroy-Regular";
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  width: 218px;
  height: 218px;
  background-color: #dde6e6;
  color: #165655;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  margin-top: -15px;
}
@media (max-width: 767.98px) {
  .section-time_line .section-inner .timelines .timeline_wrapper .timeline_inner .content-wrapper .description {
    width: 160px;
    height: 160px;
    padding: 15px;
    margin-top: -55px;
  }
}
.section-time_line .section-inner .timelines .timeline_wrapper:nth-child(odd) .timeline_inner .content-wrapper {
  transform: rotate(25deg);
  padding-top: 240px;
  margin-left: -75px;
}
.section-time_line .section-inner .timelines .timeline_wrapper:nth-child(odd) .timeline_inner .content-wrapper .title,
.section-time_line .section-inner .timelines .timeline_wrapper:nth-child(odd) .timeline_inner .content-wrapper .description {
  transform: rotate(-25deg);
}
@media (max-width: 767.98px) {
  .section-time_line .section-inner .timelines .timeline_wrapper:nth-child(odd) .timeline_inner .content-wrapper {
    padding-top: 30px;
    margin-left: -25px;
  }
}
.section-time_line .section-inner .timelines .timeline_wrapper:nth-child(even) .timeline_inner {
  flex-direction: row-reverse;
}
.section-time_line .section-inner .timelines .timeline_wrapper:nth-child(even) .timeline_inner .content-wrapper {
  transform: rotate(-25deg);
  padding-top: 240px;
  margin-right: -75px;
}
.section-time_line .section-inner .timelines .timeline_wrapper:nth-child(even) .timeline_inner .content-wrapper .title,
.section-time_line .section-inner .timelines .timeline_wrapper:nth-child(even) .timeline_inner .content-wrapper .description {
  transform: rotate(25deg);
}
@media (max-width: 767.98px) {
  .section-time_line .section-inner .timelines .timeline_wrapper:nth-child(even) .timeline_inner .content-wrapper {
    padding-top: 30px;
    margin-left: -25px;
  }
}
.section-time_line .inner-wrapper {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
}
@media (max-width: 767.98px) {
  .section-time_line .inner-wrapper {
    flex-direction: column;
    height: 100%;
    max-height: 650px;
  }
}
@media (max-width: 1170.98px) {
  .section-time_line .inner-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.section-time_line .right-container .right-content .title {
  position: relative;
  padding-bottom: 150px;
  margin-top: 0;
  margin-left: -165px;
}
@media (max-width: 767.98px) {
  .section-time_line .right-container .right-content .title {
    padding-bottom: 40px;
    top: -30px;
    margin-left: 0;
  }
}
.section-time_line .right-container .right-content .title::before {
  content: url(/wp-content/uploads/2025/01/green-arrow-down.svg);
  position: absolute;
  bottom: -10px;
  right: 40px;
}
.section-time_line .left-container,
.section-time_line .right-container {
  width: 50%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767.98px) {
  .section-time_line .left-container,
  .section-time_line .right-container {
    width: 100%;
    height: 50vh;
  }
}
.section-time_line .right-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
@media (max-width: 1170.98px) {
  .section-time_line .right-content {
    justify-content: flex-end;
  }
}
@media (max-width: 767.98px) {
  .section-time_line .right-content {
    height: 100%;
    align-items: flex-start;
    padding-top: 15px;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1100.98px) {
  .section-time_line .right-content .title {
    margin-right: 15%;
  }
}
.section-time_line .right-content .title h2 {
  font-family: "Gilroy-Regular";
  font-size: 94px;
  font-style: italic;
  font-weight: 300;
  line-height: 112.8px;
  text-align: left;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .section-time_line .right-content .title h2 {
    font-size: 46px;
  }
}
@media (min-width: 768px) and (max-width: 1100.98px) {
  .section-time_line .right-content .title h2 {
    font-size: 60px;
    margin-right: 15%;
  }
}
.section-time_line .right-element {
  width: 100%;
  height: 80vh;
  /* border: 1px solid red; */
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
}
.section-time_line .left-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 767.98px) {
  .section-time_line .left-container {
    margin: 20px 0;
  }
}
.section-time_line .left-content {
  width: 100%;
  /* max-width: 400px; */
  height: 100%;
  /* max-height: 400px; */
  position: relative;
  overflow: hidden;
  max-width: 562px;
}
.section-time_line .left-content .timelines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s;
}
.section-time_line .left-content .timelines:first-child {
  opacity: 1;
}
body.scrolled-down .section-navigations .section-inner {
  top: 103px !important;
}
.section-navigations {
  padding-top: 0;
  padding-bottom: 0;
}
.section-navigations .section-inner {
  z-index: 999;
  transition: all 0.5s;
}
.section-navigations .section-inner .navigations-btns {
  text-align: center;
}
.section-navigations .section-inner .navigations-btns.filter-btn-wrapper {
  text-align: center;
  box-shadow: 0px 2px 12px 0px #ACC6C633;
  border-radius: clamp(20px, 2.77777778vw, 40px);
  padding: 12px;
  max-width: 1096px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  margin-top: clamp(20px, 2.77777778vw, 40px);
  margin-bottom: 0;
  background-color: #ffffff;
}
.section-navigations .section-inner .navigations-btns.filter-btn-wrapper li {
  list-style: none;
}
.section-navigations .section-inner .navigations-btns.filter-btn-wrapper li::marker {
  display: none;
}
@media (max-width: 1020px) {
  .section-navigations .section-inner .navigations-btns.filter-btn-wrapper {
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
  }
}
.section-navigations .section-inner .navigations-btns.filter-btn-wrapper .filter-button {
  min-height: 44px;
  font-family: "Gilroy-Medium";
  color: #8c826e;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  background-color: transparent;
  padding-left: clamp(10px, 1.38888889vw, 20px);
  padding-right: clamp(10px, 1.38888889vw, 20px);
  transition: all 0.3s;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-navigations .section-inner .navigations-btns.filter-btn-wrapper .filter-button:hover {
  background-color: #eee8e4;
  border-radius: clamp(20px, 2.77777778vw, 40px);
  box-shadow: none;
}
.section-navigations .section-inner .navigations-btns.filter-btn-wrapper .filter-button.active {
  color: #ffffff;
  border: 1px solid #8c826e;
  background-color: #8c826e;
  border-radius: clamp(20px, 2.77777778vw, 40px);
}
.section-navigations .section-inner .inner-vector {
  position: absolute;
  z-index: -1;
  left: 0;
  top: -65px;
}
.section-navigations .section-inner.color-green .navigations-btns.filter-btn-wrapper .filter-button {
  color: #165655;
}
.section-navigations .section-inner.color-green .navigations-btns.filter-btn-wrapper .filter-button:hover {
  background-color: #dde6e6;
}
.section-navigations .section-inner.color-green .navigations-btns.filter-btn-wrapper .filter-button.active {
  color: #ffffff;
  border: 1px solid #165655;
  background-color: #165655;
}
.section-navigations .section-inner.color-brown .navigations-btns.filter-btn-wrapper .filter-button {
  color: #8c826e;
}
.section-navigations .section-inner.color-brown .navigations-btns.filter-btn-wrapper .filter-button:hover {
  background-color: #eee8e4;
}
.section-navigations .section-inner.color-brown .navigations-btns.filter-btn-wrapper .filter-button.active {
  color: #ffffff;
  border: 1px solid #8c826e;
  background-color: #8c826e;
}
#navigational-implant-surgery {
  padding-top: 0;
}
.page-patient-information .section-navigations .section-inner .navigations-btns.filter-btn-wrapper,
.page-surgical-instructions .section-navigations .section-inner .navigations-btns.filter-btn-wrapper {
  max-width: 645px;
}
.section-content_w_box .section-inner {
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto;
  padding-top: clamp(30px, 4.16666667vw, 60px);
  padding-bottom: clamp(30px, 4.16666667vw, 60px);
}
.section-content_w_box .section-inner .boxes-wrapper {
  padding-left: 0;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .section-content_w_box .section-inner .boxes-wrapper {
    gap: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1421px) {
  .section-content_w_box .section-inner .boxes-wrapper {
    justify-content: center;
    gap: 20px;
  }
}
@media (min-width: 1421px) {
  .section-content_w_box .section-inner .boxes-wrapper .box-item {
    padding-left: 0;
    padding-right: 0;
    max-width: 670px;
  }
}
.section-content_w_box .section-inner .boxes-wrapper .box-item .title {
  40: clamp(16px, 2.22222222vw, 32px);
  48.52: clamp(19.26px, 2.675vw, 38.52px);
  font-family: "Gilroy-Regular";
  color: #8c826e;
  margin-bottom: clamp(20px, 2.77777778vw, 40px);
}
.section-content_w_box .section-inner .boxes-wrapper .box-item .box-wrapper {
  min-height: 176px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 2px 12px 0px #ACC6C633;
  gap: 30px;
  position: relative;
}
.section-content_w_box .section-inner .boxes-wrapper .box-item .box-wrapper .subtitle {
  font-family: "Gilroy-Medium";
  font-size: clamp(20px, 1.66666667vw, 24px);
  font-weight: 500;
  line-height: clamp(26px, 2.22222222vw, 32px);
  text-align: left;
  color: #8c826e;
  margin-bottom: 0;
  padding-top: 25px;
  max-width: clamp(320px, 33.61111111vw, 484px);
}
@media (max-width: 480.98px) {
  .section-content_w_box .section-inner .boxes-wrapper .box-item .box-wrapper .subtitle {
    max-width: 230px;
  }
}
.section-content_w_box .section-inner .boxes-wrapper .box-item .box-wrapper .subtitle::after {
  content: url(/wp-content/uploads/2024/11/Card-Arrows.png);
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-right: 20px;
}
.section-content_w_box .section-inner .boxes-wrapper .box-item .box-wrapper .description p {
  font-family: "Gilroy-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #8c826e;
}
.section-content_w_box .section-inner .boxes-wrapper .box-item .box-wrapper .description span,
.section-content_w_box .section-inner .boxes-wrapper .box-item .box-wrapper .description a {
  font-family: "Gilroy-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #8c826e;
  padding-left: clamp(5px, 0.6944444400000001vw, 10px);
  padding-right: clamp(5px, 0.6944444400000001vw, 10px);
}
.section-content_w_box .section-inner .boxes-wrapper .box-item .box-wrapper .description span:first-child,
.section-content_w_box .section-inner .boxes-wrapper .box-item .box-wrapper .description a:first-child {
  padding-left: 0;
}
.section-content_w_box .section-inner .boxes-wrapper .box-item .box-wrapper .description a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.section-content_w_box .section-inner .boxes-wrapper .box-item .box-wrapper .description a:hover {
  color: #165655;
}
.section-content_w_box .section-inner.color-green .boxes-wrapper .box-item .title {
  color: #165655;
}
.section-content_w_box .section-inner.color-green .boxes-wrapper .box-item .box-wrapper .subtitle {
  color: #165655;
}
.section-content_w_box .section-inner.color-green .boxes-wrapper .box-item .box-wrapper .description p,
.section-content_w_box .section-inner.color-green .boxes-wrapper .box-item .box-wrapper .description span,
.section-content_w_box .section-inner.color-green .boxes-wrapper .box-item .box-wrapper .description a {
  color: #165655;
}
.section-content_w_box .section-inner.color-green .boxes-wrapper .box-item .box-wrapper .description a:hover {
  color: #8c826e;
}
.section-content_w_box .section-inner.color-white .boxes-wrapper .box-item .title {
  color: #165655;
}
.section-content_w_box .section-inner.color-white .boxes-wrapper .box-item .box-wrapper {
  background-color: #165655;
}
.section-content_w_box .section-inner.color-white .boxes-wrapper .box-item .box-wrapper .subtitle {
  color: #dde6e6;
}
.section-content_w_box .section-inner.color-white .boxes-wrapper .box-item .box-wrapper .description p,
.section-content_w_box .section-inner.color-white .boxes-wrapper .box-item .box-wrapper .description span,
.section-content_w_box .section-inner.color-white .boxes-wrapper .box-item .box-wrapper .description a {
  color: #dde6e6;
}
.section-content_w_box .section-inner.color-white .boxes-wrapper .box-item .box-wrapper .description a:hover {
  color: #ffffff;
}
.section-table_content .section-inner {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.section-table_content .section-inner .table {
  border-radius: 8px;
}
.section-table_content .section-inner .table thead th {
  background-color: #dde6e6;
  font-family: "Gilroy-Medium";
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  color: #165655;
  padding: 12px;
  border-color: #dde6e6;
  height: clamp(50px, 4.72222222vw, 68px);
  vertical-align: middle;
  width: 283px;
  border: none;
}
.section-table_content .section-inner .table thead th:first-child {
  border-top-left-radius: 8px;
}
.section-table_content .section-inner .table thead th:last-child {
  border-top-right-radius: 8px;
}
.section-table_content .section-inner .table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
.section-table_content .section-inner .table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}
.section-table_content .section-inner .table tbody tr td {
  border-color: #dde6e6;
  font-family: "Gilroy-Regular";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #165655;
  height: clamp(50px, 4.72222222vw, 68px);
  vertical-align: middle;
}
.section-table_content .section-inner .table tbody tr td:first-child {
  font-weight: 600;
}
.section-table_content .section-inner .table tbody tr td.text-center > div {
  display: unset;
  align-items: unset;
}
.section-table_content .section-inner .table tbody tr td > div {
  display: flex;
  align-items: center;
}
.section-table_content .section-inner .table tbody tr td span i {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 8px;
  font-size: 10px;
  color: #ffffff;
}
.section-table_content .section-inner .table tbody tr td span i.fa-xmark {
  background-color: #D0B1B0;
}
.section-table_content .section-inner .table tbody tr td span i.fa-check {
  background-color: #ACC6C6;
}
.section-table_content .section-inner.color-brown .table thead th {
  background-color: #eee8e4;
  color: #8c826e;
  border-color: #eee8e4;
}
.section-table_content .section-inner.color-brown .table tbody tr td {
  border-color: #eee8e4;
  color: #8c826e;
}
.section-table_content .section-inner.color-brown .table tbody tr td span i {
  color: #ffffff;
}
.section-table_content .section-inner.color-brown .table tbody tr td span i.fa-xmark {
  background-color: #D0B1B0;
}
.section-table_content .section-inner.color-brown .table tbody tr td span i.fa-check {
  background-color: #ACC6C6;
}
.section-table_content .section-inner.color-brown .table tbody tr td span i::before {
  margin-bottom: -2px;
}
.section-text_w_image_2 .section-inner {
  max-width: 1210px;
  margin-left: auto;
  margin-right: auto;
}
.section-text_w_image_2 .section-inner .heading-inner-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: clamp(20px, 2.77777778vw, 40px);
}
.section-text_w_image_2 .section-inner .heading-inner-wrap .heading-wrapper {
  margin-left: -115px;
  max-width: 55%;
}
@media (max-width: 767.98px) {
  .section-text_w_image_2 .section-inner .heading-inner-wrap .heading-wrapper {
    max-width: 90%;
    padding-left: 0;
  }
}
@media (max-width: 1300px) {
  .section-text_w_image_2 .section-inner .heading-inner-wrap .heading-wrapper {
    margin-left: -50px;
  }
}
@media (max-width: 1200px) {
  .section-text_w_image_2 .section-inner .heading-inner-wrap .heading-wrapper {
    margin-left: 0;
  }
}
.section-text_w_image_2 .section-inner .heading-inner-wrap .heading-wrapper .before_title {
  font-family: "Gilroy-Regular";
  font-size: clamp(28px, 2.77777778vw, 40px);
  font-style: italic;
  font-weight: 300;
  line-height: clamp(38px, 3.33333333vw, 48px);
  text-align: left;
  color: #acc6c6;
}
.section-text_w_image_2 .section-inner .heading-inner-wrap .heading-wrapper .title {
  font-family: "Gilroy-Medium";
  font-size: clamp(32px, 2.77777778vw, 40px);
  font-weight: 500;
  line-height: clamp(42px, 3.33333333vw, 48px);
  text-align: left;
  color: #165655;
  margin-bottom: 0;
}
.section-text_w_image_2 .section-inner .order-default,
.section-text_w_image_2 .section-inner .order-reverse {
  align-items: center;
}
.section-text_w_image_2 .section-inner .order-default .image-col .image-wrapper,
.section-text_w_image_2 .section-inner .order-reverse .image-col .image-wrapper {
  position: relative;
}
.section-text_w_image_2 .section-inner .order-default .image-col .image-wrapper .image-cover,
.section-text_w_image_2 .section-inner .order-reverse .image-col .image-wrapper .image-cover {
  border-radius: 8px;
}
@media (min-width: 1421px) {
  .section-text_w_image_2 .section-inner .order-default .image-col .image-wrapper .image-cover,
  .section-text_w_image_2 .section-inner .order-reverse .image-col .image-wrapper .image-cover {
    height: 426px;
    width: 496px;
    object-fit: cover;
    max-width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1420.98px) {
  .section-text_w_image_2 .section-inner .order-default .image-col .image-wrapper .image-cover,
  .section-text_w_image_2 .section-inner .order-reverse .image-col .image-wrapper .image-cover {
    width: 496px;
  }
}
@media (max-width: 767.98px) {
  .section-text_w_image_2 .section-inner .order-default .image-col .image-wrapper .image-cover,
  .section-text_w_image_2 .section-inner .order-reverse .image-col .image-wrapper .image-cover {
    width: 100%;
    height: 290px;
  }
}
.section-text_w_image_2 .section-inner .order-default .image-col .image-wrapper .pattern-image,
.section-text_w_image_2 .section-inner .order-reverse .image-col .image-wrapper .pattern-image {
  position: absolute;
}
.section-text_w_image_2 .section-inner .order-default .image-col .image-wrapper .pattern-image.pattern-bottom,
.section-text_w_image_2 .section-inner .order-reverse .image-col .image-wrapper .pattern-image.pattern-bottom {
  bottom: 50px;
  right: 0;
}
.section-text_w_image_2 .section-inner .order-default .image-col .image-wrapper .pattern-image.pattern-top,
.section-text_w_image_2 .section-inner .order-reverse .image-col .image-wrapper .pattern-image.pattern-top {
  top: 50px;
  left: -60px;
  transform: rotate(180deg);
}
.section-text_w_image_2 .section-inner .order-default .image-col .image-wrapper .pattern-image.pattern-middle,
.section-text_w_image_2 .section-inner .order-reverse .image-col .image-wrapper .pattern-image.pattern-middle {
  top: 45%;
  right: 3px;
  transform: rotate(270deg);
}
.section-text_w_image_2 .section-inner .order-default .column-content .column-content-inner .content-wrapper .subtitle,
.section-text_w_image_2 .section-inner .order-reverse .column-content .column-content-inner .content-wrapper .subtitle {
  font-family: "Gilroy-Medium";
  font-size: 24px;
  font-weight: 500;
  line-height: 29.11px;
  text-align: left;
  color: #165655;
  margin-bottom: 32px;
  text-transform: capitalize;
}
.section-text_w_image_2 .section-inner .order-default .column-content .column-content-inner .content-wrapper .description p,
.section-text_w_image_2 .section-inner .order-reverse .column-content .column-content-inner .content-wrapper .description p {
  font-family: "Gilroy-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #165655;
}
.section-text_w_image_2 .section-inner .order-reverse {
  flex-direction: row-reverse;
}
.section-text_w_image_2 .section-inner .order-reverse .image-col .image-wrapper {
  text-align: right;
}
.section-text_w_image_2 .section-inner .order-reverse .image-col .image-wrapper .pattern-image {
  position: absolute;
}
.section-text_w_image_2 .section-inner .order-reverse .image-col .image-wrapper .pattern-image.pattern-bottom {
  bottom: 30px;
  right: unset;
  left: -15px;
}
.section-text_w_image_2 .section-inner .order-reverse .image-col .image-wrapper .pattern-image.pattern-top {
  top: 50px;
  left: -15px;
  transform: rotate(180deg);
}
.section-text_w_image_2 .section-inner .order-reverse .image-col .image-wrapper .pattern-image.pattern-middle {
  top: 45%;
  right: 35px;
  transform: rotate(270deg);
}
.section-text_w_image_2 .section-inner .order-reverse .column-content {
  padding-right: 30px;
}
.error404 .page-404 {
  text-align: center;
}
.error404 .page-404 h1 {
  font-size: clamp(36px, 6.94444444vw, 100px);
  color: #fff;
}
.error404 .page-404 .description {
  font-size: clamp(20px, 2.77777778vw, 40px);
}
.error404 .section-image .image-cover {
  max-height: clamp(300px, 27.77777778vw, 400px);
}
.error404 .section-404 h2 {
  color: #103d3d;
  margin-bottom: 40px;
  font-size: clamp(30px, 3.33333333vw, 48px);
}
.posts-heading {
  padding-top: clamp(50px, 5.55555556vw, 80px);
}
.posts-heading .subtitle {
  justify-content: center;
}
.posts-heading .intro-title {
  text-align: center;
}
.posts-heading .heading-content {
  text-align: center;
}
.tags {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  padding: clamp(20px, 2.08333333vw, 30px);
  top: 0;
  left: 0;
}
.tags li {
  display: inline-block;
  border-radius: 20px;
  padding: 5px 15px;
  background-color: #eee8e4;
  color: #103d3d;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.001em;
  margin-bottom: 5px;
}
.tags li:not(:last-child) {
  margin-right: 10px;
}
.posts-listing {
  margin-top: 211px;
}
@media (min-width: 821px) {
  .posts-listing {
    margin-top: 194px;
  }
}
.posts-listing .post-item {
  margin-bottom: 30px;
}
.posts-listing .post-item .image .post-item-image .thumbnail-image {
  width: 100%;
}
.posts-listing .post-item .post-title {
  padding: 25px 25px 0px;
  font-size: 40px;
  line-height: 50px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: none;
  margin-bottom: 0;
}
.posts-listing .post-item .post-title .post-item-content {
  color: #1f1f1f;
}
.posts-listing .post-item .post-title .post-item-content:hover {
  color: #266682;
}
.posts-listing .post-item .post-title .date {
  color: #bebebe;
}
.posts-listing .post-item h4 {
  color: #bebebe;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 18px;
}
.posts-listing .post-item h4 a {
  color: #bebebe;
}
.posts-listing .post-item h4 a:hover {
  color: #053c53;
}
.posts-listing .post-item .excerpt {
  color: #777777;
  font-size: 18px;
  line-height: 22px;
  font-style: normal;
  font-weight: 400;
}
.posts-listing .post-item .btn {
  font-size: 12px;
  letter-spacing: 0.75px;
  text-transform: capitalize;
  background-color: #e5b250;
  font-family: "Gilroy-Medium";
  height: 32px;
  border-radius: 0;
  padding: 0;
  min-width: 100px;
  margin-top: 30px;
  border-color: #e5b250;
}
@media (min-width: 768px) {
  .posts-listing .post-item-content {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .posts-listing .row {
    margin: 0 -35px;
  }
  .posts-listing .row > div {
    padding: 0 35px;
  }
  .posts-listing .post-item {
    margin-bottom: 70px;
  }
}
.posts-listing .no-results {
  max-width: 725px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
}
.posts-listing .no-results span {
  display: block;
  font-weight: 600;
  margin-bottom: 20px;
}
.posts-listing .no-results a {
  font-weight: 600;
  text-decoration: underline;
  color: #3957d2;
}
.posts-listing .posts-listing-wrapper .post-column {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .posts-listing .posts-listing-wrapper.featured-posts {
    height: 100%;
  }
  .posts-listing .posts-listing-wrapper.featured-posts .post-item {
    margin-bottom: 0;
  }
}
.posts-listing .posts-listing-wrapper.featured-posts .col-md-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.posts-listing .posts-listing-wrapper .post-item .post-item-content {
  display: block;
  color: #103d3d;
  border: 1px solid rgba(103, 112, 127, 0.25);
  background: #FFF;
  border-radius: 20px;
}
.posts-listing .posts-listing-wrapper .post-item .post-item-content .image {
  position: relative;
  width: 100%;
  height: clamp(200px, 27.77777778vw, 400px);
}
.posts-listing .posts-listing-wrapper .post-item .post-item-content .post-content {
  padding: 30px 20px;
}
.posts-listing .posts-listing-wrapper .post-item .post-item-content .post-content h3 {
  font-size: clamp(24px, 2.08333333vw, 30px);
  font-weight: 500;
  margin: 0;
}
.posts-listing .posts-listing-wrapper .post-item .post-item-content .post-content h3 a {
  color: #071E46;
}
.posts-listing .posts-listing-wrapper .post-item .post-item-content .post-content .excerpt {
  line-height: 180%;
  margin-top: clamp(20px, 2.08333333vw, 30px);
}
.posts-listing .posts-listing-wrapper .post-item .post-item-content .meta-info {
  display: flex;
  align-items: center;
}
.posts-listing .posts-listing-wrapper .post-item .post-item-content .meta-info .author {
  display: flex;
  align-items: center;
}
.posts-listing .posts-listing-wrapper .post-item .post-item-content .meta-info .author img {
  width: clamp(25px, 2.77777778vw, 40px);
  height: clamp(25px, 2.77777778vw, 40px);
  border-radius: 100%;
}
.posts-listing .posts-listing-wrapper .post-item .post-item-content .meta-info .author span {
  margin-left: clamp(10px, 1.04166667vw, 15px);
}
.posts-listing .posts-listing-wrapper .post-item .post-item-content .meta-info .category,
.posts-listing .posts-listing-wrapper .post-item .post-item-content .meta-info .share-count {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.posts-listing .posts-listing-wrapper .post-item .post-item-content .meta-info .category span,
.posts-listing .posts-listing-wrapper .post-item .post-item-content .meta-info .share-count span {
  margin-left: 10px;
}
@media (max-width: 767.98px) {
  .posts-listing .posts-listing-wrapper .post-item .post-item-content .meta-info {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .posts-listing .posts-listing-wrapper .post-item .post-item-content .meta-info .category,
  .posts-listing .posts-listing-wrapper .post-item .post-item-content .meta-info .share-count {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.posts-listing .page-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
}
.posts-listing .page-nav ul li {
  margin-right: 10px;
}
.posts-listing .page-nav ul li:last-child {
  margin-right: 0;
}
.posts-listing .page-nav ul li span,
.posts-listing .page-nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(180, 184, 194, 0.5);
  background: #FFF;
  font-size: 14px;
  color: #7E8899;
  transition: all .3s;
}
.posts-listing .page-nav ul li span:hover,
.posts-listing .page-nav ul li a:hover,
.posts-listing .page-nav ul li span.current,
.posts-listing .page-nav ul li a.current {
  border: 1px solid #0F2E5E;
  color: #0F2E5E;
}
.posts-listing .side-col {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .posts-listing .side-col {
    margin-top: 0;
  }
}
.blog-sidebar .wrapper {
  padding-top: clamp(30px, 2.77777778vw, 40px);
  padding-right: clamp(20px, 2.77777778vw, 40px);
  padding-bottom: clamp(30px, 2.77777778vw, 40px);
  padding-left: clamp(20px, 2.77777778vw, 40px);
  border: 1px solid rgba(103, 112, 127, 0.25);
  background: #FFF;
  margin-bottom: 10px;
  border-radius: 20px;
}
.blog-sidebar .wrapper .wrapper-title {
  font-size: clamp(24px, 2.08333333vw, 30px);
  font-weight: 500;
  margin-bottom: clamp(20px, 2.08333333vw, 30px);
}
.blog-sidebar .wrapper.searching-wrapper {
  background: #F5F7F9;
  border-color: #194795;
}
.blog-sidebar .wrapper.search-wrapper {
  border: none;
  padding: 0;
}
.blog-sidebar .wrapper.search-wrapper .wrapper-title {
  display: none;
}
.blog-sidebar .wrapper:last-child {
  margin-bottom: 0;
}
.blog-sidebar .blog-search {
  display: flex;
  position: relative;
}
.blog-sidebar .blog-search .search-filter {
  height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: clamp(15px, 2.08333333vw, 30px);
  padding-right: 80px;
  width: 100%;
  border-radius: 20px 50px 50px 20px;
  border: 1px solid #B4B8C2;
}
.blog-sidebar .blog-search .bt {
  padding: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  min-width: auto;
  border-radius: 0;
  flex-shrink: 0;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
}
.blog-sidebar .cat-list .cat-item {
  position: relative;
  padding-left: 25px;
  margin-bottom: clamp(15px, 2.08333333vw, 30px);
}
.blog-sidebar .cat-list .cat-item:after {
  position: absolute;
  content: '';
  width: 13px;
  height: 2px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(https://innova.srv2.softwareimc.app/wp-content/themes/acf/assets/less/../images/li.svg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.blog-sidebar .cat-list .cat-item a {
  color: #67707F;
  font-size: 18px;
  line-height: 180%;
  transition: all .3s;
}
.blog-sidebar .cat-list .cat-item a.active,
.blog-sidebar .cat-list .cat-item a:hover {
  color: #0F2E5E;
  text-decoration: underline;
}
.blog-sidebar .cat-list .cat-item:last-child {
  margin-bottom: 0;
}
.blog-sidebar .recent-posts-list .recent-post-item {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.blog-sidebar .recent-posts-list .recent-post-item .image {
  position: relative;
  width: clamp(100px, 9.722222220000001vw, 140px);
  height: clamp(80px, 6.94444444vw, 100px);
  margin-right: clamp(10px, 1.73611111vw, 25px);
  flex-shrink: 0;
}
.blog-sidebar .recent-posts-list .recent-post-item .image:after {
  position: absolute;
  content: '';
  top: 5px;
  bottom: 5px;
  right: 5px;
  left: 5px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.blog-sidebar .recent-posts-list .recent-post-item .post-content h4 {
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: 500;
  line-height: 140%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
}
.blog-sidebar .recent-posts-list .recent-post-item .post-content h4 a {
  color: #071E46;
}
.blog-sidebar .sidebar-socials ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.blog-sidebar .sidebar-socials ul li {
  margin-right: 20px;
}
.blog-sidebar .sidebar-socials ul li:last-child {
  margin-right: 0;
}
.blog-sidebar .sidebar-socials ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #194795;
  color: #194795;
  transition: all .3s;
}
.blog-sidebar .sidebar-socials ul li a:hover {
  background-color: #194795;
  color: #fff;
}
.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-pagenavi span,
.wp-pagenavi a {
  width: clamp(30px, 2.77777778vw, 40px);
  height: clamp(30px, 2.77777778vw, 40px);
  border: 1px solid #165655;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #103d3d;
  margin: 0 3px;
  transition: all 0.3s;
}
.wp-pagenavi span.current,
.wp-pagenavi a.current {
  border-color: #103d3d;
  background-color: #eee8e4;
}
.wp-pagenavi span.extend,
.wp-pagenavi a.extend {
  display: none;
}
.wp-pagenavi span:hover,
.wp-pagenavi a:hover {
  border-color: #103d3d;
}
.section-blog-listing .posts-listing {
  padding-bottom: 0;
  margin-top: 0;
}
.section-blog-listing .posts-listing .posts-listing-wrapper {
  margin: 0;
}
.section-blog-listing .posts-listing .posts-listing-wrapper .post-item {
  padding-left: 15px;
  padding-right: 15px;
}
.section-blog-listing .posts-listing .post-item {
  margin-bottom: 50px;
}
.section-blog-listing .posts-listing .post-item .post-title {
  display: flex;
  gap: 10px;
  padding-left: 0;
  padding-right: 0;
}
.section-blog-listing .posts-listing .post-item .post-title .post-item-content {
  border: none !important;
}
.section-blog-listing .posts-listing .post-item .post-title h4 a {
  display: none;
}
@media (min-width: 1200px) {
  .section-guttenberg .row {
    margin: 0 -35px;
  }
  .section-guttenberg .row > div {
    padding: 0 35px;
  }
}
.section-guttenberg .post-title {
  padding: 25px 25px 0px;
  font-size: 40px;
  line-height: 50px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: none;
  margin-bottom: 0;
  color: #1f1f1f;
}
@media (max-width: 767.98px) {
  .section-guttenberg .post-title {
    font-size: 28px;
    line-height: 38px;
  }
}
.section-guttenberg .post-title .post-item-content {
  color: #1f1f1f;
}
.section-guttenberg .post-title .post-item-content:hover {
  color: #266682;
}
.section-guttenberg .post-title .date {
  color: #bebebe;
}
.section-guttenberg h4 {
  color: #bebebe;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 18px;
  padding-bottom: 30px;
}
.section-guttenberg h4 a {
  color: #bebebe;
}
.section-guttenberg h4 a:hover {
  color: #053c53;
}
.section-guttenberg .post-breadcrumbs {
  display: flex;
  align-items: center;
  margin-bottom: clamp(40px, 4.16666667vw, 60px);
}
.section-guttenberg .post-breadcrumbs span {
  display: inline-block;
  position: relative;
  color: #3957d2;
}
.section-guttenberg .post-breadcrumbs span:after {
  padding: 8px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f054";
  font-size: 10px;
  color: #67707F;
}
.section-guttenberg .post-breadcrumbs span a {
  color: #67707F;
  transition: all .3s;
}
.section-guttenberg .post-breadcrumbs span a:hover {
  color: #3957d2;
}
.section-guttenberg .post-breadcrumbs span:first-child {
  padding-left: 0;
}
.section-guttenberg .post-breadcrumbs span:last-child {
  padding-right: 0;
}
.section-guttenberg .post-breadcrumbs span:last-child::after {
  display: none;
}
.section-guttenberg .post-breadcrumbs span.truncate-text {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-guttenberg .wp-block-heading {
  padding: 20px 0;
  font-size: 40px;
  line-height: 50px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: none;
  margin-bottom: 0;
  color: #1f1f1f;
}
.section-guttenberg .wp-block-image,
.section-guttenberg .image {
  position: relative;
}
.section-guttenberg .wp-block-image img,
.section-guttenberg .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-guttenberg .image {
  width: 100%;
  height: clamp(200px, 38.88888889vw, 560px);
}
.section-guttenberg .editor-content {
  background: #FFF;
  padding: 10px;
}
.section-guttenberg .editor-content > *:last-child {
  margin-bottom: 0;
}
.section-guttenberg .editor-content .post-title {
  font-size: clamp(30px, 3.47222222vw, 50px);
  margin-bottom: clamp(20px, 2.77777778vw, 40px);
  color: #1f1f1f;
}
.section-guttenberg .editor-content h3 {
  font-weight: 500;
  font-size: clamp(17px, 1.31944444vw, 19px);
  margin-bottom: clamp(20px, 2.08333333vw, 30px);
}
.section-guttenberg .editor-content p {
  line-height: 1.8;
  color: #777777;
  font-size: 18px;
  line-height: 22px;
  font-style: normal;
  font-weight: 400;
}
.section-guttenberg .editor-content p a {
  color: #e5b250;
}
.section-guttenberg .editor-content .wp-block-column p {
  margin-bottom: clamp(15px, 1.73611111vw, 25px);
}
.section-guttenberg .editor-content ul {
  list-style: none;
  margin-top: 35px;
}
.section-guttenberg .editor-content ul li {
  position: relative;
  font-size: 18px;
  color: #777777;
  font-weight: 500;
  margin-bottom: clamp(15px, 1.73611111vw, 25px);
  list-style: circle;
  font-family: "Gilroy-Medium";
}
.section-guttenberg .editor-content ul li a {
  color: #e5b250;
}
.section-guttenberg .editor-content .wp-block-image {
  margin-bottom: clamp(20px, 3.47222222vw, 50px);
}
.section-guttenberg .editor-content .wp-block-quote {
  position: relative;
  padding-left: clamp(20px, 2.77777778vw, 40px);
}
.section-guttenberg .editor-content .wp-block-quote p {
  position: relative;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  padding-top: 25px;
}
.section-guttenberg .editor-content .wp-block-quote p:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 12px;
  height: 12px;
  background-image: url(https://innova.srv2.softwareimc.app/wp-content/themes/acf/assets/less/../images/quote.svg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.section-guttenberg .editor-content .wp-block-quote:after {
  position: absolute;
  content: '';
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 2px;
  margin: auto;
  background-color: #3957D2;
}
.section-guttenberg .editor-content .wp-block-quote:before {
  content: "";
  width: 2px;
  height: 2px;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: #3957d2;
  position: absolute;
}
.section-guttenberg .editor-content .alignnone {
  margin-top: 20px;
  margin-bottom: 20px;
}
.section-guttenberg .meta-info {
  display: flex;
  align-items: center;
  padding-right: clamp(25px, 3.47222222vw, 50px);
  padding-left: clamp(25px, 3.47222222vw, 50px);
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid rgba(103, 112, 127, 0.25);
  border-top: none;
  background: #FFF;
}
.section-guttenberg .meta-info .author {
  display: flex;
  align-items: center;
}
.section-guttenberg .meta-info .author img {
  width: clamp(25px, 2.77777778vw, 40px);
  height: clamp(25px, 2.77777778vw, 40px);
  border-radius: 100%;
}
.section-guttenberg .meta-info .author span {
  margin-left: clamp(10px, 1.04166667vw, 15px);
}
.section-guttenberg .meta-info .category,
.section-guttenberg .meta-info .share-count {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.section-guttenberg .meta-info .category span,
.section-guttenberg .meta-info .share-count span {
  margin-left: 10px;
}
@media (max-width: 767.98px) {
  .section-guttenberg .meta-info {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .section-guttenberg .meta-info .category,
  .section-guttenberg .meta-info .share-count {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.section-guttenberg .side-col {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .section-guttenberg .side-col {
    margin-top: 0;
  }
}
.post-nav-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: clamp(20px, 2.77777778vw, 40px);
}
.post-nav-links .nav-previous,
.post-nav-links .nav-next {
  display: flex;
  align-items: center;
  color: #3957D2;
  font-weight: 600;
}
.post-nav-links .nav-previous i,
.post-nav-links .nav-next i {
  transition: all .3s;
}
.post-nav-links .nav-next {
  margin-left: auto;
}
.post-nav-links .nav-next i {
  margin-left: 15px;
}
.post-nav-links .nav-next:hover i {
  transform: translateX(5px);
}
.post-nav-links .nav-previous i {
  margin-right: 15px;
}
.post-nav-links .nav-previous:hover i {
  transform: translateX(-5px);
}
@media (min-width: 992px) {
  body.single-post .site-content-contain {
    overflow: initial;
  }
  body.single-post .site-content-contain .blog-sidebar {
    position: sticky;
    top: 92px;
  }
}
@media (min-width: 992px) {
  body.single-post .site-content-contain .blog-sidebar {
    top: 110px;
  }
}
.single-service .section-guttenberg .post-title,
.single-post .section-guttenberg .post-title {
  padding-left: 0;
  padding-bottom: 10px;
}
.single-service .section-guttenberg .editor-content h2,
.single-post .section-guttenberg .editor-content h2 {
  padding: 20px 0;
  font-size: 28px;
  line-height: 32px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: none;
  margin-bottom: 0;
  color: #1f1f1f;
}
@media (max-width: 767.98px) {
  .single-service .section-guttenberg .editor-content h2,
  .single-post .section-guttenberg .editor-content h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.single-service .section-guttenberg .editor-content h3,
.single-post .section-guttenberg .editor-content h3 {
  color: #1f1f1f;
}
@media (max-width: 767.98px) {
  .single-service .section-guttenberg .editor-content p,
  .single-post .section-guttenberg .editor-content p {
    font-size: 16px;
  }
}
.single-service .section-guttenberg .editor-content p a,
.single-post .section-guttenberg .editor-content p a {
  color: #e5b250;
}
.single-service .section-guttenberg .editor-content a,
.single-post .section-guttenberg .editor-content a {
  color: #e5b250;
}
.single-service .section-guttenberg .editor-content ul,
.single-post .section-guttenberg .editor-content ul {
  list-style: none;
  margin-top: 10px;
}
.single-service .section-guttenberg .editor-content ul li,
.single-post .section-guttenberg .editor-content ul li {
  position: relative;
  font-size: 18px;
  color: #777777;
  font-weight: 500;
  margin-bottom: clamp(10px, 1.73611111vw, 25px);
  list-style: circle;
  font-family: "Gilroy-Medium";
}
.single-service .section-guttenberg .editor-content ul li a,
.single-post .section-guttenberg .editor-content ul li a {
  color: #e5b250;
}
