@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_d19cc9f3115ee668 {
  overflow-x: hidden;
}

.h1_dbb1f3bf6a69d339,
h1,
.h2_5f34ac682e6b1410,
h2,
.h3_a0e1437947a8c298,
h3,
.h4_64b1129c8369f4f0,
h4,
.h5_39dd2bdcf361e63b,
h5,
.h6_94431474efdcd3be,
h6 {
  font-weight: 500;
  color: #19352D;
}

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

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

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

p {
  line-height: 1.7em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box-layout_47ce5ea16a3b868f {
  margin: 30px;
}

.ctn-preloader_19e07b03634dfd6a {
  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_19e07b03634dfd6a .icon_bd7da2cbe5d1c6dc {
  animation: rotated 8s infinite linear;
}
.ctn-preloader_19e07b03634dfd6a .txt-loading_f70cbf815835bc06 {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-top: 30px;
}
.ctn-preloader_19e07b03634dfd6a .txt-loading_f70cbf815835bc06 .letters-loading_f8ddb3fc54c3d5a8 {
  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_19e07b03634dfd6a .txt-loading_f70cbf815835bc06 .letters-loading_f8ddb3fc54c3d5a8::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_19e07b03634dfd6a .txt-loading_f70cbf815835bc06 .letters-loading_f8ddb3fc54c3d5a8:nth-child(2):before {
  animation-delay: 0.2s;
}
.ctn-preloader_19e07b03634dfd6a .txt-loading_f70cbf815835bc06 .letters-loading_f8ddb3fc54c3d5a8:nth-child(3):before {
  animation-delay: 0.4s;
}
.ctn-preloader_19e07b03634dfd6a .txt-loading_f70cbf815835bc06 .letters-loading_f8ddb3fc54c3d5a8:nth-child(4):before {
  animation-delay: 0.6s;
}
.ctn-preloader_19e07b03634dfd6a .txt-loading_f70cbf815835bc06 .letters-loading_f8ddb3fc54c3d5a8:nth-child(5):before {
  animation-delay: 0.8s;
}
.ctn-preloader_19e07b03634dfd6a .txt-loading_f70cbf815835bc06 .letters-loading_f8ddb3fc54c3d5a8:nth-child(6):before {
  animation-delay: 1s;
}
.ctn-preloader_19e07b03634dfd6a .txt-loading_f70cbf815835bc06 .letters-loading_f8ddb3fc54c3d5a8:nth-child(7):before {
  animation-delay: 1.2s;
}
.ctn-preloader_19e07b03634dfd6a .txt-loading_f70cbf815835bc06 .letters-loading_f8ddb3fc54c3d5a8: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_9b3d9112fe6a309f {
  transition: all 0.3s ease-in-out;
}

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

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

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

.btn-one_c8794c77b3e0a038 {
  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_c8794c77b3e0a038:hover {
  background-color: #29594B;
  color: #fff;
}

.btn-two_c433198dc69f3b82 {
  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_c433198dc69f3b82 .icon_bd7da2cbe5d1c6dc {
  width: 1.35em;
}
.btn-two_c433198dc69f3b82:hover {
  background: #29594B;
  border-color: #29594B;
}

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

.btn-four_b7b2191063755089 {
  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_b7b2191063755089:hover {
  background-color: #CFFF45;
  color: #000;
}

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

.btn-six_def8ba8b4259f1a4 {
  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_def8ba8b4259f1a4:hover {
  background-color: #CFFF45;
  border-color: #CFFF45;
  color: #000;
}

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

.btn-eight_0e04c41d7e9c351a .text {
  font-weight: 700;
  font-size: 18px;
  color: #19352D;
}
.btn-eight_0e04c41d7e9c351a .icon_bd7da2cbe5d1c6dc {
  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_0e04c41d7e9c351a:hover .text {
  text-decoration: underline;
}
.btn-eight_0e04c41d7e9c351a:hover .icon_bd7da2cbe5d1c6dc {
  background: #CFFF45;
  color: #19352D;
}

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

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

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

.btn-twelve_e80175cf28cfc73d {
  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_e80175cf28cfc73d:hover {
  background-color: #000;
  color: #fff;
}

.btn-thirteen_ea56ec8b0cc5811d {
  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_ea56ec8b0cc5811d:hover {
  background-color: #E6FD5A;
  color: #000;
}

.btn-fourteen_0c35f427692cc17d {
  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_0c35f427692cc17d:hover {
  background-color: #E6FD5A;
  color: #000;
}

.btn-fifteen_cacc5f57ab2b6fc9 {
  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_cacc5f57ab2b6fc9:hover {
  background-color: #000;
  color: #fff;
}

.btn-sixteen_0ba79bdd5e47969f {
  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_0ba79bdd5e47969f: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_0ba79bdd5e47969f: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_0ba79bdd5e47969f:hover {
  background: #DFFF5E;
}

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

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

.btn-nineteen_d898135c5e5f8667 {
  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_d898135c5e5f8667:hover {
  background: #1F5E59;
  color: #fff;
}

.btn-twenty_a0caa993c68dc4a6 {
  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_a0caa993c68dc4a6:hover {
  background-color: #E6FD5A;
  color: #000;
}

.btn-twentyOne_45d5b454c3053dfa {
  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_45d5b454c3053dfa:hover {
  background-color: #000;
  color: #fff;
}

.btn-twentytwo_91fce98dfbd2364f {
  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_91fce98dfbd2364f:hover {
  background-color: #CFFF45;
  border-color: #CFFF45;
  color: #000;
}

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

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

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

.title-four_965d7877f9569de1 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_a3bd129703814aea {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.p0_a189893994674664 {
  padding: 0 !important;
}

.m0_aed7140f961e3338 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1399px) {
  .xl-p0_4d2c46abafb21cf9 {
    padding: 0 !important;
  }
  .xl-m0_db6cbde546f9ee1b {
    margin: 0 !important;
  }
  .xl-pt-10_e3e066b3fb768610 {
    padding-top: 10px !important;
  }
  .xl-pt-20_2b1d30dd1d4a6b0d {
    padding-top: 20px !important;
  }
  .xl-pt-30_46a1193bf2aaca6f {
    padding-top: 30px !important;
  }
  .xl-pt-40_672d677492bb7b4e {
    padding-top: 40px !important;
  }
  .xl-pt-50_53d7b20c0e04227f {
    padding-top: 50px !important;
  }
  .xl-pt-60_439710f6a0224c9b {
    padding-top: 60px !important;
  }
  .xl-pt-70_6a74fe867ba4b2fa {
    padding-top: 70px !important;
  }
  .xl-pt-80_ad03c57f6fc976dc {
    padding-top: 80px !important;
  }
  .xl-pt-90_dded367a41f8639c {
    padding-top: 90px !important;
  }
  .xl-pt-100_05b9e80b319ccdc9 {
    padding-top: 100px !important;
  }
  .xl-pt-110_d962156e12443ce9 {
    padding-top: 110px !important;
  }
  .xl-pt-120_f9c1a33100183d93 {
    padding-top: 120px !important;
  }
  .xl-pt-130_2223c4578d236833 {
    padding-top: 130px !important;
  }
  .xl-pt-140_cefb6263ad558923 {
    padding-top: 140px !important;
  }
  .xl-pt-150_ba3b94b63f62122e {
    padding-top: 150px !important;
  }
  .xl-pt-200_517c218c2b9b158d {
    padding-top: 200px !important;
  }
  .xl-pb-10_3063a69facf94b72 {
    padding-bottom: 10px !important;
  }
  .xl-pb-20_d4f3ff592653bce7 {
    padding-bottom: 20px !important;
  }
  .xl-pb-30_13c45a78a6308beb {
    padding-bottom: 30px !important;
  }
  .xl-pb-40_746371a4eb66bf21 {
    padding-bottom: 40px !important;
  }
  .xl-pb-50_33ad495c05d60b5f {
    padding-bottom: 50px !important;
  }
  .xl-pb-60_6f73cb4449d51d87 {
    padding-bottom: 60px !important;
  }
  .xl-pb-70_750747e888cf1d0b {
    padding-bottom: 70px !important;
  }
  .xl-pb-80_13623a4c147cefc2 {
    padding-bottom: 80px !important;
  }
  .xl-pb-90_5b662da0c0090c55 {
    padding-bottom: 90px !important;
  }
  .xl-pb-100_2de5803216ca6690 {
    padding-bottom: 100px !important;
  }
  .xl-pb-110_6f38289b96fcbe5a {
    padding-bottom: 110px !important;
  }
  .xl-pb-120_9c187cbcf4d6b4cd {
    padding-bottom: 120px !important;
  }
  .xl-pb-130_b7e747da4823e5eb {
    padding-bottom: 130px !important;
  }
  .xl-pb-140_a6e8b3c73d8b0f05 {
    padding-bottom: 140px !important;
  }
  .xl-pb-150_a379b672cbed62fd {
    padding-bottom: 150px !important;
  }
  .xl-pb-200_d948f45ad6adb119 {
    padding-bottom: 200px !important;
  }
  .xl-mt-10_a2e5ed1479861891 {
    margin-top: 10px !important;
  }
  .xl-mt-20_a498ae97d45506a4 {
    margin-top: 20px !important;
  }
  .xl-mt-30_15673fa7a243bd28 {
    margin-top: 30px !important;
  }
  .xl-mt-40_82fdd8b76536392a {
    margin-top: 40px !important;
  }
  .xl-mt-50_68669b458123744c {
    margin-top: 50px !important;
  }
  .xl-mt-60_47389553f90de86c {
    margin-top: 60px !important;
  }
  .xl-mt-70_dd11abfbf118424e {
    margin-top: 70px !important;
  }
  .xl-mt-80_cbd89d1f447e0e21 {
    margin-top: 80px !important;
  }
  .xl-mt-90_0256b870c2935b1d {
    margin-top: 90px !important;
  }
  .xl-mt-100_3532bc9497f7bbf3 {
    margin-top: 100px !important;
  }
  .xl-mt-110_500ce2ade67b4dad {
    margin-top: 110px !important;
  }
  .xl-mt-120_ac739dbec3434d9c {
    margin-top: 120px !important;
  }
  .xl-mt-130_e696825143b4fe07 {
    margin-top: 130px !important;
  }
  .xl-mt-140_e1bcfcdb91fa49b6 {
    margin-top: 140px !important;
  }
  .xl-mt-150_0f9541fa6eacd7ee {
    margin-top: 150px !important;
  }
  .xl-mt-200_279705f28ce3a8ba {
    margin-top: 200px !important;
  }
  .xl-mb-10_df934046d80d8cf5 {
    margin-bottom: 10px !important;
  }
  .xl-mb-20_f9d385328324c1d8 {
    margin-bottom: 20px !important;
  }
  .xl-mb-30_b9c06f05ce95b62a {
    margin-bottom: 30px !important;
  }
  .xl-mb-40_63883eb2c3cce951 {
    margin-bottom: 40px !important;
  }
  .xl-mb-50_fabc60d438e37294 {
    margin-bottom: 50px !important;
  }
  .xl-mb-60_308dbbca5e4a3c84 {
    margin-bottom: 60px !important;
  }
  .xl-mb-70_a6042681ff58ca1d {
    margin-bottom: 70px !important;
  }
  .xl-mb-80_331b3aa8ae3d9a29 {
    margin-bottom: 80px !important;
  }
  .xl-mb-90_e5997dac65bb2a7e {
    margin-bottom: 90px !important;
  }
  .xl-mb-100_7ffb2ddaf50bf1ba {
    margin-bottom: 100px !important;
  }
  .xl-mb-110_986055cc194b86aa {
    margin-bottom: 110px !important;
  }
  .xl-mb-120_16a070baa9d2cf35 {
    margin-bottom: 120px !important;
  }
  .xl-mb-130_3cafe25cd0cd5dd8 {
    margin-bottom: 130px !important;
  }
  .xl-mb-140_e4fb4b35baa6f264 {
    margin-bottom: 140px !important;
  }
  .xl-mb-150_29435f08cb077705 {
    margin-bottom: 150px !important;
  }
  .xl-mb-200_dd3f833e62a402fb {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 1399px)*/
@media (max-width: 1199px) {
  .lg-p0_466135dcd16c0109 {
    padding: 0 !important;
  }
  .lg-m0_40b0302d7631b630 {
    margin: 0 !important;
  }
  .lg-pt-10_adcf6331b5bc44df {
    padding-top: 10px !important;
  }
  .lg-pt-20_228d441e145e62fc {
    padding-top: 20px !important;
  }
  .lg-pt-30_5eb56974a24546b6 {
    padding-top: 30px !important;
  }
  .lg-pt-40_372f5f6fbcf45c8e {
    padding-top: 40px !important;
  }
  .lg-pt-50_5fbf1443bb5c9281 {
    padding-top: 50px !important;
  }
  .lg-pt-60_b96f5afaebc32e0f {
    padding-top: 60px !important;
  }
  .lg-pt-70_a705e25c4b9f9f86 {
    padding-top: 70px !important;
  }
  .lg-pt-80_7671d26ab306eedf {
    padding-top: 80px !important;
  }
  .lg-pt-90_5ee710ee08f71b4b {
    padding-top: 90px !important;
  }
  .lg-pt-100_57f857737e31220c {
    padding-top: 100px !important;
  }
  .lg-pt-110_53d1103987f08d9c {
    padding-top: 110px !important;
  }
  .lg-pt-120_675a0e51573c3625 {
    padding-top: 120px !important;
  }
  .lg-pt-130_f4ca7ba1d00be176 {
    padding-top: 130px !important;
  }
  .lg-pt-140_cd693cf89a893b65 {
    padding-top: 140px !important;
  }
  .lg-pt-150_d2b1d64f58606356 {
    padding-top: 150px !important;
  }
  .lg-pt-200_8838063f492eafd2 {
    padding-top: 200px !important;
  }
  .lg-pb-10_3803dbc7505cb310 {
    padding-bottom: 10px !important;
  }
  .lg-pb-20_85e0fbe134c2e46c {
    padding-bottom: 20px !important;
  }
  .lg-pb-30_d83a1c5d36c90baf {
    padding-bottom: 30px !important;
  }
  .lg-pb-40_e40e9c47dfeca3ab {
    padding-bottom: 40px !important;
  }
  .lg-pb-50_a122c6bf83c83e3f {
    padding-bottom: 50px !important;
  }
  .lg-pb-60_6d9f4af97cb491f3 {
    padding-bottom: 60px !important;
  }
  .lg-pb-70_d8f9b02544e2dae2 {
    padding-bottom: 70px !important;
  }
  .lg-pb-80_6fa7111b397901ca {
    padding-bottom: 80px !important;
  }
  .lg-pb-90_f1496ff1f38d6ee3 {
    padding-bottom: 90px !important;
  }
  .lg-pb-100_680bb5540e98810a {
    padding-bottom: 100px !important;
  }
  .lg-pb-110_0068d1058c369e6f {
    padding-bottom: 110px !important;
  }
  .lg-pb-120_b9108fe4e3eb3877 {
    padding-bottom: 120px !important;
  }
  .lg-pb-130_9be615c0fed5e05a {
    padding-bottom: 130px !important;
  }
  .lg-pb-140_81b675e02a96fd6b {
    padding-bottom: 140px !important;
  }
  .lg-pb-150_efe907a83c33f49c {
    padding-bottom: 150px !important;
  }
  .lg-pb-200_072a11b899c6680f {
    padding-bottom: 200px !important;
  }
  .lg-mt-10_7b3bfdb0c89e39a8 {
    margin-top: 10px !important;
  }
  .lg-mt-20_11519b5a1509644f {
    margin-top: 20px !important;
  }
  .lg-mt-30_333f328729f6e7ab {
    margin-top: 30px !important;
  }
  .lg-mt-40_13421ad7d4d73d30 {
    margin-top: 40px !important;
  }
  .lg-mt-50_c2462423295bfa60 {
    margin-top: 50px !important;
  }
  .lg-mt-60_b513acda77a63c20 {
    margin-top: 60px !important;
  }
  .lg-mt-70_814c9fa41548cc96 {
    margin-top: 70px !important;
  }
  .lg-mt-80_b003871b397ebb0c {
    margin-top: 80px !important;
  }
  .lg-mt-90_ff5cad72e1b28f49 {
    margin-top: 90px !important;
  }
  .lg-mt-100_c09449c8c7a275c8 {
    margin-top: 100px !important;
  }
  .lg-mt-110_e5be235a9343bf4f {
    margin-top: 110px !important;
  }
  .lg-mt-120_6f79ea7afc2520ea {
    margin-top: 120px !important;
  }
  .lg-mt-130_7f16ac26c286f0dc {
    margin-top: 130px !important;
  }
  .lg-mt-140_599b11686ed60753 {
    margin-top: 140px !important;
  }
  .lg-mt-150_8ba456973714ab57 {
    margin-top: 150px !important;
  }
  .lg-mt-200_1854a1af5eb7bf0c {
    margin-top: 200px !important;
  }
  .lg-mb-10_6772d9b622069b28 {
    margin-bottom: 10px !important;
  }
  .lg-mb-20_a23e79d60f219c62 {
    margin-bottom: 20px !important;
  }
  .lg-mb-30_9e21b255376aa400 {
    margin-bottom: 30px !important;
  }
  .lg-mb-40_f7a8bec03f81f4ee {
    margin-bottom: 40px !important;
  }
  .lg-mb-50_69141edce6880cac {
    margin-bottom: 50px !important;
  }
  .lg-mb-60_28f371e2345d8c6f {
    margin-bottom: 60px !important;
  }
  .lg-mb-70_3d92dd7e279aa6b4 {
    margin-bottom: 70px !important;
  }
  .lg-mb-80_c9e06b1cc4282b6b {
    margin-bottom: 80px !important;
  }
  .lg-mb-90_6297a747b99bd5c5 {
    margin-bottom: 90px !important;
  }
  .lg-mb-100_2105ccd4ae89a22d {
    margin-bottom: 100px !important;
  }
  .lg-mb-110_7f66f87142fed030 {
    margin-bottom: 110px !important;
  }
  .lg-mb-120_57535a7f96f25912 {
    margin-bottom: 120px !important;
  }
  .lg-mb-130_00ac70fbeff3c9f7 {
    margin-bottom: 130px !important;
  }
  .lg-mb-140_84a7c9cf1ccb21a9 {
    margin-bottom: 140px !important;
  }
  .lg-mb-150_b6a6cdc15856c1ba {
    margin-bottom: 150px !important;
  }
  .lg-mb-200_571f1115da8602be {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 1199px)*/
@media (max-width: 991px) {
  .md-p0_d1631da525316e61 {
    padding: 0 !important;
  }
  .md-m0_d56a11d42965eeeb {
    margin: 0 !important;
  }
  .md-pt-10_86ed887c60971044 {
    padding-top: 10px !important;
  }
  .md-pt-20_b1738605399469f2 {
    padding-top: 20px !important;
  }
  .md-pt-30_5cd1f2f61baf7c48 {
    padding-top: 30px !important;
  }
  .md-pt-40_24bb2bdd5ec043fa {
    padding-top: 40px !important;
  }
  .md-pt-50_0899456992bc634e {
    padding-top: 50px !important;
  }
  .md-pt-60_ee87c43b4b01e8ac {
    padding-top: 60px !important;
  }
  .md-pt-70_7e6a760ec7225f18 {
    padding-top: 70px !important;
  }
  .md-pt-80_467ce025f0d30df7 {
    padding-top: 80px !important;
  }
  .md-pt-90_c5f01033fa8d0412 {
    padding-top: 90px !important;
  }
  .md-pt-100_23c2c8f507923b2b {
    padding-top: 100px !important;
  }
  .md-pt-110_5865cc819a5d35f1 {
    padding-top: 110px !important;
  }
  .md-pt-120_73ae03749b3aacdd {
    padding-top: 120px !important;
  }
  .md-pt-130_a945b0cbbf8ad675 {
    padding-top: 130px !important;
  }
  .md-pt-140_daf9e4dc36e64a88 {
    padding-top: 140px !important;
  }
  .md-pt-150_92a976d114306c7e {
    padding-top: 150px !important;
  }
  .md-pt-200_9a8df4cd361d4428 {
    padding-top: 200px !important;
  }
  .md-pb-10_4c5fd9e84358abb0 {
    padding-bottom: 10px !important;
  }
  .md-pb-20_6e61b589698e50c7 {
    padding-bottom: 20px !important;
  }
  .md-pb-30_af233a8980fad4c2 {
    padding-bottom: 30px !important;
  }
  .md-pb-40_74c9eaae6d67bc6a {
    padding-bottom: 40px !important;
  }
  .md-pb-50_600551622b8fcc90 {
    padding-bottom: 50px !important;
  }
  .md-pb-60_328dd85abc49f16c {
    padding-bottom: 60px !important;
  }
  .md-pb-70_9f7f9aec4572fd88 {
    padding-bottom: 70px !important;
  }
  .md-pb-80_cd377aa30b6c493a {
    padding-bottom: 80px !important;
  }
  .md-pb-90_6d4f60388c3744f2 {
    padding-bottom: 90px !important;
  }
  .md-pb-100_b3c6e5970ced48da {
    padding-bottom: 100px !important;
  }
  .md-pb-110_3a58330cbfcf248e {
    padding-bottom: 110px !important;
  }
  .md-pb-120_c8eda73de93eec80 {
    padding-bottom: 120px !important;
  }
  .md-pb-130_d7921be848fc7453 {
    padding-bottom: 130px !important;
  }
  .md-pb-140_f69e89e234c5567e {
    padding-bottom: 140px !important;
  }
  .md-pb-150_690e5009428c89b7 {
    padding-bottom: 150px !important;
  }
  .md-pb-200_61dbb9db90c542af {
    padding-bottom: 200px !important;
  }
  .md-mt-10_8b84d50531155f94 {
    margin-top: 10px !important;
  }
  .md-mt-20_0a8365f6c8ee280d {
    margin-top: 20px !important;
  }
  .md-mt-30_64e493810dde1a7e {
    margin-top: 30px !important;
  }
  .md-mt-40_2849544dd3f97fa9 {
    margin-top: 40px !important;
  }
  .md-mt-50_e42635c34bcfa2e8 {
    margin-top: 50px !important;
  }
  .md-mt-60_a4c195c2ff9a85ac {
    margin-top: 60px !important;
  }
  .md-mt-70_429b8b6a23d70602 {
    margin-top: 70px !important;
  }
  .md-mt-80_d6bd0584ad4b06c3 {
    margin-top: 80px !important;
  }
  .md-mt-90_78446e5267cda41d {
    margin-top: 90px !important;
  }
  .md-mt-100_983e7050d2cda0d3 {
    margin-top: 100px !important;
  }
  .md-mt-110_19f711c7aafeede5 {
    margin-top: 110px !important;
  }
  .md-mt-120_81ca38b4c24dbdb1 {
    margin-top: 120px !important;
  }
  .md-mt-130_20f0a04727fa1518 {
    margin-top: 130px !important;
  }
  .md-mt-140_bbd64acbab0bea9b {
    margin-top: 140px !important;
  }
  .md-mt-150_beea8305337a5880 {
    margin-top: 150px !important;
  }
  .md-mt-200_fa5bd91743651ac4 {
    margin-top: 200px !important;
  }
  .md-mb-10_9870020c964cdfa0 {
    margin-bottom: 10px !important;
  }
  .md-mb-20_b15f432f0dba55dc {
    margin-bottom: 20px !important;
  }
  .md-mb-30_44b7ceb8033124bd {
    margin-bottom: 30px !important;
  }
  .md-mb-40_8d505513b3fddb52 {
    margin-bottom: 40px !important;
  }
  .md-mb-50_a154d6399cb5cac3 {
    margin-bottom: 50px !important;
  }
  .md-mb-60_6678598f84a72660 {
    margin-bottom: 60px !important;
  }
  .md-mb-70_9ea9b53aad889c3c {
    margin-bottom: 70px !important;
  }
  .md-mb-80_ce997a5d18f38231 {
    margin-bottom: 80px !important;
  }
  .md-mb-90_7d77127014ee0923 {
    margin-bottom: 90px !important;
  }
  .md-mb-100_719ac5223a34ec69 {
    margin-bottom: 100px !important;
  }
  .md-mb-110_3de359978b173569 {
    margin-bottom: 110px !important;
  }
  .md-mb-120_5c02ad24a79ab609 {
    margin-bottom: 120px !important;
  }
  .md-mb-130_99ff348b9e240733 {
    margin-bottom: 130px !important;
  }
  .md-mb-140_59c33beb05528cb4 {
    margin-bottom: 140px !important;
  }
  .md-mb-150_0b98cfac91de561c {
    margin-bottom: 150px !important;
  }
  .md-mb-200_9f9c74aafc682e22 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 991px)*/
@media (max-width: 767px) {
  .sm-p0_02bc71a849cf4c74 {
    padding: 0 !important;
  }
  .sm-m0_3ef536ef8eda3228 {
    margin: 0 !important;
  }
  .sm-pt-10_dfed299f63c2b235 {
    padding-top: 10px !important;
  }
  .sm-pt-20_5890c63c24d0fcc3 {
    padding-top: 20px !important;
  }
  .sm-pt-30_a8afd4b9b3660db7 {
    padding-top: 30px !important;
  }
  .sm-pt-40_2de88e58bc09c978 {
    padding-top: 40px !important;
  }
  .sm-pt-50_07d8b9007333cef4 {
    padding-top: 50px !important;
  }
  .sm-pt-60_488054ae56e12775 {
    padding-top: 60px !important;
  }
  .sm-pt-70_f606584cdb15ea37 {
    padding-top: 70px !important;
  }
  .sm-pt-80_be40c3536c7a817d {
    padding-top: 80px !important;
  }
  .sm-pt-90_5262fa28d2d55fc1 {
    padding-top: 90px !important;
  }
  .sm-pt-100_c4f1e79380212528 {
    padding-top: 100px !important;
  }
  .sm-pt-110_28947491070ceb40 {
    padding-top: 110px !important;
  }
  .sm-pt-120_94ca3ed994d9466b {
    padding-top: 120px !important;
  }
  .sm-pt-130_28ac9b0ae892a25f {
    padding-top: 130px !important;
  }
  .sm-pt-140_bf6b443889525694 {
    padding-top: 140px !important;
  }
  .sm-pt-150_d64e3021f06a5828 {
    padding-top: 150px !important;
  }
  .sm-pt-200_0c87fb504e8e0db6 {
    padding-top: 200px !important;
  }
  .sm-pb-10_5934c7a24b763c17 {
    padding-bottom: 10px !important;
  }
  .sm-pb-20_c06a3a2d651a6bff {
    padding-bottom: 20px !important;
  }
  .sm-pb-30_b4eee0145f96c345 {
    padding-bottom: 30px !important;
  }
  .sm-pb-40_4856de2e8cec10f6 {
    padding-bottom: 40px !important;
  }
  .sm-pb-50_a4dc248e3ab2e814 {
    padding-bottom: 50px !important;
  }
  .sm-pb-60_d64266b3d0ddbccd {
    padding-bottom: 60px !important;
  }
  .sm-pb-70_900c9bd1322ab8b2 {
    padding-bottom: 70px !important;
  }
  .sm-pb-80_eb483a4de8a22ebf {
    padding-bottom: 80px !important;
  }
  .sm-pb-90_0bec629d79fc21a2 {
    padding-bottom: 90px !important;
  }
  .sm-pb-100_15cb36d321bbdc35 {
    padding-bottom: 100px !important;
  }
  .sm-pb-110_89eb83262c5d1c1b {
    padding-bottom: 110px !important;
  }
  .sm-pb-120_b4a5ad7404482a7a {
    padding-bottom: 120px !important;
  }
  .sm-pb-130_fa5cb9a761804394 {
    padding-bottom: 130px !important;
  }
  .sm-pb-140_6a44958bf551475f {
    padding-bottom: 140px !important;
  }
  .sm-pb-150_603a27848799dd15 {
    padding-bottom: 150px !important;
  }
  .sm-pb-200_635ba99abd3df211 {
    padding-bottom: 200px !important;
  }
  .sm-mt-10_1a5657ee32f57815 {
    margin-top: 10px !important;
  }
  .sm-mt-20_0281267faac42bd5 {
    margin-top: 20px !important;
  }
  .sm-mt-30_e0ebd05c2170a3b4 {
    margin-top: 30px !important;
  }
  .sm-mt-40_80b53ecb4382871a {
    margin-top: 40px !important;
  }
  .sm-mt-50_69f78adea9104012 {
    margin-top: 50px !important;
  }
  .sm-mt-60_702222fb9bf6e5c9 {
    margin-top: 60px !important;
  }
  .sm-mt-70_6854536bc0520313 {
    margin-top: 70px !important;
  }
  .sm-mt-80_b34eac3fbdc3ba2c {
    margin-top: 80px !important;
  }
  .sm-mt-90_c5b753a831a144cc {
    margin-top: 90px !important;
  }
  .sm-mt-100_72bfe8bc39611230 {
    margin-top: 100px !important;
  }
  .sm-mt-110_ed9918558a9c7cd4 {
    margin-top: 110px !important;
  }
  .sm-mt-120_c4634e5a137bb368 {
    margin-top: 120px !important;
  }
  .sm-mt-130_881aa9230b7965f5 {
    margin-top: 130px !important;
  }
  .sm-mt-140_93de49dadd97136d {
    margin-top: 140px !important;
  }
  .sm-mt-150_10358ed0dd0f774f {
    margin-top: 150px !important;
  }
  .sm-mt-200_4e30f7b6c044ccdc {
    margin-top: 200px !important;
  }
  .sm-mb-10_37d91184d9d37b49 {
    margin-bottom: 10px !important;
  }
  .sm-mb-20_9f779e9228611acd {
    margin-bottom: 20px !important;
  }
  .sm-mb-30_59b260b4b2142b5e {
    margin-bottom: 30px !important;
  }
  .sm-mb-40_072425d0a1b81cb9 {
    margin-bottom: 40px !important;
  }
  .sm-mb-50_77cdb29b1593cc0e {
    margin-bottom: 50px !important;
  }
  .sm-mb-60_3db61188ff53b92a {
    margin-bottom: 60px !important;
  }
  .sm-mb-70_15c2453352ce08ae {
    margin-bottom: 70px !important;
  }
  .sm-mb-80_8532bb5c91cdbf1b {
    margin-bottom: 80px !important;
  }
  .sm-mb-90_86332333a3c575ad {
    margin-bottom: 90px !important;
  }
  .sm-mb-100_5b9054340a9323e9 {
    margin-bottom: 100px !important;
  }
  .sm-mb-110_c4817b2d0b380ae0 {
    margin-bottom: 110px !important;
  }
  .sm-mb-120_59e57a5120f08ce6 {
    margin-bottom: 120px !important;
  }
  .sm-mb-130_9d5c821179fef81e {
    margin-bottom: 130px !important;
  }
  .sm-mb-140_9d8e99b6f42e6ed5 {
    margin-bottom: 140px !important;
  }
  .sm-mb-150_2fc17a333d560902 {
    margin-bottom: 150px !important;
  }
  .sm-mb-200_29487c3ec859ebc1 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 767px)*/
@media (max-width: 575px) {
  .xs-p0_8117159a3a549a96 {
    padding: 0 !important;
  }
  .xs-m0_9db7552f1ab9bdd9 {
    margin: 0 !important;
  }
  .xs-pt-10_c8ea9d2b41e4f3f2 {
    padding-top: 10px !important;
  }
  .xs-pt-20_c595785b0253fd8d {
    padding-top: 20px !important;
  }
  .xs-pt-30_e83a0b9397587427 {
    padding-top: 30px !important;
  }
  .xs-pt-40_b6ebca9e55f73f96 {
    padding-top: 40px !important;
  }
  .xs-pt-50_447782354f3d6b51 {
    padding-top: 50px !important;
  }
  .xs-pt-60_fc1a9e5b8e5f9781 {
    padding-top: 60px !important;
  }
  .xs-pt-70_57cbb229526c73c2 {
    padding-top: 70px !important;
  }
  .xs-pt-80_1d10722acfafa259 {
    padding-top: 80px !important;
  }
  .xs-pt-90_2b747168130766e9 {
    padding-top: 90px !important;
  }
  .xs-pt-100_ec6f81c82ca1c38d {
    padding-top: 100px !important;
  }
  .xs-pt-110_fcba0c2e97aa7527 {
    padding-top: 110px !important;
  }
  .xs-pt-120_ee8775688915eec8 {
    padding-top: 120px !important;
  }
  .xs-pt-130_332f4bf6acd4d5c6 {
    padding-top: 130px !important;
  }
  .xs-pt-140_05cda6b9487db1b7 {
    padding-top: 140px !important;
  }
  .xs-pt-150_844e86807d9ea1a5 {
    padding-top: 150px !important;
  }
  .xs-pt-200_a62cffd0d93443dd {
    padding-top: 200px !important;
  }
  .xs-pb-10_85b3b4c3595cb7d3 {
    padding-bottom: 10px !important;
  }
  .xs-pb-20_248adc74b67dfdd8 {
    padding-bottom: 20px !important;
  }
  .xs-pb-30_2bb50d08e9866c3a {
    padding-bottom: 30px !important;
  }
  .xs-pb-40_abb5b8d228ad4b6f {
    padding-bottom: 40px !important;
  }
  .xs-pb-50_4675efdcea265e90 {
    padding-bottom: 50px !important;
  }
  .xs-pb-60_35ed98df143e2f3b {
    padding-bottom: 60px !important;
  }
  .xs-pb-70_aad1ba7d3b2f6089 {
    padding-bottom: 70px !important;
  }
  .xs-pb-80_89ea532744dcc781 {
    padding-bottom: 80px !important;
  }
  .xs-pb-90_5f43b276b4a1ea5d {
    padding-bottom: 90px !important;
  }
  .xs-pb-100_7f063fecbd01eab7 {
    padding-bottom: 100px !important;
  }
  .xs-pb-110_61babadb7a57ec5a {
    padding-bottom: 110px !important;
  }
  .xs-pb-120_bdcfd144e9be7123 {
    padding-bottom: 120px !important;
  }
  .xs-pb-130_4da78dd86ed7d524 {
    padding-bottom: 130px !important;
  }
  .xs-pb-140_2c6c7ac7874230bb {
    padding-bottom: 140px !important;
  }
  .xs-pb-150_e661f2dd8b80854c {
    padding-bottom: 150px !important;
  }
  .xs-pb-200_89981b9b8a04ef18 {
    padding-bottom: 200px !important;
  }
  .xs-mt-10_7598eb4c68b25391 {
    margin-top: 10px !important;
  }
  .xs-mt-20_59c01cf8340d8cd0 {
    margin-top: 20px !important;
  }
  .xs-mt-30_660711a62d7326f0 {
    margin-top: 30px !important;
  }
  .xs-mt-40_ca56f2310297fdee {
    margin-top: 40px !important;
  }
  .xs-mt-50_b082b3d326ca3223 {
    margin-top: 50px !important;
  }
  .xs-mt-60_02744670c8127206 {
    margin-top: 60px !important;
  }
  .xs-mt-70_56e8f00b543c27a6 {
    margin-top: 70px !important;
  }
  .xs-mt-80_44c08c83911d94f0 {
    margin-top: 80px !important;
  }
  .xs-mt-90_c782bdd5fd7bc6c6 {
    margin-top: 90px !important;
  }
  .xs-mt-100_954723f4d5ed4de7 {
    margin-top: 100px !important;
  }
  .xs-mt-110_c2cb247008c26808 {
    margin-top: 110px !important;
  }
  .xs-mt-120_a088a204c812b020 {
    margin-top: 120px !important;
  }
  .xs-mt-130_a6b0afda811fb582 {
    margin-top: 130px !important;
  }
  .xs-mt-140_e969ed82034f074a {
    margin-top: 140px !important;
  }
  .xs-mt-150_e1cdacac4c8e440c {
    margin-top: 150px !important;
  }
  .xs-mt-200_a19c9e254da07a90 {
    margin-top: 200px !important;
  }
  .xs-mb-10_1e9b1fa05d4c55e9 {
    margin-bottom: 10px !important;
  }
  .xs-mb-20_125a9ec88026802a {
    margin-bottom: 20px !important;
  }
  .xs-mb-30_c83878598695d63f {
    margin-bottom: 30px !important;
  }
  .xs-mb-40_d3df1e4927a10196 {
    margin-bottom: 40px !important;
  }
  .xs-mb-50_2473a511b0350d30 {
    margin-bottom: 50px !important;
  }
  .xs-mb-60_310d3c216e08a7d1 {
    margin-bottom: 60px !important;
  }
  .xs-mb-70_c5c30f2377cd4993 {
    margin-bottom: 70px !important;
  }
  .xs-mb-80_e78502dd34c6085e {
    margin-bottom: 80px !important;
  }
  .xs-mb-90_8d70713b1c21a9dd {
    margin-bottom: 90px !important;
  }
  .xs-mb-100_f1aa9e58f1515da7 {
    margin-bottom: 100px !important;
  }
  .xs-mb-110_3271cd49f2f8212b {
    margin-bottom: 110px !important;
  }
  .xs-mb-120_a66772643abeb131 {
    margin-bottom: 120px !important;
  }
  .xs-mb-130_f203822147628be5 {
    margin-bottom: 130px !important;
  }
  .xs-mb-140_e38c3cb4c8bbf82d {
    margin-bottom: 140px !important;
  }
  .xs-mb-150_065659f72e86f051 {
    margin-bottom: 150px !important;
  }
  .xs-mb-200_fa1e6a503aca4dc0 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 575px)*/
.theme-main-menu_d721760970560577 {
  background: #fff;
  position: relative;
  z-index: 999;
  padding: 18px 40px;
  transition: all 0.4s ease-in-out 0s;
}
.theme-main-menu_d721760970560577.menu-overlay_84204352510978d9 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: transparent;
}
.theme-main-menu_d721760970560577.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_d721760970560577 .navbar-toggler_4295d7761550a2f5 {
  width: 48px;
  height: 44px;
  padding: 0;
  box-shadow: none;
  position: relative;
  z-index: 99;
  border: none;
  background: #CFFF45;
}
.theme-main-menu_d721760970560577.menu-style-three_50153fc7a6b3d7a6 .navbar-toggler_4295d7761550a2f5 {
  background: #000;
}
.theme-main-menu_d721760970560577.menu-style-four_0c20fc47e8786a60 .navbar-toggler_4295d7761550a2f5 {
  background: #E6FD5A;
}
.theme-main-menu_d721760970560577.menu-style-five_85c90725ffdd737f .navbar-toggler_4295d7761550a2f5 {
  background: #DFFF5E;
}
.theme-main-menu_d721760970560577 .navbar-toggler_4295d7761550a2f5:focus {
  box-shadow: none;
}
.theme-main-menu_d721760970560577 .navbar-toggler_4295d7761550a2f5::before,
.theme-main-menu_d721760970560577 .navbar-toggler_4295d7761550a2f5::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_d721760970560577 .navbar-toggler_4295d7761550a2f5 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_d721760970560577.menu-style-three_50153fc7a6b3d7a6 .navbar-toggler_4295d7761550a2f5:before, .theme-main-menu_d721760970560577.menu-style-three_50153fc7a6b3d7a6 .navbar-toggler_4295d7761550a2f5:after, .theme-main-menu_d721760970560577.menu-style-three_50153fc7a6b3d7a6 .navbar-toggler_4295d7761550a2f5 span {
  background: #fff;
}
.theme-main-menu_d721760970560577 .navbar-toggler_4295d7761550a2f5::before {
  transform: translate3d(0, -9px, 0) scale3d(1, 1, 1);
}
.theme-main-menu_d721760970560577 .navbar-toggler_4295d7761550a2f5::after {
  transform: translate3d(0, 8px, 0) scale3d(1, 1, 1);
}
.theme-main-menu_d721760970560577 .navbar-toggler_4295d7761550a2f5[aria-expanded=true] span {
  opacity: 0;
}
.theme-main-menu_d721760970560577 .navbar-toggler_4295d7761550a2f5[aria-expanded=true]::before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.theme-main-menu_d721760970560577 .navbar-toggler_4295d7761550a2f5[aria-expanded=true]::after {
  transform: rotate3d(0, 0, 1, -45deg);
}
.theme-main-menu_d721760970560577 .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_d721760970560577 .nav-item:hover .nav-link {
  color: #0C3A30;
}
.theme-main-menu_d721760970560577.white-vr_1b3776c2d025a9c4 .nav-item .nav-link {
  color: #fff;
}
.theme-main-menu_d721760970560577.white-vr_1b3776c2d025a9c4 .nav-item:hover .nav-link {
  color: #CFFF45;
}
.theme-main-menu_d721760970560577.white-vr_1b3776c2d025a9c4.fixed {
  background: #0C3A30;
  border: none;
}
.theme-main-menu_d721760970560577.menu-style-one_47a9c652a11e6e2b {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.theme-main-menu_d721760970560577.menu-style-two_d70f78c6161a684b {
  padding: 0;
  background: #EDF1EE;
}
.theme-main-menu_d721760970560577.menu-style-two_d70f78c6161a684b .info-row_baba029f11d41526 {
  padding-top: 12px;
  padding-bottom: 12px;
  overflow: hidden;
}
.theme-main-menu_d721760970560577.menu-style-two_d70f78c6161a684b .gap-fix_8bdf878b07c7c735 {
  padding-left: 40px;
  padding-right: 40px;
}
.theme-main-menu_d721760970560577.menu-style-two_d70f78c6161a684b .greetings_e1a9630161f9128a {
  font-size: 18px;
  color: #19352D;
}
.theme-main-menu_d721760970560577.menu-style-two_d70f78c6161a684b .contact-info_41dcd6ab1a65efdb {
  margin: 0 -15px;
}
.theme-main-menu_d721760970560577.menu-style-two_d70f78c6161a684b .contact-info_41dcd6ab1a65efdb li {
  padding: 0 15px;
}
.theme-main-menu_d721760970560577.menu-style-two_d70f78c6161a684b .contact-info_41dcd6ab1a65efdb li a {
  font-size: 18px;
  color: #19352D;
}
.theme-main-menu_d721760970560577.menu-style-two_d70f78c6161a684b .contact-info_41dcd6ab1a65efdb li a:hover {
  text-decoration: underline;
}
.theme-main-menu_d721760970560577.menu-style-two_d70f78c6161a684b .inner-content_453ccfe2a96860f3 {
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
.theme-main-menu_d721760970560577.menu-style-two_d70f78c6161a684b.fixed .info-row_baba029f11d41526 {
  display: none;
}
.theme-main-menu_d721760970560577.menu-style-five_85c90725ffdd737f {
  background: #000;
  padding: 0;
}
.theme-main-menu_d721760970560577.menu-style-five_85c90725ffdd737f .inner-content_453ccfe2a96860f3 {
  background: #fff;
  border-radius: 30px;
  padding: 18px 40px;
}
.theme-main-menu_d721760970560577.menu-style-six_0ea644aac05da363 .nav-item .nav-link {
  color: #044F3B;
}
.theme-main-menu_d721760970560577.menu-style-six_0ea644aac05da363 .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_d721760970560577 .navbar {
  position: static;
}

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

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

.navbar [class*=mega-dropdown] .menu-column_18974c160d721d0b {
  padding: 5px 0;
}
.navbar [class*=mega-dropdown] .menu-column_18974c160d721d0b .mega-menu-title_cde976d89d8ca002 {
  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_d721760970560577 .login-btn-one_02d17667603b6ccc a {
  color: #000;
}
.theme-main-menu_d721760970560577 .login-btn-one_02d17667603b6ccc a:hover {
  text-decoration: underline;
}
.theme-main-menu_d721760970560577 .login-btn-two_aee130d6e744e8fd a {
  color: #044F3B;
}
.theme-main-menu_d721760970560577 .login-btn-two_aee130d6e744e8fd a:hover {
  text-decoration: underline;
}
.theme-main-menu_d721760970560577 .signup-btn-one_1c4efe807e1a7cd4 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_d721760970560577 .signup-btn-one_1c4efe807e1a7cd4 .icon_bd7da2cbe5d1c6dc {
  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_d721760970560577 .signup-btn-one_1c4efe807e1a7cd4:hover span {
  background: #29594B;
  color: #fff;
}
.theme-main-menu_d721760970560577 .signup-btn-one_1c4efe807e1a7cd4:hover .icon_bd7da2cbe5d1c6dc {
  background: #CFFF45;
  color: #29594B;
}
.theme-main-menu_d721760970560577 .signup-btn-two_0a0f45ec7b2cb177 {
  color: #044F3B;
  line-height: 50px;
  border: 1px solid #044F3B;
  border-radius: 40px;
  background: #CFFF45;
  padding: 0 32px;
  text-align: center;
}
.theme-main-menu_d721760970560577 .signup-btn-two_0a0f45ec7b2cb177:hover {
  background: #29594B;
  color: #fff;
}
.theme-main-menu_d721760970560577 .quote-one_af981ad1b4c2c4e1 {
  line-height: 48px;
  color: #fff;
  font-size: 18px;
  padding: 0 26px;
  border: 1px solid #fff;
  border-radius: 40px;
}
.theme-main-menu_d721760970560577 .quote-one_af981ad1b4c2c4e1:hover {
  background: #CFFF45;
  color: #19352D;
}

.category-menu_aadecbe2a8c2ae59 {
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  padding: 0 40px;
}
.category-menu_aadecbe2a8c2ae59 li {
  position: relative;
  padding: 0 15px;
}
.category-menu_aadecbe2a8c2ae59 li a {
  font-size: 15px;
  font-weight: 500;
  color: #536159;
  padding: 13px 0;
  transition: all 0.2s ease-in-out 0s;
}
.category-menu_aadecbe2a8c2ae59 li a:hover {
  color: #0C3A30;
}
.category-menu_aadecbe2a8c2ae59 .dropdown-menu {
  padding: 0;
}
.category-menu_aadecbe2a8c2ae59 .dropdown-menu li {
  padding: 0;
}
.category-menu_aadecbe2a8c2ae59 .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_4ac80f83bbf229c9 .logo_5b24a36bed10130d {
    margin-bottom: 10vh;
    padding-left: 12px;
  }
  .white-vr_1b3776c2d025a9c4 .navbar-collapse_4ac80f83bbf229c9 {
    background-color: #0C3A30;
  }
  .navbar-collapse_4ac80f83bbf229c9 {
    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_4ac80f83bbf229c9.show {
    transform: translateX(0);
    box-shadow: 15px 0 25px rgba(35, 35, 35, 0.09);
  }
  .theme-main-menu_d721760970560577 .navbar .mega-dropdown_e2209c6cd7be06d6 {
    position: relative;
  }
  .navbar .navbar-nav .nav-link {
    margin: 0;
    padding: 15px 12px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
  }
  .white-vr_1b3776c2d025a9c4 .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_18974c160d721d0b {
    padding: 0;
  }
  .navbar .dropdown-toggle::after {
    position: absolute;
    right: 15px;
    top: calc(50% - 2px);
  }
  .dashboard-menu_9e6a786b7edab999 .nav-link::before {
    right: auto;
    left: 0;
    top: -2px;
  }
}
/*(max-width: 991px)*/
.hero-banner-one_3016f2ccd2b1a7e6 {
  background: #29594B;
  z-index: 9;
}
.hero-banner-one_3016f2ccd2b1a7e6::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_3016f2ccd2b1a7e6 .hero-slider-one {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.hero-banner-one_3016f2ccd2b1a7e6 .hero-slider-one .hero-img_844ba8a3cc434a2f {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-banner-one_3016f2ccd2b1a7e6 .hero-slider-one .slick-list_321fa979f6023056, .hero-banner-one_3016f2ccd2b1a7e6 .hero-slider-one .slick-track_77d8e7992cd1b371, .hero-banner-one_3016f2ccd2b1a7e6 .hero-slider-one .item {
  height: 100%;
}
.hero-banner-one_3016f2ccd2b1a7e6 .hero-heading_e238eeb0e13f8d99 {
  font-weight: 700;
  color: #000;
  background: url(../pictures/shape_5705e5a373/shape_01.svg) no-repeat left top;
  background-size: cover;
  padding: 11px 31px 25px 25px;
}
.hero-banner-one_3016f2ccd2b1a7e6 .more-btn_4fffacf4f3ca6011 {
  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_3016f2ccd2b1a7e6 .more-btn_4fffacf4f3ca6011:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #19352D;
}

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

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

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

.hero-banner-five_513eee88073461dd {
  background: #000;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.hero-banner-five_513eee88073461dd .bg-wrapper_92c6e686250607e0 {
  background: #fff;
  border-radius: 30px;
  z-index: 1;
}
.hero-banner-five_513eee88073461dd .hero-heading_e238eeb0e13f8d99 {
  font-size: 85px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.176em;
  color: #000;
}
.hero-banner-five_513eee88073461dd .rating_902ef6d5be3d7c8b h3 {
  font-size: 42px;
  margin-bottom: 0px;
}
.hero-banner-five_513eee88073461dd .rating_902ef6d5be3d7c8b p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.hero-banner-five_513eee88073461dd .media-wrapper_193b3896fa28f57f {
  position: absolute;
  background: url(../pictures/assets_a54b28599b/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_513eee88073461dd .media-wrapper_193b3896fa28f57f .shape_01_ede3b68f55ee2fea {
  right: 0;
  bottom: 14%;
  width: 41.1%;
  z-index: 1;
}
.hero-banner-five_513eee88073461dd .media-wrapper_193b3896fa28f57f .shape_02_b8fcd61a999a03fa {
  top: 34%;
  left: 0;
  transform: translateX(-50%);
  width: 19.34%;
}

.hero-banner-six_223b2c12bc3a6c05 .hero-heading_e238eeb0e13f8d99 {
  font-size: 100px;
  line-height: 1.05em;
  color: #044F3B;
}
.hero-banner-six_223b2c12bc3a6c05 .media-wrapper_193b3896fa28f57f {
  background: url(../pictures/media/img_48.jpg) no-repeat center;
  background-size: cover;
  border-radius: 20px;
  max-width: 536px;
  width: 100%;
  height: 100%;
}
.hero-banner-six_223b2c12bc3a6c05 .media-wrapper_193b3896fa28f57f .screen_01_9ed59a21f035a7b3 {
  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_223b2c12bc3a6c05 .media-wrapper_193b3896fa28f57f .screen_02_d43048af2c1668bc {
  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_223b2c12bc3a6c05 .media-wrapper_193b3896fa28f57f .bg-shape_5642c549fe564167 {
  max-width: 130%;
  left: 47%;
  bottom: -12%;
  transform: translateX(-50%);
}
.hero-banner-six_223b2c12bc3a6c05 .shape_01_ede3b68f55ee2fea {
  bottom: 9%;
  left: 40%;
  width: 6.53%;
}

.hero-banner-seven_7b6405d5a7c5a1e2 {
  padding: 500px 0 70px;
  background: #29594B;
  z-index: 9;
}
.hero-banner-seven_7b6405d5a7c5a1e2::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_7b6405d5a7c5a1e2::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_7b6405d5a7c5a1e2 .hero-slider-one {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -2;
}
.hero-banner-seven_7b6405d5a7c5a1e2 .hero-slider-one .hero-img_844ba8a3cc434a2f {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-banner-seven_7b6405d5a7c5a1e2 .hero-slider-one .slick-list_321fa979f6023056, .hero-banner-seven_7b6405d5a7c5a1e2 .hero-slider-one .slick-track_77d8e7992cd1b371, .hero-banner-seven_7b6405d5a7c5a1e2 .hero-slider-one .item {
  height: 100%;
}
.hero-banner-seven_7b6405d5a7c5a1e2 .hero-heading_e238eeb0e13f8d99 {
  font-weight: 700;
  font-size: 110px;
  letter-spacing: -1px;
  line-height: 1em;
}
.hero-banner-seven_7b6405d5a7c5a1e2 .lead-form_67fab9721e04523c {
  background: #fff;
  border-radius: 30px;
  padding: 35px 50px 50px;
}
.hero-banner-seven_7b6405d5a7c5a1e2 .lead-form_67fab9721e04523c h3 {
  font-size: 32px;
}
.hero-banner-seven_7b6405d5a7c5a1e2 .lead-form_67fab9721e04523c label {
  font-size: 17px;
  color: rgba(0, 0, 0, 0.3);
}
.hero-banner-seven_7b6405d5a7c5a1e2 .lead-form_67fab9721e04523c input {
  height: 65px;
  padding: 0 20px;
  border: 1px solid #000;
  border-radius: 10px;
}
.hero-banner-seven_7b6405d5a7c5a1e2 .lead-form_67fab9721e04523c button {
  height: 60px;
  border-radius: 10px;
  font-size: 17px;
  background: #D0FF45;
}
.hero-banner-seven_7b6405d5a7c5a1e2 .lead-form_67fab9721e04523c button:hover {
  background: #29594B;
  color: #fff;
}

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

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

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

.fancy-banner-four_91e3822b47054878 {
  background: #DCEFF0;
  z-index: 1;
}
.fancy-banner-four_91e3822b47054878:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: url(../pictures/shape_5705e5a373/shape_10.svg) no-repeat left bottom;
  background-size: cover;
}
.fancy-banner-four_91e3822b47054878 ul li {
  font-size: 28px;
  color: #000;
  position: relative;
  padding-left: 42px;
  margin-bottom: 13px;
}
.fancy-banner-four_91e3822b47054878 ul li:after {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  font-size: 0.95em;
  top: 3px;
  left: 0;
  color: #000;
}
.fancy-banner-four_91e3822b47054878 .platform-button-group_495ada45f4b60c6d 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_91e3822b47054878 .platform-button-group_495ada45f4b60c6d a:hover {
  transform: translateY(-5px);
  box-shadow: -5px 10px 30px rgba(0, 0, 0, 0.05);
}
.fancy-banner-four_91e3822b47054878 .platform-button-group_495ada45f4b60c6d a .icon_bd7da2cbe5d1c6dc {
  margin-right: 14px;
}
.fancy-banner-four_91e3822b47054878 .platform-button-group_495ada45f4b60c6d a span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  line-height: initial;
  margin-bottom: -3px;
}
.fancy-banner-four_91e3822b47054878 .platform-button-group_495ada45f4b60c6d a strong {
  font-weight: 500;
  display: block;
}
.fancy-banner-four_91e3822b47054878 .platform-button-group_495ada45f4b60c6d a.ios-button_5c04d2cad2ad0518 {
  background: #fff;
  border-color: #DADADA;
}
.fancy-banner-four_91e3822b47054878 .platform-button-group_495ada45f4b60c6d a.ios-button_5c04d2cad2ad0518 span {
  color: #999999;
}
.fancy-banner-four_91e3822b47054878 .platform-button-group_495ada45f4b60c6d a.ios-button_5c04d2cad2ad0518 strong {
  color: #000;
}

.fancy-banner-five_ec99182df85a5d41 {
  background: url(../pictures/media/img_31.jpg) no-repeat center;
  background-size: cover;
  z-index: 1;
}
.fancy-banner-five_ec99182df85a5d41.no-bg_d0231cfde3e73b67 {
  background: none;
}
.fancy-banner-five_ec99182df85a5d41.no-bg_d0231cfde3e73b67:before {
  display: none;
}
.fancy-banner-five_ec99182df85a5d41.no-bg_d0231cfde3e73b67 .bg-wrapper_92c6e686250607e0 {
  background: url(../pictures/media/img_33.jpg) no-repeat center;
  background-size: cover;
}
.fancy-banner-five_ec99182df85a5d41.no-bg_d0231cfde3e73b67 .bg-wrapper_92c6e686250607e0 .video-icon_988fa75936d22060 {
  width: 185px;
  height: 185px;
  background: #DFFF5E;
}
.fancy-banner-five_ec99182df85a5d41: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_ec99182df85a5d41 h2 {
  font-size: 100px;
  line-height: 1.1em;
}
.fancy-banner-five_ec99182df85a5d41 .video-icon_988fa75936d22060 {
  width: 200px;
  height: 200px;
  padding: 22px;
  background: #FFE86B;
}
.fancy-banner-five_ec99182df85a5d41 .video-icon_988fa75936d22060:hover {
  transform: rotate(15deg);
}

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

.fancy-banner-seven_d0a31eba2b443a1e .bg-wrapper_92c6e686250607e0 {
  background: url(../pictures/media/img_50.jpg) no-repeat center;
  background-size: cover;
}
.fancy-banner-seven_d0a31eba2b443a1e .bg-wrapper_92c6e686250607e0: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_d0a31eba2b443a1e .bg-wrapper_92c6e686250607e0: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_d0a31eba2b443a1e .bg-wrapper_92c6e686250607e0 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_d0a31eba2b443a1e .bg-wrapper_92c6e686250607e0 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_d0a31eba2b443a1e .bg-wrapper_92c6e686250607e0 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_d0a31eba2b443a1e .bg-wrapper_92c6e686250607e0 li:hover:before {
  background: #CFFF45;
}
.fancy-banner-seven_d0a31eba2b443a1e .bg-wrapper_92c6e686250607e0 li:hover:after {
  color: #000;
}
.fancy-banner-seven_d0a31eba2b443a1e .bg-wrapper_92c6e686250607e0 .shape_01_ede3b68f55ee2fea {
  bottom: 17%;
  left: 36%;
  max-width: 11%;
  z-index: 0;
}

.fancy-banner-eight_d5a7dd197fc8c6d0 .bg-wrapper_92c6e686250607e0 {
  background: #F3F8F7;
  padding: 30px 75px 0;
}
.fancy-banner-eight_d5a7dd197fc8c6d0 .media-wrapper_193b3896fa28f57f {
  padding: 0 38px;
  margin-bottom: -6px;
}
.fancy-banner-eight_d5a7dd197fc8c6d0 .media-wrapper_193b3896fa28f57f .shape_01_ede3b68f55ee2fea {
  width: 100%;
  bottom: 0;
  left: 0;
}
.fancy-banner-eight_d5a7dd197fc8c6d0 .shape_02_b8fcd61a999a03fa {
  right: -123px;
  bottom: -5px;
}

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

.inner-banner-one_a83b735d16f6ffdb {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: 1;
}
.inner-banner-one_a83b735d16f6ffdb::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_a83b735d16f6ffdb::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  color: #000;
}

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

.inner-banner-one_a83b735d16f6ffdb + .blog-details_c3520795d8a34264 {
  margin-top: 15px;
}

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

.inner-banner-one_a83b735d16f6ffdb .hero-heading_e238eeb0e13f8d99 {
  font-weight: 700;
  font-size: 85px;
  line-height: 1.023em;
  z-index: 1;
  padding: 10px 10px 23px 22px;
}
.inner-banner-one_a83b735d16f6ffdb .hero-heading_e238eeb0e13f8d99 img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  max-height: 100%;
}
.inner-banner-one_a83b735d16f6ffdb .pager_0bb1b98f8d8d294e {
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
}
.inner-banner-one_a83b735d16f6ffdb .pager_0bb1b98f8d8d294e li {
  color: rgba(255, 255, 255, 0.5);
  margin-right: 5px;
}
.inner-banner-one_a83b735d16f6ffdb .pager_0bb1b98f8d8d294e li:last-child {
  margin: 0;
  color: #fff;
}
.inner-banner-one_a83b735d16f6ffdb .pager_0bb1b98f8d8d294e li a {
  transition: all 0.2s ease-in-out 0s;
}
.inner-banner-one_a83b735d16f6ffdb .pager_0bb1b98f8d8d294e li a:hover {
  color: #fff;
}
.inner-banner-one_a83b735d16f6ffdb .tag_81cf345711ba5980 {
  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_f67f0c0910ed9783 {
  z-index: 1;
}
.inner-banner-two_f67f0c0910ed9783 .pager_0bb1b98f8d8d294e {
  border-bottom: 1px solid #0A4020;
  padding-bottom: 2px;
}
.inner-banner-two_f67f0c0910ed9783 .pager_0bb1b98f8d8d294e li {
  color: #000;
}
.inner-banner-two_f67f0c0910ed9783 .pager_0bb1b98f8d8d294e li:nth-child(even) {
  padding: 0 5px;
}
.inner-banner-two_f67f0c0910ed9783 .pager_0bb1b98f8d8d294e li a {
  color: rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease-in-out 0s;
}
.inner-banner-two_f67f0c0910ed9783 .pager_0bb1b98f8d8d294e li a:hover {
  color: #000;
}
.inner-banner-two_f67f0c0910ed9783 .hero-heading_e238eeb0e13f8d99 {
  font-weight: 700;
  font-size: 85px;
  line-height: 1.023em;
  margin: 22px 0 40px;
}
.inner-banner-two_f67f0c0910ed9783 .tag_81cf345711ba5980 {
  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_f67f0c0910ed9783 .shape_01_ede3b68f55ee2fea {
  left: 0%;
  bottom: 10%;
  width: 18.23%;
  animation: jumpTwo 6s infinite linear;
}
.inner-banner-two_f67f0c0910ed9783 .shape_02_b8fcd61a999a03fa {
  right: 2%;
  bottom: 14%;
  width: 14.52%;
  animation: jumpThree 6s infinite linear;
}
.inner-banner-two_f67f0c0910ed9783 .shape_03_a8abb14e85037997 {
  left: 24%;
  top: 33%;
  width: 2.2%;
  animation: rotated 50s infinite linear;
}
.inner-banner-two_f67f0c0910ed9783 .shape_04_c8d89e9e7f199157 {
  right: 21%;
  bottom: 30%;
  width: 1.65%;
  animation: rotated 50s infinite linear;
}

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

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

.block-feature-three_035250ca7ab4465d {
  z-index: 1;
}
.block-feature-three_035250ca7ab4465d:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 34%;
  bottom: 0;
  background: #EBF3EE;
  z-index: -1;
}
.block-feature-three_035250ca7ab4465d.no-bg_d0231cfde3e73b67:before {
  display: none;
}
.block-feature-three_035250ca7ab4465d .section-btn_ec9ebcf7af03085b {
  position: absolute;
  right: 0;
  top: 68px;
}
.block-feature-three_035250ca7ab4465d .block-title_252a960db8cba05c a {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25em;
  color: #19352D;
}
.block-feature-three_035250ca7ab4465d .block-title_252a960db8cba05c a:hover {
  text-decoration: underline;
}
.block-feature-three_035250ca7ab4465d .round-btn_dc4fdf668df8e97a {
  font-size: 18px;
  font-weight: 900;
  color: #29594B;
  width: 38px;
  height: 38px;
  border: 1px solid #29594B;
}
.block-feature-three_035250ca7ab4465d .round-btn_dc4fdf668df8e97a:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #19352D;
}
.block-feature-three_035250ca7ab4465d .block-one_17008a00b9fbaf1f {
  background: url(../pictures/media/img_05.jpg) no-repeat center;
  background-size: cover;
  height: 470px;
}
.block-feature-three_035250ca7ab4465d .block-one_17008a00b9fbaf1f .tag_81cf345711ba5980 {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  line-height: 25px;
  border: 1px solid #000;
  padding: 0 10px;
}
.block-feature-three_035250ca7ab4465d .block-one_17008a00b9fbaf1f .block-title_252a960db8cba05c {
  background: url(../pictures/shape_5705e5a373/shape_02.svg) no-repeat right top;
  background-size: cover;
  border-radius: 25px;
  padding: 12px 0 18px 18px;
}
.block-feature-three_035250ca7ab4465d .block-two_72fea137ac91a6b6 {
  overflow: hidden;
}
.block-feature-three_035250ca7ab4465d .block-two_72fea137ac91a6b6 .img-wrapper_f46835b924613396 {
  background: url(../pictures/media/img_06.jpg) no-repeat center;
  background-size: cover;
  width: 42%;
}
.block-feature-three_035250ca7ab4465d .block-two_72fea137ac91a6b6 .text-wrapper_a2799a76d4f0d0e9 {
  width: 58%;
  padding: 30px 30px 35px 60px;
}
.block-feature-three_035250ca7ab4465d .block-two_72fea137ac91a6b6 .tag_81cf345711ba5980 {
  font-size: 13px;
  letter-spacing: 1px;
  color: white;
  line-height: 27px;
  border-radius: 17px;
  background: #29594B;
  padding: 0 17px;
}
.block-feature-three_035250ca7ab4465d .block-three_cf9537307b49820e {
  background: #D3FF76;
}
.block-feature-three_035250ca7ab4465d .block-three_cf9537307b49820e .tag_81cf345711ba5980 {
  font-size: 13px;
  letter-spacing: 1px;
  color: white;
  line-height: 27px;
  border-radius: 17px;
  background: #29594B;
  padding: 0 17px;
}
.block-feature-three_035250ca7ab4465d .block-three_cf9537307b49820e .round-btn_dc4fdf668df8e97a {
  background: #fff;
  border-color: #fff;
}
.block-feature-three_035250ca7ab4465d .block-three_cf9537307b49820e .round-btn_dc4fdf668df8e97a:hover {
  background: #29594B;
  border-color: #29594B;
  color: #fff;
}
.block-feature-three_035250ca7ab4465d .block-four_47b7e32d84bade3b {
  background: url(../pictures/media/img_07.jpg) no-repeat center;
  background-size: cover;
}
.block-feature-three_035250ca7ab4465d .block-four_47b7e32d84bade3b .block-title_252a960db8cba05c {
  background: url(../pictures/shape_5705e5a373/shape_03.svg) no-repeat right top;
  background-size: cover;
  border-radius: 18px;
  padding: 12px 16px 12px 18px;
}
.block-feature-three_035250ca7ab4465d .block-four_47b7e32d84bade3b .block-title_252a960db8cba05c a {
  font-size: 28px;
}
.block-feature-three_035250ca7ab4465d .block-four_47b7e32d84bade3b .tag_81cf345711ba5980 {
  font-size: 13px;
  letter-spacing: 1px;
  color: #29594B;
  line-height: 27px;
  border-radius: 17px;
  background: #fff;
  padding: 0 17px;
}
.block-feature-three_035250ca7ab4465d .block-four_47b7e32d84bade3b .round-btn_dc4fdf668df8e97a {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.block-feature-three_035250ca7ab4465d .block-four_47b7e32d84bade3b .round-btn_dc4fdf668df8e97a:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #000;
}
.block-feature-three_035250ca7ab4465d .block-five_a4259280aa72e902 {
  background: url(../pictures/blog/blog_img_05.jpg) no-repeat center;
  background-size: cover;
  height: 358px;
}
.block-feature-three_035250ca7ab4465d .block-five_a4259280aa72e902 .tag_81cf345711ba5980 {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  line-height: 25px;
  border: 1px solid #000;
  padding: 0 10px;
}
.block-feature-three_035250ca7ab4465d .block-five_a4259280aa72e902 .block-title_252a960db8cba05c {
  background: url(../pictures/shape_5705e5a373/shape_29.svg) no-repeat right top;
  background-size: cover;
  border-radius: 15px;
  padding: 12px 10px 18px 18px;
}

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

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

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

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

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

.block-feature-nine_a23d9e3311ead7ba {
  z-index: 1;
  background: #000;
  border-radius: 30px 30px 100px 100px;
}
.block-feature-nine_a23d9e3311ead7ba: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_a23d9e3311ead7ba:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  left: 0;
  top: 0;
  background: #000;
  z-index: -1;
}
.block-feature-nine_a23d9e3311ead7ba .heading_5c00e74430903231 {
  font-size: 85px;
  line-height: 1.411em;
}
.block-feature-nine_a23d9e3311ead7ba .heading_5c00e74430903231 span {
  color: #DFFF5E;
  text-decoration-line: underline;
  text-decoration-thickness: 4px;
}
.block-feature-nine_a23d9e3311ead7ba .heading_5c00e74430903231 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_a23d9e3311ead7ba .heading_5c00e74430903231 a:before {
  content: "";
  position: absolute;
  width: 85px;
  height: 3px;
  left: -85px;
  top: calc(50% - 3px);
  background: #fff;
}
.block-feature-nine_a23d9e3311ead7ba .heading_5c00e74430903231 a:hover {
  background: #E6FD5A;
}
.block-feature-nine_a23d9e3311ead7ba .shape_01_ede3b68f55ee2fea {
  right: 0;
  top: 5%;
  width: 4%;
}
.block-feature-nine_a23d9e3311ead7ba .shape_02_b8fcd61a999a03fa {
  left: 7%;
  bottom: 0;
  width: 8.4%;
}
.block-feature-nine_a23d9e3311ead7ba .shape_03_a8abb14e85037997 {
  right: 5%;
  bottom: 5%;
}

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

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

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

.block-feature-thirteen_4ef2e1855d4a625a .upper-wrapper_7d4a6f5a5016e834 {
  border-bottom: 1px solid #E6E6E6;
}
.block-feature-thirteen_4ef2e1855d4a625a .upper-wrapper_7d4a6f5a5016e834 .shape_01_ede3b68f55ee2fea {
  right: 6%;
  bottom: 16%;
}
.block-feature-thirteen_4ef2e1855d4a625a .line-loop_22fa93522f658aa1:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 130%;
  right: 0;
  top: 57%;
  background: #E6E6E6;
  z-index: -1;
}
.block-feature-thirteen_4ef2e1855d4a625a .graph-panel_61bc41477ba9aa23 {
  border-right: 1px solid #E6E6E6;
}
.block-feature-thirteen_4ef2e1855d4a625a .graph-panel_61bc41477ba9aa23 .main-count_6a772882c8ece70e {
  font-size: 120px;
}
.block-feature-thirteen_4ef2e1855d4a625a .graph-panel_61bc41477ba9aa23 .chart-box_a6c750ef849779d4 {
  padding: 0 15px;
}
.block-feature-thirteen_4ef2e1855d4a625a .graph-panel_61bc41477ba9aa23 .chart-box_a6c750ef849779d4 .chart-inner_f8a959a4e45cd4ab {
  width: 120px;
  background: #196164;
}

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

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

.block-feature-sixteen_3d41ce6757643217 .media-img_efb03517b816d2a2 {
  border-radius: 30px;
}
.block-feature-sixteen_3d41ce6757643217 .shape_01_ede3b68f55ee2fea {
  top: 31%;
  left: 50%;
}

.block-feature-seventeen_980982faacde2da1 .section-subheading_31b781503c3b1e0e {
  position: absolute;
  right: 0;
  top: 0;
  width: 37%;
}
.block-feature-seventeen_980982faacde2da1 .shape_01_ede3b68f55ee2fea {
  max-width: 8%;
  top: 12%;
  left: 43%;
}

.block-feature-eighteen_990dc7a405e5ca91 {
  background: url(../pictures/media/img_52.jpg) no-repeat left top;
  background-size: cover;
}
.block-feature-eighteen_990dc7a405e5ca91: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_990dc7a405e5ca91 .video-icon_988fa75936d22060 {
  width: 170px;
  height: 170px;
  color: #000;
  padding: 20px;
  background: #FFDB1E;
}
.block-feature-eighteen_990dc7a405e5ca91 .video-icon_988fa75936d22060:hover {
  background: #DFFF5E;
}
.block-feature-eighteen_990dc7a405e5ca91 .bg-wrapper_92c6e686250607e0 {
  padding: 48px 60px 60px;
  border-radius: 20px;
  background: #144D41;
}
.block-feature-eighteen_990dc7a405e5ca91 .bg-wrapper_92c6e686250607e0 ul {
  position: relative;
  z-index: 1;
}
.block-feature-eighteen_990dc7a405e5ca91 .bg-wrapper_92c6e686250607e0 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_990dc7a405e5ca91 .bg-wrapper_92c6e686250607e0 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_990dc7a405e5ca91 .bg-wrapper_92c6e686250607e0 ul li:last-child {
  margin-bottom: 0;
}
.block-feature-eighteen_990dc7a405e5ca91 .bg-wrapper_92c6e686250607e0 ul li:before {
  content: url(../pictures/icon_dc761b5aa9/icon_111.svg);
  position: absolute;
  left: -52px;
  top: 0;
}
.block-feature-eighteen_990dc7a405e5ca91 .bg-wrapper_92c6e686250607e0 .more-btn_4fffacf4f3ca6011 {
  border-radius: 30px;
  padding: 5px 5px 5px 25px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  border: 1px solid #fff;
}
.block-feature-eighteen_990dc7a405e5ca91 .bg-wrapper_92c6e686250607e0 .more-btn_4fffacf4f3ca6011 .icon_bd7da2cbe5d1c6dc {
  width: 40px;
  height: 40px;
  background: #FFDB1E;
}
.block-feature-eighteen_990dc7a405e5ca91 .bg-wrapper_92c6e686250607e0 .more-btn_4fffacf4f3ca6011:hover {
  background: #fff;
  color: #1F5E59;
}

.text-feature-one_d0030d8e881b472e .line-wrapper_70736b8012df7135 {
  border-top: 1px dashed #d7d7d7;
  border-bottom: 1px dashed #d7d7d7;
}
.text-feature-one_d0030d8e881b472e .line-wrapper_70736b8012df7135 .shape_01_ede3b68f55ee2fea {
  width: 48px;
  bottom: 12%;
  left: 32%;
  animation: rotated 48s infinite linear;
}
.text-feature-one_d0030d8e881b472e .card-style-three_57ceb23faf5fbb56 {
  border-left: 1px dashed #d7d7d7;
  border-bottom: 1px dashed #d7d7d7;
  padding-left: 100px;
}
.text-feature-one_d0030d8e881b472e .card-style-three_57ceb23faf5fbb56:last-child {
  border-bottom: none;
}
.text-feature-one_d0030d8e881b472e .media-list-item_12effb7047c658b9 {
  height: 600px;
  width: 590px;
  background: url(../pictures/media/img_04.jpg) no-repeat center;
  background-size: cover;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.text-feature-one_d0030d8e881b472e .media-list-item_12effb7047c658b9: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_d0030d8e881b472e .media-list-item_12effb7047c658b9 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_d0030d8e881b472e .media-list-item_12effb7047c658b9 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_d0030d8e881b472e .media-list-item_12effb7047c658b9 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_d0030d8e881b472e .media-list-item_12effb7047c658b9 li:hover:before {
  background: #29594B;
}
.text-feature-one_d0030d8e881b472e .media-list-item_12effb7047c658b9 li:hover:after {
  color: #fff;
}

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

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

.text-feature-four_d274d11a0f9686b2 {
  z-index: 1;
}
.text-feature-four_d274d11a0f9686b2 .avatar_a020e1bb1f5b8458 {
  width: 65px;
  height: 65px;
}
.text-feature-four_d274d11a0f9686b2 .name {
  font-size: 28px;
}
.text-feature-four_d274d11a0f9686b2 .quote-text_4ab184d2e13f322a {
  font-size: 50px;
  line-height: 1.4em;
}
.text-feature-four_d274d11a0f9686b2 .shape_01_ede3b68f55ee2fea {
  top: 56%;
  left: 22%;
  animation: rotated 60s infinite linear;
}
.text-feature-four_d274d11a0f9686b2 .shape_02_b8fcd61a999a03fa {
  top: 12%;
  right: 9%;
  width: 16px;
  animation: rotated 50s infinite linear;
}

.text-feature-five_5c27b5800f485d02 .bg-wrapper_92c6e686250607e0 {
  background: #FFF2AC;
}
.text-feature-five_5c27b5800f485d02 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_5c27b5800f485d02 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_5c27b5800f485d02 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_5c27b5800f485d02 li:hover:before {
  background: #29594B;
}
.text-feature-five_5c27b5800f485d02 li:hover:after {
  color: #fff;
}
.text-feature-five_5c27b5800f485d02 .media-wrapper_193b3896fa28f57f {
  background: url(../pictures/media/img_20.jpg) no-repeat center;
  background-size: cover;
  z-index: 1;
}
.text-feature-five_5c27b5800f485d02 .media-wrapper_193b3896fa28f57f .video-icon_988fa75936d22060 {
  width: 90px;
  height: 90px;
  background: #fff;
}
.text-feature-five_5c27b5800f485d02 .media-wrapper_193b3896fa28f57f .video-icon_988fa75936d22060:hover {
  background: #CFFF45;
}
.text-feature-five_5c27b5800f485d02 .media-wrapper_193b3896fa28f57f .screen_01_9ed59a21f035a7b3 {
  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_0d53959d8a5251d0 {
  z-index: 1;
}
.text-feature-six_0d53959d8a5251d0 .media-wrapper_193b3896fa28f57f {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 63.64%;
  z-index: -1;
}
.text-feature-six_0d53959d8a5251d0 .media-wrapper_193b3896fa28f57f .screen_01_9ed59a21f035a7b3 {
  width: 61.1%;
  bottom: 32%;
  right: -4%;
  z-index: 1;
  animation: jumpThree 5s infinite linear;
}
.text-feature-six_0d53959d8a5251d0 .shape_01_ede3b68f55ee2fea {
  left: 0;
  bottom: 23%;
  width: 12.3%;
}
.text-feature-six_0d53959d8a5251d0 .shape_02_b8fcd61a999a03fa {
  top: 1%;
  right: 39%;
}

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

.text-feature-nine_8dba862b4fc70274 {
  background: url(../pictures/assets_a54b28599b/bg_03.svg) no-repeat center bottom;
  background-size: cover;
  z-index: 1;
}
.text-feature-nine_8dba862b4fc70274 .block_ae2d349275d3ef97 .icon_bd7da2cbe5d1c6dc {
  height: 50px;
}
.text-feature-nine_8dba862b4fc70274 .vertical-text-wrapper_7253e282ff056243 {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  border-left: 1px solid rgba(254, 255, 252, 0.17);
}
.text-feature-nine_8dba862b4fc70274 .vertical-text-wrapper_7253e282ff056243 .text-list_bb02cd44e4e3e466 {
  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_8dba862b4fc70274 .vertical-text-wrapper_7253e282ff056243 .text-list_bb02cd44e4e3e466:hover {
  color: #C5FF4A;
  opacity: 1;
  mix-blend-mode: normal;
}
.text-feature-nine_8dba862b4fc70274 .vertical-text-wrapper_7253e282ff056243 .shape_01_ede3b68f55ee2fea {
  left: -83px;
  bottom: 21%;
  animation: jumpThree 6s infinite linear;
}
.text-feature-nine_8dba862b4fc70274 .vertical-text-wrapper_7253e282ff056243 .shape_02_b8fcd61a999a03fa {
  left: 10%;
  top: 25%;
  animation: jumpFour 6s infinite linear;
}
.text-feature-nine_8dba862b4fc70274 .shape_03_a8abb14e85037997 {
  left: 5%;
  top: 10%;
  animation: jumpFour 6s infinite linear;
}
.text-feature-nine_8dba862b4fc70274 .shape_04_c8d89e9e7f199157 {
  bottom: 0;
  left: 13%;
  width: 29%;
}

.team-section-one_c04e702275fc8530 .section-btn_ec9ebcf7af03085b {
  position: absolute;
  right: 0;
  top: 25px;
}

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

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

.team-section-three_48a47a2c035f8503 {
  z-index: 1;
}
.team-section-three_48a47a2c035f8503:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  background: url(../pictures/shape_5705e5a373/shape_09.svg) no-repeat right bottom;
  background-size: cover;
  z-index: -1;
}
.team-section-three_48a47a2c035f8503 .section-btn_ec9ebcf7af03085b {
  position: absolute;
  right: 0;
  top: 15px;
}
.team-section-three_48a47a2c035f8503 .shape_01_ede3b68f55ee2fea {
  width: 2.3%;
  top: 17%;
  left: 39%;
}
.team-section-three_48a47a2c035f8503 .shape_02_b8fcd61a999a03fa {
  width: 1.5%;
  bottom: 6%;
  right: 9%;
}
.team-section-three_48a47a2c035f8503 .shape_03_a8abb14e85037997 {
  max-width: 22%;
  bottom: 0;
  right: 0;
}

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

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

.faq-section-three_a43271ec1b23af8b .tab-content_32690783aa6ae711 {
  background: #fff;
  border-radius: 30px;
  padding: 0 60px;
}
.faq-section-three_a43271ec1b23af8b .tab-content_32690783aa6ae711 .accordion-style-one_3fdcad7c88ea1940 .accordion-item_6faa2439568723bb:last-child {
  border-bottom: none;
}
.faq-section-three_a43271ec1b23af8b .tab-content_32690783aa6ae711 .accordion-style-one_3fdcad7c88ea1940 .accordion-item_6faa2439568723bb:first-child {
  border-top: none;
}
.faq-section-three_a43271ec1b23af8b nav .nav {
  border: none;
}
.faq-section-three_a43271ec1b23af8b 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_a43271ec1b23af8b nav .nav .nav-link.active {
  background: #29594B;
  color: #fff;
}

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

.pricing-nav_af76fa24461d824d .nav {
  border: 2px solid #186560;
  border-radius: 10px;
  overflow: hidden;
}
.pricing-nav_af76fa24461d824d .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_af76fa24461d824d .nav .nav-link.active {
  background: #186560;
  color: #fff;
}

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

.accordion-style-one_3fdcad7c88ea1940 .accordion-item_6faa2439568723bb {
  border: none;
  border-top: 1px solid #E0E0E0;
  border-radius: 0;
}
.accordion-style-one_3fdcad7c88ea1940 .accordion-item_6faa2439568723bb .accordion-button_01508dabcff3bb7c {
  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_3fdcad7c88ea1940 .accordion-item_6faa2439568723bb .accordion-button_01508dabcff3bb7c:not(.collapsed) {
  padding-bottom: 20px;
}
.accordion-style-one_3fdcad7c88ea1940 .accordion-item_6faa2439568723bb .accordion-button_01508dabcff3bb7c:not(.collapsed):after {
  content: "-";
  font-size: 40px;
}
.accordion-style-one_3fdcad7c88ea1940 .accordion-item_6faa2439568723bb .accordion-button_01508dabcff3bb7c:after {
  content: "+";
  font-weight: 300;
  font-size: 32px;
  background: none;
  width: auto;
  height: auto;
}
.accordion-style-one_3fdcad7c88ea1940 .accordion-item_6faa2439568723bb .accordion-body_e3c6897fdf90dc38 {
  padding: 0 35px 20px 0;
}
.accordion-style-one_3fdcad7c88ea1940 .accordion-item_6faa2439568723bb .accordion-body_e3c6897fdf90dc38 p {
  margin: 0;
}
.accordion-style-one_3fdcad7c88ea1940 .accordion-item_6faa2439568723bb:last-child {
  border-bottom: 1px solid #E0E0E0;
}

.accordion-style-two_e2a9dc4e786090f1 .accordion-item_6faa2439568723bb {
  border: none;
  background: #FFFAEB;
  border-radius: 0;
}
.accordion-style-two_e2a9dc4e786090f1 .accordion-item_6faa2439568723bb .accordion-button_01508dabcff3bb7c {
  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_e2a9dc4e786090f1 .accordion-item_6faa2439568723bb .accordion-button_01508dabcff3bb7c:not(.collapsed) {
  color: #000;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.accordion-style-two_e2a9dc4e786090f1 .accordion-item_6faa2439568723bb .accordion-button_01508dabcff3bb7c:not(.collapsed):after {
  content: "-";
  font-size: 1.5em;
  line-height: 36px;
}
.accordion-style-two_e2a9dc4e786090f1 .accordion-item_6faa2439568723bb .accordion-button_01508dabcff3bb7c: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_e2a9dc4e786090f1 .accordion-item_6faa2439568723bb .accordion-body_e3c6897fdf90dc38 {
  padding: 20px 50px 55px;
}
.accordion-style-two_e2a9dc4e786090f1 .accordion-item_6faa2439568723bb .accordion-body_e3c6897fdf90dc38 h6 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.96px;
  margin-bottom: 15px;
  font-weight: 700;
}
.accordion-style-two_e2a9dc4e786090f1 .accordion-item_6faa2439568723bb .accordion-body_e3c6897fdf90dc38 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_e2a9dc4e786090f1 .accordion-item_6faa2439568723bb .accordion-body_e3c6897fdf90dc38 ul li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  font-size: 18px;
  top: 6px;
  left: 14px;
  color: #212121;
}
.accordion-style-two_e2a9dc4e786090f1 .accordion-item_6faa2439568723bb .accordion-body_e3c6897fdf90dc38 .media-wrapper_193b3896fa28f57f {
  background-position: center;
  background-size: cover;
  border-radius: 30px;
  max-width: 610px;
}
.accordion-style-two_e2a9dc4e786090f1 .accordion-item_6faa2439568723bb .accordion-body_e3c6897fdf90dc38 .media-wrapper_193b3896fa28f57f .video-icon_988fa75936d22060 {
  width: 90px;
  height: 90px;
  background: #fff;
}
.accordion-style-two_e2a9dc4e786090f1 .accordion-item_6faa2439568723bb .accordion-body_e3c6897fdf90dc38 .media-wrapper_193b3896fa28f57f .video-icon_988fa75936d22060:hover {
  background: #CFFF45;
}
.accordion-style-two_e2a9dc4e786090f1 .accordion-item_6faa2439568723bb:nth-child(1) {
  border-radius: 40px 40px 0 0;
}
.accordion-style-two_e2a9dc4e786090f1 .accordion-item_6faa2439568723bb:nth-child(2) {
  background: #FFFAEB;
}
.accordion-style-two_e2a9dc4e786090f1 .accordion-item_6faa2439568723bb:nth-child(2) .accordion-button_01508dabcff3bb7c {
  background: #FBF4DC;
}
.accordion-style-two_e2a9dc4e786090f1 .accordion-item_6faa2439568723bb:nth-child(2) .accordion-body_e3c6897fdf90dc38 {
  background: #FBF4DC;
}
.accordion-style-two_e2a9dc4e786090f1 .accordion-item_6faa2439568723bb:nth-child(3) {
  background: #f9efcf;
  border-radius: 0 0 40px 40px;
}
.accordion-style-two_e2a9dc4e786090f1 .accordion-item_6faa2439568723bb:nth-child(3) .accordion-button_01508dabcff3bb7c {
  background: #F9EFCF;
  border-radius: 0 0 40px 40px;
}
.accordion-style-two_e2a9dc4e786090f1 .accordion-item_6faa2439568723bb:nth-child(3) .accordion-body_e3c6897fdf90dc38 {
  background: #F9EFCF;
  border-radius: 0 0 40px 40px;
}

.accordion-style-three_5e4254967e1e3709 .accordion-item_6faa2439568723bb {
  border: none;
  border-bottom: 1px solid #E0E0E0;
  border-radius: 0;
}
.accordion-style-three_5e4254967e1e3709 .accordion-item_6faa2439568723bb .accordion-button_01508dabcff3bb7c {
  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_5e4254967e1e3709 .accordion-item_6faa2439568723bb .accordion-button_01508dabcff3bb7c:after {
  content: "\f286";
  font-family: "bootstrap-icons";
  font-size: 20px;
  background: none;
  width: auto;
  height: auto;
}
.accordion-style-three_5e4254967e1e3709 .accordion-item_6faa2439568723bb .accordion-body_e3c6897fdf90dc38 {
  padding: 0 35px 8px 0;
}

.accordion-style-four_3d8f94c581aa41c3 .accordion-item_6faa2439568723bb {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  background: transparent;
  margin-bottom: 30px;
}
.accordion-style-four_3d8f94c581aa41c3 .accordion-item_6faa2439568723bb .accordion-button_01508dabcff3bb7c {
  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_3d8f94c581aa41c3 .accordion-item_6faa2439568723bb .accordion-button_01508dabcff3bb7c span {
  font-weight: normal;
  font-size: 18px;
  display: inline-block;
  margin-right: 22px;
  min-width: 30px;
}
.accordion-style-four_3d8f94c581aa41c3 .accordion-item_6faa2439568723bb .accordion-button_01508dabcff3bb7c:not(.collapsed) {
  padding-bottom: 15px;
  background: #144D41;
  color: #fff;
}
.accordion-style-four_3d8f94c581aa41c3 .accordion-item_6faa2439568723bb .accordion-button_01508dabcff3bb7c:after {
  content: "\f286";
  font-family: "bootstrap-icons";
  font-size: 20px;
  background: none;
  width: auto;
  height: auto;
}
.accordion-style-four_3d8f94c581aa41c3 .accordion-item_6faa2439568723bb .accordion-body_e3c6897fdf90dc38 {
  background: #fff;
  padding: 0 15px 20px 102px;
  background: #144D41;
}
.accordion-style-four_3d8f94c581aa41c3 .accordion-item_6faa2439568723bb .accordion-body_e3c6897fdf90dc38 p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}

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

.partner-logo-one_e816abfbc031b925 .logo_5b24a36bed10130d {
  width: 100%;
  height: 60px;
}

.modal .modal-dialog {
  height: auto;
}
.modal .modal-dialog .modal-content_e0802c329b889221 {
  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_1ea6d2d60041f7c2 {
  max-width: 565px;
}
.user-data-form .form-wrapper_1ea6d2d60041f7c2 .input-group-meta_e73ef15605eb066d 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_1ea6d2d60041f7c2 .input-group-meta_e73ef15605eb066d label {
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  margin-bottom: 6px;
}
.user-data-form .form-wrapper_1ea6d2d60041f7c2 .input-group-meta_e73ef15605eb066d .placeholder_icon_0953723ffed0025f {
  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_1ea6d2d60041f7c2 .input-group-meta_e73ef15605eb066d .placeholder_icon_0953723ffed0025f img {
  position: relative;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%);
}
.user-data-form .form-wrapper_1ea6d2d60041f7c2 .input-group-meta_e73ef15605eb066d .placeholder_icon_0953723ffed0025f span {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
  position: relative;
}
.user-data-form .form-wrapper_1ea6d2d60041f7c2 .input-group-meta_e73ef15605eb066d .placeholder_icon_0953723ffed0025f 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_1ea6d2d60041f7c2 .input-group-meta_e73ef15605eb066d .placeholder_icon_0953723ffed0025f span.eye-slash_90333242a386bdae:before {
  opacity: 0;
}
.user-data-form .agreement-checkbox_c21492ff30f85307 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_c21492ff30f85307 label a {
  color: #0E3E2F;
  text-decoration: underline;
}
.user-data-form .agreement-checkbox_c21492ff30f85307 input[type=checkbox] {
  display: none;
}
.user-data-form .agreement-checkbox_c21492ff30f85307 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_c21492ff30f85307 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_c21492ff30f85307 a {
  position: relative;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.user-data-form .agreement-checkbox_c21492ff30f85307 a:hover {
  text-decoration: underline;
  color: #0E3E2F;
}
.user-data-form .line_1f01b4bbad33008d {
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.user-data-form .social-use-btn_a0c0de3f4f0053bc {
  font-size: 16px;
  color: #000;
  height: 55px;
  border: 1px solid #E5E5E5;
  border-radius: 7px;
}
.user-data-form .social-use-btn_a0c0de3f4f0053bc:hover {
  background: rgba(0, 0, 0, 0.06);
}
.user-data-form .social-use-btn_a0c0de3f4f0053bc img {
  width: 20px;
}
.user-data-form .btn-close_7728e34833291328 {
  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_521ea4a02cd59e43 .main-count_6a772882c8ece70e {
  font-size: 64px;
  color: #19352D;
}

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

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

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

.pagination-one_0775809714fbad92 ul {
  margin: 0 -5;
}
.pagination-one_0775809714fbad92 ul li {
  padding: 0 5px;
  font-size: 20px;
  font-weight: 500;
  color: #19352D;
}
.pagination-one_0775809714fbad92 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_0775809714fbad92 ul li:not(:last-child) a.active, .pagination-one_0775809714fbad92 ul li:not(:last-child) a:hover, .pagination-one_0775809714fbad92 ul li:not(:last-child) a:focus {
  background: #29594B;
  color: #fff;
}

.pagination-two_cffc7fc7da1b25a3 {
  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_cffc7fc7da1b25a3 .pr-dir_82ea8576d931207c {
  font-size: 16px;
  letter-spacing: 0.89px;
  color: #979797;
}
.pagination-two_cffc7fc7da1b25a3 .pr-name_d7681ca045596e88 {
  font-size: 32px;
  color: #19352D;
  margin-top: 4px;
}
.pagination-two_cffc7fc7da1b25a3 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_cffc7fc7da1b25a3 a:hover i {
  background: #CFFF45;
  border-color: #CFFF45;
}
.pagination-two_cffc7fc7da1b25a3.border-0_8c371622eb8ad47d i {
  border: none;
}
.pagination-two_cffc7fc7da1b25a3.border-0_8c371622eb8ad47d a:hover i {
  background: #FFE86B;
}

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

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

.card-style-three_57ceb23faf5fbb56 .icon_bd7da2cbe5d1c6dc {
  height: 38px;
}

.card-style-four_252220434bee3776 .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_252220434bee3776 .media:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  transform: rotate(45deg);
  right: -25px;
  bottom: -25px;
  background: #fff;
}
.card-style-four_252220434bee3776 .round-btn_dc4fdf668df8e97a {
  position: absolute;
  font-size: 25px;
  width: 55px;
  height: 55px;
  background: #fff;
  color: #19352D;
  opacity: 0;
}
.card-style-four_252220434bee3776 .round-btn_dc4fdf668df8e97a:hover {
  background: #CFFF45;
}
.card-style-four_252220434bee3776:hover .media::before, .card-style-four_252220434bee3776:hover .round-btn_dc4fdf668df8e97a {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

.card-style-fourteen_0e1a3ad948c72256 .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_0e1a3ad948c72256 .round-btn_dc4fdf668df8e97a {
  position: absolute;
  font-size: 25px;
  width: 55px;
  height: 55px;
  background: #0C3A30;
  color: #fff;
  opacity: 0;
}
.card-style-fourteen_0e1a3ad948c72256 .round-btn_dc4fdf668df8e97a:hover {
  background: #CFFF45;
  color: #19352D;
}
.card-style-fourteen_0e1a3ad948c72256:hover .media::before, .card-style-fourteen_0e1a3ad948c72256:hover .round-btn_dc4fdf668df8e97a {
  opacity: 1;
}
.card-style-fourteen_0e1a3ad948c72256 p {
  color: #B6B6B6;
}

.card-style-fifteen_09f258ec99141953 {
  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_09f258ec99141953 .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_09f258ec99141953 .round-btn_dc4fdf668df8e97a {
  position: absolute;
  font-size: 25px;
  width: 55px;
  height: 55px;
  background: #0C3A30;
  color: #fff;
  opacity: 0;
}
.card-style-fifteen_09f258ec99141953 .round-btn_dc4fdf668df8e97a:hover {
  background: #CFFF45;
  color: #19352D;
}
.card-style-fifteen_09f258ec99141953:hover .media::before, .card-style-fifteen_09f258ec99141953:hover .round-btn_dc4fdf668df8e97a {
  opacity: 1;
}
.card-style-fifteen_09f258ec99141953 h4 {
  font-size: 22px;
}
.card-style-fifteen_09f258ec99141953 p {
  color: #B6B6B6;
}

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

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

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

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

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

.card-style-twentyOne_9a0f7b63eb291386 .icon_bd7da2cbe5d1c6dc {
  width: 320px;
  height: 320px;
  padding: 13%;
  border: 1px solid rgba(25, 97, 100, 0.15);
}
.card-style-twentyOne_9a0f7b63eb291386 .icon_bd7da2cbe5d1c6dc .numb_cbead21b5a3ad446 {
  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_7c2cfedc0eb7d0ad {
  background: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 50px 12px 70px;
  position: relative;
}
.card-style-twentyTwo_7c2cfedc0eb7d0ad .icon_bd7da2cbe5d1c6dc {
  height: 83px;
}
.card-style-twentyTwo_7c2cfedc0eb7d0ad h4 {
  font-size: 28px;
  margin: 135px 0 20px;
  text-transform: capitalize;
}
.card-style-twentyTwo_7c2cfedc0eb7d0ad .learn-btn_e8039116c9c34743 {
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 1px;
}
.card-style-twentyTwo_7c2cfedc0eb7d0ad:hover {
  background: #FFDB1E;
}

.card-style-twentyThree_7ab4a7a8aea56de5 {
  background: #144D41;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.card-style-twentyThree_7ab4a7a8aea56de5 .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_7ab4a7a8aea56de5 .name h4 {
  font-size: 22px;
}
.card-style-twentyThree_7ab4a7a8aea56de5:hover .name {
  opacity: 1;
}
.card-style-twentyThree_7ab4a7a8aea56de5:hover img {
  opacity: 0.3;
}

.pricing-card-one_2ec0e6bece1f9078 {
  background: #fff;
  border-radius: 20px;
  padding: 45px 70px 50px;
}
.pricing-card-one_2ec0e6bece1f9078 h2 {
  font-size: 36px;
}
.pricing-card-one_2ec0e6bece1f9078 p {
  line-height: 1.5em;
  color: #878787;
  padding: 17px 0 20px;
}
.pricing-card-one_2ec0e6bece1f9078 p span {
  color: #000;
}
.pricing-card-one_2ec0e6bece1f9078 .price-banner_555cb154c756649d {
  padding: 8px 10px;
  border-radius: 15px;
  background: #F4F4F4;
  margin-bottom: 30px;
}
.pricing-card-one_2ec0e6bece1f9078 .price-banner_555cb154c756649d .price_bc1e2cc5bab23110 {
  font-size: 52px;
  font-weight: 500;
  color: #19352D;
  line-height: initial;
}
.pricing-card-one_2ec0e6bece1f9078 .price-banner_555cb154c756649d .price_bc1e2cc5bab23110 sup {
  font-size: 0.461em;
  top: -18px;
  left: 6px;
}
.pricing-card-one_2ec0e6bece1f9078 .price-banner_555cb154c756649d strong {
  color: #19352D;
  display: block;
  margin-bottom: -9px;
}
.pricing-card-one_2ec0e6bece1f9078 .price-banner_555cb154c756649d span {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
}
.pricing-card-one_2ec0e6bece1f9078 ul li {
  color: #000;
  margin-top: 10px;
}
.pricing-card-one_2ec0e6bece1f9078 .action-btn_0622ad7abd8b9f4b {
  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_2ec0e6bece1f9078 .action-btn_0622ad7abd8b9f4b a {
  font-weight: 500;
  color: #19352D;
}
.pricing-card-one_2ec0e6bece1f9078 .action-btn_0622ad7abd8b9f4b 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_2ec0e6bece1f9078 .action-btn_0622ad7abd8b9f4b a:hover {
  text-decoration: underline;
}

.service-details_3e4f95ea9be346b7 .details-meta_7a7c08a41e3acb3a h2 {
  font-size: 64px;
  line-height: 1.1875em;
  font-weight: 700;
  margin-bottom: 42px;
}
.service-details_3e4f95ea9be346b7 .details-meta_7a7c08a41e3acb3a p {
  margin-bottom: 35px;
}
.service-details_3e4f95ea9be346b7 .details-meta_7a7c08a41e3acb3a h3 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 25px;
}
.service-details_3e4f95ea9be346b7 .details-meta_7a7c08a41e3acb3a .line-wrapper_70736b8012df7135 {
  border-top: 1px dashed #e5e5e5;
  border-bottom: 1px dashed #e5e5e5;
}
.service-details_3e4f95ea9be346b7 .details-meta_7a7c08a41e3acb3a .quote-wrapper_4146037f75eb6d16 {
  padding: 50px 80px 60px;
  border-radius: 30px;
  z-index: 1;
}
.service-details_3e4f95ea9be346b7 .details-meta_7a7c08a41e3acb3a .quote-wrapper_4146037f75eb6d16 .icon_bd7da2cbe5d1c6dc {
  margin-top: 7px;
}
.service-details_3e4f95ea9be346b7 .details-meta_7a7c08a41e3acb3a .quote-wrapper_4146037f75eb6d16 blockquote {
  font-size: 48px;
  line-height: 1.354em;
  font-weight: 500;
  color: #19352D;
  margin-bottom: 30px;
}
.service-details_3e4f95ea9be346b7 .details-meta_7a7c08a41e3acb3a .quote-wrapper_4146037f75eb6d16 .shape_01_ede3b68f55ee2fea {
  bottom: 0;
  right: 1%;
  width: 37.2%;
}
.service-details_3e4f95ea9be346b7 .details-meta_7a7c08a41e3acb3a .list-item_7a2ff1543ef72fd2 li {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  padding-left: 45px;
  margin-bottom: 24px;
  position: relative;
}
.service-details_3e4f95ea9be346b7 .details-meta_7a7c08a41e3acb3a .list-item_7a2ff1543ef72fd2 li:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #FFF2AC;
  left: 0;
  top: 3px;
}
.service-details_3e4f95ea9be346b7 .details-meta_7a7c08a41e3acb3a .list-item_7a2ff1543ef72fd2 li:after {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  font-size: 18px;
  top: 3px;
  left: 5px;
  color: #000;
}
.service-details_3e4f95ea9be346b7 .service-nav-item_971f34f55a860f17 {
  background: #EBF3EE;
  border-radius: 20px;
  overflow: hidden;
  padding: 0 25px;
}
.service-details_3e4f95ea9be346b7 .service-nav-item_971f34f55a860f17 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_3e4f95ea9be346b7 .service-nav-item_971f34f55a860f17 a img {
  width: 20px;
  margin-right: 22px;
  opacity: 0.3;
  transition: all 0.3s ease-in-out 0s;
}
.service-details_3e4f95ea9be346b7 .service-nav-item_971f34f55a860f17 a.active, .service-details_3e4f95ea9be346b7 .service-nav-item_971f34f55a860f17 a:hover {
  color: #0A4020;
}
.service-details_3e4f95ea9be346b7 .service-nav-item_971f34f55a860f17 a.active img, .service-details_3e4f95ea9be346b7 .service-nav-item_971f34f55a860f17 a:hover img {
  opacity: 1;
}
.service-details_3e4f95ea9be346b7 .service-nav-item_971f34f55a860f17 li:last-child a {
  border: none;
}
.service-details_3e4f95ea9be346b7 .contact-banner_b0deb47b7baab1d8 {
  padding: 35px 3% 50px;
  background: #FFE86B;
  border-radius: 20px;
}
.service-details_3e4f95ea9be346b7 .contact-banner_b0deb47b7baab1d8 h3 {
  font-size: 32px;
  line-height: 1.25em;
  color: #000;
}
.service-details_3e4f95ea9be346b7 .contact-banner_b0deb47b7baab1d8 a {
  line-height: 36px;
  border: 2px solid #000;
  border-radius: 30px;
  color: #000;
  padding: 0 30px;
}
.service-details_3e4f95ea9be346b7 .contact-banner_b0deb47b7baab1d8 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_86bb9ab251c2282f .grid-sizer,
#isotop-gallery-wrapper.column-two_86bb9ab251c2282f .isotop-item {
  width: 50%;
}

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

.portfolio-block-one_85413951546abd16 .img-holder_f60367e541cec18e {
  position: relative;
  overflow: hidden;
}
.portfolio-block-one_85413951546abd16 .img-holder_f60367e541cec18e.round-border_071df9742c3c180b {
  border-radius: 30px;
}
.portfolio-block-one_85413951546abd16 .img-holder_f60367e541cec18e .expend_8ca40ee387e14591 {
  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_85413951546abd16 .img-holder_f60367e541cec18e 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_85413951546abd16 .img-holder_f60367e541cec18e i:hover {
  background: #DFFF5E;
}
.portfolio-block-one_85413951546abd16:hover .expend_8ca40ee387e14591 {
  opacity: 1;
}
.portfolio-block-one_85413951546abd16:hover .img-meta_93893a836b9bd162 {
  transform: scale(1.1) rotate(5deg);
}
.portfolio-block-one_85413951546abd16:hover .pj-title_35cd95e707cdfbd0 {
  text-decoration: underline;
}
.portfolio-block-one_85413951546abd16 .caption {
  margin-top: 35px;
}
.portfolio-block-one_85413951546abd16 .caption .tag_81cf345711ba5980 {
  margin: 0 -3px;
}
.portfolio-block-one_85413951546abd16 .caption .tag_81cf345711ba5980 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_85413951546abd16 .caption .pj-title_35cd95e707cdfbd0 {
  font-size: 32px;
  color: #000;
  margin-top: 15px;
}
.portfolio-block-one_85413951546abd16 .caption .arrow {
  font-size: 26px;
  color: #000;
}
.portfolio-block-one_85413951546abd16 .caption .arrow:hover {
  color: #0C3A30;
}

.portfolio-two_37fa823f8de11eaa {
  z-index: 1;
}
.portfolio-two_37fa823f8de11eaa .slider-wrapper_ff38ea5d641a1224 {
  width: 126vw;
  transform: translateX(-13vw);
}
.portfolio-two_37fa823f8de11eaa .slider-wrapper_ff38ea5d641a1224 .slick-slider_8949d0b07e484378 {
  margin: 0 -25px;
}
.portfolio-two_37fa823f8de11eaa .slider-wrapper_ff38ea5d641a1224 .slick-slider_8949d0b07e484378 .slick-slide {
  margin: 0 25px 5px;
}
.portfolio-two_37fa823f8de11eaa .slick-arrow-one_8ff28201e30aa76b {
  margin-left: -2px;
  margin-right: -2px;
}
.portfolio-two_37fa823f8de11eaa .slick-arrow-one_8ff28201e30aa76b 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_37fa823f8de11eaa .slick-arrow-one_8ff28201e30aa76b li:hover {
  background: #1F5E59;
  color: #fff;
}

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

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

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

.project-details-one_a3f713055c8d89f1 {
  z-index: 2;
}
.project-details-one_a3f713055c8d89f1 .project-info_55a997a86c6abce5 {
  border-bottom: 1px solid #E4E4E4;
}
.project-details-one_a3f713055c8d89f1 .project-info_55a997a86c6abce5:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30%;
  z-index: -1;
  background: #CFFF45;
}
.project-details-one_a3f713055c8d89f1 .project-info_55a997a86c6abce5 .inner-wrapper_5623ac46d3380b6a {
  max-width: 1600px;
  padding: 0 12px;
}
.project-details-one_a3f713055c8d89f1 .project-info_55a997a86c6abce5 h3 {
  font-size: 48px;
  font-weight: normal;
  margin: 0;
}
.project-details-one_a3f713055c8d89f1 .project-info_55a997a86c6abce5 h3 span {
  font-style: italic;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
}
.project-details-one_a3f713055c8d89f1 .project-info_55a997a86c6abce5 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_a3f713055c8d89f1 .project-info_55a997a86c6abce5 li:last-child {
  border: none;
}
.project-details-one_a3f713055c8d89f1 .project-info_55a997a86c6abce5 li .icon_bd7da2cbe5d1c6dc {
  max-width: 40px;
}
.project-details-one_a3f713055c8d89f1 .project-info_55a997a86c6abce5 li .text1_b17a7f110c6aec6b {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
}
.project-details-one_a3f713055c8d89f1 .project-info_55a997a86c6abce5 li span {
  color: rgba(0, 0, 0, 0.5);
}
.project-details-one_a3f713055c8d89f1 .upper-title_371fc65cc5d02fb4 {
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.project-details-one_a3f713055c8d89f1 h2 {
  font-size: 58px;
  font-weight: 700;
  margin-bottom: 35px;
}
.project-details-one_a3f713055c8d89f1 p {
  font-size: 24px;
  line-height: 1.83em;
  margin-bottom: 40px;
}
.project-details-one_a3f713055c8d89f1 .img-gallery_4af1aba8458f6ca7 img {
  border-radius: 30px;
  width: 100%;
  margin-bottom: 15px;
}
.project-details-one_a3f713055c8d89f1 .social-share_1952eeab74f069a1 li {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.project-details-one_a3f713055c8d89f1 .social-share_1952eeab74f069a1 li a {
  font-size: 20px;
  color: #19352D;
  margin-left: 20px;
}

.project-details-two_8bcef89ae4c63bbf .bg-wrapper_92c6e686250607e0 {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.project-details-two_8bcef89ae4c63bbf .slider-wrapper_ff38ea5d641a1224 {
  height: 100%;
}
.project-details-two_8bcef89ae4c63bbf .slider-wrapper_ff38ea5d641a1224 .carousel-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.project-details-two_8bcef89ae4c63bbf .slider-wrapper_ff38ea5d641a1224 .carousel-control-next_0c989e31cf47bc38,
.project-details-two_8bcef89ae4c63bbf .slider-wrapper_ff38ea5d641a1224 .carousel-control-prev_f80c959a2015c347 {
  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_8bcef89ae4c63bbf .slider-wrapper_ff38ea5d641a1224 .carousel-control-next_0c989e31cf47bc38:hover,
.project-details-two_8bcef89ae4c63bbf .slider-wrapper_ff38ea5d641a1224 .carousel-control-prev_f80c959a2015c347:hover {
  background: #29594B;
  color: #fff;
}
.project-details-two_8bcef89ae4c63bbf .slider-wrapper_ff38ea5d641a1224 .carousel-control-prev_f80c959a2015c347 {
  left: auto;
  right: 45px;
}
.project-details-two_8bcef89ae4c63bbf .info-wrapper_b171a7602f385072 {
  padding: 55px 50px 85px 70px;
}
.project-details-two_8bcef89ae4c63bbf .info-wrapper_b171a7602f385072 h3 {
  font-size: 36px;
}
.project-details-two_8bcef89ae4c63bbf .info-wrapper_b171a7602f385072 .list-meta_5975883c04c78400 li {
  padding: 22px 0;
}
.project-details-two_8bcef89ae4c63bbf .info-wrapper_b171a7602f385072 .list-meta_5975883c04c78400 .icon_bd7da2cbe5d1c6dc {
  width: 40px;
}
.project-details-two_8bcef89ae4c63bbf .info-wrapper_b171a7602f385072 .list-meta_5975883c04c78400 .text1_b17a7f110c6aec6b {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}
.project-details-two_8bcef89ae4c63bbf .info-wrapper_b171a7602f385072 .list-meta_5975883c04c78400 span {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
}
.project-details-two_8bcef89ae4c63bbf .info-wrapper_b171a7602f385072 .social-share_1952eeab74f069a1 li {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.project-details-two_8bcef89ae4c63bbf .info-wrapper_b171a7602f385072 .social-share_1952eeab74f069a1 li a {
  font-size: 20px;
  color: #19352D;
  margin-left: 20px;
}

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

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

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

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

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

.feedback-section-three_86f7643253b1fb15 .slider-wrapper_ff38ea5d641a1224 {
  padding-left: 100px;
}
.feedback-section-three_86f7643253b1fb15 .slider-wrapper_ff38ea5d641a1224 .icon_bd7da2cbe5d1c6dc {
  left: 0;
  top: 18px;
}
.feedback-section-three_86f7643253b1fb15 .slick-dots_a0595385e2fe9b5c {
  margin: 50px 0 0 15px;
  padding: 0;
}
.feedback-section-three_86f7643253b1fb15 .slick-dots_a0595385e2fe9b5c li button {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #000;
  padding: 0;
  margin-right: 3px;
}
.feedback-section-three_86f7643253b1fb15 .slick-dots_a0595385e2fe9b5c .slick-active button {
  background: #000;
}
.feedback-section-three_86f7643253b1fb15 .rating-box_82f1ad85cb35bc3b {
  position: absolute;
  padding: 50px 37px 35px;
  left: -75px;
  bottom: -65px;
  z-index: 1;
  background: #000;
}
.feedback-section-three_86f7643253b1fb15 .rating-box_82f1ad85cb35bc3b .rating_902ef6d5be3d7c8b {
  font-size: 58px;
  letter-spacing: -1px;
  line-height: 25px;
  margin-bottom: 20px;
}
.feedback-section-three_86f7643253b1fb15 .shape_01_ede3b68f55ee2fea {
  width: 15px;
  top: 7%;
  right: 52%;
}
.feedback-section-three_86f7643253b1fb15 .shape_02_b8fcd61a999a03fa {
  width: 20px;
  bottom: 17%;
  right: 17%;
}

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

.feedback-section-four_a9f9f184d86c02dd .slider-arrows_cfb9bd32b16909c7 {
  position: absolute;
  right: 0;
  top: 80px;
  width: 125px;
  border: 1px solid #000;
  border-radius: 50px;
  overflow: hidden;
}
.feedback-section-four_a9f9f184d86c02dd .slider-arrows_cfb9bd32b16909c7 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_a9f9f184d86c02dd .slider-arrows_cfb9bd32b16909c7 li:hover {
  background: #000;
  color: #fff;
}
.feedback-section-four_a9f9f184d86c02dd .partner-logo-one_e816abfbc031b925 {
  border-bottom: 2px dashed #e3e3e3;
}

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

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

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

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

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

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

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

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

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

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

.blog-meta-one_dbf4eabe1dff25f9 {
  background: #fff;
  border-radius: 30px;
}
.blog-meta-one_dbf4eabe1dff25f9 .post-data_97bc94e64c069f88 {
  padding: 30px 35px 25px;
}
.blog-meta-one_dbf4eabe1dff25f9 .post-data_97bc94e64c069f88 .post-info_6569ec7530b2fd78 {
  font-size: 18px;
  color: #AAAAAA;
}
.blog-meta-one_dbf4eabe1dff25f9 .post-data_97bc94e64c069f88 .blog-title_56bf68f735520965 {
  font-size: 32px;
  line-height: 1.281em;
}
.blog-meta-one_dbf4eabe1dff25f9 .post-data_97bc94e64c069f88 .blog-title_56bf68f735520965:hover {
  text-decoration: underline;
}
.blog-meta-one_dbf4eabe1dff25f9 .post-img_deeaa845eccb1b64 {
  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_dbf4eabe1dff25f9 .post-img_deeaa845eccb1b64 .round-btn_dc4fdf668df8e97a {
  font-size: 25px;
  width: 55px;
  height: 55px;
  background: #fff;
  color: #19352D;
}
.blog-meta-one_dbf4eabe1dff25f9:hover .round-btn_dc4fdf668df8e97a {
  background: #CFFF45;
}
.blog-meta-one_dbf4eabe1dff25f9.style-two_8553b3605887f195 {
  background: #F6F6F6;
  border-radius: 0;
}
.blog-meta-one_dbf4eabe1dff25f9.style-two_8553b3605887f195 .post-img_deeaa845eccb1b64 {
  border-radius: 0;
}
.blog-meta-one_dbf4eabe1dff25f9.style-two_8553b3605887f195 .blog-title_56bf68f735520965 {
  font-weight: 700;
  font-size: 28px;
  color: #000;
}

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

.blog-meta-two_61067d435a917db9 {
  background: #fff;
}
.blog-meta-two_61067d435a917db9 .post-data_97bc94e64c069f88 {
  padding-top: 30px;
}
.blog-meta-two_61067d435a917db9 .post-data_97bc94e64c069f88 .blog-title_56bf68f735520965 {
  width: 70%;
}
.blog-meta-two_61067d435a917db9 .post-data_97bc94e64c069f88 .blog-title_56bf68f735520965 h4 {
  font-size: 32px;
  line-height: 1.281em;
}
.blog-meta-two_61067d435a917db9 .post-data_97bc94e64c069f88 .blog-title_56bf68f735520965:hover h4 {
  text-decoration: underline;
}
.blog-meta-two_61067d435a917db9 .post-data_97bc94e64c069f88 .round-btn_dc4fdf668df8e97a {
  font-size: 25px;
  width: 60px;
  height: 60px;
  border: 1px solid #19352D;
  background: #fff;
  color: #19352D;
}
.blog-meta-two_61067d435a917db9 .post-data_97bc94e64c069f88 .round-btn_dc4fdf668df8e97a:hover {
  background: #CFFF45;
  border-color: #CFFF45;
}
.blog-meta-two_61067d435a917db9 .post-data_97bc94e64c069f88 .post-info_6569ec7530b2fd78 {
  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_61067d435a917db9 .post-img_deeaa845eccb1b64 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-meta-two_61067d435a917db9 .post-img_deeaa845eccb1b64 .date_d1a60ccb88218319 {
  line-height: 38px;
  font-size: 16px;
  padding: 0 18px;
  text-transform: uppercase;
  background: #fff;
  color: #19352D;
}
.blog-meta-two_61067d435a917db9.style-two_8553b3605887f195 {
  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_61067d435a917db9.style-two_8553b3605887f195 p {
  font-size: 18px;
}
.blog-meta-two_61067d435a917db9.style-two_8553b3605887f195 .post-img_deeaa845eccb1b64 {
  height: auto;
  width: 100%;
}
.blog-meta-two_61067d435a917db9.style-two_8553b3605887f195 .post-data_97bc94e64c069f88 {
  padding: 26px 0;
}
.blog-meta-two_61067d435a917db9.style-two_8553b3605887f195 .post-data_97bc94e64c069f88 .post-info_6569ec7530b2fd78 {
  border: none;
  padding: 0;
  margin: 0 0 12px;
}
.blog-meta-two_61067d435a917db9.style-two_8553b3605887f195 .post-data_97bc94e64c069f88 .round-btn_dc4fdf668df8e97a {
  border: none;
}

.signup-btn-one_1c4efe807e1a7cd4 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_1c4efe807e1a7cd4 .icon_bd7da2cbe5d1c6dc {
  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_c00d75633f13052c {
  z-index: 1;
}
.blog-section-three_c00d75633f13052c .section-btn_ec9ebcf7af03085b {
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 1;
}

.blog-section-four_c71076bf9f9663c6 {
  z-index: 5;
}
.blog-section-four_c71076bf9f9663c6.block-feature-three_035250ca7ab4465d:before {
  display: none;
}
.blog-section-four_c71076bf9f9663c6.block-feature-three_035250ca7ab4465d .block-one_17008a00b9fbaf1f {
  background: url(../pictures/blog/blog_img_05.jpg) no-repeat center;
  height: 666px;
}

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

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

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

.blog-sidebar_b17cf2a7a058509c .sidebar-title_7eaff2646ae33b28 {
  font-size: 32px;
  margin-bottom: 18px;
}
.blog-sidebar_b17cf2a7a058509c .sidebar-search_32b9f71fe193ba82 {
  height: 65px;
  background: #F3F3F3;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.blog-sidebar_b17cf2a7a058509c .sidebar-search_32b9f71fe193ba82 input {
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  padding: 0 50px 0 20px;
  font-size: 18px;
}
.blog-sidebar_b17cf2a7a058509c .sidebar-search_32b9f71fe193ba82 button {
  position: absolute;
  width: 65px;
  right: 0;
  top: 0;
  bottom: 0;
  background: #29594B;
  color: #fff;
}
.blog-sidebar_b17cf2a7a058509c .sidebar-search_32b9f71fe193ba82 button:hover {
  background: #CFFF45;
  color: #19352D;
}
.blog-sidebar_b17cf2a7a058509c .blog-category_e203cda714aedfa5 li a {
  line-height: 54px;
  color: #19352D;
  transition: all 0.2s ease-in-out 0s;
}
.blog-sidebar_b17cf2a7a058509c .blog-category_e203cda714aedfa5 li a span {
  color: rgba(0, 0, 0, 0.4);
}
.blog-sidebar_b17cf2a7a058509c .blog-category_e203cda714aedfa5 li a:hover {
  text-decoration: underline;
}
.blog-sidebar_b17cf2a7a058509c .blog-recent-news_ba38f128e5b80e2c .recent-news_c5b3d88d9f4fc70c {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
  margin-bottom: 35px;
}
.blog-sidebar_b17cf2a7a058509c .blog-recent-news_ba38f128e5b80e2c .recent-news_c5b3d88d9f4fc70c:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
.blog-sidebar_b17cf2a7a058509c .blog-recent-news_ba38f128e5b80e2c .recent-news_c5b3d88d9f4fc70c .post-img_deeaa845eccb1b64 {
  height: 222px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px;
  margin-bottom: 15px;
}
.blog-sidebar_b17cf2a7a058509c .blog-recent-news_ba38f128e5b80e2c .recent-news_c5b3d88d9f4fc70c .date_d1a60ccb88218319 {
  font-size: 16px;
  color: #AAAAAA;
  margin-bottom: 5px;
}
.blog-sidebar_b17cf2a7a058509c .blog-recent-news_ba38f128e5b80e2c .recent-news_c5b3d88d9f4fc70c .blog-title_56bf68f735520965 h3 {
  font-size: 24px;
  line-height: 1.291em;
  max-width: 85%;
}
.blog-sidebar_b17cf2a7a058509c .blog-recent-news_ba38f128e5b80e2c .recent-news_c5b3d88d9f4fc70c .blog-title_56bf68f735520965 h3:hover {
  text-decoration: underline;
}
.blog-sidebar_b17cf2a7a058509c .blog-keyword_acee269de2ea90be ul {
  margin: 0 -4px;
}
.blog-sidebar_b17cf2a7a058509c .blog-keyword_acee269de2ea90be ul li {
  margin: 0 4px 10px;
}
.blog-sidebar_b17cf2a7a058509c .blog-keyword_acee269de2ea90be 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_b17cf2a7a058509c .blog-keyword_acee269de2ea90be ul li a:hover {
  background: #29594B;
  color: #fff;
}
.blog-sidebar_b17cf2a7a058509c .contact-banner_b0deb47b7baab1d8 {
  padding: 35px 3% 50px;
  background: #CFFF45;
  border-radius: 20px;
}
.blog-sidebar_b17cf2a7a058509c .contact-banner_b0deb47b7baab1d8 h3 {
  font-size: 32px;
  line-height: 1.25em;
  color: #000;
}
.blog-sidebar_b17cf2a7a058509c .contact-banner_b0deb47b7baab1d8 a {
  line-height: 36px;
  border: 2px solid #000;
  border-radius: 30px;
  color: #000;
  padding: 0 30px;
}
.blog-sidebar_b17cf2a7a058509c .contact-banner_b0deb47b7baab1d8 a:hover {
  background: #0C3A30;
  border-color: #0C3A30;
  color: #fff;
}

.blog-details_c3520795d8a34264 .post-details-meta_d04c2baf4d9142b6 {
  border-top: 1px dashed #BEBEBE;
  margin-top: 30px;
  padding: 36px 0;
}
.blog-details_c3520795d8a34264 .post-details-meta_d04c2baf4d9142b6 p {
  line-height: 1.8em;
  margin-bottom: 30px;
}
.blog-details_c3520795d8a34264 .post-details-meta_d04c2baf4d9142b6 .quote-wrapper_4146037f75eb6d16 {
  text-align: center;
  margin: 62px 0 35px;
}
.blog-details_c3520795d8a34264 .post-details-meta_d04c2baf4d9142b6 .quote-wrapper_4146037f75eb6d16 .wrapper_2159a08646e9a5d7 {
  position: relative;
  padding: 38px 12px 40px;
  border-top: 1px dashed #CBCBCB;
  border-bottom: 1px dashed #CBCBCB;
}
.blog-details_c3520795d8a34264 .post-details-meta_d04c2baf4d9142b6 .quote-wrapper_4146037f75eb6d16 .wrapper_2159a08646e9a5d7 .icon_bd7da2cbe5d1c6dc {
  width: 55px;
  height: 55px;
  background: #29594B;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-details_c3520795d8a34264 .post-details-meta_d04c2baf4d9142b6 .quote-wrapper_4146037f75eb6d16 .wrapper_2159a08646e9a5d7 h3 {
  font-size: 36px;
  line-height: 1.444em;
  margin: 0;
}
.blog-details_c3520795d8a34264 .post-details-meta_d04c2baf4d9142b6 .quote-wrapper_4146037f75eb6d16 h6 {
  font-size: 20px;
  margin: 24px 0 0;
}
.blog-details_c3520795d8a34264 .post-details-meta_d04c2baf4d9142b6 .quote-wrapper_4146037f75eb6d16 h6 span {
  color: rgba(0, 0, 0, 0.5);
}
.blog-details_c3520795d8a34264 .post-details-meta_d04c2baf4d9142b6 .img-gallery_4af1aba8458f6ca7 {
  margin-bottom: 50px;
}
.blog-details_c3520795d8a34264 .post-details-meta_d04c2baf4d9142b6 .img-gallery_4af1aba8458f6ca7 img {
  border-radius: 20px;
  margin-top: 15px;
}
.blog-details_c3520795d8a34264 .post-details-meta_d04c2baf4d9142b6 h3 {
  font-size: 32px;
  margin-bottom: 20px;
}
.blog-details_c3520795d8a34264 .post-details-meta_d04c2baf4d9142b6 .list-item_7a2ff1543ef72fd2 li {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  position: relative;
  padding-left: 33px;
  margin-bottom: 23px;
}
.blog-details_c3520795d8a34264 .post-details-meta_d04c2baf4d9142b6 .list-item_7a2ff1543ef72fd2 li:after {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  font-size: 0.95em;
  top: 3px;
  left: 0;
  color: #000;
}
.blog-details_c3520795d8a34264 .bottom-widget_b6188cbe1e774075 {
  padding: 10px 0 5px;
}
.blog-details_c3520795d8a34264 .bottom-widget_b6188cbe1e774075 .tags_dc12daddbbce7fb8 li:first-child {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
  margin-right: 7px;
}
.blog-details_c3520795d8a34264 .bottom-widget_b6188cbe1e774075 .tags_dc12daddbbce7fb8 a {
  line-height: 26px;
  border-radius: 16px;
  background: #fff;
  padding: 0 10px;
  color: #19352D;
  font-size: 16px;
  margin-right: 5px;
}
.blog-details_c3520795d8a34264 .bottom-widget_b6188cbe1e774075 .tags_dc12daddbbce7fb8 a:hover {
  color: #000;
  text-decoration: underline;
}
.blog-details_c3520795d8a34264 .bottom-widget_b6188cbe1e774075 .share-icon_df483774eae7283e li:first-child {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.blog-details_c3520795d8a34264 .bottom-widget_b6188cbe1e774075 .share-icon_df483774eae7283e a {
  color: #19352D;
  font-size: 18px;
  margin-left: 17px;
}
.blog-details_c3520795d8a34264 .grey-bg_97d9bb6e799c8b88 {
  background: #f4f4f4;
  border-radius: 30px;
  padding: 40px 35px;
}
.blog-details_c3520795d8a34264 .blog-inner-title_7d8c7229525444f7 {
  font-size: 42px;
  margin-bottom: 10px;
}
.blog-details_c3520795d8a34264 .blog-comment-area_14eedb3aaddfe44b {
  margin: 60px 0;
}
.blog-details_c3520795d8a34264 .blog-comment-area_14eedb3aaddfe44b .comment_551ceeddca688e35 {
  border-top: 1px dashed #CBCBCB;
  padding: 38px 0 20px;
}
.blog-details_c3520795d8a34264 .blog-comment-area_14eedb3aaddfe44b .comment_551ceeddca688e35:last-child {
  padding-bottom: 5px;
}
.blog-details_c3520795d8a34264 .blog-comment-area_14eedb3aaddfe44b .comment_551ceeddca688e35 .reply-comment_2e73178088d925a6 {
  border: none;
  padding: 40px 0 30px;
}
.blog-details_c3520795d8a34264 .blog-comment-area_14eedb3aaddfe44b .comment_551ceeddca688e35 .user-avatar_db8256cc631908e1 {
  width: 60px;
  height: 60px;
}
.blog-details_c3520795d8a34264 .blog-comment-area_14eedb3aaddfe44b .comment_551ceeddca688e35 .comment-text_8b3a20983b20561d {
  width: calc(100% - 60px);
  padding-left: 25px;
  position: relative;
}
.blog-details_c3520795d8a34264 .blog-comment-area_14eedb3aaddfe44b .comment_551ceeddca688e35 .comment-text_8b3a20983b20561d .name {
  font-size: 20px;
  color: #19352D;
}
.blog-details_c3520795d8a34264 .blog-comment-area_14eedb3aaddfe44b .comment_551ceeddca688e35 .comment-text_8b3a20983b20561d .date_d1a60ccb88218319 {
  font-size: 16px;
  color: #ADADAD;
}
.blog-details_c3520795d8a34264 .blog-comment-area_14eedb3aaddfe44b .comment_551ceeddca688e35 .comment-text_8b3a20983b20561d p {
  font-size: 18px;
  line-height: 32px;
  margin: 7px 0 10px 0px;
}
.blog-details_c3520795d8a34264 .blog-comment-area_14eedb3aaddfe44b .comment_551ceeddca688e35 .comment-text_8b3a20983b20561d .reply-btn_5cf998bc4fd1823f {
  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_c3520795d8a34264 .blog-comment-area_14eedb3aaddfe44b .comment_551ceeddca688e35 .comment-text_8b3a20983b20561d .reply-btn_5cf998bc4fd1823f:hover {
  background: #CFFF45;
  color: #19352D;
}
.blog-details_c3520795d8a34264 .blog-comment-form_7aed19a77a09d949 p a {
  color: #19352D;
}
.blog-details_c3520795d8a34264 .blog-comment-form_7aed19a77a09d949 form label {
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  padding-bottom: 5px;
}
.blog-details_c3520795d8a34264 .blog-comment-form_7aed19a77a09d949 form input {
  display: block;
  font-size: 18px;
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 8px;
  padding: 0 25px;
  background: #fff;
}
.blog-details_c3520795d8a34264 .blog-comment-form_7aed19a77a09d949 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_c548c0a63083ad0c {
  height: 600px;
}

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

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

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

.form-style-two_af13925c21ca1335 .input-group-meta_e73ef15605eb066d {
  position: relative;
}
.form-style-two_af13925c21ca1335 .input-group-meta_e73ef15605eb066d input, .form-style-two_af13925c21ca1335 .input-group-meta_e73ef15605eb066d textarea {
  width: 100%;
  max-width: 100%;
  border: 1px solid #000;
  border-radius: 5px;
  background: #fff;
  font-size: 18px;
}
.form-style-two_af13925c21ca1335 .input-group-meta_e73ef15605eb066d input {
  height: 55px;
  padding: 0 20px;
}
.form-style-two_af13925c21ca1335 .input-group-meta_e73ef15605eb066d 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_f4d18b999a9307d3 .media-img_efb03517b816d2a2 {
  border-radius: 20px;
}
.contact-section-one_f4d18b999a9307d3 .shape_01_ede3b68f55ee2fea {
  top: 13%;
  left: 43%;
}

.footer-one_1ce4e6a0bfad51fb {
  background: #0C3A30;
  padding-top: 95px;
}
.footer-one_1ce4e6a0bfad51fb .bottom-footer_a798f7f77d66c7d0 {
  border-top: 1px dashed rgba(255, 255, 255, 0.25);
  margin-top: 32px;
  padding: 40px 0 25px;
}
.footer-one_1ce4e6a0bfad51fb .social-icon_a29336edbf174206 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_1ce4e6a0bfad51fb .social-icon_a29336edbf174206 a:hover {
  background: #CFFF45;
  color: #29594B;
}
.footer-one_1ce4e6a0bfad51fb .footer-title_3541a0f3096a2ec1 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
}
.footer-one_1ce4e6a0bfad51fb .footer-nav-link_bce43a3a0a535b6e a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 46px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-one_1ce4e6a0bfad51fb .footer-nav-link_bce43a3a0a535b6e a:hover {
  color: #fff;
}
.footer-nav-link_bce43a3a0a535b6e p {
  font-size: 16px;
}
.logo_5b24a36bed10130d 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_c6dc4b1be0ee62e8 {
  min-width: 80px;
  max-height: 40px;
  max-width: 150px;
}
.casino-li_d6245d1efbde48f7 {
  align-content: center;
}

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

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

.footer-one_1ce4e6a0bfad51fb .footer-newsletter_c3d73b5ee772fdc2 form {
  width: 410px;
  height: 54px;
  position: relative;
}
.footer-one_1ce4e6a0bfad51fb .footer-newsletter_c3d73b5ee772fdc2 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_1ce4e6a0bfad51fb .footer-newsletter_c3d73b5ee772fdc2 form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.footer-one_1ce4e6a0bfad51fb .footer-newsletter_c3d73b5ee772fdc2 form input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.footer-one_1ce4e6a0bfad51fb .footer-newsletter_c3d73b5ee772fdc2 form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.footer-one_1ce4e6a0bfad51fb .footer-newsletter_c3d73b5ee772fdc2 form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.footer-one_1ce4e6a0bfad51fb .footer-newsletter_c3d73b5ee772fdc2 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_1ce4e6a0bfad51fb .footer-newsletter_c3d73b5ee772fdc2 form button:hover {
  background: #fff;
}
.footer-one_1ce4e6a0bfad51fb .copyright_cdcc724ef80346af {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}
.footer-one_1ce4e6a0bfad51fb .bottom-nav_b0c0c1a26fbe171d {
  margin: 0 -12px;
}
.footer-one_1ce4e6a0bfad51fb .bottom-nav_b0c0c1a26fbe171d a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: rgba(255, 255, 255, 0.7);
}
.footer-one_1ce4e6a0bfad51fb .bottom-nav_b0c0c1a26fbe171d a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-two_14875677ca0ab18d {
  background: url(../pictures/media/img_18.jpg) no-repeat center bottom;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 110px 15px 135px;
}
.footer-two_14875677ca0ab18d.no-bg_d0231cfde3e73b67 {
  background: none;
  padding: 0;
  position: statics;
}
.footer-two_14875677ca0ab18d.no-bg_d0231cfde3e73b67:before {
  display: none;
}
.footer-two_14875677ca0ab18d.no-bg_d0231cfde3e73b67 .bg-wrapper_92c6e686250607e0 {
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.footer-two_14875677ca0ab18d.no-bg_d0231cfde3e73b67 .bg-wrapper_92c6e686250607e0 .copyright_cdcc724ef80346af {
  left: 0;
}
.footer-two_14875677ca0ab18d: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_14875677ca0ab18d .bg-wrapper_92c6e686250607e0 {
  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_14875677ca0ab18d .bg-wrapper_92c6e686250607e0 .shape_01_ede3b68f55ee2fea {
  bottom: 12%;
  right: 33%;
  width: 2.3%;
  min-width: 28px;
}
.footer-two_14875677ca0ab18d .bg-wrapper_92c6e686250607e0 .shape_02_b8fcd61a999a03fa {
  bottom: 38%;
  left: 25%;
  width: 3.8%;
  min-width: 28px;
}
.footer-two_14875677ca0ab18d .social-icon_a29336edbf174206 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_14875677ca0ab18d .social-icon_a29336edbf174206 a:hover {
  background: #29594B;
  border-color: #29594B;
  color: #fff;
}
.footer-two_14875677ca0ab18d .footer-title_3541a0f3096a2ec1 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.footer-two_14875677ca0ab18d .footer-nav-link_bce43a3a0a535b6e a {
  color: rgba(0, 0, 0, 0.8);
  line-height: 42px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-two_14875677ca0ab18d .footer-nav-link_bce43a3a0a535b6e a:hover {
  color: #19352D;
  text-decoration: underline;
}
.footer-two_14875677ca0ab18d .copyright_cdcc724ef80346af {
  font-size: 18px;
  color: #19352D;
  position: absolute;
  left: 40px;
  bottom: 64px;
}

.footer-three_a564cdcadfaf73b4 {
  padding: 75px 0 0;
  position: relative;
  z-index: 1;
}
.footer-three_a564cdcadfaf73b4 .round-bg_45c419edb88759dd {
  width: 350px;
  height: 350px;
  padding: 15px 15px;
  background: #FFF6C6;
}
.footer-three_a564cdcadfaf73b4 .round-bg_45c419edb88759dd.color-two_24b7b0fe1f0ac47f {
  background: #F6FFDD;
}
.footer-three_a564cdcadfaf73b4 .footer-intro_f2f531ae5a54fafc p a {
  font-weight: 500;
  font-size: 24px;
  color: #000;
}
.footer-three_a564cdcadfaf73b4 .footer-intro_f2f531ae5a54fafc p a:hover {
  color: #19352D;
  text-decoration: underline;
}
.footer-three_a564cdcadfaf73b4 .footer-title_3541a0f3096a2ec1 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.footer-three_a564cdcadfaf73b4 .footer-nav-link_bce43a3a0a535b6e a {
  color: rgba(0, 0, 0, 0.5);
  line-height: 46px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-three_a564cdcadfaf73b4 .footer-nav-link_bce43a3a0a535b6e a:hover {
  color: #19352D;
  text-decoration: underline;
}
.footer-three_a564cdcadfaf73b4 .bottom-footer_a798f7f77d66c7d0 {
  border-top: 1px solid #e2e2e2;
  margin-top: 40px;
  padding: 40px 0 25px;
}
.footer-three_a564cdcadfaf73b4 .bottom-footer_a798f7f77d66c7d0 .copyright_cdcc724ef80346af {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}
.footer-three_a564cdcadfaf73b4 .bottom-footer_a798f7f77d66c7d0 .bottom-nav_b0c0c1a26fbe171d {
  margin: 0 -12px;
}
.footer-three_a564cdcadfaf73b4 .bottom-footer_a798f7f77d66c7d0 .bottom-nav_b0c0c1a26fbe171d a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: #000;
}
.footer-three_a564cdcadfaf73b4 .bottom-footer_a798f7f77d66c7d0 .bottom-nav_b0c0c1a26fbe171d a:hover {
  text-decoration: underline;
}
.footer-three_a564cdcadfaf73b4 .bottom-footer_a798f7f77d66c7d0 .social-icon_a29336edbf174206 {
  margin: 0 -10px;
}
.footer-three_a564cdcadfaf73b4 .bottom-footer_a798f7f77d66c7d0 .social-icon_a29336edbf174206 a {
  margin: 0 10px;
}
.footer-three_a564cdcadfaf73b4 .bottom-footer_a798f7f77d66c7d0 .social-icon_a29336edbf174206 a:hover {
  color: #19352D;
}
.footer-three_a564cdcadfaf73b4 .shape_01_ede3b68f55ee2fea {
  top: -3%;
  left: -3%;
}
.footer-three_a564cdcadfaf73b4 .shape_02_b8fcd61a999a03fa {
  bottom: 8%;
  right: 13%;
  animation: rotated 48s infinite linear;
}

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

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

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

.footer-five_abb80478c1324eae {
  background: #000;
  padding: 105px 0 20px;
  z-index: 1;
  overflow: hidden;
}
.footer-five_abb80478c1324eae:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: url(../pictures/assets_a54b28599b/bg_07.svg) no-repeat center bottom;
  background-size: cover;
  z-index: -1;
}
.footer-five_abb80478c1324eae h2 {
  font-size: 132px;
  line-height: 1.185em;
}
.footer-five_abb80478c1324eae .btn-group_13b7034a5db9ff17 {
  padding: 15px 15px 15px 55px;
  border-radius: 80px;
  background: #DFFF5E;
  margin: 85px 0 110px;
}
.footer-five_abb80478c1324eae .btn-group_13b7034a5db9ff17 h3 {
  font-size: 70px;
  color: #000;
  margin: 0;
}
.footer-five_abb80478c1324eae .btn-group_13b7034a5db9ff17 h3 span {
  font-weight: 700;
  font-style: italic;
  text-decoration-line: underline;
  text-decoration-thickness: 4px;
}
.footer-five_abb80478c1324eae .btn-group_13b7034a5db9ff17 .round-btn_dc4fdf668df8e97a {
  width: 125px;
  height: 125px;
  text-align: center;
  font-size: 55px;
  color: #DFFF5E;
  background: #101010;
}
.footer-five_abb80478c1324eae .btn-group_13b7034a5db9ff17 .round-btn_dc4fdf668df8e97a:hover, .footer-five_abb80478c1324eae .btn-group_13b7034a5db9ff17 .round-btn_dc4fdf668df8e97a:focus {
  background: #29594B;
  color: #fff;
}
.footer-five_abb80478c1324eae .social-icon_a29336edbf174206 {
  margin: 0 -20px;
}
.footer-five_abb80478c1324eae .social-icon_a29336edbf174206 a {
  color: #fff;
  margin: 0 20px;
}
.footer-five_abb80478c1324eae .social-icon_a29336edbf174206 a:hover {
  color: #DFFF5E;
}
.footer-five_abb80478c1324eae .bottom-nav_b0c0c1a26fbe171d {
  margin: 0 -12px;
}
.footer-five_abb80478c1324eae .bottom-nav_b0c0c1a26fbe171d a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: #fff;
}
.footer-five_abb80478c1324eae .bottom-nav_b0c0c1a26fbe171d a:hover {
  text-decoration: underline;
}
.footer-five_abb80478c1324eae .shape_01_ede3b68f55ee2fea {
  top: 11%;
  right: 10%;
  width: 3.4%;
  animation: rotated 48s infinite linear;
}
.footer-five_abb80478c1324eae .shape_02_b8fcd61a999a03fa {
  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_09fce96fa9278605 {
  animation-duration: 2s;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce_827c8d1243354b42 {
  animation-name: bounce;
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash_1fd4bb385a6b719f {
  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_e7ec8b74486bf5f1 {
  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_602829c93fa3c5b7 {
  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_712e23f1a86c62b1 {
  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_a5d189f6378a9fb1 {
  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_131fec5ee197c274 {
  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_da4069cd265c0496 {
  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_b775d377bc50d427 {
  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_c5bbba43efc90e61 {
  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_845426cbeb1c0aa6 {
  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_282ac9cc55f7c06a {
  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_e3faad1dc5f894c8 {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown_074f59cd10358e46 {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft_417245cadd5b309b {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight_b747f0056b048ea9 {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp_f89b8139a05207ed {
  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_f8baf914c23bdc92 {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig_b642caa869de40d1 {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft_2b783c679ca3f4fd {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig_fb293f5d0f8314e2 {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight_232f19f2cc965519 {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig_74037a7223a0becb {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp_4156b15382efb1bf {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig_1b45f19d4056f003 {
  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_cea1a926aacb8703 {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig_84f68ab8ac7a8eb0 {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft_ad77018384548b24 {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig_b60d97e83ea7ac8c {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight_ca6b8f00fc4bb653 {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig_7614864c22409ac2 {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp_922f3c173c1e09cd {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig_d549e6ab9d0f2c8b {
  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_2fa1a59f61c643e5 {
  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_e436a5b85725d773 {
  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_9658d9e7a2852021 {
  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_7312f790c5cb3521 {
  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_717eadbeb922a25b {
  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_799264ef285a0062 {
  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_9ece7cc3042eeffb {
  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_eb25052175d0018c {
  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_5140f4e4b0caac4b {
  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_ae6061b34c97f1b3 {
  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_c218b7576073fe00 {
  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_c48153950c9e26e0 {
  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_52fe0123af8cc615 {
  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_7d22e4d42f44ff10 {
  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_e9fe6bfbbd794f4a {
  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_a90ac5dcd1bc507e {
  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_70c9d2259ad8b0d3 {
  animation-name: rotateOutUpRight;
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(150px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInUp_240a3598a9c3486f {
  animation-name: slideInUp;
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown_4bd1ead364499ea1 {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInLeft_bb3ba3672c58338f {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight_f26c47370e5c866a {
  animation-name: slideInRight;
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.slideOutLeft_40970811323d003a {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.slideOutRight_4e8898afc074398a {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.slideOutUp_db04f06c795803dc {
  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_09fce96fa9278605 {
  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_dd5021ed929eae4e {
  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_46be4833a6e31795 {
  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_adeac815e388daaa .theme-select-menu_dbec7509e9fac33e {
  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_bd4b577f6b5570d3 {
  overflow: hidden;
}
.product-block-one_bd4b577f6b5570d3 .img-holder_f60367e541cec18e {
  position: relative;
  background: #F5F5F5;
  z-index: 5;
  margin-bottom: 22px;
}
.product-block-one_bd4b577f6b5570d3 .img-holder_f60367e541cec18e .cart-icon_1f2b94b5c82c22bc {
  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_bd4b577f6b5570d3 .img-holder_f60367e541cec18e .cart-icon_1f2b94b5c82c22bc:hover {
  color: #19352D;
  background: #CFFF45;
}
.product-block-one_bd4b577f6b5570d3 .img-holder_f60367e541cec18e .cart-button_8793398f3c4e3193 {
  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_bd4b577f6b5570d3 .img-holder_f60367e541cec18e .cart-button_8793398f3c4e3193:hover {
  color: #19352D;
  background: #CFFF45;
}
.product-block-one_bd4b577f6b5570d3 .product-title_48b151bccfc3dc6f {
  font-weight: 500;
  color: #19352D;
  font-size: 20px;
  text-transform: capitalize;
}
.product-block-one_bd4b577f6b5570d3 .rating_902ef6d5be3d7c8b {
  margin: 0 -3px;
}
.product-block-one_bd4b577f6b5570d3 .rating_902ef6d5be3d7c8b li {
  font-size: 15px;
  margin: 0 3px;
  color: #B3B3B3;
}
.product-block-one_bd4b577f6b5570d3 .rating_902ef6d5be3d7c8b li .bi-star-fill_5d690a93881440eb {
  color: #FFCB65;
}
.product-block-one_bd4b577f6b5570d3 .price_bc1e2cc5bab23110 {
  font-weight: 500;
  font-size: 22px;
  color: #0E3E2F;
  margin-top: 10px;
}
.product-block-one_bd4b577f6b5570d3:hover .cart-button_8793398f3c4e3193 {
  opacity: 1;
  transform: translateY(0);
}
.product-block-one_bd4b577f6b5570d3:hover .product-img_86d53fecc01dab54 {
  transform: scale(0.95);
}
.product-block-one_bd4b577f6b5570d3:hover .cart-icon_1f2b94b5c82c22bc {
  opacity: 1;
  transform: scale(1);
}
.product-block-one_bd4b577f6b5570d3:hover .product-title_48b151bccfc3dc6f {
  text-decoration: underline;
}

.product-details-one_dc424e61d1a58827 .product-img-tab_b56a59822ce0b4cc {
  border: none;
}
.product-details-one_dc424e61d1a58827 .product-img-tab_b56a59822ce0b4cc .nav-link {
  width: 100%;
  background: #F6F6F6;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 5px 0;
  height: 88px;
  margin-bottom: 12px;
}
.product-details-one_dc424e61d1a58827 .product-img-tab_b56a59822ce0b4cc .nav-link img {
  max-height: 100%;
}
.product-details-one_dc424e61d1a58827 .product-img-tab_b56a59822ce0b4cc .nav-link.active {
  background: #fff;
  border-color: #000;
}
.product-details-one_dc424e61d1a58827 .product-img-tab-content_85a3afd5b02bb152 {
  background: #F6F6F6;
  padding: 20px;
}
.product-details-one_dc424e61d1a58827 .product-img-tab-content_85a3afd5b02bb152 img {
  margin: auto;
}
.product-details-one_dc424e61d1a58827 .product-info_731fa0dc7e27586e .stock-tag_097957d3447758e1 {
  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_dc424e61d1a58827 .product-info_731fa0dc7e27586e .product-name_2689f030fd9995e0 {
  text-transform: capitalize;
  font-size: 32px;
  margin: 25px 0 15px;
}
.product-details-one_dc424e61d1a58827 .product-info_731fa0dc7e27586e .rating_902ef6d5be3d7c8b li {
  font-size: 15px;
  margin-right: 6px;
  color: #B3B3B3;
}
.product-details-one_dc424e61d1a58827 .product-info_731fa0dc7e27586e .rating_902ef6d5be3d7c8b li .bi-star-fill_5d690a93881440eb {
  color: #FFCB65;
}
.product-details-one_dc424e61d1a58827 .product-info_731fa0dc7e27586e .rating_902ef6d5be3d7c8b li a {
  font-size: 17px;
  color: #000;
  margin-left: 12px;
}
.product-details-one_dc424e61d1a58827 .product-info_731fa0dc7e27586e .rating_902ef6d5be3d7c8b li a:hover {
  text-decoration: underline;
}
.product-details-one_dc424e61d1a58827 .product-info_731fa0dc7e27586e .price_bc1e2cc5bab23110 {
  font-size: 26px;
  font-weight: 700;
  color: #29594B;
  padding: 25px 0 5px;
}
.product-details-one_dc424e61d1a58827 .product-info_731fa0dc7e27586e .price_bc1e2cc5bab23110 del {
  font-size: 0.7em;
  opacity: 0.6;
}
.product-details-one_dc424e61d1a58827 .product-info_731fa0dc7e27586e .availability_f16e10096615b334 {
  color: #989CA2;
  font-size: 17px;
}
.product-details-one_dc424e61d1a58827 .product-info_731fa0dc7e27586e .description-text_64ffdc126a770954 {
  padding: 10px 0 15px;
}
.product-details-one_dc424e61d1a58827 .product-info_731fa0dc7e27586e .product-feature_bc046b594b0a0e10 {
  margin-bottom: 20px;
}
.product-details-one_dc424e61d1a58827 .product-info_731fa0dc7e27586e .product-feature_bc046b594b0a0e10 li {
  color: #000;
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
}
.product-details-one_dc424e61d1a58827 .product-info_731fa0dc7e27586e .product-feature_bc046b594b0a0e10 li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 2px;
  left: 0;
  color: #29594B;
}
.product-details-one_dc424e61d1a58827 .product-info_731fa0dc7e27586e .customize-order_98bceee265aa6406 h6 {
  font-size: 18px;
  margin: 0 15px 0 0;
}
.product-details-one_dc424e61d1a58827 .product-info_731fa0dc7e27586e .customize-order_98bceee265aa6406 .quantity_74e86114e4524c4a .button-group_1683051c1107cac7 {
  border: 1px solid #e3e3e3;
  display: inline-block;
}
.product-details-one_dc424e61d1a58827 .product-info_731fa0dc7e27586e .customize-order_98bceee265aa6406 .quantity_74e86114e4524c4a .button-group_1683051c1107cac7 li {
  line-height: 40px;
  max-height: 40px;
}
.product-details-one_dc424e61d1a58827 .product-info_731fa0dc7e27586e .customize-order_98bceee265aa6406 .quantity_74e86114e4524c4a .button-group_1683051c1107cac7 li button {
  font-size: 25px;
  color: #C9C9C9;
  background: transparent;
  width: 32px;
}
.product-details-one_dc424e61d1a58827 .product-info_731fa0dc7e27586e .customize-order_98bceee265aa6406 .quantity_74e86114e4524c4a .button-group_1683051c1107cac7 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_dc424e61d1a58827 .product-review-tab_cf40e10b293032b6 .nav-tabs_97e3ea88d073fdc4 {
  border-bottom: 1px solid #EBEBEB;
}
.product-details-one_dc424e61d1a58827 .product-review-tab_cf40e10b293032b6 .nav-tabs_97e3ea88d073fdc4 .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_dc424e61d1a58827 .product-review-tab_cf40e10b293032b6 .nav-tabs_97e3ea88d073fdc4 .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_dc424e61d1a58827 .product-review-tab_cf40e10b293032b6 .nav-tabs_97e3ea88d073fdc4 .nav-link.active:before {
  transform: scale(1);
}
.product-details-one_dc424e61d1a58827 .product-review-tab_cf40e10b293032b6 .nav-tabs_97e3ea88d073fdc4 .nav-item:last-child .nav-link {
  margin-right: 0;
}
.product-details-one_dc424e61d1a58827 .product-review-tab_cf40e10b293032b6 .tab-content_32690783aa6ae711 h5 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 18px;
}
.product-details-one_dc424e61d1a58827 .product-review-tab_cf40e10b293032b6 .tab-content_32690783aa6ae711 .product-feature_bc046b594b0a0e10 li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 18px;
}
.product-details-one_dc424e61d1a58827 .product-review-tab_cf40e10b293032b6 .tab-content_32690783aa6ae711 .product-feature_bc046b594b0a0e10 li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 2px;
  left: 0;
  color: #29594B;
}
.product-details-one_dc424e61d1a58827 .product-review-tab_cf40e10b293032b6 .user-comment-area_56b3564fa8959551 .single-comment_e73f51da77390d6b {
  padding-bottom: 40px;
}
.product-details-one_dc424e61d1a58827 .product-review-tab_cf40e10b293032b6 .user-comment-area_56b3564fa8959551 .single-comment_e73f51da77390d6b:last-child {
  padding-bottom: 0;
}
.product-details-one_dc424e61d1a58827 .product-review-tab_cf40e10b293032b6 .user-comment-area_56b3564fa8959551 .user-img_7c5d34cc2f917fbb {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.product-details-one_dc424e61d1a58827 .product-review-tab_cf40e10b293032b6 .user-comment-area_56b3564fa8959551 .user-comment-data_d3ede04ad35c03a0 {
  padding-left: 30px;
  position: relative;
}
.product-details-one_dc424e61d1a58827 .product-review-tab_cf40e10b293032b6 .user-comment-area_56b3564fa8959551 .user-comment-data_d3ede04ad35c03a0 .name {
  font-size: 18px;
  margin-bottom: 4px;
}
.product-details-one_dc424e61d1a58827 .product-review-tab_cf40e10b293032b6 .user-comment-area_56b3564fa8959551 .user-comment-data_d3ede04ad35c03a0 .rating_902ef6d5be3d7c8b li {
  font-size: 14px;
  margin: 0 3px;
  color: #B3B3B3;
}
.product-details-one_dc424e61d1a58827 .product-review-tab_cf40e10b293032b6 .user-comment-area_56b3564fa8959551 .user-comment-data_d3ede04ad35c03a0 .rating_902ef6d5be3d7c8b li .bi-star-fill_5d690a93881440eb {
  color: #FFCB65;
}
.product-details-one_dc424e61d1a58827 .product-review-tab_cf40e10b293032b6 .user-comment-area_56b3564fa8959551 .user-comment-data_d3ede04ad35c03a0 p {
  padding-top: 8px;
}

.cart-list-form_41ab761c6fcf4ea1 {
  position: relative;
}
.cart-list-form_41ab761c6fcf4ea1 .table_7efd725a5bf6cafe {
  margin: 0;
  background: transparent;
}
.cart-list-form_41ab761c6fcf4ea1 .table_7efd725a5bf6cafe 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_41ab761c6fcf4ea1 .table_7efd725a5bf6cafe th:first-child {
  text-align: left;
}
.cart-list-form_41ab761c6fcf4ea1 .table_7efd725a5bf6cafe tbody td {
  padding: 0 0 70px;
  border: none;
  vertical-align: middle;
  text-align: center;
  background: transparent;
}
.cart-list-form_41ab761c6fcf4ea1 .table_7efd725a5bf6cafe tbody tr:first-child td {
  padding-top: 60px;
}
.cart-list-form_41ab761c6fcf4ea1 .table_7efd725a5bf6cafe tbody tr:last-child td {
  padding-bottom: 40px;
}
.cart-list-form_41ab761c6fcf4ea1 .table_7efd725a5bf6cafe tbody .product-thumbnails_cb3df385358356f9 {
  width: 85px;
}
.cart-list-form_41ab761c6fcf4ea1 .table_7efd725a5bf6cafe tbody .product-thumbnails_cb3df385358356f9 img {
  max-height: 100%;
  max-width: none;
}
.cart-list-form_41ab761c6fcf4ea1 .table_7efd725a5bf6cafe tbody .product-thumbnails_cb3df385358356f9 .product-img_86d53fecc01dab54 {
  display: block;
  max-width: 85px;
  max-height: 85px;
  overflow: hidden;
}
.cart-list-form_41ab761c6fcf4ea1 .table_7efd725a5bf6cafe tbody .product-info_731fa0dc7e27586e {
  padding-left: 30px;
  text-align: left;
}
.cart-list-form_41ab761c6fcf4ea1 .table_7efd725a5bf6cafe tbody .product-info_731fa0dc7e27586e .product-name_2689f030fd9995e0 {
  font-weight: 700;
  font-size: 20px;
  color: #19352D;
}
.cart-list-form_41ab761c6fcf4ea1 .table_7efd725a5bf6cafe tbody .product-info_731fa0dc7e27586e .serial_c6bd850383e27b91 {
  font-size: 15px;
  color: rgba(31, 31, 31, 0.5);
  padding-bottom: 6px;
}
.cart-list-form_41ab761c6fcf4ea1 .table_7efd725a5bf6cafe tbody .product-info_731fa0dc7e27586e ul li {
  display: inline-block;
  font-size: 16px;
  color: #000;
  padding-right: 15px;
}
.cart-list-form_41ab761c6fcf4ea1 .table_7efd725a5bf6cafe tbody .price_bc1e2cc5bab23110 {
  font-weight: 500;
  font-size: 18px;
  color: #19352D;
}
.cart-list-form_41ab761c6fcf4ea1 .table_7efd725a5bf6cafe tbody .quantity_74e86114e4524c4a li {
  display: inline-block;
  line-height: 40px;
  max-height: 40px;
}
.cart-list-form_41ab761c6fcf4ea1 .table_7efd725a5bf6cafe tbody .quantity_74e86114e4524c4a li .btn_c621c7ef3150ef8e {
  font-size: 24px;
  padding: 0;
  border: none;
  vertical-align: inherit;
  color: #1d1d1d;
  background: transparent;
}
.cart-list-form_41ab761c6fcf4ea1 .table_7efd725a5bf6cafe tbody .quantity_74e86114e4524c4a 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_41ab761c6fcf4ea1 .table_7efd725a5bf6cafe tbody .remove-product_946206f004eff1c6 {
  color: #000;
  font-size: 22px;
}
.cart-list-form_41ab761c6fcf4ea1 .table_7efd725a5bf6cafe tbody .remove-product_946206f004eff1c6:hover {
  color: #ff2759;
}
.cart-list-form_41ab761c6fcf4ea1 .cart-footer_f87925faaea8abb6 {
  border-top: 2px solid #545454;
  margin-top: 28px;
  padding-top: 40px;
}
.cart-list-form_41ab761c6fcf4ea1 .cart-footer_f87925faaea8abb6 .coupon-form_d3b4f16b7b7cba38 input {
  width: 240px;
  height: 50px;
  border: none;
  border-bottom: 2px solid #545454;
  font-size: 18px;
  margin-right: 30px;
  background: transparent;
}
.cart-list-form_41ab761c6fcf4ea1 .cart-footer_f87925faaea8abb6 .cart-total-section_363867aaf492110e {
  text-align: right;
  padding-right: 82px;
}
.cart-list-form_41ab761c6fcf4ea1 .cart-footer_f87925faaea8abb6 .cart-total-section_363867aaf492110e .cart-total-table_3dd8f2a98ca5b628 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_41ab761c6fcf4ea1 .cart-footer_f87925faaea8abb6 .cart-total-section_363867aaf492110e .cart-total-table_3dd8f2a98ca5b628 tr td {
  font-size: 18px;
  font-weight: 500;
  color: #19352D;
  padding-bottom: 16px;
}

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

.checkout-form_7ccb9f5a3d781b1c .main-title_616c58e11272f908 {
  font-size: 28px;
  padding-bottom: 55px;
}
.checkout-form_7ccb9f5a3d781b1c .single-input-wrapper_cbb40c616010db68 {
  display: block;
  width: 100%;
  height: 60px;
  font-size: 18px;
  border: none;
  padding: 0 15px;
  border: none;
  border-radius: 8px;
  margin-bottom: 55px;
}
.checkout-form_7ccb9f5a3d781b1c .theme-select-menu_dbec7509e9fac33e {
  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_7ccb9f5a3d781b1c .theme-select-menu_dbec7509e9fac33e option {
  font-size: 0.85em;
}
.checkout-form_7ccb9f5a3d781b1c .checkbox-list_d9dff975a7551741 {
  padding-bottom: 44px;
}
.checkout-form_7ccb9f5a3d781b1c .checkbox-list_d9dff975a7551741 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_7ccb9f5a3d781b1c .checkbox-list_d9dff975a7551741 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_7ccb9f5a3d781b1c .checkbox-list_d9dff975a7551741 li input[type=checkbox] {
  display: none;
}
.checkout-form_7ccb9f5a3d781b1c .checkbox-list_d9dff975a7551741 li input[type=checkbox]:checked + label:before {
  content: "\f272";
  font-family: bootstrap-icons !important;
  background: #373737;
  color: #fff;
  border-color: #373737;
}
.checkout-form_7ccb9f5a3d781b1c .other-note-area_ba94191b1ac53990 p {
  font-weight: 500;
  font-size: 16px;
  color: #19352D;
  margin-bottom: 6px;
}
.checkout-form_7ccb9f5a3d781b1c .other-note-area_ba94191b1ac53990 textarea {
  width: 100%;
  border: none;
  padding: 15px;
  resize: none;
  height: 145px;
}
.checkout-form_7ccb9f5a3d781b1c .order-confirm-sheet_62d4679a6ce864e7 .order-review_c5c22429c87417d0 {
  background: #fff;
  padding: 50px 40px;
}
.checkout-form_7ccb9f5a3d781b1c .order-confirm-sheet_62d4679a6ce864e7 .order-review_c5c22429c87417d0 .product-review_6f79e3bae7fe7b71 {
  width: 100%;
}
.checkout-form_7ccb9f5a3d781b1c .order-confirm-sheet_62d4679a6ce864e7 .order-review_c5c22429c87417d0 .product-review_6f79e3bae7fe7b71 tbody {
  color: #19352D;
}
.checkout-form_7ccb9f5a3d781b1c .order-confirm-sheet_62d4679a6ce864e7 .order-review_c5c22429c87417d0 .product-review_6f79e3bae7fe7b71 tbody th {
  padding-bottom: 15px;
}
.checkout-form_7ccb9f5a3d781b1c .order-confirm-sheet_62d4679a6ce864e7 .order-review_c5c22429c87417d0 .product-review_6f79e3bae7fe7b71 tbody th span {
  font-weight: 500;
  font-size: 18px;
}
.checkout-form_7ccb9f5a3d781b1c .order-confirm-sheet_62d4679a6ce864e7 .order-review_c5c22429c87417d0 .product-review_6f79e3bae7fe7b71 tbody td {
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  text-align: right;
}
.checkout-form_7ccb9f5a3d781b1c .order-confirm-sheet_62d4679a6ce864e7 .order-review_c5c22429c87417d0 .product-review_6f79e3bae7fe7b71 tfoot th {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  border-top: 1px solid #e9e9e9;
  padding-top: 15px;
}
.checkout-form_7ccb9f5a3d781b1c .order-confirm-sheet_62d4679a6ce864e7 .order-review_c5c22429c87417d0 .product-review_6f79e3bae7fe7b71 tfoot td {
  text-align: right;
  font-weight: 500;
  font-size: 18px;
  border-top: 1px solid #e9e9e9;
  padding-top: 15px;
}
.checkout-form_7ccb9f5a3d781b1c .order-confirm-sheet_62d4679a6ce864e7 .order-review_c5c22429c87417d0 .payment-list_0f6a7770fe8cacaa {
  padding: 30px 0 15px;
  border-bottom: 1px solid #e9e9e9;
}
.checkout-form_7ccb9f5a3d781b1c .order-confirm-sheet_62d4679a6ce864e7 .order-review_c5c22429c87417d0 .payment-list_0f6a7770fe8cacaa li {
  padding: 0 0 12px 30px;
  position: relative;
}
.checkout-form_7ccb9f5a3d781b1c .order-confirm-sheet_62d4679a6ce864e7 .order-review_c5c22429c87417d0 .payment-list_0f6a7770fe8cacaa li p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 12px;
}
.checkout-form_7ccb9f5a3d781b1c .order-confirm-sheet_62d4679a6ce864e7 .order-review_c5c22429c87417d0 .payment-list_0f6a7770fe8cacaa li label {
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 15px;
  color: #19352D;
  cursor: pointer;
  margin: 0 0 13px;
}
.checkout-form_7ccb9f5a3d781b1c .order-confirm-sheet_62d4679a6ce864e7 .order-review_c5c22429c87417d0 .payment-list_0f6a7770fe8cacaa 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_7ccb9f5a3d781b1c .order-confirm-sheet_62d4679a6ce864e7 .order-review_c5c22429c87417d0 .payment-list_0f6a7770fe8cacaa li input[type=radio] {
  position: absolute;
  opacity: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.checkout-form_7ccb9f5a3d781b1c .order-confirm-sheet_62d4679a6ce864e7 .order-review_c5c22429c87417d0 .payment-list_0f6a7770fe8cacaa li input:checked + label:before {
  content: "\f272";
  font-family: bootstrap-icons !important;
  background: #373737;
  color: #fff;
  border-color: #373737;
}
.checkout-form_7ccb9f5a3d781b1c .order-confirm-sheet_62d4679a6ce864e7 .policy-text_9aa29a78dcf73669 {
  font-size: 16px;
  line-height: 22px;
  color: #979797;
  padding: 25px 0 5px;
}
.checkout-form_7ccb9f5a3d781b1c .order-confirm-sheet_62d4679a6ce864e7 .agreement-checkbox_c21492ff30f85307 label {
  position: relative;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #19352D;
  cursor: pointer;
  padding-left: 33px;
  margin-bottom: 35px;
}
.checkout-form_7ccb9f5a3d781b1c .order-confirm-sheet_62d4679a6ce864e7 .agreement-checkbox_c21492ff30f85307 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_7ccb9f5a3d781b1c .order-confirm-sheet_62d4679a6ce864e7 .agreement-checkbox_c21492ff30f85307 input[type=checkbox] {
  display: none;
}
.checkout-form_7ccb9f5a3d781b1c .order-confirm-sheet_62d4679a6ce864e7 .agreement-checkbox_c21492ff30f85307 input[type=checkbox]:checked + label:before {
  content: "\f272";
  font-family: bootstrap-icons !important;
  background: #373737;
  color: #fff;
  border-color: #373737;
}
.checkout-form_7ccb9f5a3d781b1c .credit-card-form {
  margin-top: 12px;
  display: none;
}
.checkout-form_7ccb9f5a3d781b1c .credit-card-form h6 {
  font-size: 15px;
  margin-bottom: 5px;
}
.checkout-form_7ccb9f5a3d781b1c .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_7ccb9f5a3d781b1c .credit-card-form span {
  padding: 0 5px;
  margin-bottom: 18px;
}

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

.fancybox-active_c5adcdc136b706b2 {
  height: auto;
}

.fancybox-is-hidden_7ab3cb571ff3df46 {
  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_0b49649383cc1afb {
  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_ef4cbe12976fb0cc .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption_dde76d17bf856116, .fancybox-infobar_d92ec8d5de9ab834, .fancybox-navigation_822071ba833749ee .fancybox-button_6afaaf3d1b6ab1fe, .fancybox-toolbar_32691ec55d355d00 {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption_7a430db4d8037595 .fancybox-caption_dde76d17bf856116, .fancybox-show-infobar_445f4fd521c76073 .fancybox-infobar_d92ec8d5de9ab834, .fancybox-show-nav_c0cd09f820b9ea2a .fancybox-navigation_822071ba833749ee .fancybox-button_6afaaf3d1b6ab1fe, .fancybox-show-toolbar_0c8515f2ea3379f5 .fancybox-toolbar_32691ec55d355d00 {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}

.fancybox-infobar_d92ec8d5de9ab834 {
  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_32691ec55d355d00 {
  right: 0;
  top: 0;
}

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

.fancybox-is-open_ef4cbe12976fb0cc .fancybox-stage_0b49649383cc1afb {
  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_69ed347a1b4cf83c .fancybox-slide, .fancybox-slide--current_d4c60924936d199c, .fancybox-slide--next_01ce707ab6c3fc19, .fancybox-slide--previous_916e1180baf18032 {
  display: block;
}

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

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

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

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

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

.fancybox-content_b0bcde1e826e127d {
  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_9cbfa3c77c8bddb0 .fancybox-content_b0bcde1e826e127d {
  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_5e03915a72b07124 .fancybox-content_b0bcde1e826e127d {
  cursor: zoom-out;
}

.fancybox-can-zoomIn_e1c9493d7ecb1b88 .fancybox-content_b0bcde1e826e127d {
  cursor: zoom-in;
}

.fancybox-can-drag_b6924258dc8d9add .fancybox-content_b0bcde1e826e127d {
  cursor: grab;
}

.fancybox-is-dragging_1934fc177b8bc7c4 .fancybox-content_b0bcde1e826e127d {
  cursor: grabbing;
}

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

.fancybox-image, .fancybox-spaceball_5386e316c7ec2eca {
  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_5386e316c7ec2eca {
  z-index: 1;
}

.fancybox-slide--html_327bd4144c47c8e0 .fancybox-content_b0bcde1e826e127d {
  margin-bottom: 6px;
}

.fancybox-slide--iframe_7a876067f5eba9f9 .fancybox-content_b0bcde1e826e127d, .fancybox-slide--map_ebe27c8d573c1669 .fancybox-content_b0bcde1e826e127d, .fancybox-slide--video_16bdfbc0f907f19d .fancybox-content_b0bcde1e826e127d {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video_16bdfbc0f907f19d .fancybox-content_b0bcde1e826e127d {
  background: #000;
}

.fancybox-slide--map_ebe27c8d573c1669 .fancybox-content_b0bcde1e826e127d {
  background: #e5e3df;
}

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

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

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

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

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

.fancybox-button_6afaaf3d1b6ab1fe {
  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_6afaaf3d1b6ab1fe, .fancybox-button_6afaaf3d1b6ab1fe:link, .fancybox-button_6afaaf3d1b6ab1fe:visited {
  color: #ccc;
}

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

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

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

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

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

.fancybox-button--play_e503912ad7dab3d0 svg path, .fancybox-button--share_ef6714c52d65fb97 svg path, .fancybox-button--thumbs_4c6d0117e35ce0cb svg path {
  fill: currentColor;
}

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

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

.fancybox-show-nav_c0cd09f820b9ea2a .fancybox-navigation_822071ba833749ee .fancybox-button_6afaaf3d1b6ab1fe {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

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

.fancybox-navigation_822071ba833749ee .fancybox-button--arrow_left_01ce39f75df2c505 {
  left: 6px;
}

.fancybox-navigation_822071ba833749ee .fancybox-button--arrow_right_903c6c4d7712cec5 {
  right: 6px;
}

.fancybox-close-small_316e404226bf8177 {
  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_316e404226bf8177 svg {
  fill: transparent;
  opacity: 0.8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke 0.1s;
}

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

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

.fancybox-slide--iframe_7a876067f5eba9f9 .fancybox-close-small_316e404226bf8177, .fancybox-slide--image_9cbfa3c77c8bddb0 .fancybox-close-small_316e404226bf8177, .fancybox-slide--video_16bdfbc0f907f19d .fancybox-close-small_316e404226bf8177 {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--iframe_7a876067f5eba9f9 .fancybox-close-small_316e404226bf8177:hover svg, .fancybox-slide--image_9cbfa3c77c8bddb0 .fancybox-close-small_316e404226bf8177:hover svg, .fancybox-slide--video_16bdfbc0f907f19d .fancybox-close-small_316e404226bf8177:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling_8b65c0706f6abf53 .fancybox-close-small_316e404226bf8177, .fancybox-is-zoomable_20d1fbd5cd48d457.fancybox-can-drag_b6924258dc8d9add .fancybox-close-small_316e404226bf8177 {
  display: none;
}

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

.fancybox-caption_dde76d17bf856116: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_dde76d17bf856116:after {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

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

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

.fancybox-loading_85153317135777f9 {
  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_14338c0990218edd {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

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

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

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

.fancybox-fx-fade_2db012a7beb16721.fancybox-slide--next_01ce707ab6c3fc19, .fancybox-fx-fade_2db012a7beb16721.fancybox-slide--previous_916e1180baf18032 {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade_2db012a7beb16721.fancybox-slide--current_d4c60924936d199c {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-share__button_0681d457c20372e3 {
  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_0681d457c20372e3:link, .fancybox-share__button_0681d457c20372e3:visited {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

.fancybox-share__input_fe31c7971404050f {
  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_98df662b778d7517 {
  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_e4a9aea748ac5df6 {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs_9b5aed043357fcc3 .fancybox-thumbs_98df662b778d7517 {
  display: block;
}

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

.fancybox-thumbs_98df662b778d7517 > 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_e4a9aea748ac5df6 > ul {
  overflow: hidden;
}

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

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

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

.fancybox-thumbs_98df662b778d7517 > 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_57e5836565ed752b {
  background: rgba(0, 0, 0, 0.1);
}

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

.fancybox-thumbs_98df662b778d7517 > 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_98df662b778d7517 .fancybox-thumbs-active_0dcc725c859f4bab:before {
  opacity: 1;
}

@media (max-width: 800px) {
  .fancybox-thumbs_98df662b778d7517 {
    width: 110px;
  }
  .fancybox-show-thumbs_9b5aed043357fcc3 .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs_98df662b778d7517 > ul > li {
    max-width: calc(100% - 10px);
  }
}
/* Slider */
.slick-slider_8949d0b07e484378 {
  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_a0595385e2fe9b5c {
  list-style-type: none;
  display: flex;
}

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

.slick-dots_a0595385e2fe9b5c 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_a0595385e2fe9b5c .slick-active button {
  background: #0C3A30;
}

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

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

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

.slick-slider_8949d0b07e484378 .slick-track_77d8e7992cd1b371,
.slick-slider_8949d0b07e484378 .slick-list_321fa979f6023056 {
  transform: translate3d(0, 0, 0);
}

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

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

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

.slick-loading_fbc1ebea352eddce .slick-track_77d8e7992cd1b371 {
  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_fbc1ebea352eddce img {
  display: none;
}

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

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

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

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

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