@import url("../fonts/Satoshi/css/satoshi.css");
@import url("../fonts/ClashDisplay/css/clash-display.css");
@import url("../fonts/Magnita/Magnita.css");
@import url("../fonts/bootstrap-icons-1.10.2/font.css");
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #19352D;
  border-radius: 0;
}

.sidebar-overlay[aria-expanded="false"] {
  display: none;
}

.sidebar-overlay[aria-expanded="true"] {
  display: block;
  z-index: 0;
  right: 0px;
  position: fixed;
  height: 200%;
  width: 100%;
  background-color: transparent;
}

body {
  font-family: "Satoshi";
  font-weight: normal;
  font-size: 20px;
  position: relative;
  color: rgba(0, 0, 0, 0.7);
}

.main-page-wrapper_dce252f9a2c3c7e4 {
  overflow-x: hidden;
}

.h1_36df5515cd1f0066,
h1,
.h2_e1a0f0741f69c0ca,
h2,
.h3_9dfed20ad346d90d,
h3,
.h4_0f77f141e7a752e2,
h4,
.h5_f1cd61117e2a8f03,
h5,
.h6_5d4290705e41197a,
h6 {
  font-weight: 500;
  color: #19352D;
}

.h1_36df5515cd1f0066, h1 {
  font-size: 85px;
  line-height: 1.023em;
}

.h2_e1a0f0741f69c0ca, h2 {
  font-size: 64px;
  line-height: 1.1em;
}

.h4_0f77f141e7a752e2, h4 {
  font-size: 24px;
}

p {
  line-height: 1.7em;
}

.text-xl_abbdc673175f1e76 {
  font-size: 28px;
  line-height: 1.5em;
}

.text-lg_4096734418582177 {
  font-size: 24px;
  line-height: 1.583em;
}

.text-md_a95cd530eed07718 {
  font-size: 22px;
}

hr {
  opacity: 0.09;
  margin: 5px 0;
}

.fw-600_718caf25bf0acef7 {
  font-weight: 600;
}

.fw-500_625720f132fa7206 {
  font-weight: 500;
}

.border-30_fad4843415b657b3 {
  border-radius: 30px;
}

.border-40_0a5d6cca649adacc {
  border-radius: 40px;
}

.border-100_1620810e60d75032 {
  border-radius: 100px;
}

.shapes_0bb2f3ca659a8850 {
  position: absolute;
  z-index: -1;
}

.light-bg_c03eb80e35e62bcf {
  background-color: #EDF1EE;
}

.light-bg-deep_5aa9fa7024660b76 {
  background-color: #EBF3EE;
}

.font-magnita_dec7d1421b1a19fa {
  font-family: "Magnita";
}

.light-bg-page-wrapper_ba71ad9352ea5ff9 {
  background: #EDF8EB;
}

.color-deep_bb3ac4caecc80f6a {
  color: #1F5E59;
}

.box-layout_acce2bba5f22cf9e {
  margin: 30px;
}

.ctn-preloader_cf7459a6b7aa4c33 {
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ctn-preloader_cf7459a6b7aa4c33 .icon_578908cd09cb4940 {
  animation: rotated 8s infinite linear;
}
.ctn-preloader_cf7459a6b7aa4c33 .txt-loading_a3e888aac851ca90 {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-top: 30px;
}
.ctn-preloader_cf7459a6b7aa4c33 .txt-loading_a3e888aac851ca90 .letters-loading_75515a45b54f5bd7 {
  font-family: "ClashDisplay";
  font-weight: 500;
  letter-spacing: 8px;
  display: inline-block;
  color: rgba(12, 58, 48, 0.12);
  position: relative;
  font-size: 40px;
  line-height: 30px;
}
.ctn-preloader_cf7459a6b7aa4c33 .txt-loading_a3e888aac851ca90 .letters-loading_75515a45b54f5bd7::before {
  animation: letters-loading 4s infinite;
  color: #0C3A30;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top: 0;
  line-height: 30px;
  position: absolute;
}
.ctn-preloader_cf7459a6b7aa4c33 .txt-loading_a3e888aac851ca90 .letters-loading_75515a45b54f5bd7:nth-child(2):before {
  animation-delay: 0.2s;
}
.ctn-preloader_cf7459a6b7aa4c33 .txt-loading_a3e888aac851ca90 .letters-loading_75515a45b54f5bd7:nth-child(3):before {
  animation-delay: 0.4s;
}
.ctn-preloader_cf7459a6b7aa4c33 .txt-loading_a3e888aac851ca90 .letters-loading_75515a45b54f5bd7:nth-child(4):before {
  animation-delay: 0.6s;
}
.ctn-preloader_cf7459a6b7aa4c33 .txt-loading_a3e888aac851ca90 .letters-loading_75515a45b54f5bd7:nth-child(5):before {
  animation-delay: 0.8s;
}
.ctn-preloader_cf7459a6b7aa4c33 .txt-loading_a3e888aac851ca90 .letters-loading_75515a45b54f5bd7:nth-child(6):before {
  animation-delay: 1s;
}
.ctn-preloader_cf7459a6b7aa4c33 .txt-loading_a3e888aac851ca90 .letters-loading_75515a45b54f5bd7:nth-child(7):before {
  animation-delay: 1.2s;
}
.ctn-preloader_cf7459a6b7aa4c33 .txt-loading_a3e888aac851ca90 .letters-loading_75515a45b54f5bd7:nth-child(8):before {
  animation-delay: 1.4s;
}

@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
.scroll-top {
  width: 35px;
  height: 35px;
  line-height: 32px;
  font-weight: 900;
  position: fixed;
  bottom: 20px;
  right: 5px;
  z-index: 99;
  text-align: center;
  color: #19352D;
  font-size: 25px;
  cursor: pointer;
  border-radius: 50%;
  background: #CFFF45;
  transition: all 0.3s ease-in-out;
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.tran3s_22c77bf88dd6e806 {
  transition: all 0.3s ease-in-out;
}

.tran4s_f6ebd8ce27012ad3 {
  transition: all 0.4s ease-in-out;
}

.tran5s_35c1aecca9b93311 {
  transition: all 0.5s ease-in-out;
}

.tran6s_cd5bc0d651a344cd {
  transition: all 0.6s ease-in-out;
}

.btn-one_40a44472c566e072 {
  font-weight: 700;
  font-size: 18px;
  line-height: 48px;
  padding: 0 30px;
  text-align: center;
  border-radius: 40px;
  color: #000;
  background-color: #CFFF45;
  transition: all 0.3s ease-in-out 0s;
}
.btn-one_40a44472c566e072:hover {
  background-color: #29594B;
  color: #fff;
}

.btn-two_c7108c64d06d09fe {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  line-height: 52px;
  text-align: center;
  padding: 0 35px;
  border: 1px solid #fff;
  border-radius: 50px;
  transition: all 0.3s ease-in-out 0s;
}
.btn-two_c7108c64d06d09fe .icon_578908cd09cb4940 {
  width: 1.35em;
}
.btn-two_c7108c64d06d09fe:hover {
  background: #29594B;
  border-color: #29594B;
}

.btn-three_06258989dff742a2 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
.btn-three_06258989dff742a2 img {
  width: 22px;
  margin-top: 3px;
}
.btn-three_06258989dff742a2:hover span {
  text-decoration: underline;
}
.btn-three_06258989dff742a2.border-style_f246e2a4d4b7c571 {
  border: 1px solid #000;
  border-radius: 40px;
  padding: 12px 25px;
  transition: all 0.3s ease-in-out 0s;
}
.btn-three_06258989dff742a2.border-style_f246e2a4d4b7c571:hover {
  background-color: #D0FF45;
  border-color: #D0FF45;
}
.btn-three_06258989dff742a2.border-style_f246e2a4d4b7c571:hover span {
  text-decoration: none;
}

.btn-four_aaee642f4422ecca {
  font-weight: 700;
  font-size: 18px;
  line-height: 50px;
  padding: 0 38px;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  background-color: #29594B;
  transition: all 0.3s ease-in-out 0s;
}
.btn-four_aaee642f4422ecca:hover {
  background-color: #CFFF45;
  color: #000;
}

.btn-five_21943f886262869b .text {
  font-weight: 500;
  font-style: italic;
  color: #19352D;
  text-decoration: underline;
}
.btn-five_21943f886262869b .icon_578908cd09cb4940 {
  width: 48px;
  height: 48px;
  background: #29594B;
  color: #fff;
  font-size: 22px;
  margin-left: 12px;
}
.btn-five_21943f886262869b:hover .icon_578908cd09cb4940 {
  background: #CFFF45;
  color: #19352D;
}

.btn-six_c24cc62e60017434 {
  font-weight: 700;
  font-size: 18px;
  line-height: 48px;
  padding: 0 38px;
  text-align: center;
  border-radius: 50px;
  color: #29594B;
  border: 1px solid #29594B;
  transition: all 0.3s ease-in-out 0s;
}
.btn-six_c24cc62e60017434:hover {
  background-color: #CFFF45;
  border-color: #CFFF45;
  color: #000;
}

.btn-seven_39d8c522d4e96a15 .text {
  font-weight: 500;
  font-style: italic;
  color: #19352D;
}
.btn-seven_39d8c522d4e96a15 .icon_578908cd09cb4940 {
  width: 50px;
  height: 50px;
  background: #29594B;
  margin-left: 45px;
  position: relative;
}
.btn-seven_39d8c522d4e96a15 .icon_578908cd09cb4940:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background: #29594B;
  left: -30px;
  top: 50%;
}
.btn-seven_39d8c522d4e96a15:hover .text {
  text-decoration: underline;
}

.btn-eight_efd5fd8b0dc1810b .text {
  font-weight: 700;
  font-size: 18px;
  color: #19352D;
}
.btn-eight_efd5fd8b0dc1810b .icon_578908cd09cb4940 {
  width: 45px;
  height: 45px;
  border: 1px solid #fff;
  font-size: 20px;
  background: #29594B;
  color: #fff;
  margin-left: 10px;
  transition: all 0.3s ease-in-out 0s;
}
.btn-eight_efd5fd8b0dc1810b:hover .text {
  text-decoration: underline;
}
.btn-eight_efd5fd8b0dc1810b:hover .icon_578908cd09cb4940 {
  background: #CFFF45;
  color: #19352D;
}

.btn-nine_cae01ebfc1d8b108 {
  font-size: 40px;
  width: 105px;
  height: 105px;
  color: #19352D;
  border: 1px solid #29594B;
}
.btn-nine_cae01ebfc1d8b108:hover {
  background: #CFFF45;
  border-color: #CFFF45;
}

.btn-ten_e90fbc1344505ebe {
  font-size: 18px;
  font-weight: 700;
  padding: 0 35px;
  min-width: 160px;
  text-align: center;
  background: #101010;
  color: #fff;
  line-height: 50px;
}
.btn-ten_e90fbc1344505ebe:hover {
  background: #29594B;
}

.btn-eleven_6f5c046c2d4f3ddb .text {
  font-weight: 700;
  font-size: 18px;
  color: #000;
}
.btn-eleven_6f5c046c2d4f3ddb .icon_578908cd09cb4940 {
  width: 45px;
  height: 45px;
  background: #000;
  margin-left: 38px;
  position: relative;
}
.btn-eleven_6f5c046c2d4f3ddb .icon_578908cd09cb4940 img {
  width: 30px;
}
.btn-eleven_6f5c046c2d4f3ddb .icon_578908cd09cb4940:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 2px;
  background: #000;
  left: -26px;
  top: 50%;
}
.btn-eleven_6f5c046c2d4f3ddb:hover .text {
  text-decoration: underline;
}
.btn-eleven_6f5c046c2d4f3ddb:hover .icon_578908cd09cb4940 {
  background: #29594B;
}

.btn-twelve_6018161cc7012acc {
  font-family: "ClashDisplay";
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 50px;
  padding: 0 30px;
  text-align: center;
  border-radius: 40px;
  color: #000;
  background-color: #E6FD5A;
  transition: all 0.3s ease-in-out 0s;
}
.btn-twelve_6018161cc7012acc:hover {
  background-color: #000;
  color: #fff;
}

.btn-thirteen_1893e9755bfc9c66 {
  font-family: "ClashDisplay";
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 50px;
  padding: 0 30px;
  text-align: center;
  border-radius: 40px;
  color: #fff;
  min-width: 175px;
  background-color: #202020;
  transition: all 0.3s ease-in-out 0s;
}
.btn-thirteen_1893e9755bfc9c66:hover {
  background-color: #E6FD5A;
  color: #000;
}

.btn-fourteen_f355715334b134d9 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  background-color: #202020;
  transition: all 0.3s ease-in-out 0s;
}
.btn-fourteen_f355715334b134d9:hover {
  background-color: #E6FD5A;
  color: #000;
}

.btn-fifteen_25f8a6c10f9aa9d5 {
  line-height: 46px;
  border: 2px solid #000;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 700;
  min-width: 135px;
  padding: 0 30px;
  text-align: center;
  color: #000;
  background-color: #DFFF5E;
  transition: all 0.3s ease-in-out 0s;
}
.btn-fifteen_25f8a6c10f9aa9d5:hover {
  background-color: #000;
  color: #fff;
}

.btn-sixteen_975eb628858cc0e9 {
  color: #000;
  font-weight: 700;
  font-size: 18px;
  padding: 0 35px;
  line-height: 50px;
  border: 1px solid #000;
  position: relative;
  display: inline-block;
  background: #fff;
}
.btn-sixteen_975eb628858cc0e9:before {
  position: absolute;
  content: "";
  top: -14px;
  height: 14px;
  width: calc(100% + 3px);
  left: 6px;
  transform: skewX(-45deg);
  background: #000;
  transition: all 0.3s ease-in-out 0s;
}
.btn-sixteen_975eb628858cc0e9:after {
  position: absolute;
  content: "";
  right: -16px;
  height: calc(100% + 1px);
  width: 15px;
  top: -7px;
  transform: skewY(-45deg);
  background: #000;
  transition: all 0.3s ease-in-out 0s;
}
.btn-sixteen_975eb628858cc0e9:hover {
  background: #DFFF5E;
}

.btn-seventeen_3b78dc86b61e6cb4 {
  color: #000;
  font-weight: 500;
  padding: 0 30px;
  line-height: 55px;
  border-radius: 40px;
  background: #FFE86B;
}
.btn-seventeen_3b78dc86b61e6cb4 i {
  margin-left: 8px;
}
.btn-seventeen_3b78dc86b61e6cb4:hover {
  background: #DFFF5E;
}

.btn-eighteen_b3f5f75f1857b742 {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  padding: 0 38px;
  line-height: 52px;
  border-radius: 10px;
  background: #1F5E59;
  text-align: center;
}
.btn-eighteen_b3f5f75f1857b742:hover {
  background: #CFFF45;
  color: #19352D;
}

.btn-nineteen_2997353296b0ebba {
  font-size: 18px;
  color: #1F5E59;
  font-weight: 700;
  padding: 0 30px;
  line-height: 50px;
  border: 1px solid #1F5E59;
  border-radius: 10px;
  text-align: center;
}
.btn-nineteen_2997353296b0ebba:hover {
  background: #1F5E59;
  color: #fff;
}

.btn-twenty_854ca5624346555e {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 55px;
  padding: 0 45px;
  text-align: center;
  border-radius: 40px;
  color: #1F5E59;
  min-width: 175px;
  background-color: #D0FF45;
  transition: all 0.3s ease-in-out 0s;
}
.btn-twenty_854ca5624346555e:hover {
  background-color: #E6FD5A;
  color: #000;
}

.btn-twentyOne_56e9df886723a336 {
  font-weight: 500;
  font-size: 18px;
  line-height: 55px;
  padding: 0 38px;
  text-align: center;
  border-radius: 40px;
  color: #000;
  background-color: #FFDB1E;
  transition: all 0.3s ease-in-out 0s;
}
.btn-twentyOne_56e9df886723a336:hover {
  background-color: #000;
  color: #fff;
}

.btn-twentytwo_92f478fb23f61622 {
  font-weight: 500;
  font-size: 18px;
  line-height: 53px;
  padding: 0 38px;
  text-align: center;
  border-radius: 40px;
  color: #fff;
  border: 1px solid #fff;
  transition: all 0.3s ease-in-out 0s;
}
.btn-twentytwo_92f478fb23f61622:hover {
  background-color: #CFFF45;
  border-color: #CFFF45;
  color: #000;
}

.title-one_5036720e9bc3bd06 .upper-title_af1facb6cb7a067a {
  font-weight: 500;
  margin-bottom: 14px;
  color: #46846A;
}
.title-one_5036720e9bc3bd06 h2 {
  font-weight: 700;
}

.title-two_7e00978213b8666e .upper-title_af1facb6cb7a067a {
  font-weight: 500;
  margin-bottom: 5px;
  color: #1CA161;
}
.title-two_7e00978213b8666e h2 {
  font-size: 72px;
  font-weight: 700;
  line-height: 1.027em;
  color: #0E3E2F;
}
.title-two_7e00978213b8666e h2 span {
  color: #E6FD5A;
}
.title-two_7e00978213b8666e .upper-title-two_e3f8728300749447 {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.4);
}

.title-three_312e97dac73d9221 .upper-title_af1facb6cb7a067a {
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #1CA161;
}
.title-three_312e97dac73d9221 h2 {
  font-weight: 700;
  line-height: 1.03em;
  color: #0E3E2F;
}

.title-four_db11f78a51be7284 h2 {
  font-family: "Magnita";
  font-size: 68px;
  line-height: 1.323em;
  color: #000;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  display: inline-block;
  color: inherit;
}
a:hover, a:focus, a:visited {
  text-decoration: none;
  outline: none;
}

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

button {
  border: none;
  outline: none;
  box-shadow: none;
  display: block;
  padding: 0;
  cursor: pointer;
  background: transparent;
  color: inherit;
}

button:focus {
  outline: none;
}

input, textarea {
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}

audio, video, canvas {
  max-width: 100%;
}

iframe {
  border: none !important;
}

