@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap");
@-webkit-keyframes fadeInFor {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInFor {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInForUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInForUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol[class],
ul[class] li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

.img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}

.row > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

@media (max-width: 767px) {
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
.text-left {
  text-align: left;
}

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

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

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

.p-auto {
  padding: auto;
}

.py-auto {
  padding-top: auto;
  padding-bottom: auto;
}

.pt-auto {
  padding-top: auto;
}

.pb-auto {
  padding-bottom: auto;
}

.pr-auto {
  padding-right: auto;
}

.pl-auto {
  padding-left: auto;
}

.p-unset {
  padding: unset;
}

.py-unset {
  padding-top: unset;
  padding-bottom: unset;
}

.pt-unset {
  padding-top: unset;
}

.pb-unset {
  padding-bottom: unset;
}

.pr-unset {
  padding-right: unset;
}

.pl-unset {
  padding-left: unset;
}

.p-0 {
  padding: 0;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pr-0 {
  padding-right: 0;
}

.pl-0 {
  padding-left: 0;
}

.p-1 {
  padding: 1rem;
}

.py-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pt-1 {
  padding-top: 1rem;
}

.pb-1 {
  padding-bottom: 1rem;
}

.pr-1 {
  padding-right: 1rem;
}

.pl-1 {
  padding-left: 1rem;
}

.p-2 {
  padding: 2rem;
}

.py-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pr-2 {
  padding-right: 2rem;
}

.pl-2 {
  padding-left: 2rem;
}

.p-3 {
  padding: 3rem;
}

.py-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.pr-3 {
  padding-right: 3rem;
}

.pl-3 {
  padding-left: 3rem;
}

.p-4 {
  padding: 4rem;
}

.py-4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.pt-4 {
  padding-top: 4rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.pr-4 {
  padding-right: 4rem;
}

.pl-4 {
  padding-left: 4rem;
}

.p-5 {
  padding: 5rem;
}

.py-5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.pt-5 {
  padding-top: 5rem;
}

.pb-5 {
  padding-bottom: 5rem;
}

.pr-5 {
  padding-right: 5rem;
}

.pl-5 {
  padding-left: 5rem;
}

.p-6 {
  padding: 6rem;
}

.py-6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.pt-6 {
  padding-top: 6rem;
}

.pb-6 {
  padding-bottom: 6rem;
}

.pr-6 {
  padding-right: 6rem;
}

.pl-6 {
  padding-left: 6rem;
}

.container,
.container-lg {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container_sm {
  max-width: 1024px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  .container,
  .container_sm {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container,
  .container_sm {
    max-width: 720px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1000px;
  }
  .container_sm {
    max-width: 930px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1230px;
  }
  .container_sm {
    max-width: 1030px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1330px;
  }
  .container_sm {
    max-width: 1130px;
  }
}
@media (min-width: 1560px) and (max-width: 1680px) {
  .container {
    max-width: 1430px;
  }
  .container_sm {
    max-width: 1230px;
  }
}
@media (min-width: 1680px) {
  .container {
    max-width: 1710px;
  }
  .container_sm {
    max-width: 1230px;
  }
}
@font-face {
  font-family: "wEmpo";
  src: url("../fonts/wEmpo.eot?lcfu5s");
  src: url("../fonts/wEmpo.eot?lcfu5s#iefix") format("embedded-opentype"), url("../fonts/wEmpo.ttf?lcfu5s") format("truetype"), url("../fonts/wEmpo.woff?lcfu5s") format("woff"), url("../fonts/wEmpo.svg?lcfu5s#wEmpo") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=wEmpo-],
[class*=" wEmpo-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "wEmpo" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wEmpo-commit:before {
  content: "\e900";
}

.wEmpo-empowered:before {
  content: "\e901";
}

.wEmpo-facebook:before {
  content: "\e902";
}

.wEmpo-initiatives:before {
  content: "\e903";
}

.wEmpo-instagram:before {
  content: "\e904";
}

.wEmpo-linkedin:before {
  content: "\e905";
}

.wEmpo-share:before {
  content: "\e906";
}

.wEmpo-signatories:before {
  content: "\e907";
}

.wEmpo-support:before {
  content: "\e908";
}

.wEmpo-twitter:before {
  content: "\e909";
}

.wEmpo-arrow-left:before {
  content: "\e90a";
}

.wEmpo-arrow-right:before {
  content: "\e90b";
}

.wEmpo-collaborate:before {
  content: "\e90c";
}

@font-face {
  font-family: "PPMori";
  src: url("../fonts/PPMori/PPMori-Extralight.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PPMori";
  src: url("../fonts/PPMori/PPMori-ExtralightItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "PPMori";
  src: url("../fonts/PPMori/PPMori-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PPMori";
  src: url("../fonts/PPMori/PPMori-RegularItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "PPMori";
  src: url("../fonts/PPMori/PPMori-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PPMori";
  src: url("../fonts/PPMori/PPMori-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
.PPMori_font {
  font-family: "PPMori", sans-serif;
}

/* Poppins */
.Poppins_font {
  font-family: "Poppins", sans-serif;
}

.oswald_font {
  font-family: "Oswald", sans-serif;
}

@font-face {
  font-family: "Cairo";
  src: url("../fonts/Cairo/Cairo-ExtraBold.woff2") format("woff2"), url("../fonts/Cairo/Cairo-ExtraBold.woff") format("woff"), url("../fonts/Cairo/Cairo-ExtraBold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cairo";
  src: url("../fonts/Cairo/Cairo-Bold.woff2") format("woff2"), url("../fonts/Cairo/Cairo-Bold.woff") format("woff"), url("../fonts/Cairo/Cairo-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cairo";
  src: url("../fonts/Cairo/Cairo-ExtraLight.woff2") format("woff2"), url("../fonts/Cairo/Cairo-ExtraLight.woff") format("woff"), url("../fonts/Cairo/Cairo-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cairo";
  src: url("../fonts/Cairo/Cairo-Light.woff2") format("woff2"), url("../fonts/Cairo/Cairo-Light.woff") format("woff"), url("../fonts/Cairo/Cairo-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cairo";
  src: url("../fonts/Cairo/Cairo-Regular.woff2") format("woff2"), url("../fonts/Cairo/Cairo-Regular.woff") format("woff"), url("../fonts/Cairo/Cairo-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cairo";
  src: url("../fonts/Cairo/Cairo-SemiBold.woff2") format("woff2"), url("../fonts/Cairo/Cairo-SemiBold.woff") format("woff"), url("../fonts/Cairo/Cairo-SemiBold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::after, *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::-moz-selection {
  background: #b5b3da;
  color: white;
}
*::selection {
  background: #b5b3da;
  color: white;
}

html {
  padding: 0px;
  margin: 0px;
  scroll-behavior: smooth;
  font-size: 16px;
  scroll-padding-top: 165px;
}
@media (max-width: 1560px) {
  html {
    scroll-padding-top: 130px;
    font-size: 14px;
  }
}
@media (max-width: 380px) {
  html {
    font-size: 12px;
  }
}
html body {
  font-size: 1rem;
  color: #191919;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  background-color: white;
  margin: 0px;
  padding: 0px;
  width: 100%;
  overflow-x: hidden;
  min-width: 320px;
  line-height: normal;
  padding-top: var(--header-size);
  -webkit-transition: padding-top 0ms;
  transition: padding-top 0ms;
}
html body .scroll_off {
  overflow: hidden !important;
}
html body .body_wrap {
  width: 100%;
  overflow: hidden;
  overflow-x: hidden;
}
html body .img_design {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  max-height: unset;
  z-index: 999999;
  pointer-events: none;
  opacity: 0.2;
  opacity: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5em;
  line-height: normal;
  font-weight: bold;
  color: #000;
}

html body .btn_backTop {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 1040;
  padding: 5px;
  margin: 0;
  width: 45px;
  height: 45px;
  display: none;
  -webkit-box-shadow: 0 4px 12px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px 1px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1560px) {
  html body .btn_backTop {
    width: 42px;
    height: 42px;
  }
}
@media (max-width: 767px) {
  html body .btn_backTop {
    width: 36px;
    height: 36px;
    bottom: 0.5em;
    right: 0.5em;
  }
}
html body .btn_backTop span {
  display: block;
  -webkit-transform: rotate(-90deg) translateX(1px) translateY(1px);
          transform: rotate(-90deg) translateX(1px) translateY(1px);
}
html body .btn_backTop:hover {
  background-color: #191919;
}
html body .counter_list_wrap {
  position: fixed;
  top: 25%;
  right: 0;
  z-index: 1040;
  pointer-events: none;
  display: none;
}
@media (max-width: 1260px) {
  html body .counter_list_wrap {
    display: block;
  }
}
html body .counter_list_wrap .btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5rem 1rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #f3ece2;
  border: none;
  margin: 0;
  pointer-events: all;
  display: none;
}
@media (max-width: 1280px) {
  html body .counter_list_wrap .btn {
    padding: 0.5rem 0.75rem;
  }
}
html body .counter_list_wrap .btn img {
  max-width: 46px;
}
@media (max-width: 1280px) {
  html body .counter_list_wrap .btn img {
    max-width: 32px;
  }
}
html body .counter_list_wrap .btn:hover, html body .counter_list_wrap .btn:focus {
  background-color: #e8e8fa;
}
html body .counter_list_wrap .banner_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  pointer-events: all;
}
html body .counter_list_wrap .banner_list li .content {
  background-color: var(--bg-clr);
  border-radius: 8px;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 1.5rem;
  min-width: 210px;
  margin-bottom: -3px;
}
@media (max-width: 1280px) {
  html body .counter_list_wrap .banner_list li .content {
    min-width: 150px;
    padding: 0.25rem 1rem;
  }
}
html body .counter_list_wrap .banner_list li .content strong {
  font-size: 2rem;
  font-weight: 600;
  color: #000;
  margin: 0;
}
@media (max-width: 1560px) {
  html body .counter_list_wrap .banner_list li .content strong {
    font-size: 1.8rem;
  }
}
html body .counter_list_wrap .banner_list li .content h4 {
  font-size: 1.25rem;
  padding-left: 0.3em;
  font-weight: 600;
  color: #000;
  margin: 0;
  text-transform: uppercase;
  display: inline-block;
}
@media (max-width: 1560px) {
  html body .counter_list_wrap .banner_list li .content h4 {
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  section.py-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  section.py-3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  section.py-4 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  section.pt-3 {
    padding-bottom: 2rem;
  }
  section.pb-4 {
    padding-bottom: 3rem;
  }
}

.mfp-content .mfp-img {
  padding-top: 0;
  margin-bottom: -1.5rem;
  z-index: 2;
  position: relative;
  border-radius: 12px;
  max-height: 80vh !important;
}
@media (max-width: 1200px) {
  .mfp-content .mfp-img {
    border-radius: 8px;
  }
}
.mfp-content .mfp-bottom-bar .mfp-title {
  background-color: #f6d397;
  padding: 1rem !important;
  padding-top: 2rem !important;
  border-radius: 12px;
  font-size: 1.125rem;
  color: #191919;
  padding: 0;
  line-height: 1.25em;
  text-align: center;
}
@media (max-width: 1200px) {
  .mfp-content .mfp-bottom-bar .mfp-title {
    border-radius: 8px;
  }
}
.mfp-content .mfp-counter {
  position: fixed;
  top: unset;
  bottom: 5px;
  left: 50%;
  right: unset;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mfp-fade_noTile .mfp-title {
  display: none;
}

.error-404 {
  text-align: center;
  padding: 5rem 1rem;
  background-color: #cee09c;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.error-404 .title_wrap h2 {
  font-size: 5rem;
  font-weight: bold;
  margin: 0;
}

.error-404 .title_wrap p {
  font-size: 1.125rem;
  font-weight: 400;
  color: #666;
  max-width: 500px;
  margin: auto;
  margin-bottom: 2.5rem;
  margin-top: 1rem;
}

@media (max-width: 1560px) {
  .error-404 .title_wrap h2 {
    font-size: 4.5rem;
  }
}
@media (max-width: 991px) {
  .error-404 .title_wrap h2 {
    font-size: 3.5rem;
  }
  .error-404 .title_wrap p {
    max-width: 420px;
  }
}
@media (max-width: 767px) {
  .error-404 {
    padding: 5rem 1rem;
  }
  .error-404 .title_wrap h2 {
    font-size: 2.75rem;
  }
}
.btn {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 50px;
  background-color: #efefef;
  font-size: 1.125rem;
  padding: 0.6em 1.75em;
  line-height: 1;
  margin-bottom: 0.25rem;
  margin-right: 0.25rem;
  -webkit-transition: background-color 400ms, color 400ms, border-color 400ms, -webkit-transform 400ms;
  transition: background-color 400ms, color 400ms, border-color 400ms, -webkit-transform 400ms;
  transition: background-color 400ms, color 400ms, border-color 400ms, transform 400ms;
  transition: background-color 400ms, color 400ms, border-color 400ms, transform 400ms, -webkit-transform 400ms;
}
.btn:last-child {
  margin-right: 0;
}
.btn:only-child {
  margin-bottom: 0;
  margin-right: 0;
}
.btn:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.btn:hover, .btn:focus {
  color: #333;
  background-color: #ddd;
}
.btn[disabled], .btn.disabled {
  -webkit-filter: opacity(0.5);
          filter: opacity(0.5);
  cursor: not-allowed;
  pointer-events: none;
}
.btn.btn_primary {
  background-color: #8177b2;
  color: white;
}
.btn.btn_primary:hover, .btn.btn_primary:focus {
  background-color: #b5b3da;
}
.btn.btn_secondary {
  background-color: #f5ce92;
  border-color: #f5ce92;
  color: #000;
}
.btn.btn_secondary:hover, .btn.btn_secondary:focus {
  background-color: #b5b3da;
  border-color: #b5b3da;
}
.btn.btn_more {
  color: #ed9d2e;
  background-color: transparent;
  padding: 0.25em 0.5em;
  margin-top: 1rem;
  vertical-align: bottom;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media (max-width: 767px) {
  .btn.btn_more {
    margin-top: 0.5rem;
  }
}
.btn.btn_more span {
  font-size: 0.75em;
  margin-top: 3px;
}
.btn.btn_more:hover, .btn.btn_more:focus {
  color: #8177b2;
}
.btn.btn_arrow {
  border-radius: 50px;
  padding: 5px;
  width: 40px;
  height: 40px;
  background-color: #ddd;
  border: solid 1px #ddd;
  color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: border-color 400ms, background-color 400ms;
  transition: border-color 400ms, background-color 400ms;
}
@media (max-width: 1200px) {
  .btn.btn_arrow {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 767px) {
  .btn.btn_arrow {
    width: 32px;
    height: 32px;
  }
}
.btn.btn_arrow.left [class*=icon] {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.btn.btn_arrow span {
  line-height: 0;
}
.btn.btn_arrow:hover, .btn.btn_arrow:focus {
  background-color: #9595cb;
  border-color: #9595cb;
}

.slick .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 0rem;
  bottom: 5%;
  width: 100%;
}
.slick .slick-dots li {
  list-style: none;
}
.slick .slick-dots li button {
  margin: 0 8px;
  padding: 0;
  display: block;
  border-radius: 50px;
  width: 11px;
  height: 11px;
  background-color: transparent;
  border: solid 2px #6f6d6d;
  font-size: 0px;
  cursor: pointer;
  outline: none;
  -webkit-transition: background-color 400ms, border-color 400ms, -webkit-box-shadow 400ms, -webkit-transform 400ms;
  transition: background-color 400ms, border-color 400ms, -webkit-box-shadow 400ms, -webkit-transform 400ms;
  transition: box-shadow 400ms, background-color 400ms, border-color 400ms, transform 400ms;
  transition: box-shadow 400ms, background-color 400ms, border-color 400ms, transform 400ms, -webkit-box-shadow 400ms, -webkit-transform 400ms;
  position: relative;
}
.slick .slick-dots li button::before {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border-radius: 50px;
  border: solid 2px #b5b3da;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
}
.slick .slick-dots li button:hover {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}
.slick .slick-dots li.slick-active button {
  border-color: transparent;
  background-color: #b5b3da;
}
.slick .slick-dots li.slick-active button::before {
  -webkit-transform: none;
          transform: none;
}

.btn_arrow_center .btn_arrow {
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 100%;
  z-index: 9;
}
.btn_arrow_center .btn_arrow.right {
  right: unset;
  left: 100%;
}
@media (max-width: 1560px) {
  .btn_arrow_center .btn_arrow {
    left: -0.5rem;
  }
  .btn_arrow_center .btn_arrow.right {
    left: unset;
    right: -0.5em;
  }
}

.sc_title_wrap .title_text h1, .sc_title_wrap .title_text h2, .sc_title_wrap .title_text h3 {
  font-size: 3rem;
  font-weight: 600;
  color: #073765;
  text-transform: uppercase;
  line-height: 1.125em;
  margin-bottom: 0.5em;
  word-break: break-word;
}
@media (max-width: 1560px) {
  .sc_title_wrap .title_text h1, .sc_title_wrap .title_text h2, .sc_title_wrap .title_text h3 {
    font-size: 2.75rem;
  }
}
@media (max-width: 1200px) {
  .sc_title_wrap .title_text h1, .sc_title_wrap .title_text h2, .sc_title_wrap .title_text h3 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .sc_title_wrap .title_text h1, .sc_title_wrap .title_text h2, .sc_title_wrap .title_text h3 {
    font-size: 2.25rem;
  }
}
.sc_title_wrap .title_text h1 small, .sc_title_wrap .title_text h2 small, .sc_title_wrap .title_text h3 small {
  display: block;
  font-size: 1.875rem;
  font-weight: 600;
  color: #8177b2;
}
@media (max-width: 1560px) {
  .sc_title_wrap .title_text h1 small, .sc_title_wrap .title_text h2 small, .sc_title_wrap .title_text h3 small {
    font-size: 1.75rem;
  }
}
@media (max-width: 1200px) {
  .sc_title_wrap .title_text h1 small, .sc_title_wrap .title_text h2 small, .sc_title_wrap .title_text h3 small {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .sc_title_wrap .title_text h1 small, .sc_title_wrap .title_text h2 small, .sc_title_wrap .title_text h3 small {
    font-size: 1.5rem;
  }
}
.sc_title_wrap .sub_text {
  font-size: 1rem;
  line-height: 1.75em;
}
.sc_title_wrap .sub_text p {
  margin-bottom: 1.5em;
}
.sc_title_wrap .sub_text p:last-child {
  margin-bottom: 0em;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-slider .slick-list:focus {
  outline: none;
}
.slick-slider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-slider .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-slider .slick-track:before, .slick-slider .slick-track:after {
  display: table;
  content: "";
}
.slick-slider .slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  position: fixed;
  top: 1rem;
  right: 1rem;
  width: 38px;
  height: 38px;
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media (max-width: 1560px) {
  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
    width: 34px;
    height: 34px;
  }
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
     * Remove all paddings around the image on small screen
     */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.video_container img + img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 30px;
  max-height: 30px;
  min-width: 30px;
  min-height: 30px;
  z-index: 9;
}

/* ATTENTION, la CSS de lightbox est chargée dans les options (roue crantée) de la CSS */
.grid-container {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(calc(33.3333333333% - 1rem), 1fr));
  grid-auto-flow: dense;
  overflow: hidden;
}

.grid-container .item {
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.grid-container .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.grid-container .item.portrait {
  grid-row: auto/span 2;
}

.grid-container .item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.input_group {
  margin-bottom: 1.25rem;
}
@media (max-width: 767px) {
  .input_group {
    margin-bottom: 1rem;
  }
}
.input_group.mb-0 {
  margin-bottom: 0;
}
.input_group label {
  display: block;
  font-size: 1.125rem;
  font-weight: 400;
  color: #333;
  margin-bottom: 0.25rem;
}
.input_group .input {
  font-family: "Poppins", sans-serif;
  width: 100%;
  border-radius: 5px;
  padding: 0.5rem 0.75rem;
  font-size: 1.125rem;
  font-weight: 500;
  outline: none;
  resize: none;
  border: solid 1px #e7e7e7;
  color: #222;
  -webkit-transition: -webkit-box-shadow 300ms;
  transition: -webkit-box-shadow 300ms;
  transition: box-shadow 300ms;
  transition: box-shadow 300ms, -webkit-box-shadow 300ms;
}
@media (max-width: 767px) {
  .input_group .input {
    padding: 0.5rem 0.75rem;
  }
}
.input_group .input.appearance_none::-webkit-inner-spin-button, .input_group .input.appearance_none::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.input_group .input:focus {
  -webkit-box-shadow: 0 0 0px 2px rgba(181, 179, 218, 0.75);
          box-shadow: 0 0 0px 2px rgba(181, 179, 218, 0.75);
}
.input_group .input.wpcf7-not-valid {
  -webkit-box-shadow: 0 0 0px 2px rgba(220, 50, 50, 0.4);
          box-shadow: 0 0 0px 2px rgba(220, 50, 50, 0.4);
}
.input_group .input.wpcf7-not-valid:focus {
  -webkit-box-shadow: 0 0 0px 2px rgba(220, 50, 50, 0.8);
          box-shadow: 0 0 0px 2px rgba(220, 50, 50, 0.8);
}
.input_group .input_select, .input_group .pll-switcher-select {
  font-family: "Poppins", sans-serif;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: white;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: calc(100% - 1rem);
  background-size: 12px;
  color: #222;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: calc(1rem + 15px);
}
@media (max-width: 767px) {
  .input_group .input_select, .input_group .pll-switcher-select {
    background-position-x: calc(100% - 0.75rem);
    padding-right: calc(0.75rem + 15px);
  }
}
.input_group .checkbox_warp {
  font-size: 1rem;
  display: inline-block !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.input_group .checkbox_warp .checkbox {
  margin-top: 0;
  margin-bottom: 0;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: text-bottom;
  position: relative;
}
.input_group .checkbox_warp a {
  color: #222;
  text-decoration: none;
  -webkit-transition: color 400ms;
  transition: color 400ms;
}
.input_group .checkbox_warp a:hover {
  color: #222;
}
.input_group .radio_warp {
  display: inline-block !important;
  font-size: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  margin-right: 0.5rem;
}
.input_group .radio_warp:last-child {
  margin-right: 0;
}
.input_group .radio_warp .radio {
  margin-top: 0;
  margin-bottom: 0;
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: text-bottom;
  position: relative;
}
.input_group .radio_warp span {
  vertical-align: middle;
}
.input_group > p {
  position: relative;
}
.input_group > p .wpcf7-spinner {
  position: absolute !important;
  top: 50%;
  left: 50%;
  margin: 0 !important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1041;
  width: 100%;
  width: 100dvw;
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1041;
  width: 100dvw;
  -webkit-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.07);
          box-shadow: 0 4px 18px rgba(0, 0, 0, 0.07);
  -webkit-animation: fadeInFor 300ms linear;
          animation: fadeInFor 300ms linear;
}
.header.fixed .top_header {
  padding: 0.75rem 0;
}
@media (max-width: 1560px) {
  .header.fixed .top_header {
    padding: 0.5rem 0;
  }
}
@media (max-width: 1560px) {
  .header.fixed .top_header .col_logo a img {
    max-width: 130px;
  }
}
@media (max-width: 767px) {
  .header.fixed .top_header .col_logo a img {
    max-width: 100px;
  }
}
.header.fixed .top_header .col_counter .banner_list {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1680px) {
  .header.fixed .top_header .col_counter .banner_list li .content strong {
    font-size: 1.5rem;
  }
}
@media (max-width: 1560px) {
  .header.fixed .top_header .col_counter .banner_list li .content strong {
    font-size: 1.85rem;
  }
}
@media (max-width: 1680px) {
  .header.fixed .top_header .col_counter .banner_list li .content h4 {
    font-size: 1rem;
  }
}
@media (max-width: 1560px) {
  .header.fixed .top_header .col_counter .banner_list li .content h4 {
    font-size: 1.125rem;
  }
}
.header.fixed .nav_header {
  padding: 0.5rem 0;
  border-bottom-color: transparent;
}
.header .top_header {
  padding: 1.2rem 0;
  background-color: white;
  --leftRight: 350px;
}
@media (max-width: 1560px) {
  .header .top_header {
    --leftRight: 300px;
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .header .top_header {
    padding: 0.5rem 0;
  }
}
.header .top_header .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .header .top_header .row {
    margin: 0;
    overflow: hidden;
  }
}
.header .top_header .col_logo {
  width: var(--leftRight);
}
@media (max-width: 767px) {
  .header .top_header .col_logo {
    width: 50%;
    padding: 0;
  }
}
.header .top_header .col_logo a {
  display: inline-block;
}
.header .top_header .col_logo a img {
  max-width: 200px;
}
@media (max-width: 1560px) {
  .header .top_header .col_logo a img {
    max-width: 150px;
  }
}
@media (max-width: 1200px) {
  .header .top_header .col_logo a img {
    max-width: 130px;
  }
}
@media (max-width: 767px) {
  .header .top_header .col_logo a img {
    max-width: 120px;
  }
}
.header .top_header .col_counter {
  width: calc(100% - var(--leftRight) * 2);
  --icons-size: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1680px) {
  .header .top_header .col_counter {
    --icons-size: 40px;
    margin-left: -50px;
  }
}
@media (max-width: 1560px) {
  .header .top_header .col_counter {
    --icons-size: 45px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .header .top_header .col_counter {
    display: none;
  }
}
.header .top_header .col_counter .banner_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.75rem;
  -webkit-transition: opacity 300ms, visibility 300ms;
  transition: opacity 300ms, visibility 300ms;
}
@media (max-width: 1680px) {
  .header .top_header .col_counter .banner_list {
    gap: 1rem;
  }
}
@media (max-width: 1560px) {
  .header .top_header .col_counter .banner_list {
    gap: 1.25rem;
  }
}
@media (max-width: 1260px) {
  .header .top_header .col_counter .banner_list {
    display: none;
  }
}
.header .top_header .col_counter .banner_list li {
  --bg-clr: #ddd;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .top_header .col_counter .banner_list li .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: var(--icons-size);
  height: var(--icons-size);
  background-color: var(--bg-clr);
  border-radius: var(--icons-size);
  border: solid 1px #fff;
  overflow: hidden;
  font-size: calc(var(--icons-size) - 130%);
  color: #000;
}
.header .top_header .col_counter .banner_list li .icon img {
  width: calc(var(--icons-size) / 1.75);
  height: calc(var(--icons-size) / 1.75);
}
.header .top_header .col_counter .banner_list li .content {
  width: calc(100% - var(--icons-size));
  text-align: center;
  padding-left: 0.75em;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .top_header .col_counter .banner_list li .content strong {
  font-size: 2.1875rem;
  font-weight: 600;
  color: #000;
  margin: 0;
}
@media (max-width: 1680px) {
  .header .top_header .col_counter .banner_list li .content strong {
    font-size: 1.5rem;
  }
}
@media (max-width: 1560px) {
  .header .top_header .col_counter .banner_list li .content strong {
    font-size: 1.9rem;
  }
}
.header .top_header .col_counter .banner_list li .content h4 {
  padding-left: 0.3em;
  font-size: 1.25rem;
  font-weight: 600;
  color: #000;
  margin: 0;
  text-transform: uppercase;
  display: inline-block;
}
@media (max-width: 1680px) {
  .header .top_header .col_counter .banner_list li .content h4 {
    font-size: 1rem;
  }
}
@media (max-width: 1560px) {
  .header .top_header .col_counter .banner_list li .content h4 {
    font-size: 1.125rem;
  }
}
.header .top_header .col_info {
  width: var(--leftRight);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  gap: 1.25rem;
  text-decoration: none;
}
@media (max-width: 767px) {
  .header .top_header .col_info {
    width: 50%;
    gap: 0.75rem;
    padding: 0;
  }
}
.header .top_header .col_info a {
  text-decoration: none;
}
.header .top_header .col_info .input_group {
  margin: 0;
}
.header .top_header .col_info .input_group .input,
.header .top_header .col_info .input_group .pll-switcher-select {
  min-width: 122px;
  font-size: 1.0625rem;
  padding: 0.6rem 1rem;
  font-weight: 400;
  padding-left: 1.25rem;
  border-radius: 50px;
  background-color: #8177b2;
  color: white;
  line-height: 1.25em;
}
@media (max-width: 1560px) {
  .header .top_header .col_info .input_group .input,
  .header .top_header .col_info .input_group .pll-switcher-select {
    font-style: 1rem;
    min-width: 100px;
  }
}
@media (max-width: 767px) {
  .header .top_header .col_info .input_group .input,
  .header .top_header .col_info .input_group .pll-switcher-select {
    min-width: 90px;
    font-size: 0.875rem;
    padding: 0.4rem 0.75rem;
    padding-left: 1rem;
  }
}
.header .top_header .col_info .input_group .input option,
.header .top_header .col_info .input_group .pll-switcher-select option {
  min-height: 40px;
}
.header .top_header .col_info .input_group [lang=en-GB] {
  font-family: "Poppins", sans-serif !important;
}
.header .top_header .col_info .input_group [lang=ar] {
  font-family: "Cairo" !important;
}
.header .top_header .col_info .line {
  display: block;
  width: 1px;
  height: 26px;
  background-color: #d6d6d6;
}
@media (max-width: 767px) {
  .header .top_header .col_info .line {
    display: none;
  }
}
.header .top_header .col_info .social_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6875rem;
}
@media (max-width: 767px) {
  .header .top_header .col_info .social_wrap {
    display: none;
  }
}
.header .top_header .col_info .social_wrap .btn_social {
  font-family: "Cairo" !important;
  text-decoration: none;
  color: #6e6e6e;
  border: solid 1px #6e6e6e;
  font-size: 0.875rem;
  width: 2.25em;
  height: 2.25em;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
.header .top_header .col_info .social_wrap .btn_social:hover, .header .top_header .col_info .social_wrap .btn_social:focus {
  background-color: #6e6e6e;
  color: white;
}
.header .nav_header {
  border-top: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
  padding: 0.75rem 0;
  background-color: white;
}
@media (max-width: 767px) {
  .header .nav_header {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    width: 100%;
    padding: 1rem 0;
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  }
  .header .nav_header .container {
    padding: 0;
  }
}
.header .nav_header .nav_wrap .nav_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 1030px;
}
@media (max-width: 1560px) {
  .header .nav_header .nav_wrap .nav_lists {
    max-width: 900px;
  }
}
@media (max-width: 1200px) {
  .header .nav_header .nav_wrap .nav_lists {
    max-width: 800px;
  }
}
@media (max-width: 767px) {
  .header .nav_header .nav_wrap .nav_lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
}
.header .nav_header .nav_wrap .nav_lists .nav_item {
  list-style: none;
}
.header .nav_header .nav_wrap .nav_lists .nav_item .nav_link {
  text-decoration: none;
  display: inline-block;
  font-size: 1.25rem;
  color: #191919;
  padding: 0.5em 1em;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-transition: color 400ms;
  transition: color 400ms;
}
@media (max-width: 1560px) {
  .header .nav_header .nav_wrap .nav_lists .nav_item .nav_link {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .header .nav_header .nav_wrap .nav_lists .nav_item .nav_link {
    font-size: 1.125rem;
    font-weight: 500;
  }
}
.header .nav_header .nav_wrap .nav_lists .nav_item .nav_link:hover, .header .nav_header .nav_wrap .nav_lists .nav_item .nav_link.active {
  color: #897bcd;
}
.header .nav_header .nav_wrap .nav_social {
  display: none;
}
@media (max-width: 767px) {
  .header .nav_header .nav_wrap .nav_social {
    display: block;
    border-top: solid 1px #ddd;
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 100%;
    margin-top: 0.5rem;
  }
}
.header .nav_header .nav_wrap .nav_social .social_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
}
.header .nav_header .nav_wrap .nav_social .social_wrap .btn_social {
  text-decoration: none;
  color: #6e6e6e;
  border: solid 1px #6e6e6e;
  font-size: 1rem;
  width: 2.25em;
  height: 2.25em;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
.header .nav_header .nav_wrap .nav_social .social_wrap .btn_social:hover, .header .nav_header .nav_wrap .nav_social .social_wrap .btn_social:focus {
  background-color: #6e6e6e;
  color: white;
}
.header .menu_toggle_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}
@media (max-width: 767px) {
  .header .menu_toggle_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header .menu_toggle_wrap .nav_toggle {
  text-decoration: none;
  width: 42px;
  height: 42px;
  margin-right: 0;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  margin-left: auto;
  outline: none;
}
.header .menu_toggle_wrap .nav_toggle svg {
  -webkit-transform: scale(1.85);
          transform: scale(1.85);
}
.header .menu_toggle_wrap .nav_toggle path {
  fill: none;
  stroke: #222;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  --length: 24;
  --offset: -38;
  stroke-dasharray: var(--length) var(--total-length);
  stroke-dashoffset: var(--offset);
  -webkit-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.header .menu_toggle_wrap .nav_toggle circle {
  fill: rgba(255, 255, 255, 0.1);
}
.header .menu_toggle_wrap .nav_toggle.open svg .line--1,
.header .menu_toggle_wrap .nav_toggle.open svg .line--3 {
  --length: 22.627416998;
}
.header .menu_toggle_wrap .nav_toggle.open svg .line--2 {
  --length: 0;
}
.header .menu_toggle_wrap .nav_toggle.menu--1 .line--1,
.header .menu_toggle_wrap .nav_toggle.menu--1 .line--3 {
  --total-length: 126.64183044433594;
}
.header .menu_toggle_wrap .nav_toggle.menu--1 .line--2 {
  --total-length: 70;
}
.header .menu_toggle_wrap .nav_toggle.menu--1.open svg .line--1,
.header .menu_toggle_wrap .nav_toggle.menu--1.open svg .line--3 {
  --offset: -94.1149185097;
}
.header .menu_toggle_wrap .nav_toggle.menu--1.open svg .line--2 {
  --offset: -50;
}

.banner {
  --icons-size: 0px !important;
  margin-bottom: calc(var(--icons-size) / 1);
}
@media (max-width: 1560px) {
  .banner {
    --icons-size: 70px;
  }
}
@media (max-width: 1200px) {
  .banner {
    --icons-size: 60px;
  }
}
@media (max-width: 991px) {
  .banner {
    --icons-size: 55px;
  }
}
@media (max-width: 767px) {
  .banner {
    margin-bottom: 0;
  }
}
.banner .banner_wrap {
  background-image: url(../images/banner-img.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  min-height: 863px;
  border-bottom: solid 6px #c3df9c;
  position: relative;
  padding-bottom: calc(var(--icons-size) / 1);
  --blackness: 10%;
  isolation: isolate;
}
.banner .banner_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: var(--blackness, 10%);
  z-index: -1;
}
@media (max-width: 1560px) {
  .banner .banner_wrap {
    min-height: 650px;
  }
}
@media (max-width: 1200px) {
  .banner .banner_wrap {
    min-height: 500px;
  }
}
@media (max-width: 991px) {
  .banner .banner_wrap {
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .banner .banner_wrap {
    height: auto;
    min-height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-position: left center;
  }
}
.banner .container {
  position: relative;
  height: 100%;
}
.banner .banner_content {
  max-width: 700px;
  padding-top: 9.2%;
}
@media (max-width: 1560px) {
  .banner .banner_content {
    padding-top: 8%;
  }
}
@media (max-width: 1200px) {
  .banner .banner_content {
    max-width: 500px;
  }
}
@media (max-width: 991px) {
  .banner .banner_content {
    max-width: 100%;
    padding-top: 12%;
  }
  .banner .banner_content > * {
    max-width: 350px;
  }
}
@media (max-width: 767px) {
  .banner .banner_content {
    padding-top: 2rem;
    text-align: center;
  }
  .banner .banner_content > * {
    margin-left: auto;
    margin-right: auto;
  }
}
.banner .banner_content h1,
.banner .banner_content h2 {
  font-size: 3.25rem;
  font-weight: 400;
  color: white;
  line-height: 1.35em;
  margin-bottom: 0.3em;
}
@media (max-width: 1560px) {
  .banner .banner_content h1,
  .banner .banner_content h2 {
    font-size: 2.75rem;
    line-height: 1.25em;
  }
}
@media (max-width: 1200px) {
  .banner .banner_content h1,
  .banner .banner_content h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 991px) {
  .banner .banner_content h1,
  .banner .banner_content h2 {
    font-size: 1.75rem;
    margin-bottom: 0.5em;
  }
}
.banner .banner_content h3 {
  font-size: 2.0625rem;
  font-weight: 400;
  color: white;
  margin-bottom: 2.85em;
}
@media (max-width: 1560px) {
  .banner .banner_content h3 {
    font-size: 1.75rem;
    margin-bottom: 2.5em;
  }
}
@media (max-width: 1200px) {
  .banner .banner_content h3 {
    font-size: 1.5rem;
    margin-bottom: 2em;
  }
}
@media (max-width: 991px) {
  .banner .banner_content h3 {
    font-size: 1.25rem;
    margin-bottom: 1.5em;
  }
}
.banner .banner_content .btn_wrap {
  max-width: 650px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  row-gap: 1.25rem;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
@media (max-width: 1560px) {
  .banner .banner_content .btn_wrap {
    max-width: 580px;
  }
}
@media (max-width: 1200px) {
  .banner .banner_content .btn_wrap {
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    max-width: 490px;
  }
}
@media (max-width: 991px) {
  .banner .banner_content .btn_wrap {
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .banner .banner_content .btn_wrap {
    gap: 0.75rem;
    grid-template-columns: 1fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.banner .banner_content .btn_wrap .btn.btn_banner {
  margin: 0;
  color: #000000;
  font-size: 1.125rem;
  padding-top: 0.85em;
  padding-bottom: 0.85em;
  padding-left: 1.25em;
  border-radius: 50px;
  padding-right: calc(55px + 0.5em);
  text-align: left;
  white-space: normal;
  position: relative;
  overflow: hidden;
  border: none;
  display: block;
  word-wrap: break-word;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1560px) {
  .banner .banner_content .btn_wrap .btn.btn_banner {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    padding-right: calc(50px + 0.5em);
  }
}
@media (max-width: 1200px) {
  .banner .banner_content .btn_wrap .btn.btn_banner {
    font-size: 1rem;
    padding-right: calc(40px + 0.5em);
  }
}
@media (max-width: 767px) {
  .banner .banner_content .btn_wrap .btn.btn_banner {
    font-size: 13px;
    min-width: 230px;
    margin: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.banner .banner_content .btn_wrap .btn.btn_banner span {
  display: block;
  text-align: center;
  width: 55px;
  height: 1em;
  line-height: 1em;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  vertical-align: text-bottom;
}
@media (max-width: 1560px) {
  .banner .banner_content .btn_wrap .btn.btn_banner span {
    width: 50px;
  }
}
@media (max-width: 1200px) {
  .banner .banner_content .btn_wrap .btn.btn_banner span {
    width: 40px;
  }
}
.banner .banner_content .btn_wrap .btn.btn_banner::before {
  content: "";
  position: absolute;
  top: -2px;
  right: 0;
  bottom: -2px;
  height: calc(100% + 2px);
  width: 55px;
  background-color: #cac8f0;
  z-index: 1;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}
@media (max-width: 1560px) {
  .banner .banner_content .btn_wrap .btn.btn_banner::before {
    width: 50px;
  }
}
@media (max-width: 1200px) {
  .banner .banner_content .btn_wrap .btn.btn_banner::before {
    width: 40px;
  }
}
.banner .banner_content .btn_wrap .btn.btn_banner:hover, .banner .banner_content .btn_wrap .btn.btn_banner:focus {
  background-color: #cac8f0;
}
.banner .banner_list {
  position: absolute;
  bottom: 0rem;
  bottom: calc(var(--icons-size) / -1.75);
  right: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 320px);
  -webkit-column-gap: calc(var(--icons-size) / 2 + 2rem);
     -moz-column-gap: calc(var(--icons-size) / 2 + 2rem);
          column-gap: calc(var(--icons-size) / 2 + 2rem);
  z-index: 2;
  padding-right: 1rem;
  display: none;
}
@media (max-width: 1560px) {
  .banner .banner_list {
    padding-right: 0rem;
    grid-template-columns: repeat(3, 250px);
    -webkit-column-gap: calc(var(--icons-size) / 2 + 1.5rem);
       -moz-column-gap: calc(var(--icons-size) / 2 + 1.5rem);
            column-gap: calc(var(--icons-size) / 2 + 1.5rem);
  }
}
@media (max-width: 1200px) {
  .banner .banner_list {
    grid-template-columns: repeat(3, 220px);
  }
}
@media (max-width: 991px) {
  .banner .banner_list {
    width: 100%;
    max-width: 100%;
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: calc(var(--icons-size) / 2);
    -webkit-column-gap: calc(var(--icons-size) / 2 + 0.5rem);
       -moz-column-gap: calc(var(--icons-size) / 2 + 0.5rem);
            column-gap: calc(var(--icons-size) / 2 + 0.5rem);
  }
}
@media (max-width: 767px) {
  .banner .banner_list {
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: calc(var(--icons-size) / 2 + 0.5rem);
       -moz-column-gap: calc(var(--icons-size) / 2 + 0.5rem);
            column-gap: calc(var(--icons-size) / 2 + 0.5rem);
    position: static;
    margin-top: 1rem;
  }
}
@media (max-width: 539px) {
  .banner .banner_list {
    padding: 0;
    margin: 0;
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
    margin-top: calc(var(--icons-size) / 1.25);
  }
}
.banner .banner_list li {
  --bg-clr: #ddd;
  list-style: none;
  background-color: var(--bg-clr);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.25rem 0;
  border: solid 1px #fff;
}
@media (max-width: 1560px) {
  .banner .banner_list li {
    padding: 1rem 0;
  }
}
@media (max-width: 1200px) {
  .banner .banner_list li {
    padding: 0.75rem 0;
  }
}
@media (max-width: 767px) {
  .banner .banner_list li {
    min-width: unset;
  }
}
@media (max-width: 539px) {
  .banner .banner_list li {
    position: relative;
    display: block;
    padding-top: calc(var(--icons-size) / 1.5);
    padding-bottom: 0.5rem;
  }
}
.banner .banner_list li .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: var(--icons-size);
  height: var(--icons-size);
  margin-left: calc(var(--icons-size) / -2);
  background-color: var(--bg-clr);
  border-radius: var(--icons-size);
  border: solid 1px #fff;
  overflow: hidden;
  font-size: calc(var(--icons-size) - 230%);
  color: #000;
}
.banner .banner_list li .icon img {
  width: calc(var(--icons-size) / 1.75);
  height: calc(var(--icons-size) / 1.75);
}
@media (max-width: 991px) {
  .banner .banner_list li .icon {
    font-size: calc(var(--icons-size) - 180%);
  }
}
@media (max-width: 539px) {
  .banner .banner_list li .icon {
    margin-left: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: calc(var(--icons-size) / -2);
  }
}
.banner .banner_list li .content {
  width: calc(100% - var(--icons-size) / 2);
  text-align: center;
}
@media (max-width: 539px) {
  .banner .banner_list li .content {
    width: 100%;
  }
}
.banner .banner_list li .content strong {
  font-size: 3rem;
  font-weight: 600;
  color: #000;
  margin: 0;
  line-height: 1em;
}
@media (max-width: 1560px) {
  .banner .banner_list li .content strong {
    font-size: 2.5rem;
  }
}
@media (max-width: 1200px) {
  .banner .banner_list li .content strong {
    font-size: 2.25rem;
  }
}
@media (max-width: 991px) {
  .banner .banner_list li .content strong {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .banner .banner_list li .content strong {
    font-size: 1.5rem;
  }
}
.banner .banner_list li .content h4 {
  font-size: 1.4375rem;
  font-weight: 600;
  color: #000;
  margin: 0;
  line-height: 1.2em;
  text-transform: uppercase;
}
@media (max-width: 1560px) {
  .banner .banner_list li .content h4 {
    font-size: 1.25rem;
  }
}
@media (max-width: 1200px) {
  .banner .banner_list li .content h4 {
    font-size: 1.125rem;
  }
}
.banner_v2 .banner_wrap {
  background-color: white;
  background: none;
  min-height: unset;
  border: none;
}
.banner_v2 .banner_wrap::before {
  display: none;
}
@media (max-width: 1560px) {
  .banner_v2 .banner_wrap {
    border-width: 4px;
  }
}
.banner_v2 .banner_wrap .bg_img_xl {
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .banner_v2 .banner_wrap .bg_img_xl {
    display: none;
  }
}
.banner_v2 .banner_wrap .bg_img_sm {
  width: 100%;
  display: none;
}
@media (max-width: 767px) {
  .banner_v2 .banner_wrap .bg_img_sm {
    display: block;
    max-height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.banner_v2 .banner_wrap .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 92%;
  max-width: 1720px;
}
@media (max-width: 767px) {
  .banner_v2 .banner_wrap .container {
    max-width: 450px;
  }
}
.banner_v2 .banner_wrap .container .banner_content {
  max-width: 100%;
}
.banner_v2 .banner_wrap .container .banner_content h1,
.banner_v2 .banner_wrap .container .banner_content h2 {
  position: absolute;
  top: 51.5%;
  font-size: 4.5rem;
  left: 0;
  color: #000;
  font-weight: 300;
  line-height: 1.2em;
  max-width: 850px;
}
@media (max-width: 1700px) {
  .banner_v2 .banner_wrap .container .banner_content h1,
  .banner_v2 .banner_wrap .container .banner_content h2 {
    font-size: 3.75rem;
  }
}
@media (max-width: 1400px) {
  .banner_v2 .banner_wrap .container .banner_content h1,
  .banner_v2 .banner_wrap .container .banner_content h2 {
    font-size: 3.5rem;
    left: 0.5%;
  }
}
@media (max-width: 1200px) {
  .banner_v2 .banner_wrap .container .banner_content h1,
  .banner_v2 .banner_wrap .container .banner_content h2 {
    font-size: 3rem;
    left: 0;
  }
}
@media (max-width: 991px) {
  .banner_v2 .banner_wrap .container .banner_content h1,
  .banner_v2 .banner_wrap .container .banner_content h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 767px) {
  .banner_v2 .banner_wrap .container .banner_content h1,
  .banner_v2 .banner_wrap .container .banner_content h2 {
    font-size: 2.125rem;
    text-align: left;
    top: 43%;
    left: 5%;
  }
}
@media (max-width: 380px) {
  .banner_v2 .banner_wrap .container .banner_content h1,
  .banner_v2 .banner_wrap .container .banner_content h2 {
    font-size: 2rem;
  }
}
.banner_v2 .banner_wrap .container .banner_content h1 strong,
.banner_v2 .banner_wrap .container .banner_content h2 strong {
  display: block;
  font-weight: 700;
  font-size: 111%;
}
@media (max-width: 1200px) {
  .banner_v2 .banner_wrap .container .banner_content h1 strong,
  .banner_v2 .banner_wrap .container .banner_content h2 strong {
    font-size: 105%;
  }
}
@media (max-width: 767px) {
  .banner_v2 .banner_wrap .container .banner_content h1 strong,
  .banner_v2 .banner_wrap .container .banner_content h2 strong {
    font-size: 114%;
  }
}
.banner_v2 .banner_wrap .container .banner_content .btn_wrap,
.banner_v2 .banner_wrap .container .banner_content .img_wrap {
  pointer-events: none;
}
.banner_v2 .banner_wrap .container .banner_content .btn_wrap > *,
.banner_v2 .banner_wrap .container .banner_content .img_wrap > * {
  pointer-events: all;
}
.banner_v2 .banner_wrap .container .banner_content .btn_wrap img,
.banner_v2 .banner_wrap .container .banner_content .img_wrap img {
  --btn-size: 100px;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  border-radius: var(--btn-size);
  max-width: var(--btn-size);
  max-height: var(--btn-size);
}
.banner_v2 .banner_wrap .container .banner_content .btn_wrap .btn,
.banner_v2 .banner_wrap .container .banner_content .img_wrap .btn {
  --btn-size: 220px;
  background-color: var(--bg-clr);
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.35;
  padding: 1em;
  margin: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  border-radius: var(--btn-size);
  max-width: var(--btn-size);
  max-height: var(--btn-size);
  min-width: unset;
  min-height: unset;
  -webkit-transition: -webkit-filter 400ms, -webkit-transform 300ms, -webkit-box-shadow 400ms;
  transition: -webkit-filter 400ms, -webkit-transform 300ms, -webkit-box-shadow 400ms;
  transition: filter 400ms, transform 300ms, box-shadow 400ms;
  transition: filter 400ms, transform 300ms, box-shadow 400ms, -webkit-filter 400ms, -webkit-transform 300ms, -webkit-box-shadow 400ms;
}
@media (max-width: 1700px) {
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .btn,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .btn {
    --btn-size: 180px;
    font-size: 1.2rem;
    padding: 0.75em;
  }
}
@media (max-width: 1400px) {
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .btn,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .btn {
    --btn-size: 150px;
    font-size: 1.125rem;
    padding: 0.75em;
  }
}
@media (max-width: 1200px) {
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .btn,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .btn {
    --btn-size: 120px;
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .btn,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .btn {
    --btn-size: 100px;
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .btn,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .btn {
    --btn-size: 90px;
    font-size: 10px;
    padding: 5px;
  }
}
@media (max-width: 380px) {
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .btn,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .btn {
    --btn-size: 80px;
  }
}
.banner_v2 .banner_wrap .container .banner_content .btn_wrap .btn:hover, .banner_v2 .banner_wrap .container .banner_content .btn_wrap .btn:focus,
.banner_v2 .banner_wrap .container .banner_content .img_wrap .btn:hover,
.banner_v2 .banner_wrap .container .banner_content .img_wrap .btn:focus {
  -webkit-filter: brightness(0.95);
          filter: brightness(0.95);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 4px 12px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px 2px rgba(0, 0, 0, 0.1);
}
.banner_v2 .banner_wrap .container .banner_content .btn_wrap .btn span, .banner_v2 .banner_wrap .container .banner_content .btn_wrap .btn::before,
.banner_v2 .banner_wrap .container .banner_content .img_wrap .btn span,
.banner_v2 .banner_wrap .container .banner_content .img_wrap .btn::before {
  display: none;
}
.banner_v2 .banner_wrap .container .banner_content .btn_wrap .counter_1,
.banner_v2 .banner_wrap .container .banner_content .btn_wrap .img_1,
.banner_v2 .banner_wrap .container .banner_content .img_wrap .counter_1,
.banner_v2 .banner_wrap .container .banner_content .img_wrap .img_1 {
  --btn-size: 310px;
  top: 8%;
  left: 9.5%;
}
@media (max-width: 1700px) {
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .counter_1,
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .img_1,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .counter_1,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .img_1 {
    --btn-size: 260px;
  }
}
@media (max-width: 1400px) {
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .counter_1,
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .img_1,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .counter_1,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .img_1 {
    --btn-size: 225px;
  }
}
@media (max-width: 1200px) {
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .counter_1,
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .img_1,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .counter_1,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .img_1 {
    --btn-size: 170px;
  }
}
@media (max-width: 991px) {
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .counter_1,
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .img_1,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .counter_1,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .img_1 {
    --btn-size: 130px;
  }
}
@media (max-width: 767px) {
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .counter_1,
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .img_1,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .counter_1,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .img_1 {
    --btn-size: 130px;
    top: 5%;
    left: 1%;
  }
}
@media (max-width: 380px) {
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .counter_1,
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .img_1,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .counter_1,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .img_1 {
    --btn-size: 100px;
  }
}
.banner_v2 .banner_wrap .container .banner_content .btn_wrap .counter_2,
.banner_v2 .banner_wrap .container .banner_content .btn_wrap .img_2,
.banner_v2 .banner_wrap .container .banner_content .img_wrap .counter_2,
.banner_v2 .banner_wrap .container .banner_content .img_wrap .img_2 {
  --btn-size: 160px;
  top: 3.5%;
  left: 36%;
  border: solid 3px #fff;
  -webkit-box-shadow: 0 0 0 4px #cee09c;
          box-shadow: 0 0 0 4px #cee09c;
}
@media (max-width: 1700px) {
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .counter_2,
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .img_2,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .counter_2,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .img_2 {
    --btn-size: 140px;
  }
}
@media (max-width: 1400px) {
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .counter_2,
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .img_2,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .counter_2,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .img_2 {
    --btn-size: 112px;
    border: solid 2px #fff;
    -webkit-box-shadow: 0 0 0 3px #cee09c;
            box-shadow: 0 0 0 3px #cee09c;
  }
}
@media (max-width: 1200px) {
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .counter_2,
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .img_2,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .counter_2,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .img_2 {
    --btn-size: 90px;
  }
}
@media (max-width: 991px) {
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .counter_2,
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .img_2,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .counter_2,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .img_2 {
    --btn-size: 70px;
  }
}
@media (max-width: 767px) {
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .counter_2,
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .img_2,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .counter_2,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .img_2 {
    --btn-size: 70px;
    top: 5%;
    left: 41%;
    border: solid 2px #fff;
    -webkit-box-shadow: 0 0 0 2px #cee09c;
            box-shadow: 0 0 0 2px #cee09c;
  }
}
@media (max-width: 380px) {
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .counter_2,
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .img_2,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .counter_2,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .img_2 {
    --btn-size: 60px;
  }
}
.banner_v2 .banner_wrap .container .banner_content .btn_wrap .counter_7,
.banner_v2 .banner_wrap .container .banner_content .btn_wrap .img_3,
.banner_v2 .banner_wrap .container .banner_content .img_wrap .counter_7,
.banner_v2 .banner_wrap .container .banner_content .img_wrap .img_3 {
  --btn-size: 180px;
  bottom: 8%;
  right: 5.75%;
}
@media (max-width: 1700px) {
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .counter_7,
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .img_3,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .counter_7,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .img_3 {
    --btn-size: 170px;
  }
}
@media (max-width: 1400px) {
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .counter_7,
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .img_3,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .counter_7,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .img_3 {
    --btn-size: 130px;
  }
}
@media (max-width: 1200px) {
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .counter_7,
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .img_3,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .counter_7,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .img_3 {
    --btn-size: 110px;
  }
}
@media (max-width: 991px) {
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .counter_7,
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .img_3,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .counter_7,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .img_3 {
    --btn-size: 80px;
  }
}
@media (max-width: 767px) {
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .counter_7,
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .img_3,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .counter_7,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .img_3 {
    --btn-size: 80px;
    bottom: 6%;
    right: 10%;
  }
}
@media (max-width: 380px) {
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .counter_7,
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .img_3,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .counter_7,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .img_3 {
    --btn-size: 70px;
  }
}
.banner_v2 .banner_wrap .container .banner_content .btn_wrap .counter_4,
.banner_v2 .banner_wrap .container .banner_content .img_wrap .counter_4 {
  --btn-size: 220px;
  top: 19%;
  right: 34%;
}
@media (max-width: 767px) {
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .counter_4,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .counter_4 {
    top: 22%;
    right: 33%;
  }
}
@media (max-width: 1700px) {
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .counter_4,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .counter_4 {
    --btn-size: 180px;
    font-size: 1.2rem;
    padding: 0.75em;
  }
}
@media (max-width: 1400px) {
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .counter_4,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .counter_4 {
    --btn-size: 150px;
    font-size: 1.125rem;
    padding: 0.75em;
  }
}
@media (max-width: 1200px) {
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .counter_4,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .counter_4 {
    --btn-size: 120px;
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .counter_4,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .counter_4 {
    --btn-size: 100px;
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .counter_4,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .counter_4 {
    --btn-size: 90px;
    font-size: 10px;
    padding: 5px;
  }
}
@media (max-width: 380px) {
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .counter_4,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .counter_4 {
    --btn-size: 80px;
  }
}
.banner_v2 .banner_wrap .container .banner_content .btn_wrap .counter_6,
.banner_v2 .banner_wrap .container .banner_content .img_wrap .counter_6 {
  --btn-size: 220px;
  bottom: 9%;
  right: 27%;
}
@media (max-width: 767px) {
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .counter_6,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .counter_6 {
    bottom: 7%;
    right: 69%;
  }
}
@media (max-width: 1700px) {
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .counter_6,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .counter_6 {
    --btn-size: 180px;
    font-size: 1.2rem;
    padding: 0.75em;
  }
}
@media (max-width: 1400px) {
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .counter_6,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .counter_6 {
    --btn-size: 150px;
    font-size: 1.125rem;
    padding: 0.75em;
  }
}
@media (max-width: 1200px) {
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .counter_6,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .counter_6 {
    --btn-size: 120px;
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .counter_6,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .counter_6 {
    --btn-size: 100px;
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .counter_6,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .counter_6 {
    --btn-size: 90px;
    font-size: 10px;
    padding: 5px;
  }
}
@media (max-width: 380px) {
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .counter_6,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .counter_6 {
    --btn-size: 80px;
  }
}
.banner_v2 .banner_wrap .container .banner_content .btn_wrap .counter_3,
.banner_v2 .banner_wrap .container .banner_content .img_wrap .counter_3 {
  --btn-size: 220px;
  top: 7.5%;
  right: 3.5%;
}
@media (max-width: 767px) {
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .counter_3,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .counter_3 {
    top: 6%;
    right: 10%;
  }
}
@media (max-width: 1700px) {
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .counter_3,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .counter_3 {
    --btn-size: 180px;
    font-size: 1.2rem;
    padding: 0.75em;
  }
}
@media (max-width: 1400px) {
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .counter_3,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .counter_3 {
    --btn-size: 150px;
    font-size: 1.125rem;
    padding: 0.75em;
  }
}
@media (max-width: 1200px) {
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .counter_3,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .counter_3 {
    --btn-size: 120px;
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .counter_3,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .counter_3 {
    --btn-size: 100px;
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .counter_3,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .counter_3 {
    --btn-size: 90px;
    font-size: 10px;
    padding: 5px;
  }
}
@media (max-width: 380px) {
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .counter_3,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .counter_3 {
    --btn-size: 80px;
  }
}
.banner_v2 .banner_wrap .container .banner_content .btn_wrap .counter_5,
.banner_v2 .banner_wrap .container .banner_content .img_wrap .counter_5 {
  --btn-size: 220px;
  top: 39%;
  right: 13.5%;
}
@media (max-width: 767px) {
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .counter_5,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .counter_5 {
    top: 60%;
    right: 43%;
  }
}
@media (max-width: 1700px) {
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .counter_5,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .counter_5 {
    --btn-size: 180px;
    font-size: 1.2rem;
    padding: 0.75em;
  }
}
@media (max-width: 1400px) {
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .counter_5,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .counter_5 {
    --btn-size: 150px;
    font-size: 1.125rem;
    padding: 0.75em;
  }
}
@media (max-width: 1200px) {
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .counter_5,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .counter_5 {
    --btn-size: 120px;
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .counter_5,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .counter_5 {
    --btn-size: 100px;
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .counter_5,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .counter_5 {
    --btn-size: 90px;
    font-size: 10px;
    padding: 5px;
  }
}
@media (max-width: 380px) {
  .banner_v2 .banner_wrap .container .banner_content .btn_wrap .counter_5,
  .banner_v2 .banner_wrap .container .banner_content .img_wrap .counter_5 {
    --btn-size: 80px;
  }
}

.footer {
  font-family: "PPMori", sans-serif;
  border-top: solid 1px #e5e5e5;
}
.footer .info_row {
  margin-bottom: 1rem;
}
.footer .info_row > * {
  margin-bottom: 2rem;
}
@media (max-width: 1560px) {
  .footer .info_row > * {
    margin-bottom: 1rem;
  }
}
.footer .info_row .col_logo .logo {
  text-decoration: none;
  display: inline;
}
.footer .info_row .col_logo .logo img {
  max-height: 150px;
}
@media (max-width: 1560px) {
  .footer .info_row .col_logo .logo img {
    max-height: 110px;
  }
}
@media (max-width: 1200px) {
  .footer .info_row .col_logo .logo img {
    max-height: 90px;
  }
}
@media (max-width: 991px) {
  .footer .info_row .col_logo .logo img {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.footer .info_row .col_info {
  display: grid;
  grid-template-columns: repeat(2, 300px);
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  gap: 5%;
}
@media (max-width: 1560px) {
  .footer .info_row .col_info {
    grid-template-columns: repeat(2, 260px);
  }
}
@media (max-width: 1200px) {
  .footer .info_row .col_info {
    gap: 1rem;
    grid-template-columns: repeat(2, 230px);
  }
}
@media (max-width: 991px) {
  .footer .info_row .col_info {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .footer .info_row .col_info {
    grid-template-columns: repeat(1, 1fr);
  }
}
.footer .info_row .col_info .col_content h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #00488f;
  line-height: 1.25em;
  margin-bottom: 0.75em;
}
@media (max-width: 1560px) {
  .footer .info_row .col_info .col_content h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 1200px) {
  .footer .info_row .col_info .col_content h3 {
    font-size: 1.125rem;
  }
}
.footer .info_row .col_info .col_content p {
  font-size: 1.125rem;
  color: #000;
  font-weight: 500;
  margin-bottom: 0.5em;
}
@media (max-width: 1200px) {
  .footer .info_row .col_info .col_content p {
    font-size: 1rem;
  }
}
.footer .info_row .col_info .col_content p a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: color 400ms;
  transition: color 400ms;
}
.footer .info_row .col_info .col_content p a:hover {
  color: #8177b2;
}
.footer .copyright_row {
  border-top: solid 2px #f6f6f6;
  padding: 2rem 0;
}
@media (max-width: 1560px) {
  .footer .copyright_row {
    padding: 1.5rem 0;
  }
}
@media (max-width: 991px) {
  .footer .copyright_row [class*=col-] {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .footer .copyright_row [class*=col-] {
    width: 100%;
    text-align: center;
  }
}
.footer .copyright_row p {
  font-family: "Cairo" !important;
}
.footer .copyright_row .social_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  gap: 0.75rem;
}
@media (max-width: 1800px) {
  .footer .copyright_row .social_wrap {
    margin-right: 45px;
  }
}
@media (max-width: 767px) {
  .footer .copyright_row .social_wrap {
    margin-right: 0px;
    margin-top: 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer .copyright_row .social_wrap .btn_social {
  text-decoration: none;
  color: #6e6e6e;
  border: solid 1px #6e6e6e;
  font-size: 0.875rem;
  width: 2.25em;
  height: 2.25em;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
.footer .copyright_row .social_wrap .btn_social:hover, .footer .copyright_row .social_wrap .btn_social:focus {
  background-color: #6e6e6e;
  color: white;
}

.circle_shape {
  overflow: hidden;
  position: relative;
  --crl-size: 280px;
}
.circle_shape::before, .circle_shape::after {
  content: "";
  position: absolute;
  top: 0%;
  right: calc(var(--crl-size) / -1.25);
  width: var(--crl-size);
  height: var(--crl-size);
  border-radius: var(--crl-size);
  background-color: #f3f2f9;
  z-index: -1;
}
@media (max-width: 1560px) {
  .circle_shape::before, .circle_shape::after {
    right: calc(var(--crl-size) / -1.2);
  }
}
.circle_shape::after {
  background-color: #fdf6ea;
  top: 50%;
  right: unset;
  left: calc(var(--crl-size) / -1.3);
}
@media (max-width: 1560px) {
  .circle_shape::after {
    left: calc(var(--crl-size) / -1.25);
  }
}

.impactDetail_section {
  font-family: "PPMori", sans-serif;
  overflow: hidden;
  position: relative;
}
.impactDetail_section h1,
.impactDetail_section h2,
.impactDetail_section h3,
.impactDetail_section h4,
.impactDetail_section h5,
.impactDetail_section h6 {
  font-family: "Poppins", sans-serif;
}
.breadcrumb_wrap {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .breadcrumb_wrap {
    -webkit-transform: scale(0.9) translateX(-5%);
            transform: scale(0.9) translateX(-5%);
    margin-bottom: 1.5rem;
  }
}
.breadcrumb_wrap ul,
.breadcrumb_wrap > span {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0;
}
.breadcrumb_wrap ul li,
.breadcrumb_wrap > span li {
  list-style: none;
}
.breadcrumb_wrap ul > span,
.breadcrumb_wrap ul > *, .breadcrumb_wrap ul.breadcrumb_last,
.breadcrumb_wrap > span > span,
.breadcrumb_wrap > span > *,
.breadcrumb_wrap > span.breadcrumb_last {
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  font-size: 1.125rem;
  padding: 0.25em 1.5em;
  padding-right: 1em;
  font-weight: 400;
  color: #191919;
  margin: 0;
  height: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #e2e2e2;
  -webkit-transition: color 400ms;
  transition: color 400ms;
  position: relative;
  border-radius: 2px;
}
@media (max-width: 1200px) {
  .breadcrumb_wrap ul > span,
  .breadcrumb_wrap ul > *, .breadcrumb_wrap ul.breadcrumb_last,
  .breadcrumb_wrap > span > span,
  .breadcrumb_wrap > span > *,
  .breadcrumb_wrap > span.breadcrumb_last {
    font-size: 1rem;
  }
}
.breadcrumb_wrap ul > span::before,
.breadcrumb_wrap ul > *::before, .breadcrumb_wrap ul.breadcrumb_last::before,
.breadcrumb_wrap > span > span::before,
.breadcrumb_wrap > span > *::before,
.breadcrumb_wrap > span.breadcrumb_last::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(100% - 0.5px);
  width: 0;
  height: 0;
  border-top: 1em solid transparent;
  border-left: 0.75em solid #e2e2e2;
  border-bottom: 1em solid transparent;
  z-index: 9;
}
.breadcrumb_wrap ul > span:nth-child(2)::after,
.breadcrumb_wrap ul > *:nth-child(2)::after, .breadcrumb_wrap ul.breadcrumb_last:nth-child(2)::after,
.breadcrumb_wrap > span > span:nth-child(2)::after,
.breadcrumb_wrap > span > *:nth-child(2)::after,
.breadcrumb_wrap > span.breadcrumb_last:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(100% - 0.25em);
  width: 1px;
  height: 100%;
  border-right: solid 1px #c9c9c9;
  z-index: 9;
}
.breadcrumb_wrap ul li:last-child,
.breadcrumb_wrap ul .breadcrumb_last,
.breadcrumb_wrap > span li:last-child,
.breadcrumb_wrap > span .breadcrumb_last {
  background-color: #c2bcdf;
}
.breadcrumb_wrap ul li:last-child::before,
.breadcrumb_wrap ul .breadcrumb_last::before,
.breadcrumb_wrap > span li:last-child::before,
.breadcrumb_wrap > span .breadcrumb_last::before {
  border-left-color: #c2bcdf;
}
.breadcrumb_wrap ul li:last-child::after,
.breadcrumb_wrap ul .breadcrumb_last::after,
.breadcrumb_wrap > span li:last-child::after,
.breadcrumb_wrap > span .breadcrumb_last::after {
  display: none;
}
.breadcrumb_wrap ul a,
.breadcrumb_wrap > span a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: color 400ms;
  transition: color 400ms;
}
.breadcrumb_wrap ul a:hover,
.breadcrumb_wrap > span a:hover {
  color: #777;
}
.breadcrumb_wrap ul.active > *,
.breadcrumb_wrap > span.active > * {
  background-color: #c2bcdf;
}
.breadcrumb_wrap ul.active > *::before,
.breadcrumb_wrap > span.active > *::before {
  border-left-color: #c2bcdf;
}

.impactDetail_section .logo_wrap {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
@media (max-width: 1200px) {
  .impactDetail_section .logo_wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .impactDetail_section .logo_wrap {
    margin-bottom: 1rem;
  }
}
.impactDetail_section .logo_wrap img {
  max-width: 460px;
  max-height: 65px;
}
@media (max-width: 1200px) {
  .impactDetail_section .logo_wrap img {
    max-height: 55px;
  }
}
@media (max-width: 991px) {
  .impactDetail_section .logo_wrap img {
    max-height: 45px;
    max-width: 100%;
  }
}
.impactDetail_section .title_wrap > * {
  font-size: 2rem;
  font-weight: 600;
  color: #052855;
}
@media (max-width: 1200px) {
  .impactDetail_section .title_wrap > * {
    font-size: 1.75rem;
  }
}
@media (max-width: 991px) {
  .impactDetail_section .title_wrap > * {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .impactDetail_section .title_wrap > * {
    font-size: 1.25rem;
  }
}
.impactDetail_section .sub_text {
  font-size: 1.125rem;
  line-height: 1.25em;
  color: #191919;
}
@media (max-width: 1200px) {
  .impactDetail_section .sub_text {
    font-size: 1rem;
  }
}
.impactDetail_section .sub_text p {
  margin-bottom: 1.25em;
}
.impactDetail_section .sub_text h4 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #8177b2;
}
@media (max-width: 1200px) {
  .impactDetail_section .sub_text h4 {
    font-size: 1.5rem;
  }
}
@media (max-width: 991px) {
  .impactDetail_section .sub_text h4 {
    font-size: 1.35rem;
  }
}
@media (max-width: 767px) {
  .impactDetail_section .sub_text h4 {
    font-size: 1.125rem;
  }
}
.impactDetail_section .sub_text ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.impactDetail_section .sub_text ul li {
  display: grid;
  grid-template-columns: 12px 1fr;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  position: relative;
  color: #000000;
}
.impactDetail_section .sub_text ul li::before {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  border-radius: 0.75em;
  background-color: #b5b3da;
  margin-top: 0.25em;
}
.impactDetail_section .sub_text ul li b {
  font-weight: 600;
}
.impactDetail_slider {
  margin-top: 1rem;
}
.impactDetail_slider .slick .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.impactDetail_slider .slick .slick-track > div {
  height: auto;
}
.impactDetail_slider .slick .slick-track > div > div {
  height: 100%;
}
.impactDetail_slider .slick .slick_item {
  height: 100%;
  padding: 0.75rem;
}
@media (max-width: 767px) {
  .impactDetail_slider .slick .slick_item > * {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
.impactDetail_slider .slick .slick_item .img_wrap {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  display: block;
  height: 360px;
}
@media (max-width: 1560px) {
  .impactDetail_slider .slick .slick_item .img_wrap {
    height: 280px;
  }
}
@media (max-width: 1200px) {
  .impactDetail_slider .slick .slick_item .img_wrap {
    height: 220px;
  }
}
.impactDetail_slider .slick .slick_item .img_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../images/icons/zoom-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 2.25em;
  opacity: 0;
  z-index: 9;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
  -webkit-filter: blur(-2px);
          filter: blur(-2px);
}
.impactDetail_slider .slick .slick_item .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-filter 300ms;
  transition: -webkit-filter 300ms;
  transition: filter 300ms;
  transition: filter 300ms, -webkit-filter 300ms;
}
.impactDetail_slider .slick .slick_item .img_wrap:hover::before {
  opacity: 1;
}
.impactDetail_slider .slick .slick_item .img_wrap:hover img {
  -webkit-filter: blur(3px);
          filter: blur(3px);
}
.impactDetail_slider .slick .slick_item .content_wrap {
  background-color: var(--bg-clr);
  padding: 1em;
  padding-top: calc(1em + 1rem);
  margin-top: -1rem;
  border-radius: 8px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #191919;
  line-height: 1.25em;
  height: calc(100% - 360px + 1rem);
}
@media (max-width: 1560px) {
  .impactDetail_slider .slick .slick_item .content_wrap {
    height: calc(100% - 280px + 1rem);
  }
}
@media (max-width: 1200px) {
  .impactDetail_slider .slick .slick_item .content_wrap {
    height: calc(100% - 220px + 1rem);
    font-size: 1rem;
    padding: 1rem;
    padding-top: calc(1em + 1rem);
  }
}
.impactDetail_slider .slick .slick_item .content_wrap p {
  margin: 0;
}

.newsDetail_section .main_img_wrap {
  margin: 1.5rem 0;
}
@media (max-width: 767px) {
  .newsDetail_section .main_img_wrap {
    margin: 1rem 0;
  }
}
.newsDetail_section .main_img_wrap img {
  max-width: 700px;
  width: 100%;
}
@media (max-width: 991px) {
  .newsDetail_section .main_img_wrap img {
    max-width: 100%;
  }
}
.newsDetail_section .title_wrap {
  margin-bottom: 1.5rem;
}
.newsDetail_section .title_wrap .date {
  font-size: 1.125rem;
  font-weight: 500;
  color: #052855;
  margin-bottom: 0.5em;
  display: block;
}
@media (max-width: 1200px) {
  .newsDetail_section .title_wrap .date {
    font-size: 1rem;
  }
}
.newsDetail_section .title_wrap h3 {
  font-size: 2.625rem;
  font-weight: 600;
  color: #052855;
  margin-bottom: 0em;
}
@media (max-width: 1560px) {
  .newsDetail_section .title_wrap h3 {
    font-size: 2.35rem;
  }
}
@media (max-width: 1200px) {
  .newsDetail_section .title_wrap h3 {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .newsDetail_section .title_wrap h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .newsDetail_section .title_wrap h3 {
    font-size: 1.35rem;
  }
}
.newsDetail_section .title_wrap h4 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #052855;
  margin-bottom: 0em;
}
@media (max-width: 1560px) {
  .newsDetail_section .title_wrap h4 {
    font-size: 1.35rem;
  }
}
@media (max-width: 1200px) {
  .newsDetail_section .title_wrap h4 {
    font-size: 1.25rem;
  }
}
@media (max-width: 991px) {
  .newsDetail_section .title_wrap h4 {
    font-size: 1.125rem;
  }
}
.newsDetail_section .title_wrap p {
  font-size: 1.875rem;
  color: #052855;
  margin-bottom: 0.5em;
}
@media (max-width: 1560px) {
  .newsDetail_section .title_wrap p {
    font-size: 1.5rem;
  }
}
@media (max-width: 1200px) {
  .newsDetail_section .title_wrap p {
    font-size: 1.25rem;
  }
}
@media (max-width: 991px) {
  .newsDetail_section .title_wrap p {
    font-size: 1.125rem;
  }
}
.newsDetail_section .title_wrap ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.newsDetail_section .title_wrap ul li {
  display: grid;
  grid-template-columns: 0.4em 1fr;
  -webkit-column-gap: 0.4em;
     -moz-column-gap: 0.4em;
          column-gap: 0.4em;
  position: relative;
  color: #000000;
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .newsDetail_section .title_wrap ul li {
    -webkit-column-gap: 0.3em;
       -moz-column-gap: 0.3em;
            column-gap: 0.3em;
  }
}
.newsDetail_section .title_wrap ul li::before {
  content: "";
  display: block;
  width: 0.35em;
  height: 0.35em;
  border-radius: 0.75em;
  background-color: #052855;
  margin-top: 0.6em;
}
@media (max-width: 1560px) {
  .newsDetail_section .title_wrap ul li::before {
    margin-top: 0.5em;
  }
}
@media (max-width: 991px) {
  .newsDetail_section .title_wrap ul li::before {
    width: 0.3em;
    height: 0.3em;
    margin-top: 0.35em;
  }
}
.newsDetail_section .title_wrap ul li p {
  margin-bottom: 0.2em;
  font-size: 1.5rem;
}
@media (max-width: 1560px) {
  .newsDetail_section .title_wrap ul li p {
    font-size: 1.35rem;
  }
}
@media (max-width: 1200px) {
  .newsDetail_section .title_wrap ul li p {
    font-size: 1.25rem;
  }
}
@media (max-width: 991px) {
  .newsDetail_section .title_wrap ul li p {
    font-size: 1rem;
  }
}
.newsDetail_section .title_wrap ul li b {
  font-weight: 600;
}
.newsDetail_section .sub_text {
  font-size: 1.125rem;
  color: #191919;
}
@media (max-width: 1200px) {
  .newsDetail_section .sub_text {
    font-size: 1rem;
  }
}
.newsDetail_section .sub_text h3 {
  font-size: 1.75rem;
  font-weight: 500;
  color: #8177b2;
  font-style: italic;
}
@media (max-width: 1560px) {
  .newsDetail_section .sub_text h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 1200px) {
  .newsDetail_section .sub_text h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .newsDetail_section .sub_text h3 {
    font-size: 1.125rem;
  }
}
.newsDetail_section .sub_text span {
  color: #8177b2;
}
.newsDetail_section .sub_text p {
  margin-bottom: 1.5em;
}
@media (max-width: 767px) {
  .newsDetail_section .sub_text p {
    margin-bottom: 1.25em;
  }
}
.newsDetail_section .sub_text ol {
  padding-left: 1em;
}
.newsDetail_section .sub_text ol li p {
  margin-bottom: 0.25em;
}
.newsDetail_section .sub_text ol li b {
  font-weight: 600;
}
.newsDetail_section .newsDetail_slider {
  margin-top: 2rem;
}
.newsDetail_section .newsDetail_slider .slick .slick_item {
  padding: 0.5rem;
  max-width: 100%;
  margin: 0;
}
.newsDetail_section .newsDetail_slider .slick .slick_item .content_wrap .content > * {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .eventDetail_section {
    padding-bottom: 1rem !important;
  }
}
.eventDetail_section .main_img_wrap {
  display: grid;
  grid-template-columns: 1fr 33%;
}
.eventDetail_section .main_img_wrap img {
  width: 100%;
}
.eventDetail_section .main_img_wrap .logo_wrap {
  border: solid 5px #b5b3da;
  border-left: none;
  margin: 11% 0;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .eventDetail_section .main_img_wrap .logo_wrap {
    border-width: 3px;
    padding: 0.75rem;
    margin: 14% 0;
  }
}
.eventDetail_section .main_img_wrap .logo_wrap img {
  width: auto;
  height: 100%;
  max-height: 190px;
}
@media (max-width: 1560px) {
  .eventDetail_section .main_img_wrap .logo_wrap img {
    max-height: 140px;
  }
}
@media (max-width: 1200px) {
  .eventDetail_section .main_img_wrap .logo_wrap img {
    max-height: 110px;
  }
}
.eventDetail_section .logo_wrap {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
@media (max-width: 1200px) {
  .eventDetail_section .logo_wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .eventDetail_section .logo_wrap {
    margin-bottom: 1rem;
  }
}
.eventDetail_section .logo_wrap img {
  max-width: 460px;
  max-height: 65px;
}
@media (max-width: 1200px) {
  .eventDetail_section .logo_wrap img {
    max-height: 55px;
  }
}
@media (max-width: 991px) {
  .eventDetail_section .logo_wrap img {
    max-height: 45px;
  }
}
.eventDetail_section .title_wrap {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .eventDetail_section .title_wrap {
    margin-top: 1rem;
  }
}
.eventDetail_section .title_wrap h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #052855;
}
@media (max-width: 1200px) {
  .eventDetail_section .title_wrap h3 {
    font-size: 1.75rem;
  }
}
@media (max-width: 991px) {
  .eventDetail_section .title_wrap h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .eventDetail_section .title_wrap h3 {
    font-size: 1.25rem;
  }
}
.eventDetail_section .title_wrap p {
  font-size: 1.125rem;
  color: #191919;
  margin-bottom: 1em;
}
@media (max-width: 991px) {
  .eventDetail_section .title_wrap p {
    font-size: 1rem;
  }
}
.eventDetail_section .title_wrap a {
  color: #265ed0;
  -webkit-transition: color 400ms;
  transition: color 400ms;
}
.eventDetail_section .title_wrap a:hover, .eventDetail_section .title_wrap a:focus {
  color: #8177b2;
}
.eventDetail_section .title_wrap ul {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
}
@media (max-width: 991px) {
  .eventDetail_section .title_wrap ul {
    margin: 1.5rem 0;
  }
}
.eventDetail_section .title_wrap ul li strong,
.eventDetail_section .title_wrap ul li b {
  font-weight: 600;
}
.eventDetail_section .title_wrap ul li p {
  margin-bottom: 0.25em;
}
.eventDetail_section .title_wrap small {
  font-weight: 600;
  font-style: italic;
}
.eventDetail_section .impactDetail_slider {
  margin-top: 2rem;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about_section .col_img .img_wrap {
  --img-size: 600px;
  width: var(--img-size);
  height: var(--img-size);
  margin: auto;
  position: relative;
  isolation: isolate;
}
@media (max-width: 1560px) {
  .about_section .col_img .img_wrap {
    --img-size: 480px;
  }
}
@media (max-width: 1200px) {
  .about_section .col_img .img_wrap {
    --img-size: 350px;
  }
}
@media (max-width: 991px) {
  .about_section .col_img .img_wrap {
    --img-size: 350px;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .about_section .col_img .img_wrap {
    --img-size: 320px;
  }
}
@media (max-width: 380px) {
  .about_section .col_img .img_wrap {
    --img-size: 280px;
  }
}
.about_section .col_img .img_wrap::before {
  content: "";
  position: absolute;
  top: -4%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 105%;
  height: 100%;
  background-color: #e5e4f3;
  z-index: -1;
  border-radius: 55% 45% 50% 50%/54% 57% 43% 46%;
  -webkit-animation: radiusMove 5s linear infinite;
          animation: radiusMove 5s linear infinite;
}
@-webkit-keyframes radiusMove {
  0% {
    border-radius: 55% 45% 50% 50%/54% 57% 43% 46%;
  }
  25% {
    border-radius: 55% 50% 55% 50%/54% 55% 46% 46%;
  }
  50% {
    border-radius: 55% 45% 50% 50%/58% 53% 47% 36%;
    background-color: #f7efe3;
  }
  75% {
    border-radius: 50% 45% 50% 50%/56% 53% 47% 44%;
  }
  100% {
    border-radius: 55% 45% 50% 50%/54% 57% 43% 46%;
  }
}
@keyframes radiusMove {
  0% {
    border-radius: 55% 45% 50% 50%/54% 57% 43% 46%;
  }
  25% {
    border-radius: 55% 50% 55% 50%/54% 55% 46% 46%;
  }
  50% {
    border-radius: 55% 45% 50% 50%/58% 53% 47% 36%;
    background-color: #f7efe3;
  }
  75% {
    border-radius: 50% 45% 50% 50%/56% 53% 47% 44%;
  }
  100% {
    border-radius: 55% 45% 50% 50%/54% 57% 43% 46%;
  }
}
.about_section .col_img .img_wrap img {
  border-radius: 51% 49% 50% 50%/37% 40% 60% 63%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}
.about_section .col_content .sc_title_wrap {
  max-width: 800px;
}
@media (max-width: 767px) {
  .about_section .col_content .sc_title_wrap {
    text-align: center;
  }
}
.about_section .col_content .sc_title_wrap .title_text > * {
  margin-bottom: 0.25rem;
}
.about_section .col_content .sc_title_wrap .title_text > * small {
  margin-top: 0.75rem;
}

.about_section_v2 .row {
  -webkit-box-shadow: 0 2px 22px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 22px 1px rgba(0, 0, 0, 0.15);
  margin: 0;
  border-radius: 0.75rem;
  background-color: #efecff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem;
  --move-top: 250px;
  margin-top: calc(var(--move-top) / 1 - 1rem);
}
@media (max-width: 1560px) {
  .about_section_v2 .row {
    --move-top: 200px;
  }
}
@media (max-width: 991px) {
  .about_section_v2 .row {
    --move-top: 150px;
    padding: 2.5rem;
  }
}
@media (max-width: 767px) {
  .about_section_v2 .row {
    --move-top: 80px;
    padding: 1.5rem;
  }
}
.about_section_v2 .row > * {
  padding: 0;
  max-width: 1450px;
  margin: auto;
}
.about_section_v2 .row .col_img {
  margin-top: calc(var(--move-top) / -1);
  position: relative;
}
.about_section_v2 .row .col_img img {
  -webkit-box-shadow: 0 2px 16px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 16px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0.75rem;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 991px) {
  .about_section_v2 .row .col_img img {
    border-radius: 0.5rem;
  }
}
.about_section_v2 .row .col_img::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 75px;
  background-image: url(../images/shadow-shape.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
.about_section_v2 .row .col_content {
  text-align: center;
  max-width: 1200px;
  padding-top: 2.25rem;
  padding-bottom: 2rem;
}
@media (max-width: 1560px) {
  .about_section_v2 .row .col_content {
    max-width: 1000px;
  }
}
@media (max-width: 991px) {
  .about_section_v2 .row .col_content {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .about_section_v2 .row .col_content {
    padding-top: 1rem;
    padding-bottom: 0;
  }
}

.misVis_section {
  position: relative;
}
.misVis_section .row {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
}
.misVis_section .col_img {
  width: 50%;
  background-image: url(../images/missionVision-img.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 991px) {
  .misVis_section .col_img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-position: left center;
  }
}
.misVis_section .col_content {
  --left-move: 100px;
  margin-left: calc(var(--left-move) / -1);
  padding: 0;
  width: calc(50% + var(--left-move));
}
@media (max-width: 1200px) {
  .misVis_section .col_content {
    --left-move: 80px;
  }
}
@media (max-width: 991px) {
  .misVis_section .col_content {
    width: 100%;
    --left-move: 0px;
    padding: 0 1.5rem;
  }
}
@media (max-width: 767px) {
  .misVis_section .col_content {
    padding: 0 1rem;
  }
}
.misVis_section .col_content .content_wrap {
  margin-bottom: 2rem;
}
@media (max-width: 1200px) {
  .misVis_section .col_content .content_wrap {
    margin-bottom: 1.5rem;
  }
}
.misVis_section .col_content .content_wrap .title > * {
  font-family: "Oswald", sans-serif;
  line-height: 1em;
  font-size: 6.9375rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #cee09c;
  margin-top: -15px;
  margin-bottom: -10px;
  word-break: break-all;
}
@media (max-width: 1560px) {
  .misVis_section .col_content .content_wrap .title > * {
    margin-top: -10px;
    font-size: 5.5rem;
  }
}
@media (max-width: 1200px) {
  .misVis_section .col_content .content_wrap .title > * {
    font-size: 4rem;
    margin-top: -7px;
    margin-bottom: -5px;
  }
}
@media (max-width: 991px) {
  .misVis_section .col_content .content_wrap .title > * {
    font-size: 3.5rem;
    margin-top: 1rem;
  }
}
.misVis_section .col_content .content_wrap .sub {
  background-color: #cee09c;
  padding: 4rem 5rem;
}
@media (max-width: 1560px) {
  .misVis_section .col_content .content_wrap .sub {
    padding: 3rem 4rem;
  }
}
@media (max-width: 1200px) {
  .misVis_section .col_content .content_wrap .sub {
    padding: 2.5rem;
  }
}
@media (max-width: 767px) {
  .misVis_section .col_content .content_wrap .sub {
    padding: 1.5rem;
  }
}
.misVis_section .col_content .content_wrap .sub p {
  font-size: 1rem;
  margin-bottom: 1.5em;
  color: #1a1a1a;
}
@media (max-width: 1200px) {
  .misVis_section .col_content .content_wrap .sub p {
    margin-bottom: 1em;
  }
}
.misVis_section .col_content .content_wrap .sub p:last-child {
  margin-bottom: 0;
}

.misVis_section_v2 .col_img {
  display: none;
}
.misVis_section_v2 .col_content {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media (max-width: 1560px) {
  .misVis_section_v2 .col_content {
    gap: 1.25rem;
  }
}
@media (max-width: 991px) {
  .misVis_section_v2 .col_content {
    grid-template-columns: 1fr;
    row-gap: 2rem;
  }
}
.misVis_section_v2 .col_content .content_wrap {
  position: relative;
}
.misVis_section_v2 .col_content .content_wrap .title {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.misVis_section_v2 .col_content .content_wrap .title > * {
  font-family: "Oswald", sans-serif;
  margin: 0;
  font-size: 5rem;
  line-height: 1em;
  height: 1em;
  text-transform: uppercase;
  position: absolute;
  right: -0.06em;
  top: 0.1em;
  color: #cee09c;
}
@media (max-width: 991px) {
  .misVis_section_v2 .col_content .content_wrap .title > * {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .misVis_section_v2 .col_content .content_wrap .title > * {
    font-size: 3.5rem;
  }
}
.misVis_section_v2 .col_content .content_wrap .sub {
  background-color: #cee09c;
  height: 100%;
  border-radius: 0.5rem;
  font-size: 1.1875rem;
  padding: 3em;
  color: #1a1a1a;
  width: calc(100% - 5rem);
  margin-left: auto;
  margin-right: 0;
  min-height: 300px;
  border-top-left-radius: 0;
}
@media (max-width: 1560px) {
  .misVis_section_v2 .col_content .content_wrap .sub {
    font-size: 1.125rem;
  }
}
@media (max-width: 1200px) {
  .misVis_section_v2 .col_content .content_wrap .sub {
    padding: 2.5em;
  }
}
@media (max-width: 991px) {
  .misVis_section_v2 .col_content .content_wrap .sub {
    height: auto;
    min-height: 200px;
    width: calc(100% - 4rem);
  }
}
@media (max-width: 767px) {
  .misVis_section_v2 .col_content .content_wrap .sub {
    width: calc(100% - 3.5rem);
    font-size: 1rem;
    padding: 2em;
  }
}
.misVis_section_v2 .col_content .content_wrap .sub p {
  margin-bottom: 1em;
}
.misVis_section_v2 .col_content .content_wrap:last-child .title > * {
  color: #f6d397;
}
.misVis_section_v2 .col_content .content_wrap:last-child .sub {
  background-color: #f6d397;
}

.pillars_section .slick .slick-slide:nth-child(1) .icon {
  -webkit-animation: morphing infinite linear;
          animation: morphing infinite linear;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
}
.pillars_section .slick .slick-slide:nth-child(2) .icon {
  -webkit-animation: morphing infinite linear;
          animation: morphing infinite linear;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
}
.pillars_section .slick .slick-slide:nth-child(3) .icon {
  -webkit-animation: morphing infinite linear;
          animation: morphing infinite linear;
  -webkit-animation-duration: 25s;
          animation-duration: 25s;
}
.pillars_section .slick .slick-slide:nth-child(4) .icon {
  -webkit-animation: morphing infinite linear;
          animation: morphing infinite linear;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
}
.pillars_section .slick .slick-slide:nth-child(5) .icon {
  -webkit-animation: morphing infinite linear;
          animation: morphing infinite linear;
  -webkit-animation-duration: 35s;
          animation-duration: 35s;
}
.pillars_section .slick .slick-slide:nth-child(6) .icon {
  -webkit-animation: morphing infinite linear;
          animation: morphing infinite linear;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
}
.pillars_section .slick .slick-slide:nth-child(7) .icon {
  -webkit-animation: morphing infinite linear;
          animation: morphing infinite linear;
  -webkit-animation-duration: 45s;
          animation-duration: 45s;
}
.pillars_section .slick .slick-slide:nth-child(8) .icon {
  -webkit-animation: morphing infinite linear;
          animation: morphing infinite linear;
  -webkit-animation-duration: 50s;
          animation-duration: 50s;
}
.pillars_section .slick .slick-slide:nth-child(9) .icon {
  -webkit-animation: morphing infinite linear;
          animation: morphing infinite linear;
  -webkit-animation-duration: 55s;
          animation-duration: 55s;
}
.pillars_section .slick .slick-slide:nth-child(10) .icon {
  -webkit-animation: morphing infinite linear;
          animation: morphing infinite linear;
  -webkit-animation-duration: 60s;
          animation-duration: 60s;
}
.pillars_section .slick .slick_item {
  padding: 1rem;
  text-align: center;
  --icon-size: 200px;
  --bg-clr: #ddd;
}
@media (max-width: 1560px) {
  .pillars_section .slick .slick_item {
    --icon-size: 160px;
  }
}
@media (max-width: 1200px) {
  .pillars_section .slick .slick_item {
    --icon-size: 120px;
  }
}
.pillars_section .slick .slick_item .icon {
  width: var(--icon-size);
  height: var(--icon-size);
  background-color: var(--bg-clr);
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: calc(var(--icon-size) / 2.5);
  color: white;
}
.pillars_section .slick .slick_item .icon img {
  max-width: calc(var(--icon-size));
  max-height: calc(var(--icon-size) / 2.5);
}
@-webkit-keyframes morphing {
  0% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  }
  25% {
    border-radius: 35% 42% 75% 25%/60% 46% 54% 24%;
  }
  50% {
    border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
  }
  75% {
    border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
  }
  100% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  }
}
@keyframes morphing {
  0% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  }
  25% {
    border-radius: 35% 42% 75% 25%/60% 46% 54% 24%;
  }
  50% {
    border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
  }
  75% {
    border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
  }
  100% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  }
}
.pillars_section .slick .slick_item .content {
  margin-top: 1.5rem;
}
@media (max-width: 1560px) {
  .pillars_section .slick .slick_item .content {
    margin-top: 1.25rem;
  }
}
@media (max-width: 1200px) {
  .pillars_section .slick .slick_item .content {
    margin-top: 1rem;
  }
}
.pillars_section .slick .slick_item .content h2,
.pillars_section .slick .slick_item .content h3 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #191919;
  margin-bottom: 0.5em;
  word-break: break-all;
}
@media (max-width: 1560px) {
  .pillars_section .slick .slick_item .content h2,
  .pillars_section .slick .slick_item .content h3 {
    font-size: 1.35rem;
    margin-bottom: 0.4em;
  }
}
@media (max-width: 1200px) {
  .pillars_section .slick .slick_item .content h2,
  .pillars_section .slick .slick_item .content h3 {
    font-size: 1.25rem;
  }
}
.pillars_section .slick .slick_item .content p {
  color: #000000;
  font-size: 1rem;
  margin-bottom: 0.5em;
}
@media (max-width: 1200px) {
  .pillars_section .slick .slick_item .content p {
    line-height: 1.25em;
  }
}

.weBelieve_section .sc_title > * {
  font-family: "Oswald", sans-serif;
  font-size: 6.9375rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 1em;
  color: #00498e;
  margin: 0;
  margin-bottom: -10px;
}
@media (max-width: 1560px) {
  .weBelieve_section .sc_title > * {
    font-size: 5.75rem;
  }
}
@media (max-width: 1200px) {
  .weBelieve_section .sc_title > * {
    font-size: 4.5rem;
  }
}
@media (max-width: 767px) {
  .weBelieve_section .sc_title > * {
    font-size: 3rem;
    margin-bottom: -4px;
  }
}
.weBelieve_section .weBelieve_content_wrap {
  background-color: #00498e;
  color: white;
  font-size: 1.25rem;
}
@media (max-width: 1560px) {
  .weBelieve_section .weBelieve_content_wrap {
    font-size: 1.125rem;
  }
}
@media (max-width: 1200px) {
  .weBelieve_section .weBelieve_content_wrap {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .weBelieve_section .weBelieve_content_wrap {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.weBelieve_section .weBelieve_content_wrap h2,
.weBelieve_section .weBelieve_content_wrap h3,
.weBelieve_section .weBelieve_content_wrap h4,
.weBelieve_section .weBelieve_content_wrap h5 {
  color: #f5ce92;
}
.weBelieve_section .weBelieve_content_wrap .main_titile {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .weBelieve_section .weBelieve_content_wrap .main_titile {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.weBelieve_section .weBelieve_content_wrap .main_titile p {
  font-size: 1.5rem;
  max-width: 300px;
}
@media (max-width: 1560px) {
  .weBelieve_section .weBelieve_content_wrap .main_titile p {
    font-size: 1.25rem;
  }
}
@media (max-width: 1200px) {
  .weBelieve_section .weBelieve_content_wrap .main_titile p {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .weBelieve_section .weBelieve_content_wrap .main_titile p {
    font-size: 1rem;
    max-width: 100%;
  }
}
.weBelieve_section .weBelieve_content_wrap .main_titile h2,
.weBelieve_section .weBelieve_content_wrap .main_titile h3 {
  font-size: 4rem;
  display: inline-block;
  position: relative;
  padding-bottom: 0.2em;
  text-transform: uppercase;
}
@media (max-width: 1560px) {
  .weBelieve_section .weBelieve_content_wrap .main_titile h2,
  .weBelieve_section .weBelieve_content_wrap .main_titile h3 {
    font-size: 3rem;
  }
}
@media (max-width: 1200px) {
  .weBelieve_section .weBelieve_content_wrap .main_titile h2,
  .weBelieve_section .weBelieve_content_wrap .main_titile h3 {
    padding-bottom: 0.25em;
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .weBelieve_section .weBelieve_content_wrap .main_titile h2,
  .weBelieve_section .weBelieve_content_wrap .main_titile h3 {
    font-size: 2.25rem;
    padding-bottom: 0.5em;
  }
}
.weBelieve_section .weBelieve_content_wrap .main_titile h2::after,
.weBelieve_section .weBelieve_content_wrap .main_titile h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15px;
  border-top: solid 1px #f5ce92;
  background-image: url(../images/icons/shape-01.png);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: -1px;
  background-size: auto;
}
@media (max-width: 1560px) {
  .weBelieve_section .weBelieve_content_wrap .main_titile h2::after,
  .weBelieve_section .weBelieve_content_wrap .main_titile h3::after {
    background-size: auto 12px;
  }
}
@media (max-width: 1200px) {
  .weBelieve_section .weBelieve_content_wrap .main_titile h2::after,
  .weBelieve_section .weBelieve_content_wrap .main_titile h3::after {
    background-size: auto 10px;
  }
}
.weBelieve_section .weBelieve_content_wrap .content_lists .content_item {
  display: grid;
  grid-template-columns: 27% 1fr;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}
@media (max-width: 1200px) {
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
@media (max-width: 991px) {
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item {
    grid-template-columns: 30% 1fr;
  }
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}
.weBelieve_section .weBelieve_content_wrap .content_lists .content_item .title_wrap {
  position: relative;
}
@media (max-width: 767px) {
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .title_wrap {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
  }
}
.weBelieve_section .weBelieve_content_wrap .content_lists .content_item .title_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 100%;
  border-left: solid 1px #f5ce92;
  background-image: url(../images/icons/shape-02.png);
  background-repeat: no-repeat;
  background-position-x: -1px;
  background-position-y: top;
  background-size: auto;
}
@media (max-width: 1560px) {
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .title_wrap::after {
    background-size: 12px auto;
  }
}
@media (max-width: 1200px) {
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .title_wrap::after {
    background-size: 10px auto;
  }
}
@media (max-width: 767px) {
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .title_wrap::after {
    top: 100%;
    width: 100%;
    height: 15px;
    border-left: none;
    border-top: solid 1px #f5ce92;
    background-image: url(../images/icons/shape-01.png);
    background-position-x: left;
    background-position-y: -1px;
    background-size: auto 8px;
  }
}
.weBelieve_section .weBelieve_content_wrap .content_lists .content_item .title_wrap > * {
  max-width: 300px;
}
@media (max-width: 1560px) {
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .title_wrap > * {
    max-width: 250px;
  }
}
@media (max-width: 1200px) {
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .title_wrap > * {
    max-width: 200px;
  }
}
@media (max-width: 991px) {
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .title_wrap > * {
    max-width: 160px;
  }
}
@media (max-width: 767px) {
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .title_wrap > * {
    max-width: 100%;
  }
}
.weBelieve_section .weBelieve_content_wrap .content_lists .content_item .title_wrap h4 {
  font-size: 2.5rem;
  margin: 0;
  margin-bottom: 0.125em;
  line-height: 1em;
}
@media (max-width: 1560px) {
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .title_wrap h4 {
    font-size: 2rem;
  }
}
@media (max-width: 1200px) {
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .title_wrap h4 {
    font-size: 1.75rem;
  }
}
@media (max-width: 991px) {
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .title_wrap h4 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .title_wrap h4 {
    font-size: 1.25rem;
  }
}
.weBelieve_section .weBelieve_content_wrap .content_lists .content_item .title_wrap h4 small {
  color: white;
  display: block;
}
.weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap {
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  margin-bottom: 3rem;
  padding-bottom: 1rem;
}
@media (max-width: 1200px) {
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap {
    margin-bottom: 2rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap {
    font-size: 0.9rem;
  }
}
.weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap .row h2 {
  font-size: 3.875rem;
  font-style: italic;
  line-height: 0.95;
  margin: 0;
  padding-left: 0.65em;
}
@media (max-width: 1560px) {
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap .row h2 {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (max-width: 1200px) {
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap .row h2 {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap .row h2 {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap .row h2 {
    font-size: 1.65rem;
  }
}
.weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap .row h2 strong {
  display: block;
  font-size: 7.9375rem;
}
@media (max-width: 1560px) {
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap .row h2 strong {
    font-size: 6rem;
  }
}
@media (max-width: 1200px) {
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap .row h2 strong {
    font-size: 5rem;
  }
}
@media (max-width: 991px) {
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap .row h2 strong {
    font-size: 4rem;
  }
}
.weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap .row h3 {
  font-size: 2rem;
  line-height: 1.125em;
  line-height: 1.25em;
  margin-bottom: 0.4em;
}
@media (max-width: 1560px) {
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap .row h3 {
    font-size: 1.75rem;
  }
}
@media (max-width: 1200px) {
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap .row h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap .row h3 {
    font-size: 1.125rem;
  }
}
.weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap .row h3 strong {
  font-size: 2.5rem;
  display: block;
}
@media (max-width: 1560px) {
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap .row h3 strong {
    font-size: 2rem;
  }
}
@media (max-width: 1200px) {
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap .row h3 strong {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap .row h3 strong {
    font-size: 1.25rem;
  }
}
.weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap .row h3 b {
  display: block;
}
.weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap .row h3 i {
  display: block;
}
.weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap .row h4 {
  font-size: 2.5rem;
  line-height: 1.25em;
  margin-bottom: 0.4em;
}
@media (max-width: 1560px) {
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap .row h4 {
    font-size: 2rem;
  }
}
@media (max-width: 1200px) {
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap .row h4 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap .row h4 {
    font-size: 1.25rem;
  }
}
.weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap .row h4 strong {
  display: block;
}
.weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap .row h4 i {
  display: block;
}
.weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap .row h5 {
  font-size: 1.75rem;
  line-height: 1.25em;
  margin-bottom: 0.4em;
}
@media (max-width: 1560px) {
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap .row h5 {
    font-size: 1.25rem;
  }
}
@media (max-width: 1200px) {
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap .row h5 {
    font-size: 1.125rem;
  }
}
.weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap .row h5 strong {
  display: block;
}
.weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap .row h5 i {
  display: block;
}
.weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap .row [class*=col-] {
  margin-bottom: 2.5rem;
}
@media (max-width: 1560px) {
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap .row [class*=col-] {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap .row [class*=col-] {
    margin-bottom: 1rem;
  }
}
.weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap .row p,
.weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap .row .quote {
  position: relative;
}
.weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap .row p span,
.weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap .row .quote span {
  color: #f5ce92;
}
.weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap .row p > p::before, .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap .row p > p::after,
.weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap .row .quote > p::before,
.weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap .row .quote > p::after {
  content: "";
  width: 36px;
  height: 36px;
  display: inline-block;
  background-image: url(../images/icons/quote-icon.png);
  background-repeat: no-repeat;
  background-size: auto 36px;
  background-position: center;
  position: absolute;
  top: -5px;
  left: -36px;
}
@media (max-width: 1560px) {
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap .row p > p::before, .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap .row p > p::after,
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap .row .quote > p::before,
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap .row .quote > p::after {
    left: -30px;
    width: 30px;
    height: 30px;
    background-size: auto 30px;
    vertical-align: unset;
  }
}
@media (max-width: 767px) {
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap .row p > p::before, .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap .row p > p::after,
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap .row .quote > p::before,
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap .row .quote > p::after {
    position: static;
    width: 20px;
    height: 20px;
    background-size: auto 20px;
    vertical-align: unset;
  }
}
.weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap .row p > p::after,
.weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap .row .quote > p::after {
  -webkit-transform: scaleY(-1) scaleX(-1);
          transform: scaleY(-1) scaleX(-1);
  top: 15px;
  margin-top: -12px;
  left: unset;
  position: relative;
  vertical-align: text-bottom;
}
@media (min-width: 1300px) {
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap {
    padding-bottom: 1.5rem;
  }
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap.content_wrap1 h4 {
    font-size: 2.1875rem;
  }
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap.content_wrap1 h4 strong {
    font-size: 2.4375rem;
  }
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap.content_wrap1 h4 i {
    font-size: 2.625rem;
    text-transform: capitalize;
  }
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap.content_wrap1 [class*=col-]:nth-child(2) h4 {
    font-size: 1.75rem;
  }
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap.content_wrap1 [class*=col-]:nth-child(2) h4 strong {
    font-size: 2.4375rem;
  }
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap.content_wrap1 [class*=col-]:nth-child(2) h4 i {
    font-size: 2.625rem;
  }
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap.content_wrap1 [class*=col-]:nth-child(4) h5 {
    font-size: 1.9375rem;
  }
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap.content_wrap1 [class*=col-]:nth-child(4) h5 strong {
    font-size: 1.75rem;
  }
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap.content_wrap2 [class*=col-]:nth-child(1) {
    width: 24%;
  }
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap.content_wrap2 [class*=col-]:nth-child(1) h3 {
    font-size: 2.1875rem;
  }
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap.content_wrap2 [class*=col-]:nth-child(1) h3 strong {
    font-size: 3.625rem;
  }
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap.content_wrap2 [class*=col-]:nth-child(2) {
    width: 30%;
  }
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap.content_wrap2 [class*=col-]:nth-child(2) h3 {
    font-size: 1.75rem;
    line-height: 1.25;
  }
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap.content_wrap2 [class*=col-]:nth-child(2) h3 small {
    font-size: 1.5rem;
  }
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap.content_wrap2 [class*=col-]:nth-child(2) h3 strong {
    font-size: 3.125rem;
  }
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap.content_wrap2 [class*=col-]:nth-child(3) {
    width: 46%;
  }
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap.content_wrap3 [class*=col-]:nth-child(1) {
    width: 27%;
  }
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap.content_wrap3 [class*=col-]:nth-child(1) h3 {
    font-size: 2.25rem;
    line-height: 1.1;
    margin-bottom: 0.25em;
  }
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap.content_wrap3 [class*=col-]:nth-child(1) h3 strong {
    font-size: 2.6rem;
  }
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap.content_wrap3 [class*=col-]:nth-child(1) p {
    max-width: 250px;
  }
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap.content_wrap3 [class*=col-]:nth-child(2) {
    width: 41%;
  }
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap.content_wrap3 [class*=col-]:nth-child(2) h3 {
    font-size: 1.9375rem;
    margin-bottom: 0.25em;
  }
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap.content_wrap3 [class*=col-]:nth-child(2) h3 strong {
    font-size: 2.1875rem;
  }
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap.content_wrap3 [class*=col-]:nth-child(2) p {
    max-width: 400px;
  }
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap.content_wrap3 [class*=col-]:nth-child(3) {
    width: 32%;
  }
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap.content_wrap3 [class*=col-]:nth-child(3) h3 {
    font-size: 1.75rem;
    line-height: 1.1;
    margin-bottom: 0.25em;
  }
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap.content_wrap3 [class*=col-]:nth-child(3) h3 strong {
    font-size: 2.6875rem;
  }
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap.content_wrap4 [class*=col-]:nth-child(1) h3 {
    font-size: 2.5625rem;
    margin-bottom: 0em;
  }
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap.content_wrap4 [class*=col-]:nth-child(1) p span {
    display: block;
    font-size: 1.375rem;
    line-height: 1;
    margin-bottom: 0.5em;
  }
  .weBelieve_section .weBelieve_content_wrap .content_lists .content_item .content_wrap.content_wrap4 .quote {
    max-width: 450px;
  }
}
.weBelieve_section .weBelieve_content_wrap .content_lists .content_item:last-child .title_wrap::after {
  border-left: none;
}
.weBelieve_section .weBelieve_content_wrap .content_lists .content_item:last-child .content_wrap {
  border: none;
  margin-bottom: 0;
}
.weBelieve_section .weBelieve_content_wrap .content_lists .content_item:last-child .content_wrap [class*=col-]:last-child {
  margin-bottom: 0;
}

.signatories_section .slick .slick-track .slick-slide > div {
  padding: 0.75rem;
}
@media (max-width: 767px) {
  .signatories_section .slick .slick-track .slick-slide > div {
    padding: 0.5rem;
  }
}
.signatories_section .slick .slick_item {
  border: solid 1px #d8e1ec;
  border-radius: 4px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
  height: 140px;
  text-decoration: none;
}
@media (max-width: 1560px) {
  .signatories_section .slick .slick_item {
    height: 110px;
  }
}
@media (max-width: 1200px) {
  .signatories_section .slick .slick_item {
    height: 90px;
  }
}
@media (max-width: 991px) {
  .signatories_section .slick .slick_item {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .signatories_section .slick .slick_item {
    height: 70px;
    border-radius: 3px;
  }
}
.signatories_section .slick .slick_item img {
  max-height: 130px;
}
@media (max-width: 1560px) {
  .signatories_section .slick .slick_item img {
    max-height: 100px;
  }
}
@media (max-width: 1200px) {
  .signatories_section .slick .slick_item img {
    max-height: 80px;
  }
}
@media (max-width: 991px) {
  .signatories_section .slick .slick_item img {
    max-height: 60px;
  }
}
@media (max-width: 767px) {
  .signatories_section .slick .slick_item img {
    max-height: 55px;
  }
}
.signatories_section .slick .btn_arrow {
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -40px;
  z-index: 999;
}
.signatories_section .slick .btn_arrow.right {
  left: 100%;
}
@media (max-width: 1560px) {
  .signatories_section .slick .btn_arrow {
    left: -1rem;
  }
  .signatories_section .slick .btn_arrow.right {
    left: unset;
    right: -1em;
  }
}
.signatories_section .slick .slick-dots {
  margin-top: 1rem;
}

.impact_section {
  background-color: #cee09c;
}
@media (max-width: 767px) {
  .impact_section {
    padding-bottom: 5rem !important;
  }
}
.impact_section .container_sm {
  position: relative;
}
.impact_section .container_sm .bg_text_left {
  font-size: 8.75rem;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  position: absolute;
  top: 74%;
  left: -1.25em;
  width: 1em;
  height: 1em;
  line-height: 1em;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (max-width: 1560px) {
  .impact_section .container_sm .bg_text_left {
    font-size: 6.75rem;
    top: 70%;
    left: -1em;
  }
}
@media (max-width: 1300px) {
  .impact_section .container_sm .bg_text_left {
    display: none;
  }
}
@media (max-width: 1200px) {
  .impact_section .container_sm .bg_text_left {
    display: none;
  }
}
.impact_section .slick .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.impact_section .slick .slick-track .slick-slide {
  height: auto;
}
.impact_section .slick .slick-track .slick-slide > div {
  height: 100%;
}
.impact_section .slick .slick_item {
  height: 100%;
  padding: 1rem;
  display: grid !important;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  row-gap: 2rem;
}
@media (max-width: 767px) {
  .impact_section .slick .slick_item {
    row-gap: 1.5rem;
    padding: 0.75rem;
  }
}
.impact_section .slick .slick_item .item_box {
  background-color: white;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .impact_section .slick .slick_item .item_box {
    padding: 1.5rem;
  }
}
.impact_section .slick .slick_item .item_box .logo {
  margin-bottom: 1.5rem;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1560px) {
  .impact_section .slick .slick_item .item_box .logo {
    height: 65px;
  }
}
@media (max-width: 767px) {
  .impact_section .slick .slick_item .item_box .logo {
    height: 60px;
  }
}
.impact_section .slick .slick_item .item_box .logo img {
  max-height: 80px;
  max-width: 220px;
}
@media (max-width: 1560px) {
  .impact_section .slick .slick_item .item_box .logo img {
    max-height: 65px;
    max-width: 180px;
  }
}
@media (max-width: 767px) {
  .impact_section .slick .slick_item .item_box .logo img {
    max-height: 60px;
    max-width: 160px;
  }
}
.impact_section .slick .slick_item .item_box .content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #052855;
  line-height: 1.25em;
  margin-bottom: 0.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.impact_section .slick .slick_item .item_box .content h3 a {
  color: #052855;
  text-decoration: none;
  -webkit-transition: color 400ms;
  transition: color 400ms;
}
.impact_section .slick .slick_item .item_box .content h3 a:hover, .impact_section .slick .slick_item .item_box .content h3 a:focus {
  color: #000;
}
@media (max-width: 767px) {
  .impact_section .slick .slick_item .item_box .content h3 {
    font-size: 1.125rem;
  }
}
.impact_section .slick .slick_item .item_box .content p {
  font-size: 1rem;
  color: #191919;
  margin-bottom: 0.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .impact_section .slick .slick_item .item_box .content p {
    font-size: 0.95rem;
  }
}
.impact_section .slick .slick_item .item_box .btn_wrap {
  margin-top: auto;
}
.impact_section .slick .slick_item .item_box .btn_wrap .btn_more {
  margin-top: 0.5em;
  margin-bottom: 0;
  float: right;
}
.impact_section .slick .btn_arrow {
  position: absolute;
  bottom: -50px;
  left: calc(50% - 50px);
  background-color: white;
  color: #9595cb;
  -webkit-transition: background-color 400ms, color 400ms, border-color 400ms;
  transition: background-color 400ms, color 400ms, border-color 400ms;
}
@media (max-width: 1560px) {
  .impact_section .slick .btn_arrow {
    bottom: -45px;
  }
}
.impact_section .slick .btn_arrow:hover, .impact_section .slick .btn_arrow:focus {
  color: white;
  background-color: #9595cb;
  border-color: #9595cb;
}
.impact_section .slick .btn_arrow.right {
  left: calc(50% + 10px);
}
@media (max-width: 767px) {
  .impact_section .slick .btn_arrow {
    bottom: -40px;
    left: calc(50% - 40px);
  }
  .impact_section .slick .btn_arrow.right {
    left: calc(50% + 5px);
  }
}

.mentorship_section {
  position: relative;
  overflow: hidden;
  --crl-size: 300px;
}
.mentorship_section::before, .mentorship_section::after {
  content: "";
  position: absolute;
  top: calc(var(--crl-size) / -3);
  left: calc(var(--crl-size) / -3);
  width: var(--crl-size);
  height: var(--crl-size);
  border-radius: var(--crl-size);
  background-color: #fdf6ea;
  z-index: -1;
}
@media (max-width: 1560px) {
  .mentorship_section::before, .mentorship_section::after {
    top: calc(var(--crl-size) / -2.25);
    left: calc(var(--crl-size) / -2.25);
  }
}
.mentorship_section::after {
  background-color: #f5f9eb;
  top: unset;
  bottom: calc(var(--crl-size) / -1.75);
  left: calc(var(--crl-size) / -2.5);
}
@media (max-width: 1560px) {
  .mentorship_section::after {
    bottom: calc(var(--crl-size) / -1.5);
    left: calc(var(--crl-size) / -2);
  }
}
.mentorship_section .container_sm::before {
  content: "";
  position: absolute;
  top: 40%;
  right: calc(var(--crl-size) / -1.35);
  width: var(--crl-size);
  height: var(--crl-size);
  border-radius: var(--crl-size);
  background-color: #f3f2f9;
  z-index: -1;
}
@media (max-width: 1560px) {
  .mentorship_section .container_sm::before {
    right: calc(var(--crl-size) / -1.25);
  }
}
.mentorship_section .sc_title_wrap .title_text h2 small {
  margin-top: 0.9rem;
  font-weight: 500;
}
.mentorship_section .slick .btn_arrow {
  position: absolute;
  top: 45%;
  left: -40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99;
}
.mentorship_section .slick .btn_arrow.right {
  left: 100%;
}
@media (max-width: 991px) {
  .mentorship_section .slick .btn_arrow {
    left: -1rem;
  }
  .mentorship_section .slick .btn_arrow.right {
    left: unset;
    right: -1rem;
  }
}
@media (max-width: 767px) {
  .mentorship_section .slick .btn_arrow {
    left: 0rem;
  }
  .mentorship_section .slick .btn_arrow.right {
    left: unset;
    right: 0rem;
  }
}
.mentorship_section .slick .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mentorship_section .slick .slick-slide {
  height: auto;
}
.mentorship_section .slick .slick-slide > div {
  height: 100%;
  padding: 0.75rem;
}
.mentorship_section .slick .slick_item {
  height: 100%;
}
.mentorship_section .slick .slick_item img {
  width: 100%;
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
@media (max-width: 1560px) {
  .mentorship_section .slick .slick_item img {
    height: 380px;
  }
}
@media (max-width: 1200px) {
  .mentorship_section .slick .slick_item img {
    height: 310px;
  }
}
@media (max-width: 991px) {
  .mentorship_section .slick .slick_item img {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .mentorship_section .slick .slick_item img {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    height: 390px;
  }
}
@media (max-width: 380px) {
  .mentorship_section .slick .slick_item img {
    height: 360px;
  }
}
.mentorship_section .slick .slick_item .content {
  --bg-clr: #ddd;
  background-color: var(--bg-clr);
  border-radius: 5px;
  padding: 1rem;
  margin: 0 1.5rem;
  margin-top: -3rem;
  position: relative;
  z-index: 2;
  text-align: center;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  word-wrap: break-word;
  height: calc(100% - 420px + 3rem);
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
}
@media (max-width: 1560px) {
  .mentorship_section .slick .slick_item .content {
    height: calc(100% - 380px + 3rem);
  }
}
@media (max-width: 1200px) {
  .mentorship_section .slick .slick_item .content {
    height: calc(100% - 310px + 3rem);
  }
}
@media (max-width: 991px) {
  .mentorship_section .slick .slick_item .content {
    height: calc(100% - 360px + 3rem);
  }
}
@media (max-width: 767px) {
  .mentorship_section .slick .slick_item .content {
    height: calc(100% - 390px + 3rem);
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 380px) {
  .mentorship_section .slick .slick_item .content {
    height: 360px;
    height: calc(100% - 360px + 3rem);
  }
}
.mentorship_section .slick .slick_item .content h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #052855;
  margin-bottom: 0.2em;
}
.mentorship_section .slick .slick_item .content p,
.mentorship_section .slick .slick_item .content small {
  font-size: 1rem;
  color: #052855;
  font-weight: 500;
}
.mentorship_section .slick .slick_item .content small {
  color: #071727;
}
.mentorship_section .slick .slick_item:hover .content {
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
}
.mentorship_section .mentor_form {
  margin-top: 4rem;
}
.mentorship_section .mentor_form .col_title {
  width: 38%;
}
@media (max-width: 1200px) {
  .mentorship_section .mentor_form .col_title {
    width: 32%;
  }
}
@media (max-width: 991px) {
  .mentorship_section .mentor_form .col_title {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.mentorship_section .mentor_form .col_title .title {
  max-width: 550px;
  margin: auto;
}
@media (max-width: 1560px) {
  .mentorship_section .mentor_form .col_title .title {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .mentorship_section .mentor_form .col_title .title {
    text-align: center;
    max-width: 100%;
  }
}
.mentorship_section .mentor_form .col_title .title h3 {
  font-size: 2.75rem;
  font-weight: 600;
  color: #052855;
}
@media (max-width: 1560px) {
  .mentorship_section .mentor_form .col_title .title h3 {
    font-size: 2.5rem;
  }
}
@media (max-width: 1200px) {
  .mentorship_section .mentor_form .col_title .title h3 {
    font-size: 1.75rem;
  }
}
.mentorship_section .mentor_form .col_title .title p {
  font-size: 1rem;
  color: #191919;
  margin-bottom: 0.5em;
}
.mentorship_section .mentor_form .col_form {
  width: 62%;
}
@media (max-width: 1200px) {
  .mentorship_section .mentor_form .col_form {
    width: 68%;
  }
}
@media (max-width: 991px) {
  .mentorship_section .mentor_form .col_form {
    width: 100%;
  }
}
.mentorship_section .mentor_form .col_form .form .input_group .input {
  background-color: #f4f4f4;
  border: none;
  color: #1a1a1a;
  font-weight: 500;
  font-size: 1.125rem;
  padding: 1.2rem 1.5rem;
}
@media (max-width: 1560px) {
  .mentorship_section .mentor_form .col_form .form .input_group .input {
    padding: 1rem 1.25rem;
  }
}
@media (max-width: 1200px) {
  .mentorship_section .mentor_form .col_form .form .input_group .input {
    padding: 0.8rem 1.25rem;
  }
}
.mentorship_section .mentor_form .col_form .form .input_group .input::-webkit-input-placeholder {
  font-size: 1rem;
  color: #444;
}
.mentorship_section .mentor_form .col_form .form .input_group .input::-moz-placeholder {
  font-size: 1rem;
  color: #444;
}
.mentorship_section .mentor_form .col_form .form .input_group .input:-ms-input-placeholder {
  font-size: 1rem;
  color: #444;
}
.mentorship_section .mentor_form .col_form .form .input_group .input::-ms-input-placeholder {
  font-size: 1rem;
  color: #444;
}
.mentorship_section .mentor_form .col_form .form .input_group .input::placeholder {
  font-size: 1rem;
  color: #444;
}
.mentorship_section .mentor_form .col_form .form .input_group .wpcf7-not-valid-tip {
  font-size: 0.875rem;
  color: #dc3232;
}
.mentorship_section .mentor_form .col_form .form .input_group.checkOption_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #191919;
}
.mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .title_wrap {
  width: 28%;
  padding: 0.25rem 1.5rem;
  font-size: 1rem;
  color: #191919;
  font-weight: 500;
}
@media (max-width: 1560px) {
  .mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .title_wrap {
    width: 30%;
    padding: 0.25rem 1.25rem;
  }
}
@media (max-width: 1200px) {
  .mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .title_wrap {
    width: 35%;
  }
}
@media (max-width: 767px) {
  .mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .title_wrap {
    width: 100%;
    padding: 0;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
  }
}
.mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .content_wrap,
.mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .wpcf7-radio,
.mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .wpcf7-checkbox {
  width: 72%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  row-gap: 0.25rem;
  position: relative;
}
@media (max-width: 1560px) {
  .mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .content_wrap,
  .mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .wpcf7-radio,
  .mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .wpcf7-checkbox {
    width: 70%;
  }
}
@media (max-width: 1200px) {
  .mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .content_wrap,
  .mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .wpcf7-radio,
  .mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .wpcf7-checkbox {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .content_wrap,
  .mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .wpcf7-radio,
  .mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .wpcf7-checkbox {
    width: 100%;
    row-gap: 0.125rem;
  }
}
.mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .content_wrap input,
.mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .wpcf7-radio input,
.mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .wpcf7-checkbox input {
  display: none;
  position: absolute;
}
.mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .content_wrap label,
.mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .wpcf7-radio label,
.mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .wpcf7-checkbox label {
  font-size: 1rem;
  margin: 0;
  color: #191919;
  font-weight: 500;
  cursor: pointer;
  padding: 0.25rem 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .content_wrap .wpcf7-radio,
.mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .content_wrap .wpcf7-checkbox,
.mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .content_wrap > p,
.mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .wpcf7-radio .wpcf7-radio,
.mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .wpcf7-radio .wpcf7-checkbox,
.mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .wpcf7-radio > p,
.mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .wpcf7-checkbox .wpcf7-radio,
.mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .wpcf7-checkbox .wpcf7-checkbox,
.mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .wpcf7-checkbox > p {
  width: 100%;
}
.mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .content_wrap.radio_wrap label > span,
.mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .wpcf7-radio.radio_wrap label > span,
.mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .wpcf7-checkbox.radio_wrap label > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .content_wrap.radio_wrap label > span::before,
.mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .wpcf7-radio.radio_wrap label > span::before,
.mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .wpcf7-checkbox.radio_wrap label > span::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 1em;
  margin-right: 0.5em;
  border: solid 2px #7f7f7f;
  -webkit-transition: background-color 400ms, -webkit-box-shadow 400ms;
  transition: background-color 400ms, -webkit-box-shadow 400ms;
  transition: background-color 400ms, box-shadow 400ms;
  transition: background-color 400ms, box-shadow 400ms, -webkit-box-shadow 400ms;
}
.mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .content_wrap.radio_wrap input:checked ~ span::before,
.mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .wpcf7-radio.radio_wrap input:checked ~ span::before,
.mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .wpcf7-checkbox.radio_wrap input:checked ~ span::before {
  background-color: #de971e;
  -webkit-box-shadow: inset 0 0 0 2.5px #fff;
          box-shadow: inset 0 0 0 2.5px #fff;
}
.mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .content_wrap.checkbox_wrap > span,
.mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .content_wrap .wpcf7-checkbox > span,
.mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .wpcf7-radio.checkbox_wrap > span,
.mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .wpcf7-radio .wpcf7-checkbox > span,
.mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .wpcf7-checkbox.checkbox_wrap > span,
.mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .wpcf7-checkbox .wpcf7-checkbox > span {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 1200px) {
  .mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .content_wrap.checkbox_wrap > span,
  .mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .content_wrap .wpcf7-checkbox > span,
  .mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .wpcf7-radio.checkbox_wrap > span,
  .mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .wpcf7-radio .wpcf7-checkbox > span,
  .mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .wpcf7-checkbox.checkbox_wrap > span,
  .mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .wpcf7-checkbox .wpcf7-checkbox > span {
    width: 100%;
  }
}
.mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .content_wrap.checkbox_wrap > span > label > span::before,
.mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .content_wrap .wpcf7-checkbox > span > label > span::before,
.mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .wpcf7-radio.checkbox_wrap > span > label > span::before,
.mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .wpcf7-radio .wpcf7-checkbox > span > label > span::before,
.mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .wpcf7-checkbox.checkbox_wrap > span > label > span::before,
.mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .wpcf7-checkbox .wpcf7-checkbox > span > label > span::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  width: 1em;
  height: 1em;
  border-radius: 3px;
  margin: 0;
  margin-top: 0px;
  margin-right: 0.5em;
  border: solid 2px #7f7f7f;
}
.mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .content_wrap.checkbox_wrap > span > label > span::after,
.mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .content_wrap .wpcf7-checkbox > span > label > span::after,
.mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .wpcf7-radio.checkbox_wrap > span > label > span::after,
.mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .wpcf7-radio .wpcf7-checkbox > span > label > span::after,
.mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .wpcf7-checkbox.checkbox_wrap > span > label > span::after,
.mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .wpcf7-checkbox .wpcf7-checkbox > span > label > span::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 3px;
  width: 1em;
  height: 1em;
  background-image: url(../images/icons/Checkmark.png);
  background-repeat: repeat;
  background-size: auto 1em;
  background-position: center;
  opacity: 0;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .content_wrap.checkbox_wrap > span input:checked ~ span::after,
.mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .content_wrap .wpcf7-checkbox > span input:checked ~ span::after,
.mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .wpcf7-radio.checkbox_wrap > span input:checked ~ span::after,
.mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .wpcf7-radio .wpcf7-checkbox > span input:checked ~ span::after,
.mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .wpcf7-checkbox.checkbox_wrap > span input:checked ~ span::after,
.mentorship_section .mentor_form .col_form .form .input_group.checkOption_group .wpcf7-checkbox .wpcf7-checkbox > span input:checked ~ span::after {
  opacity: 1;
}
.mentorship_section .mentor_form .col_form .form .btn_wrap {
  margin-bottom: 0;
}
.mentorship_section .mentor_form .col_form .form .btn_wrap > p {
  display: inline-block;
}
.mentorship_section .mentor_form .col_form .form .btn_wrap .btn {
  margin: 0;
}

.events_section {
  background-color: #aca0e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.events_section .sc_title_wrap {
  padding: 2rem;
  width: 25%;
  color: white;
}
@media (max-width: 991px) {
  .events_section .sc_title_wrap {
    width: 100%;
    text-align: center;
    padding: 0 1rem;
    margin-bottom: 1rem;
  }
}
.events_section .sc_title_wrap > * {
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1560px) {
  .events_section .sc_title_wrap > * {
    max-width: 250px;
  }
}
@media (max-width: 991px) {
  .events_section .sc_title_wrap > * {
    max-width: 100%;
  }
}
.events_section .sc_title_wrap .title_text > * {
  color: white;
  margin-bottom: 0.75em;
}
.events_section .sc_title_wrap .title_text > *::after {
  content: "";
  display: block;
  width: 75px;
  height: 2px;
  background-color: white;
  margin-top: 0.25em;
}
@media (max-width: 991px) {
  .events_section .sc_title_wrap .title_text > *::after {
    margin-left: auto;
    margin-right: auto;
  }
}
.events_section .sc_title_wrap .btn_wrap {
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .events_section .sc_title_wrap .btn_wrap {
    margin-top: 1rem;
  }
}
.events_section .sc_title_wrap .btn_wrap .btn_arrow {
  border-color: white;
  background-color: white;
  color: #aca0e5;
  opacity: 0.65;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
}
.events_section .sc_title_wrap .btn_wrap .btn_arrow:hover, .events_section .sc_title_wrap .btn_wrap .btn_arrow:focus {
  opacity: 1;
}
.events_section .events_slick_wrap {
  width: 75%;
}
@media (max-width: 991px) {
  .events_section .events_slick_wrap {
    width: 100%;
  }
}
.events_section .events_slick_wrap .slick .slick-list {
  padding-right: 20%;
}
@media (max-width: 1680px) {
  .events_section .events_slick_wrap .slick .slick-list {
    padding-right: 8%;
  }
}
@media (max-width: 1560px) {
  .events_section .events_slick_wrap .slick .slick-list {
    padding-right: 10%;
  }
}
@media (max-width: 991px) {
  .events_section .events_slick_wrap .slick .slick-list {
    padding-right: 0;
  }
}
.events_section .events_slick_wrap .slick .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.events_section .events_slick_wrap .slick .slick-track .slick-slide {
  height: auto;
}
.events_section .events_slick_wrap .slick .slick-track .slick-slide > div {
  height: 100%;
  padding: 0.75rem;
}
.events_section .events_slick_wrap .slick .slick_item {
  height: 100%;
  padding: 1.75rem;
  background-color: white;
  border-radius: 5px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-box-shadow 400ms;
  transition: -webkit-box-shadow 400ms;
  transition: box-shadow 400ms;
  transition: box-shadow 400ms, -webkit-box-shadow 400ms;
}
.events_section .events_slick_wrap .slick .slick_item:hover {
  -webkit-box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.2);
}
.events_section .events_slick_wrap .slick .slick_item .content_wrap > * {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.events_section .events_slick_wrap .slick .slick_item .content_wrap small {
  font-size: 1rem;
  color: #dc2f2f;
  display: block;
  margin-bottom: 0.5em;
}
.events_section .events_slick_wrap .slick .slick_item .content_wrap h3 {
  font-size: 1.25rem;
  color: #5b4f96;
  font-weight: 600;
  line-height: 1.25em;
  margin-bottom: 0.75em;
  -webkit-line-clamp: 4;
}
.events_section .events_slick_wrap .slick .slick_item .content_wrap h3 a {
  color: #5b4f96;
  text-decoration: none;
  -webkit-transition: color 400ms;
  transition: color 400ms;
}
.events_section .events_slick_wrap .slick .slick_item .content_wrap h3 a:hover, .events_section .events_slick_wrap .slick .slick_item .content_wrap h3 a:focus {
  color: #000;
}
@media (max-width: 1560px) {
  .events_section .events_slick_wrap .slick .slick_item .content_wrap h3 {
    font-size: 1.125rem;
  }
}
.events_section .events_slick_wrap .slick .slick_item .content_wrap p {
  color: #191919;
  margin-bottom: 0.5em;
}
.events_section .events_slick_wrap .slick .slick_item .btn_wrap {
  text-align: right;
}

@media (max-width: 991px) {
  .news_section .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.news_section .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news_section .slick-track > div {
  height: auto;
}
.news_section .slick-track > div > div {
  height: 100%;
}
.news_section .slick-track > div > div > div {
  height: 100%;
}
.news_section [class*=col-] {
  --bt-space: 80px;
  margin-bottom: 2.5rem;
}
@media (max-width: 991px) {
  .news_section [class*=col-] {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .news_section [class*=col-] {
    max-width: 450px;
  }
}
.news_section [class*=col-].col_btn {
  margin-top: 0rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .news_section [class*=col-].col_btn {
    margin-top: 0rem;
  }
}
.news_section [class*=col-] .img_wrap {
  position: relative;
  z-index: 2;
  margin: 0 1.5rem;
  display: block;
  margin-bottom: calc(var(--bt-space) / -1);
  overflow: hidden;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  height: 300px;
}
@media (max-width: 1680px) {
  .news_section [class*=col-] .img_wrap {
    height: 240px;
  }
}
@media (max-width: 1200px) {
  .news_section [class*=col-] .img_wrap {
    height: 170px;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media (max-width: 767px) {
  .news_section [class*=col-] .img_wrap {
    height: 200px;
  }
}
@media (max-width: 380px) {
  .news_section [class*=col-] .img_wrap {
    height: 180px;
  }
}
.news_section [class*=col-] .img_wrap.image_popup::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../images/icons/zoom-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 2.25em;
  opacity: 0;
  z-index: 9;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
  -webkit-filter: blur(-2px);
          filter: blur(-2px);
}
.news_section [class*=col-] .img_wrap.image_popup:hover::before {
  opacity: 1;
}
.news_section [class*=col-] .img_wrap.image_popup:hover img {
  -webkit-filter: blur(3px);
          filter: blur(3px);
}
.news_section [class*=col-] .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-filter 300ms;
  transition: -webkit-filter 300ms;
  transition: filter 300ms;
  transition: filter 300ms, -webkit-filter 300ms;
}
.news_section [class*=col-] .img_wrap .date {
  position: absolute;
  top: 1.5rem;
  right: 0rem;
  background-color: var(--bg-clr);
  padding: 0.4em 1em;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  color: #052855;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .news_section [class*=col-] .img_wrap .date {
    font-size: 0.875rem;
  }
}
.news_section [class*=col-] .content_wrap {
  position: relative;
  z-index: 1;
  background-color: var(--bg-clr);
  border-radius: 8px;
  border: solid 1px hsla(0, 0%, 0%, 0.05);
  padding: 1.5rem;
  padding-top: calc(var(--bt-space) + 1rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: calc(100% - 300px + var(--bt-space));
}
@media (max-width: 1680px) {
  .news_section [class*=col-] .content_wrap {
    height: calc(100% - 240px + var(--bt-space));
  }
}
@media (max-width: 1200px) {
  .news_section [class*=col-] .content_wrap {
    height: calc(100% - 170px + var(--bt-space));
  }
}
@media (max-width: 767px) {
  .news_section [class*=col-] .content_wrap {
    height: auto;
  }
}
@media (max-width: 1200px) {
  .news_section [class*=col-] .content_wrap {
    padding: 1rem;
    padding-top: calc(var(--bt-space) + 1rem);
  }
}
.news_section [class*=col-] .content_wrap .content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #000000;
  line-height: 1.3em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media (max-width: 1560px) {
  .news_section [class*=col-] .content_wrap .content h3 {
    font-size: 1.125rem;
  }
}
.news_section [class*=col-] .content_wrap .content h3 a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: color 400ms;
  transition: color 400ms;
}
.news_section [class*=col-] .content_wrap .content h3 a:hover, .news_section [class*=col-] .content_wrap .content h3 a:focus {
  color: #00498e;
}
.news_section [class*=col-] .content_wrap .content p {
  font-size: 1rem;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.news_section [class*=col-] .content_wrap .btn_wrap {
  text-align: right;
}
.news_section [class*=col-] .content_wrap .btn_wrap .btn {
  color: #000000;
  font-weight: 500;
}
.news_section [class*=col-] .content_wrap .btn_wrap .btn:hover, .news_section [class*=col-] .content_wrap .btn_wrap .btn:focus {
  color: #00498e;
}

.contact_section {
  background-image: url(../images/contact-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.contact_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: var(--blackness);
  pointer-events: none;
  z-index: 1;
}
.contact_section > * {
  position: relative;
  z-index: 2;
}
.contact_section .sc_title_wrap .title_text {
  margin-bottom: 2rem;
}
@media (min-width: 1560px) {
  .contact_section .sc_title_wrap .title_text > * {
    font-size: 2.625rem;
  }
}
@media (max-width: 991px) {
  .contact_section .sc_title_wrap .title_text {
    margin-bottom: 1rem;
  }
}
.contact_section .sc_title_wrap .title_text * {
  color: white;
}
.contact_section .contact_form .form .input_group .input {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 3px;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.1);
  font-size: 1.125rem;
  font-weight: 500;
  padding: 0.75em 1em;
  color: white;
}
@media (max-width: 1200px) {
  .contact_section .contact_form .form .input_group .input {
    padding: 0.6em 1em;
  }
}
.contact_section .contact_form .form .input_group .input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  font-weight: 400;
}
.contact_section .contact_form .form .input_group .input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  font-weight: 400;
}
.contact_section .contact_form .form .input_group .input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  font-weight: 400;
}
.contact_section .contact_form .form .input_group .input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  font-weight: 400;
}
.contact_section .contact_form .form .input_group .input::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  font-weight: 400;
}
.contact_section .contact_form .form .btn_wrap {
  margin-bottom: 0rem;
}

.col_btn .page-numbers {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  border: solid 1px #ddd;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 500;
  color: #052855;
  margin: 0 1px;
  -webkit-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
.col_btn .page-numbers:hover, .col_btn .page-numbers:focus {
  background-color: #f2f2f2;
}
.col_btn .page-numbers.current {
  background-color: #f5ead7;
}
.col_btn .page-numbers.next, .col_btn .page-numbers.prev {
  font-size: 0;
  margin: 0 10px;
  background-color: #eeebff;
}
.col_btn .page-numbers.next:hover, .col_btn .page-numbers.next:focus, .col_btn .page-numbers.prev:hover, .col_btn .page-numbers.prev:focus {
  background-color: #b5b3da;
}
.col_btn .page-numbers.next:before, .col_btn .page-numbers.prev:before {
  font-family: "wEmpo" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e90b";
  font-size: 1rem;
}
.col_btn .page-numbers.prev::before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}/*# sourceMappingURL=style.css.map */