.style-none_30366a9728202476 {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.p0_3e1c7007f1890f1c {
  padding: 0 !important;
}

.m0_458c370cbd215b94 {
  margin: 0 !important;
}

.theme-mb-0_19a2c8c4649d5cf6 {
  margin-bottom: 0;
}

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

.pt-5_06440b093c96ec8a {
  padding-top: 5px !important;
}

.pt-10_36342b5855597567 {
  padding-top: 10px;
}

.pt-15_902f1f579e46c62c {
  padding-top: 15px;
}

.pt-20_73f387508956c5e2 {
  padding-top: 20px;
}

.pt-25_ae2ba6f42bb458b7 {
  padding-top: 25px;
}

.pt-30_81ccf4c798f632cc {
  padding-top: 30px;
}

.pt-35_afe2cc96ab65a10a {
  padding-top: 35px;
}

.pt-40_efc17a986b4064c4 {
  padding-top: 40px;
}

.pt-45_83cf788a6ad8c590 {
  padding-top: 45px;
}

.pt-50_2d47460adb490051 {
  padding-top: 50px;
}

.pt-55_9388b78bc77523d7 {
  padding-top: 55px;
}

.pt-60_c0040982e3e6fd30 {
  padding-top: 60px;
}

.pt-65_1c3d9106d139c75e {
  padding-top: 65px;
}

.pt-70_b3ec5490b6dbc12e {
  padding-top: 70px;
}

.pt-75_23e06331841bc15d {
  padding-top: 75px;
}

.pt-80_f15f23db479f3fc1 {
  padding-top: 80px;
}

.pt-85_1458fa2e38376ca5 {
  padding-top: 85px;
}

.pt-90_b7a2c991bd078279 {
  padding-top: 90px;
}

.pt-95_598165ff4a192166 {
  padding-top: 95px;
}

.pt-100_4d311cd73d219f4f {
  padding-top: 100px;
}

.pt-110_8c9049fcad5ec307 {
  padding-top: 110px;
}

.pt-120_cd4ed75b148fefd3 {
  padding-top: 120px;
}

.pt-130_dd9bcf88053ee621 {
  padding-top: 130px;
}

.pt-140_a6f56b8cd2cf103a {
  padding-top: 140px;
}

.pt-150_949411db871dc4f0 {
  padding-top: 150px;
}

.pt-160_b4d302d87004f94d {
  padding-top: 160px;
}

.pt-170_93f4a4a8ec23d5b7 {
  padding-top: 170px;
}

.pt-180_88b89f88209f0dc1 {
  padding-top: 180px;
}

.pt-190_0ac1a1b0e96ed83a {
  padding-top: 190px;
}

.pt-200_5a90f57383c3e028 {
  padding-top: 200px;
}

.pt-225_4979d39c228792a7 {
  padding-top: 225px;
}

.pt-250_d59ec031898a3ee3 {
  padding-top: 250px;
}

.pt-300_132844a41075ea19 {
  padding-top: 300px;
}

.pt-350_3eeafcde17de0304 {
  padding-top: 350px;
}

.pb-5_5c497ed28bedc466 {
  padding-bottom: 5px !important;
}

.pb-10_79bf2f030be41a7e {
  padding-bottom: 10px;
}

.pb-15_5a4428aa69615444 {
  padding-bottom: 15px;
}

.pb-20_26304fd278b4e917 {
  padding-bottom: 20px;
}

.pb-25_69df8e9cc645f4b4 {
  padding-bottom: 25px;
}

.pb-30_367a717613ca737c {
  padding-bottom: 30px;
}

.pb-35_7be080320f1b11c1 {
  padding-bottom: 35px;
}

.pb-40_bc540839283a4a6b {
  padding-bottom: 40px;
}

.pb-45_efad1e8b227719e8 {
  padding-bottom: 45px;
}

.pb-50_6bc660e311ad35f8 {
  padding-bottom: 50px;
}

.pb-55_d515c85a36487331 {
  padding-bottom: 55px;
}

.pb-60_d19939e1a488e536 {
  padding-bottom: 60px;
}

.pb-65_1b499df0a192752f {
  padding-bottom: 65px;
}

.pb-70_35862ea1fc80c128 {
  padding-bottom: 70px;
}

.pb-75_ab2ac03c21d48de9 {
  padding-bottom: 75px;
}

.pb-80_8c3de6f6305be650 {
  padding-bottom: 80px;
}

.pb-85_bf1cdd53617ff55d {
  padding-bottom: 85px;
}

.pb-90_bcefec2952a75969 {
  padding-bottom: 90px;
}

.pb-95_19e751c60c1d9e66 {
  padding-bottom: 95px;
}

.pb-100_9fc15ca268b7ae9f {
  padding-bottom: 100px;
}

.pb-110_4eaefa16e2e3170f {
  padding-bottom: 110px;
}

.pb-120_9579888fac99f9db {
  padding-bottom: 120px;
}

.pb-130_cde4512ae4a566ae {
  padding-bottom: 130px;
}

.pb-140_4f1ebf9ddf045e24 {
  padding-bottom: 140px;
}

.pb-150_0c7b9b2d8e8997f9 {
  padding-bottom: 150px;
}

.pb-160_8c54b25e85e20ade {
  padding-bottom: 160px;
}

.pb-170_ab61dfc0c238b665 {
  padding-bottom: 170px;
}

.pb-180_985e5c82974435bf {
  padding-bottom: 180px;
}

.pb-190_9649544451aa3064 {
  padding-bottom: 190px;
}

.pb-200_7ca28587c15b5a51 {
  padding-bottom: 200px;
}

.pb-225_d1d88df59f675e95 {
  padding-bottom: 225px;
}

.pb-250_24766ba69ef1f43f {
  padding-bottom: 250px;
}

.pb-300_b3d4ae6a9849f332 {
  padding-bottom: 300px;
}

.pb-350_401d848f091d8387 {
  padding-bottom: 350px;
}

.mt-5_165572c193b0ae19 {
  margin-top: 5px !important;
}

.mt-10_9a3b070f00a7b85b {
  margin-top: 10px;
}

.mt-15_bbf49f6fab45599d {
  margin-top: 15px;
}

.mt-20_48f87b792bd3dafa {
  margin-top: 20px;
}

.mt-25_58f889cef85fa182 {
  margin-top: 25px;
}

.mt-30_6461a136b012e780 {
  margin-top: 30px;
}

.mt-35_095e20511783e6e8 {
  margin-top: 35px;
}

.mt-40_4c0a84d640eed9ce {
  margin-top: 40px;
}

.mt-45_746169fa5af0042c {
  margin-top: 45px;
}

.mt-50_8d21423292e29484 {
  margin-top: 50px;
}

.mt-55_6e84ca822a957047 {
  margin-top: 55px;
}

.mt-60_b7c43a2f3b2afb52 {
  margin-top: 60px;
}

.mt-65_318ad7a6d1739468 {
  margin-top: 65px;
}

.mt-70_48df068e9dd32be9 {
  margin-top: 70px;
}

.mt-75_278817fdc6bef6e9 {
  margin-top: 75px;
}

.mt-80_1f038ca55cd6c756 {
  margin-top: 80px;
}

.mt-85_2acc2ba55708f954 {
  margin-top: 85px;
}

.mt-90_1c33139d187d3ee0 {
  margin-top: 90px;
}

.mt-95_04505804253156d1 {
  margin-top: 95px;
}

.mt-100_745612c92acd4adc {
  margin-top: 100px;
}

.mt-110_393da8a3c4045c08 {
  margin-top: 110px;
}

.mt-120_65f654e016ae454e {
  margin-top: 120px;
}

.mt-130_9b797b57edbe9cee {
  margin-top: 130px;
}

.mt-140_bce12bf70af4353b {
  margin-top: 140px;
}

.mt-150_6cdd71782f200795 {
  margin-top: 150px;
}

.mt-160_95db2f4ead25e218 {
  margin-top: 160px;
}

.mt-170_f91c9baa2a9ea4a8 {
  margin-top: 170px;
}

.mt-180_c233be80c186eb19 {
  margin-top: 180px;
}

.mt-190_3fdf1c18488f3288 {
  margin-top: 190px;
}

.mt-200_ec670f659d94f974 {
  margin-top: 200px;
}

.mt-225_77f3fdc9f063cb85 {
  margin-top: 225px;
}

.mt-250_873644b0144a3411 {
  margin-top: 250px;
}

.mt-300_74589203e2ef7d37 {
  margin-top: 300px;
}

.mt-350_1b50a7f57c16a194 {
  margin-top: 350px;
}

.mb-5_05af5a2a879ed236 {
  margin-bottom: 5px !important;
}

.mb-10_33bb43ff110decde {
  margin-bottom: 10px;
}

.mb-15_1c1ef546dc18228e {
  margin-bottom: 15px;
}

.mb-20_55a275c2561ce6c2 {
  margin-bottom: 20px;
}

.mb-25_714244bf40ca8b84 {
  margin-bottom: 25px;
}

.mb-30_d5b028bd74b9bc8a {
  margin-bottom: 30px;
}

.mb-35_8ce84496caac6107 {
  margin-bottom: 35px;
}

.mb-40_f3359c94696a160a {
  margin-bottom: 40px;
}

.mb-45_57f955db70426257 {
  margin-bottom: 45px;
}

.mb-50_caddfb3b914a7386 {
  margin-bottom: 50px;
}

.mb-55_cd7225689b2e1d55 {
  margin-bottom: 55px;
}

.mb-60_7170ebf97899118d {
  margin-bottom: 60px;
}

.mb-65_807a48e57f8f85ad {
  margin-bottom: 65px;
}

.mb-70_cb0fe2e5f5b6c222 {
  margin-bottom: 70px;
}

.mb-75_3985127c05e7927d {
  margin-bottom: 75px;
}

.mb-80_0245302549253fc2 {
  margin-bottom: 80px;
}

.mb-85_b563b6275519f290 {
  margin-bottom: 85px;
}

.mb-90_c1a88e0c349a9cbc {
  margin-bottom: 90px;
}

.mb-95_280e1f24e6663a88 {
  margin-bottom: 95px;
}

.mb-100_8a28389cc7cef246 {
  margin-bottom: 100px;
}

.mb-110_11dcbac21ffcfe28 {
  margin-bottom: 110px;
}

.mb-120_6a351b768df81b43 {
  margin-bottom: 120px;
}

.mb-130_672e87617b6503ec {
  margin-bottom: 130px;
}

.mb-140_069fc1b0c25462f3 {
  margin-bottom: 140px;
}

.mb-150_acdb1819fba2ed1c {
  margin-bottom: 150px;
}

.mb-160_6f2c17e502c10906 {
  margin-bottom: 160px;
}

.mb-170_a7b471beeb892c9c {
  margin-bottom: 170px;
}

.mb-180_932741c6797f7fd4 {
  margin-bottom: 180px;
}

.mb-190_796781790637b9c4 {
  margin-bottom: 190px;
}

.mb-200_1b0a8adc57f59697 {
  margin-bottom: 200px;
}

.mb-225_515d1cdcbb0b6dc9 {
  margin-bottom: 225px;
}

.mb-250_45ab3ea2ea508650 {
  margin-bottom: 250px;
}

.mb-300_a0210764ccc8db04 {
  margin-bottom: 300px;
}

.mb-350_b82ead6ea5132342 {
  margin-bottom: 350px;
}

@media (max-width: 1399px) {
  .xl-p0_fe117816b9f6e3ea {
    padding: 0 !important;
  }
  .xl-m0_013a3578693c98cf {
    margin: 0 !important;
  }
  .xl-pt-10_845834602b933fea {
    padding-top: 10px !important;
  }
  .xl-pt-20_f19c93371073c484 {
    padding-top: 20px !important;
  }
  .xl-pt-30_8cb6fa643438ffbe {
    padding-top: 30px !important;
  }
  .xl-pt-40_cf51effd6addef66 {
    padding-top: 40px !important;
  }
  .xl-pt-50_c17186310bbb5f14 {
    padding-top: 50px !important;
  }
  .xl-pt-60_76d01aafbcabbfc9 {
    padding-top: 60px !important;
  }
  .xl-pt-70_327f137cc3936f7f {
    padding-top: 70px !important;
  }
  .xl-pt-80_0b2ccfa570d30102 {
    padding-top: 80px !important;
  }
  .xl-pt-90_2b75c50b85bbf434 {
    padding-top: 90px !important;
  }
  .xl-pt-100_254ba348614929e2 {
    padding-top: 100px !important;
  }
  .xl-pt-110_c47fee746f5c795b {
    padding-top: 110px !important;
  }
  .xl-pt-120_fb5277734ea89bbb {
    padding-top: 120px !important;
  }
  .xl-pt-130_67ba86adaed4926f {
    padding-top: 130px !important;
  }
  .xl-pt-140_8038608867823e2a {
    padding-top: 140px !important;
  }
  .xl-pt-150_6d9eacb88411c543 {
    padding-top: 150px !important;
  }
  .xl-pt-200_bcc6bc8ccea4b194 {
    padding-top: 200px !important;
  }
  .xl-pb-10_9f7df9ccc70cae2a {
    padding-bottom: 10px !important;
  }
  .xl-pb-20_a0f992270a2d7af1 {
    padding-bottom: 20px !important;
  }
  .xl-pb-30_aea0766bf43b18ac {
    padding-bottom: 30px !important;
  }
  .xl-pb-40_a701cdc78f673cd6 {
    padding-bottom: 40px !important;
  }
  .xl-pb-50_5e770f4e79ec8ee7 {
    padding-bottom: 50px !important;
  }
  .xl-pb-60_197ad6b444e49bc5 {
    padding-bottom: 60px !important;
  }
  .xl-pb-70_23832cd1fcabd055 {
    padding-bottom: 70px !important;
  }
  .xl-pb-80_e83b1cecd5036f9d {
    padding-bottom: 80px !important;
  }
  .xl-pb-90_8d459b3b49baf78f {
    padding-bottom: 90px !important;
  }
  .xl-pb-100_e11184aea824e991 {
    padding-bottom: 100px !important;
  }
  .xl-pb-110_8cf65dc2bd69c576 {
    padding-bottom: 110px !important;
  }
  .xl-pb-120_75b27f9934c52abf {
    padding-bottom: 120px !important;
  }
  .xl-pb-130_296dc3a8f15cdd3a {
    padding-bottom: 130px !important;
  }
  .xl-pb-140_fd18b02d412af7b0 {
    padding-bottom: 140px !important;
  }
  .xl-pb-150_dc5f98ba46e838c5 {
    padding-bottom: 150px !important;
  }
  .xl-pb-200_90919381c93918fc {
    padding-bottom: 200px !important;
  }
  .xl-mt-10_dfc81bdc98b99f79 {
    margin-top: 10px !important;
  }
  .xl-mt-20_98ab1170c373800d {
    margin-top: 20px !important;
  }
  .xl-mt-30_5cb01d7b42b9d77d {
    margin-top: 30px !important;
  }
  .xl-mt-40_33493f6d6b291099 {
    margin-top: 40px !important;
  }
  .xl-mt-50_26dae7fb0a56f817 {
    margin-top: 50px !important;
  }
  .xl-mt-60_a4b16bbb1bc2c46b {
    margin-top: 60px !important;
  }
  .xl-mt-70_a2a9392a5b7cb197 {
    margin-top: 70px !important;
  }
  .xl-mt-80_bbd14cbf9e952a5c {
    margin-top: 80px !important;
  }
  .xl-mt-90_30a8e91fd7dae664 {
    margin-top: 90px !important;
  }
  .xl-mt-100_754a752d0590d4db {
    margin-top: 100px !important;
  }
  .xl-mt-110_66108b7d7774f186 {
    margin-top: 110px !important;
  }
  .xl-mt-120_88c06447dd11b2ad {
    margin-top: 120px !important;
  }
  .xl-mt-130_a1a5f0be10705411 {
    margin-top: 130px !important;
  }
  .xl-mt-140_b10184e7ef0a0d39 {
    margin-top: 140px !important;
  }
  .xl-mt-150_08d087853271bbe7 {
    margin-top: 150px !important;
  }
  .xl-mt-200_76228be6b095b4cf {
    margin-top: 200px !important;
  }
  .xl-mb-10_ffb955e33df99ecd {
    margin-bottom: 10px !important;
  }
  .xl-mb-20_c929c875cbd9d04d {
    margin-bottom: 20px !important;
  }
  .xl-mb-30_45980c41c713f625 {
    margin-bottom: 30px !important;
  }
  .xl-mb-40_efc6137f90340886 {
    margin-bottom: 40px !important;
  }
  .xl-mb-50_41c160c9d8710cdd {
    margin-bottom: 50px !important;
  }
  .xl-mb-60_f246faa02561c95c {
    margin-bottom: 60px !important;
  }
  .xl-mb-70_2e2082d865a54ecc {
    margin-bottom: 70px !important;
  }
  .xl-mb-80_365cae51bc3125dc {
    margin-bottom: 80px !important;
  }
  .xl-mb-90_026f851092c06fd2 {
    margin-bottom: 90px !important;
  }
  .xl-mb-100_76fc3ff942a9acb3 {
    margin-bottom: 100px !important;
  }
  .xl-mb-110_ba6fa36474fd6127 {
    margin-bottom: 110px !important;
  }
  .xl-mb-120_a10926656c3c2479 {
    margin-bottom: 120px !important;
  }
  .xl-mb-130_5cef5de5f6184ba7 {
    margin-bottom: 130px !important;
  }
  .xl-mb-140_517d97450318bcc5 {
    margin-bottom: 140px !important;
  }
  .xl-mb-150_5df75bdd05bd1a06 {
    margin-bottom: 150px !important;
  }
  .xl-mb-200_4d29739b7252904c {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 1399px)*/
@media (max-width: 1199px) {
  .lg-p0_efe35ea230bc0055 {
    padding: 0 !important;
  }
  .lg-m0_c787a6a9d67a11c6 {
    margin: 0 !important;
  }
  .lg-pt-10_6fc22e0b6aa4060a {
    padding-top: 10px !important;
  }
  .lg-pt-20_b9cf08db8840d3b3 {
    padding-top: 20px !important;
  }
  .lg-pt-30_9bfb7cdaa9407dd7 {
    padding-top: 30px !important;
  }
  .lg-pt-40_6690f35b26e3d58c {
    padding-top: 40px !important;
  }
  .lg-pt-50_f543e934c6c87e6e {
    padding-top: 50px !important;
  }
  .lg-pt-60_15f9152d0c69c29b {
    padding-top: 60px !important;
  }
  .lg-pt-70_abcbc41f6ebc3372 {
    padding-top: 70px !important;
  }
  .lg-pt-80_af0c96fe09226f34 {
    padding-top: 80px !important;
  }
  .lg-pt-90_461164a4c8194d77 {
    padding-top: 90px !important;
  }
  .lg-pt-100_eb2c23da5bc2b9da {
    padding-top: 100px !important;
  }
  .lg-pt-110_47768e83df54e516 {
    padding-top: 110px !important;
  }
  .lg-pt-120_7979e2427e448587 {
    padding-top: 120px !important;
  }
  .lg-pt-130_bb29a640246039a9 {
    padding-top: 130px !important;
  }
  .lg-pt-140_3b39ef1d3e2e2fc5 {
    padding-top: 140px !important;
  }
  .lg-pt-150_53017ec75fcbcfa4 {
    padding-top: 150px !important;
  }
  .lg-pt-200_e09681db072a4122 {
    padding-top: 200px !important;
  }
  .lg-pb-10_1ea915ee7ee596ce {
    padding-bottom: 10px !important;
  }
  .lg-pb-20_c4ba9e8c9f7332a4 {
    padding-bottom: 20px !important;
  }
  .lg-pb-30_01db7bc695b387ef {
    padding-bottom: 30px !important;
  }
  .lg-pb-40_4781d36b4980744e {
    padding-bottom: 40px !important;
  }
  .lg-pb-50_05b8d2768371252e {
    padding-bottom: 50px !important;
  }
  .lg-pb-60_c9586119ebb42e05 {
    padding-bottom: 60px !important;
  }
  .lg-pb-70_3c1a30c5c236efb0 {
    padding-bottom: 70px !important;
  }
  .lg-pb-80_030b1d44e135fd6e {
    padding-bottom: 80px !important;
  }
  .lg-pb-90_5d9a241b70e20583 {
    padding-bottom: 90px !important;
  }
  .lg-pb-100_cb2a725eca09c7c1 {
    padding-bottom: 100px !important;
  }
  .lg-pb-110_b1679525f8706872 {
    padding-bottom: 110px !important;
  }
  .lg-pb-120_4822a27292f2757e {
    padding-bottom: 120px !important;
  }
  .lg-pb-130_09a3efe237e488b9 {
    padding-bottom: 130px !important;
  }
  .lg-pb-140_c9c407d297ddac5b {
    padding-bottom: 140px !important;
  }
  .lg-pb-150_8bf6a2f3bb871084 {
    padding-bottom: 150px !important;
  }
  .lg-pb-200_99c7d7001d762e15 {
    padding-bottom: 200px !important;
  }
  .lg-mt-10_c43dba3273e26356 {
    margin-top: 10px !important;
  }
  .lg-mt-20_5cf9a35f43136a0b {
    margin-top: 20px !important;
  }
  .lg-mt-30_95dadbb22b237e2e {
    margin-top: 30px !important;
  }
  .lg-mt-40_a0bc169583a3f5bf {
    margin-top: 40px !important;
  }
  .lg-mt-50_c1a98ab3093afa8c {
    margin-top: 50px !important;
  }
  .lg-mt-60_da34f0b72ddb89a6 {
    margin-top: 60px !important;
  }
  .lg-mt-70_00d9af719013b7d8 {
    margin-top: 70px !important;
  }
  .lg-mt-80_54912bbc9325129c {
    margin-top: 80px !important;
  }
  .lg-mt-90_a1bfc8a8d9c2f7e3 {
    margin-top: 90px !important;
  }
  .lg-mt-100_ff5edc36e2070934 {
    margin-top: 100px !important;
  }
  .lg-mt-110_1b51176bf0431c95 {
    margin-top: 110px !important;
  }
  .lg-mt-120_3afc5db820a81add {
    margin-top: 120px !important;
  }
  .lg-mt-130_f2701daebf82259a {
    margin-top: 130px !important;
  }
  .lg-mt-140_1b3cf09dca39d791 {
    margin-top: 140px !important;
  }
  .lg-mt-150_5391d1cebadb8894 {
    margin-top: 150px !important;
  }
  .lg-mt-200_fcd9b1b7d81532fe {
    margin-top: 200px !important;
  }
  .lg-mb-10_4e3f8215b9c76add {
    margin-bottom: 10px !important;
  }
  .lg-mb-20_4d9e100e74b19001 {
    margin-bottom: 20px !important;
  }
  .lg-mb-30_5605f804ff66571c {
    margin-bottom: 30px !important;
  }
  .lg-mb-40_57810048a6cfd886 {
    margin-bottom: 40px !important;
  }
  .lg-mb-50_a8a98c7782f5155f {
    margin-bottom: 50px !important;
  }
  .lg-mb-60_a1d77eb61e30544a {
    margin-bottom: 60px !important;
  }
  .lg-mb-70_a3fa4a7872fd32e9 {
    margin-bottom: 70px !important;
  }
  .lg-mb-80_921c19ba78c7b703 {
    margin-bottom: 80px !important;
  }
  .lg-mb-90_66e6a1ded53edde3 {
    margin-bottom: 90px !important;
  }
  .lg-mb-100_baad7bad57618117 {
    margin-bottom: 100px !important;
  }
  .lg-mb-110_6cfb92117cc1fe14 {
    margin-bottom: 110px !important;
  }
  .lg-mb-120_a91d8ec33ef380f6 {
    margin-bottom: 120px !important;
  }
  .lg-mb-130_7e08b1d13ba2b44c {
    margin-bottom: 130px !important;
  }
  .lg-mb-140_b9c0136e4e9ce115 {
    margin-bottom: 140px !important;
  }
  .lg-mb-150_4c1f959ab895d65c {
    margin-bottom: 150px !important;
  }
  .lg-mb-200_8e8d2dc03a76f4f2 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 1199px)*/
@media (max-width: 991px) {
  .md-p0_fd57dafd53d726ea {
    padding: 0 !important;
  }
  .md-m0_05be7bcdb344ea60 {
    margin: 0 !important;
  }
  .md-pt-10_50ca037ad27cd405 {
    padding-top: 10px !important;
  }
  .md-pt-20_6d2025c2781f1dd2 {
    padding-top: 20px !important;
  }
  .md-pt-30_776ea86233502fcd {
    padding-top: 30px !important;
  }
  .md-pt-40_d7975c920700b8ec {
    padding-top: 40px !important;
  }
  .md-pt-50_aeb5570e9ae1f99a {
    padding-top: 50px !important;
  }
  .md-pt-60_4d6c7000cb6f5d9d {
    padding-top: 60px !important;
  }
  .md-pt-70_570eed19ad46927b {
    padding-top: 70px !important;
  }
  .md-pt-80_8e13f617ced2c2a7 {
    padding-top: 80px !important;
  }
  .md-pt-90_bd6086273ec732a3 {
    padding-top: 90px !important;
  }
  .md-pt-100_5838ee1ba53c4c80 {
    padding-top: 100px !important;
  }
  .md-pt-110_a9549bb75edaa747 {
    padding-top: 110px !important;
  }
  .md-pt-120_3132204c4533f6af {
    padding-top: 120px !important;
  }
  .md-pt-130_4498e79e82028311 {
    padding-top: 130px !important;
  }
  .md-pt-140_87726418e7c14f93 {
    padding-top: 140px !important;
  }
  .md-pt-150_55baffa57d894014 {
    padding-top: 150px !important;
  }
  .md-pt-200_0884cdfd9e491d7c {
    padding-top: 200px !important;
  }
  .md-pb-10_ab5b14815cf331cf {
    padding-bottom: 10px !important;
  }
  .md-pb-20_8dc16ccbf14e2290 {
    padding-bottom: 20px !important;
  }
  .md-pb-30_095abd48d8df3a6a {
    padding-bottom: 30px !important;
  }
  .md-pb-40_fbd27a8f33fd78b9 {
    padding-bottom: 40px !important;
  }
  .md-pb-50_78b61e011058a801 {
    padding-bottom: 50px !important;
  }
  .md-pb-60_ee7daf35ee56845b {
    padding-bottom: 60px !important;
  }
  .md-pb-70_69ae89166fb1a02b {
    padding-bottom: 70px !important;
  }
  .md-pb-80_949e56cce5a40260 {
    padding-bottom: 80px !important;
  }
  .md-pb-90_1c6fb1fe18609d09 {
    padding-bottom: 90px !important;
  }
  .md-pb-100_3c91d303168fbfa3 {
    padding-bottom: 100px !important;
  }
  .md-pb-110_632aa78c8bee4907 {
    padding-bottom: 110px !important;
  }
  .md-pb-120_f68cb235983c686d {
    padding-bottom: 120px !important;
  }
  .md-pb-130_e723b000680a1669 {
    padding-bottom: 130px !important;
  }
  .md-pb-140_17cc07b3d918f9b6 {
    padding-bottom: 140px !important;
  }
  .md-pb-150_9e95e887593ab5ff {
    padding-bottom: 150px !important;
  }
  .md-pb-200_789b268c30fd5956 {
    padding-bottom: 200px !important;
  }
  .md-mt-10_5f4fd9c2565de318 {
    margin-top: 10px !important;
  }
  .md-mt-20_b412f085e4123abf {
    margin-top: 20px !important;
  }
  .md-mt-30_950d56aa97f1d36f {
    margin-top: 30px !important;
  }
  .md-mt-40_14a0cedaaa815471 {
    margin-top: 40px !important;
  }
  .md-mt-50_3cefb1332adb3333 {
    margin-top: 50px !important;
  }
  .md-mt-60_77aaa144ebe06974 {
    margin-top: 60px !important;
  }
  .md-mt-70_2b15e879ef9e346b {
    margin-top: 70px !important;
  }
  .md-mt-80_a5265ef78de43fa5 {
    margin-top: 80px !important;
  }
  .md-mt-90_65fa84c776793ec6 {
    margin-top: 90px !important;
  }
  .md-mt-100_3c1a4f815da34f43 {
    margin-top: 100px !important;
  }
  .md-mt-110_ea0d04c510721d34 {
    margin-top: 110px !important;
  }
  .md-mt-120_e5a487ec4e0eabd2 {
    margin-top: 120px !important;
  }
  .md-mt-130_3a10c4f17b2a4942 {
    margin-top: 130px !important;
  }
  .md-mt-140_0a8730855ae38a5c {
    margin-top: 140px !important;
  }
  .md-mt-150_fa273944a6240ac3 {
    margin-top: 150px !important;
  }
  .md-mt-200_034dd37c394a19ee {
    margin-top: 200px !important;
  }
  .md-mb-10_b0d248e8f3619046 {
    margin-bottom: 10px !important;
  }
  .md-mb-20_0acdfffc3a22caf2 {
    margin-bottom: 20px !important;
  }
  .md-mb-30_00bb62facdc1ea01 {
    margin-bottom: 30px !important;
  }
  .md-mb-40_fa59310f707aadfc {
    margin-bottom: 40px !important;
  }
  .md-mb-50_0070fcd212ad475a {
    margin-bottom: 50px !important;
  }
  .md-mb-60_e17356a240320e78 {
    margin-bottom: 60px !important;
  }
  .md-mb-70_e19e1fe9301e17c6 {
    margin-bottom: 70px !important;
  }
  .md-mb-80_161bc00a7ab7d179 {
    margin-bottom: 80px !important;
  }
  .md-mb-90_4eb348316e3e4db1 {
    margin-bottom: 90px !important;
  }
  .md-mb-100_9a7a13f1116b22fc {
    margin-bottom: 100px !important;
  }
  .md-mb-110_919e2f8feb30d9cb {
    margin-bottom: 110px !important;
  }
  .md-mb-120_f1c20dacf406d764 {
    margin-bottom: 120px !important;
  }
  .md-mb-130_995c3266def5d9af {
    margin-bottom: 130px !important;
  }
  .md-mb-140_533c12f3539bc2d1 {
    margin-bottom: 140px !important;
  }
  .md-mb-150_1527e72d8488f2ca {
    margin-bottom: 150px !important;
  }
  .md-mb-200_d9b8ecc5e8957695 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 991px)*/
@media (max-width: 767px) {
  .sm-p0_0a92a0f60edd1313 {
    padding: 0 !important;
  }
  .sm-m0_51b3f158f29ca3d2 {
    margin: 0 !important;
  }
  .sm-pt-10_05ea59e9ab72a0fc {
    padding-top: 10px !important;
  }
  .sm-pt-20_3f0174c8ac1306ae {
    padding-top: 20px !important;
  }
  .sm-pt-30_854f48f16c61be04 {
    padding-top: 30px !important;
  }
  .sm-pt-40_05793b867a6ab4a1 {
    padding-top: 40px !important;
  }
  .sm-pt-50_2ad6139d89105aef {
    padding-top: 50px !important;
  }
  .sm-pt-60_a2c248c5418a38c1 {
    padding-top: 60px !important;
  }
  .sm-pt-70_f1090b5dc354d9ac {
    padding-top: 70px !important;
  }
  .sm-pt-80_55b26a78fc6c9aa3 {
    padding-top: 80px !important;
  }
  .sm-pt-90_135f277179b408ec {
    padding-top: 90px !important;
  }
  .sm-pt-100_aa925f4be472f4df {
    padding-top: 100px !important;
  }
  .sm-pt-110_0b4664a527dacce4 {
    padding-top: 110px !important;
  }
  .sm-pt-120_be439fc76256108b {
    padding-top: 120px !important;
  }
  .sm-pt-130_d58d7495a64ea4dc {
    padding-top: 130px !important;
  }
  .sm-pt-140_eeeaba1ea16620fc {
    padding-top: 140px !important;
  }
  .sm-pt-150_eb3a994ad54ff8a5 {
    padding-top: 150px !important;
  }
  .sm-pt-200_b780ebba4526a2cc {
    padding-top: 200px !important;
  }
  .sm-pb-10_6d3272ec9978480f {
    padding-bottom: 10px !important;
  }
  .sm-pb-20_4db42dc7586c72d3 {
    padding-bottom: 20px !important;
  }
  .sm-pb-30_51af75d47de6455e {
    padding-bottom: 30px !important;
  }
  .sm-pb-40_cb2f93261a255ae0 {
    padding-bottom: 40px !important;
  }
  .sm-pb-50_d583eccf39802889 {
    padding-bottom: 50px !important;
  }
  .sm-pb-60_91ebba0d080dcf71 {
    padding-bottom: 60px !important;
  }
  .sm-pb-70_c37f4f4edfe25fa6 {
    padding-bottom: 70px !important;
  }
  .sm-pb-80_537b736a1c5122e9 {
    padding-bottom: 80px !important;
  }
  .sm-pb-90_4aaacbf8b137059e {
    padding-bottom: 90px !important;
  }
  .sm-pb-100_0eaf8fda1a367b50 {
    padding-bottom: 100px !important;
  }
  .sm-pb-110_44c37e12b6e74aae {
    padding-bottom: 110px !important;
  }
  .sm-pb-120_8d5690ee9729ec57 {
    padding-bottom: 120px !important;
  }
  .sm-pb-130_428dee8dd836b55e {
    padding-bottom: 130px !important;
  }
  .sm-pb-140_f0ac663d8715b1b6 {
    padding-bottom: 140px !important;
  }
  .sm-pb-150_4f6e67c00c31eb36 {
    padding-bottom: 150px !important;
  }
  .sm-pb-200_c0a846398266f878 {
    padding-bottom: 200px !important;
  }
  .sm-mt-10_fcdf39584c6bd66e {
    margin-top: 10px !important;
  }
  .sm-mt-20_a03ee886d537a9a3 {
    margin-top: 20px !important;
  }
  .sm-mt-30_a206609b5ce958a9 {
    margin-top: 30px !important;
  }
  .sm-mt-40_4ac84637e9992c38 {
    margin-top: 40px !important;
  }
  .sm-mt-50_eb2102935417244c {
    margin-top: 50px !important;
  }
  .sm-mt-60_cddd1f04c303d590 {
    margin-top: 60px !important;
  }
  .sm-mt-70_bd0b2158183136ba {
    margin-top: 70px !important;
  }
  .sm-mt-80_ea2046da5b79a4d3 {
    margin-top: 80px !important;
  }
  .sm-mt-90_5285bd0ea675604d {
    margin-top: 90px !important;
  }
  .sm-mt-100_2ae008686125ac06 {
    margin-top: 100px !important;
  }
  .sm-mt-110_c64e1e692bf6e8a3 {
    margin-top: 110px !important;
  }
  .sm-mt-120_3045e543d8750d41 {
    margin-top: 120px !important;
  }
  .sm-mt-130_9b947036c73b3375 {
    margin-top: 130px !important;
  }
  .sm-mt-140_3151b74a11c40f06 {
    margin-top: 140px !important;
  }
  .sm-mt-150_7841b183775e821d {
    margin-top: 150px !important;
  }
  .sm-mt-200_f3ec50a07ef7362f {
    margin-top: 200px !important;
  }
  .sm-mb-10_b227dedfd1bc3993 {
    margin-bottom: 10px !important;
  }
  .sm-mb-20_4e20354dfa4ea9af {
    margin-bottom: 20px !important;
  }
  .sm-mb-30_805c3b0f73a637bf {
    margin-bottom: 30px !important;
  }
  .sm-mb-40_50ba92df0b5f8496 {
    margin-bottom: 40px !important;
  }
  .sm-mb-50_3f7aee837203afa4 {
    margin-bottom: 50px !important;
  }
  .sm-mb-60_76a743a3c56c21fe {
    margin-bottom: 60px !important;
  }
  .sm-mb-70_a1217981cf4a5dab {
    margin-bottom: 70px !important;
  }
  .sm-mb-80_ad708d2dcc3545bc {
    margin-bottom: 80px !important;
  }
  .sm-mb-90_a60be26ad40cc374 {
    margin-bottom: 90px !important;
  }
  .sm-mb-100_496b8d3816165f8e {
    margin-bottom: 100px !important;
  }
  .sm-mb-110_0d5b1cb1ca0770c7 {
    margin-bottom: 110px !important;
  }
  .sm-mb-120_c8b194c02ae110ef {
    margin-bottom: 120px !important;
  }
  .sm-mb-130_7889967889add2c1 {
    margin-bottom: 130px !important;
  }
  .sm-mb-140_420b26d07c4dd41c {
    margin-bottom: 140px !important;
  }
  .sm-mb-150_edaef6b75e7afac6 {
    margin-bottom: 150px !important;
  }
  .sm-mb-200_c0956de177fbe939 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 767px)*/
@media (max-width: 575px) {
  .xs-p0_6e18dd666820e6e8 {
    padding: 0 !important;
  }
  .xs-m0_93e4ce9f86b443db {
    margin: 0 !important;
  }
  .xs-pt-10_cfd448600c9fba79 {
    padding-top: 10px !important;
  }
  .xs-pt-20_eba78e577386a450 {
    padding-top: 20px !important;
  }
  .xs-pt-30_0210ac77c4cc2b18 {
    padding-top: 30px !important;
  }
  .xs-pt-40_da0aa4900513b1d8 {
    padding-top: 40px !important;
  }
  .xs-pt-50_66768b7e14fba6e6 {
    padding-top: 50px !important;
  }
  .xs-pt-60_838c2f54fc982ed2 {
    padding-top: 60px !important;
  }
  .xs-pt-70_e72abd4976f86fa7 {
    padding-top: 70px !important;
  }
  .xs-pt-80_99e21c7747e36a4b {
    padding-top: 80px !important;
  }
  .xs-pt-90_68e0a0f1e958c3c4 {
    padding-top: 90px !important;
  }
  .xs-pt-100_a78459cdf6cca68d {
    padding-top: 100px !important;
  }
  .xs-pt-110_9799947ba9d6036e {
    padding-top: 110px !important;
  }
  .xs-pt-120_ec64cef99614badb {
    padding-top: 120px !important;
  }
  .xs-pt-130_57d2e3ec5c8dd056 {
    padding-top: 130px !important;
  }
  .xs-pt-140_785b5bc62a7180af {
    padding-top: 140px !important;
  }
  .xs-pt-150_85f9b8eae438c9ea {
    padding-top: 150px !important;
  }
  .xs-pt-200_6c3e59238264046d {
    padding-top: 200px !important;
  }
  .xs-pb-10_f032713fa93219d9 {
    padding-bottom: 10px !important;
  }
  .xs-pb-20_633b468583931bd0 {
    padding-bottom: 20px !important;
  }
  .xs-pb-30_deb2d8c174d672e4 {
    padding-bottom: 30px !important;
  }
  .xs-pb-40_8272a22bfa2aa1c4 {
    padding-bottom: 40px !important;
  }
  .xs-pb-50_0dbcd4dd7a442b59 {
    padding-bottom: 50px !important;
  }
  .xs-pb-60_e118f91de806dc3a {
    padding-bottom: 60px !important;
  }
  .xs-pb-70_5ac22800fa1ba66b {
    padding-bottom: 70px !important;
  }
  .xs-pb-80_aa3756fdcb0507b1 {
    padding-bottom: 80px !important;
  }
  .xs-pb-90_4611c576855767fc {
    padding-bottom: 90px !important;
  }
  .xs-pb-100_0233f960a76d4714 {
    padding-bottom: 100px !important;
  }
  .xs-pb-110_56821004fcf1fe9f {
    padding-bottom: 110px !important;
  }
  .xs-pb-120_946a869f5d5c6a63 {
    padding-bottom: 120px !important;
  }
  .xs-pb-130_f50230626b478889 {
    padding-bottom: 130px !important;
  }
  .xs-pb-140_c43d2aebf8bbddd9 {
    padding-bottom: 140px !important;
  }
  .xs-pb-150_529ccb8ee33864fa {
    padding-bottom: 150px !important;
  }
  .xs-pb-200_a13a0df06fff92d2 {
    padding-bottom: 200px !important;
  }
  .xs-mt-10_84f6422c99d50e70 {
    margin-top: 10px !important;
  }
  .xs-mt-20_9e987d3cf42759bb {
    margin-top: 20px !important;
  }
  .xs-mt-30_6f8ca93c567409bf {
    margin-top: 30px !important;
  }
  .xs-mt-40_df4242e572f85ed9 {
    margin-top: 40px !important;
  }
  .xs-mt-50_d105593e54e52387 {
    margin-top: 50px !important;
  }
  .xs-mt-60_bf8b868611173f19 {
    margin-top: 60px !important;
  }
  .xs-mt-70_b99248ba94a4c8cc {
    margin-top: 70px !important;
  }
  .xs-mt-80_ad02a23d7aafaf13 {
    margin-top: 80px !important;
  }
  .xs-mt-90_67eccbdc06ad5742 {
    margin-top: 90px !important;
  }
  .xs-mt-100_eed6dcb03b30835f {
    margin-top: 100px !important;
  }
  .xs-mt-110_9c71c5288aac1d47 {
    margin-top: 110px !important;
  }
  .xs-mt-120_76666897696e07fd {
    margin-top: 120px !important;
  }
  .xs-mt-130_faff1464851d41ea {
    margin-top: 130px !important;
  }
  .xs-mt-140_3b9b0c39b3d227e8 {
    margin-top: 140px !important;
  }
  .xs-mt-150_5c8c21a8abb9ab51 {
    margin-top: 150px !important;
  }
  .xs-mt-200_a74407e20a815722 {
    margin-top: 200px !important;
  }
  .xs-mb-10_3b6e9cd348509f72 {
    margin-bottom: 10px !important;
  }
  .xs-mb-20_b146aa3078e250b5 {
    margin-bottom: 20px !important;
  }
  .xs-mb-30_c1c13e1e6dcbe802 {
    margin-bottom: 30px !important;
  }
  .xs-mb-40_d910c138c7d317d6 {
    margin-bottom: 40px !important;
  }
  .xs-mb-50_3bbe7792983d9cae {
    margin-bottom: 50px !important;
  }
  .xs-mb-60_7f7f5cc157b1db10 {
    margin-bottom: 60px !important;
  }
  .xs-mb-70_b38d57d2014893bc {
    margin-bottom: 70px !important;
  }
  .xs-mb-80_82020fc25f2d1dbd {
    margin-bottom: 80px !important;
  }
  .xs-mb-90_24dc3d038752ad29 {
    margin-bottom: 90px !important;
  }
  .xs-mb-100_583e3a4cfb5a089a {
    margin-bottom: 100px !important;
  }
  .xs-mb-110_9a4500476c13d21f {
    margin-bottom: 110px !important;
  }
  .xs-mb-120_df51f784d6afd77f {
    margin-bottom: 120px !important;
  }
  .xs-mb-130_50996e6032c502e6 {
    margin-bottom: 130px !important;
  }
  .xs-mb-140_281e25512080f513 {
    margin-bottom: 140px !important;
  }
  .xs-mb-150_42ef11d9aff44776 {
    margin-bottom: 150px !important;
  }
  .xs-mb-200_1e23a5b18ce939e8 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 575px)*/
.theme-main-menu_6cf83f46e2922b08 {
  background: #fff;
  position: relative;
  z-index: 999;
  padding: 18px 40px;
  transition: all 0.4s ease-in-out 0s;
}
.theme-main-menu_6cf83f46e2922b08.menu-overlay_5214cde3de7409a4 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: transparent;
}
.theme-main-menu_6cf83f46e2922b08.fixed {
  position: fixed;
  left: 0;
  right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #fff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.theme-main-menu_6cf83f46e2922b08 .navbar-toggler_f93f627bcfeb8055 {
  width: 48px;
  height: 44px;
  padding: 0;
  box-shadow: none;
  position: relative;
  z-index: 99;
  border: none;
  background: #CFFF45;
}
.theme-main-menu_6cf83f46e2922b08.menu-style-three_b6c700b831beba5a .navbar-toggler_f93f627bcfeb8055 {
  background: #000;
}
.theme-main-menu_6cf83f46e2922b08.menu-style-four_cdb5372a7baf764c .navbar-toggler_f93f627bcfeb8055 {
  background: #E6FD5A;
}
.theme-main-menu_6cf83f46e2922b08.menu-style-five_427de9925a919c59 .navbar-toggler_f93f627bcfeb8055 {
  background: #DFFF5E;
}
.theme-main-menu_6cf83f46e2922b08 .navbar-toggler_f93f627bcfeb8055:focus {
  box-shadow: none;
}
.theme-main-menu_6cf83f46e2922b08 .navbar-toggler_f93f627bcfeb8055::before,
.theme-main-menu_6cf83f46e2922b08 .navbar-toggler_f93f627bcfeb8055::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 11px;
  width: 26px;
  height: 2px;
  pointer-events: none;
  transition: transform 0.25s;
  transform-origin: 50% 50%;
  background: #29594B;
}
.theme-main-menu_6cf83f46e2922b08 .navbar-toggler_f93f627bcfeb8055 span {
  position: absolute;
  left: 11px;
  overflow: hidden;
  width: 26px;
  height: 2px;
  margin-top: -1px;
  text-indent: 200%;
  transition: opacity 0.25s;
  background: #29594B;
}
.theme-main-menu_6cf83f46e2922b08.menu-style-three_b6c700b831beba5a .navbar-toggler_f93f627bcfeb8055:before, .theme-main-menu_6cf83f46e2922b08.menu-style-three_b6c700b831beba5a .navbar-toggler_f93f627bcfeb8055:after, .theme-main-menu_6cf83f46e2922b08.menu-style-three_b6c700b831beba5a .navbar-toggler_f93f627bcfeb8055 span {
  background: #fff;
}
.theme-main-menu_6cf83f46e2922b08 .navbar-toggler_f93f627bcfeb8055::before {
  transform: translate3d(0, -9px, 0) scale3d(1, 1, 1);
}
.theme-main-menu_6cf83f46e2922b08 .navbar-toggler_f93f627bcfeb8055::after {
  transform: translate3d(0, 8px, 0) scale3d(1, 1, 1);
}
.theme-main-menu_6cf83f46e2922b08 .navbar-toggler_f93f627bcfeb8055[aria-expanded=true] span {
  opacity: 0;
}
.theme-main-menu_6cf83f46e2922b08 .navbar-toggler_f93f627bcfeb8055[aria-expanded=true]::before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.theme-main-menu_6cf83f46e2922b08 .navbar-toggler_f93f627bcfeb8055[aria-expanded=true]::after {
  transform: rotate3d(0, 0, 1, -45deg);
}
.theme-main-menu_6cf83f46e2922b08 .nav-item .nav-link {
  font-family: "Satoshi";
  font-weight: 500;
  font-size: 20px;
  line-height: initial;
  color: #000;
  padding: 20px 0;
  margin: 0 30px;
  position: relative;
  transition: all 0.2s ease-in-out 0s;
}
.theme-main-menu_6cf83f46e2922b08 .nav-item:hover .nav-link {
  color: #0C3A30;
}
.theme-main-menu_6cf83f46e2922b08.white-vr_e41f95e766080608 .nav-item .nav-link {
  color: #fff;
}
.theme-main-menu_6cf83f46e2922b08.white-vr_e41f95e766080608 .nav-item:hover .nav-link {
  color: #CFFF45;
}
.theme-main-menu_6cf83f46e2922b08.white-vr_e41f95e766080608.fixed {
  background: #0C3A30;
  border: none;
}
.theme-main-menu_6cf83f46e2922b08.menu-style-one_3707d8845937b15a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.theme-main-menu_6cf83f46e2922b08.menu-style-two_5f56e96b74079552 {
  padding: 0;
  background: #EDF1EE;
}
.theme-main-menu_6cf83f46e2922b08.menu-style-two_5f56e96b74079552 .info-row_0bfbce47ed7eb251 {
  padding-top: 12px;
  padding-bottom: 12px;
  overflow: hidden;
}
.theme-main-menu_6cf83f46e2922b08.menu-style-two_5f56e96b74079552 .gap-fix_8e0b218af9992a70 {
  padding-left: 40px;
  padding-right: 40px;
}
.theme-main-menu_6cf83f46e2922b08.menu-style-two_5f56e96b74079552 .greetings_42fdb7134f58891b {
  font-size: 18px;
  color: #19352D;
}
.theme-main-menu_6cf83f46e2922b08.menu-style-two_5f56e96b74079552 .contact-info_a9530c4e372bd5a8 {
  margin: 0 -15px;
}
.theme-main-menu_6cf83f46e2922b08.menu-style-two_5f56e96b74079552 .contact-info_a9530c4e372bd5a8 li {
  padding: 0 15px;
}
.theme-main-menu_6cf83f46e2922b08.menu-style-two_5f56e96b74079552 .contact-info_a9530c4e372bd5a8 li a {
  font-size: 18px;
  color: #19352D;
}
.theme-main-menu_6cf83f46e2922b08.menu-style-two_5f56e96b74079552 .contact-info_a9530c4e372bd5a8 li a:hover {
  text-decoration: underline;
}
.theme-main-menu_6cf83f46e2922b08.menu-style-two_5f56e96b74079552 .inner-content_8f1da19388e1d8f9 {
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
.theme-main-menu_6cf83f46e2922b08.menu-style-two_5f56e96b74079552.fixed .info-row_0bfbce47ed7eb251 {
  display: none;
}
.theme-main-menu_6cf83f46e2922b08.menu-style-five_427de9925a919c59 {
  background: #000;
  padding: 0;
}
.theme-main-menu_6cf83f46e2922b08.menu-style-five_427de9925a919c59 .inner-content_8f1da19388e1d8f9 {
  background: #fff;
  border-radius: 30px;
  padding: 18px 40px;
}
.theme-main-menu_6cf83f46e2922b08.menu-style-six_c6b1e05027ce1168 .nav-item .nav-link {
  color: #044F3B;
}
.theme-main-menu_6cf83f46e2922b08.menu-style-six_c6b1e05027ce1168 .nav-item:hover .nav-link {
  color: #0C3A30;
}

.navbar .dropdown-menu .dropdown-item {
  text-transform: capitalize;
  line-height: 35px;
  color: #19352D;
  font-size: 18px;
  background: transparent;
  position: relative;
  transition: all 0.2s ease-in-out 0s;
}
.navbar .dropdown-menu .dropdown-item span {
  position: relative;
}
.navbar .dropdown-menu .dropdown-item span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: #0C3A30;
  transform: scale(0, 1);
  transform-origin: 0 0;
  transition: all 0.2s ease-in-out 0s;
}
.navbar .dropdown-menu .dropdown-item:hover span:before, .navbar .dropdown-menu .dropdown-item.active span:before {
  transform: scale(1);
}

.theme-main-menu_6cf83f46e2922b08 .navbar {
  position: static;
}

.navbar [class*=mega-dropdown] .dropdown-menu {
  padding: 0 0 15px;
  margin: 0;
  right: 0;
}

.navbar .mega-dropdown-sm_efba3442dd6c5af7 .dropdown-menu {
  min-width: 600px;
  left: 0;
  padding: 10px;
}

.navbar [class*=mega-dropdown] .menu-column_be167ebcf01b80ac {
  padding: 5px 0;
}
.navbar [class*=mega-dropdown] .menu-column_be167ebcf01b80ac .mega-menu-title_a0bcef2976b3c709 {
  font-family: "Satoshi";
  font-size: 14px;
  font-weight: 500;
  color: #E6FD5A;
  display: inline-block;
  position: relative;
  margin: 0 0 5px;
  padding-left: 15px;
}

.theme-main-menu_6cf83f46e2922b08 .login-btn-one_ea98119bf3b5a547 a {
  color: #000;
}
.theme-main-menu_6cf83f46e2922b08 .login-btn-one_ea98119bf3b5a547 a:hover {
  text-decoration: underline;
}
.theme-main-menu_6cf83f46e2922b08 .login-btn-two_504043ef6f4621a1 a {
  color: #044F3B;
}
.theme-main-menu_6cf83f46e2922b08 .login-btn-two_504043ef6f4621a1 a:hover {
  text-decoration: underline;
}
.theme-main-menu_6cf83f46e2922b08 .signup-btn-one_1cd30d9f292c9629 span {
  display: inline-block;
  font-weight: 500;
  color: #19352D;
  padding: 0 30px;
  line-height: 45px;
  border: 2px solid #29594B;
  border-radius: 30px;
  background: #fff;
  transition: all 0.2s ease-in-out 0s;
}
.theme-main-menu_6cf83f46e2922b08 .signup-btn-one_1cd30d9f292c9629 .icon_578908cd09cb4940 {
  width: 49px;
  height: 49px;
  background: #29594B;
  color: #fff;
  font-size: 22px;
  margin-left: -12px;
  transition: all 0.2s ease-in-out 0s;
}
.theme-main-menu_6cf83f46e2922b08 .signup-btn-one_1cd30d9f292c9629:hover span {
  background: #29594B;
  color: #fff;
}
.theme-main-menu_6cf83f46e2922b08 .signup-btn-one_1cd30d9f292c9629:hover .icon_578908cd09cb4940 {
  background: #CFFF45;
  color: #29594B;
}
.theme-main-menu_6cf83f46e2922b08 .signup-btn-two_7c65c0bfaaf35fa5 {
  color: #044F3B;
  line-height: 50px;
  border: 1px solid #044F3B;
  border-radius: 40px;
  background: #CFFF45;
  padding: 0 32px;
  text-align: center;
}
.theme-main-menu_6cf83f46e2922b08 .signup-btn-two_7c65c0bfaaf35fa5:hover {
  background: #29594B;
  color: #fff;
}
.theme-main-menu_6cf83f46e2922b08 .quote-one_a158f66bb44800e8 {
  line-height: 48px;
  color: #fff;
  font-size: 18px;
  padding: 0 26px;
  border: 1px solid #fff;
  border-radius: 40px;
}
.theme-main-menu_6cf83f46e2922b08 .quote-one_a158f66bb44800e8:hover {
  background: #CFFF45;
  color: #19352D;
}

.category-menu_8c60f71dd3780a7b {
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  padding: 0 40px;
}
.category-menu_8c60f71dd3780a7b li {
  position: relative;
  padding: 0 15px;
}
.category-menu_8c60f71dd3780a7b li a {
  font-size: 15px;
  font-weight: 500;
  color: #536159;
  padding: 13px 0;
  transition: all 0.2s ease-in-out 0s;
}
.category-menu_8c60f71dd3780a7b li a:hover {
  color: #0C3A30;
}
.category-menu_8c60f71dd3780a7b .dropdown-menu {
  padding: 0;
}
.category-menu_8c60f71dd3780a7b .dropdown-menu li {
  padding: 0;
}
.category-menu_8c60f71dd3780a7b .dropdown-menu li a {
  padding: 8px 15px;
  font-size: 14px;
}

/*----- For Desktop -------*/
@media screen and (min-width: 992px) {
  .navbar .dropdown-menu {
    font-size: 1em;
    z-index: 5;
    background-color: #fff;
    border-radius: 10px;
    display: block;
    right: auto;
    left: 0;
    padding: 10px 5px;
    border: none;
    top: 100%;
    visibility: hidden;
    transform: translateY(5px);
    opacity: 0;
    min-width: 200px;
    box-shadow: 0px 50px 100px rgba(0, 0, 0, 0.12);
    margin: 0;
    transform-origin: 0 0;
    transition: all 0.3s ease-out;
  }
  .navbar .dropdown-menu:before {
    content: "";
    position: absolute;
    left: 30px;
    top: -17px;
  }
  .navbar .dropdown-menu .dropdown-menu {
    left: calc(100% + 5px);
    top: 0;
    right: auto;
    min-width: 240px;
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.15);
    transform: translateY(0);
  }
  .navbar .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .navbar .dropdown-toggle::after {
    display: none;
  }
  .navbar .show.dropdown-toggle::after {
    transform: rotate(180deg);
  }
}
/*----- For Mobile ----*/
@media (max-width: 767.98px) {

    /* Mobile table scrolling */
    table {
        display: block;
        /* Make table scrollable */
        width: 100%;
        overflow-x: auto;
        /* Enable horizontal scroll */
        white-space: nowrap;
        /* Prevent content wrapping */
        -webkit-overflow-scrolling: touch;
        /* Smooth scrolling on iOS */
        border-radius: 0;
        /* Remove radius for mobile view if needed */
        border-left: none;
        /* Remove side borders if using full width */
        border-right: none;
    }

    /* Ensure table elements behave correctly within the scrolling block */
    thead,
    tbody,
    tr {
        /* Keep internal table structure */
        width: 100%;
        /* Let them expand */
        table-layout: auto;
        /* Auto column widths */
    }

    th,
    td {
        white-space: nowrap;
        /* Ensure cell content doesn't wrap */
        display: table-cell;
    }
}
@media screen and (max-width: 991px) {
  .navbar {
    padding: 0;
  }
  .navbar-collapse_e4df1e37c8231472 .logo_f4a4475aeb80c26c {
    margin-bottom: 10vh;
    padding-left: 12px;
  }
  .white-vr_e41f95e766080608 .navbar-collapse_e4df1e37c8231472 {
    background-color: #0C3A30;
  }
  .navbar-collapse_e4df1e37c8231472 {
    position: fixed;
    top: 0;
    background-color: #EDF1EE;
    left: 0;
    height: 100vh;
    max-height: 100vh;
    overflow-y: auto;
    clear: both;
    width: 320px;
    max-width: calc(100vw - 60px);
    z-index: 9999;
    transform: translateX(-100%);
    display: block !important;
    padding: 16px 0 20px;
    transition: all 0.3s ease-in-out;
  }
  .navbar-collapse_e4df1e37c8231472.show {
    transform: translateX(0);
    box-shadow: 15px 0 25px rgba(35, 35, 35, 0.09);
  }
  .theme-main-menu_6cf83f46e2922b08 .navbar .mega-dropdown_186fcba2e2337b80 {
    position: relative;
  }
  .navbar .navbar-nav .nav-link {
    margin: 0;
    padding: 15px 12px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
  }
  .white-vr_e41f95e766080608 .navbar .navbar-nav .nav-link {
    border-top: 1px dashed rgba(255, 255, 255, 0.15);
  }
  .navbar .dropdown-menu .dropdown-item {
    padding: 0 10px;
    line-height: 46px;
  }
  .navbar .dropdown-menu {
    border: none;
    padding: 0;
    border-radius: 0;
    margin: 0;
    background: #fff;
  }
  .navbar [class*=mega-dropdown] .dropdown-menu {
    padding: 0;
    min-width: 100%;
  }
  .navbar [class*=mega-dropdown] .menu-column_be167ebcf01b80ac {
    padding: 0;
  }
  .navbar .dropdown-toggle::after {
    position: absolute;
    right: 15px;
    top: calc(50% - 2px);
  }
  .dashboard-menu_567ccb3651d43d8d .nav-link::before {
    right: auto;
    left: 0;
    top: -2px;
  }
}
/*(max-width: 991px)*/
.hero-banner-one_d0e07031790408f0 {
  background: #29594B;
  z-index: 9;
}
.hero-banner-one_d0e07031790408f0::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.53) 0%, rgba(0, 0, 0, 0) 100%);
}
.hero-banner-one_d0e07031790408f0 .hero-slider-one {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.hero-banner-one_d0e07031790408f0 .hero-slider-one .hero-img_0d47637ccd92d334 {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-banner-one_d0e07031790408f0 .hero-slider-one .slick-list_0b30b8381e062a4e, .hero-banner-one_d0e07031790408f0 .hero-slider-one .slick-track_e41977e90d2cfa1e, .hero-banner-one_d0e07031790408f0 .hero-slider-one .item {
  height: 100%;
}
.hero-banner-one_d0e07031790408f0 .hero-heading_438afa4bb8efa68b {
  font-weight: 700;
  color: #000;
  background: url(../visuals/shape_e5a04e9c4d/shape_01.svg) no-repeat left top;
  background-size: cover;
  padding: 11px 31px 25px 25px;
}
.hero-banner-one_d0e07031790408f0 .more-btn_f56776dd8959dfe1 {
  position: absolute;
  font-size: 40px;
  color: #fff;
  width: 105px;
  height: 105px;
  border: 2px solid #fff;
  top: 20%;
  left: 4%;
  z-index: 1;
}
.hero-banner-one_d0e07031790408f0 .more-btn_f56776dd8959dfe1:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #19352D;
}

.hero-banner-two_76b49b9121e318aa {
  z-index: 1;
}
.hero-banner-two_76b49b9121e318aa .hero-heading_438afa4bb8efa68b {
  font-size: 100px;
  line-height: 1em;
}
.hero-banner-two_76b49b9121e318aa .hero-heading_438afa4bb8efa68b span {
  z-index: 1;
}
.hero-banner-two_76b49b9121e318aa .hero-heading_438afa4bb8efa68b span img {
  position: absolute;
  width: 100%;
  bottom: -18%;
  left: 0;
  z-index: -1;
}
.hero-banner-two_76b49b9121e318aa form {
  max-width: 588px;
  height: 70px;
  box-shadow: 0px 10px 20px rgba(8, 32, 26, 0.04);
  border-radius: 50px;
}
.hero-banner-two_76b49b9121e318aa form input {
  font-size: 18px;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background: #fff;
  border: none;
  padding: 0 150px 0 35px;
}
.hero-banner-two_76b49b9121e318aa form button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 50px;
}
.hero-banner-two_76b49b9121e318aa .shape_01_06177650927eb051 {
  top: 22%;
  left: 7%;
  width: 3.1%;
  min-width: 30px;
  animation: rotated 50s infinite linear;
}
.hero-banner-two_76b49b9121e318aa .shape_02_e7c35f1ba8642ba2 {
  top: 40%;
  right: 7%;
  width: 1.8%;
  min-width: 22px;
  animation: rotated 48s infinite linear;
}
.hero-banner-two_76b49b9121e318aa .shape_03_ab7072a230d34270 {
  top: 36%;
  left: 0;
  width: 15.57%;
}
.hero-banner-two_76b49b9121e318aa .shape_04_f043ac18f6544f13 {
  top: 49%;
  right: 0;
  width: 15%;
}

.hero-banner-three_6e43844c0dac7a8d {
  z-index: 1;
}
.hero-banner-three_6e43844c0dac7a8d .hero-heading_438afa4bb8efa68b {
  font-size: 100px;
  letter-spacing: 1px;
  line-height: 1.3em;
  color: #000;
}
.hero-banner-three_6e43844c0dac7a8d .right-widget_3d1ab8fc8964ed4b .main-count_bc2ec5aa4f2d3ff6 {
  font-size: 58px;
  margin: -17px 0 -4px;
}
.hero-banner-three_6e43844c0dac7a8d .img-wrapper_428bf7f026a76d88 {
  position: absolute;
  z-index: -1;
  bottom: 0;
  width: 33.53%;
  left: 50%;
  transform: translateX(-50%);
}
.hero-banner-three_6e43844c0dac7a8d .img-wrapper_428bf7f026a76d88 .round-bg_f814d194421cbb81 {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 50%;
  transform: translate(-50%, -7%);
}

.hero-banner-four_87b987d58f5632b7 {
  background: url(../visuals/assets_77a3fbc133/bg_01.svg) no-repeat center bottom;
  background-size: cover;
  z-index: 1;
}
.hero-banner-four_87b987d58f5632b7 .hero-heading_438afa4bb8efa68b {
  font-family: "ClashDisplay";
  font-size: 130px;
  font-weight: 600;
  line-height: 0.884em;
}
.hero-banner-four_87b987d58f5632b7 .hero-heading_438afa4bb8efa68b span {
  color: #E6FD5A;
  display: block;
}
.hero-banner-four_87b987d58f5632b7 .media-wrapper_1d14bb11b4a8e76d {
  position: absolute;
  right: 3%;
  bottom: -6%;
  width: 42.56%;
  z-index: -1;
}
.hero-banner-four_87b987d58f5632b7 .shape_01_06177650927eb051 {
  bottom: -5%;
  right: 41%;
}
.hero-banner-four_87b987d58f5632b7 .shape_02_e7c35f1ba8642ba2 {
  bottom: 0;
  left: 14%;
  width: 30%;
}

.hero-banner-five_5bf666d1c5ae4dcc {
  background: #000;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.hero-banner-five_5bf666d1c5ae4dcc .bg-wrapper_4f0520f23fe66699 {
  background: #fff;
  border-radius: 30px;
  z-index: 1;
}
.hero-banner-five_5bf666d1c5ae4dcc .hero-heading_438afa4bb8efa68b {
  font-size: 85px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.176em;
  color: #000;
}
.hero-banner-five_5bf666d1c5ae4dcc .rating_ad1652c1be387566 h3 {
  font-size: 42px;
  margin-bottom: 0px;
}
.hero-banner-five_5bf666d1c5ae4dcc .rating_ad1652c1be387566 p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.hero-banner-five_5bf666d1c5ae4dcc .media-wrapper_1d14bb11b4a8e76d {
  position: absolute;
  background: url(../visuals/assets_77a3fbc133/bg_05.svg) no-repeat left top;
  background-size: cover;
  border-radius: 0 30px 30px 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 39.43%;
}
.hero-banner-five_5bf666d1c5ae4dcc .media-wrapper_1d14bb11b4a8e76d .shape_01_06177650927eb051 {
  right: 0;
  bottom: 14%;
  width: 41.1%;
  z-index: 1;
}
.hero-banner-five_5bf666d1c5ae4dcc .media-wrapper_1d14bb11b4a8e76d .shape_02_e7c35f1ba8642ba2 {
  top: 34%;
  left: 0;
  transform: translateX(-50%);
  width: 19.34%;
}

.hero-banner-six_a243ee68a292114d .hero-heading_438afa4bb8efa68b {
  font-size: 100px;
  line-height: 1.05em;
  color: #044F3B;
}
.hero-banner-six_a243ee68a292114d .media-wrapper_1d14bb11b4a8e76d {
  background: url(../visuals/media/img_48.jpg) no-repeat center;
  background-size: cover;
  border-radius: 20px;
  max-width: 536px;
  width: 100%;
  height: 100%;
}
.hero-banner-six_a243ee68a292114d .media-wrapper_1d14bb11b4a8e76d .screen_01_3fb85668ed4b8c70 {
  right: 4%;
  top: 4%;
  width: 41.1%;
  border-radius: 10px;
  box-shadow: 10px 30px 50px rgba(0, 0, 0, 0.06);
  z-index: 1;
}
.hero-banner-six_a243ee68a292114d .media-wrapper_1d14bb11b4a8e76d .screen_02_dc9a74c55e066f65 {
  bottom: 9%;
  left: -28%;
  border-radius: 10px;
  width: 48.51%;
  box-shadow: -10px 30px 50px rgba(0, 0, 0, 0.07);
  z-index: 1;
  animation: jumpTwo 10s infinite linear;
}
.hero-banner-six_a243ee68a292114d .media-wrapper_1d14bb11b4a8e76d .bg-shape_a4e4c1910b1b8985 {
  max-width: 130%;
  left: 47%;
  bottom: -12%;
  transform: translateX(-50%);
}
.hero-banner-six_a243ee68a292114d .shape_01_06177650927eb051 {
  bottom: 9%;
  left: 40%;
  width: 6.53%;
}

.hero-banner-seven_5963afc1dbe2a282 {
  padding: 500px 0 70px;
  background: #29594B;
  z-index: 9;
}
.hero-banner-seven_5963afc1dbe2a282::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0px;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.87) 100%);
  z-index: -1;
}
.hero-banner-seven_5963afc1dbe2a282::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20%;
  left: 0px;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.99) 100%);
  mix-blend-mode: overlay;
  transform: rotate(-180deg);
  z-index: -1;
}
.hero-banner-seven_5963afc1dbe2a282 .hero-slider-one {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -2;
}
.hero-banner-seven_5963afc1dbe2a282 .hero-slider-one .hero-img_0d47637ccd92d334 {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-banner-seven_5963afc1dbe2a282 .hero-slider-one .slick-list_0b30b8381e062a4e, .hero-banner-seven_5963afc1dbe2a282 .hero-slider-one .slick-track_e41977e90d2cfa1e, .hero-banner-seven_5963afc1dbe2a282 .hero-slider-one .item {
  height: 100%;
}
.hero-banner-seven_5963afc1dbe2a282 .hero-heading_438afa4bb8efa68b {
  font-weight: 700;
  font-size: 110px;
  letter-spacing: -1px;
  line-height: 1em;
}
.hero-banner-seven_5963afc1dbe2a282 .lead-form_b32ef41a18e70b5e {
  background: #fff;
  border-radius: 30px;
  padding: 35px 50px 50px;
}
.hero-banner-seven_5963afc1dbe2a282 .lead-form_b32ef41a18e70b5e h3 {
  font-size: 32px;
}
.hero-banner-seven_5963afc1dbe2a282 .lead-form_b32ef41a18e70b5e label {
  font-size: 17px;
  color: rgba(0, 0, 0, 0.3);
}
.hero-banner-seven_5963afc1dbe2a282 .lead-form_b32ef41a18e70b5e input {
  height: 65px;
  padding: 0 20px;
  border: 1px solid #000;
  border-radius: 10px;
}
.hero-banner-seven_5963afc1dbe2a282 .lead-form_b32ef41a18e70b5e button {
  height: 60px;
  border-radius: 10px;
  font-size: 17px;
  background: #D0FF45;
}
.hero-banner-seven_5963afc1dbe2a282 .lead-form_b32ef41a18e70b5e button:hover {
  background: #29594B;
  color: #fff;
}

.hero-banner-eight_9e52174f72454e6a {
  background: #144D41;
}
.hero-banner-eight_9e52174f72454e6a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../visuals/shape_e5a04e9c4d/shape_53.svg) no-repeat center;
  background-size: cover;
}
.hero-banner-eight_9e52174f72454e6a .hero-heading_438afa4bb8efa68b {
  font-size: 110px;
  font-weight: 700;
  line-height: 1em;
}
.hero-banner-eight_9e52174f72454e6a .media-wrapper_1d14bb11b4a8e76d {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  max-width: 43%;
}
.hero-banner-eight_9e52174f72454e6a .media-wrapper_1d14bb11b4a8e76d .shape_01_06177650927eb051 {
  right: 5%;
  top: 27%;
  z-index: 0;
  max-width: 25%;
  animation: jumpTwo 5s infinite linear;
}
.hero-banner-eight_9e52174f72454e6a .media-wrapper_1d14bb11b4a8e76d .shape_02_e7c35f1ba8642ba2 {
  left: 3%;
  bottom: 25%;
  z-index: 0;
  max-width: 35%;
  animation: jumpThree 5s infinite linear;
}

.fancy-banner-one_87907d3c8c2c1df4 {
  z-index: 1;
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
}
.fancy-banner-one_87907d3c8c2c1df4:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 50%;
  background: #CFFF45;
  z-index: -1;
}
.fancy-banner-one_87907d3c8c2c1df4 h2 {
  font-size: 68px;
  font-weight: normal;
  margin: 0;
}
.fancy-banner-one_87907d3c8c2c1df4 h2 span {
  font-weight: 700;
  font-style: italic;
  text-decoration: underline;
}
.fancy-banner-one_87907d3c8c2c1df4 h3 {
  font-size: 48px;
  margin-bottom: -5px;
}
.fancy-banner-one_87907d3c8c2c1df4 p {
  color: rgba(25, 53, 45, 0.6);
}

.fancy-banner-three_ddad0ba9b47c6eb6 {
  background: url(../visuals/media/img_17.jpg) no-repeat center;
  background-size: cover;
  padding: 80px 0;
  z-index: 1;
}
.fancy-banner-three_ddad0ba9b47c6eb6:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #174034;
  mix-blend-mode: darken;
}
.fancy-banner-three_ddad0ba9b47c6eb6 .title-one_5036720e9bc3bd06 h2 {
  font-size: 58px;
}
.fancy-banner-three_ddad0ba9b47c6eb6 .quote-btn_e0e4a2c4ab49e417 {
  width: 200px;
  height: 200px;
  padding: 16px;
  background: #FFE86B;
}
.fancy-banner-three_ddad0ba9b47c6eb6 .quote-btn_e0e4a2c4ab49e417:hover {
  transform: rotate(15deg);
}
.fancy-banner-three_ddad0ba9b47c6eb6 .quote-btn_e0e4a2c4ab49e417.color-two_e7653f7243d2356b {
  background: #CFFF45;
}

.fancy-banner-four_5e388afdea61efd5 {
  background: #DCEFF0;
  z-index: 1;
}
.fancy-banner-four_5e388afdea61efd5:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: url(../visuals/shape_e5a04e9c4d/shape_10.svg) no-repeat left bottom;
  background-size: cover;
}
.fancy-banner-four_5e388afdea61efd5 ul li {
  font-size: 28px;
  color: #000;
  position: relative;
  padding-left: 42px;
  margin-bottom: 13px;
}
.fancy-banner-four_5e388afdea61efd5 ul li:after {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  font-size: 0.95em;
  top: 3px;
  left: 0;
  color: #000;
}
.fancy-banner-four_5e388afdea61efd5 .platform-button-group_4b76761071ee5406 a {
  width: 190px;
  height: 58px;
  padding: 0 5px 0 25px;
  margin: 10px 20px 0 0;
  background: #1B1B1B;
  color: #fff;
  text-align: left;
  transition: all 0.3s ease-in-out;
}
.fancy-banner-four_5e388afdea61efd5 .platform-button-group_4b76761071ee5406 a:hover {
  transform: translateY(-5px);
  box-shadow: -5px 10px 30px rgba(0, 0, 0, 0.05);
}
.fancy-banner-four_5e388afdea61efd5 .platform-button-group_4b76761071ee5406 a .icon_578908cd09cb4940 {
  margin-right: 14px;
}
.fancy-banner-four_5e388afdea61efd5 .platform-button-group_4b76761071ee5406 a span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  line-height: initial;
  margin-bottom: -3px;
}
.fancy-banner-four_5e388afdea61efd5 .platform-button-group_4b76761071ee5406 a strong {
  font-weight: 500;
  display: block;
}
.fancy-banner-four_5e388afdea61efd5 .platform-button-group_4b76761071ee5406 a.ios-button_00d3fffc462a51fa {
  background: #fff;
  border-color: #DADADA;
}
.fancy-banner-four_5e388afdea61efd5 .platform-button-group_4b76761071ee5406 a.ios-button_00d3fffc462a51fa span {
  color: #999999;
}
.fancy-banner-four_5e388afdea61efd5 .platform-button-group_4b76761071ee5406 a.ios-button_00d3fffc462a51fa strong {
  color: #000;
}

.fancy-banner-five_e7a6e02257f6e92e {
  background: url(../visuals/media/img_31.jpg) no-repeat center;
  background-size: cover;
  z-index: 1;
}
.fancy-banner-five_e7a6e02257f6e92e.no-bg_322a4b2bf36bad46 {
  background: none;
}
.fancy-banner-five_e7a6e02257f6e92e.no-bg_322a4b2bf36bad46:before {
  display: none;
}
.fancy-banner-five_e7a6e02257f6e92e.no-bg_322a4b2bf36bad46 .bg-wrapper_4f0520f23fe66699 {
  background: url(../visuals/media/img_33.jpg) no-repeat center;
  background-size: cover;
}
.fancy-banner-five_e7a6e02257f6e92e.no-bg_322a4b2bf36bad46 .bg-wrapper_4f0520f23fe66699 .video-icon_a6e3abbb3297d64e {
  width: 185px;
  height: 185px;
  background: #DFFF5E;
}
.fancy-banner-five_e7a6e02257f6e92e:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #113D2F;
  mix-blend-mode: hard-light;
}
.fancy-banner-five_e7a6e02257f6e92e h2 {
  font-size: 100px;
  line-height: 1.1em;
}
.fancy-banner-five_e7a6e02257f6e92e .video-icon_a6e3abbb3297d64e {
  width: 200px;
  height: 200px;
  padding: 22px;
  background: #FFE86B;
}
.fancy-banner-five_e7a6e02257f6e92e .video-icon_a6e3abbb3297d64e:hover {
  transform: rotate(15deg);
}

.fancy-banner-six_75ad41855c77262b {
  background: url(../visuals/media/img_34.jpg) no-repeat center;
  background-size: cover;
  z-index: 1;
}
.fancy-banner-six_75ad41855c77262b h2 {
  font-size: 85px;
  line-height: 1.117em;
}
.fancy-banner-six_75ad41855c77262b .video-icon_a6e3abbb3297d64e {
  width: 200px;
  height: 200px;
  padding: 22px;
  background: #FFE86B;
}
.fancy-banner-six_75ad41855c77262b .video-icon_a6e3abbb3297d64e:hover {
  transform: rotate(15deg);
}

.fancy-banner-seven_a4eed2c8dcce5b7b .bg-wrapper_4f0520f23fe66699 {
  background: url(../visuals/media/img_50.jpg) no-repeat center;
  background-size: cover;
}
.fancy-banner-seven_a4eed2c8dcce5b7b .bg-wrapper_4f0520f23fe66699:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 70%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 14.17%, rgba(0, 0, 0, 0.8) 101.25%);
  transform: rotate(-180deg);
  z-index: -1;
}
.fancy-banner-seven_a4eed2c8dcce5b7b .bg-wrapper_4f0520f23fe66699:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.58) 47.84%, rgba(0, 0, 0, 0.87) 100%);
  z-index: -1;
}
.fancy-banner-seven_a4eed2c8dcce5b7b .bg-wrapper_4f0520f23fe66699 li {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5em;
  color: #000;
  padding: 18px 80px 25px 68px;
  border-radius: 20px;
  background: #fff;
  margin: 12px 0;
  position: relative;
}
.fancy-banner-seven_a4eed2c8dcce5b7b .bg-wrapper_4f0520f23fe66699 li:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #29594B;
  left: 27px;
  top: 27px;
  transition: all 0.2s ease-in-out 0s;
}
.fancy-banner-seven_a4eed2c8dcce5b7b .bg-wrapper_4f0520f23fe66699 li:after {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 21px;
  left: 31px;
  color: #fff;
  font-size: 16px;
  transition: all 0.2s ease-in-out 0s;
}
.fancy-banner-seven_a4eed2c8dcce5b7b .bg-wrapper_4f0520f23fe66699 li:hover:before {
  background: #CFFF45;
}
.fancy-banner-seven_a4eed2c8dcce5b7b .bg-wrapper_4f0520f23fe66699 li:hover:after {
  color: #000;
}
.fancy-banner-seven_a4eed2c8dcce5b7b .bg-wrapper_4f0520f23fe66699 .shape_01_06177650927eb051 {
  bottom: 17%;
  left: 36%;
  max-width: 11%;
  z-index: 0;
}

.fancy-banner-eight_f037327a34ab8256 .bg-wrapper_4f0520f23fe66699 {
  background: #F3F8F7;
  padding: 30px 75px 0;
}
.fancy-banner-eight_f037327a34ab8256 .media-wrapper_1d14bb11b4a8e76d {
  padding: 0 38px;
  margin-bottom: -6px;
}
.fancy-banner-eight_f037327a34ab8256 .media-wrapper_1d14bb11b4a8e76d .shape_01_06177650927eb051 {
  width: 100%;
  bottom: 0;
  left: 0;
}
.fancy-banner-eight_f037327a34ab8256 .shape_02_e7c35f1ba8642ba2 {
  right: -123px;
  bottom: -5px;
}

.newsletter-banner_9f3dcd79c38e5fc3 .main-wrapper_01d3afba066bdd26 {
  padding: 50px 0 45px;
}
.newsletter-banner_9f3dcd79c38e5fc3 .main-wrapper_01d3afba066bdd26.top-border_0d1875d6a8ee43a5 {
  border-top: 1px solid #E2E2E2;
}
.newsletter-banner_9f3dcd79c38e5fc3 .main-wrapper_01d3afba066bdd26.bottom-border_52cf29ca0809a885 {
  border-bottom: 1px solid #E2E2E2;
}
.newsletter-banner_9f3dcd79c38e5fc3 h2 {
  font-size: 50px;
}
.newsletter-banner_9f3dcd79c38e5fc3 form {
  max-width: 510px;
}
.newsletter-banner_9f3dcd79c38e5fc3 form input {
  width: calc(100% - 75px);
  font-size: 18px;
  padding: 0 30px;
  height: 60px;
  background: #F6F6F6;
  border: none;
  border-radius: 35px;
}
.newsletter-banner_9f3dcd79c38e5fc3 form button {
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 28px;
  color: #fff;
  background: #101010;
}
.newsletter-banner_9f3dcd79c38e5fc3 form button:hover, .newsletter-banner_9f3dcd79c38e5fc3 form button:focus {
  background: #29594B;
}
.newsletter-banner_9f3dcd79c38e5fc3 form button.color-two_e7653f7243d2356b {
  background: #29594B;
}
.newsletter-banner_9f3dcd79c38e5fc3 form button.color-two_e7653f7243d2356b:hover, .newsletter-banner_9f3dcd79c38e5fc3 form button.color-two_e7653f7243d2356b:focus {
  background: #000;
}
.newsletter-banner_9f3dcd79c38e5fc3 form p {
  font-size: 18px;
}
.newsletter-banner_9f3dcd79c38e5fc3 form p a:hover {
  text-decoration: underline;
}
.newsletter-banner_9f3dcd79c38e5fc3.white-vr_e41f95e766080608 .main-wrapper_01d3afba066bdd26 {
  padding-top: 100px;
}
.newsletter-banner_9f3dcd79c38e5fc3.white-vr_e41f95e766080608 .bottom-border_52cf29ca0809a885 {
  border-bottom: 1px dashed #37665c;
}
.newsletter-banner_9f3dcd79c38e5fc3.white-vr_e41f95e766080608 form button {
  background: #E6FD5A;
  color: #19352D;
}
.newsletter-banner_9f3dcd79c38e5fc3.white-vr_e41f95e766080608 form p {
  color: rgba(255, 255, 255, 0.6);
}
.newsletter-banner_9f3dcd79c38e5fc3.white-vr_e41f95e766080608 form p a {
  color: #E6FD5A;
}

.inner-banner-one_a400bab0bcac7bdd {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: 1;
}
.inner-banner-one_a400bab0bcac7bdd::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 35%;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.53) 0%, rgba(0, 0, 0, 0) 100%);
}
.inner-banner-one_a400bab0bcac7bdd::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  color: #000;
}

.inner-banner-one_a400bab0bcac7bdd .pager_e61f9917a1bfd1b4 li>a {
  color: #000;
}
.inner-banner-one_a400bab0bcac7bdd .pager_e61f9917a1bfd1b4 li>a:hover {
  color: #89cff0!important;
}
.inner-banner-one_a400bab0bcac7bdd .pager_e61f9917a1bfd1b4 li {
  color: #797979!important;
}

.inner-banner-one_a400bab0bcac7bdd + .blog-details_b6c298a8e36ee494 {
  margin-top: 15px;
}

.blog-details_b6c298a8e36ee494 {
  margin-top: 150px;
}

.inner-banner-one_a400bab0bcac7bdd .hero-heading_438afa4bb8efa68b {
  font-weight: 700;
  font-size: 85px;
  line-height: 1.023em;
  z-index: 1;
  padding: 10px 10px 23px 22px;
}
.inner-banner-one_a400bab0bcac7bdd .hero-heading_438afa4bb8efa68b img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  max-height: 100%;
}
.inner-banner-one_a400bab0bcac7bdd .pager_e61f9917a1bfd1b4 {
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
}
.inner-banner-one_a400bab0bcac7bdd .pager_e61f9917a1bfd1b4 li {
  color: rgba(255, 255, 255, 0.5);
  margin-right: 5px;
}
.inner-banner-one_a400bab0bcac7bdd .pager_e61f9917a1bfd1b4 li:last-child {
  margin: 0;
  color: #fff;
}
.inner-banner-one_a400bab0bcac7bdd .pager_e61f9917a1bfd1b4 li a {
  transition: all 0.2s ease-in-out 0s;
}
.inner-banner-one_a400bab0bcac7bdd .pager_e61f9917a1bfd1b4 li a:hover {
  color: #fff;
}
.inner-banner-one_a400bab0bcac7bdd .tag_22cc9aa5585b37ee {
  display: inline-block;
  line-height: 25px;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
}

.inner-banner-two_e2174d567ede2f5c {
  z-index: 1;
}
.inner-banner-two_e2174d567ede2f5c .pager_e61f9917a1bfd1b4 {
  border-bottom: 1px solid #0A4020;
  padding-bottom: 2px;
}
.inner-banner-two_e2174d567ede2f5c .pager_e61f9917a1bfd1b4 li {
  color: #000;
}
.inner-banner-two_e2174d567ede2f5c .pager_e61f9917a1bfd1b4 li:nth-child(even) {
  padding: 0 5px;
}
.inner-banner-two_e2174d567ede2f5c .pager_e61f9917a1bfd1b4 li a {
  color: rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease-in-out 0s;
}
.inner-banner-two_e2174d567ede2f5c .pager_e61f9917a1bfd1b4 li a:hover {
  color: #000;
}
.inner-banner-two_e2174d567ede2f5c .hero-heading_438afa4bb8efa68b {
  font-weight: 700;
  font-size: 85px;
  line-height: 1.023em;
  margin: 22px 0 40px;
}
.inner-banner-two_e2174d567ede2f5c .tag_22cc9aa5585b37ee {
  display: inline-block;
  line-height: 25px;
  border: 1px solid #19352D;
  border-radius: 30px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #19352D;
  text-transform: uppercase;
}
.inner-banner-two_e2174d567ede2f5c .shape_01_06177650927eb051 {
  left: 0%;
  bottom: 10%;
  width: 18.23%;
  animation: jumpTwo 6s infinite linear;
}
.inner-banner-two_e2174d567ede2f5c .shape_02_e7c35f1ba8642ba2 {
  right: 2%;
  bottom: 14%;
  width: 14.52%;
  animation: jumpThree 6s infinite linear;
}
.inner-banner-two_e2174d567ede2f5c .shape_03_ab7072a230d34270 {
  left: 24%;
  top: 33%;
  width: 2.2%;
  animation: rotated 50s infinite linear;
}
.inner-banner-two_e2174d567ede2f5c .shape_04_f043ac18f6544f13 {
  right: 21%;
  bottom: 30%;
  width: 1.65%;
  animation: rotated 50s infinite linear;
}

.block-feature-one_38841adf2c4a8755 {
  z-index: 1;
}
.block-feature-one_38841adf2c4a8755:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 17%;
  background: #EBF3EE;
  z-index: -1;
}
.block-feature-one_38841adf2c4a8755 .upper-wrapper_1cef379291c42aeb {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
}
.block-feature-one_38841adf2c4a8755 .section-subheading_042ff2c77f708986 {
  position: absolute;
  right: 0;
  top: 0;
  width: 37%;
}
.block-feature-one_38841adf2c4a8755 .shape_01_06177650927eb051 {
  width: 2.3%;
  top: 10%;
  left: 10%;
}
.block-feature-one_38841adf2c4a8755 .shape_02_e7c35f1ba8642ba2 {
  width: 1.5%;
  bottom: 6%;
  right: 9%;
}

.block-feature-two_59a2310a7143215c .wrapper_24adf4de84176411 {
  border-top: 1px dashed #CACACA;
  border-bottom: 1px dashed #CACACA;
}
.block-feature-two_59a2310a7143215c .border-line_1736e55e0270bea3 {
  border-left: 1px dashed #CACACA;
  border-right: 1px dashed #CACACA;
}
.block-feature-two_59a2310a7143215c .numb_701bfa65c17538d6 {
  display: inline-block;
  font-size: 90px;
  letter-spacing: -1px;
  color: #19352D;
  position: relative;
}
.block-feature-two_59a2310a7143215c .numb_701bfa65c17538d6::before {
  content: "";
  position: absolute;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background: #CFFF45;
  right: 8px;
  top: 27px;
  z-index: -1;
}

.block-feature-three_3bceb598db81896a {
  z-index: 1;
}
.block-feature-three_3bceb598db81896a:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 34%;
  bottom: 0;
  background: #EBF3EE;
  z-index: -1;
}
.block-feature-three_3bceb598db81896a.no-bg_322a4b2bf36bad46:before {
  display: none;
}
.block-feature-three_3bceb598db81896a .section-btn_043ec1952fb58ee9 {
  position: absolute;
  right: 0;
  top: 68px;
}
.block-feature-three_3bceb598db81896a .block-title_1fd64f0b4dc72ea4 a {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25em;
  color: #19352D;
}
.block-feature-three_3bceb598db81896a .block-title_1fd64f0b4dc72ea4 a:hover {
  text-decoration: underline;
}
.block-feature-three_3bceb598db81896a .round-btn_c569e515e8a2358e {
  font-size: 18px;
  font-weight: 900;
  color: #29594B;
  width: 38px;
  height: 38px;
  border: 1px solid #29594B;
}
.block-feature-three_3bceb598db81896a .round-btn_c569e515e8a2358e:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #19352D;
}
.block-feature-three_3bceb598db81896a .block-one_e29073203a8b6600 {
  background: url(../visuals/media/img_05.jpg) no-repeat center;
  background-size: cover;
  height: 470px;
}
.block-feature-three_3bceb598db81896a .block-one_e29073203a8b6600 .tag_22cc9aa5585b37ee {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  line-height: 25px;
  border: 1px solid #000;
  padding: 0 10px;
}
.block-feature-three_3bceb598db81896a .block-one_e29073203a8b6600 .block-title_1fd64f0b4dc72ea4 {
  background: url(../visuals/shape_e5a04e9c4d/shape_02.svg) no-repeat right top;
  background-size: cover;
  border-radius: 25px;
  padding: 12px 0 18px 18px;
}
.block-feature-three_3bceb598db81896a .block-two_99ff87d65533adda {
  overflow: hidden;
}
.block-feature-three_3bceb598db81896a .block-two_99ff87d65533adda .img-wrapper_428bf7f026a76d88 {
  background: url(../visuals/media/img_06.jpg) no-repeat center;
  background-size: cover;
  width: 42%;
}
.block-feature-three_3bceb598db81896a .block-two_99ff87d65533adda .text-wrapper_222bbde0f9a24bce {
  width: 58%;
  padding: 30px 30px 35px 60px;
}
.block-feature-three_3bceb598db81896a .block-two_99ff87d65533adda .tag_22cc9aa5585b37ee {
  font-size: 13px;
  letter-spacing: 1px;
  color: white;
  line-height: 27px;
  border-radius: 17px;
  background: #29594B;
  padding: 0 17px;
}
.block-feature-three_3bceb598db81896a .block-three_c89b0cf21f64813d {
  background: #D3FF76;
}
.block-feature-three_3bceb598db81896a .block-three_c89b0cf21f64813d .tag_22cc9aa5585b37ee {
  font-size: 13px;
  letter-spacing: 1px;
  color: white;
  line-height: 27px;
  border-radius: 17px;
  background: #29594B;
  padding: 0 17px;
}
.block-feature-three_3bceb598db81896a .block-three_c89b0cf21f64813d .round-btn_c569e515e8a2358e {
  background: #fff;
  border-color: #fff;
}
.block-feature-three_3bceb598db81896a .block-three_c89b0cf21f64813d .round-btn_c569e515e8a2358e:hover {
  background: #29594B;
  border-color: #29594B;
  color: #fff;
}
.block-feature-three_3bceb598db81896a .block-four_36bc7cd142a1336e {
  background: url(../visuals/media/img_07.jpg) no-repeat center;
  background-size: cover;
}
.block-feature-three_3bceb598db81896a .block-four_36bc7cd142a1336e .block-title_1fd64f0b4dc72ea4 {
  background: url(../visuals/shape_e5a04e9c4d/shape_03.svg) no-repeat right top;
  background-size: cover;
  border-radius: 18px;
  padding: 12px 16px 12px 18px;
}
.block-feature-three_3bceb598db81896a .block-four_36bc7cd142a1336e .block-title_1fd64f0b4dc72ea4 a {
  font-size: 28px;
}
.block-feature-three_3bceb598db81896a .block-four_36bc7cd142a1336e .tag_22cc9aa5585b37ee {
  font-size: 13px;
  letter-spacing: 1px;
  color: #29594B;
  line-height: 27px;
  border-radius: 17px;
  background: #fff;
  padding: 0 17px;
}
.block-feature-three_3bceb598db81896a .block-four_36bc7cd142a1336e .round-btn_c569e515e8a2358e {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.block-feature-three_3bceb598db81896a .block-four_36bc7cd142a1336e .round-btn_c569e515e8a2358e:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #000;
}
.block-feature-three_3bceb598db81896a .block-five_dab2da36e5c4ec9e {
  background: url(../visuals/blog/blog_img_05.jpg) no-repeat center;
  background-size: cover;
  height: 358px;
}
.block-feature-three_3bceb598db81896a .block-five_dab2da36e5c4ec9e .tag_22cc9aa5585b37ee {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  line-height: 25px;
  border: 1px solid #000;
  padding: 0 10px;
}
.block-feature-three_3bceb598db81896a .block-five_dab2da36e5c4ec9e .block-title_1fd64f0b4dc72ea4 {
  background: url(../visuals/shape_e5a04e9c4d/shape_29.svg) no-repeat right top;
  background-size: cover;
  border-radius: 15px;
  padding: 12px 10px 18px 18px;
}

.block-feature-four_5bc9c95a71a1f786 {
  z-index: 1;
}
.block-feature-four_5bc9c95a71a1f786 .shape_01_06177650927eb051 {
  top: 0;
  left: 7%;
  width: 2.52%;
  min-width: 28px;
  animation: rotated 50s infinite linear;
}
.block-feature-four_5bc9c95a71a1f786 .shape_02_e7c35f1ba8642ba2 {
  bottom: 2%;
  right: 7%;
  width: 1.8%;
  min-width: 22px;
  animation: rotated 48s infinite linear;
}

.block-feature-five_774f72ad3324c8bf {
  z-index: 1;
}
.block-feature-five_774f72ad3324c8bf:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  background: url(../visuals/shape_e5a04e9c4d/shape_09.svg) no-repeat right bottom;
  background-size: cover;
  z-index: -1;
}
.block-feature-five_774f72ad3324c8bf .section-btn_043ec1952fb58ee9 {
  position: absolute;
  right: 0;
  top: 75px;
}
.block-feature-five_774f72ad3324c8bf .shape_01_06177650927eb051 {
  right: 6%;
  bottom: 5%;
  width: 1%;
  animation: rotated 50s infinite linear;
}

.block-feature-six_e59c9b9515431524 {
  background: #DCEFF0;
  z-index: 1;
}
.block-feature-six_e59c9b9515431524:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: url(../visuals/shape_e5a04e9c4d/shape_10.svg) no-repeat center;
  background-size: cover;
}
.block-feature-six_e59c9b9515431524.bg-two_9e89accd2e163898 {
  background: #EBF3EE;
}
.block-feature-six_e59c9b9515431524.bg-two_9e89accd2e163898:before {
  display: none;
}
.block-feature-six_e59c9b9515431524 .shape_01_06177650927eb051 {
  bottom: 12%;
  left: 8%;
  width: 10%;
}
.block-feature-six_e59c9b9515431524 .shape_02_e7c35f1ba8642ba2 {
  bottom: 39%;
  left: 30%;
  width: 2.5%;
}

.block-feature-seven_88e0e90e59e121e2 {
  z-index: 1;
}
.block-feature-seven_88e0e90e59e121e2 .shape_01_06177650927eb051 {
  top: 2%;
  right: 0;
  animation: rotated 50s infinite linear;
}

.block-feature-eight_dae5117092a32732 {
  background: url(../visuals/assets_77a3fbc133/bg_02.svg) no-repeat center;
  background-size: cover;
  z-index: 1;
}
.block-feature-eight_dae5117092a32732 .section-btn_043ec1952fb58ee9 {
  position: absolute;
  right: 0;
  top: 72px;
}
.block-feature-eight_dae5117092a32732 .shape_01_06177650927eb051 {
  width: 40px;
  bottom: -20px;
  left: 25%;
  animation: rotated 50s infinite linear;
}

.block-feature-nine_3074f578682515ad {
  z-index: 1;
  background: #000;
  border-radius: 30px 30px 100px 100px;
}
.block-feature-nine_3074f578682515ad:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 39%;
  left: 0;
  top: 0;
  background: #EDF8EB;
  border-radius: 30px 30px 0 0;
  z-index: -1;
}
.block-feature-nine_3074f578682515ad:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  left: 0;
  top: 0;
  background: #000;
  z-index: -1;
}
.block-feature-nine_3074f578682515ad .heading_9d424a5353c5db59 {
  font-size: 85px;
  line-height: 1.411em;
}
.block-feature-nine_3074f578682515ad .heading_9d424a5353c5db59 span {
  color: #DFFF5E;
  text-decoration-line: underline;
  text-decoration-thickness: 4px;
}
.block-feature-nine_3074f578682515ad .heading_9d424a5353c5db59 a {
  width: 110px;
  height: 110px;
  display: inline-flex;
  align-items: center;
  background: #DFFF5E;
  border-radius: 50%;
  position: relative;
  margin-left: 100px;
  transition: all 0.2s ease-in-out 0s;
}
.block-feature-nine_3074f578682515ad .heading_9d424a5353c5db59 a:before {
  content: "";
  position: absolute;
  width: 85px;
  height: 3px;
  left: -85px;
  top: calc(50% - 3px);
  background: #fff;
}
.block-feature-nine_3074f578682515ad .heading_9d424a5353c5db59 a:hover {
  background: #E6FD5A;
}
.block-feature-nine_3074f578682515ad .shape_01_06177650927eb051 {
  right: 0;
  top: 5%;
  width: 4%;
}
.block-feature-nine_3074f578682515ad .shape_02_e7c35f1ba8642ba2 {
  left: 7%;
  bottom: 0;
  width: 8.4%;
}
.block-feature-nine_3074f578682515ad .shape_03_ab7072a230d34270 {
  right: 5%;
  bottom: 5%;
}

.block-feature-ten_05219666cfebc09c .shape_01_06177650927eb051 {
  top: 1%;
  right: 5%;
  width: 2%;
}
.block-feature-ten_05219666cfebc09c .line-wrapper_b0be771146fd4c79:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #e5e5e5;
  left: 0;
  top: 50%;
}

.block-feature-eleven_ed6c7428e6d5060b {
  z-index: 1;
}
.block-feature-eleven_ed6c7428e6d5060b .slider-wrapper_5164af3c7c5c1f74 {
  width: 78vw;
}
.block-feature-eleven_ed6c7428e6d5060b .slider-wrapper_5164af3c7c5c1f74 .slick-dots_0777d5a220a370e4 {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: -140px;
}
.block-feature-eleven_ed6c7428e6d5060b .slider-wrapper_5164af3c7c5c1f74 .slick-dots_0777d5a220a370e4 li button {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #1F5E59;
}
.block-feature-eleven_ed6c7428e6d5060b .slider-wrapper_5164af3c7c5c1f74 .slick-dots_0777d5a220a370e4 .slick-active button {
  background: #1F5E59;
}
.block-feature-eleven_ed6c7428e6d5060b .shape_01_06177650927eb051 {
  left: 0;
  bottom: 0;
  max-width: 13.4%;
}

.block-feature-twelve_f3d687d6720b82bd {
  background: #EDF1EE;
  z-index: 1;
}
.block-feature-twelve_f3d687d6720b82bd .shape_01_06177650927eb051 {
  right: 0;
  top: 12%;
  max-width: 13.4%;
}

.block-feature-thirteen_3d6eab3cfae3d5b2 .upper-wrapper_1cef379291c42aeb {
  border-bottom: 1px solid #E6E6E6;
}
.block-feature-thirteen_3d6eab3cfae3d5b2 .upper-wrapper_1cef379291c42aeb .shape_01_06177650927eb051 {
  right: 6%;
  bottom: 16%;
}
.block-feature-thirteen_3d6eab3cfae3d5b2 .line-loop_3e0e5720f918b9b9:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 130%;
  right: 0;
  top: 57%;
  background: #E6E6E6;
  z-index: -1;
}
.block-feature-thirteen_3d6eab3cfae3d5b2 .graph-panel_a76c1e7e0997ea11 {
  border-right: 1px solid #E6E6E6;
}
.block-feature-thirteen_3d6eab3cfae3d5b2 .graph-panel_a76c1e7e0997ea11 .main-count_bc2ec5aa4f2d3ff6 {
  font-size: 120px;
}
.block-feature-thirteen_3d6eab3cfae3d5b2 .graph-panel_a76c1e7e0997ea11 .chart-box_16d3ab2dd76bfb8f {
  padding: 0 15px;
}
.block-feature-thirteen_3d6eab3cfae3d5b2 .graph-panel_a76c1e7e0997ea11 .chart-box_16d3ab2dd76bfb8f .chart-inner_d2eaa780dd93a3ae {
  width: 120px;
  background: #196164;
}

.block-feature-fourteen_885e3ae59963ba34 .section-subheading_042ff2c77f708986 {
  position: absolute;
  right: 0;
  top: 0;
  width: 37%;
}
.block-feature-fourteen_885e3ae59963ba34 .shape_01_06177650927eb051 {
  max-width: 4%;
  top: 13%;
  left: 48%;
  animation: rotated 48s infinite linear;
}

.block-feature-fifteen_69f62927234651e9 .shape_01_06177650927eb051 {
  max-width: 4%;
  top: 3%;
  left: 2%;
  animation: rotated 48s infinite linear;
}
.block-feature-fifteen_69f62927234651e9 .line-btn_d313cbbda9baa43a:before, .block-feature-fifteen_69f62927234651e9 .line-btn_d313cbbda9baa43a:after {
  content: "";
  position: absolute;
  width: calc(50% - 150px);
  height: 1px;
  background: #E3E3E3;
  top: 32px;
  left: 0;
}
.block-feature-fifteen_69f62927234651e9 .line-btn_d313cbbda9baa43a:after {
  left: auto;
  right: 0;
}

.block-feature-sixteen_d666267ae01ff8c6 .media-img_34fca4988db112d7 {
  border-radius: 30px;
}
.block-feature-sixteen_d666267ae01ff8c6 .shape_01_06177650927eb051 {
  top: 31%;
  left: 50%;
}

.block-feature-seventeen_dea3a119390dfe8a .section-subheading_042ff2c77f708986 {
  position: absolute;
  right: 0;
  top: 0;
  width: 37%;
}
.block-feature-seventeen_dea3a119390dfe8a .shape_01_06177650927eb051 {
  max-width: 8%;
  top: 12%;
  left: 43%;
}

.block-feature-eighteen_07fd720f3bdf6f14 {
  background: url(../visuals/media/img_52.jpg) no-repeat left top;
  background-size: cover;
}
.block-feature-eighteen_07fd720f3bdf6f14:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.44) 24.81%, rgba(0, 0, 0, 0) 94.81%);
  top: 0;
  left: 0;
  z-index: -1;
}
.block-feature-eighteen_07fd720f3bdf6f14 .video-icon_a6e3abbb3297d64e {
  width: 170px;
  height: 170px;
  color: #000;
  padding: 20px;
  background: #FFDB1E;
}
.block-feature-eighteen_07fd720f3bdf6f14 .video-icon_a6e3abbb3297d64e:hover {
  background: #DFFF5E;
}
.block-feature-eighteen_07fd720f3bdf6f14 .bg-wrapper_4f0520f23fe66699 {
  padding: 48px 60px 60px;
  border-radius: 20px;
  background: #144D41;
}
.block-feature-eighteen_07fd720f3bdf6f14 .bg-wrapper_4f0520f23fe66699 ul {
  position: relative;
  z-index: 1;
}
.block-feature-eighteen_07fd720f3bdf6f14 .bg-wrapper_4f0520f23fe66699 ul:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 96%;
  border-left: 1px dashed rgba(255, 255, 255, 0.3);
  left: 20px;
  top: 2%;
  z-index: -1;
}
.block-feature-eighteen_07fd720f3bdf6f14 .bg-wrapper_4f0520f23fe66699 ul li {
  position: relative;
  background: #fff;
  border-radius: 45px;
  padding: 9px 45px 9px 25px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2em;
  color: #1F5E59;
  display: inline-block;
  margin-bottom: 35px;
  margin-left: 52px;
}
.block-feature-eighteen_07fd720f3bdf6f14 .bg-wrapper_4f0520f23fe66699 ul li:last-child {
  margin-bottom: 0;
}
.block-feature-eighteen_07fd720f3bdf6f14 .bg-wrapper_4f0520f23fe66699 ul li:before {
  content: url(../visuals/icon_075a0fe54d/icon_111.svg);
  position: absolute;
  left: -52px;
  top: 0;
}
.block-feature-eighteen_07fd720f3bdf6f14 .bg-wrapper_4f0520f23fe66699 .more-btn_f56776dd8959dfe1 {
  border-radius: 30px;
  padding: 5px 5px 5px 25px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  border: 1px solid #fff;
}
.block-feature-eighteen_07fd720f3bdf6f14 .bg-wrapper_4f0520f23fe66699 .more-btn_f56776dd8959dfe1 .icon_578908cd09cb4940 {
  width: 40px;
  height: 40px;
  background: #FFDB1E;
}
.block-feature-eighteen_07fd720f3bdf6f14 .bg-wrapper_4f0520f23fe66699 .more-btn_f56776dd8959dfe1:hover {
  background: #fff;
  color: #1F5E59;
}

.text-feature-one_1d0786588d7fd9f8 .line-wrapper_b0be771146fd4c79 {
  border-top: 1px dashed #d7d7d7;
  border-bottom: 1px dashed #d7d7d7;
}
.text-feature-one_1d0786588d7fd9f8 .line-wrapper_b0be771146fd4c79 .shape_01_06177650927eb051 {
  width: 48px;
  bottom: 12%;
  left: 32%;
  animation: rotated 48s infinite linear;
}
.text-feature-one_1d0786588d7fd9f8 .card-style-three_91a75f4a24cf4636 {
  border-left: 1px dashed #d7d7d7;
  border-bottom: 1px dashed #d7d7d7;
  padding-left: 100px;
}
.text-feature-one_1d0786588d7fd9f8 .card-style-three_91a75f4a24cf4636:last-child {
  border-bottom: none;
}
.text-feature-one_1d0786588d7fd9f8 .media-list-item_653f1062b1af0455 {
  height: 600px;
  width: 590px;
  background: url(../visuals/media/img_04.jpg) no-repeat center;
  background-size: cover;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.text-feature-one_1d0786588d7fd9f8 .media-list-item_653f1062b1af0455:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 0 0 30px 30px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 3.1%, #000000 100%);
  mix-blend-mode: overlay;
}
.text-feature-one_1d0786588d7fd9f8 .media-list-item_653f1062b1af0455 li {
  display: inline-block;
  font-weight: 500;
  color: #000;
  padding: 6px 50px 6px 50px;
  border-radius: 45px;
  background: #fff;
  margin: 7px 0;
  position: relative;
}
.text-feature-one_1d0786588d7fd9f8 .media-list-item_653f1062b1af0455 li:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #CFFF45;
  left: 10px;
  top: 7px;
  transition: all 0.2s ease-in-out 0s;
}
.text-feature-one_1d0786588d7fd9f8 .media-list-item_653f1062b1af0455 li:after {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 6px;
  left: 14px;
  color: #29594B;
  transition: all 0.2s ease-in-out 0s;
}
.text-feature-one_1d0786588d7fd9f8 .media-list-item_653f1062b1af0455 li:hover:before {
  background: #29594B;
}
.text-feature-one_1d0786588d7fd9f8 .media-list-item_653f1062b1af0455 li:hover:after {
  color: #fff;
}

.text-feature-two_8200a42b4f7c22fe {
  background: #0C3A30;
  z-index: 1;
}
.text-feature-two_8200a42b4f7c22fe .shape_01_06177650927eb051 {
  top: 16%;
  left: 3%;
  width: 2.3%;
  min-width: 28px;
  animation: rotated 50s infinite linear;
}
.text-feature-two_8200a42b4f7c22fe .shape_02_e7c35f1ba8642ba2 {
  bottom: 5%;
  right: 2%;
  width: 1.5%;
  min-width: 22px;
  animation: rotated 48s infinite linear;
}

.text-feature-three_1e6fb0fae75b5bce {
  z-index: 1;
}
.text-feature-three_1e6fb0fae75b5bce .counter-wrapper_ec23cb54143ab08c {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.text-feature-three_1e6fb0fae75b5bce .media-wrapper_1d14bb11b4a8e76d {
  background: url(../visuals/media/img_13.jpg) no-repeat center;
  background-size: cover;
  border-radius: 30px;
  z-index: 1;
  max-width: 590px;
}
.text-feature-three_1e6fb0fae75b5bce .media-wrapper_1d14bb11b4a8e76d .screen_01_3fb85668ed4b8c70 {
  right: -9%;
  top: 12%;
  width: 37.3%;
  border-radius: 10px;
  box-shadow: 10px 30px 50px rgba(0, 0, 0, 0.06);
}
.text-feature-three_1e6fb0fae75b5bce .media-wrapper_1d14bb11b4a8e76d .screen_02_dc9a74c55e066f65 {
  left: -11%;
  bottom: -9%;
  width: 65.5%;
}
.text-feature-three_1e6fb0fae75b5bce .media-wrapper_1d14bb11b4a8e76d .screen_03_3923ac36045ebde5 {
  left: -13%;
  bottom: -11%;
  width: 50.85%;
  box-shadow: 0px 35px 70px rgba(0, 0, 0, 0.06);
}
.text-feature-three_1e6fb0fae75b5bce .shape_01_06177650927eb051 {
  bottom: 2%;
  left: 39%;
  width: 2.3%;
  min-width: 28px;
  animation: rotated 50s infinite linear;
}

.text-feature-four_7894ad7e1eafd97b {
  z-index: 1;
}
.text-feature-four_7894ad7e1eafd97b .avatar_e1d35edef0ff3c72 {
  width: 65px;
  height: 65px;
}
.text-feature-four_7894ad7e1eafd97b .name {
  font-size: 28px;
}
.text-feature-four_7894ad7e1eafd97b .quote-text_0f747f584c5695b9 {
  font-size: 50px;
  line-height: 1.4em;
}
.text-feature-four_7894ad7e1eafd97b .shape_01_06177650927eb051 {
  top: 56%;
  left: 22%;
  animation: rotated 60s infinite linear;
}
.text-feature-four_7894ad7e1eafd97b .shape_02_e7c35f1ba8642ba2 {
  top: 12%;
  right: 9%;
  width: 16px;
  animation: rotated 50s infinite linear;
}

.text-feature-five_2a6f94cba78a5728 .bg-wrapper_4f0520f23fe66699 {
  background: #FFF2AC;
}
.text-feature-five_2a6f94cba78a5728 li {
  display: inline-block;
  font-weight: 500;
  color: #000;
  padding: 6px 50px 6px 50px;
  border-radius: 45px;
  background: #fff;
  margin: 7px 0;
  position: relative;
}
.text-feature-five_2a6f94cba78a5728 li:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #FFF2AC;
  left: 10px;
  top: 7px;
  transition: all 0.2s ease-in-out 0s;
}
.text-feature-five_2a6f94cba78a5728 li:after {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 6px;
  left: 14px;
  color: #29594B;
  transition: all 0.2s ease-in-out 0s;
}
.text-feature-five_2a6f94cba78a5728 li:hover:before {
  background: #29594B;
}
.text-feature-five_2a6f94cba78a5728 li:hover:after {
  color: #fff;
}
.text-feature-five_2a6f94cba78a5728 .media-wrapper_1d14bb11b4a8e76d {
  background: url(../visuals/media/img_20.jpg) no-repeat center;
  background-size: cover;
  z-index: 1;
}
.text-feature-five_2a6f94cba78a5728 .media-wrapper_1d14bb11b4a8e76d .video-icon_a6e3abbb3297d64e {
  width: 90px;
  height: 90px;
  background: #fff;
}
.text-feature-five_2a6f94cba78a5728 .media-wrapper_1d14bb11b4a8e76d .video-icon_a6e3abbb3297d64e:hover {
  background: #CFFF45;
}
.text-feature-five_2a6f94cba78a5728 .media-wrapper_1d14bb11b4a8e76d .screen_01_3fb85668ed4b8c70 {
  left: -9%;
  bottom: -9%;
  width: 46.3%;
  animation: jumpThree 5s infinite linear;
  box-shadow: 0px 35px 70px rgba(0, 0, 0, 0.06);
}

.text-feature-six_30c0e96c7893d53d {
  z-index: 1;
}
.text-feature-six_30c0e96c7893d53d .media-wrapper_1d14bb11b4a8e76d {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 63.64%;
  z-index: -1;
}
.text-feature-six_30c0e96c7893d53d .media-wrapper_1d14bb11b4a8e76d .screen_01_3fb85668ed4b8c70 {
  width: 61.1%;
  bottom: 32%;
  right: -4%;
  z-index: 1;
  animation: jumpThree 5s infinite linear;
}
.text-feature-six_30c0e96c7893d53d .shape_01_06177650927eb051 {
  left: 0;
  bottom: 23%;
  width: 12.3%;
}
.text-feature-six_30c0e96c7893d53d .shape_02_e7c35f1ba8642ba2 {
  top: 1%;
  right: 39%;
}

.text-feature-seven_4d5b14cea91bda1a ul li {
  font-weight: 500;
  color: #0E3E2F;
  position: relative;
  padding-left: 33px;
  margin-bottom: 22px;
}
.text-feature-seven_4d5b14cea91bda1a ul li:after {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 1px;
  left: 0;
}

.text-feature-nine_a972e0d3698c87d5 {
  background: url(../visuals/assets_77a3fbc133/bg_03.svg) no-repeat center bottom;
  background-size: cover;
  z-index: 1;
}
.text-feature-nine_a972e0d3698c87d5 .block_583b526c25d13453 .icon_578908cd09cb4940 {
  height: 50px;
}
.text-feature-nine_a972e0d3698c87d5 .vertical-text-wrapper_8287b9c84d989c2a {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  border-left: 1px solid rgba(254, 255, 252, 0.17);
}
.text-feature-nine_a972e0d3698c87d5 .vertical-text-wrapper_8287b9c84d989c2a .text-list_af331796ba1fe6fc {
  padding: 0 35px;
  font-weight: 700;
  font-size: 125px;
  letter-spacing: -2px;
  height: 20%;
  width: 100%;
  border-top: 1px solid rgba(254, 255, 252, 0.17);
  display: flex;
  align-items: center;
  justify-content: end;
  color: #FFFFFF;
  mix-blend-mode: overlay;
  opacity: 0.8;
}
.text-feature-nine_a972e0d3698c87d5 .vertical-text-wrapper_8287b9c84d989c2a .text-list_af331796ba1fe6fc:hover {
  color: #C5FF4A;
  opacity: 1;
  mix-blend-mode: normal;
}
.text-feature-nine_a972e0d3698c87d5 .vertical-text-wrapper_8287b9c84d989c2a .shape_01_06177650927eb051 {
  left: -83px;
  bottom: 21%;
  animation: jumpThree 6s infinite linear;
}
.text-feature-nine_a972e0d3698c87d5 .vertical-text-wrapper_8287b9c84d989c2a .shape_02_e7c35f1ba8642ba2 {
  left: 10%;
  top: 25%;
  animation: jumpFour 6s infinite linear;
}
.text-feature-nine_a972e0d3698c87d5 .shape_03_ab7072a230d34270 {
  left: 5%;
  top: 10%;
  animation: jumpFour 6s infinite linear;
}
.text-feature-nine_a972e0d3698c87d5 .shape_04_f043ac18f6544f13 {
  bottom: 0;
  left: 13%;
  width: 29%;
}

.team-section-one_6f8bae6fada2af51 .section-btn_043ec1952fb58ee9 {
  position: absolute;
  right: 0;
  top: 25px;
}

.team-section-two_dda9b10dd8c36369 {
  background: #fff;
  border: 1px solid #000;
}
.team-section-two_dda9b10dd8c36369 .section-btn_043ec1952fb58ee9 {
  position: absolute;
  right: 0;
  top: 30px;
}

.team-section-five_a1f027799eefeeb2 .shape_01_06177650927eb051 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.team-section-three_5abf9e0d6e2d6daf {
  z-index: 1;
}
.team-section-three_5abf9e0d6e2d6daf:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  background: url(../visuals/shape_e5a04e9c4d/shape_09.svg) no-repeat right bottom;
  background-size: cover;
  z-index: -1;
}
.team-section-three_5abf9e0d6e2d6daf .section-btn_043ec1952fb58ee9 {
  position: absolute;
  right: 0;
  top: 15px;
}
.team-section-three_5abf9e0d6e2d6daf .shape_01_06177650927eb051 {
  width: 2.3%;
  top: 17%;
  left: 39%;
}
.team-section-three_5abf9e0d6e2d6daf .shape_02_e7c35f1ba8642ba2 {
  width: 1.5%;
  bottom: 6%;
  right: 9%;
}
.team-section-three_5abf9e0d6e2d6daf .shape_03_ab7072a230d34270 {
  max-width: 22%;
  bottom: 0;
  right: 0;
}

.team-details_cc79da6303343348 .bg-wrapper_4f0520f23fe66699 {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.team-details_cc79da6303343348 .bg-wrapper_4f0520f23fe66699 .border-right_8923ee3284d5af2a {
  border-right: 1px solid #e9e9e9;
}
.team-details_cc79da6303343348 .bg-wrapper_4f0520f23fe66699 .member-img_5309255452042a85 {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.team-details_cc79da6303343348 .bg-wrapper_4f0520f23fe66699 .name {
  font-size: 32px;
}
.team-details_cc79da6303343348 .bg-wrapper_4f0520f23fe66699 .post_b8bc77d01304d669 {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.3);
}
.team-details_cc79da6303343348 .bg-wrapper_4f0520f23fe66699 h6 {
  font-size: 20px;
  padding: 42px 0 10px;
}
.team-details_cc79da6303343348 .bg-wrapper_4f0520f23fe66699 p {
  font-size: 18px;
}
.team-details_cc79da6303343348 .bg-wrapper_4f0520f23fe66699 .social-share_7b95e6e4e9ce2b1c li a {
  font-size: 20px;
  color: #19352D;
  margin-right: 20px;
}
.team-details_cc79da6303343348 .bg-wrapper_4f0520f23fe66699 .social-share_7b95e6e4e9ce2b1c li a:hover {
  color: #29594B;
}
.team-details_cc79da6303343348 .bg-wrapper_4f0520f23fe66699 h3 {
  font-size: 28px;
}
.team-details_cc79da6303343348 .bg-wrapper_4f0520f23fe66699 table {
  font-size: 18px;
}
.team-details_cc79da6303343348 .bg-wrapper_4f0520f23fe66699 table tr td:first-child {
  color: rgba(36, 64, 52, 0.6);
  padding: 13px 0;
}
.team-details_cc79da6303343348 .bg-wrapper_4f0520f23fe66699 table tr td:last-child {
  font-weight: 500;
  color: #19352D;
}

.faq-section-two_3177ece0f1704486 {
  z-index: 1;
}
.faq-section-two_3177ece0f1704486 .section-btn_043ec1952fb58ee9 {
  position: absolute;
  right: 0;
  top: 13px;
}
.faq-section-two_3177ece0f1704486 .shape_01_06177650927eb051 {
  top: 1%;
  right: 33%;
  width: 2.1%;
  min-width: 28px;
  animation: rotated 50s infinite linear;
}
.faq-section-two_3177ece0f1704486 .shape_02_e7c35f1ba8642ba2 {
  bottom: 3%;
  left: 5%;
  width: 2.1%;
  min-width: 28px;
  animation: rotated 50s infinite linear;
}

.faq-section-three_9c0dcd42de5ac123 .tab-content_162f9f258353c310 {
  background: #fff;
  border-radius: 30px;
  padding: 0 60px;
}
.faq-section-three_9c0dcd42de5ac123 .tab-content_162f9f258353c310 .accordion-style-one_239919c028e92492 .accordion-item_2241110119e0f35d:last-child {
  border-bottom: none;
}
.faq-section-three_9c0dcd42de5ac123 .tab-content_162f9f258353c310 .accordion-style-one_239919c028e92492 .accordion-item_2241110119e0f35d:first-child {
  border-top: none;
}
.faq-section-three_9c0dcd42de5ac123 nav .nav {
  border: none;
}
.faq-section-three_9c0dcd42de5ac123 nav .nav .nav-link {
  background: transparent;
  border: 0;
  border-radius: 30px;
  height: 36px;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.5);
  padding: 0 20px;
  margin: 0 2px 10px;
}
.faq-section-three_9c0dcd42de5ac123 nav .nav .nav-link.active {
  background: #29594B;
  color: #fff;
}

.pricing-section_85ce5ee03e961aae .contact-banner_fde7506646295883 {
  background: #fff;
  border-radius: 30px;
  z-index: 1;
  padding: 48px 45px;
}
.pricing-section_85ce5ee03e961aae .contact-banner_fde7506646295883 h2 {
  font-size: 42px;
  line-height: 1.238em;
  margin: 0;
}
.pricing-section_85ce5ee03e961aae .contact-banner_fde7506646295883 h2 span {
  font-weight: 700;
  font-style: italic;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
}
.pricing-section_85ce5ee03e961aae .contact-banner_fde7506646295883 .screen_01_3fb85668ed4b8c70 {
  left: 3%;
  top: 13%;
  width: 12.4%;
}

.pricing-nav_c63369c559d93a95 .nav {
  border: 2px solid #186560;
  border-radius: 10px;
  overflow: hidden;
}
.pricing-nav_c63369c559d93a95 .nav .nav-link {
  width: 150px;
  height: 61px;
  font-weight: 500;
  color: #186560;
  background: transparent;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}
.pricing-nav_c63369c559d93a95 .nav .nav-link.active {
  background: #186560;
  color: #fff;
}

.error-page_16ca0d505e613b63 {
  min-height: 100vh;
  padding: 200px 12px 50px;
  z-index: 1;
}
.error-page_16ca0d505e613b63 h1 {
  font-size: 140px;
  line-height: 1em;
}
.error-page_16ca0d505e613b63 h2 {
  font-size: 85px;
  padding: 32px 0 36px;
}
.error-page_16ca0d505e613b63 .shape_01_06177650927eb051 {
  right: 1%;
  bottom: 20%;
  width: 14.52%;
}
.error-page_16ca0d505e613b63 .shape_02_e7c35f1ba8642ba2 {
  left: 1%;
  bottom: 30%;
  width: 18.64%;
}

.accordion-style-one_239919c028e92492 .accordion-item_2241110119e0f35d {
  border: none;
  border-top: 1px solid #E0E0E0;
  border-radius: 0;
}
.accordion-style-one_239919c028e92492 .accordion-item_2241110119e0f35d .accordion-button_49ec08e8529e12c2 {
  font-weight: 500;
  font-size: 25px;
  line-height: 1.55em;
  color: #19352D;
  padding: 33px 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}
.accordion-style-one_239919c028e92492 .accordion-item_2241110119e0f35d .accordion-button_49ec08e8529e12c2:not(.collapsed) {
  padding-bottom: 20px;
}
.accordion-style-one_239919c028e92492 .accordion-item_2241110119e0f35d .accordion-button_49ec08e8529e12c2:not(.collapsed):after {
  content: "-";
  font-size: 40px;
}
.accordion-style-one_239919c028e92492 .accordion-item_2241110119e0f35d .accordion-button_49ec08e8529e12c2:after {
  content: "+";
  font-weight: 300;
  font-size: 32px;
  background: none;
  width: auto;
  height: auto;
}
.accordion-style-one_239919c028e92492 .accordion-item_2241110119e0f35d .accordion-body_a29be85cc134d301 {
  padding: 0 35px 20px 0;
}
.accordion-style-one_239919c028e92492 .accordion-item_2241110119e0f35d .accordion-body_a29be85cc134d301 p {
  margin: 0;
}
.accordion-style-one_239919c028e92492 .accordion-item_2241110119e0f35d:last-child {
  border-bottom: 1px solid #E0E0E0;
}

.accordion-style-two_123c5a4f56e8fcfa .accordion-item_2241110119e0f35d {
  border: none;
  background: #FFFAEB;
  border-radius: 0;
}
.accordion-style-two_123c5a4f56e8fcfa .accordion-item_2241110119e0f35d .accordion-button_49ec08e8529e12c2 {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.55em;
  color: #AEA78F;
  padding: 28px 50px;
  background: transparent;
  border-radius: 40px 40px 0 0;
  box-shadow: none;
}
.accordion-style-two_123c5a4f56e8fcfa .accordion-item_2241110119e0f35d .accordion-button_49ec08e8529e12c2:not(.collapsed) {
  color: #000;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.accordion-style-two_123c5a4f56e8fcfa .accordion-item_2241110119e0f35d .accordion-button_49ec08e8529e12c2:not(.collapsed):after {
  content: "-";
  font-size: 1.5em;
  line-height: 36px;
}
.accordion-style-two_123c5a4f56e8fcfa .accordion-item_2241110119e0f35d .accordion-button_49ec08e8529e12c2:after {
  content: "+";
  font-weight: 400;
  text-align: center;
  color: #000;
  line-height: 48px;
  font-size: 32px;
  background: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
}
.accordion-style-two_123c5a4f56e8fcfa .accordion-item_2241110119e0f35d .accordion-body_a29be85cc134d301 {
  padding: 20px 50px 55px;
}
.accordion-style-two_123c5a4f56e8fcfa .accordion-item_2241110119e0f35d .accordion-body_a29be85cc134d301 h6 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.96px;
  margin-bottom: 15px;
  font-weight: 700;
}
.accordion-style-two_123c5a4f56e8fcfa .accordion-item_2241110119e0f35d .accordion-body_a29be85cc134d301 ul li {
  display: inline-block;
  color: #272727;
  font-weight: 500;
  background: #fff;
  border-radius: 45px;
  padding: 6px 16px 6px 40px;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.accordion-style-two_123c5a4f56e8fcfa .accordion-item_2241110119e0f35d .accordion-body_a29be85cc134d301 ul li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  font-size: 18px;
  top: 6px;
  left: 14px;
  color: #212121;
}
.accordion-style-two_123c5a4f56e8fcfa .accordion-item_2241110119e0f35d .accordion-body_a29be85cc134d301 .media-wrapper_1d14bb11b4a8e76d {
  background-position: center;
  background-size: cover;
  border-radius: 30px;
  max-width: 610px;
}
.accordion-style-two_123c5a4f56e8fcfa .accordion-item_2241110119e0f35d .accordion-body_a29be85cc134d301 .media-wrapper_1d14bb11b4a8e76d .video-icon_a6e3abbb3297d64e {
  width: 90px;
  height: 90px;
  background: #fff;
}
.accordion-style-two_123c5a4f56e8fcfa .accordion-item_2241110119e0f35d .accordion-body_a29be85cc134d301 .media-wrapper_1d14bb11b4a8e76d .video-icon_a6e3abbb3297d64e:hover {
  background: #CFFF45;
}
.accordion-style-two_123c5a4f56e8fcfa .accordion-item_2241110119e0f35d:nth-child(1) {
  border-radius: 40px 40px 0 0;
}
.accordion-style-two_123c5a4f56e8fcfa .accordion-item_2241110119e0f35d:nth-child(2) {
  background: #FFFAEB;
}
.accordion-style-two_123c5a4f56e8fcfa .accordion-item_2241110119e0f35d:nth-child(2) .accordion-button_49ec08e8529e12c2 {
  background: #FBF4DC;
}
.accordion-style-two_123c5a4f56e8fcfa .accordion-item_2241110119e0f35d:nth-child(2) .accordion-body_a29be85cc134d301 {
  background: #FBF4DC;
}
.accordion-style-two_123c5a4f56e8fcfa .accordion-item_2241110119e0f35d:nth-child(3) {
  background: #f9efcf;
  border-radius: 0 0 40px 40px;
}
.accordion-style-two_123c5a4f56e8fcfa .accordion-item_2241110119e0f35d:nth-child(3) .accordion-button_49ec08e8529e12c2 {
  background: #F9EFCF;
  border-radius: 0 0 40px 40px;
}
.accordion-style-two_123c5a4f56e8fcfa .accordion-item_2241110119e0f35d:nth-child(3) .accordion-body_a29be85cc134d301 {
  background: #F9EFCF;
  border-radius: 0 0 40px 40px;
}

.accordion-style-three_3ab23bf224f14b66 .accordion-item_2241110119e0f35d {
  border: none;
  border-bottom: 1px solid #E0E0E0;
  border-radius: 0;
}
.accordion-style-three_3ab23bf224f14b66 .accordion-item_2241110119e0f35d .accordion-button_49ec08e8529e12c2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.55em;
  color: #0E3E2F;
  padding: 24px 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}
.accordion-style-three_3ab23bf224f14b66 .accordion-item_2241110119e0f35d .accordion-button_49ec08e8529e12c2:after {
  content: "\f286";
  font-family: "bootstrap-icons";
  font-size: 20px;
  background: none;
  width: auto;
  height: auto;
}
.accordion-style-three_3ab23bf224f14b66 .accordion-item_2241110119e0f35d .accordion-body_a29be85cc134d301 {
  padding: 0 35px 8px 0;
}

.accordion-style-four_84e6ecaa608aecb3 .accordion-item_2241110119e0f35d {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  background: transparent;
  margin-bottom: 30px;
}
.accordion-style-four_84e6ecaa608aecb3 .accordion-item_2241110119e0f35d .accordion-button_49ec08e8529e12c2 {
  font-weight: 500;
  font-size: 26px;
  line-height: 1.55em;
  color: #1F5E59;
  padding: 24px 50px;
  background: #fff;
  border-radius: 0;
  box-shadow: none;
  transition: none;
}
.accordion-style-four_84e6ecaa608aecb3 .accordion-item_2241110119e0f35d .accordion-button_49ec08e8529e12c2 span {
  font-weight: normal;
  font-size: 18px;
  display: inline-block;
  margin-right: 22px;
  min-width: 30px;
}
.accordion-style-four_84e6ecaa608aecb3 .accordion-item_2241110119e0f35d .accordion-button_49ec08e8529e12c2:not(.collapsed) {
  padding-bottom: 15px;
  background: #144D41;
  color: #fff;
}
.accordion-style-four_84e6ecaa608aecb3 .accordion-item_2241110119e0f35d .accordion-button_49ec08e8529e12c2:after {
  content: "\f286";
  font-family: "bootstrap-icons";
  font-size: 20px;
  background: none;
  width: auto;
  height: auto;
}
.accordion-style-four_84e6ecaa608aecb3 .accordion-item_2241110119e0f35d .accordion-body_a29be85cc134d301 {
  background: #fff;
  padding: 0 15px 20px 102px;
  background: #144D41;
}
.accordion-style-four_84e6ecaa608aecb3 .accordion-item_2241110119e0f35d .accordion-body_a29be85cc134d301 p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}

.partner-logo-two_c4f9e00e28f70f2f {
  background: #000;
  border-bottom: 2px solid #000;
}
.partner-logo-two_c4f9e00e28f70f2f .bg-wrapper_4f0520f23fe66699 {
  background: #DFFF5E;
  border-radius: 30px;
}
.partner-logo-two_c4f9e00e28f70f2f .bg-wrapper_4f0520f23fe66699 .wrapper_24adf4de84176411 {
  max-width: 1660px;
  padding: 22px 12px;
}
.partner-logo-two_c4f9e00e28f70f2f .bg-wrapper_4f0520f23fe66699 .title {
  color: #000;
  font-size: 30px;
}
.partner-logo-two_c4f9e00e28f70f2f .bg-wrapper_4f0520f23fe66699 .logo-wrapper_6170d342b2a7235a {
  font-weight: 700;
  color: #000;
  font-size: 30px;
  letter-spacing: -0.5px;
}
.partner-logo-two_c4f9e00e28f70f2f .bg-wrapper_4f0520f23fe66699 .logo-wrapper_6170d342b2a7235a .br-name_e460335f3e398911 {
  margin: 0 10px;
}
.partner-logo-two_c4f9e00e28f70f2f .bg-wrapper_4f0520f23fe66699 .logo-wrapper_6170d342b2a7235a .br-name_e460335f3e398911 img {
  width: 15px;
}

.partner-logo-one_05b3f52260535281 .logo_f4a4475aeb80c26c {
  width: 100%;
  height: 60px;
}

.modal .modal-dialog {
  height: auto;
}
.modal .modal-dialog .modal-content_f20437d781b01c61 {
  margin: 40px auto;
}

.user-data-form {
  background: #fff;
  margin: 0 auto;
  max-width: 720px;
  border-radius: 20px !important;
  padding: 50px 15px 40px;
}
.user-data-form h2 {
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 10px;
}
.user-data-form p a {
  color: #31795A;
}
.user-data-form p a:hover {
  text-decoration: underline;
}
.user-data-form .form-wrapper_7a5a051ce6805671 {
  max-width: 565px;
}
.user-data-form .form-wrapper_7a5a051ce6805671 .input-group-meta_27f28f1da313f519 input {
  width: 100%;
  height: 55px;
  font-size: 16px;
  border: 1px solid rgba(37, 64, 53, 0.06);
  border-radius: 8px;
  padding: 0 52px 0 20px;
  color: #000;
  background: rgba(0, 0, 0, 0.04);
}
.user-data-form .form-wrapper_7a5a051ce6805671 .input-group-meta_27f28f1da313f519 label {
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  margin-bottom: 6px;
}
.user-data-form .form-wrapper_7a5a051ce6805671 .input-group-meta_27f28f1da313f519 .placeholder_icon_01eaa9a05135cfa9 {
  position: absolute;
  height: 55px;
  top: 30px;
  right: 0;
  bottom: 0;
  width: 50px;
  text-align: center;
  z-index: 1;
  color: rgba(0, 0, 0, 0.45);
  font-size: 17px;
}
.user-data-form .form-wrapper_7a5a051ce6805671 .input-group-meta_27f28f1da313f519 .placeholder_icon_01eaa9a05135cfa9 img {
  position: relative;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%);
}
.user-data-form .form-wrapper_7a5a051ce6805671 .input-group-meta_27f28f1da313f519 .placeholder_icon_01eaa9a05135cfa9 span {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
  position: relative;
}
.user-data-form .form-wrapper_7a5a051ce6805671 .input-group-meta_27f28f1da313f519 .placeholder_icon_01eaa9a05135cfa9 span:before {
  content: "";
  width: 2px;
  height: 26px;
  background: #000;
  position: absolute;
  top: 14px;
  left: 24px;
  transform: rotate(45deg);
  z-index: 5;
  transition: all 0.2s ease-in-out;
}
.user-data-form .form-wrapper_7a5a051ce6805671 .input-group-meta_27f28f1da313f519 .placeholder_icon_01eaa9a05135cfa9 span.eye-slash_da06abb1a15bab48:before {
  opacity: 0;
}
.user-data-form .agreement-checkbox_427ba95515d05447 label {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #19352D;
  cursor: pointer;
  padding-left: 22px;
  transition: all 0.1s ease-in-out;
}
.user-data-form .agreement-checkbox_427ba95515d05447 label a {
  color: #0E3E2F;
  text-decoration: underline;
}
.user-data-form .agreement-checkbox_427ba95515d05447 input[type=checkbox] {
  display: none;
}
.user-data-form .agreement-checkbox_427ba95515d05447 label:before {
  content: "";
  width: 14px;
  height: 14px;
  line-height: 11px;
  border-radius: 2px;
  border: 2px solid #B3B3B3;
  font-size: 12px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 4px;
  transition: all 0.1s ease-in-out;
}
.user-data-form .agreement-checkbox_427ba95515d05447 input[type=checkbox]:checked + label:before {
  content: "\f633";
  font-family: bootstrap-icons !important;
  background: #000;
  color: #fff;
  border-color: #000;
}
.user-data-form .agreement-checkbox_427ba95515d05447 a {
  position: relative;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.user-data-form .agreement-checkbox_427ba95515d05447 a:hover {
  text-decoration: underline;
  color: #0E3E2F;
}
.user-data-form .line_c081f58805d0bf77 {
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.user-data-form .social-use-btn_e4273a9942bd8a07 {
  font-size: 16px;
  color: #000;
  height: 55px;
  border: 1px solid #E5E5E5;
  border-radius: 7px;
}
.user-data-form .social-use-btn_e4273a9942bd8a07:hover {
  background: rgba(0, 0, 0, 0.06);
}
.user-data-form .social-use-btn_e4273a9942bd8a07 img {
  width: 20px;
}
.user-data-form .btn-close_3147d720e2ac432c {
  position: absolute;
  right: 15px;
  top: 15px;
  box-shadow: none;
  z-index: 1;
}
.user-data-form .nav {
  background: #F0F5F3;
  border-radius: 40px;
}
.user-data-form .nav .nav-item {
  width: 50%;
}
.user-data-form .nav .nav-item .nav-link {
  font-weight: 500;
  display: block;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 40px;
  font-size: 20px;
  color: #839B8F;
}
.user-data-form .nav .nav-item .nav-link.active {
  color: #29594B;
  border-color: #29594B;
}

.counter-block-one_eb4066b36143b0fc .main-count_bc2ec5aa4f2d3ff6 {
  font-size: 64px;
  color: #19352D;
}

.counter-block-two_ef74f30c3e7af15f .main-count_bc2ec5aa4f2d3ff6 {
  font-size: 68px;
  color: #19352D;
  margin-bottom: -5px;
}

.counter-block-three_880de04f594c3048 .main-count_bc2ec5aa4f2d3ff6 {
  font-size: 70px;
  color: #1F5E59;
  margin-bottom: -5px;
}

.counter-block-four_647934442ec5bbac {
  border: 1px solid #1F5E59;
  padding: 30px 15px 20px;
  border-radius: 20px;
}
.counter-block-four_647934442ec5bbac .main-count_bc2ec5aa4f2d3ff6 {
  font-size: 90px;
  margin-bottom: -12px;
}

.pagination-one_1f70883cce1f0cd6 ul {
  margin: 0 -5;
}
.pagination-one_1f70883cce1f0cd6 ul li {
  padding: 0 5px;
  font-size: 20px;
  font-weight: 500;
  color: #19352D;
}
.pagination-one_1f70883cce1f0cd6 ul li:not(:last-child) a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.2s ease-in-out 0s;
}
.pagination-one_1f70883cce1f0cd6 ul li:not(:last-child) a.active, .pagination-one_1f70883cce1f0cd6 ul li:not(:last-child) a:hover, .pagination-one_1f70883cce1f0cd6 ul li:not(:last-child) a:focus {
  background: #29594B;
  color: #fff;
}

.pagination-two_12607cf9f998834b {
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding: 60px 0;
}
.pagination-two_12607cf9f998834b .pr-dir_4db290323b2a20d9 {
  font-size: 16px;
  letter-spacing: 0.89px;
  color: #979797;
}
.pagination-two_12607cf9f998834b .pr-name_c2f596a096ea85f0 {
  font-size: 32px;
  color: #19352D;
  margin-top: 4px;
}
.pagination-two_12607cf9f998834b i {
  font-size: 30px;
  width: 75px;
  height: 75px;
  border: 1px solid #000;
  color: #000;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 66px;
  transition: all 0.2s ease-in-out 0s;
}
.pagination-two_12607cf9f998834b a:hover i {
  background: #CFFF45;
  border-color: #CFFF45;
}
.pagination-two_12607cf9f998834b.border-0_378df9ec4ae707f1 i {
  border: none;
}
.pagination-two_12607cf9f998834b.border-0_378df9ec4ae707f1 a:hover i {
  background: #FFE86B;
}

.card-style-one_94b2a10f50f4daec .icon_578908cd09cb4940 {
  background: #fff;
  width: 62px;
  height: 62px;
}
.card-style-one_94b2a10f50f4daec .text {
  width: calc(100% - 62px);
}
.card-style-one_94b2a10f50f4daec:hover .icon_578908cd09cb4940 {
  background: #CFFF45;
}

.card-style-two_0b11f836d85115f2 {
  position: relative;
  padding: 50px 40px 48px;
  background: #fff;
  border: 1px solid #EBF3EE;
  border-radius: 20px;
}
.card-style-two_0b11f836d85115f2 .icon_578908cd09cb4940 {
  height: 50px;
}
.card-style-two_0b11f836d85115f2 .icon2_336c2d037c20d9e7 {
  height: 42px;
}
.card-style-two_0b11f836d85115f2 .arrow-btn_46606bfdf7fa99a9 {
  opacity: 0.3;
  width: 34px;
}
.card-style-two_0b11f836d85115f2:hover {
  background: #CFFF45;
  border-color: #CFFF45;
}
.card-style-two_0b11f836d85115f2:hover .arrow-btn_46606bfdf7fa99a9 {
  opacity: 1;
}

.card-style-three_91a75f4a24cf4636 .icon_578908cd09cb4940 {
  height: 38px;
}

.card-style-four_f9be0349fcb371ee .media:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(41, 89, 75, 0.7);
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
.card-style-four_f9be0349fcb371ee .media:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  transform: rotate(45deg);
  right: -25px;
  bottom: -25px;
  background: #fff;
}
.card-style-four_f9be0349fcb371ee .round-btn_c569e515e8a2358e {
  position: absolute;
  font-size: 25px;
  width: 55px;
  height: 55px;
  background: #fff;
  color: #19352D;
  opacity: 0;
}
.card-style-four_f9be0349fcb371ee .round-btn_c569e515e8a2358e:hover {
  background: #CFFF45;
}
.card-style-four_f9be0349fcb371ee:hover .media::before, .card-style-four_f9be0349fcb371ee:hover .round-btn_c569e515e8a2358e {
  opacity: 1;
}

.card-style-five_6fdbf6fd16ccacad .icon_578908cd09cb4940 {
  height: 42px;
}
.card-style-five_6fdbf6fd16ccacad .main-count_bc2ec5aa4f2d3ff6 {
  font-size: 68px;
  color: #FFDB1E;
  border-top: 1px dashed rgba(255, 255, 255, 0.25);
  margin-top: 42px;
  padding-top: 25px;
}
.card-style-five_6fdbf6fd16ccacad p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  line-height: 1.6em;
}

.card-style-six_11b53a5d1818b9dc {
  position: relative;
  padding: 50px 40px 48px;
  background: #fff;
  border-radius: 30px;
}
.card-style-six_11b53a5d1818b9dc:hover, .card-style-six_11b53a5d1818b9dc.active {
  background: #EDF1EE;
}
.card-style-six_11b53a5d1818b9dc:hover .arrow-btn_46606bfdf7fa99a9, .card-style-six_11b53a5d1818b9dc.active .arrow-btn_46606bfdf7fa99a9 {
  opacity: 1;
}
.card-style-six_11b53a5d1818b9dc .icon_578908cd09cb4940 {
  width: 70px;
  height: 70px;
  background: #29594B;
}
.card-style-six_11b53a5d1818b9dc .arrow-btn_46606bfdf7fa99a9 {
  opacity: 0.3;
  width: 34px;
}

.card-style-seven_d8be6d23995cde51 {
  position: relative;
  padding: 40px 30px 45px;
  background: #fff;
  border-radius: 30px;
}
.card-style-seven_d8be6d23995cde51 .icon_578908cd09cb4940 {
  width: 70px;
  height: 70px;
  background: #FFE86B;
}
.card-style-seven_d8be6d23995cde51 p {
  font-size: 18px;
  line-height: 1.666em;
}
.card-style-seven_d8be6d23995cde51 .arrow-btn_46606bfdf7fa99a9 {
  opacity: 0.3;
  width: 34px;
}
.card-style-seven_d8be6d23995cde51:hover, .card-style-seven_d8be6d23995cde51.active {
  box-shadow: 0px 35px 70px rgba(0, 0, 0, 0.04);
}
.card-style-seven_d8be6d23995cde51:hover .arrow-btn_46606bfdf7fa99a9, .card-style-seven_d8be6d23995cde51.active .arrow-btn_46606bfdf7fa99a9 {
  opacity: 1;
}
.card-style-seven_d8be6d23995cde51:hover .icon_578908cd09cb4940, .card-style-seven_d8be6d23995cde51.active .icon_578908cd09cb4940 {
  background: #CFFF45;
}

.card-style-eight_a0fbfa5b1d22addf {
  padding: 40px 35px 30px;
  background: #fff;
  position: relative;
}
.card-style-eight_a0fbfa5b1d22addf:hover {
  box-shadow: 0px 10px 20px rgba(8, 32, 26, 0.04);
}
.card-style-eight_a0fbfa5b1d22addf .icon_578908cd09cb4940 {
  height: 55px;
}
.card-style-eight_a0fbfa5b1d22addf .icon_578908cd09cb4940 img {
  max-height: 100%;
}

.card-style-nine_851c66367b43a631 {
  background: #F6F6F6;
  padding: 50px 55px 0;
}
.card-style-nine_851c66367b43a631 .icon_578908cd09cb4940 {
  width: 60px;
  height: 60px;
  background: #FFE86B;
}
.card-style-nine_851c66367b43a631 h3 {
  font-size: 32px;
}

.card-style-ten_f21dc9796b126c2c {
  padding-bottom: 60px;
}
.card-style-ten_f21dc9796b126c2c h4 {
  color: #0E3E2F;
}
.card-style-ten_f21dc9796b126c2c .main-count_bc2ec5aa4f2d3ff6 {
  font-size: 80px;
  color: #0E3E2F;
  z-index: 1;
  margin-bottom: -16px;
}
.card-style-ten_f21dc9796b126c2c .main-count_bc2ec5aa4f2d3ff6:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 13px;
  background: #C5FF4A;
  left: 0;
  bottom: 19%;
  z-index: -1;
}

.card-style-eleven_b3559735fa4ab74b {
  position: relative;
  padding: 45px 40px 48px;
  background: #fff;
  border-radius: 20px;
}
.card-style-eleven_b3559735fa4ab74b h4 {
  font-family: "ClashDisplay";
  color: #0E3E2F;
}
.card-style-eleven_b3559735fa4ab74b .icon_578908cd09cb4940 {
  height: 58px;
}
.card-style-eleven_b3559735fa4ab74b .arrow-btn_46606bfdf7fa99a9 {
  opacity: 0.3;
  width: 34px;
}
.card-style-eleven_b3559735fa4ab74b:hover {
  background: #f3f3f3;
}
.card-style-eleven_b3559735fa4ab74b:hover .arrow-btn_46606bfdf7fa99a9 {
  opacity: 1;
}

.card-style-twelve_796065646aad434e h4 {
  color: #0E3E2F;
}
.card-style-twelve_796065646aad434e .icon_578908cd09cb4940 {
  width: 55px;
  height: 55px;
  border: 1px solid #E0E0E0;
}
.card-style-twelve_796065646aad434e .arrow-btn_46606bfdf7fa99a9 {
  opacity: 0.3;
  width: 34px;
}
.card-style-twelve_796065646aad434e:hover .icon_578908cd09cb4940 {
  background: #E0E0E0;
}

.card-style-thirteen_d4c5cfc77f2bb9c4 {
  background: #fff;
  border-radius: 200px;
  border: 1px solid #fff;
  padding: 110px 45px 120px;
  position: relative;
  z-index: 1;
}
.card-style-thirteen_d4c5cfc77f2bb9c4:before {
  content: "";
  position: absolute;
  width: 48px;
  height: 2px;
  background: #000;
  bottom: 11%;
  left: 50%;
  transform: translateX(-50%);
}
.card-style-thirteen_d4c5cfc77f2bb9c4 .icon_578908cd09cb4940 {
  height: 75px;
}
.card-style-thirteen_d4c5cfc77f2bb9c4 .icon_578908cd09cb4940 img {
  max-height: 100%;
}
.card-style-thirteen_d4c5cfc77f2bb9c4 p {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.4);
}
.card-style-thirteen_d4c5cfc77f2bb9c4 h3 {
  font-size: 30px;
  line-height: 1.266em;
  color: #000;
}
.card-style-thirteen_d4c5cfc77f2bb9c4:hover {
  background: #DFFF5E;
  border-color: #000;
}

.card-style-fourteen_5c22fa04c8e19d43 .media:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(223, 255, 94, 0.3);
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
.card-style-fourteen_5c22fa04c8e19d43 .round-btn_c569e515e8a2358e {
  position: absolute;
  font-size: 25px;
  width: 55px;
  height: 55px;
  background: #0C3A30;
  color: #fff;
  opacity: 0;
}
.card-style-fourteen_5c22fa04c8e19d43 .round-btn_c569e515e8a2358e:hover {
  background: #CFFF45;
  color: #19352D;
}
.card-style-fourteen_5c22fa04c8e19d43:hover .media::before, .card-style-fourteen_5c22fa04c8e19d43:hover .round-btn_c569e515e8a2358e {
  opacity: 1;
}
.card-style-fourteen_5c22fa04c8e19d43 p {
  color: #B6B6B6;
}

.card-style-fifteen_4bda78f62d9305e9 {
  background: #fff;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.02);
  border-radius: 30px;
  overflow: hidden;
  text-align: center;
  padding-bottom: 30px;
}
.card-style-fifteen_4bda78f62d9305e9 .media:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(41, 89, 75, 0.3);
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
.card-style-fifteen_4bda78f62d9305e9 .round-btn_c569e515e8a2358e {
  position: absolute;
  font-size: 25px;
  width: 55px;
  height: 55px;
  background: #0C3A30;
  color: #fff;
  opacity: 0;
}
.card-style-fifteen_4bda78f62d9305e9 .round-btn_c569e515e8a2358e:hover {
  background: #CFFF45;
  color: #19352D;
}
.card-style-fifteen_4bda78f62d9305e9:hover .media::before, .card-style-fifteen_4bda78f62d9305e9:hover .round-btn_c569e515e8a2358e {
  opacity: 1;
}
.card-style-fifteen_4bda78f62d9305e9 h4 {
  font-size: 22px;
}
.card-style-fifteen_4bda78f62d9305e9 p {
  color: #B6B6B6;
}

.card-style-sixteen_f649791f3ec29eb5 {
  position: relative;
}
.card-style-sixteen_f649791f3ec29eb5 .icon_578908cd09cb4940 {
  width: 60px;
  height: 60px;
  background: #FFE86B;
}
.card-style-sixteen_f649791f3ec29eb5 .text {
  width: calc(100% - 60px);
  padding-left: 30px;
}
.card-style-sixteen_f649791f3ec29eb5:hover .icon_578908cd09cb4940, .card-style-sixteen_f649791f3ec29eb5.active .icon_578908cd09cb4940 {
  background: #CFFF45;
}
.card-style-sixteen_f649791f3ec29eb5.arrow:before, .card-style-sixteen_f649791f3ec29eb5.arrow:after {
  content: url(../visuals/shape_e5a04e9c4d/shape_30.svg);
  position: absolute;
  top: 11px;
  left: -99px;
}
.card-style-sixteen_f649791f3ec29eb5.arrow:after {
  left: auto;
  right: -99px;
}

.card-style-seventeen_da09a6895ba55eb5 {
  padding: 30px 30px 40px;
  border-radius: 15px;
  border: 1px solid #E6E6E6;
}
.card-style-seventeen_da09a6895ba55eb5 .icon_578908cd09cb4940 {
  width: 70px;
  height: 70px;
  padding: 15px;
  background: #F6F6F6;
}
.card-style-seventeen_da09a6895ba55eb5 .text {
  width: calc(100% - 70px);
  padding-left: 25px;
}
.card-style-seventeen_da09a6895ba55eb5 .text .btn-three_06258989dff742a2 {
  color: #1F5E59;
}
.card-style-seventeen_da09a6895ba55eb5 .text .btn-three_06258989dff742a2 i {
  font-size: 0.8em;
}
.card-style-seventeen_da09a6895ba55eb5:hover {
  background: #CFFF45;
  border-color: #CFFF45;
}
.card-style-seventeen_da09a6895ba55eb5:hover .icon_578908cd09cb4940 {
  background: #fff;
}

.card-style-eighteen_eb59ae55b3a4908e {
  padding: 5px 35px 0;
  border-radius: 20px;
  background: #1F5E59;
  z-index: 1;
}
.card-style-eighteen_eb59ae55b3a4908e:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: url(../visuals/assets_77a3fbc133/bg_08.svg) no-repeat right bottom;
  background-size: cover;
  z-index: -1;
}
.card-style-eighteen_eb59ae55b3a4908e .icon_578908cd09cb4940 {
  width: 70px;
  height: 70px;
  padding: 15px;
  background: #CFFF45;
}
.card-style-eighteen_eb59ae55b3a4908e blockquote {
  font-size: 36px;
  color: #fff;
  line-height: 1.555em;
  letter-spacing: -0.5px;
  margin: 30px 0 35px;
}
.card-style-eighteen_eb59ae55b3a4908e h6 {
  font-size: 20px;
  color: #fff;
  margin: 0;
}
.card-style-eighteen_eb59ae55b3a4908e h6 span {
  font-weight: normal;
  color: rgba(255, 255, 255, 0.4);
}

.card-style-nineteen_a56db0d1d1d0dc0f {
  padding: 30px 50px 50px;
  border-radius: 20px;
  background: #fff;
}
.card-style-nineteen_a56db0d1d1d0dc0f h2 {
  font-size: 48px;
}
.card-style-nineteen_a56db0d1d1d0dc0f .counter-block-one_eb4066b36143b0fc .main-count_bc2ec5aa4f2d3ff6 {
  font-size: 58px;
  color: #1F5E59;
}

.card-style-twenty_a2b495a595543e10 {
  background: #fff;
  border-radius: 20px;
  padding: 35px 35px 40px;
}
.card-style-twenty_a2b495a595543e10 .icon_578908cd09cb4940 {
  width: 60px;
  height: 60px;
  background: #1F5E59;
}
.card-style-twenty_a2b495a595543e10 .text {
  width: calc(100% - 60px);
  padding-left: 35px;
}
.card-style-twenty_a2b495a595543e10 .text .arrow-btn_46606bfdf7fa99a9 {
  position: absolute;
  right: 50px;
  top: 40px;
}
.card-style-twenty_a2b495a595543e10:hover {
  box-shadow: 0px 35px 70px rgba(0, 0, 0, 0.04);
}

.card-style-twentyOne_8c8345f7d0154a64 .icon_578908cd09cb4940 {
  width: 320px;
  height: 320px;
  padding: 13%;
  border: 1px solid rgba(25, 97, 100, 0.15);
}
.card-style-twentyOne_8c8345f7d0154a64 .icon_578908cd09cb4940 .numb_701bfa65c17538d6 {
  width: 46px;
  height: 46px;
  border: 1px solid #000;
  font-size: 24px;
  color: #000;
  bottom: -23px;
  left: calc(50% - 23px);
  z-index: 1;
  background: #fff;
}

.card-style-twentyTwo_854601ed36793977 {
  background: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 50px 12px 70px;
  position: relative;
}
.card-style-twentyTwo_854601ed36793977 .icon_578908cd09cb4940 {
  height: 83px;
}
.card-style-twentyTwo_854601ed36793977 h4 {
  font-size: 28px;
  margin: 135px 0 20px;
  text-transform: capitalize;
}
.card-style-twentyTwo_854601ed36793977 .learn-btn_cc92db6c083b3b56 {
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 1px;
}
.card-style-twentyTwo_854601ed36793977:hover {
  background: #FFDB1E;
}

.card-style-twentyThree_c803fd7307d8f035 {
  background: #144D41;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.card-style-twentyThree_c803fd7307d8f035 .name {
  position: absolute;
  bottom: 15px;
  right: 15px;
  left: 15px;
  border-radius: 15px;
  padding: 15px 10px 10px;
  background: #fff;
  text-align: center;
  opacity: 0;
}
.card-style-twentyThree_c803fd7307d8f035 .name h4 {
  font-size: 22px;
}
.card-style-twentyThree_c803fd7307d8f035:hover .name {
  opacity: 1;
}
.card-style-twentyThree_c803fd7307d8f035:hover img {
  opacity: 0.3;
}

.pricing-card-one_071d92d1fe4214b7 {
  background: #fff;
  border-radius: 20px;
  padding: 45px 70px 50px;
}
.pricing-card-one_071d92d1fe4214b7 h2 {
  font-size: 36px;
}
.pricing-card-one_071d92d1fe4214b7 p {
  line-height: 1.5em;
  color: #878787;
  padding: 17px 0 20px;
}
.pricing-card-one_071d92d1fe4214b7 p span {
  color: #000;
}
.pricing-card-one_071d92d1fe4214b7 .price-banner_0f1e08b8e2ee8891 {
  padding: 8px 10px;
  border-radius: 15px;
  background: #F4F4F4;
  margin-bottom: 30px;
}
.pricing-card-one_071d92d1fe4214b7 .price-banner_0f1e08b8e2ee8891 .price_a7179180e19e89d4 {
  font-size: 52px;
  font-weight: 500;
  color: #19352D;
  line-height: initial;
}
.pricing-card-one_071d92d1fe4214b7 .price-banner_0f1e08b8e2ee8891 .price_a7179180e19e89d4 sup {
  font-size: 0.461em;
  top: -18px;
  left: 6px;
}
.pricing-card-one_071d92d1fe4214b7 .price-banner_0f1e08b8e2ee8891 strong {
  color: #19352D;
  display: block;
  margin-bottom: -9px;
}
.pricing-card-one_071d92d1fe4214b7 .price-banner_0f1e08b8e2ee8891 span {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
}
.pricing-card-one_071d92d1fe4214b7 ul li {
  color: #000;
  margin-top: 10px;
}
.pricing-card-one_071d92d1fe4214b7 .action-btn_0566b227ff49138a {
  max-width: 335px;
  margin: auto auto 0;
  border: 1px solid #DCDCDC;
  border-radius: 30px;
  padding: 10px 25px;
  font-size: 18px;
  color: #8B8B8B;
}
.pricing-card-one_071d92d1fe4214b7 .action-btn_0566b227ff49138a a {
  font-weight: 500;
  color: #19352D;
}
.pricing-card-one_071d92d1fe4214b7 .action-btn_0566b227ff49138a a i {
  display: inline-block;
  width: 20px;
  line-height: 15px;
  background: #0C3A30;
  color: #fff;
  font-size: 10px;
  border-radius: 50px;
  font-weight: 900;
  vertical-align: 3px;
  margin-left: 4px;
}
.pricing-card-one_071d92d1fe4214b7 .action-btn_0566b227ff49138a a:hover {
  text-decoration: underline;
}

.service-details_3c9ca6ad52d63626 .details-meta_e878852dc76104f5 h2 {
  font-size: 64px;
  line-height: 1.1875em;
  font-weight: 700;
  margin-bottom: 42px;
}
.service-details_3c9ca6ad52d63626 .details-meta_e878852dc76104f5 p {
  margin-bottom: 35px;
}
.service-details_3c9ca6ad52d63626 .details-meta_e878852dc76104f5 h3 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 25px;
}
.service-details_3c9ca6ad52d63626 .details-meta_e878852dc76104f5 .line-wrapper_b0be771146fd4c79 {
  border-top: 1px dashed #e5e5e5;
  border-bottom: 1px dashed #e5e5e5;
}
.service-details_3c9ca6ad52d63626 .details-meta_e878852dc76104f5 .quote-wrapper_dadfbf6241b723c0 {
  padding: 50px 80px 60px;
  border-radius: 30px;
  z-index: 1;
}
.service-details_3c9ca6ad52d63626 .details-meta_e878852dc76104f5 .quote-wrapper_dadfbf6241b723c0 .icon_578908cd09cb4940 {
  margin-top: 7px;
}
.service-details_3c9ca6ad52d63626 .details-meta_e878852dc76104f5 .quote-wrapper_dadfbf6241b723c0 blockquote {
  font-size: 48px;
  line-height: 1.354em;
  font-weight: 500;
  color: #19352D;
  margin-bottom: 30px;
}
.service-details_3c9ca6ad52d63626 .details-meta_e878852dc76104f5 .quote-wrapper_dadfbf6241b723c0 .shape_01_06177650927eb051 {
  bottom: 0;
  right: 1%;
  width: 37.2%;
}
.service-details_3c9ca6ad52d63626 .details-meta_e878852dc76104f5 .list-item_8d196e17485761a4 li {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  padding-left: 45px;
  margin-bottom: 24px;
  position: relative;
}
.service-details_3c9ca6ad52d63626 .details-meta_e878852dc76104f5 .list-item_8d196e17485761a4 li:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #FFF2AC;
  left: 0;
  top: 3px;
}
.service-details_3c9ca6ad52d63626 .details-meta_e878852dc76104f5 .list-item_8d196e17485761a4 li:after {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  font-size: 18px;
  top: 3px;
  left: 5px;
  color: #000;
}
.service-details_3c9ca6ad52d63626 .service-nav-item_9822d29122783152 {
  background: #EBF3EE;
  border-radius: 20px;
  overflow: hidden;
  padding: 0 25px;
}
.service-details_3c9ca6ad52d63626 .service-nav-item_9822d29122783152 a {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.4);
  padding: 24px 0;
  line-height: 20px;
  border-bottom: 1px dashed rgba(10, 64, 32, 0.2);
  transition: all 0.3s ease-in-out 0s;
}
.service-details_3c9ca6ad52d63626 .service-nav-item_9822d29122783152 a img {
  width: 20px;
  margin-right: 22px;
  opacity: 0.3;
  transition: all 0.3s ease-in-out 0s;
}
.service-details_3c9ca6ad52d63626 .service-nav-item_9822d29122783152 a.active, .service-details_3c9ca6ad52d63626 .service-nav-item_9822d29122783152 a:hover {
  color: #0A4020;
}
.service-details_3c9ca6ad52d63626 .service-nav-item_9822d29122783152 a.active img, .service-details_3c9ca6ad52d63626 .service-nav-item_9822d29122783152 a:hover img {
  opacity: 1;
}
.service-details_3c9ca6ad52d63626 .service-nav-item_9822d29122783152 li:last-child a {
  border: none;
}
.service-details_3c9ca6ad52d63626 .contact-banner_fde7506646295883 {
  padding: 35px 3% 50px;
  background: #FFE86B;
  border-radius: 20px;
}
.service-details_3c9ca6ad52d63626 .contact-banner_fde7506646295883 h3 {
  font-size: 32px;
  line-height: 1.25em;
  color: #000;
}
.service-details_3c9ca6ad52d63626 .contact-banner_fde7506646295883 a {
  line-height: 36px;
  border: 2px solid #000;
  border-radius: 30px;
  color: #000;
  padding: 0 30px;
}
.service-details_3c9ca6ad52d63626 .contact-banner_fde7506646295883 a:hover {
  background: #0C3A30;
  border-color: #0C3A30;
  color: #fff;
}

#isotop-gallery-wrapper {
  margin: 0 -20px;
}
#isotop-gallery-wrapper .grid-sizer,
#isotop-gallery-wrapper .isotop-item {
  padding: 0 20px;
}
#isotop-gallery-wrapper.column-two_9feb783c9c43037e .grid-sizer,
#isotop-gallery-wrapper.column-two_9feb783c9c43037e .isotop-item {
  width: 50%;
}

.portfolio-one_dd24ad7131178792 {
  background: #fff;
  border: 1px solid #000;
}
.portfolio-one_dd24ad7131178792 .section-btn_043ec1952fb58ee9 {
  position: absolute;
  right: 0;
  top: 50px;
}

.portfolio-block-one_d5a54d48be016c01 .img-holder_a8b80fabfd95f05f {
  position: relative;
  overflow: hidden;
}
.portfolio-block-one_d5a54d48be016c01 .img-holder_a8b80fabfd95f05f.round-border_ea611b661fe80861 {
  border-radius: 30px;
}
.portfolio-block-one_d5a54d48be016c01 .img-holder_a8b80fabfd95f05f .expend_2f426eaa78a97404 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  font-size: 35px;
  opacity: 0;
}
.portfolio-block-one_d5a54d48be016c01 .img-holder_a8b80fabfd95f05f i {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 44px;
  background: #fff;
  color: #000;
  text-align: center;
  border-radius: 50%;
  transition: all 0.3s ease-in-out 0s;
}
.portfolio-block-one_d5a54d48be016c01 .img-holder_a8b80fabfd95f05f i:hover {
  background: #DFFF5E;
}
.portfolio-block-one_d5a54d48be016c01:hover .expend_2f426eaa78a97404 {
  opacity: 1;
}
.portfolio-block-one_d5a54d48be016c01:hover .img-meta_5475dccf56b9c067 {
  transform: scale(1.1) rotate(5deg);
}
.portfolio-block-one_d5a54d48be016c01:hover .pj-title_d20a56328b85a99e {
  text-decoration: underline;
}
.portfolio-block-one_d5a54d48be016c01 .caption {
  margin-top: 35px;
}
.portfolio-block-one_d5a54d48be016c01 .caption .tag_22cc9aa5585b37ee {
  margin: 0 -3px;
}
.portfolio-block-one_d5a54d48be016c01 .caption .tag_22cc9aa5585b37ee li {
  margin: 0 3px;
  font-size: 14px;
  text-transform: uppercase;
  color: #B8B8B8;
  padding: 0 14px;
  line-height: 21px;
  border: 1px solid #B8B8B8;
  border-radius: 15px;
}
.portfolio-block-one_d5a54d48be016c01 .caption .pj-title_d20a56328b85a99e {
  font-size: 32px;
  color: #000;
  margin-top: 15px;
}
.portfolio-block-one_d5a54d48be016c01 .caption .arrow {
  font-size: 26px;
  color: #000;
}
.portfolio-block-one_d5a54d48be016c01 .caption .arrow:hover {
  color: #0C3A30;
}

.portfolio-two_96eb81027bb0b664 {
  z-index: 1;
}
.portfolio-two_96eb81027bb0b664 .slider-wrapper_5164af3c7c5c1f74 {
  width: 126vw;
  transform: translateX(-13vw);
}
.portfolio-two_96eb81027bb0b664 .slider-wrapper_5164af3c7c5c1f74 .slick-slider_334157015164a94d {
  margin: 0 -25px;
}
.portfolio-two_96eb81027bb0b664 .slider-wrapper_5164af3c7c5c1f74 .slick-slider_334157015164a94d .slick-slide {
  margin: 0 25px 5px;
}
.portfolio-two_96eb81027bb0b664 .slick-arrow-one_ed5bbb096ffc545e {
  margin-left: -2px;
  margin-right: -2px;
}
.portfolio-two_96eb81027bb0b664 .slick-arrow-one_ed5bbb096ffc545e li {
  cursor: pointer;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #1F5E59;
  text-align: center;
  line-height: 57px;
  font-size: 24px;
  margin: 0 2px;
  transition: all 0.2s ease-in-out 0s;
}
.portfolio-two_96eb81027bb0b664 .slick-arrow-one_ed5bbb096ffc545e li:hover {
  background: #1F5E59;
  color: #fff;
}

.portfolio-block-two_4e5db8e9d205a0fc .img-wrapper_428bf7f026a76d88 {
  border-radius: 30px;
  overflow: hidden;
}
.portfolio-block-two_4e5db8e9d205a0fc .caption {
  padding: 40px 0 30px;
  border-bottom: 1px solid #044F3B;
}
.portfolio-block-two_4e5db8e9d205a0fc .caption span {
  display: block;
  font-size: 14px;
  letter-spacing: 3px;
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.3);
}
.portfolio-block-two_4e5db8e9d205a0fc .caption h3 a {
  font-size: 40px;
  letter-spacing: -1px;
  color: #1F5E59;
}
.portfolio-block-two_4e5db8e9d205a0fc .caption h3 a:hover {
  text-decoration: underline;
}
.portfolio-block-two_4e5db8e9d205a0fc .caption .round-btn_c569e515e8a2358e {
  font-size: 30px;
  width: 70px;
  height: 70px;
  border: 1px solid #1F5E59;
  color: #1F5E59;
}
.portfolio-block-two_4e5db8e9d205a0fc .caption .round-btn_c569e515e8a2358e:hover {
  background: #CFFF45;
}

.portfolio-three_2d501f8211f2ee56 .shape_01_06177650927eb051 {
  top: 6%;
  left: 50%;
  transform: translateX(-50%);
}

.portfolio-block-three_5cf4c4905a43562a {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 80px 0;
}
.portfolio-block-three_5cf4c4905a43562a:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.portfolio-block-three_5cf4c4905a43562a .num_15970ea84027f9f0 {
  font-size: 30px;
  font-weight: 500;
  color: #000;
}
.portfolio-block-three_5cf4c4905a43562a .media-img_34fca4988db112d7 {
  width: 27%;
  padding: 0 45px 0 65px;
}
.portfolio-block-three_5cf4c4905a43562a .media-img_34fca4988db112d7 .img_5067912d60bb75fd {
  background: #044F3B;
  border-radius: 75px;
  overflow: hidden;
}
.portfolio-block-three_5cf4c4905a43562a .title {
  width: 40%;
  font-size: 48px;
  line-height: 1.2em;
  font-weight: 500;
  color: #1F5E59;
}
.portfolio-block-three_5cf4c4905a43562a .arrow-btn_46606bfdf7fa99a9 {
  margin-left: auto;
  width: 108px;
  height: 108px;
}
.portfolio-block-three_5cf4c4905a43562a .arrow-btn_46606bfdf7fa99a9:hover {
  background: #FFDB1E;
}
.portfolio-block-three_5cf4c4905a43562a .arrow-btn_46606bfdf7fa99a9:hover img {
  transform: rotate(-45deg);
}
.portfolio-block-three_5cf4c4905a43562a:hover .img_5067912d60bb75fd img {
  opacity: 0.5;
}

.project-details-one_2103ca1f39b389a0 {
  z-index: 2;
}
.project-details-one_2103ca1f39b389a0 .project-info_11da4be7901882ee {
  border-bottom: 1px solid #E4E4E4;
}
.project-details-one_2103ca1f39b389a0 .project-info_11da4be7901882ee:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30%;
  z-index: -1;
  background: #CFFF45;
}
.project-details-one_2103ca1f39b389a0 .project-info_11da4be7901882ee .inner-wrapper_d52a68f2b23e3b82 {
  max-width: 1600px;
  padding: 0 12px;
}
.project-details-one_2103ca1f39b389a0 .project-info_11da4be7901882ee h3 {
  font-size: 48px;
  font-weight: normal;
  margin: 0;
}
.project-details-one_2103ca1f39b389a0 .project-info_11da4be7901882ee h3 span {
  font-style: italic;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
}
.project-details-one_2103ca1f39b389a0 .project-info_11da4be7901882ee li {
  width: 33.333%;
  padding: 35px 3%;
  border-right: 1px dashed rgba(0, 0, 0, 0.25);
  background: #CFFF45;
  margin-bottom: -1px;
}
.project-details-one_2103ca1f39b389a0 .project-info_11da4be7901882ee li:last-child {
  border: none;
}
.project-details-one_2103ca1f39b389a0 .project-info_11da4be7901882ee li .icon_578908cd09cb4940 {
  max-width: 40px;
}
.project-details-one_2103ca1f39b389a0 .project-info_11da4be7901882ee li .text1_63dcf110bb393eef {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
}
.project-details-one_2103ca1f39b389a0 .project-info_11da4be7901882ee li span {
  color: rgba(0, 0, 0, 0.5);
}
.project-details-one_2103ca1f39b389a0 .upper-title_af1facb6cb7a067a {
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.project-details-one_2103ca1f39b389a0 h2 {
  font-size: 58px;
  font-weight: 700;
  margin-bottom: 35px;
}
.project-details-one_2103ca1f39b389a0 p {
  font-size: 24px;
  line-height: 1.83em;
  margin-bottom: 40px;
}
.project-details-one_2103ca1f39b389a0 .img-gallery_70b8e72bb4236aa4 img {
  border-radius: 30px;
  width: 100%;
  margin-bottom: 15px;
}
.project-details-one_2103ca1f39b389a0 .social-share_7b95e6e4e9ce2b1c li {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.project-details-one_2103ca1f39b389a0 .social-share_7b95e6e4e9ce2b1c li a {
  font-size: 20px;
  color: #19352D;
  margin-left: 20px;
}

.project-details-two_3d92315bf6fdac28 .bg-wrapper_4f0520f23fe66699 {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.project-details-two_3d92315bf6fdac28 .slider-wrapper_5164af3c7c5c1f74 {
  height: 100%;
}
.project-details-two_3d92315bf6fdac28 .slider-wrapper_5164af3c7c5c1f74 .carousel-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.project-details-two_3d92315bf6fdac28 .slider-wrapper_5164af3c7c5c1f74 .carousel-control-next_e3b387f3d31a0ac6,
.project-details-two_3d92315bf6fdac28 .slider-wrapper_5164af3c7c5c1f74 .carousel-control-prev_bd1183bf81f4f381 {
  width: 45px;
  height: 45px;
  background: #fff;
  color: #19352D;
  opacity: 1;
  right: 0;
  bottom: 0;
  top: auto;
  transition: all 0.2s ease-in-out 0s;
}
.project-details-two_3d92315bf6fdac28 .slider-wrapper_5164af3c7c5c1f74 .carousel-control-next_e3b387f3d31a0ac6:hover,
.project-details-two_3d92315bf6fdac28 .slider-wrapper_5164af3c7c5c1f74 .carousel-control-prev_bd1183bf81f4f381:hover {
  background: #29594B;
  color: #fff;
}
.project-details-two_3d92315bf6fdac28 .slider-wrapper_5164af3c7c5c1f74 .carousel-control-prev_bd1183bf81f4f381 {
  left: auto;
  right: 45px;
}
.project-details-two_3d92315bf6fdac28 .info-wrapper_15278260ef2da709 {
  padding: 55px 50px 85px 70px;
}
.project-details-two_3d92315bf6fdac28 .info-wrapper_15278260ef2da709 h3 {
  font-size: 36px;
}
.project-details-two_3d92315bf6fdac28 .info-wrapper_15278260ef2da709 .list-meta_9d3479b96ab39862 li {
  padding: 22px 0;
}
.project-details-two_3d92315bf6fdac28 .info-wrapper_15278260ef2da709 .list-meta_9d3479b96ab39862 .icon_578908cd09cb4940 {
  width: 40px;
}
.project-details-two_3d92315bf6fdac28 .info-wrapper_15278260ef2da709 .list-meta_9d3479b96ab39862 .text1_63dcf110bb393eef {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}
.project-details-two_3d92315bf6fdac28 .info-wrapper_15278260ef2da709 .list-meta_9d3479b96ab39862 span {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
}
.project-details-two_3d92315bf6fdac28 .info-wrapper_15278260ef2da709 .social-share_7b95e6e4e9ce2b1c li {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.project-details-two_3d92315bf6fdac28 .info-wrapper_15278260ef2da709 .social-share_7b95e6e4e9ce2b1c li a {
  font-size: 20px;
  color: #19352D;
  margin-left: 20px;
}

.feedback-section-one_d2e4f546c2e353fc {
  border-bottom: 1px dashed #CACACA;
}
.feedback-section-one_d2e4f546c2e353fc.top-border_0d1875d6a8ee43a5 {
  border-top: 1px dashed #CACACA;
}
.feedback-section-one_d2e4f546c2e353fc .title-one_5036720e9bc3bd06 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.feedback-section-one_d2e4f546c2e353fc .icon_578908cd09cb4940 {
  position: absolute;
  width: 50px;
  height: 50px;
  padding: 12px;
  background: #CFFF45;
  right: 0;
  bottom: -1%;
}

.feedback-block-one_4738d8f915617561 blockquote {
  font-size: 32px;
  line-height: 1.531em;
  color: #000;
  margin-bottom: 40px;
}
.feedback-block-one_4738d8f915617561 .avatar_e1d35edef0ff3c72 {
  width: 60px;
  height: 60px;
}
.feedback-block-one_4738d8f915617561 .line_c081f58805d0bf77 {
  width: 70%;
  height: 1px;
  background: #000;
}
.feedback-block-one_4738d8f915617561 .count_3a08172a0d6a60f7 {
  width: 30%;
  text-align: right;
  padding-left: 15px;
  color: rgba(0, 0, 0, 0.3);
}

.feedback-section-two_6ba45195a163e5bf {
  z-index: 1;
}
.feedback-section-two_6ba45195a163e5bf .slider-wrapper_5164af3c7c5c1f74 {
  width: calc(100vw + 210px);
  transform: translateX(-105px);
}
.feedback-section-two_6ba45195a163e5bf .shape_01_06177650927eb051 {
  top: 0;
  left: 11%;
  width: 2.65%;
  min-width: 30px;
  animation: rotated 48s infinite linear;
}

.feedback-block-two_174486607271026c {
  border: 1px solid #E1E2E2;
  border-radius: 20px;
  padding: 34px 48px 30px;
}
.feedback-block-two_174486607271026c .avatar_e1d35edef0ff3c72 {
  width: 55px;
  height: 55px;
}
.feedback-block-two_174486607271026c .name {
  color: #19352D;
}
.feedback-block-two_174486607271026c blockquote {
  color: #0E3F30;
  margin: 24px 0 43px;
}
.feedback-block-two_174486607271026c .bottom-line_084544b6a834be23 {
  border-top: 1px solid #E1E2E2;
  padding-top: 24px;
}
.feedback-block-two_174486607271026c .bottom-line_084544b6a834be23 .rating_ad1652c1be387566 li {
  color: #FFCC4A;
  margin-right: 5px;
  font-size: 18px;
}

.slick-center_4276abb83351b87e .feedback-block-two_174486607271026c {
  background: #29594B;
  border-color: #29594B;
}
.slick-center_4276abb83351b87e .feedback-block-two_174486607271026c .name, .slick-center_4276abb83351b87e .feedback-block-two_174486607271026c blockquote {
  color: #fff;
}
.slick-center_4276abb83351b87e .feedback-block-two_174486607271026c p {
  color: rgba(255, 255, 255, 0.5);
}
.slick-center_4276abb83351b87e .feedback-block-two_174486607271026c .bottom-line_084544b6a834be23 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.slick-center_4276abb83351b87e .feedback-block-two_174486607271026c .bottom-line_084544b6a834be23 .icon_578908cd09cb4940 {
  filter: brightness(0) invert(1);
}

.feedback-section-three_960dadacea0cdb9c .slider-wrapper_5164af3c7c5c1f74 {
  padding-left: 100px;
}
.feedback-section-three_960dadacea0cdb9c .slider-wrapper_5164af3c7c5c1f74 .icon_578908cd09cb4940 {
  left: 0;
  top: 18px;
}
.feedback-section-three_960dadacea0cdb9c .slick-dots_0777d5a220a370e4 {
  margin: 50px 0 0 15px;
  padding: 0;
}
.feedback-section-three_960dadacea0cdb9c .slick-dots_0777d5a220a370e4 li button {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #000;
  padding: 0;
  margin-right: 3px;
}
.feedback-section-three_960dadacea0cdb9c .slick-dots_0777d5a220a370e4 .slick-active button {
  background: #000;
}
.feedback-section-three_960dadacea0cdb9c .rating-box_b98cee3b777dd93c {
  position: absolute;
  padding: 50px 37px 35px;
  left: -75px;
  bottom: -65px;
  z-index: 1;
  background: #000;
}
.feedback-section-three_960dadacea0cdb9c .rating-box_b98cee3b777dd93c .rating_ad1652c1be387566 {
  font-size: 58px;
  letter-spacing: -1px;
  line-height: 25px;
  margin-bottom: 20px;
}
.feedback-section-three_960dadacea0cdb9c .shape_01_06177650927eb051 {
  width: 15px;
  top: 7%;
  right: 52%;
}
.feedback-section-three_960dadacea0cdb9c .shape_02_e7c35f1ba8642ba2 {
  width: 20px;
  bottom: 17%;
  right: 17%;
}

.feedback-block-three_e54cebf76659c0f8 blockquote {
  font-size: 36px;
  line-height: 1.611em;
  color: #000;
}

.feedback-section-four_e9c9adb2277d2551 .slider-arrows_fd995f0f4a731fba {
  position: absolute;
  right: 0;
  top: 80px;
  width: 125px;
  border: 1px solid #000;
  border-radius: 50px;
  overflow: hidden;
}
.feedback-section-four_e9c9adb2277d2551 .slider-arrows_fd995f0f4a731fba li {
  width: 50%;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  font-weight: 900;
  color: #000;
  transition: all 0.2s ease-in-out 0s;
}
.feedback-section-four_e9c9adb2277d2551 .slider-arrows_fd995f0f4a731fba li:hover {
  background: #000;
  color: #fff;
}
.feedback-section-four_e9c9adb2277d2551 .partner-logo-one_05b3f52260535281 {
  border-bottom: 2px dashed #e3e3e3;
}

.feedback-block-four_da71390e45cb24d5 {
  border: 2px solid #0E3E2F;
  border-radius: 20px;
  padding: 35px 48px 35px;
}
.feedback-block-four_da71390e45cb24d5 .rating_ad1652c1be387566 li {
  color: #FFCC4A;
  margin-right: 6px;
  font-size: 18px;
}
.feedback-block-four_da71390e45cb24d5 .icon_578908cd09cb4940 {
  width: 30px;
}
.feedback-block-four_da71390e45cb24d5 .avatar_e1d35edef0ff3c72 {
  width: 55px;
  height: 55px;
}
.feedback-block-four_da71390e45cb24d5 blockquote {
  font-size: 28px;
  line-height: 1.571em;
  color: #0E3F30;
  margin: 37px 0 52px;
}
.feedback-block-four_da71390e45cb24d5:hover {
  background: #F8FCF4;
  border-color: #F8FCF4;
}

.feedback-section-five_2b2e5da1507fe882 {
  background: #DFFF5E;
  border: 1px solid #000;
  z-index: 1;
  overflow: hidden;
}
.feedback-section-five_2b2e5da1507fe882:before {
  content: "";
  position: absolute;
  width: 70%;
  height: 100%;
  right: 0;
  top: 0;
  background: url(../visuals/assets_77a3fbc133/bg_06.svg) no-repeat right bottom;
  background-size: cover;
  z-index: -1;
}
.feedback-section-five_2b2e5da1507fe882 .slick-dots_0777d5a220a370e4 {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: -85px;
}
.feedback-section-five_2b2e5da1507fe882 .slick-dots_0777d5a220a370e4 li button {
  width: 12px;
  height: 12px;
  background: #fff;
  border: 1px solid #000;
  padding: 0;
  margin-right: 3px;
}
.feedback-section-five_2b2e5da1507fe882 .slick-dots_0777d5a220a370e4 .slick-active button {
  background: #000;
}
.feedback-section-five_2b2e5da1507fe882 .shape_01_06177650927eb051 {
  bottom: 1%;
  left: 19%;
  width: 34%;
}
.feedback-section-five_2b2e5da1507fe882 .shape_02_e7c35f1ba8642ba2 {
  bottom: 3%;
  right: 8%;
  width: 24%;
}

.feedback-block-five_9d64be7288d69bca blockquote {
  font-weight: 700;
  font-size: 90px;
  line-height: 1.166em;
  color: #000;
  margin-bottom: 40px;
}
.feedback-block-five_9d64be7288d69bca .name {
  font-size: 28px;
  color: #000;
}

.feedback-section-six_9362ae9b941e689c {
  z-index: 1;
}
.feedback-section-six_9362ae9b941e689c .icon-container_db51bbb39a79caa3 {
  width: 90%;
  margin: 0 auto;
}
.feedback-section-six_9362ae9b941e689c .icon-container_db51bbb39a79caa3:before, .feedback-section-six_9362ae9b941e689c .icon-container_db51bbb39a79caa3:after {
  content: "";
  position: absolute;
  height: 1px;
  background: #000;
  width: calc(50% - 65px);
  top: 50%;
  left: 0;
}
.feedback-section-six_9362ae9b941e689c .icon-container_db51bbb39a79caa3:after {
  left: auto;
  right: 0;
}
.feedback-section-six_9362ae9b941e689c .icon-container_db51bbb39a79caa3 .icon_578908cd09cb4940 {
  width: 70px;
  height: 70px;
  padding: 15px;
  background: #CFFF45;
}
.feedback-section-six_9362ae9b941e689c .slick-dots_0777d5a220a370e4 {
  margin: 95px 0 0;
  padding: 0;
  justify-content: center;
}
.feedback-section-six_9362ae9b941e689c .slick-dots_0777d5a220a370e4 li button {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #1F5E59;
}
.feedback-section-six_9362ae9b941e689c .slick-dots_0777d5a220a370e4 .slick-active button {
  background: #1F5E59;
}
.feedback-section-six_9362ae9b941e689c .shape_01_06177650927eb051 {
  right: 5%;
  bottom: 0;
  max-width: 16%;
}
.feedback-section-six_9362ae9b941e689c .shape_02_e7c35f1ba8642ba2 {
  left: 5%;
  bottom: 0;
  max-width: 16%;
}
.feedback-section-six_9362ae9b941e689c .shape_03_ab7072a230d34270 {
  left: 0;
  top: 0;
  max-width: 16%;
}

.feedback-block-six_f34c35f606a41d0e p {
  font-size: 42px;
  line-height: 1.666em;
  color: #171717;
  margin-bottom: 45px;
}
.feedback-block-six_f34c35f606a41d0e h6 {
  display: inline-block;
}
.feedback-block-six_f34c35f606a41d0e h6:before, .feedback-block-six_f34c35f606a41d0e h6:after {
  content: "";
  position: absolute;
  height: 1px;
  background: #000;
  width: 140px;
  top: 20px;
  left: -175px;
}
.feedback-block-six_f34c35f606a41d0e h6:after {
  left: auto;
  right: -175px;
}

.feedback-section-seven_50b08faed8c0cd9f .slider-arrows_fd995f0f4a731fba {
  position: absolute;
  top: 35%;
  width: 100%;
  max-width: 1600px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.feedback-section-seven_50b08faed8c0cd9f .slider-arrows_fd995f0f4a731fba li {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #000;
  cursor: pointer;
}
.feedback-section-seven_50b08faed8c0cd9f .slider-arrows_fd995f0f4a731fba li:hover {
  background-color: #D0FF45;
  border-color: #D0FF45;
}

.feedback-block-seven_e4b35972fc210fd7 {
  text-align: center;
}
.feedback-block-seven_e4b35972fc210fd7 blockquote {
  font-size: 48px;
  line-height: 1.3125em;
  font-weight: 500;
  color: #000;
  letter-spacing: -0.5px;
}
.feedback-block-seven_e4b35972fc210fd7 .name {
  font-size: 22px;
}

.feedback-section-eight_b4e653db9f5d2b94 {
  background: #144D41;
}
.feedback-section-eight_b4e653db9f5d2b94:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../visuals/shape_e5a04e9c4d/shape_53.svg) no-repeat center;
  background-size: cover;
}
.feedback-section-eight_b4e653db9f5d2b94 .wrapper_24adf4de84176411 {
  background: #26685A;
  padding: 95px 80px;
  border-radius: 20px;
}
.feedback-section-eight_b4e653db9f5d2b94 .slider-arrows_fd995f0f4a731fba {
  position: absolute;
  left: -35px;
  right: -35px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.feedback-section-eight_b4e653db9f5d2b94 .slider-arrows_fd995f0f4a731fba li {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 4px solid #144D41;
  background: #2B5F54;
  padding: 15px;
  cursor: pointer;
}

.feedback-block-eight_a24e5ec4a30b473c .media-img_34fca4988db112d7 {
  border-radius: 20px;
}
.feedback-block-eight_a24e5ec4a30b473c .icon_578908cd09cb4940 {
  width: 70px;
  height: 70px;
  background: #FFDB1E;
}
.feedback-block-eight_a24e5ec4a30b473c blockquote {
  font-size: 50px;
  line-height: 1.3em;
  font-weight: 800;
  color: #fff;
  font-style: italic;
  margin: 30px 0 52px;
}
.feedback-block-eight_a24e5ec4a30b473c h6 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.feedback-block-eight_a24e5ec4a30b473c span {
  font-size: 22px;
  color: #fff;
}
.feedback-block-eight_a24e5ec4a30b473c .rating_ad1652c1be387566 li {
  margin-right: 6px;
}
.feedback-block-eight_a24e5ec4a30b473c .rating_ad1652c1be387566 li i {
  font-size: 18px;
  color: #FFDB1E;
}
.feedback-block-eight_a24e5ec4a30b473c .rating_ad1652c1be387566 li span {
  font-size: 20px;
  font-weight: 500;
  display: block;
  margin-left: 8px;
  color: #fff;
}

.blog-section-one_096cf9b30f6f587c {
  z-index: 1;
}
.blog-section-one_096cf9b30f6f587c:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 17%;
  background: #EBF3EE;
  z-index: -1;
}
.blog-section-one_096cf9b30f6f587c .section-btn_043ec1952fb58ee9 {
  position: absolute;
  right: 0;
  top: 65px;
  z-index: 1;
}

.blog-meta-one_aacdd20918390c25 {
  background: #fff;
  border-radius: 30px;
}
.blog-meta-one_aacdd20918390c25 .post-data_b2df662a1892f8e4 {
  padding: 30px 35px 25px;
}
.blog-meta-one_aacdd20918390c25 .post-data_b2df662a1892f8e4 .post-info_4982b49c91f013bc {
  font-size: 18px;
  color: #AAAAAA;
}
.blog-meta-one_aacdd20918390c25 .post-data_b2df662a1892f8e4 .blog-title_9b0aa5e19339feb9 {
  font-size: 32px;
  line-height: 1.281em;
}
.blog-meta-one_aacdd20918390c25 .post-data_b2df662a1892f8e4 .blog-title_9b0aa5e19339feb9:hover {
  text-decoration: underline;
}
.blog-meta-one_aacdd20918390c25 .post-img_52bdeb7378ce5810 {
  height: 350px;
  border-radius: 0 0 30px 30px;
  padding: 0 25px 25px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-meta-one_aacdd20918390c25 .post-img_52bdeb7378ce5810 .round-btn_c569e515e8a2358e {
  font-size: 25px;
  width: 55px;
  height: 55px;
  background: #fff;
  color: #19352D;
}
.blog-meta-one_aacdd20918390c25:hover .round-btn_c569e515e8a2358e {
  background: #CFFF45;
}
.blog-meta-one_aacdd20918390c25.style-two_c48a3c48110fe15f {
  background: #F6F6F6;
  border-radius: 0;
}
.blog-meta-one_aacdd20918390c25.style-two_c48a3c48110fe15f .post-img_52bdeb7378ce5810 {
  border-radius: 0;
}
.blog-meta-one_aacdd20918390c25.style-two_c48a3c48110fe15f .blog-title_9b0aa5e19339feb9 {
  font-weight: 700;
  font-size: 28px;
  color: #000;
}

.blog-section-two_e58fe75f3a6ceab1 {
  z-index: 1;
}
.blog-section-two_e58fe75f3a6ceab1 .section-btn_043ec1952fb58ee9 {
  position: absolute;
  right: 0;
  top: 25px;
}
.blog-section-two_e58fe75f3a6ceab1 .shape_01_06177650927eb051 {
  bottom: 7%;
  right: 15%;
  width: 1.1%;
  animation: rotated 50s infinite linear;
}

.blog-meta-two_1ba29b51242cb0d5 {
  background: #fff;
}
.blog-meta-two_1ba29b51242cb0d5 .post-data_b2df662a1892f8e4 {
  padding-top: 30px;
}
.blog-meta-two_1ba29b51242cb0d5 .post-data_b2df662a1892f8e4 .blog-title_9b0aa5e19339feb9 {
  width: 70%;
}
.blog-meta-two_1ba29b51242cb0d5 .post-data_b2df662a1892f8e4 .blog-title_9b0aa5e19339feb9 h4 {
  font-size: 32px;
  line-height: 1.281em;
}
.blog-meta-two_1ba29b51242cb0d5 .post-data_b2df662a1892f8e4 .blog-title_9b0aa5e19339feb9:hover h4 {
  text-decoration: underline;
}
.blog-meta-two_1ba29b51242cb0d5 .post-data_b2df662a1892f8e4 .round-btn_c569e515e8a2358e {
  font-size: 25px;
  width: 60px;
  height: 60px;
  border: 1px solid #19352D;
  background: #fff;
  color: #19352D;
}
.blog-meta-two_1ba29b51242cb0d5 .post-data_b2df662a1892f8e4 .round-btn_c569e515e8a2358e:hover {
  background: #CFFF45;
  border-color: #CFFF45;
}
.blog-meta-two_1ba29b51242cb0d5 .post-data_b2df662a1892f8e4 .post-info_4982b49c91f013bc {
  border-top: 1px solid #D1D1D1;
  padding-top: 20px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
}
.blog-meta-two_1ba29b51242cb0d5 .post-img_52bdeb7378ce5810 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-meta-two_1ba29b51242cb0d5 .post-img_52bdeb7378ce5810 .date_bdf48cf3d7d09380 {
  line-height: 38px;
  font-size: 16px;
  padding: 0 18px;
  text-transform: uppercase;
  background: #fff;
  color: #19352D;
}
.blog-meta-two_1ba29b51242cb0d5.style-two_c48a3c48110fe15f {
  background: #F4F4F4;
  border-radius: 30px;
  overflow: hidden;
  padding: 40px 35px!important;
}
h1 {
  font-size: 50px!important;
}
h2 {
  font-size: 45px!important;
}
h3 {
  font-size: 40px!important;
}
.blog-meta-two_1ba29b51242cb0d5.style-two_c48a3c48110fe15f p {
  font-size: 18px;
}
.blog-meta-two_1ba29b51242cb0d5.style-two_c48a3c48110fe15f .post-img_52bdeb7378ce5810 {
  height: auto;
  width: 100%;
}
.blog-meta-two_1ba29b51242cb0d5.style-two_c48a3c48110fe15f .post-data_b2df662a1892f8e4 {
  padding: 26px 0;
}
.blog-meta-two_1ba29b51242cb0d5.style-two_c48a3c48110fe15f .post-data_b2df662a1892f8e4 .post-info_4982b49c91f013bc {
  border: none;
  padding: 0;
  margin: 0 0 12px;
}
.blog-meta-two_1ba29b51242cb0d5.style-two_c48a3c48110fe15f .post-data_b2df662a1892f8e4 .round-btn_c569e515e8a2358e {
  border: none;
}

.signup-btn-one_1cd30d9f292c9629 span {
  display: inline-block;
  font-weight: 500;
  color: #19352D;
  padding: 0 30px;
  line-height: 45px;
  border: 2px solid #29594B;
  border-radius: 30px;
  background: #fff;
  transition: all 0.2s ease-in-out 0s;
}
.signup-btn-one_1cd30d9f292c9629 .icon_578908cd09cb4940 {
  width: 49px;
  height: 49px;
  background: #29594B;
  color: #fff;
  font-size: 22px;
  margin-left: -12px;
  transition: all 0.2s ease-in-out 0s;
  padding: 0;
}

.blog-section-three_aad5c0ca5c3354db {
  z-index: 1;
}
.blog-section-three_aad5c0ca5c3354db .section-btn_043ec1952fb58ee9 {
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 1;
}

.blog-section-four_c731d60cde658f40 {
  z-index: 5;
}
.blog-section-four_c731d60cde658f40.block-feature-three_3bceb598db81896a:before {
  display: none;
}
.blog-section-four_c731d60cde658f40.block-feature-three_3bceb598db81896a .block-one_e29073203a8b6600 {
  background: url(../visuals/blog/blog_img_05.jpg) no-repeat center;
  height: 666px;
}

.blog-section-five_846854423d380df4 {
  background: #EDF8EB;
  border: 1px solid #000;
  z-index: 5;
}
.blog-section-five_846854423d380df4 .section-btn_043ec1952fb58ee9 {
  position: absolute;
  right: 0;
  top: 50px;
}
.blog-section-five_846854423d380df4 .wrapper_24adf4de84176411 {
  border-top: 2px solid #000;
}
.blog-section-five_846854423d380df4 .wrapper_24adf4de84176411:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: #000;
  top: 0;
  right: 50%;
}

.blog-meta-three_776421373491048a .tag_22cc9aa5585b37ee {
  line-height: 27px;
  border-radius: 20px;
  background: #000;
  font-size: 14px;
  padding: 0 16px;
  letter-spacing: 1px;
  color: #fff;
}
.blog-meta-three_776421373491048a .blog-title_9b0aa5e19339feb9 {
  font-size: 50px;
  line-height: 1.16em;
  color: #000;
  margin: 37px 0 24px;
}
.blog-meta-three_776421373491048a .round-btn_c569e515e8a2358e {
  font-size: 25px;
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  color: #19352D;
}
.blog-meta-three_776421373491048a .round-btn_c569e515e8a2358e:hover {
  background: #000;
  color: #fff;
}

.blog-meta-four_97836a71bc4b3345 {
  border: 1px solid #DFDFDF;
  border-radius: 30px;
  padding: 75px 35px 52px;
  text-align: center;
}
.blog-meta-four_97836a71bc4b3345 .post-data_b2df662a1892f8e4 {
  position: relative;
  padding: 42px 12px 28px;
  border-top: 1px dashed #CBCBCB;
  border-bottom: 1px dashed #CBCBCB;
}
.blog-meta-four_97836a71bc4b3345 .post-data_b2df662a1892f8e4 .icon_578908cd09cb4940 {
  width: 55px;
  height: 55px;
  background: #29594B;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-meta-four_97836a71bc4b3345 .post-data_b2df662a1892f8e4 .blog-title_9b0aa5e19339feb9 h4 {
  font-size: 43px;
  line-height: 1.302em;
  margin: 0;
}
.blog-meta-four_97836a71bc4b3345 .post-data_b2df662a1892f8e4 .blog-title_9b0aa5e19339feb9 h4:hover {
  text-decoration: underline;
}
.blog-meta-four_97836a71bc4b3345 .post-info_4982b49c91f013bc {
  font-size: 20px;
  margin: 35px 0 0;
}
.blog-meta-four_97836a71bc4b3345 .post-info_4982b49c91f013bc span {
  color: rgba(0, 0, 0, 0.5);
}

.blog-sidebar_13ebdc11c6037dd5 .sidebar-title_41ff8040c522f126 {
  font-size: 32px;
  margin-bottom: 18px;
}
.blog-sidebar_13ebdc11c6037dd5 .sidebar-search_6e3344c31507ddae {
  height: 65px;
  background: #F3F3F3;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.blog-sidebar_13ebdc11c6037dd5 .sidebar-search_6e3344c31507ddae input {
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  padding: 0 50px 0 20px;
  font-size: 18px;
}
.blog-sidebar_13ebdc11c6037dd5 .sidebar-search_6e3344c31507ddae button {
  position: absolute;
  width: 65px;
  right: 0;
  top: 0;
  bottom: 0;
  background: #29594B;
  color: #fff;
}
.blog-sidebar_13ebdc11c6037dd5 .sidebar-search_6e3344c31507ddae button:hover {
  background: #CFFF45;
  color: #19352D;
}
.blog-sidebar_13ebdc11c6037dd5 .blog-category_37c6db780f87fdf9 li a {
  line-height: 54px;
  color: #19352D;
  transition: all 0.2s ease-in-out 0s;
}
.blog-sidebar_13ebdc11c6037dd5 .blog-category_37c6db780f87fdf9 li a span {
  color: rgba(0, 0, 0, 0.4);
}
.blog-sidebar_13ebdc11c6037dd5 .blog-category_37c6db780f87fdf9 li a:hover {
  text-decoration: underline;
}
.blog-sidebar_13ebdc11c6037dd5 .blog-recent-news_d0f076304f7dd789 .recent-news_738a27d34b973b42 {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
  margin-bottom: 35px;
}
.blog-sidebar_13ebdc11c6037dd5 .blog-recent-news_d0f076304f7dd789 .recent-news_738a27d34b973b42:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
.blog-sidebar_13ebdc11c6037dd5 .blog-recent-news_d0f076304f7dd789 .recent-news_738a27d34b973b42 .post-img_52bdeb7378ce5810 {
  height: 222px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px;
  margin-bottom: 15px;
}
.blog-sidebar_13ebdc11c6037dd5 .blog-recent-news_d0f076304f7dd789 .recent-news_738a27d34b973b42 .date_bdf48cf3d7d09380 {
  font-size: 16px;
  color: #AAAAAA;
  margin-bottom: 5px;
}
.blog-sidebar_13ebdc11c6037dd5 .blog-recent-news_d0f076304f7dd789 .recent-news_738a27d34b973b42 .blog-title_9b0aa5e19339feb9 h3 {
  font-size: 24px;
  line-height: 1.291em;
  max-width: 85%;
}
.blog-sidebar_13ebdc11c6037dd5 .blog-recent-news_d0f076304f7dd789 .recent-news_738a27d34b973b42 .blog-title_9b0aa5e19339feb9 h3:hover {
  text-decoration: underline;
}
.blog-sidebar_13ebdc11c6037dd5 .blog-keyword_21c1a55340a98b5a ul {
  margin: 0 -4px;
}
.blog-sidebar_13ebdc11c6037dd5 .blog-keyword_21c1a55340a98b5a ul li {
  margin: 0 4px 10px;
}
.blog-sidebar_13ebdc11c6037dd5 .blog-keyword_21c1a55340a98b5a ul li a {
  line-height: 35px;
  background: #EFF6F3;
  border-radius: 30px;
  padding: 0 18px;
  font-size: 16px;
  color: #244034;
  transition: all 0.2s ease-in-out 0s;
}
.blog-sidebar_13ebdc11c6037dd5 .blog-keyword_21c1a55340a98b5a ul li a:hover {
  background: #29594B;
  color: #fff;
}
.blog-sidebar_13ebdc11c6037dd5 .contact-banner_fde7506646295883 {
  padding: 35px 3% 50px;
  background: #CFFF45;
  border-radius: 20px;
}
.blog-sidebar_13ebdc11c6037dd5 .contact-banner_fde7506646295883 h3 {
  font-size: 32px;
  line-height: 1.25em;
  color: #000;
}
.blog-sidebar_13ebdc11c6037dd5 .contact-banner_fde7506646295883 a {
  line-height: 36px;
  border: 2px solid #000;
  border-radius: 30px;
  color: #000;
  padding: 0 30px;
}
.blog-sidebar_13ebdc11c6037dd5 .contact-banner_fde7506646295883 a:hover {
  background: #0C3A30;
  border-color: #0C3A30;
  color: #fff;
}

.blog-details_b6c298a8e36ee494 .post-details-meta_1394fe2fba6a5d6a {
  border-top: 1px dashed #BEBEBE;
  margin-top: 30px;
  padding: 36px 0;
}
.blog-details_b6c298a8e36ee494 .post-details-meta_1394fe2fba6a5d6a p {
  line-height: 1.8em;
  margin-bottom: 30px;
}
.blog-details_b6c298a8e36ee494 .post-details-meta_1394fe2fba6a5d6a .quote-wrapper_dadfbf6241b723c0 {
  text-align: center;
  margin: 62px 0 35px;
}
.blog-details_b6c298a8e36ee494 .post-details-meta_1394fe2fba6a5d6a .quote-wrapper_dadfbf6241b723c0 .wrapper_24adf4de84176411 {
  position: relative;
  padding: 38px 12px 40px;
  border-top: 1px dashed #CBCBCB;
  border-bottom: 1px dashed #CBCBCB;
}
.blog-details_b6c298a8e36ee494 .post-details-meta_1394fe2fba6a5d6a .quote-wrapper_dadfbf6241b723c0 .wrapper_24adf4de84176411 .icon_578908cd09cb4940 {
  width: 55px;
  height: 55px;
  background: #29594B;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-details_b6c298a8e36ee494 .post-details-meta_1394fe2fba6a5d6a .quote-wrapper_dadfbf6241b723c0 .wrapper_24adf4de84176411 h3 {
  font-size: 36px;
  line-height: 1.444em;
  margin: 0;
}
.blog-details_b6c298a8e36ee494 .post-details-meta_1394fe2fba6a5d6a .quote-wrapper_dadfbf6241b723c0 h6 {
  font-size: 20px;
  margin: 24px 0 0;
}
.blog-details_b6c298a8e36ee494 .post-details-meta_1394fe2fba6a5d6a .quote-wrapper_dadfbf6241b723c0 h6 span {
  color: rgba(0, 0, 0, 0.5);
}
.blog-details_b6c298a8e36ee494 .post-details-meta_1394fe2fba6a5d6a .img-gallery_70b8e72bb4236aa4 {
  margin-bottom: 50px;
}
.blog-details_b6c298a8e36ee494 .post-details-meta_1394fe2fba6a5d6a .img-gallery_70b8e72bb4236aa4 img {
  border-radius: 20px;
  margin-top: 15px;
}
.blog-details_b6c298a8e36ee494 .post-details-meta_1394fe2fba6a5d6a h3 {
  font-size: 32px;
  margin-bottom: 20px;
}
.blog-details_b6c298a8e36ee494 .post-details-meta_1394fe2fba6a5d6a .list-item_8d196e17485761a4 li {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  position: relative;
  padding-left: 33px;
  margin-bottom: 23px;
}
.blog-details_b6c298a8e36ee494 .post-details-meta_1394fe2fba6a5d6a .list-item_8d196e17485761a4 li:after {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  font-size: 0.95em;
  top: 3px;
  left: 0;
  color: #000;
}
.blog-details_b6c298a8e36ee494 .bottom-widget_0121f4afa9e4d57f {
  padding: 10px 0 5px;
}
.blog-details_b6c298a8e36ee494 .bottom-widget_0121f4afa9e4d57f .tags_ddb65739aee46628 li:first-child {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
  margin-right: 7px;
}
.blog-details_b6c298a8e36ee494 .bottom-widget_0121f4afa9e4d57f .tags_ddb65739aee46628 a {
  line-height: 26px;
  border-radius: 16px;
  background: #fff;
  padding: 0 10px;
  color: #19352D;
  font-size: 16px;
  margin-right: 5px;
}
.blog-details_b6c298a8e36ee494 .bottom-widget_0121f4afa9e4d57f .tags_ddb65739aee46628 a:hover {
  color: #000;
  text-decoration: underline;
}
.blog-details_b6c298a8e36ee494 .bottom-widget_0121f4afa9e4d57f .share-icon_2eb38abad9f983c5 li:first-child {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.blog-details_b6c298a8e36ee494 .bottom-widget_0121f4afa9e4d57f .share-icon_2eb38abad9f983c5 a {
  color: #19352D;
  font-size: 18px;
  margin-left: 17px;
}
.blog-details_b6c298a8e36ee494 .grey-bg_2be42f46f3d6b321 {
  background: #f4f4f4;
  border-radius: 30px;
  padding: 40px 35px;
}
.blog-details_b6c298a8e36ee494 .blog-inner-title_9be046f9fd2bdeca {
  font-size: 42px;
  margin-bottom: 10px;
}
.blog-details_b6c298a8e36ee494 .blog-comment-area_bebfc59c17df4da8 {
  margin: 60px 0;
}
.blog-details_b6c298a8e36ee494 .blog-comment-area_bebfc59c17df4da8 .comment_f9aef2cd0f012af1 {
  border-top: 1px dashed #CBCBCB;
  padding: 38px 0 20px;
}
.blog-details_b6c298a8e36ee494 .blog-comment-area_bebfc59c17df4da8 .comment_f9aef2cd0f012af1:last-child {
  padding-bottom: 5px;
}
.blog-details_b6c298a8e36ee494 .blog-comment-area_bebfc59c17df4da8 .comment_f9aef2cd0f012af1 .reply-comment_2e6bb8c2446a2692 {
  border: none;
  padding: 40px 0 30px;
}
.blog-details_b6c298a8e36ee494 .blog-comment-area_bebfc59c17df4da8 .comment_f9aef2cd0f012af1 .user-avatar_afe9af03beb9ac7e {
  width: 60px;
  height: 60px;
}
.blog-details_b6c298a8e36ee494 .blog-comment-area_bebfc59c17df4da8 .comment_f9aef2cd0f012af1 .comment-text_b5b4fc6ce4ee1941 {
  width: calc(100% - 60px);
  padding-left: 25px;
  position: relative;
}
.blog-details_b6c298a8e36ee494 .blog-comment-area_bebfc59c17df4da8 .comment_f9aef2cd0f012af1 .comment-text_b5b4fc6ce4ee1941 .name {
  font-size: 20px;
  color: #19352D;
}
.blog-details_b6c298a8e36ee494 .blog-comment-area_bebfc59c17df4da8 .comment_f9aef2cd0f012af1 .comment-text_b5b4fc6ce4ee1941 .date_bdf48cf3d7d09380 {
  font-size: 16px;
  color: #ADADAD;
}
.blog-details_b6c298a8e36ee494 .blog-comment-area_bebfc59c17df4da8 .comment_f9aef2cd0f012af1 .comment-text_b5b4fc6ce4ee1941 p {
  font-size: 18px;
  line-height: 32px;
  margin: 7px 0 10px 0px;
}
.blog-details_b6c298a8e36ee494 .blog-comment-area_bebfc59c17df4da8 .comment_f9aef2cd0f012af1 .comment-text_b5b4fc6ce4ee1941 .reply-btn_21988ae531417dd9 {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0px;
  text-align: center;
  width: 60px;
  line-height: 25px;
  background: #29594B;
  border-radius: 3px;
}
.blog-details_b6c298a8e36ee494 .blog-comment-area_bebfc59c17df4da8 .comment_f9aef2cd0f012af1 .comment-text_b5b4fc6ce4ee1941 .reply-btn_21988ae531417dd9:hover {
  background: #CFFF45;
  color: #19352D;
}
.blog-details_b6c298a8e36ee494 .blog-comment-form_2fbc1bc8c3a04363 p a {
  color: #19352D;
}
.blog-details_b6c298a8e36ee494 .blog-comment-form_2fbc1bc8c3a04363 form label {
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  padding-bottom: 5px;
}
.blog-details_b6c298a8e36ee494 .blog-comment-form_2fbc1bc8c3a04363 form input {
  display: block;
  font-size: 18px;
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 8px;
  padding: 0 25px;
  background: #fff;
}
.blog-details_b6c298a8e36ee494 .blog-comment-form_2fbc1bc8c3a04363 form textarea {
  display: block;
  font-size: 17px;
  width: 100%;
  max-width: 100%;
  height: 145px;
  border: none;
  border-radius: 8px;
  padding: 20px 25px;
  background: #fff;
}

.map-banner_cc5059c1edc9f7ef {
  height: 600px;
}

.address-block-one_b9394bde05965736 .icon_578908cd09cb4940 {
  width: 80px;
  height: 80px;
  background: #29594B;
}
.address-block-one_b9394bde05965736 .title {
  font-family: "Satoshi";
  font-size: 24px;
  padding: 20px 0 5px;
}
.address-block-one_b9394bde05965736 p {
  line-height: 1.6em;
  color: #878787;
}
.address-block-one_b9394bde05965736 p .call {
  color: #29594B;
}
.address-block-one_b9394bde05965736 p .call:hover {
  text-decoration: underline;
}
.address-block-one_b9394bde05965736 p .webaddress_dc80c9ff38803c56 {
  color: #29594B;
  text-decoration: underline;
}

.contact-us-section_77f050d28423c52e .bg-wrapper_4f0520f23fe66699 {
  border-radius: 40px;
  padding: 55px 55px 60px;
}

.form-style-one_276b52e28e60bba0 .input-group-meta_27f28f1da313f519 {
  position: relative;
}
.form-style-one_276b52e28e60bba0 .input-group-meta_27f28f1da313f519 label {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 5px;
}
.form-style-one_276b52e28e60bba0 .input-group-meta_27f28f1da313f519 input, .form-style-one_276b52e28e60bba0 .input-group-meta_27f28f1da313f519 textarea {
  width: 100%;
  max-width: 100%;
  border: none;
  border-radius: 8px;
  background: #fff;
  font-size: 18px;
}
.form-style-one_276b52e28e60bba0 .input-group-meta_27f28f1da313f519 input {
  height: 60px;
  padding: 0 20px;
}
.form-style-one_276b52e28e60bba0 .input-group-meta_27f28f1da313f519 textarea {
  height: 165px;
  padding: 15px 20px;
}
.form-style-one_276b52e28e60bba0 .btn-four_aaee642f4422ecca {
  font-weight: 500;
  line-height: 60px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 8px;
}

.form-style-two_ad07f7a290a6eed2 .input-group-meta_27f28f1da313f519 {
  position: relative;
}
.form-style-two_ad07f7a290a6eed2 .input-group-meta_27f28f1da313f519 input, .form-style-two_ad07f7a290a6eed2 .input-group-meta_27f28f1da313f519 textarea {
  width: 100%;
  max-width: 100%;
  border: 1px solid #000;
  border-radius: 5px;
  background: #fff;
  font-size: 18px;
}
.form-style-two_ad07f7a290a6eed2 .input-group-meta_27f28f1da313f519 input {
  height: 55px;
  padding: 0 20px;
}
.form-style-two_ad07f7a290a6eed2 .input-group-meta_27f28f1da313f519 textarea {
  max-height: 160px;
  height: 160px;
  padding: 15px 20px;
}

#contact-form .help-block {
  position: absolute;
  left: 0;
  bottom: -18px;
  font-size: 13px;
  line-height: 20px;
  color: #ff4d44;
}
#contact-form .help-block ul {
  margin: 0;
}

.contact-section-one_c296bb28df289d61 .media-img_34fca4988db112d7 {
  border-radius: 20px;
}
.contact-section-one_c296bb28df289d61 .shape_01_06177650927eb051 {
  top: 13%;
  left: 43%;
}

.footer-one_70ae642dac36d364 {
  background: #0C3A30;
  padding-top: 95px;
}
.footer-one_70ae642dac36d364 .bottom-footer_3d1f67b1e9a33047 {
  border-top: 1px dashed rgba(255, 255, 255, 0.25);
  margin-top: 32px;
  padding: 40px 0 25px;
}
.footer-one_70ae642dac36d364 .social-icon_5435a51827f8317f a {
  color: #fff;
  font-size: 18px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  transition: all 0.2s ease-in-out 0s;
}
.footer-one_70ae642dac36d364 .social-icon_5435a51827f8317f a:hover {
  background: #CFFF45;
  color: #29594B;
}
.footer-one_70ae642dac36d364 .footer-title_d1180ecbd75b24bb {
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
}
.footer-one_70ae642dac36d364 .footer-nav-link_a828ac8fc5c5bfdd a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 46px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-one_70ae642dac36d364 .footer-nav-link_a828ac8fc5c5bfdd a:hover {
  color: #fff;
}
.footer-nav-link_a828ac8fc5c5bfdd p {
  font-size: 16px;
}
.logo_f4a4475aeb80c26c img {
  max-width: 200px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 20px;
  width: 100%;
  font-size: 17px;
}

caption,
th,
td {
  font-weight: normal;
}
.casino-logos_71e94b752ca25d54 {
  min-width: 80px;
  max-height: 40px;
  max-width: 150px;
}
.casino-li_578f44cd226fcacf {
  align-content: center;
}

th {
  font-weight: 500;
  padding: 10px;
}

td,
.wp-block-calendar_834a001432a6f183 tfoot td {
  padding: 7px 10px;
}

.footer-one_70ae642dac36d364 .footer-newsletter_491904a7c11c5cee form {
  width: 410px;
  height: 54px;
  position: relative;
}
.footer-one_70ae642dac36d364 .footer-newsletter_491904a7c11c5cee form input {
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  padding: 0 80px 0 30px;
  border: none;
  border-radius: 35px;
  background: rgba(255, 255, 255, 0.1);
}
.footer-one_70ae642dac36d364 .footer-newsletter_491904a7c11c5cee form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.footer-one_70ae642dac36d364 .footer-newsletter_491904a7c11c5cee form input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.footer-one_70ae642dac36d364 .footer-newsletter_491904a7c11c5cee form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.footer-one_70ae642dac36d364 .footer-newsletter_491904a7c11c5cee form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.footer-one_70ae642dac36d364 .footer-newsletter_491904a7c11c5cee form button {
  width: 50px;
  height: 50px;
  font-weight: 900;
  text-align: center;
  border-radius: 50%;
  background: #CFFF45;
  color: #29594B;
  position: absolute;
  right: 0;
  top: 2px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-one_70ae642dac36d364 .footer-newsletter_491904a7c11c5cee form button:hover {
  background: #fff;
}
.footer-one_70ae642dac36d364 .copyright_439aae8d8937ad11 {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}
.footer-one_70ae642dac36d364 .bottom-nav_1cb919f01abbd601 {
  margin: 0 -12px;
}
.footer-one_70ae642dac36d364 .bottom-nav_1cb919f01abbd601 a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: rgba(255, 255, 255, 0.7);
}
.footer-one_70ae642dac36d364 .bottom-nav_1cb919f01abbd601 a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-two_c200a136841781b8 {
  background: url(../visuals/media/img_18.jpg) no-repeat center bottom;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 110px 15px 135px;
}
.footer-two_c200a136841781b8.no-bg_322a4b2bf36bad46 {
  background: none;
  padding: 0;
  position: statics;
}
.footer-two_c200a136841781b8.no-bg_322a4b2bf36bad46:before {
  display: none;
}
.footer-two_c200a136841781b8.no-bg_322a4b2bf36bad46 .bg-wrapper_4f0520f23fe66699 {
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.footer-two_c200a136841781b8.no-bg_322a4b2bf36bad46 .bg-wrapper_4f0520f23fe66699 .copyright_439aae8d8937ad11 {
  left: 0;
}
.footer-two_c200a136841781b8:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(180deg, #F5F8F7 0%, rgba(240, 243, 242, 0.58) 69.88%, rgba(238, 241, 240, 0.15) 100%);
}
.footer-two_c200a136841781b8 .bg-wrapper_4f0520f23fe66699 {
  background: #FFFFFF;
  box-shadow: 0px 35px 70px rgba(0, 0, 0, 0.04);
  border-radius: 30px;
  z-index: 1;
  padding: 70px 40px 40px;
}
.footer-two_c200a136841781b8 .bg-wrapper_4f0520f23fe66699 .shape_01_06177650927eb051 {
  bottom: 12%;
  right: 33%;
  width: 2.3%;
  min-width: 28px;
}
.footer-two_c200a136841781b8 .bg-wrapper_4f0520f23fe66699 .shape_02_e7c35f1ba8642ba2 {
  bottom: 38%;
  left: 25%;
  width: 3.8%;
  min-width: 28px;
}
.footer-two_c200a136841781b8 .social-icon_5435a51827f8317f a {
  color: #29594B;
  font-size: 17px;
  width: 40px;
  height: 40px;
  border: 1px solid #29594B;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border-radius: 50%;
  transition: all 0.2s ease-in-out 0s;
}
.footer-two_c200a136841781b8 .social-icon_5435a51827f8317f a:hover {
  background: #29594B;
  border-color: #29594B;
  color: #fff;
}
.footer-two_c200a136841781b8 .footer-title_d1180ecbd75b24bb {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.footer-two_c200a136841781b8 .footer-nav-link_a828ac8fc5c5bfdd a {
  color: rgba(0, 0, 0, 0.8);
  line-height: 42px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-two_c200a136841781b8 .footer-nav-link_a828ac8fc5c5bfdd a:hover {
  color: #19352D;
  text-decoration: underline;
}
.footer-two_c200a136841781b8 .copyright_439aae8d8937ad11 {
  font-size: 18px;
  color: #19352D;
  position: absolute;
  left: 40px;
  bottom: 64px;
}

.footer-three_be27080bdee6d4ff {
  padding: 75px 0 0;
  position: relative;
  z-index: 1;
}
.footer-three_be27080bdee6d4ff .round-bg_f814d194421cbb81 {
  width: 350px;
  height: 350px;
  padding: 15px 15px;
  background: #FFF6C6;
}
.footer-three_be27080bdee6d4ff .round-bg_f814d194421cbb81.color-two_e7653f7243d2356b {
  background: #F6FFDD;
}
.footer-three_be27080bdee6d4ff .footer-intro_b0e77d8c4a4d09ed p a {
  font-weight: 500;
  font-size: 24px;
  color: #000;
}
.footer-three_be27080bdee6d4ff .footer-intro_b0e77d8c4a4d09ed p a:hover {
  color: #19352D;
  text-decoration: underline;
}
.footer-three_be27080bdee6d4ff .footer-title_d1180ecbd75b24bb {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.footer-three_be27080bdee6d4ff .footer-nav-link_a828ac8fc5c5bfdd a {
  color: rgba(0, 0, 0, 0.5);
  line-height: 46px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-three_be27080bdee6d4ff .footer-nav-link_a828ac8fc5c5bfdd a:hover {
  color: #19352D;
  text-decoration: underline;
}
.footer-three_be27080bdee6d4ff .bottom-footer_3d1f67b1e9a33047 {
  border-top: 1px solid #e2e2e2;
  margin-top: 40px;
  padding: 40px 0 25px;
}
.footer-three_be27080bdee6d4ff .bottom-footer_3d1f67b1e9a33047 .copyright_439aae8d8937ad11 {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}
.footer-three_be27080bdee6d4ff .bottom-footer_3d1f67b1e9a33047 .bottom-nav_1cb919f01abbd601 {
  margin: 0 -12px;
}
.footer-three_be27080bdee6d4ff .bottom-footer_3d1f67b1e9a33047 .bottom-nav_1cb919f01abbd601 a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: #000;
}
.footer-three_be27080bdee6d4ff .bottom-footer_3d1f67b1e9a33047 .bottom-nav_1cb919f01abbd601 a:hover {
  text-decoration: underline;
}
.footer-three_be27080bdee6d4ff .bottom-footer_3d1f67b1e9a33047 .social-icon_5435a51827f8317f {
  margin: 0 -10px;
}
.footer-three_be27080bdee6d4ff .bottom-footer_3d1f67b1e9a33047 .social-icon_5435a51827f8317f a {
  margin: 0 10px;
}
.footer-three_be27080bdee6d4ff .bottom-footer_3d1f67b1e9a33047 .social-icon_5435a51827f8317f a:hover {
  color: #19352D;
}
.footer-three_be27080bdee6d4ff .shape_01_06177650927eb051 {
  top: -3%;
  left: -3%;
}
.footer-three_be27080bdee6d4ff .shape_02_e7c35f1ba8642ba2 {
  bottom: 8%;
  right: 13%;
  animation: rotated 48s infinite linear;
}

.row.row-footer_4ff7ee944266195c {
  background-color: #e0e0e0;
  border-radius: 25px;
  padding: 5px 15px;
  justify-content: space-between;
}

.footer-large-wrapper_8d2cd09761562baf {
  z-index: 1;
}
.footer-large-wrapper_8d2cd09761562baf:before {
  content: "";
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  top: -20%;
  background: url(../visuals/assets_77a3fbc133/bg_04.svg) no-repeat center bottom;
  background-size: cover;
  z-index: -1;
}

.footer-four_4f6b1ccbe6f8210f {
  padding: 75px 0 0;
}
.footer-four_4f6b1ccbe6f8210f .footer-intro_b0e77d8c4a4d09ed p {
  line-height: 30px;
  color: rgba(255, 255, 255, 0.6);
}
.footer-four_4f6b1ccbe6f8210f .footer-intro_b0e77d8c4a4d09ed li {
  margin-top: 15px;
}
.footer-four_4f6b1ccbe6f8210f .footer-intro_b0e77d8c4a4d09ed li .icon_578908cd09cb4940 {
  width: 20px;
}
.footer-four_4f6b1ccbe6f8210f .footer-intro_b0e77d8c4a4d09ed li a {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
}
.footer-four_4f6b1ccbe6f8210f .footer-intro_b0e77d8c4a4d09ed li a:hover {
  text-decoration: underline;
}
.footer-four_4f6b1ccbe6f8210f .footer-title_d1180ecbd75b24bb {
  display: inline-block;
  position: relative;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 15px;
}
.footer-four_4f6b1ccbe6f8210f .footer-title_d1180ecbd75b24bb:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 20px;
  height: 2px;
  border-radius: 10px;
  background: #D3FF76;
}
.footer-four_4f6b1ccbe6f8210f .footer-nav-link_a828ac8fc5c5bfdd a {
  color: rgba(255, 255, 255, 0.75);
  line-height: 44px;
  font-weight: 300;
  transition: all 0.2s ease-in-out 0s;
}
.footer-four_4f6b1ccbe6f8210f .footer-nav-link_a828ac8fc5c5bfdd a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer-four_4f6b1ccbe6f8210f .bottom-footer_3d1f67b1e9a33047 {
  border-top: 1px dashed #37665c;
  margin-top: 40px;
  padding: 40px 0 25px;
}
.footer-four_4f6b1ccbe6f8210f .bottom-footer_3d1f67b1e9a33047 .copyright_439aae8d8937ad11 {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
}
.footer-four_4f6b1ccbe6f8210f .bottom-footer_3d1f67b1e9a33047 .bottom-nav_1cb919f01abbd601 {
  margin: 0 -12px;
}
.footer-four_4f6b1ccbe6f8210f .bottom-footer_3d1f67b1e9a33047 .bottom-nav_1cb919f01abbd601 a {
  font-size: 18px;
  margin: 0 12px;
  color: #fff;
}
.footer-four_4f6b1ccbe6f8210f .bottom-footer_3d1f67b1e9a33047 .bottom-nav_1cb919f01abbd601 a:hover {
  text-decoration: underline;
}
.footer-four_4f6b1ccbe6f8210f .bottom-footer_3d1f67b1e9a33047 .social-icon_5435a51827f8317f {
  margin: 0 -10px;
}
.footer-four_4f6b1ccbe6f8210f .bottom-footer_3d1f67b1e9a33047 .social-icon_5435a51827f8317f a {
  margin: 0 10px;
  color: #fff;
}
.footer-four_4f6b1ccbe6f8210f .bottom-footer_3d1f67b1e9a33047 .social-icon_5435a51827f8317f a:hover {
  color: #E6FD5A;
}

.footer-five_b7a9f6aee200f7b9 {
  background: #000;
  padding: 105px 0 20px;
  z-index: 1;
  overflow: hidden;
}
.footer-five_b7a9f6aee200f7b9:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: url(../visuals/assets_77a3fbc133/bg_07.svg) no-repeat center bottom;
  background-size: cover;
  z-index: -1;
}
.footer-five_b7a9f6aee200f7b9 h2 {
  font-size: 132px;
  line-height: 1.185em;
}
.footer-five_b7a9f6aee200f7b9 .btn-group_6dd7a6fcfeeb14f6 {
  padding: 15px 15px 15px 55px;
  border-radius: 80px;
  background: #DFFF5E;
  margin: 85px 0 110px;
}
.footer-five_b7a9f6aee200f7b9 .btn-group_6dd7a6fcfeeb14f6 h3 {
  font-size: 70px;
  color: #000;
  margin: 0;
}
.footer-five_b7a9f6aee200f7b9 .btn-group_6dd7a6fcfeeb14f6 h3 span {
  font-weight: 700;
  font-style: italic;
  text-decoration-line: underline;
  text-decoration-thickness: 4px;
}
.footer-five_b7a9f6aee200f7b9 .btn-group_6dd7a6fcfeeb14f6 .round-btn_c569e515e8a2358e {
  width: 125px;
  height: 125px;
  text-align: center;
  font-size: 55px;
  color: #DFFF5E;
  background: #101010;
}
.footer-five_b7a9f6aee200f7b9 .btn-group_6dd7a6fcfeeb14f6 .round-btn_c569e515e8a2358e:hover, .footer-five_b7a9f6aee200f7b9 .btn-group_6dd7a6fcfeeb14f6 .round-btn_c569e515e8a2358e:focus {
  background: #29594B;
  color: #fff;
}
.footer-five_b7a9f6aee200f7b9 .social-icon_5435a51827f8317f {
  margin: 0 -20px;
}
.footer-five_b7a9f6aee200f7b9 .social-icon_5435a51827f8317f a {
  color: #fff;
  margin: 0 20px;
}
.footer-five_b7a9f6aee200f7b9 .social-icon_5435a51827f8317f a:hover {
  color: #DFFF5E;
}
.footer-five_b7a9f6aee200f7b9 .bottom-nav_1cb919f01abbd601 {
  margin: 0 -12px;
}
.footer-five_b7a9f6aee200f7b9 .bottom-nav_1cb919f01abbd601 a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: #fff;
}
.footer-five_b7a9f6aee200f7b9 .bottom-nav_1cb919f01abbd601 a:hover {
  text-decoration: underline;
}
.footer-five_b7a9f6aee200f7b9 .shape_01_06177650927eb051 {
  top: 11%;
  right: 10%;
  width: 3.4%;
  animation: rotated 48s infinite linear;
}
.footer-five_b7a9f6aee200f7b9 .shape_02_e7c35f1ba8642ba2 {
  bottom: 41%;
  left: 13%;
  width: 1.7%;
  animation: rotated 48s infinite linear;
}

/* Custome Animation */
@keyframes jump {
  0% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, 50%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpTwo {
  0% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, 20px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpThree {
  0% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, -20px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpFour {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -10px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpFive {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 10px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes prXOne {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-15px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes prXTwo {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(15px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes rotated {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotatedTwo {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes rotatedHalf {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes rotatedHalfTwo {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-90deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes scale-right {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(20%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0.2;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes hvr-ripple-out {
  0% {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }
  50% {
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
    opacity: 0.8;
  }
  100% {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    opacity: 1;
  }
}
@keyframes hvr-ripple-out-two {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  100% {
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
    opacity: 0;
  }
}
@keyframes scale-up-one {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scale-up-two {
  0% {
    transform: scale(0.5);
  }
  40% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes scale-up-three {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.hinge_de08ad8d5028a4dc {
  animation-duration: 2s;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce_9e29c076613cd218 {
  animation-name: bounce;
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash_bab3351541f57a2c {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse_a3b8f5ecc768e2ba {
  animation-name: pulse;
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
.shake_93a96bf69f867344 {
  animation-name: shake;
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing_43bdfee5fdb42445 {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada_88418688c94c92c5 {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.wobble_1f7ae78c847373bd {
  animation-name: wobble;
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.bounceIn_1a074dba82f9ac7f {
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInDown_49a6dc6ff4762908 {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInLeft_7ca1a2e9635016c2 {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInRight_a23fbe0bbda05d4a {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInUp_b14f01d3db969de9 {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.bounceOut_b4a49722f6ff8e36 {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown_707b19bfa3e424c4 {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft_1f2a20f246551183 {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight_99bdd689e52561f8 {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp_fedb514f7602da99 {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown_cdcf48397e488f5a {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig_5ca57a7b0c08ee9a {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft_e7e34a1e758b665e {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig_45ecb8db420091cc {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight_63cdc3046e24aac2 {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig_88d9d2907a310afa {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp_59b6b08de31adc13 {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig_1518047ac675b444 {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.fadeOutDown_207381b4e159b772 {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig_26d467d9b3f2caed {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft_d5360bf1ea715686 {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig_df602b79ec689d8f {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight_8452884b9ab5dfc5 {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig_a55cbaaf0f8e371a {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp_43d3e200644797f0 {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig_87113b28ba14a38f {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    animation-timing-function: ease-in;
  }
}
.animated.flip_87cd964a7d4127ae {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX_d50db20353f48f71 {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY_5ae39d0d1dabf1c5 {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX_9db06bf9439af124 {
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY_38d1c818876a6c97 {
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn_ae666c6bdd903b87 {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut_90e188eeda2a8360 {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn_26d251191c22219b {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft_1e9bfbe1a7e5ee64 {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight_1364222266e9c0c2 {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft_aaf563dc39062a44 {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight_f19e6088899d0d81 {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut_4f748d8fe17c1535 {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft_362a2c99050c460e {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight_49f0a336d2efdbb7 {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft_85251ae08c0e614c {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight_3eb31bafc8928f4c {
  animation-name: rotateOutUpRight;
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(150px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInUp_66b0ac1ce1b2c6d9 {
  animation-name: slideInUp;
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown_cc3fd1239755c1af {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInLeft_8025150df171283b {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight_64194b53c1650a24 {
  animation-name: slideInRight;
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.slideOutLeft_6a9683a64c734657 {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.slideOutRight_e9c247ba0482189e {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.slideOutUp_3d3ba416a9735c8e {
  animation-name: slideOutUp;
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge_de08ad8d5028a4dc {
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn_4745df30140617a8 {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut_c6f9d7ab400bb5d2 {
  animation-name: rollOut;
}
@keyframes jump {
  0% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, 50%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpTwo {
  0% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, 20px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpThree {
  0% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, -20px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpFour {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -10px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpFive {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 10px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes prXOne {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-15px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes prXTwo {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(15px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes rotated {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotatedTwo {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes rotatedHalf {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes rotatedHalfTwo {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-90deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes scale-right {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(20%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0.2;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes hvr-ripple-out {
  0% {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }
  50% {
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
    opacity: 0.8;
  }
  100% {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    opacity: 1;
  }
}
@keyframes hvr-ripple-out-two {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  100% {
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
    opacity: 0;
  }
}
@keyframes scale-up-one {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scale-up-two {
  0% {
    transform: scale(0.5);
  }
  40% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes scale-up-three {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
.shop-filter-one_4270eb31bedc844f .theme-select-menu_c2e019682533bfa8 {
  width: 100%;
  min-width: 145px;
  height: 45px;
  font-size: 17px;
  padding: 0 12px;
  box-shadow: none;
  outline: none;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.product-block-one_92e08f1ac02fc3e7 {
  overflow: hidden;
}
.product-block-one_92e08f1ac02fc3e7 .img-holder_a8b80fabfd95f05f {
  position: relative;
  background: #F5F5F5;
  z-index: 5;
  margin-bottom: 22px;
}
.product-block-one_92e08f1ac02fc3e7 .img-holder_a8b80fabfd95f05f .cart-icon_ca00ce86d5e2da19 {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.09);
  border-radius: 50%;
  background: #fff;
  color: #000;
  text-align: center;
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 18px;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.2s ease-in-out 0s;
}
.product-block-one_92e08f1ac02fc3e7 .img-holder_a8b80fabfd95f05f .cart-icon_ca00ce86d5e2da19:hover {
  color: #19352D;
  background: #CFFF45;
}
.product-block-one_92e08f1ac02fc3e7 .img-holder_a8b80fabfd95f05f .cart-button_a170592c67839a46 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  line-height: 48px;
  background: #29594B;
  text-align: center;
  color: #fff;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s ease-in-out 0s;
}
.product-block-one_92e08f1ac02fc3e7 .img-holder_a8b80fabfd95f05f .cart-button_a170592c67839a46:hover {
  color: #19352D;
  background: #CFFF45;
}
.product-block-one_92e08f1ac02fc3e7 .product-title_315fa80a7e33b7c8 {
  font-weight: 500;
  color: #19352D;
  font-size: 20px;
  text-transform: capitalize;
}
.product-block-one_92e08f1ac02fc3e7 .rating_ad1652c1be387566 {
  margin: 0 -3px;
}
.product-block-one_92e08f1ac02fc3e7 .rating_ad1652c1be387566 li {
  font-size: 15px;
  margin: 0 3px;
  color: #B3B3B3;
}
.product-block-one_92e08f1ac02fc3e7 .rating_ad1652c1be387566 li .bi-star-fill_2d521d8c12e1dd03 {
  color: #FFCB65;
}
.product-block-one_92e08f1ac02fc3e7 .price_a7179180e19e89d4 {
  font-weight: 500;
  font-size: 22px;
  color: #0E3E2F;
  margin-top: 10px;
}
.product-block-one_92e08f1ac02fc3e7:hover .cart-button_a170592c67839a46 {
  opacity: 1;
  transform: translateY(0);
}
.product-block-one_92e08f1ac02fc3e7:hover .product-img_59ce245904f666a6 {
  transform: scale(0.95);
}
.product-block-one_92e08f1ac02fc3e7:hover .cart-icon_ca00ce86d5e2da19 {
  opacity: 1;
  transform: scale(1);
}
.product-block-one_92e08f1ac02fc3e7:hover .product-title_315fa80a7e33b7c8 {
  text-decoration: underline;
}

.product-details-one_fe8a913fd235ee9b .product-img-tab_0d8c1ae826428c61 {
  border: none;
}
.product-details-one_fe8a913fd235ee9b .product-img-tab_0d8c1ae826428c61 .nav-link {
  width: 100%;
  background: #F6F6F6;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 5px 0;
  height: 88px;
  margin-bottom: 12px;
}
.product-details-one_fe8a913fd235ee9b .product-img-tab_0d8c1ae826428c61 .nav-link img {
  max-height: 100%;
}
.product-details-one_fe8a913fd235ee9b .product-img-tab_0d8c1ae826428c61 .nav-link.active {
  background: #fff;
  border-color: #000;
}
.product-details-one_fe8a913fd235ee9b .product-img-tab-content_94e409d029ce0669 {
  background: #F6F6F6;
  padding: 20px;
}
.product-details-one_fe8a913fd235ee9b .product-img-tab-content_94e409d029ce0669 img {
  margin: auto;
}
.product-details-one_fe8a913fd235ee9b .product-info_a676228298945f73 .stock-tag_bdd4141083e4e0bf {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  background: #EAEAEA;
  border-radius: 3px;
  line-height: 25px;
  padding: 0 10px;
}
.product-details-one_fe8a913fd235ee9b .product-info_a676228298945f73 .product-name_7aace89a5a9a1db1 {
  text-transform: capitalize;
  font-size: 32px;
  margin: 25px 0 15px;
}
.product-details-one_fe8a913fd235ee9b .product-info_a676228298945f73 .rating_ad1652c1be387566 li {
  font-size: 15px;
  margin-right: 6px;
  color: #B3B3B3;
}
.product-details-one_fe8a913fd235ee9b .product-info_a676228298945f73 .rating_ad1652c1be387566 li .bi-star-fill_2d521d8c12e1dd03 {
  color: #FFCB65;
}
.product-details-one_fe8a913fd235ee9b .product-info_a676228298945f73 .rating_ad1652c1be387566 li a {
  font-size: 17px;
  color: #000;
  margin-left: 12px;
}
.product-details-one_fe8a913fd235ee9b .product-info_a676228298945f73 .rating_ad1652c1be387566 li a:hover {
  text-decoration: underline;
}
.product-details-one_fe8a913fd235ee9b .product-info_a676228298945f73 .price_a7179180e19e89d4 {
  font-size: 26px;
  font-weight: 700;
  color: #29594B;
  padding: 25px 0 5px;
}
.product-details-one_fe8a913fd235ee9b .product-info_a676228298945f73 .price_a7179180e19e89d4 del {
  font-size: 0.7em;
  opacity: 0.6;
}
.product-details-one_fe8a913fd235ee9b .product-info_a676228298945f73 .availability_4dc954d94f7bfd91 {
  color: #989CA2;
  font-size: 17px;
}
.product-details-one_fe8a913fd235ee9b .product-info_a676228298945f73 .description-text_0613804b8ee284a5 {
  padding: 10px 0 15px;
}
.product-details-one_fe8a913fd235ee9b .product-info_a676228298945f73 .product-feature_93acfe2627fd2cb2 {
  margin-bottom: 20px;
}
.product-details-one_fe8a913fd235ee9b .product-info_a676228298945f73 .product-feature_93acfe2627fd2cb2 li {
  color: #000;
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
}
.product-details-one_fe8a913fd235ee9b .product-info_a676228298945f73 .product-feature_93acfe2627fd2cb2 li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 2px;
  left: 0;
  color: #29594B;
}
.product-details-one_fe8a913fd235ee9b .product-info_a676228298945f73 .customize-order_e3025c8cecaecbd0 h6 {
  font-size: 18px;
  margin: 0 15px 0 0;
}
.product-details-one_fe8a913fd235ee9b .product-info_a676228298945f73 .customize-order_e3025c8cecaecbd0 .quantity_5cedc634847feadf .button-group_4740dce1fb564f4f {
  border: 1px solid #e3e3e3;
  display: inline-block;
}
.product-details-one_fe8a913fd235ee9b .product-info_a676228298945f73 .customize-order_e3025c8cecaecbd0 .quantity_5cedc634847feadf .button-group_4740dce1fb564f4f li {
  line-height: 40px;
  max-height: 40px;
}
.product-details-one_fe8a913fd235ee9b .product-info_a676228298945f73 .customize-order_e3025c8cecaecbd0 .quantity_5cedc634847feadf .button-group_4740dce1fb564f4f li button {
  font-size: 25px;
  color: #C9C9C9;
  background: transparent;
  width: 32px;
}
.product-details-one_fe8a913fd235ee9b .product-info_a676228298945f73 .customize-order_e3025c8cecaecbd0 .quantity_5cedc634847feadf .button-group_4740dce1fb564f4f li .product-value {
  font-size: 18px;
  font-weight: 500;
  height: 40px;
  color: #000;
  max-width: 45px;
  background: transparent;
  border: none;
  text-align: center;
  padding-left: 5px;
}
.product-details-one_fe8a913fd235ee9b .product-review-tab_1deb1f4972ec9639 .nav-tabs_47549cd10a70a88c {
  border-bottom: 1px solid #EBEBEB;
}
.product-details-one_fe8a913fd235ee9b .product-review-tab_1deb1f4972ec9639 .nav-tabs_47549cd10a70a88c .nav-link {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #19352D;
  letter-spacing: 1px;
  padding: 0 0 12px 0;
  position: relative;
  margin: 0 50px 0 0;
  border: none;
  border-radius: 0;
}
.product-details-one_fe8a913fd235ee9b .product-review-tab_1deb1f4972ec9639 .nav-tabs_47549cd10a70a88c .nav-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -1px;
  z-index: 1;
  background: #000;
  transform: scale(0, 1);
  transition: all 0.3s ease-in-out 0s;
}
.product-details-one_fe8a913fd235ee9b .product-review-tab_1deb1f4972ec9639 .nav-tabs_47549cd10a70a88c .nav-link.active:before {
  transform: scale(1);
}
.product-details-one_fe8a913fd235ee9b .product-review-tab_1deb1f4972ec9639 .nav-tabs_47549cd10a70a88c .nav-item:last-child .nav-link {
  margin-right: 0;
}
.product-details-one_fe8a913fd235ee9b .product-review-tab_1deb1f4972ec9639 .tab-content_162f9f258353c310 h5 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 18px;
}
.product-details-one_fe8a913fd235ee9b .product-review-tab_1deb1f4972ec9639 .tab-content_162f9f258353c310 .product-feature_93acfe2627fd2cb2 li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 18px;
}
.product-details-one_fe8a913fd235ee9b .product-review-tab_1deb1f4972ec9639 .tab-content_162f9f258353c310 .product-feature_93acfe2627fd2cb2 li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 2px;
  left: 0;
  color: #29594B;
}
.product-details-one_fe8a913fd235ee9b .product-review-tab_1deb1f4972ec9639 .user-comment-area_55e68461393a081b .single-comment_81351e1ed9a404b5 {
  padding-bottom: 40px;
}
.product-details-one_fe8a913fd235ee9b .product-review-tab_1deb1f4972ec9639 .user-comment-area_55e68461393a081b .single-comment_81351e1ed9a404b5:last-child {
  padding-bottom: 0;
}
.product-details-one_fe8a913fd235ee9b .product-review-tab_1deb1f4972ec9639 .user-comment-area_55e68461393a081b .user-img_db99d83b7a5b9030 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.product-details-one_fe8a913fd235ee9b .product-review-tab_1deb1f4972ec9639 .user-comment-area_55e68461393a081b .user-comment-data_130118e7674d00a8 {
  padding-left: 30px;
  position: relative;
}
.product-details-one_fe8a913fd235ee9b .product-review-tab_1deb1f4972ec9639 .user-comment-area_55e68461393a081b .user-comment-data_130118e7674d00a8 .name {
  font-size: 18px;
  margin-bottom: 4px;
}
.product-details-one_fe8a913fd235ee9b .product-review-tab_1deb1f4972ec9639 .user-comment-area_55e68461393a081b .user-comment-data_130118e7674d00a8 .rating_ad1652c1be387566 li {
  font-size: 14px;
  margin: 0 3px;
  color: #B3B3B3;
}
.product-details-one_fe8a913fd235ee9b .product-review-tab_1deb1f4972ec9639 .user-comment-area_55e68461393a081b .user-comment-data_130118e7674d00a8 .rating_ad1652c1be387566 li .bi-star-fill_2d521d8c12e1dd03 {
  color: #FFCB65;
}
.product-details-one_fe8a913fd235ee9b .product-review-tab_1deb1f4972ec9639 .user-comment-area_55e68461393a081b .user-comment-data_130118e7674d00a8 p {
  padding-top: 8px;
}

.cart-list-form_b25901c8627c7d6a {
  position: relative;
}
.cart-list-form_b25901c8627c7d6a .table_803c5f63979aa0a3 {
  margin: 0;
  background: transparent;
}
.cart-list-form_b25901c8627c7d6a .table_803c5f63979aa0a3 th {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  border: none;
  border-bottom: 2px solid #000;
  padding: 0 0 30px;
  text-align: center;
  text-transform: uppercase;
  color: #19352D;
  background: transparent;
}
.cart-list-form_b25901c8627c7d6a .table_803c5f63979aa0a3 th:first-child {
  text-align: left;
}
.cart-list-form_b25901c8627c7d6a .table_803c5f63979aa0a3 tbody td {
  padding: 0 0 70px;
  border: none;
  vertical-align: middle;
  text-align: center;
  background: transparent;
}
.cart-list-form_b25901c8627c7d6a .table_803c5f63979aa0a3 tbody tr:first-child td {
  padding-top: 60px;
}
.cart-list-form_b25901c8627c7d6a .table_803c5f63979aa0a3 tbody tr:last-child td {
  padding-bottom: 40px;
}
.cart-list-form_b25901c8627c7d6a .table_803c5f63979aa0a3 tbody .product-thumbnails_f68eb3258f4e98fa {
  width: 85px;
}
.cart-list-form_b25901c8627c7d6a .table_803c5f63979aa0a3 tbody .product-thumbnails_f68eb3258f4e98fa img {
  max-height: 100%;
  max-width: none;
}
.cart-list-form_b25901c8627c7d6a .table_803c5f63979aa0a3 tbody .product-thumbnails_f68eb3258f4e98fa .product-img_59ce245904f666a6 {
  display: block;
  max-width: 85px;
  max-height: 85px;
  overflow: hidden;
}
.cart-list-form_b25901c8627c7d6a .table_803c5f63979aa0a3 tbody .product-info_a676228298945f73 {
  padding-left: 30px;
  text-align: left;
}
.cart-list-form_b25901c8627c7d6a .table_803c5f63979aa0a3 tbody .product-info_a676228298945f73 .product-name_7aace89a5a9a1db1 {
  font-weight: 700;
  font-size: 20px;
  color: #19352D;
}
.cart-list-form_b25901c8627c7d6a .table_803c5f63979aa0a3 tbody .product-info_a676228298945f73 .serial_e0ee1711146e8b30 {
  font-size: 15px;
  color: rgba(31, 31, 31, 0.5);
  padding-bottom: 6px;
}
.cart-list-form_b25901c8627c7d6a .table_803c5f63979aa0a3 tbody .product-info_a676228298945f73 ul li {
  display: inline-block;
  font-size: 16px;
  color: #000;
  padding-right: 15px;
}
.cart-list-form_b25901c8627c7d6a .table_803c5f63979aa0a3 tbody .price_a7179180e19e89d4 {
  font-weight: 500;
  font-size: 18px;
  color: #19352D;
}
.cart-list-form_b25901c8627c7d6a .table_803c5f63979aa0a3 tbody .quantity_5cedc634847feadf li {
  display: inline-block;
  line-height: 40px;
  max-height: 40px;
}
.cart-list-form_b25901c8627c7d6a .table_803c5f63979aa0a3 tbody .quantity_5cedc634847feadf li .btn_6eecf4dd39536792 {
  font-size: 24px;
  padding: 0;
  border: none;
  vertical-align: inherit;
  color: #1d1d1d;
  background: transparent;
}
.cart-list-form_b25901c8627c7d6a .table_803c5f63979aa0a3 tbody .quantity_5cedc634847feadf li .product-value {
  font-size: 18px;
  font-weight: 500;
  color: #1d1d1d;
  max-width: 55px;
  background: transparent;
  border: none;
  text-align: center;
  padding-left: 12px;
}
.cart-list-form_b25901c8627c7d6a .table_803c5f63979aa0a3 tbody .remove-product_8acd18797790d38f {
  color: #000;
  font-size: 22px;
}
.cart-list-form_b25901c8627c7d6a .table_803c5f63979aa0a3 tbody .remove-product_8acd18797790d38f:hover {
  color: #ff2759;
}
.cart-list-form_b25901c8627c7d6a .cart-footer_a6b9ed960ba01423 {
  border-top: 2px solid #545454;
  margin-top: 28px;
  padding-top: 40px;
}
.cart-list-form_b25901c8627c7d6a .cart-footer_a6b9ed960ba01423 .coupon-form_17432265e5a44d7e input {
  width: 240px;
  height: 50px;
  border: none;
  border-bottom: 2px solid #545454;
  font-size: 18px;
  margin-right: 30px;
  background: transparent;
}
.cart-list-form_b25901c8627c7d6a .cart-footer_a6b9ed960ba01423 .cart-total-section_6d526c6cbb90ac1d {
  text-align: right;
  padding-right: 82px;
}
.cart-list-form_b25901c8627c7d6a .cart-footer_a6b9ed960ba01423 .cart-total-section_6d526c6cbb90ac1d .cart-total-table_081f0e22fae0fcb3 tr th {
  font-size: 18px;
  font-weight: 500;
  color: rgba(29, 29, 29, 0.5);
  font-weight: normal;
  padding-right: 26px;
  padding-bottom: 16px;
}
.cart-list-form_b25901c8627c7d6a .cart-footer_a6b9ed960ba01423 .cart-total-section_6d526c6cbb90ac1d .cart-total-table_081f0e22fae0fcb3 tr td {
  font-size: 18px;
  font-weight: 500;
  color: #19352D;
  padding-bottom: 16px;
}

.checkout-toggle-area_96054c7138b499c5 p {
  margin-bottom: 10px;
}
.checkout-toggle-area_96054c7138b499c5 p button {
  font-weight: 500;
  letter-spacing: 0px;
  color: #19352D;
  background: transparent;
  display: inline-block;
  text-decoration: underline;
}
.checkout-toggle-area_96054c7138b499c5 form input {
  width: 100%;
  height: 60px;
  font-size: 18px;
  border: none;
  border-radius: 8px;
  padding: 0 30px;
  margin-bottom: 20px;
}
.checkout-toggle-area_96054c7138b499c5 form input:focus {
  border-color: #777;
}
.checkout-toggle-area_96054c7138b499c5 form .lost-passw_18578eb2bbbfae82 {
  color: #636067;
  font-size: 0.8em;
  margin: 12px 0 35px;
}
.checkout-toggle-area_96054c7138b499c5 form .lost-passw_18578eb2bbbfae82:hover {
  text-decoration: underline;
}
.checkout-toggle-area_96054c7138b499c5 form button {
  line-height: 50px;
}
.checkout-toggle-area_96054c7138b499c5 form p {
  font-size: 0.9em;
  padding-top: 15px;
}

.checkout-form_73759bfeee342470 .main-title_d34cfd1e45e6aaca {
  font-size: 28px;
  padding-bottom: 55px;
}
.checkout-form_73759bfeee342470 .single-input-wrapper_abe3a60e4d2c01d1 {
  display: block;
  width: 100%;
  height: 60px;
  font-size: 18px;
  border: none;
  padding: 0 15px;
  border: none;
  border-radius: 8px;
  margin-bottom: 55px;
}
.checkout-form_73759bfeee342470 .theme-select-menu_c2e019682533bfa8 {
  display: block;
  width: 100%;
  height: 60px;
  font-size: 18px;
  border: none;
  padding: 0 15px;
  border: none;
  box-shadow: none;
  outline: none;
  border-radius: 8px;
  margin-bottom: 55px;
}
.checkout-form_73759bfeee342470 .theme-select-menu_c2e019682533bfa8 option {
  font-size: 0.85em;
}
.checkout-form_73759bfeee342470 .checkbox-list_b72d94e74ec8ff48 {
  padding-bottom: 44px;
}
.checkout-form_73759bfeee342470 .checkbox-list_b72d94e74ec8ff48 li label {
  position: relative;
  font-weight: 500;
  font-size: 17px;
  line-height: 15px;
  padding-left: 28px;
  color: #19352D;
  cursor: pointer;
  margin: 0 0 24px;
}
.checkout-form_73759bfeee342470 .checkbox-list_b72d94e74ec8ff48 li label:before {
  content: "";
  width: 15px;
  height: 15px;
  line-height: 15px;
  border-radius: 2px;
  border: 1px solid #000;
  font-size: 12px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.checkout-form_73759bfeee342470 .checkbox-list_b72d94e74ec8ff48 li input[type=checkbox] {
  display: none;
}
.checkout-form_73759bfeee342470 .checkbox-list_b72d94e74ec8ff48 li input[type=checkbox]:checked + label:before {
  content: "\f272";
  font-family: bootstrap-icons !important;
  background: #373737;
  color: #fff;
  border-color: #373737;
}
.checkout-form_73759bfeee342470 .other-note-area_4f0a6e6f0f5d2128 p {
  font-weight: 500;
  font-size: 16px;
  color: #19352D;
  margin-bottom: 6px;
}
.checkout-form_73759bfeee342470 .other-note-area_4f0a6e6f0f5d2128 textarea {
  width: 100%;
  border: none;
  padding: 15px;
  resize: none;
  height: 145px;
}
.checkout-form_73759bfeee342470 .order-confirm-sheet_c45c5db013b38bbc .order-review_1d907b854eeacad1 {
  background: #fff;
  padding: 50px 40px;
}
.checkout-form_73759bfeee342470 .order-confirm-sheet_c45c5db013b38bbc .order-review_1d907b854eeacad1 .product-review_da17f1c229368599 {
  width: 100%;
}
.checkout-form_73759bfeee342470 .order-confirm-sheet_c45c5db013b38bbc .order-review_1d907b854eeacad1 .product-review_da17f1c229368599 tbody {
  color: #19352D;
}
.checkout-form_73759bfeee342470 .order-confirm-sheet_c45c5db013b38bbc .order-review_1d907b854eeacad1 .product-review_da17f1c229368599 tbody th {
  padding-bottom: 15px;
}
.checkout-form_73759bfeee342470 .order-confirm-sheet_c45c5db013b38bbc .order-review_1d907b854eeacad1 .product-review_da17f1c229368599 tbody th span {
  font-weight: 500;
  font-size: 18px;
}
.checkout-form_73759bfeee342470 .order-confirm-sheet_c45c5db013b38bbc .order-review_1d907b854eeacad1 .product-review_da17f1c229368599 tbody td {
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  text-align: right;
}
.checkout-form_73759bfeee342470 .order-confirm-sheet_c45c5db013b38bbc .order-review_1d907b854eeacad1 .product-review_da17f1c229368599 tfoot th {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  border-top: 1px solid #e9e9e9;
  padding-top: 15px;
}
.checkout-form_73759bfeee342470 .order-confirm-sheet_c45c5db013b38bbc .order-review_1d907b854eeacad1 .product-review_da17f1c229368599 tfoot td {
  text-align: right;
  font-weight: 500;
  font-size: 18px;
  border-top: 1px solid #e9e9e9;
  padding-top: 15px;
}
.checkout-form_73759bfeee342470 .order-confirm-sheet_c45c5db013b38bbc .order-review_1d907b854eeacad1 .payment-list_2af2370f486edea8 {
  padding: 30px 0 15px;
  border-bottom: 1px solid #e9e9e9;
}
.checkout-form_73759bfeee342470 .order-confirm-sheet_c45c5db013b38bbc .order-review_1d907b854eeacad1 .payment-list_2af2370f486edea8 li {
  padding: 0 0 12px 30px;
  position: relative;
}
.checkout-form_73759bfeee342470 .order-confirm-sheet_c45c5db013b38bbc .order-review_1d907b854eeacad1 .payment-list_2af2370f486edea8 li p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 12px;
}
.checkout-form_73759bfeee342470 .order-confirm-sheet_c45c5db013b38bbc .order-review_1d907b854eeacad1 .payment-list_2af2370f486edea8 li label {
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 15px;
  color: #19352D;
  cursor: pointer;
  margin: 0 0 13px;
}
.checkout-form_73759bfeee342470 .order-confirm-sheet_c45c5db013b38bbc .order-review_1d907b854eeacad1 .payment-list_2af2370f486edea8 li label:before {
  content: "";
  width: 15px;
  height: 15px;
  line-height: 14px;
  font-weight: 700;
  border-radius: 50%;
  border: 1px solid #d5d5d5;
  font-size: 10px;
  text-align: center;
  position: absolute;
  left: -30px;
  top: 0;
}
.checkout-form_73759bfeee342470 .order-confirm-sheet_c45c5db013b38bbc .order-review_1d907b854eeacad1 .payment-list_2af2370f486edea8 li input[type=radio] {
  position: absolute;
  opacity: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.checkout-form_73759bfeee342470 .order-confirm-sheet_c45c5db013b38bbc .order-review_1d907b854eeacad1 .payment-list_2af2370f486edea8 li input:checked + label:before {
  content: "\f272";
  font-family: bootstrap-icons !important;
  background: #373737;
  color: #fff;
  border-color: #373737;
}
.checkout-form_73759bfeee342470 .order-confirm-sheet_c45c5db013b38bbc .policy-text_f06a164ae6897175 {
  font-size: 16px;
  line-height: 22px;
  color: #979797;
  padding: 25px 0 5px;
}
.checkout-form_73759bfeee342470 .order-confirm-sheet_c45c5db013b38bbc .agreement-checkbox_427ba95515d05447 label {
  position: relative;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #19352D;
  cursor: pointer;
  padding-left: 33px;
  margin-bottom: 35px;
}
.checkout-form_73759bfeee342470 .order-confirm-sheet_c45c5db013b38bbc .agreement-checkbox_427ba95515d05447 label:before {
  content: "";
  width: 15px;
  height: 15px;
  line-height: 14px;
  border-radius: 2px;
  border: 1px solid #d5d5d5;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  left: 0;
  top: 3px;
}
.checkout-form_73759bfeee342470 .order-confirm-sheet_c45c5db013b38bbc .agreement-checkbox_427ba95515d05447 input[type=checkbox] {
  display: none;
}
.checkout-form_73759bfeee342470 .order-confirm-sheet_c45c5db013b38bbc .agreement-checkbox_427ba95515d05447 input[type=checkbox]:checked + label:before {
  content: "\f272";
  font-family: bootstrap-icons !important;
  background: #373737;
  color: #fff;
  border-color: #373737;
}
.checkout-form_73759bfeee342470 .credit-card-form {
  margin-top: 12px;
  display: none;
}
.checkout-form_73759bfeee342470 .credit-card-form h6 {
  font-size: 15px;
  margin-bottom: 5px;
}
.checkout-form_73759bfeee342470 .credit-card-form input {
  width: 100%;
  height: 40px;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  padding: 0 10px;
  border-radius: 3px;
  margin-bottom: 18px;
}
.checkout-form_73759bfeee342470 .credit-card-form span {
  padding: 0 5px;
  margin-bottom: 18px;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active_0d54302936442080 {
  height: auto;
}

.fancybox-is-hidden_9b68e256789b47af {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage_14e48ebc5508f269 {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open_c9cbe6d735c85916 .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption_6b73443afd0b7f85, .fancybox-infobar_fa30402819478435, .fancybox-navigation_5734dba91cf08e8d .fancybox-button_1b89a690e54e5d66, .fancybox-toolbar_33c8bf9e9a45837f {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption_4c44cdc041274912 .fancybox-caption_6b73443afd0b7f85, .fancybox-show-infobar_30c67a75756264d8 .fancybox-infobar_fa30402819478435, .fancybox-show-nav_09f33ebe758c7471 .fancybox-navigation_5734dba91cf08e8d .fancybox-button_1b89a690e54e5d66, .fancybox-show-toolbar_19340e76bf86d95f .fancybox-toolbar_33c8bf9e9a45837f {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}

.fancybox-infobar_fa30402819478435 {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fancybox-toolbar_33c8bf9e9a45837f {
  right: 0;
  top: 0;
}

.fancybox-stage_14e48ebc5508f269 {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open_c9cbe6d735c85916 .fancybox-stage_14e48ebc5508f269 {
  overflow: hidden;
}

.fancybox-slide {
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding_d7672405f81fae8b .fancybox-slide, .fancybox-slide--current_fca29881348e0d19, .fancybox-slide--next_bf81673673fa4bb2, .fancybox-slide--previous_74a53ebb19fc86bd {
  display: block;
}

.fancybox-slide--next_bf81673673fa4bb2 {
  z-index: 99995;
}

.fancybox-slide--image_b9bcdd6d797a993a {
  overflow: visible;
  padding: 44px 0;
}

.fancybox-slide--image_b9bcdd6d797a993a:before {
  display: none;
}

.fancybox-slide--html_18957abe6220623b {
  padding: 6px 6px 0;
}

.fancybox-slide--iframe_f735fcdc650edd2d {
  padding: 44px 44px 0;
}

.fancybox-content_9aafc4d7ba3c7d4c {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image_b9bcdd6d797a993a .fancybox-content_9aafc4d7ba3c7d4c {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut_ca3bbddf46910336 .fancybox-content_9aafc4d7ba3c7d4c {
  cursor: zoom-out;
}

.fancybox-can-zoomIn_c00c4b4e9dee2acd .fancybox-content_9aafc4d7ba3c7d4c {
  cursor: zoom-in;
}

.fancybox-can-drag_402df71e0db51739 .fancybox-content_9aafc4d7ba3c7d4c {
  cursor: grab;
}

.fancybox-is-dragging_11b662cc78209a84 .fancybox-content_9aafc4d7ba3c7d4c {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball_d1ab11710593cc40 {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball_d1ab11710593cc40 {
  z-index: 1;
}

.fancybox-slide--html_18957abe6220623b .fancybox-content_9aafc4d7ba3c7d4c {
  margin-bottom: 6px;
}

.fancybox-slide--iframe_f735fcdc650edd2d .fancybox-content_9aafc4d7ba3c7d4c, .fancybox-slide--map_b23e8ae5112e75e6 .fancybox-content_9aafc4d7ba3c7d4c, .fancybox-slide--video_1c3611ae8b4d45f1 .fancybox-content_9aafc4d7ba3c7d4c {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video_1c3611ae8b4d45f1 .fancybox-content_9aafc4d7ba3c7d4c {
  background: #000;
}

.fancybox-slide--map_b23e8ae5112e75e6 .fancybox-content_9aafc4d7ba3c7d4c {
  background: #e5e3df;
}

.fancybox-slide--iframe_f735fcdc650edd2d .fancybox-content_9aafc4d7ba3c7d4c {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

.fancybox-iframe_0c25dc93e15953e9, .fancybox-video_03e5ea855c5f8ce1 {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe_0c25dc93e15953e9 {
  vertical-align: top;
}

.fancybox-error_8d9470fd8851b158 {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error_8d9470fd8851b158 p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button_1b89a690e54e5d66 {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
}

.fancybox-button_1b89a690e54e5d66, .fancybox-button_1b89a690e54e5d66:link, .fancybox-button_1b89a690e54e5d66:visited {
  color: #ccc;
}

.fancybox-button_1b89a690e54e5d66:focus, .fancybox-button_1b89a690e54e5d66:hover {
  color: #fff;
}

.fancybox-button_1b89a690e54e5d66.disabled, .fancybox-button_1b89a690e54e5d66.disabled:hover, .fancybox-button_1b89a690e54e5d66[disabled], .fancybox-button_1b89a690e54e5d66[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-button_1b89a690e54e5d66 svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button_1b89a690e54e5d66 svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--pause_3c701d902ae5230e svg path:nth-child(1), .fancybox-button--play_74421160314d6719 svg path:nth-child(2) {
  display: none;
}

.fancybox-button--play_74421160314d6719 svg path, .fancybox-button--share_8a121914d4be5da7 svg path, .fancybox-button--thumbs_c7b8a6971f99bdae svg path {
  fill: currentColor;
}

.fancybox-button--share_8a121914d4be5da7 svg path {
  stroke-width: 1;
}

.fancybox-navigation_5734dba91cf08e8d .fancybox-button_1b89a690e54e5d66 {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav_09f33ebe758c7471 .fancybox-navigation_5734dba91cf08e8d .fancybox-button_1b89a690e54e5d66 {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

.fancybox-navigation_5734dba91cf08e8d .fancybox-button_1b89a690e54e5d66:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation_5734dba91cf08e8d .fancybox-button--arrow_left_707c41455fb94272 {
  left: 6px;
}

.fancybox-navigation_5734dba91cf08e8d .fancybox-button--arrow_right_1891e67d00346c2c {
  right: 6px;
}

.fancybox-close-small_48b32f199ec21bdc {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}

.fancybox-close-small_48b32f199ec21bdc svg {
  fill: transparent;
  opacity: 0.8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke 0.1s;
}

.fancybox-close-small_48b32f199ec21bdc:focus {
  outline: none;
}

.fancybox-close-small_48b32f199ec21bdc:hover svg {
  opacity: 1;
}

.fancybox-slide--iframe_f735fcdc650edd2d .fancybox-close-small_48b32f199ec21bdc, .fancybox-slide--image_b9bcdd6d797a993a .fancybox-close-small_48b32f199ec21bdc, .fancybox-slide--video_1c3611ae8b4d45f1 .fancybox-close-small_48b32f199ec21bdc {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--iframe_f735fcdc650edd2d .fancybox-close-small_48b32f199ec21bdc:hover svg, .fancybox-slide--image_b9bcdd6d797a993a .fancybox-close-small_48b32f199ec21bdc:hover svg, .fancybox-slide--video_1c3611ae8b4d45f1 .fancybox-close-small_48b32f199ec21bdc:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling_6e0752de5036070d .fancybox-close-small_48b32f199ec21bdc, .fancybox-is-zoomable_18d1d2676a1e03bf.fancybox-can-drag_402df71e0db51739 .fancybox-close-small_48b32f199ec21bdc {
  display: none;
}

.fancybox-caption_6b73443afd0b7f85 {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
}

.fancybox-caption_6b73443afd0b7f85:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption_6b73443afd0b7f85:after {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption_6b73443afd0b7f85 a, .fancybox-caption_6b73443afd0b7f85 a:link, .fancybox-caption_6b73443afd0b7f85 a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption_6b73443afd0b7f85 a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading_beedd61b173c4da6 {
  animation: a 0.8s infinite linear;
  background: transparent;
  border: 6px solid hsla(0, 0%, 39%, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}
@keyframes a {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.fancybox-animated_e9406623562cc039 {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide_b63b5e169d5eb50e.fancybox-slide--previous_74a53ebb19fc86bd {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide_b63b5e169d5eb50e.fancybox-slide--next_bf81673673fa4bb2 {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide_b63b5e169d5eb50e.fancybox-slide--current_fca29881348e0d19 {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade_fd8d4243aee31860.fancybox-slide--next_bf81673673fa4bb2, .fancybox-fx-fade_fd8d4243aee31860.fancybox-slide--previous_74a53ebb19fc86bd {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade_fd8d4243aee31860.fancybox-slide--current_fca29881348e0d19 {
  opacity: 1;
}

.fancybox-fx-zoom-in-out_bebbc71cf6a63db3.fancybox-slide--previous_74a53ebb19fc86bd {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out_bebbc71cf6a63db3.fancybox-slide--next_bf81673673fa4bb2 {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out_bebbc71cf6a63db3.fancybox-slide--current_fca29881348e0d19 {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate_650afe7a20be60b5.fancybox-slide--previous_74a53ebb19fc86bd {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate_650afe7a20be60b5.fancybox-slide--next_bf81673673fa4bb2 {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate_650afe7a20be60b5.fancybox-slide--current_fca29881348e0d19 {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular_a13c62c385eb449d.fancybox-slide--previous_74a53ebb19fc86bd {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular_a13c62c385eb449d.fancybox-slide--next_bf81673673fa4bb2 {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular_a13c62c385eb449d.fancybox-slide--current_fca29881348e0d19 {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube_d1f6b5ffacf166ba.fancybox-slide--previous_74a53ebb19fc86bd {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube_d1f6b5ffacf166ba.fancybox-slide--next_bf81673673fa4bb2 {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube_d1f6b5ffacf166ba.fancybox-slide--current_fca29881348e0d19 {
  transform: translateZ(0) scale(1);
}

.fancybox-share_2db6bee0dbac8aa7 {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share_2db6bee0dbac8aa7 h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share_2db6bee0dbac8aa7 p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button_e25ea753b768d52d {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button_e25ea753b768d52d:link, .fancybox-share__button_e25ea753b768d52d:visited {
  color: #fff;
}

.fancybox-share__button_e25ea753b768d52d:hover {
  text-decoration: none;
}

.fancybox-share__button--fb_8b5826f35a54a0f7 {
  background: #3b5998;
}

.fancybox-share__button--fb_8b5826f35a54a0f7:hover {
  background: #344e86;
}

.fancybox-share__button--pt_d5324b49b9e06de7 {
  background: #bd081d;
}

.fancybox-share__button--pt_d5324b49b9e06de7:hover {
  background: #aa0719;
}

.fancybox-share__button--tw_c72002c5e46a9d2b {
  background: #1da1f2;
}

.fancybox-share__button--tw_c72002c5e46a9d2b:hover {
  background: #0d95e8;
}

.fancybox-share__button_e25ea753b768d52d svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button_e25ea753b768d52d svg path {
  fill: #fff;
}

.fancybox-share__input_e443dc7d941c3f47 {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs_0caeebbe8619c383 {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x_4cf6326ebe920d73 {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs_058f7d30e510cf42 .fancybox-thumbs_0caeebbe8619c383 {
  display: block;
}

.fancybox-show-thumbs_058f7d30e510cf42 .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs_0caeebbe8619c383 > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x_4cf6326ebe920d73 > ul {
  overflow: hidden;
}

.fancybox-thumbs-y_23676fd68d99372b > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y_23676fd68d99372b > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y_23676fd68d99372b > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs_0caeebbe8619c383 > ul > li {
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs-loading_ff1cd0a9d6d46fae {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs_0caeebbe8619c383 > ul > li {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs_0caeebbe8619c383 > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs_0caeebbe8619c383 .fancybox-thumbs-active_f672b37d7d9a41bf:before {
  opacity: 1;
}

@media (max-width: 800px) {
  .fancybox-thumbs_0caeebbe8619c383 {
    width: 110px;
  }
  .fancybox-show-thumbs_058f7d30e510cf42 .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs_0caeebbe8619c383 > ul > li {
    max-width: calc(100% - 10px);
  }
}
/* Slider */
.slick-slider_334157015164a94d {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  margin: 0 -15px;
}

.slick-dots_0777d5a220a370e4 {
  list-style-type: none;
  display: flex;
}

.slick-dots_0777d5a220a370e4 li {
  display: inline-block;
}

.slick-dots_0777d5a220a370e4 li button {
  text-indent: -50000px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 5px;
  background: #E4E4E4;
  transition: all 0.3s ease-in-out;
}

.slick-dots_0777d5a220a370e4 .slick-active button {
  background: #0C3A30;
}

.slick-list_0b30b8381e062a4e {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list_0b30b8381e062a4e:focus {
  outline: none !important;
}

.slick-list_0b30b8381e062a4e.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider_334157015164a94d .slick-track_e41977e90d2cfa1e,
.slick-slider_334157015164a94d .slick-list_0b30b8381e062a4e {
  transform: translate3d(0, 0, 0);
}

.slick-track_e41977e90d2cfa1e {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track_e41977e90d2cfa1e:before,
.slick-track_e41977e90d2cfa1e:after {
  display: table;
  content: "";
}

.slick-track_e41977e90d2cfa1e:after {
  clear: both;
}

.slick-loading_0db579d1dd066217 .slick-track_e41977e90d2cfa1e {
  visibility: hidden;
}

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

.slick-arrow_aa1cd71f33ba3a95.slick-hidden_d5a20728c41704b9 {
  display: none;
}/*# sourceMappingURL=style.css.map */