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

.h1_f3fed46cd04da9bb,
h1,
.h2_60764b7855eaa00f,
h2,
.h3_a6afc613264cc002,
h3,
.h4_3537426d7e22741c,
h4,
.h5_e7b4193263d2e7ad,
h5,
.h6_b9fba768c60c25ee,
h6 {
  font-weight: 500;
  color: #19352D;
}

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

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

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

p {
  line-height: 1.7em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box-layout_11215d273b01ce6d {
  margin: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p0_745133b5c998891d {
  padding: 0 !important;
}

.m0_780eff4370c5e6b0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1399px) {
  .xl-p0_7dc4c4a82077b302 {
    padding: 0 !important;
  }
  .xl-m0_a9815a61b7277a3d {
    margin: 0 !important;
  }
  .xl-pt-10_1113b01cbf42603e {
    padding-top: 10px !important;
  }
  .xl-pt-20_1c5a9bc589c9ec31 {
    padding-top: 20px !important;
  }
  .xl-pt-30_6666c72b11df0365 {
    padding-top: 30px !important;
  }
  .xl-pt-40_1613da4ad5d2d532 {
    padding-top: 40px !important;
  }
  .xl-pt-50_266a547adab53e73 {
    padding-top: 50px !important;
  }
  .xl-pt-60_c3f57805d7633bac {
    padding-top: 60px !important;
  }
  .xl-pt-70_59b72addd38563f8 {
    padding-top: 70px !important;
  }
  .xl-pt-80_817fed0130476a3a {
    padding-top: 80px !important;
  }
  .xl-pt-90_ece55016450fa3be {
    padding-top: 90px !important;
  }
  .xl-pt-100_a862b948774bd2c9 {
    padding-top: 100px !important;
  }
  .xl-pt-110_88592e760671555a {
    padding-top: 110px !important;
  }
  .xl-pt-120_e13e902a2decf33d {
    padding-top: 120px !important;
  }
  .xl-pt-130_902c555f996eff06 {
    padding-top: 130px !important;
  }
  .xl-pt-140_7138a412c49235ce {
    padding-top: 140px !important;
  }
  .xl-pt-150_591f117935b3d794 {
    padding-top: 150px !important;
  }
  .xl-pt-200_59ab3d46a281f0f9 {
    padding-top: 200px !important;
  }
  .xl-pb-10_634dc01d7ad41bed {
    padding-bottom: 10px !important;
  }
  .xl-pb-20_6bcfbe97729c6f1f {
    padding-bottom: 20px !important;
  }
  .xl-pb-30_253d5fecf55922d6 {
    padding-bottom: 30px !important;
  }
  .xl-pb-40_681ed04e4acb156b {
    padding-bottom: 40px !important;
  }
  .xl-pb-50_9f3851301a0a0cd6 {
    padding-bottom: 50px !important;
  }
  .xl-pb-60_28fb78422f1e6920 {
    padding-bottom: 60px !important;
  }
  .xl-pb-70_be702c0743d87f30 {
    padding-bottom: 70px !important;
  }
  .xl-pb-80_2d596234bb27e19f {
    padding-bottom: 80px !important;
  }
  .xl-pb-90_3327d3386f27d2e6 {
    padding-bottom: 90px !important;
  }
  .xl-pb-100_06398d74cfeb02c4 {
    padding-bottom: 100px !important;
  }
  .xl-pb-110_8d7b93cd5dafbaf0 {
    padding-bottom: 110px !important;
  }
  .xl-pb-120_fe1b7ba8aed80fca {
    padding-bottom: 120px !important;
  }
  .xl-pb-130_adfd5fd6f12d613e {
    padding-bottom: 130px !important;
  }
  .xl-pb-140_fa4e359e708bc6db {
    padding-bottom: 140px !important;
  }
  .xl-pb-150_ce0dc4cbe12b39c4 {
    padding-bottom: 150px !important;
  }
  .xl-pb-200_5478d6b592343335 {
    padding-bottom: 200px !important;
  }
  .xl-mt-10_3a3843d0d88e7fb8 {
    margin-top: 10px !important;
  }
  .xl-mt-20_ddf096c77fa10f0e {
    margin-top: 20px !important;
  }
  .xl-mt-30_3fc172b2fef0d7b4 {
    margin-top: 30px !important;
  }
  .xl-mt-40_d11faa6f1fb9b655 {
    margin-top: 40px !important;
  }
  .xl-mt-50_7f5c655ea6ad8777 {
    margin-top: 50px !important;
  }
  .xl-mt-60_b4f8b7c6b944830e {
    margin-top: 60px !important;
  }
  .xl-mt-70_cf738094402aee1c {
    margin-top: 70px !important;
  }
  .xl-mt-80_c3002efac9a10f13 {
    margin-top: 80px !important;
  }
  .xl-mt-90_603360053a2a01d2 {
    margin-top: 90px !important;
  }
  .xl-mt-100_037295b9f85dee2e {
    margin-top: 100px !important;
  }
  .xl-mt-110_e3e9e6bd6a81327a {
    margin-top: 110px !important;
  }
  .xl-mt-120_d8f4a9413ca45102 {
    margin-top: 120px !important;
  }
  .xl-mt-130_7899f1cfc96566ad {
    margin-top: 130px !important;
  }
  .xl-mt-140_9407d22bb6f10ee3 {
    margin-top: 140px !important;
  }
  .xl-mt-150_f18f835eee67a26c {
    margin-top: 150px !important;
  }
  .xl-mt-200_3ee2d4cde18e54d2 {
    margin-top: 200px !important;
  }
  .xl-mb-10_4096b1b8017054a8 {
    margin-bottom: 10px !important;
  }
  .xl-mb-20_8a4f4b88ebb65a5f {
    margin-bottom: 20px !important;
  }
  .xl-mb-30_7999d0229b0c6d6b {
    margin-bottom: 30px !important;
  }
  .xl-mb-40_a620c6ea52d247dc {
    margin-bottom: 40px !important;
  }
  .xl-mb-50_44348ae98b2173e6 {
    margin-bottom: 50px !important;
  }
  .xl-mb-60_a6f0cba46e1ca1be {
    margin-bottom: 60px !important;
  }
  .xl-mb-70_9a641ea907f322c7 {
    margin-bottom: 70px !important;
  }
  .xl-mb-80_9d03c7bd7a4cb9ff {
    margin-bottom: 80px !important;
  }
  .xl-mb-90_8b76e14030534ddd {
    margin-bottom: 90px !important;
  }
  .xl-mb-100_b972b4ef7a8a8b18 {
    margin-bottom: 100px !important;
  }
  .xl-mb-110_bd442f478b4257a4 {
    margin-bottom: 110px !important;
  }
  .xl-mb-120_26e9e4ca143762f9 {
    margin-bottom: 120px !important;
  }
  .xl-mb-130_26d0d94228b9ef43 {
    margin-bottom: 130px !important;
  }
  .xl-mb-140_93a1e671e04e7e1f {
    margin-bottom: 140px !important;
  }
  .xl-mb-150_2559b0c972713dea {
    margin-bottom: 150px !important;
  }
  .xl-mb-200_ab329e6f9ea1ef32 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 1399px)*/
@media (max-width: 1199px) {
  .lg-p0_d73e098b671850e2 {
    padding: 0 !important;
  }
  .lg-m0_2be59e4bfc8da197 {
    margin: 0 !important;
  }
  .lg-pt-10_22121fbad8b6aa88 {
    padding-top: 10px !important;
  }
  .lg-pt-20_3d775122987cdf40 {
    padding-top: 20px !important;
  }
  .lg-pt-30_ab8f90070ce98dd5 {
    padding-top: 30px !important;
  }
  .lg-pt-40_c65e70fa4cfcdb39 {
    padding-top: 40px !important;
  }
  .lg-pt-50_dda8e5f1ea2da455 {
    padding-top: 50px !important;
  }
  .lg-pt-60_d6a3a8056d2c3efa {
    padding-top: 60px !important;
  }
  .lg-pt-70_adbbbea222369baa {
    padding-top: 70px !important;
  }
  .lg-pt-80_4d34458baa4193af {
    padding-top: 80px !important;
  }
  .lg-pt-90_9238ea519a1fa279 {
    padding-top: 90px !important;
  }
  .lg-pt-100_5650ef88818dfe54 {
    padding-top: 100px !important;
  }
  .lg-pt-110_26ec2879508b1c5b {
    padding-top: 110px !important;
  }
  .lg-pt-120_121a925d0453e4a4 {
    padding-top: 120px !important;
  }
  .lg-pt-130_cbb61c6168b28fd4 {
    padding-top: 130px !important;
  }
  .lg-pt-140_a977f49849f1f1c3 {
    padding-top: 140px !important;
  }
  .lg-pt-150_1c4b385b3ae43e7d {
    padding-top: 150px !important;
  }
  .lg-pt-200_9c8aabe4dc5cc632 {
    padding-top: 200px !important;
  }
  .lg-pb-10_fcec93f2470abb6e {
    padding-bottom: 10px !important;
  }
  .lg-pb-20_56c3981c64ac4c03 {
    padding-bottom: 20px !important;
  }
  .lg-pb-30_85b2d3cc45109e45 {
    padding-bottom: 30px !important;
  }
  .lg-pb-40_e2c79c4a15fe8db5 {
    padding-bottom: 40px !important;
  }
  .lg-pb-50_517c5bc94b75f928 {
    padding-bottom: 50px !important;
  }
  .lg-pb-60_e4ffd66730993c9e {
    padding-bottom: 60px !important;
  }
  .lg-pb-70_2e12658b385e9e31 {
    padding-bottom: 70px !important;
  }
  .lg-pb-80_28bae28aafb92d1e {
    padding-bottom: 80px !important;
  }
  .lg-pb-90_76b77d855249107a {
    padding-bottom: 90px !important;
  }
  .lg-pb-100_47e5bc99b13d3daa {
    padding-bottom: 100px !important;
  }
  .lg-pb-110_a6b35edc61ffbffd {
    padding-bottom: 110px !important;
  }
  .lg-pb-120_13e063a907d04dd1 {
    padding-bottom: 120px !important;
  }
  .lg-pb-130_32e74a73469bd39c {
    padding-bottom: 130px !important;
  }
  .lg-pb-140_0db83a9ed699c512 {
    padding-bottom: 140px !important;
  }
  .lg-pb-150_497a4559f9f695be {
    padding-bottom: 150px !important;
  }
  .lg-pb-200_2f124d0f56048721 {
    padding-bottom: 200px !important;
  }
  .lg-mt-10_971f2cb82e666bcd {
    margin-top: 10px !important;
  }
  .lg-mt-20_208e460ae3bcd5a9 {
    margin-top: 20px !important;
  }
  .lg-mt-30_dce23fcb07b61f04 {
    margin-top: 30px !important;
  }
  .lg-mt-40_b21287455c82d313 {
    margin-top: 40px !important;
  }
  .lg-mt-50_ecf06232a90b2683 {
    margin-top: 50px !important;
  }
  .lg-mt-60_d871c5f939a1c683 {
    margin-top: 60px !important;
  }
  .lg-mt-70_00c6f36f91645235 {
    margin-top: 70px !important;
  }
  .lg-mt-80_aaaaf290de19f116 {
    margin-top: 80px !important;
  }
  .lg-mt-90_e369a5cdff957d98 {
    margin-top: 90px !important;
  }
  .lg-mt-100_773cdfcae314396e {
    margin-top: 100px !important;
  }
  .lg-mt-110_cc4f28d4d2f363c4 {
    margin-top: 110px !important;
  }
  .lg-mt-120_0f0fe2301ec41a55 {
    margin-top: 120px !important;
  }
  .lg-mt-130_a7e67daae60e470c {
    margin-top: 130px !important;
  }
  .lg-mt-140_e6e6b999ee11972f {
    margin-top: 140px !important;
  }
  .lg-mt-150_606515615ceb1928 {
    margin-top: 150px !important;
  }
  .lg-mt-200_19becf5659a38fcc {
    margin-top: 200px !important;
  }
  .lg-mb-10_92afa8db501a01d2 {
    margin-bottom: 10px !important;
  }
  .lg-mb-20_9a1c446921418a07 {
    margin-bottom: 20px !important;
  }
  .lg-mb-30_9f888f2d66b0288c {
    margin-bottom: 30px !important;
  }
  .lg-mb-40_84aae4d6fe2c82f9 {
    margin-bottom: 40px !important;
  }
  .lg-mb-50_498ff1c78e661560 {
    margin-bottom: 50px !important;
  }
  .lg-mb-60_563d43f542f80e4f {
    margin-bottom: 60px !important;
  }
  .lg-mb-70_cee34da615c13fe5 {
    margin-bottom: 70px !important;
  }
  .lg-mb-80_ec5c3fb54f8a0926 {
    margin-bottom: 80px !important;
  }
  .lg-mb-90_2f310b06b6d575d0 {
    margin-bottom: 90px !important;
  }
  .lg-mb-100_cdbe7894cde9f90e {
    margin-bottom: 100px !important;
  }
  .lg-mb-110_3d49927ffeb84cf2 {
    margin-bottom: 110px !important;
  }
  .lg-mb-120_81d16c25d3095750 {
    margin-bottom: 120px !important;
  }
  .lg-mb-130_067e80e3ea1f43f9 {
    margin-bottom: 130px !important;
  }
  .lg-mb-140_2187ee586591a5cb {
    margin-bottom: 140px !important;
  }
  .lg-mb-150_3766713392a2fa5b {
    margin-bottom: 150px !important;
  }
  .lg-mb-200_30762b5ff03840a5 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 1199px)*/
@media (max-width: 991px) {
  .md-p0_dd621534b92d80ef {
    padding: 0 !important;
  }
  .md-m0_f547913b1a2f24c4 {
    margin: 0 !important;
  }
  .md-pt-10_e1808ab8ba6f3d3a {
    padding-top: 10px !important;
  }
  .md-pt-20_c749f6043a5778b1 {
    padding-top: 20px !important;
  }
  .md-pt-30_0c6fab56c7d6a9f6 {
    padding-top: 30px !important;
  }
  .md-pt-40_1abcf54f05bed650 {
    padding-top: 40px !important;
  }
  .md-pt-50_46bfc91e18f52a17 {
    padding-top: 50px !important;
  }
  .md-pt-60_19f7c64f121e5278 {
    padding-top: 60px !important;
  }
  .md-pt-70_caf773dd3e060ab8 {
    padding-top: 70px !important;
  }
  .md-pt-80_6d3a077a49538ffb {
    padding-top: 80px !important;
  }
  .md-pt-90_0f8705fa83cbef08 {
    padding-top: 90px !important;
  }
  .md-pt-100_e1ca27f300099061 {
    padding-top: 100px !important;
  }
  .md-pt-110_fd432e5c0f895c27 {
    padding-top: 110px !important;
  }
  .md-pt-120_30f7ba87cfaecef8 {
    padding-top: 120px !important;
  }
  .md-pt-130_058c4bedaa927297 {
    padding-top: 130px !important;
  }
  .md-pt-140_87a099501038feb2 {
    padding-top: 140px !important;
  }
  .md-pt-150_6db21292f78fe071 {
    padding-top: 150px !important;
  }
  .md-pt-200_4f6eb4e132664de0 {
    padding-top: 200px !important;
  }
  .md-pb-10_d38dc8c506e834fb {
    padding-bottom: 10px !important;
  }
  .md-pb-20_30d933da869ada72 {
    padding-bottom: 20px !important;
  }
  .md-pb-30_0194afc8dc1b402e {
    padding-bottom: 30px !important;
  }
  .md-pb-40_2fc6c7fb263eb801 {
    padding-bottom: 40px !important;
  }
  .md-pb-50_7385575372d1fa67 {
    padding-bottom: 50px !important;
  }
  .md-pb-60_db0137bce3f094ad {
    padding-bottom: 60px !important;
  }
  .md-pb-70_d62c99a5ae08d47e {
    padding-bottom: 70px !important;
  }
  .md-pb-80_790e48ee415e92cd {
    padding-bottom: 80px !important;
  }
  .md-pb-90_96e3975630a86fe4 {
    padding-bottom: 90px !important;
  }
  .md-pb-100_c50a22075e2df1aa {
    padding-bottom: 100px !important;
  }
  .md-pb-110_4f1b29aeef541097 {
    padding-bottom: 110px !important;
  }
  .md-pb-120_be87e918d04ee5fd {
    padding-bottom: 120px !important;
  }
  .md-pb-130_5cf5aa87af460ef4 {
    padding-bottom: 130px !important;
  }
  .md-pb-140_fc75f99cdebfecb1 {
    padding-bottom: 140px !important;
  }
  .md-pb-150_e1dc51cd6ae560f1 {
    padding-bottom: 150px !important;
  }
  .md-pb-200_dc310b398a532420 {
    padding-bottom: 200px !important;
  }
  .md-mt-10_031fa10b55478612 {
    margin-top: 10px !important;
  }
  .md-mt-20_4e6c49857653f8c0 {
    margin-top: 20px !important;
  }
  .md-mt-30_71b4a70e51301b6c {
    margin-top: 30px !important;
  }
  .md-mt-40_8ac181183f62b62d {
    margin-top: 40px !important;
  }
  .md-mt-50_4c973b29be2ce578 {
    margin-top: 50px !important;
  }
  .md-mt-60_7f9d338753602251 {
    margin-top: 60px !important;
  }
  .md-mt-70_db3bfb2f0c395eb6 {
    margin-top: 70px !important;
  }
  .md-mt-80_6910042ce5df1479 {
    margin-top: 80px !important;
  }
  .md-mt-90_503e010374a37212 {
    margin-top: 90px !important;
  }
  .md-mt-100_fef2fbbe30d622c9 {
    margin-top: 100px !important;
  }
  .md-mt-110_7022a28eedc2d498 {
    margin-top: 110px !important;
  }
  .md-mt-120_6e5f2dc0b9c8ab31 {
    margin-top: 120px !important;
  }
  .md-mt-130_6f0d9c6da71296ac {
    margin-top: 130px !important;
  }
  .md-mt-140_fc9f48494d4eae4e {
    margin-top: 140px !important;
  }
  .md-mt-150_fb728690b3b07002 {
    margin-top: 150px !important;
  }
  .md-mt-200_a668b5ae83448129 {
    margin-top: 200px !important;
  }
  .md-mb-10_08c1dbf87eb0aa29 {
    margin-bottom: 10px !important;
  }
  .md-mb-20_e20464b321df7b4c {
    margin-bottom: 20px !important;
  }
  .md-mb-30_7aab1e002376fef6 {
    margin-bottom: 30px !important;
  }
  .md-mb-40_1033a103ed3f53b8 {
    margin-bottom: 40px !important;
  }
  .md-mb-50_8927f7c7c206fd12 {
    margin-bottom: 50px !important;
  }
  .md-mb-60_780eb4e14559e1ca {
    margin-bottom: 60px !important;
  }
  .md-mb-70_58044d2bfee5bd8d {
    margin-bottom: 70px !important;
  }
  .md-mb-80_91827d336bd3749a {
    margin-bottom: 80px !important;
  }
  .md-mb-90_57ecdfa8cbfb63d9 {
    margin-bottom: 90px !important;
  }
  .md-mb-100_82e9466912a9d5d0 {
    margin-bottom: 100px !important;
  }
  .md-mb-110_646a324930629755 {
    margin-bottom: 110px !important;
  }
  .md-mb-120_862d8fc3a6c10a92 {
    margin-bottom: 120px !important;
  }
  .md-mb-130_2043dbe55ca60313 {
    margin-bottom: 130px !important;
  }
  .md-mb-140_892155c6810d7f4c {
    margin-bottom: 140px !important;
  }
  .md-mb-150_8decebd743e34674 {
    margin-bottom: 150px !important;
  }
  .md-mb-200_0d850a82cf7c235e {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 991px)*/
@media (max-width: 767px) {
  .sm-p0_cc1788551ec5e5c8 {
    padding: 0 !important;
  }
  .sm-m0_8f45eebea93be24e {
    margin: 0 !important;
  }
  .sm-pt-10_0b908204bce52302 {
    padding-top: 10px !important;
  }
  .sm-pt-20_27fa86d0d4e652da {
    padding-top: 20px !important;
  }
  .sm-pt-30_5aadb3f6116fc5a3 {
    padding-top: 30px !important;
  }
  .sm-pt-40_7ff2b94934d34f55 {
    padding-top: 40px !important;
  }
  .sm-pt-50_24f02afb39f8a404 {
    padding-top: 50px !important;
  }
  .sm-pt-60_9b600171d0dfd229 {
    padding-top: 60px !important;
  }
  .sm-pt-70_3f8ed5c2ee805c60 {
    padding-top: 70px !important;
  }
  .sm-pt-80_8d9a3cf3355e3529 {
    padding-top: 80px !important;
  }
  .sm-pt-90_361de2b5d021e20a {
    padding-top: 90px !important;
  }
  .sm-pt-100_efe7efd2703f2a5f {
    padding-top: 100px !important;
  }
  .sm-pt-110_344a864761dd35bd {
    padding-top: 110px !important;
  }
  .sm-pt-120_193976672b83b725 {
    padding-top: 120px !important;
  }
  .sm-pt-130_fc78543a5d113441 {
    padding-top: 130px !important;
  }
  .sm-pt-140_210ff82e5d250620 {
    padding-top: 140px !important;
  }
  .sm-pt-150_f48673984ed75dc3 {
    padding-top: 150px !important;
  }
  .sm-pt-200_2b4654e5cd4a2e06 {
    padding-top: 200px !important;
  }
  .sm-pb-10_81f4ccfd8cffb4c7 {
    padding-bottom: 10px !important;
  }
  .sm-pb-20_d154840c1037e20d {
    padding-bottom: 20px !important;
  }
  .sm-pb-30_501d369da60963a8 {
    padding-bottom: 30px !important;
  }
  .sm-pb-40_77641c6c0ac83866 {
    padding-bottom: 40px !important;
  }
  .sm-pb-50_6697861b12509649 {
    padding-bottom: 50px !important;
  }
  .sm-pb-60_9e46bf1842944137 {
    padding-bottom: 60px !important;
  }
  .sm-pb-70_6d5e2aaee3e057e4 {
    padding-bottom: 70px !important;
  }
  .sm-pb-80_8ccb82a82ab5740c {
    padding-bottom: 80px !important;
  }
  .sm-pb-90_2f6e879357680c48 {
    padding-bottom: 90px !important;
  }
  .sm-pb-100_e2678e70c93237e1 {
    padding-bottom: 100px !important;
  }
  .sm-pb-110_25ea32bed14a8923 {
    padding-bottom: 110px !important;
  }
  .sm-pb-120_dfb143f357f66f5a {
    padding-bottom: 120px !important;
  }
  .sm-pb-130_d6a1521419a2bc8a {
    padding-bottom: 130px !important;
  }
  .sm-pb-140_f0f4196afc04e5d4 {
    padding-bottom: 140px !important;
  }
  .sm-pb-150_0bcd4e95eaa755fe {
    padding-bottom: 150px !important;
  }
  .sm-pb-200_a836d143610028ea {
    padding-bottom: 200px !important;
  }
  .sm-mt-10_270ed76f956a22ed {
    margin-top: 10px !important;
  }
  .sm-mt-20_aed81951deeffcc1 {
    margin-top: 20px !important;
  }
  .sm-mt-30_98eb23d45f8803cf {
    margin-top: 30px !important;
  }
  .sm-mt-40_2fb539cd49210847 {
    margin-top: 40px !important;
  }
  .sm-mt-50_e39b98be193d2a7e {
    margin-top: 50px !important;
  }
  .sm-mt-60_29cf9933305c2e05 {
    margin-top: 60px !important;
  }
  .sm-mt-70_189239bb1470f3ff {
    margin-top: 70px !important;
  }
  .sm-mt-80_d7ed456ae253801d {
    margin-top: 80px !important;
  }
  .sm-mt-90_e5d6fd68694254f1 {
    margin-top: 90px !important;
  }
  .sm-mt-100_f4e3278a0fd13c8b {
    margin-top: 100px !important;
  }
  .sm-mt-110_1fc12fc7b4b0f446 {
    margin-top: 110px !important;
  }
  .sm-mt-120_1900080f45ae69fd {
    margin-top: 120px !important;
  }
  .sm-mt-130_c7f3550a633be030 {
    margin-top: 130px !important;
  }
  .sm-mt-140_649e3bb3ded871f6 {
    margin-top: 140px !important;
  }
  .sm-mt-150_f442a897d90f8aae {
    margin-top: 150px !important;
  }
  .sm-mt-200_6001ade3b6949536 {
    margin-top: 200px !important;
  }
  .sm-mb-10_83727bacbbcbd835 {
    margin-bottom: 10px !important;
  }
  .sm-mb-20_278b9d2f04cbf2f2 {
    margin-bottom: 20px !important;
  }
  .sm-mb-30_967c4609fda8ae43 {
    margin-bottom: 30px !important;
  }
  .sm-mb-40_ff99b0b7c923734e {
    margin-bottom: 40px !important;
  }
  .sm-mb-50_7e5a96f2e5983a96 {
    margin-bottom: 50px !important;
  }
  .sm-mb-60_d35eff3be5441f94 {
    margin-bottom: 60px !important;
  }
  .sm-mb-70_4e6ce82dd3c8d0be {
    margin-bottom: 70px !important;
  }
  .sm-mb-80_718b2356dfc6aa0e {
    margin-bottom: 80px !important;
  }
  .sm-mb-90_52e814511fb5de63 {
    margin-bottom: 90px !important;
  }
  .sm-mb-100_8931e6226816381a {
    margin-bottom: 100px !important;
  }
  .sm-mb-110_ae1434e3a8d98448 {
    margin-bottom: 110px !important;
  }
  .sm-mb-120_e66e11f1ae3f1c77 {
    margin-bottom: 120px !important;
  }
  .sm-mb-130_01e0130d3e9a02db {
    margin-bottom: 130px !important;
  }
  .sm-mb-140_52b3761c62ca081a {
    margin-bottom: 140px !important;
  }
  .sm-mb-150_47b9025083789750 {
    margin-bottom: 150px !important;
  }
  .sm-mb-200_44271d0aa4da5b28 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 767px)*/
@media (max-width: 575px) {
  .xs-p0_6f3f4f5f046f13b5 {
    padding: 0 !important;
  }
  .xs-m0_eecc818e96221161 {
    margin: 0 !important;
  }
  .xs-pt-10_fb719265b1ecda30 {
    padding-top: 10px !important;
  }
  .xs-pt-20_b1cc09677a51ccbf {
    padding-top: 20px !important;
  }
  .xs-pt-30_e11a0d1d01343160 {
    padding-top: 30px !important;
  }
  .xs-pt-40_0e33f5093cc86c1e {
    padding-top: 40px !important;
  }
  .xs-pt-50_08b18b4604d50050 {
    padding-top: 50px !important;
  }
  .xs-pt-60_0fc4dabf402b39a1 {
    padding-top: 60px !important;
  }
  .xs-pt-70_fa2439a4a116d5d0 {
    padding-top: 70px !important;
  }
  .xs-pt-80_eeba49cfa9385b0c {
    padding-top: 80px !important;
  }
  .xs-pt-90_50e2f7518a6797f6 {
    padding-top: 90px !important;
  }
  .xs-pt-100_2e97f2e6eb14e382 {
    padding-top: 100px !important;
  }
  .xs-pt-110_ba0a6e14bf976ebe {
    padding-top: 110px !important;
  }
  .xs-pt-120_b4dd72a53fda6524 {
    padding-top: 120px !important;
  }
  .xs-pt-130_7a525c33a74ee887 {
    padding-top: 130px !important;
  }
  .xs-pt-140_d334099ab1540b51 {
    padding-top: 140px !important;
  }
  .xs-pt-150_f8f2135a038ef0ad {
    padding-top: 150px !important;
  }
  .xs-pt-200_6832ce9f469f2279 {
    padding-top: 200px !important;
  }
  .xs-pb-10_556f2ebbec260cce {
    padding-bottom: 10px !important;
  }
  .xs-pb-20_a23ffaff98017139 {
    padding-bottom: 20px !important;
  }
  .xs-pb-30_fc8461d454d2d363 {
    padding-bottom: 30px !important;
  }
  .xs-pb-40_96ae5381dfda17ca {
    padding-bottom: 40px !important;
  }
  .xs-pb-50_1a56b05f33aa1ae0 {
    padding-bottom: 50px !important;
  }
  .xs-pb-60_55f2eb2f2c63e9d9 {
    padding-bottom: 60px !important;
  }
  .xs-pb-70_e9ed18519ec79d42 {
    padding-bottom: 70px !important;
  }
  .xs-pb-80_4106df79dc14d1e0 {
    padding-bottom: 80px !important;
  }
  .xs-pb-90_ad179b000cf7db24 {
    padding-bottom: 90px !important;
  }
  .xs-pb-100_0dae0ba255db4272 {
    padding-bottom: 100px !important;
  }
  .xs-pb-110_9a8471b698c509bd {
    padding-bottom: 110px !important;
  }
  .xs-pb-120_1320763bdb0f6380 {
    padding-bottom: 120px !important;
  }
  .xs-pb-130_6dafb8ca85fcb9b0 {
    padding-bottom: 130px !important;
  }
  .xs-pb-140_83f54d0b6e104283 {
    padding-bottom: 140px !important;
  }
  .xs-pb-150_b2626e8c1754d277 {
    padding-bottom: 150px !important;
  }
  .xs-pb-200_f1befea0b907351d {
    padding-bottom: 200px !important;
  }
  .xs-mt-10_9081a5b5f608106e {
    margin-top: 10px !important;
  }
  .xs-mt-20_605366bae7a29ce1 {
    margin-top: 20px !important;
  }
  .xs-mt-30_2c974448160af584 {
    margin-top: 30px !important;
  }
  .xs-mt-40_b50c00b71d66aa3a {
    margin-top: 40px !important;
  }
  .xs-mt-50_6cf0a70fe62511d0 {
    margin-top: 50px !important;
  }
  .xs-mt-60_50710b0fa1193acd {
    margin-top: 60px !important;
  }
  .xs-mt-70_2b983dacb894be5d {
    margin-top: 70px !important;
  }
  .xs-mt-80_a4bff9cfd71a457e {
    margin-top: 80px !important;
  }
  .xs-mt-90_16bfb55a1b49f292 {
    margin-top: 90px !important;
  }
  .xs-mt-100_4492151e003158dc {
    margin-top: 100px !important;
  }
  .xs-mt-110_2552d2a612bbfa0f {
    margin-top: 110px !important;
  }
  .xs-mt-120_99037937aa2a9b98 {
    margin-top: 120px !important;
  }
  .xs-mt-130_2b6ee771bb5ed415 {
    margin-top: 130px !important;
  }
  .xs-mt-140_c16ea85c6cc3526d {
    margin-top: 140px !important;
  }
  .xs-mt-150_687271380d8af342 {
    margin-top: 150px !important;
  }
  .xs-mt-200_3a5700ef4405630d {
    margin-top: 200px !important;
  }
  .xs-mb-10_8b46942ed52c43d7 {
    margin-bottom: 10px !important;
  }
  .xs-mb-20_3d99a7a9309ca2b5 {
    margin-bottom: 20px !important;
  }
  .xs-mb-30_65e8ad16389499aa {
    margin-bottom: 30px !important;
  }
  .xs-mb-40_0412a81e4eb529eb {
    margin-bottom: 40px !important;
  }
  .xs-mb-50_33dcf87ca71f3b5c {
    margin-bottom: 50px !important;
  }
  .xs-mb-60_44663e758f3d473d {
    margin-bottom: 60px !important;
  }
  .xs-mb-70_15d6773defdd1b87 {
    margin-bottom: 70px !important;
  }
  .xs-mb-80_a2493be2744bc095 {
    margin-bottom: 80px !important;
  }
  .xs-mb-90_4f37c7deed35d85c {
    margin-bottom: 90px !important;
  }
  .xs-mb-100_ce15d46709b7fb55 {
    margin-bottom: 100px !important;
  }
  .xs-mb-110_a7d4dde96ccf4a59 {
    margin-bottom: 110px !important;
  }
  .xs-mb-120_22d39561857d1682 {
    margin-bottom: 120px !important;
  }
  .xs-mb-130_126724b86648dff2 {
    margin-bottom: 130px !important;
  }
  .xs-mb-140_dfa96da8942610a0 {
    margin-bottom: 140px !important;
  }
  .xs-mb-150_4aee6414418d25ed {
    margin-bottom: 150px !important;
  }
  .xs-mb-200_0cb8a779908f95d5 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 575px)*/
.theme-main-menu_a9d9555adbe283c7 {
  background: #fff;
  position: relative;
  z-index: 999;
  padding: 18px 40px;
  transition: all 0.4s ease-in-out 0s;
}
.theme-main-menu_a9d9555adbe283c7.menu-overlay_864c8775b648348c {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: transparent;
}
.theme-main-menu_a9d9555adbe283c7.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_a9d9555adbe283c7 .navbar-toggler_2185865246d13a8e {
  width: 48px;
  height: 44px;
  padding: 0;
  box-shadow: none;
  position: relative;
  z-index: 99;
  border: none;
  background: #CFFF45;
}
.theme-main-menu_a9d9555adbe283c7.menu-style-three_3cb9e494d02e147e .navbar-toggler_2185865246d13a8e {
  background: #000;
}
.theme-main-menu_a9d9555adbe283c7.menu-style-four_3550dbf3f8dcd657 .navbar-toggler_2185865246d13a8e {
  background: #E6FD5A;
}
.theme-main-menu_a9d9555adbe283c7.menu-style-five_31adf02ea4faccb6 .navbar-toggler_2185865246d13a8e {
  background: #DFFF5E;
}
.theme-main-menu_a9d9555adbe283c7 .navbar-toggler_2185865246d13a8e:focus {
  box-shadow: none;
}
.theme-main-menu_a9d9555adbe283c7 .navbar-toggler_2185865246d13a8e::before,
.theme-main-menu_a9d9555adbe283c7 .navbar-toggler_2185865246d13a8e::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_a9d9555adbe283c7 .navbar-toggler_2185865246d13a8e 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_a9d9555adbe283c7.menu-style-three_3cb9e494d02e147e .navbar-toggler_2185865246d13a8e:before, .theme-main-menu_a9d9555adbe283c7.menu-style-three_3cb9e494d02e147e .navbar-toggler_2185865246d13a8e:after, .theme-main-menu_a9d9555adbe283c7.menu-style-three_3cb9e494d02e147e .navbar-toggler_2185865246d13a8e span {
  background: #fff;
}
.theme-main-menu_a9d9555adbe283c7 .navbar-toggler_2185865246d13a8e::before {
  transform: translate3d(0, -9px, 0) scale3d(1, 1, 1);
}
.theme-main-menu_a9d9555adbe283c7 .navbar-toggler_2185865246d13a8e::after {
  transform: translate3d(0, 8px, 0) scale3d(1, 1, 1);
}
.theme-main-menu_a9d9555adbe283c7 .navbar-toggler_2185865246d13a8e[aria-expanded=true] span {
  opacity: 0;
}
.theme-main-menu_a9d9555adbe283c7 .navbar-toggler_2185865246d13a8e[aria-expanded=true]::before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.theme-main-menu_a9d9555adbe283c7 .navbar-toggler_2185865246d13a8e[aria-expanded=true]::after {
  transform: rotate3d(0, 0, 1, -45deg);
}
.theme-main-menu_a9d9555adbe283c7 .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_a9d9555adbe283c7 .nav-item:hover .nav-link {
  color: #0C3A30;
}
.theme-main-menu_a9d9555adbe283c7.white-vr_44448f31a9a6437f .nav-item .nav-link {
  color: #fff;
}
.theme-main-menu_a9d9555adbe283c7.white-vr_44448f31a9a6437f .nav-item:hover .nav-link {
  color: #CFFF45;
}
.theme-main-menu_a9d9555adbe283c7.white-vr_44448f31a9a6437f.fixed {
  background: #0C3A30;
  border: none;
}
.theme-main-menu_a9d9555adbe283c7.menu-style-one_c6aeea959dc209b3 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.theme-main-menu_a9d9555adbe283c7.menu-style-two_3d4cca075190e50c {
  padding: 0;
  background: #EDF1EE;
}
.theme-main-menu_a9d9555adbe283c7.menu-style-two_3d4cca075190e50c .info-row_0eaae39b2d8189e7 {
  padding-top: 12px;
  padding-bottom: 12px;
  overflow: hidden;
}
.theme-main-menu_a9d9555adbe283c7.menu-style-two_3d4cca075190e50c .gap-fix_df6de4f369b9bd03 {
  padding-left: 40px;
  padding-right: 40px;
}
.theme-main-menu_a9d9555adbe283c7.menu-style-two_3d4cca075190e50c .greetings_a73f9d391674884f {
  font-size: 18px;
  color: #19352D;
}
.theme-main-menu_a9d9555adbe283c7.menu-style-two_3d4cca075190e50c .contact-info_b3ca17f48a673f83 {
  margin: 0 -15px;
}
.theme-main-menu_a9d9555adbe283c7.menu-style-two_3d4cca075190e50c .contact-info_b3ca17f48a673f83 li {
  padding: 0 15px;
}
.theme-main-menu_a9d9555adbe283c7.menu-style-two_3d4cca075190e50c .contact-info_b3ca17f48a673f83 li a {
  font-size: 18px;
  color: #19352D;
}
.theme-main-menu_a9d9555adbe283c7.menu-style-two_3d4cca075190e50c .contact-info_b3ca17f48a673f83 li a:hover {
  text-decoration: underline;
}
.theme-main-menu_a9d9555adbe283c7.menu-style-two_3d4cca075190e50c .inner-content_de84b4da83880926 {
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
.theme-main-menu_a9d9555adbe283c7.menu-style-two_3d4cca075190e50c.fixed .info-row_0eaae39b2d8189e7 {
  display: none;
}
.theme-main-menu_a9d9555adbe283c7.menu-style-five_31adf02ea4faccb6 {
  background: #000;
  padding: 0;
}
.theme-main-menu_a9d9555adbe283c7.menu-style-five_31adf02ea4faccb6 .inner-content_de84b4da83880926 {
  background: #fff;
  border-radius: 30px;
  padding: 18px 40px;
}
.theme-main-menu_a9d9555adbe283c7.menu-style-six_5b35d2e15f99dd7d .nav-item .nav-link {
  color: #044F3B;
}
.theme-main-menu_a9d9555adbe283c7.menu-style-six_5b35d2e15f99dd7d .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_a9d9555adbe283c7 .navbar {
  position: static;
}

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

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

.navbar [class*=mega-dropdown] .menu-column_056e287822ce4d1c {
  padding: 5px 0;
}
.navbar [class*=mega-dropdown] .menu-column_056e287822ce4d1c .mega-menu-title_3fb569fcca0c2d7c {
  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_a9d9555adbe283c7 .login-btn-one_c65f9ff2e68d9eb5 a {
  color: #000;
}
.theme-main-menu_a9d9555adbe283c7 .login-btn-one_c65f9ff2e68d9eb5 a:hover {
  text-decoration: underline;
}
.theme-main-menu_a9d9555adbe283c7 .login-btn-two_c03578961b88e210 a {
  color: #044F3B;
}
.theme-main-menu_a9d9555adbe283c7 .login-btn-two_c03578961b88e210 a:hover {
  text-decoration: underline;
}
.theme-main-menu_a9d9555adbe283c7 .signup-btn-one_a87511130250776e 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_a9d9555adbe283c7 .signup-btn-one_a87511130250776e .icon_efdab957b9f4ebe0 {
  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_a9d9555adbe283c7 .signup-btn-one_a87511130250776e:hover span {
  background: #29594B;
  color: #fff;
}
.theme-main-menu_a9d9555adbe283c7 .signup-btn-one_a87511130250776e:hover .icon_efdab957b9f4ebe0 {
  background: #CFFF45;
  color: #29594B;
}
.theme-main-menu_a9d9555adbe283c7 .signup-btn-two_1609f82d5e2af8af {
  color: #044F3B;
  line-height: 50px;
  border: 1px solid #044F3B;
  border-radius: 40px;
  background: #CFFF45;
  padding: 0 32px;
  text-align: center;
}
.theme-main-menu_a9d9555adbe283c7 .signup-btn-two_1609f82d5e2af8af:hover {
  background: #29594B;
  color: #fff;
}
.theme-main-menu_a9d9555adbe283c7 .quote-one_fb6aa741adf53801 {
  line-height: 48px;
  color: #fff;
  font-size: 18px;
  padding: 0 26px;
  border: 1px solid #fff;
  border-radius: 40px;
}
.theme-main-menu_a9d9555adbe283c7 .quote-one_fb6aa741adf53801:hover {
  background: #CFFF45;
  color: #19352D;
}

.category-menu_3b809ef5a153a1f0 {
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  padding: 0 40px;
}
.category-menu_3b809ef5a153a1f0 li {
  position: relative;
  padding: 0 15px;
}
.category-menu_3b809ef5a153a1f0 li a {
  font-size: 15px;
  font-weight: 500;
  color: #536159;
  padding: 13px 0;
  transition: all 0.2s ease-in-out 0s;
}
.category-menu_3b809ef5a153a1f0 li a:hover {
  color: #0C3A30;
}
.category-menu_3b809ef5a153a1f0 .dropdown-menu {
  padding: 0;
}
.category-menu_3b809ef5a153a1f0 .dropdown-menu li {
  padding: 0;
}
.category-menu_3b809ef5a153a1f0 .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_cb7064b2e5452264 .logo_a9e97fce929e6325 {
    margin-bottom: 10vh;
    padding-left: 12px;
  }
  .white-vr_44448f31a9a6437f .navbar-collapse_cb7064b2e5452264 {
    background-color: #0C3A30;
  }
  .navbar-collapse_cb7064b2e5452264 {
    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_cb7064b2e5452264.show {
    transform: translateX(0);
    box-shadow: 15px 0 25px rgba(35, 35, 35, 0.09);
  }
  .theme-main-menu_a9d9555adbe283c7 .navbar .mega-dropdown_550f4e178c8e8b6a {
    position: relative;
  }
  .navbar .navbar-nav .nav-link {
    margin: 0;
    padding: 15px 12px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
  }
  .white-vr_44448f31a9a6437f .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_056e287822ce4d1c {
    padding: 0;
  }
  .navbar .dropdown-toggle::after {
    position: absolute;
    right: 15px;
    top: calc(50% - 2px);
  }
  .dashboard-menu_a6a7e4183506bdcd .nav-link::before {
    right: auto;
    left: 0;
    top: -2px;
  }
}
/*(max-width: 991px)*/
.hero-banner-one_edd55ce5335c8b51 {
  background: #29594B;
  z-index: 9;
}
.hero-banner-one_edd55ce5335c8b51::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_edd55ce5335c8b51 .hero-slider-one {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.hero-banner-one_edd55ce5335c8b51 .hero-slider-one .hero-img_c6b266fc1061c2eb {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-banner-one_edd55ce5335c8b51 .hero-slider-one .slick-list_9a2a571e48fe83c0, .hero-banner-one_edd55ce5335c8b51 .hero-slider-one .slick-track_1c371bfe4263b127, .hero-banner-one_edd55ce5335c8b51 .hero-slider-one .item {
  height: 100%;
}
.hero-banner-one_edd55ce5335c8b51 .hero-heading_39bf588ab3eac196 {
  font-weight: 700;
  color: #000;
  background: url(../pictures/shape_921afbd2e3/shape_01.svg) no-repeat left top;
  background-size: cover;
  padding: 11px 31px 25px 25px;
}
.hero-banner-one_edd55ce5335c8b51 .more-btn_073c95339690f3b1 {
  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_edd55ce5335c8b51 .more-btn_073c95339690f3b1:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #19352D;
}

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

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

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

.hero-banner-five_c9457fa45896b6b6 {
  background: #000;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.hero-banner-five_c9457fa45896b6b6 .bg-wrapper_208db0855dedfead {
  background: #fff;
  border-radius: 30px;
  z-index: 1;
}
.hero-banner-five_c9457fa45896b6b6 .hero-heading_39bf588ab3eac196 {
  font-size: 85px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.176em;
  color: #000;
}
.hero-banner-five_c9457fa45896b6b6 .rating_30817cf7946f68c8 h3 {
  font-size: 42px;
  margin-bottom: 0px;
}
.hero-banner-five_c9457fa45896b6b6 .rating_30817cf7946f68c8 p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.hero-banner-five_c9457fa45896b6b6 .media-wrapper_54d7a2e80a62ade2 {
  position: absolute;
  background: url(../pictures/assets_fc0e636aea/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_c9457fa45896b6b6 .media-wrapper_54d7a2e80a62ade2 .shape_01_db663bc2416465d9 {
  right: 0;
  bottom: 14%;
  width: 41.1%;
  z-index: 1;
}
.hero-banner-five_c9457fa45896b6b6 .media-wrapper_54d7a2e80a62ade2 .shape_02_253a527cd4ecd788 {
  top: 34%;
  left: 0;
  transform: translateX(-50%);
  width: 19.34%;
}

.hero-banner-six_e5d1857b5eb0d111 .hero-heading_39bf588ab3eac196 {
  font-size: 100px;
  line-height: 1.05em;
  color: #044F3B;
}
.hero-banner-six_e5d1857b5eb0d111 .media-wrapper_54d7a2e80a62ade2 {
  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_e5d1857b5eb0d111 .media-wrapper_54d7a2e80a62ade2 .screen_01_8f0eb727ca06dcdb {
  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_e5d1857b5eb0d111 .media-wrapper_54d7a2e80a62ade2 .screen_02_f844309a1de4d442 {
  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_e5d1857b5eb0d111 .media-wrapper_54d7a2e80a62ade2 .bg-shape_691e296af2fc1b7a {
  max-width: 130%;
  left: 47%;
  bottom: -12%;
  transform: translateX(-50%);
}
.hero-banner-six_e5d1857b5eb0d111 .shape_01_db663bc2416465d9 {
  bottom: 9%;
  left: 40%;
  width: 6.53%;
}

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

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

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

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

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

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

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

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

.fancy-banner-eight_e0aa1428e5e5fcbb .bg-wrapper_208db0855dedfead {
  background: #F3F8F7;
  padding: 30px 75px 0;
}
.fancy-banner-eight_e0aa1428e5e5fcbb .media-wrapper_54d7a2e80a62ade2 {
  padding: 0 38px;
  margin-bottom: -6px;
}
.fancy-banner-eight_e0aa1428e5e5fcbb .media-wrapper_54d7a2e80a62ade2 .shape_01_db663bc2416465d9 {
  width: 100%;
  bottom: 0;
  left: 0;
}
.fancy-banner-eight_e0aa1428e5e5fcbb .shape_02_253a527cd4ecd788 {
  right: -123px;
  bottom: -5px;
}

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

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

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

.inner-banner-one_657feb29f9273a81 + .blog-details_b0dbe406522b343b {
  margin-top: 15px;
}

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

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

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

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

.block-feature-three_aba8b0615f8564cf {
  z-index: 1;
}
.block-feature-three_aba8b0615f8564cf:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 34%;
  bottom: 0;
  background: #EBF3EE;
  z-index: -1;
}
.block-feature-three_aba8b0615f8564cf.no-bg_6d78322a748006e8:before {
  display: none;
}
.block-feature-three_aba8b0615f8564cf .section-btn_7eff3af5d19b16af {
  position: absolute;
  right: 0;
  top: 68px;
}
.block-feature-three_aba8b0615f8564cf .block-title_bb57906d4e09f0f4 a {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25em;
  color: #19352D;
}
.block-feature-three_aba8b0615f8564cf .block-title_bb57906d4e09f0f4 a:hover {
  text-decoration: underline;
}
.block-feature-three_aba8b0615f8564cf .round-btn_a8738c51955d697e {
  font-size: 18px;
  font-weight: 900;
  color: #29594B;
  width: 38px;
  height: 38px;
  border: 1px solid #29594B;
}
.block-feature-three_aba8b0615f8564cf .round-btn_a8738c51955d697e:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #19352D;
}
.block-feature-three_aba8b0615f8564cf .block-one_24c0ba09e3e13e35 {
  background: url(../pictures/media/img_05.jpg) no-repeat center;
  background-size: cover;
  height: 470px;
}
.block-feature-three_aba8b0615f8564cf .block-one_24c0ba09e3e13e35 .tag_42f090e63c4c3c1a {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  line-height: 25px;
  border: 1px solid #000;
  padding: 0 10px;
}
.block-feature-three_aba8b0615f8564cf .block-one_24c0ba09e3e13e35 .block-title_bb57906d4e09f0f4 {
  background: url(../pictures/shape_921afbd2e3/shape_02.svg) no-repeat right top;
  background-size: cover;
  border-radius: 25px;
  padding: 12px 0 18px 18px;
}
.block-feature-three_aba8b0615f8564cf .block-two_76765724e37f728d {
  overflow: hidden;
}
.block-feature-three_aba8b0615f8564cf .block-two_76765724e37f728d .img-wrapper_3e6ff390c9530219 {
  background: url(../pictures/media/img_06.jpg) no-repeat center;
  background-size: cover;
  width: 42%;
}
.block-feature-three_aba8b0615f8564cf .block-two_76765724e37f728d .text-wrapper_a82793b8bcaa20a5 {
  width: 58%;
  padding: 30px 30px 35px 60px;
}
.block-feature-three_aba8b0615f8564cf .block-two_76765724e37f728d .tag_42f090e63c4c3c1a {
  font-size: 13px;
  letter-spacing: 1px;
  color: white;
  line-height: 27px;
  border-radius: 17px;
  background: #29594B;
  padding: 0 17px;
}
.block-feature-three_aba8b0615f8564cf .block-three_c63e7853aa22b18b {
  background: #D3FF76;
}
.block-feature-three_aba8b0615f8564cf .block-three_c63e7853aa22b18b .tag_42f090e63c4c3c1a {
  font-size: 13px;
  letter-spacing: 1px;
  color: white;
  line-height: 27px;
  border-radius: 17px;
  background: #29594B;
  padding: 0 17px;
}
.block-feature-three_aba8b0615f8564cf .block-three_c63e7853aa22b18b .round-btn_a8738c51955d697e {
  background: #fff;
  border-color: #fff;
}
.block-feature-three_aba8b0615f8564cf .block-three_c63e7853aa22b18b .round-btn_a8738c51955d697e:hover {
  background: #29594B;
  border-color: #29594B;
  color: #fff;
}
.block-feature-three_aba8b0615f8564cf .block-four_78be60ac663fbdca {
  background: url(../pictures/media/img_07.jpg) no-repeat center;
  background-size: cover;
}
.block-feature-three_aba8b0615f8564cf .block-four_78be60ac663fbdca .block-title_bb57906d4e09f0f4 {
  background: url(../pictures/shape_921afbd2e3/shape_03.svg) no-repeat right top;
  background-size: cover;
  border-radius: 18px;
  padding: 12px 16px 12px 18px;
}
.block-feature-three_aba8b0615f8564cf .block-four_78be60ac663fbdca .block-title_bb57906d4e09f0f4 a {
  font-size: 28px;
}
.block-feature-three_aba8b0615f8564cf .block-four_78be60ac663fbdca .tag_42f090e63c4c3c1a {
  font-size: 13px;
  letter-spacing: 1px;
  color: #29594B;
  line-height: 27px;
  border-radius: 17px;
  background: #fff;
  padding: 0 17px;
}
.block-feature-three_aba8b0615f8564cf .block-four_78be60ac663fbdca .round-btn_a8738c51955d697e {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.block-feature-three_aba8b0615f8564cf .block-four_78be60ac663fbdca .round-btn_a8738c51955d697e:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #000;
}
.block-feature-three_aba8b0615f8564cf .block-five_f3e67ef9db634475 {
  background: url(../pictures/blog/blog_img_05.jpg) no-repeat center;
  background-size: cover;
  height: 358px;
}
.block-feature-three_aba8b0615f8564cf .block-five_f3e67ef9db634475 .tag_42f090e63c4c3c1a {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  line-height: 25px;
  border: 1px solid #000;
  padding: 0 10px;
}
.block-feature-three_aba8b0615f8564cf .block-five_f3e67ef9db634475 .block-title_bb57906d4e09f0f4 {
  background: url(../pictures/shape_921afbd2e3/shape_29.svg) no-repeat right top;
  background-size: cover;
  border-radius: 15px;
  padding: 12px 10px 18px 18px;
}

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

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

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

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

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

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

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

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

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

.block-feature-thirteen_18b2a363f4df2b1a .upper-wrapper_e225f833c483485d {
  border-bottom: 1px solid #E6E6E6;
}
.block-feature-thirteen_18b2a363f4df2b1a .upper-wrapper_e225f833c483485d .shape_01_db663bc2416465d9 {
  right: 6%;
  bottom: 16%;
}
.block-feature-thirteen_18b2a363f4df2b1a .line-loop_c910d366b36cb9fa:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 130%;
  right: 0;
  top: 57%;
  background: #E6E6E6;
  z-index: -1;
}
.block-feature-thirteen_18b2a363f4df2b1a .graph-panel_377e98f71a7beb6f {
  border-right: 1px solid #E6E6E6;
}
.block-feature-thirteen_18b2a363f4df2b1a .graph-panel_377e98f71a7beb6f .main-count_178f3cf2a641b084 {
  font-size: 120px;
}
.block-feature-thirteen_18b2a363f4df2b1a .graph-panel_377e98f71a7beb6f .chart-box_ece188643b25599f {
  padding: 0 15px;
}
.block-feature-thirteen_18b2a363f4df2b1a .graph-panel_377e98f71a7beb6f .chart-box_ece188643b25599f .chart-inner_a6c32c1360f12095 {
  width: 120px;
  background: #196164;
}

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

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

.block-feature-sixteen_9e1f907ecac71dad .media-img_0a7e0fdfd9f71b27 {
  border-radius: 30px;
}
.block-feature-sixteen_9e1f907ecac71dad .shape_01_db663bc2416465d9 {
  top: 31%;
  left: 50%;
}

.block-feature-seventeen_51b25bf1b9268717 .section-subheading_befadc125a4bd74d {
  position: absolute;
  right: 0;
  top: 0;
  width: 37%;
}
.block-feature-seventeen_51b25bf1b9268717 .shape_01_db663bc2416465d9 {
  max-width: 8%;
  top: 12%;
  left: 43%;
}

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

.text-feature-one_ad47218042724902 .line-wrapper_f259cac3faeeb20a {
  border-top: 1px dashed #d7d7d7;
  border-bottom: 1px dashed #d7d7d7;
}
.text-feature-one_ad47218042724902 .line-wrapper_f259cac3faeeb20a .shape_01_db663bc2416465d9 {
  width: 48px;
  bottom: 12%;
  left: 32%;
  animation: rotated 48s infinite linear;
}
.text-feature-one_ad47218042724902 .card-style-three_f9a58feb409e8a91 {
  border-left: 1px dashed #d7d7d7;
  border-bottom: 1px dashed #d7d7d7;
  padding-left: 100px;
}
.text-feature-one_ad47218042724902 .card-style-three_f9a58feb409e8a91:last-child {
  border-bottom: none;
}
.text-feature-one_ad47218042724902 .media-list-item_c15e1b74c2d65eaf {
  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_ad47218042724902 .media-list-item_c15e1b74c2d65eaf: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_ad47218042724902 .media-list-item_c15e1b74c2d65eaf 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_ad47218042724902 .media-list-item_c15e1b74c2d65eaf 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_ad47218042724902 .media-list-item_c15e1b74c2d65eaf 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_ad47218042724902 .media-list-item_c15e1b74c2d65eaf li:hover:before {
  background: #29594B;
}
.text-feature-one_ad47218042724902 .media-list-item_c15e1b74c2d65eaf li:hover:after {
  color: #fff;
}

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

.text-feature-three_20630155812b43da {
  z-index: 1;
}
.text-feature-three_20630155812b43da .counter-wrapper_41741f15ac0630f6 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.text-feature-three_20630155812b43da .media-wrapper_54d7a2e80a62ade2 {
  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_20630155812b43da .media-wrapper_54d7a2e80a62ade2 .screen_01_8f0eb727ca06dcdb {
  right: -9%;
  top: 12%;
  width: 37.3%;
  border-radius: 10px;
  box-shadow: 10px 30px 50px rgba(0, 0, 0, 0.06);
}
.text-feature-three_20630155812b43da .media-wrapper_54d7a2e80a62ade2 .screen_02_f844309a1de4d442 {
  left: -11%;
  bottom: -9%;
  width: 65.5%;
}
.text-feature-three_20630155812b43da .media-wrapper_54d7a2e80a62ade2 .screen_03_bd8d9b96be562277 {
  left: -13%;
  bottom: -11%;
  width: 50.85%;
  box-shadow: 0px 35px 70px rgba(0, 0, 0, 0.06);
}
.text-feature-three_20630155812b43da .shape_01_db663bc2416465d9 {
  bottom: 2%;
  left: 39%;
  width: 2.3%;
  min-width: 28px;
  animation: rotated 50s infinite linear;
}

.text-feature-four_e13545c0df2543cf {
  z-index: 1;
}
.text-feature-four_e13545c0df2543cf .avatar_9fef996c8869dd71 {
  width: 65px;
  height: 65px;
}
.text-feature-four_e13545c0df2543cf .name {
  font-size: 28px;
}
.text-feature-four_e13545c0df2543cf .quote-text_07a3958b2bd80055 {
  font-size: 50px;
  line-height: 1.4em;
}
.text-feature-four_e13545c0df2543cf .shape_01_db663bc2416465d9 {
  top: 56%;
  left: 22%;
  animation: rotated 60s infinite linear;
}
.text-feature-four_e13545c0df2543cf .shape_02_253a527cd4ecd788 {
  top: 12%;
  right: 9%;
  width: 16px;
  animation: rotated 50s infinite linear;
}

.text-feature-five_ea2a0afa30160412 .bg-wrapper_208db0855dedfead {
  background: #FFF2AC;
}
.text-feature-five_ea2a0afa30160412 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_ea2a0afa30160412 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_ea2a0afa30160412 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_ea2a0afa30160412 li:hover:before {
  background: #29594B;
}
.text-feature-five_ea2a0afa30160412 li:hover:after {
  color: #fff;
}
.text-feature-five_ea2a0afa30160412 .media-wrapper_54d7a2e80a62ade2 {
  background: url(../pictures/media/img_20.jpg) no-repeat center;
  background-size: cover;
  z-index: 1;
}
.text-feature-five_ea2a0afa30160412 .media-wrapper_54d7a2e80a62ade2 .video-icon_ec4276c3d4f5af29 {
  width: 90px;
  height: 90px;
  background: #fff;
}
.text-feature-five_ea2a0afa30160412 .media-wrapper_54d7a2e80a62ade2 .video-icon_ec4276c3d4f5af29:hover {
  background: #CFFF45;
}
.text-feature-five_ea2a0afa30160412 .media-wrapper_54d7a2e80a62ade2 .screen_01_8f0eb727ca06dcdb {
  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_c06079eb17c65852 {
  z-index: 1;
}
.text-feature-six_c06079eb17c65852 .media-wrapper_54d7a2e80a62ade2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 63.64%;
  z-index: -1;
}
.text-feature-six_c06079eb17c65852 .media-wrapper_54d7a2e80a62ade2 .screen_01_8f0eb727ca06dcdb {
  width: 61.1%;
  bottom: 32%;
  right: -4%;
  z-index: 1;
  animation: jumpThree 5s infinite linear;
}
.text-feature-six_c06079eb17c65852 .shape_01_db663bc2416465d9 {
  left: 0;
  bottom: 23%;
  width: 12.3%;
}
.text-feature-six_c06079eb17c65852 .shape_02_253a527cd4ecd788 {
  top: 1%;
  right: 39%;
}

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

.text-feature-nine_212948c78ddcb7df {
  background: url(../pictures/assets_fc0e636aea/bg_03.svg) no-repeat center bottom;
  background-size: cover;
  z-index: 1;
}
.text-feature-nine_212948c78ddcb7df .block_a22a138e5fa275c9 .icon_efdab957b9f4ebe0 {
  height: 50px;
}
.text-feature-nine_212948c78ddcb7df .vertical-text-wrapper_8087eed89635afe7 {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  border-left: 1px solid rgba(254, 255, 252, 0.17);
}
.text-feature-nine_212948c78ddcb7df .vertical-text-wrapper_8087eed89635afe7 .text-list_4e1fc5f4fae1e5c7 {
  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_212948c78ddcb7df .vertical-text-wrapper_8087eed89635afe7 .text-list_4e1fc5f4fae1e5c7:hover {
  color: #C5FF4A;
  opacity: 1;
  mix-blend-mode: normal;
}
.text-feature-nine_212948c78ddcb7df .vertical-text-wrapper_8087eed89635afe7 .shape_01_db663bc2416465d9 {
  left: -83px;
  bottom: 21%;
  animation: jumpThree 6s infinite linear;
}
.text-feature-nine_212948c78ddcb7df .vertical-text-wrapper_8087eed89635afe7 .shape_02_253a527cd4ecd788 {
  left: 10%;
  top: 25%;
  animation: jumpFour 6s infinite linear;
}
.text-feature-nine_212948c78ddcb7df .shape_03_b1cfef9975fe908a {
  left: 5%;
  top: 10%;
  animation: jumpFour 6s infinite linear;
}
.text-feature-nine_212948c78ddcb7df .shape_04_987c73c2fe57632c {
  bottom: 0;
  left: 13%;
  width: 29%;
}

.team-section-one_a8bcb6ffd3737be2 .section-btn_7eff3af5d19b16af {
  position: absolute;
  right: 0;
  top: 25px;
}

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

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

.team-section-three_953ad7045d10d59a {
  z-index: 1;
}
.team-section-three_953ad7045d10d59a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  background: url(../pictures/shape_921afbd2e3/shape_09.svg) no-repeat right bottom;
  background-size: cover;
  z-index: -1;
}
.team-section-three_953ad7045d10d59a .section-btn_7eff3af5d19b16af {
  position: absolute;
  right: 0;
  top: 15px;
}
.team-section-three_953ad7045d10d59a .shape_01_db663bc2416465d9 {
  width: 2.3%;
  top: 17%;
  left: 39%;
}
.team-section-three_953ad7045d10d59a .shape_02_253a527cd4ecd788 {
  width: 1.5%;
  bottom: 6%;
  right: 9%;
}
.team-section-three_953ad7045d10d59a .shape_03_b1cfef9975fe908a {
  max-width: 22%;
  bottom: 0;
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.partner-logo-one_104b9fb937e816e1 .logo_a9e97fce929e6325 {
  width: 100%;
  height: 60px;
}

.modal .modal-dialog {
  height: auto;
}
.modal .modal-dialog .modal-content_a870af66f4de43f7 {
  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_716019e40457070b {
  max-width: 565px;
}
.user-data-form .form-wrapper_716019e40457070b .input-group-meta_33b244079b4c7df1 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_716019e40457070b .input-group-meta_33b244079b4c7df1 label {
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  margin-bottom: 6px;
}
.user-data-form .form-wrapper_716019e40457070b .input-group-meta_33b244079b4c7df1 .placeholder_icon_9edff4f222f0722d {
  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_716019e40457070b .input-group-meta_33b244079b4c7df1 .placeholder_icon_9edff4f222f0722d img {
  position: relative;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%);
}
.user-data-form .form-wrapper_716019e40457070b .input-group-meta_33b244079b4c7df1 .placeholder_icon_9edff4f222f0722d span {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
  position: relative;
}
.user-data-form .form-wrapper_716019e40457070b .input-group-meta_33b244079b4c7df1 .placeholder_icon_9edff4f222f0722d 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_716019e40457070b .input-group-meta_33b244079b4c7df1 .placeholder_icon_9edff4f222f0722d span.eye-slash_4fd6164611333f8b:before {
  opacity: 0;
}
.user-data-form .agreement-checkbox_d1ea590d05cdb1ac 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_d1ea590d05cdb1ac label a {
  color: #0E3E2F;
  text-decoration: underline;
}
.user-data-form .agreement-checkbox_d1ea590d05cdb1ac input[type=checkbox] {
  display: none;
}
.user-data-form .agreement-checkbox_d1ea590d05cdb1ac 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_d1ea590d05cdb1ac 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_d1ea590d05cdb1ac a {
  position: relative;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.user-data-form .agreement-checkbox_d1ea590d05cdb1ac a:hover {
  text-decoration: underline;
  color: #0E3E2F;
}
.user-data-form .line_36440a4edead19c6 {
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.user-data-form .social-use-btn_42147d51cc2e1faa {
  font-size: 16px;
  color: #000;
  height: 55px;
  border: 1px solid #E5E5E5;
  border-radius: 7px;
}
.user-data-form .social-use-btn_42147d51cc2e1faa:hover {
  background: rgba(0, 0, 0, 0.06);
}
.user-data-form .social-use-btn_42147d51cc2e1faa img {
  width: 20px;
}
.user-data-form .btn-close_61f3cf72fafb8b81 {
  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_4c0cb407398e0280 .main-count_178f3cf2a641b084 {
  font-size: 64px;
  color: #19352D;
}

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

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

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

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

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

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

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

.card-style-three_f9a58feb409e8a91 .icon_efdab957b9f4ebe0 {
  height: 38px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.portfolio-block-one_700b92426f4a0fe4 .img-holder_1024c4ad41f23b4f {
  position: relative;
  overflow: hidden;
}
.portfolio-block-one_700b92426f4a0fe4 .img-holder_1024c4ad41f23b4f.round-border_eec88f490ba4fb9e {
  border-radius: 30px;
}
.portfolio-block-one_700b92426f4a0fe4 .img-holder_1024c4ad41f23b4f .expend_d0103899be6ed10e {
  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_700b92426f4a0fe4 .img-holder_1024c4ad41f23b4f 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_700b92426f4a0fe4 .img-holder_1024c4ad41f23b4f i:hover {
  background: #DFFF5E;
}
.portfolio-block-one_700b92426f4a0fe4:hover .expend_d0103899be6ed10e {
  opacity: 1;
}
.portfolio-block-one_700b92426f4a0fe4:hover .img-meta_8a459cf2e69ba117 {
  transform: scale(1.1) rotate(5deg);
}
.portfolio-block-one_700b92426f4a0fe4:hover .pj-title_20013c1fa26e1f60 {
  text-decoration: underline;
}
.portfolio-block-one_700b92426f4a0fe4 .caption {
  margin-top: 35px;
}
.portfolio-block-one_700b92426f4a0fe4 .caption .tag_42f090e63c4c3c1a {
  margin: 0 -3px;
}
.portfolio-block-one_700b92426f4a0fe4 .caption .tag_42f090e63c4c3c1a 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_700b92426f4a0fe4 .caption .pj-title_20013c1fa26e1f60 {
  font-size: 32px;
  color: #000;
  margin-top: 15px;
}
.portfolio-block-one_700b92426f4a0fe4 .caption .arrow {
  font-size: 26px;
  color: #000;
}
.portfolio-block-one_700b92426f4a0fe4 .caption .arrow:hover {
  color: #0C3A30;
}

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

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

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

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

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

.project-details-two_95ad7400cb57eb77 .bg-wrapper_208db0855dedfead {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.project-details-two_95ad7400cb57eb77 .slider-wrapper_bcf18a0c2783c35b {
  height: 100%;
}
.project-details-two_95ad7400cb57eb77 .slider-wrapper_bcf18a0c2783c35b .carousel-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.project-details-two_95ad7400cb57eb77 .slider-wrapper_bcf18a0c2783c35b .carousel-control-next_2b459d6535977b4f,
.project-details-two_95ad7400cb57eb77 .slider-wrapper_bcf18a0c2783c35b .carousel-control-prev_eddabaf742a39621 {
  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_95ad7400cb57eb77 .slider-wrapper_bcf18a0c2783c35b .carousel-control-next_2b459d6535977b4f:hover,
.project-details-two_95ad7400cb57eb77 .slider-wrapper_bcf18a0c2783c35b .carousel-control-prev_eddabaf742a39621:hover {
  background: #29594B;
  color: #fff;
}
.project-details-two_95ad7400cb57eb77 .slider-wrapper_bcf18a0c2783c35b .carousel-control-prev_eddabaf742a39621 {
  left: auto;
  right: 45px;
}
.project-details-two_95ad7400cb57eb77 .info-wrapper_f0b683f881746925 {
  padding: 55px 50px 85px 70px;
}
.project-details-two_95ad7400cb57eb77 .info-wrapper_f0b683f881746925 h3 {
  font-size: 36px;
}
.project-details-two_95ad7400cb57eb77 .info-wrapper_f0b683f881746925 .list-meta_b346d00c225b881b li {
  padding: 22px 0;
}
.project-details-two_95ad7400cb57eb77 .info-wrapper_f0b683f881746925 .list-meta_b346d00c225b881b .icon_efdab957b9f4ebe0 {
  width: 40px;
}
.project-details-two_95ad7400cb57eb77 .info-wrapper_f0b683f881746925 .list-meta_b346d00c225b881b .text1_97d24cfb89ecd3c4 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}
.project-details-two_95ad7400cb57eb77 .info-wrapper_f0b683f881746925 .list-meta_b346d00c225b881b span {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
}
.project-details-two_95ad7400cb57eb77 .info-wrapper_f0b683f881746925 .social-share_ae7c8077e78b33ec li {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.project-details-two_95ad7400cb57eb77 .info-wrapper_f0b683f881746925 .social-share_ae7c8077e78b33ec li a {
  font-size: 20px;
  color: #19352D;
  margin-left: 20px;
}

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

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

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

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

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

.feedback-section-three_f789b066a8c725de .slider-wrapper_bcf18a0c2783c35b {
  padding-left: 100px;
}
.feedback-section-three_f789b066a8c725de .slider-wrapper_bcf18a0c2783c35b .icon_efdab957b9f4ebe0 {
  left: 0;
  top: 18px;
}
.feedback-section-three_f789b066a8c725de .slick-dots_2d22bd756b52a79c {
  margin: 50px 0 0 15px;
  padding: 0;
}
.feedback-section-three_f789b066a8c725de .slick-dots_2d22bd756b52a79c li button {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #000;
  padding: 0;
  margin-right: 3px;
}
.feedback-section-three_f789b066a8c725de .slick-dots_2d22bd756b52a79c .slick-active button {
  background: #000;
}
.feedback-section-three_f789b066a8c725de .rating-box_9e31c74402acef79 {
  position: absolute;
  padding: 50px 37px 35px;
  left: -75px;
  bottom: -65px;
  z-index: 1;
  background: #000;
}
.feedback-section-three_f789b066a8c725de .rating-box_9e31c74402acef79 .rating_30817cf7946f68c8 {
  font-size: 58px;
  letter-spacing: -1px;
  line-height: 25px;
  margin-bottom: 20px;
}
.feedback-section-three_f789b066a8c725de .shape_01_db663bc2416465d9 {
  width: 15px;
  top: 7%;
  right: 52%;
}
.feedback-section-three_f789b066a8c725de .shape_02_253a527cd4ecd788 {
  width: 20px;
  bottom: 17%;
  right: 17%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.blog-meta-one_d5041689c1becd64 {
  background: #fff;
  border-radius: 30px;
}
.blog-meta-one_d5041689c1becd64 .post-data_d430171f6ed73fe9 {
  padding: 30px 35px 25px;
}
.blog-meta-one_d5041689c1becd64 .post-data_d430171f6ed73fe9 .post-info_263671b23dabdd8c {
  font-size: 18px;
  color: #AAAAAA;
}
.blog-meta-one_d5041689c1becd64 .post-data_d430171f6ed73fe9 .blog-title_52965029c8f4cd2f {
  font-size: 32px;
  line-height: 1.281em;
}
.blog-meta-one_d5041689c1becd64 .post-data_d430171f6ed73fe9 .blog-title_52965029c8f4cd2f:hover {
  text-decoration: underline;
}
.blog-meta-one_d5041689c1becd64 .post-img_c93596bbfd506e95 {
  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_d5041689c1becd64 .post-img_c93596bbfd506e95 .round-btn_a8738c51955d697e {
  font-size: 25px;
  width: 55px;
  height: 55px;
  background: #fff;
  color: #19352D;
}
.blog-meta-one_d5041689c1becd64:hover .round-btn_a8738c51955d697e {
  background: #CFFF45;
}
.blog-meta-one_d5041689c1becd64.style-two_34db94f556324543 {
  background: #F6F6F6;
  border-radius: 0;
}
.blog-meta-one_d5041689c1becd64.style-two_34db94f556324543 .post-img_c93596bbfd506e95 {
  border-radius: 0;
}
.blog-meta-one_d5041689c1becd64.style-two_34db94f556324543 .blog-title_52965029c8f4cd2f {
  font-weight: 700;
  font-size: 28px;
  color: #000;
}

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

.blog-meta-two_5be6a8ca00da94c6 {
  background: #fff;
}
.blog-meta-two_5be6a8ca00da94c6 .post-data_d430171f6ed73fe9 {
  padding-top: 30px;
}
.blog-meta-two_5be6a8ca00da94c6 .post-data_d430171f6ed73fe9 .blog-title_52965029c8f4cd2f {
  width: 70%;
}
.blog-meta-two_5be6a8ca00da94c6 .post-data_d430171f6ed73fe9 .blog-title_52965029c8f4cd2f h4 {
  font-size: 32px;
  line-height: 1.281em;
}
.blog-meta-two_5be6a8ca00da94c6 .post-data_d430171f6ed73fe9 .blog-title_52965029c8f4cd2f:hover h4 {
  text-decoration: underline;
}
.blog-meta-two_5be6a8ca00da94c6 .post-data_d430171f6ed73fe9 .round-btn_a8738c51955d697e {
  font-size: 25px;
  width: 60px;
  height: 60px;
  border: 1px solid #19352D;
  background: #fff;
  color: #19352D;
}
.blog-meta-two_5be6a8ca00da94c6 .post-data_d430171f6ed73fe9 .round-btn_a8738c51955d697e:hover {
  background: #CFFF45;
  border-color: #CFFF45;
}
.blog-meta-two_5be6a8ca00da94c6 .post-data_d430171f6ed73fe9 .post-info_263671b23dabdd8c {
  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_5be6a8ca00da94c6 .post-img_c93596bbfd506e95 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-meta-two_5be6a8ca00da94c6 .post-img_c93596bbfd506e95 .date_60c823395ff1f7d2 {
  line-height: 38px;
  font-size: 16px;
  padding: 0 18px;
  text-transform: uppercase;
  background: #fff;
  color: #19352D;
}
.blog-meta-two_5be6a8ca00da94c6.style-two_34db94f556324543 {
  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_5be6a8ca00da94c6.style-two_34db94f556324543 p {
  font-size: 18px;
}
.blog-meta-two_5be6a8ca00da94c6.style-two_34db94f556324543 .post-img_c93596bbfd506e95 {
  height: auto;
  width: 100%;
}
.blog-meta-two_5be6a8ca00da94c6.style-two_34db94f556324543 .post-data_d430171f6ed73fe9 {
  padding: 26px 0;
}
.blog-meta-two_5be6a8ca00da94c6.style-two_34db94f556324543 .post-data_d430171f6ed73fe9 .post-info_263671b23dabdd8c {
  border: none;
  padding: 0;
  margin: 0 0 12px;
}
.blog-meta-two_5be6a8ca00da94c6.style-two_34db94f556324543 .post-data_d430171f6ed73fe9 .round-btn_a8738c51955d697e {
  border: none;
}

.signup-btn-one_a87511130250776e 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_a87511130250776e .icon_efdab957b9f4ebe0 {
  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_14072ee38ce7641e {
  z-index: 1;
}
.blog-section-three_14072ee38ce7641e .section-btn_7eff3af5d19b16af {
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 1;
}

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

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

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

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

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

.blog-details_b0dbe406522b343b .post-details-meta_b57b67e6320773b5 {
  border-top: 1px dashed #BEBEBE;
  margin-top: 30px;
  padding: 36px 0;
}
.blog-details_b0dbe406522b343b .post-details-meta_b57b67e6320773b5 p {
  line-height: 1.8em;
  margin-bottom: 30px;
}
.blog-details_b0dbe406522b343b .post-details-meta_b57b67e6320773b5 .quote-wrapper_03172f9186e7b6f2 {
  text-align: center;
  margin: 62px 0 35px;
}
.blog-details_b0dbe406522b343b .post-details-meta_b57b67e6320773b5 .quote-wrapper_03172f9186e7b6f2 .wrapper_0b48fc49850f1162 {
  position: relative;
  padding: 38px 12px 40px;
  border-top: 1px dashed #CBCBCB;
  border-bottom: 1px dashed #CBCBCB;
}
.blog-details_b0dbe406522b343b .post-details-meta_b57b67e6320773b5 .quote-wrapper_03172f9186e7b6f2 .wrapper_0b48fc49850f1162 .icon_efdab957b9f4ebe0 {
  width: 55px;
  height: 55px;
  background: #29594B;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-details_b0dbe406522b343b .post-details-meta_b57b67e6320773b5 .quote-wrapper_03172f9186e7b6f2 .wrapper_0b48fc49850f1162 h3 {
  font-size: 36px;
  line-height: 1.444em;
  margin: 0;
}
.blog-details_b0dbe406522b343b .post-details-meta_b57b67e6320773b5 .quote-wrapper_03172f9186e7b6f2 h6 {
  font-size: 20px;
  margin: 24px 0 0;
}
.blog-details_b0dbe406522b343b .post-details-meta_b57b67e6320773b5 .quote-wrapper_03172f9186e7b6f2 h6 span {
  color: rgba(0, 0, 0, 0.5);
}
.blog-details_b0dbe406522b343b .post-details-meta_b57b67e6320773b5 .img-gallery_a784acd55b927741 {
  margin-bottom: 50px;
}
.blog-details_b0dbe406522b343b .post-details-meta_b57b67e6320773b5 .img-gallery_a784acd55b927741 img {
  border-radius: 20px;
  margin-top: 15px;
}
.blog-details_b0dbe406522b343b .post-details-meta_b57b67e6320773b5 h3 {
  font-size: 32px;
  margin-bottom: 20px;
}
.blog-details_b0dbe406522b343b .post-details-meta_b57b67e6320773b5 .list-item_e75acd7debfbcb3c li {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  position: relative;
  padding-left: 33px;
  margin-bottom: 23px;
}
.blog-details_b0dbe406522b343b .post-details-meta_b57b67e6320773b5 .list-item_e75acd7debfbcb3c li:after {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  font-size: 0.95em;
  top: 3px;
  left: 0;
  color: #000;
}
.blog-details_b0dbe406522b343b .bottom-widget_c0e73780fef017f9 {
  padding: 10px 0 5px;
}
.blog-details_b0dbe406522b343b .bottom-widget_c0e73780fef017f9 .tags_4d31892f8852f2a2 li:first-child {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
  margin-right: 7px;
}
.blog-details_b0dbe406522b343b .bottom-widget_c0e73780fef017f9 .tags_4d31892f8852f2a2 a {
  line-height: 26px;
  border-radius: 16px;
  background: #fff;
  padding: 0 10px;
  color: #19352D;
  font-size: 16px;
  margin-right: 5px;
}
.blog-details_b0dbe406522b343b .bottom-widget_c0e73780fef017f9 .tags_4d31892f8852f2a2 a:hover {
  color: #000;
  text-decoration: underline;
}
.blog-details_b0dbe406522b343b .bottom-widget_c0e73780fef017f9 .share-icon_59cd1c501e77d373 li:first-child {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.blog-details_b0dbe406522b343b .bottom-widget_c0e73780fef017f9 .share-icon_59cd1c501e77d373 a {
  color: #19352D;
  font-size: 18px;
  margin-left: 17px;
}
.blog-details_b0dbe406522b343b .grey-bg_2f866517c6ed031b {
  background: #f4f4f4;
  border-radius: 30px;
  padding: 40px 35px;
}
.blog-details_b0dbe406522b343b .blog-inner-title_d278006fc7226bec {
  font-size: 42px;
  margin-bottom: 10px;
}
.blog-details_b0dbe406522b343b .blog-comment-area_fb02cbd9196f81c2 {
  margin: 60px 0;
}
.blog-details_b0dbe406522b343b .blog-comment-area_fb02cbd9196f81c2 .comment_47fc058acc604764 {
  border-top: 1px dashed #CBCBCB;
  padding: 38px 0 20px;
}
.blog-details_b0dbe406522b343b .blog-comment-area_fb02cbd9196f81c2 .comment_47fc058acc604764:last-child {
  padding-bottom: 5px;
}
.blog-details_b0dbe406522b343b .blog-comment-area_fb02cbd9196f81c2 .comment_47fc058acc604764 .reply-comment_f2b4f989bd55311f {
  border: none;
  padding: 40px 0 30px;
}
.blog-details_b0dbe406522b343b .blog-comment-area_fb02cbd9196f81c2 .comment_47fc058acc604764 .user-avatar_4aa42f7b2f884594 {
  width: 60px;
  height: 60px;
}
.blog-details_b0dbe406522b343b .blog-comment-area_fb02cbd9196f81c2 .comment_47fc058acc604764 .comment-text_adf4bdb0a734acdf {
  width: calc(100% - 60px);
  padding-left: 25px;
  position: relative;
}
.blog-details_b0dbe406522b343b .blog-comment-area_fb02cbd9196f81c2 .comment_47fc058acc604764 .comment-text_adf4bdb0a734acdf .name {
  font-size: 20px;
  color: #19352D;
}
.blog-details_b0dbe406522b343b .blog-comment-area_fb02cbd9196f81c2 .comment_47fc058acc604764 .comment-text_adf4bdb0a734acdf .date_60c823395ff1f7d2 {
  font-size: 16px;
  color: #ADADAD;
}
.blog-details_b0dbe406522b343b .blog-comment-area_fb02cbd9196f81c2 .comment_47fc058acc604764 .comment-text_adf4bdb0a734acdf p {
  font-size: 18px;
  line-height: 32px;
  margin: 7px 0 10px 0px;
}
.blog-details_b0dbe406522b343b .blog-comment-area_fb02cbd9196f81c2 .comment_47fc058acc604764 .comment-text_adf4bdb0a734acdf .reply-btn_cbeee9484274cbc4 {
  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_b0dbe406522b343b .blog-comment-area_fb02cbd9196f81c2 .comment_47fc058acc604764 .comment-text_adf4bdb0a734acdf .reply-btn_cbeee9484274cbc4:hover {
  background: #CFFF45;
  color: #19352D;
}
.blog-details_b0dbe406522b343b .blog-comment-form_ad3593ae9d01e043 p a {
  color: #19352D;
}
.blog-details_b0dbe406522b343b .blog-comment-form_ad3593ae9d01e043 form label {
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  padding-bottom: 5px;
}
.blog-details_b0dbe406522b343b .blog-comment-form_ad3593ae9d01e043 form input {
  display: block;
  font-size: 18px;
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 8px;
  padding: 0 25px;
  background: #fff;
}
.blog-details_b0dbe406522b343b .blog-comment-form_ad3593ae9d01e043 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_4802a9e7103ea27b {
  height: 600px;
}

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

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

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

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

.footer-one_726fcaecc46f6b46 {
  background: #0C3A30;
  padding-top: 95px;
}
.footer-one_726fcaecc46f6b46 .bottom-footer_c3cba40784654aa4 {
  border-top: 1px dashed rgba(255, 255, 255, 0.25);
  margin-top: 32px;
  padding: 40px 0 25px;
}
.footer-one_726fcaecc46f6b46 .social-icon_cf63e2134ed369a7 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_726fcaecc46f6b46 .social-icon_cf63e2134ed369a7 a:hover {
  background: #CFFF45;
  color: #29594B;
}
.footer-one_726fcaecc46f6b46 .footer-title_56348a164a15ec9e {
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
}
.footer-one_726fcaecc46f6b46 .footer-nav-link_7d8dc7d5e7a1c349 a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 46px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-one_726fcaecc46f6b46 .footer-nav-link_7d8dc7d5e7a1c349 a:hover {
  color: #fff;
}
.footer-nav-link_7d8dc7d5e7a1c349 p {
  font-size: 16px;
}
.logo_a9e97fce929e6325 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_84e3f5bd4902e97f {
  min-width: 80px;
  max-height: 40px;
  max-width: 150px;
}
.casino-li_87f3a77a3a037265 {
  align-content: center;
}

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

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

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

.footer-two_cd863c2717028c99 {
  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_cd863c2717028c99.no-bg_6d78322a748006e8 {
  background: none;
  padding: 0;
  position: statics;
}
.footer-two_cd863c2717028c99.no-bg_6d78322a748006e8:before {
  display: none;
}
.footer-two_cd863c2717028c99.no-bg_6d78322a748006e8 .bg-wrapper_208db0855dedfead {
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.footer-two_cd863c2717028c99.no-bg_6d78322a748006e8 .bg-wrapper_208db0855dedfead .copyright_b5445f9b963783a3 {
  left: 0;
}
.footer-two_cd863c2717028c99: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_cd863c2717028c99 .bg-wrapper_208db0855dedfead {
  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_cd863c2717028c99 .bg-wrapper_208db0855dedfead .shape_01_db663bc2416465d9 {
  bottom: 12%;
  right: 33%;
  width: 2.3%;
  min-width: 28px;
}
.footer-two_cd863c2717028c99 .bg-wrapper_208db0855dedfead .shape_02_253a527cd4ecd788 {
  bottom: 38%;
  left: 25%;
  width: 3.8%;
  min-width: 28px;
}
.footer-two_cd863c2717028c99 .social-icon_cf63e2134ed369a7 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_cd863c2717028c99 .social-icon_cf63e2134ed369a7 a:hover {
  background: #29594B;
  border-color: #29594B;
  color: #fff;
}
.footer-two_cd863c2717028c99 .footer-title_56348a164a15ec9e {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.footer-two_cd863c2717028c99 .footer-nav-link_7d8dc7d5e7a1c349 a {
  color: rgba(0, 0, 0, 0.8);
  line-height: 42px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-two_cd863c2717028c99 .footer-nav-link_7d8dc7d5e7a1c349 a:hover {
  color: #19352D;
  text-decoration: underline;
}
.footer-two_cd863c2717028c99 .copyright_b5445f9b963783a3 {
  font-size: 18px;
  color: #19352D;
  position: absolute;
  left: 40px;
  bottom: 64px;
}

.footer-three_16bd141aca9fbfd8 {
  padding: 75px 0 0;
  position: relative;
  z-index: 1;
}
.footer-three_16bd141aca9fbfd8 .round-bg_4bd5392f3a13ada9 {
  width: 350px;
  height: 350px;
  padding: 15px 15px;
  background: #FFF6C6;
}
.footer-three_16bd141aca9fbfd8 .round-bg_4bd5392f3a13ada9.color-two_dc64dba430d2fbf1 {
  background: #F6FFDD;
}
.footer-three_16bd141aca9fbfd8 .footer-intro_dad977216d33b881 p a {
  font-weight: 500;
  font-size: 24px;
  color: #000;
}
.footer-three_16bd141aca9fbfd8 .footer-intro_dad977216d33b881 p a:hover {
  color: #19352D;
  text-decoration: underline;
}
.footer-three_16bd141aca9fbfd8 .footer-title_56348a164a15ec9e {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.footer-three_16bd141aca9fbfd8 .footer-nav-link_7d8dc7d5e7a1c349 a {
  color: rgba(0, 0, 0, 0.5);
  line-height: 46px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-three_16bd141aca9fbfd8 .footer-nav-link_7d8dc7d5e7a1c349 a:hover {
  color: #19352D;
  text-decoration: underline;
}
.footer-three_16bd141aca9fbfd8 .bottom-footer_c3cba40784654aa4 {
  border-top: 1px solid #e2e2e2;
  margin-top: 40px;
  padding: 40px 0 25px;
}
.footer-three_16bd141aca9fbfd8 .bottom-footer_c3cba40784654aa4 .copyright_b5445f9b963783a3 {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}
.footer-three_16bd141aca9fbfd8 .bottom-footer_c3cba40784654aa4 .bottom-nav_0f9ec2ae256a46d0 {
  margin: 0 -12px;
}
.footer-three_16bd141aca9fbfd8 .bottom-footer_c3cba40784654aa4 .bottom-nav_0f9ec2ae256a46d0 a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: #000;
}
.footer-three_16bd141aca9fbfd8 .bottom-footer_c3cba40784654aa4 .bottom-nav_0f9ec2ae256a46d0 a:hover {
  text-decoration: underline;
}
.footer-three_16bd141aca9fbfd8 .bottom-footer_c3cba40784654aa4 .social-icon_cf63e2134ed369a7 {
  margin: 0 -10px;
}
.footer-three_16bd141aca9fbfd8 .bottom-footer_c3cba40784654aa4 .social-icon_cf63e2134ed369a7 a {
  margin: 0 10px;
}
.footer-three_16bd141aca9fbfd8 .bottom-footer_c3cba40784654aa4 .social-icon_cf63e2134ed369a7 a:hover {
  color: #19352D;
}
.footer-three_16bd141aca9fbfd8 .shape_01_db663bc2416465d9 {
  top: -3%;
  left: -3%;
}
.footer-three_16bd141aca9fbfd8 .shape_02_253a527cd4ecd788 {
  bottom: 8%;
  right: 13%;
  animation: rotated 48s infinite linear;
}

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

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

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

.footer-five_e441f6fbc93e7701 {
  background: #000;
  padding: 105px 0 20px;
  z-index: 1;
  overflow: hidden;
}
.footer-five_e441f6fbc93e7701:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: url(../pictures/assets_fc0e636aea/bg_07.svg) no-repeat center bottom;
  background-size: cover;
  z-index: -1;
}
.footer-five_e441f6fbc93e7701 h2 {
  font-size: 132px;
  line-height: 1.185em;
}
.footer-five_e441f6fbc93e7701 .btn-group_b9cac3b8c6868644 {
  padding: 15px 15px 15px 55px;
  border-radius: 80px;
  background: #DFFF5E;
  margin: 85px 0 110px;
}
.footer-five_e441f6fbc93e7701 .btn-group_b9cac3b8c6868644 h3 {
  font-size: 70px;
  color: #000;
  margin: 0;
}
.footer-five_e441f6fbc93e7701 .btn-group_b9cac3b8c6868644 h3 span {
  font-weight: 700;
  font-style: italic;
  text-decoration-line: underline;
  text-decoration-thickness: 4px;
}
.footer-five_e441f6fbc93e7701 .btn-group_b9cac3b8c6868644 .round-btn_a8738c51955d697e {
  width: 125px;
  height: 125px;
  text-align: center;
  font-size: 55px;
  color: #DFFF5E;
  background: #101010;
}
.footer-five_e441f6fbc93e7701 .btn-group_b9cac3b8c6868644 .round-btn_a8738c51955d697e:hover, .footer-five_e441f6fbc93e7701 .btn-group_b9cac3b8c6868644 .round-btn_a8738c51955d697e:focus {
  background: #29594B;
  color: #fff;
}
.footer-five_e441f6fbc93e7701 .social-icon_cf63e2134ed369a7 {
  margin: 0 -20px;
}
.footer-five_e441f6fbc93e7701 .social-icon_cf63e2134ed369a7 a {
  color: #fff;
  margin: 0 20px;
}
.footer-five_e441f6fbc93e7701 .social-icon_cf63e2134ed369a7 a:hover {
  color: #DFFF5E;
}
.footer-five_e441f6fbc93e7701 .bottom-nav_0f9ec2ae256a46d0 {
  margin: 0 -12px;
}
.footer-five_e441f6fbc93e7701 .bottom-nav_0f9ec2ae256a46d0 a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: #fff;
}
.footer-five_e441f6fbc93e7701 .bottom-nav_0f9ec2ae256a46d0 a:hover {
  text-decoration: underline;
}
.footer-five_e441f6fbc93e7701 .shape_01_db663bc2416465d9 {
  top: 11%;
  right: 10%;
  width: 3.4%;
  animation: rotated 48s infinite linear;
}
.footer-five_e441f6fbc93e7701 .shape_02_253a527cd4ecd788 {
  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_05adec17d89c6da6 {
  animation-duration: 2s;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce_ac3db039328ab469 {
  animation-name: bounce;
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash_f4861d9f59886a29 {
  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_ce3970092cc4be5a {
  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_8ef8fdd46e2b3ce6 {
  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_06d6efa850f494d7 {
  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_3c13e3daaead9a1a {
  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_cb354adb549091ab {
  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_343649c2f4a5830a {
  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_2feee2414294b47d {
  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_8d888850d2139aeb {
  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_5dcf1a5f68122138 {
  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_f12c70194a3dd200 {
  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_31f1de1955ab4651 {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown_8113d664cc4da462 {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft_29fd499803d9c209 {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight_a7fb6eb63f2771c2 {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp_a741a7bbd0472f38 {
  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_4d411fae9f123223 {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig_b5641191b2a29054 {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft_83f87470abfe17c4 {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig_0920f4ce65592232 {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight_c0cbe3e28ab33766 {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig_84c02e296ec17524 {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp_9161c398de5847b7 {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig_68df20b63344af9a {
  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_6f49182fc46fbedc {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig_380cc029e7267c62 {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft_c5fc2946c190dd7f {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig_349cb43021fdb09a {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight_7f96ebaac3a9dc04 {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig_9669493f3328b2ff {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp_ec5943f2492a43ab {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig_7115d50033c2fdd5 {
  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_7e0fbcd5976f3b69 {
  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_3b37b9ce599efb51 {
  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_e775e572e5ec029d {
  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_b6eded7ff46b5535 {
  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_98c9efd1a823b72d {
  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_df41467cf15e4cf8 {
  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_68281e2356c6defd {
  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_8c9841e8321c3a66 {
  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_0f0270e3036ad2de {
  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_85c65edfe6b145e3 {
  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_7bf1796939693c17 {
  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_24e9298ad197db1e {
  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_d314b0fdd1c90519 {
  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_1fa35d2bfac5c623 {
  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_1ad7a845390662df {
  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_98105b4625f20c0f {
  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_1d55c4047a535c2a {
  animation-name: rotateOutUpRight;
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(150px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInUp_08831148a6578f2b {
  animation-name: slideInUp;
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown_91fa79deefb9f427 {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInLeft_cf30f858273ff068 {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight_49f4c1f3c5c49ce2 {
  animation-name: slideInRight;
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.slideOutLeft_ebe374b9365ac66d {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.slideOutRight_bdbe207fe6fbfd69 {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.slideOutUp_d0531ddef252a88a {
  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_05adec17d89c6da6 {
  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_94d948b8afbd4fb7 {
  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_922ddf97360a0473 {
  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_fe1dba98b3e84672 .theme-select-menu_389b91abf1cd5c9f {
  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_8851a7243d9b3786 {
  overflow: hidden;
}
.product-block-one_8851a7243d9b3786 .img-holder_1024c4ad41f23b4f {
  position: relative;
  background: #F5F5F5;
  z-index: 5;
  margin-bottom: 22px;
}
.product-block-one_8851a7243d9b3786 .img-holder_1024c4ad41f23b4f .cart-icon_3fcb2c8bcb7e5037 {
  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_8851a7243d9b3786 .img-holder_1024c4ad41f23b4f .cart-icon_3fcb2c8bcb7e5037:hover {
  color: #19352D;
  background: #CFFF45;
}
.product-block-one_8851a7243d9b3786 .img-holder_1024c4ad41f23b4f .cart-button_8bb6a9579d249250 {
  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_8851a7243d9b3786 .img-holder_1024c4ad41f23b4f .cart-button_8bb6a9579d249250:hover {
  color: #19352D;
  background: #CFFF45;
}
.product-block-one_8851a7243d9b3786 .product-title_c83902756794fb59 {
  font-weight: 500;
  color: #19352D;
  font-size: 20px;
  text-transform: capitalize;
}
.product-block-one_8851a7243d9b3786 .rating_30817cf7946f68c8 {
  margin: 0 -3px;
}
.product-block-one_8851a7243d9b3786 .rating_30817cf7946f68c8 li {
  font-size: 15px;
  margin: 0 3px;
  color: #B3B3B3;
}
.product-block-one_8851a7243d9b3786 .rating_30817cf7946f68c8 li .bi-star-fill_1bc8cb6fafc6c1b7 {
  color: #FFCB65;
}
.product-block-one_8851a7243d9b3786 .price_b38d6dd01b99952a {
  font-weight: 500;
  font-size: 22px;
  color: #0E3E2F;
  margin-top: 10px;
}
.product-block-one_8851a7243d9b3786:hover .cart-button_8bb6a9579d249250 {
  opacity: 1;
  transform: translateY(0);
}
.product-block-one_8851a7243d9b3786:hover .product-img_a7a1a1c072df199a {
  transform: scale(0.95);
}
.product-block-one_8851a7243d9b3786:hover .cart-icon_3fcb2c8bcb7e5037 {
  opacity: 1;
  transform: scale(1);
}
.product-block-one_8851a7243d9b3786:hover .product-title_c83902756794fb59 {
  text-decoration: underline;
}

.product-details-one_16a6c4322a81fdaf .product-img-tab_c7a9bab313b4f323 {
  border: none;
}
.product-details-one_16a6c4322a81fdaf .product-img-tab_c7a9bab313b4f323 .nav-link {
  width: 100%;
  background: #F6F6F6;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 5px 0;
  height: 88px;
  margin-bottom: 12px;
}
.product-details-one_16a6c4322a81fdaf .product-img-tab_c7a9bab313b4f323 .nav-link img {
  max-height: 100%;
}
.product-details-one_16a6c4322a81fdaf .product-img-tab_c7a9bab313b4f323 .nav-link.active {
  background: #fff;
  border-color: #000;
}
.product-details-one_16a6c4322a81fdaf .product-img-tab-content_058b449b336014de {
  background: #F6F6F6;
  padding: 20px;
}
.product-details-one_16a6c4322a81fdaf .product-img-tab-content_058b449b336014de img {
  margin: auto;
}
.product-details-one_16a6c4322a81fdaf .product-info_5c1b623fb51f7377 .stock-tag_28f6bb59a528cbe8 {
  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_16a6c4322a81fdaf .product-info_5c1b623fb51f7377 .product-name_48e15d2d418818e3 {
  text-transform: capitalize;
  font-size: 32px;
  margin: 25px 0 15px;
}
.product-details-one_16a6c4322a81fdaf .product-info_5c1b623fb51f7377 .rating_30817cf7946f68c8 li {
  font-size: 15px;
  margin-right: 6px;
  color: #B3B3B3;
}
.product-details-one_16a6c4322a81fdaf .product-info_5c1b623fb51f7377 .rating_30817cf7946f68c8 li .bi-star-fill_1bc8cb6fafc6c1b7 {
  color: #FFCB65;
}
.product-details-one_16a6c4322a81fdaf .product-info_5c1b623fb51f7377 .rating_30817cf7946f68c8 li a {
  font-size: 17px;
  color: #000;
  margin-left: 12px;
}
.product-details-one_16a6c4322a81fdaf .product-info_5c1b623fb51f7377 .rating_30817cf7946f68c8 li a:hover {
  text-decoration: underline;
}
.product-details-one_16a6c4322a81fdaf .product-info_5c1b623fb51f7377 .price_b38d6dd01b99952a {
  font-size: 26px;
  font-weight: 700;
  color: #29594B;
  padding: 25px 0 5px;
}
.product-details-one_16a6c4322a81fdaf .product-info_5c1b623fb51f7377 .price_b38d6dd01b99952a del {
  font-size: 0.7em;
  opacity: 0.6;
}
.product-details-one_16a6c4322a81fdaf .product-info_5c1b623fb51f7377 .availability_e318b38bb92ab3c1 {
  color: #989CA2;
  font-size: 17px;
}
.product-details-one_16a6c4322a81fdaf .product-info_5c1b623fb51f7377 .description-text_b1a4dafacf7836ce {
  padding: 10px 0 15px;
}
.product-details-one_16a6c4322a81fdaf .product-info_5c1b623fb51f7377 .product-feature_1ae0f1c46a4ea8ee {
  margin-bottom: 20px;
}
.product-details-one_16a6c4322a81fdaf .product-info_5c1b623fb51f7377 .product-feature_1ae0f1c46a4ea8ee li {
  color: #000;
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
}
.product-details-one_16a6c4322a81fdaf .product-info_5c1b623fb51f7377 .product-feature_1ae0f1c46a4ea8ee li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 2px;
  left: 0;
  color: #29594B;
}
.product-details-one_16a6c4322a81fdaf .product-info_5c1b623fb51f7377 .customize-order_35f79b53d40d1f61 h6 {
  font-size: 18px;
  margin: 0 15px 0 0;
}
.product-details-one_16a6c4322a81fdaf .product-info_5c1b623fb51f7377 .customize-order_35f79b53d40d1f61 .quantity_a1f3d9be29ac8d97 .button-group_f326b87c183c0c5c {
  border: 1px solid #e3e3e3;
  display: inline-block;
}
.product-details-one_16a6c4322a81fdaf .product-info_5c1b623fb51f7377 .customize-order_35f79b53d40d1f61 .quantity_a1f3d9be29ac8d97 .button-group_f326b87c183c0c5c li {
  line-height: 40px;
  max-height: 40px;
}
.product-details-one_16a6c4322a81fdaf .product-info_5c1b623fb51f7377 .customize-order_35f79b53d40d1f61 .quantity_a1f3d9be29ac8d97 .button-group_f326b87c183c0c5c li button {
  font-size: 25px;
  color: #C9C9C9;
  background: transparent;
  width: 32px;
}
.product-details-one_16a6c4322a81fdaf .product-info_5c1b623fb51f7377 .customize-order_35f79b53d40d1f61 .quantity_a1f3d9be29ac8d97 .button-group_f326b87c183c0c5c 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_16a6c4322a81fdaf .product-review-tab_6790a35020326e3c .nav-tabs_2bc97e68abe143fa {
  border-bottom: 1px solid #EBEBEB;
}
.product-details-one_16a6c4322a81fdaf .product-review-tab_6790a35020326e3c .nav-tabs_2bc97e68abe143fa .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_16a6c4322a81fdaf .product-review-tab_6790a35020326e3c .nav-tabs_2bc97e68abe143fa .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_16a6c4322a81fdaf .product-review-tab_6790a35020326e3c .nav-tabs_2bc97e68abe143fa .nav-link.active:before {
  transform: scale(1);
}
.product-details-one_16a6c4322a81fdaf .product-review-tab_6790a35020326e3c .nav-tabs_2bc97e68abe143fa .nav-item:last-child .nav-link {
  margin-right: 0;
}
.product-details-one_16a6c4322a81fdaf .product-review-tab_6790a35020326e3c .tab-content_a824dd965165ccb8 h5 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 18px;
}
.product-details-one_16a6c4322a81fdaf .product-review-tab_6790a35020326e3c .tab-content_a824dd965165ccb8 .product-feature_1ae0f1c46a4ea8ee li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 18px;
}
.product-details-one_16a6c4322a81fdaf .product-review-tab_6790a35020326e3c .tab-content_a824dd965165ccb8 .product-feature_1ae0f1c46a4ea8ee li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 2px;
  left: 0;
  color: #29594B;
}
.product-details-one_16a6c4322a81fdaf .product-review-tab_6790a35020326e3c .user-comment-area_4a5da230bb732ec9 .single-comment_7a2f4e19054617ec {
  padding-bottom: 40px;
}
.product-details-one_16a6c4322a81fdaf .product-review-tab_6790a35020326e3c .user-comment-area_4a5da230bb732ec9 .single-comment_7a2f4e19054617ec:last-child {
  padding-bottom: 0;
}
.product-details-one_16a6c4322a81fdaf .product-review-tab_6790a35020326e3c .user-comment-area_4a5da230bb732ec9 .user-img_a916ff239429ba0c {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.product-details-one_16a6c4322a81fdaf .product-review-tab_6790a35020326e3c .user-comment-area_4a5da230bb732ec9 .user-comment-data_d0baf2f61a42f620 {
  padding-left: 30px;
  position: relative;
}
.product-details-one_16a6c4322a81fdaf .product-review-tab_6790a35020326e3c .user-comment-area_4a5da230bb732ec9 .user-comment-data_d0baf2f61a42f620 .name {
  font-size: 18px;
  margin-bottom: 4px;
}
.product-details-one_16a6c4322a81fdaf .product-review-tab_6790a35020326e3c .user-comment-area_4a5da230bb732ec9 .user-comment-data_d0baf2f61a42f620 .rating_30817cf7946f68c8 li {
  font-size: 14px;
  margin: 0 3px;
  color: #B3B3B3;
}
.product-details-one_16a6c4322a81fdaf .product-review-tab_6790a35020326e3c .user-comment-area_4a5da230bb732ec9 .user-comment-data_d0baf2f61a42f620 .rating_30817cf7946f68c8 li .bi-star-fill_1bc8cb6fafc6c1b7 {
  color: #FFCB65;
}
.product-details-one_16a6c4322a81fdaf .product-review-tab_6790a35020326e3c .user-comment-area_4a5da230bb732ec9 .user-comment-data_d0baf2f61a42f620 p {
  padding-top: 8px;
}

.cart-list-form_c90da544caf48461 {
  position: relative;
}
.cart-list-form_c90da544caf48461 .table_667c98ac2f51df99 {
  margin: 0;
  background: transparent;
}
.cart-list-form_c90da544caf48461 .table_667c98ac2f51df99 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_c90da544caf48461 .table_667c98ac2f51df99 th:first-child {
  text-align: left;
}
.cart-list-form_c90da544caf48461 .table_667c98ac2f51df99 tbody td {
  padding: 0 0 70px;
  border: none;
  vertical-align: middle;
  text-align: center;
  background: transparent;
}
.cart-list-form_c90da544caf48461 .table_667c98ac2f51df99 tbody tr:first-child td {
  padding-top: 60px;
}
.cart-list-form_c90da544caf48461 .table_667c98ac2f51df99 tbody tr:last-child td {
  padding-bottom: 40px;
}
.cart-list-form_c90da544caf48461 .table_667c98ac2f51df99 tbody .product-thumbnails_f983b553d629450b {
  width: 85px;
}
.cart-list-form_c90da544caf48461 .table_667c98ac2f51df99 tbody .product-thumbnails_f983b553d629450b img {
  max-height: 100%;
  max-width: none;
}
.cart-list-form_c90da544caf48461 .table_667c98ac2f51df99 tbody .product-thumbnails_f983b553d629450b .product-img_a7a1a1c072df199a {
  display: block;
  max-width: 85px;
  max-height: 85px;
  overflow: hidden;
}
.cart-list-form_c90da544caf48461 .table_667c98ac2f51df99 tbody .product-info_5c1b623fb51f7377 {
  padding-left: 30px;
  text-align: left;
}
.cart-list-form_c90da544caf48461 .table_667c98ac2f51df99 tbody .product-info_5c1b623fb51f7377 .product-name_48e15d2d418818e3 {
  font-weight: 700;
  font-size: 20px;
  color: #19352D;
}
.cart-list-form_c90da544caf48461 .table_667c98ac2f51df99 tbody .product-info_5c1b623fb51f7377 .serial_31842df2e6c64995 {
  font-size: 15px;
  color: rgba(31, 31, 31, 0.5);
  padding-bottom: 6px;
}
.cart-list-form_c90da544caf48461 .table_667c98ac2f51df99 tbody .product-info_5c1b623fb51f7377 ul li {
  display: inline-block;
  font-size: 16px;
  color: #000;
  padding-right: 15px;
}
.cart-list-form_c90da544caf48461 .table_667c98ac2f51df99 tbody .price_b38d6dd01b99952a {
  font-weight: 500;
  font-size: 18px;
  color: #19352D;
}
.cart-list-form_c90da544caf48461 .table_667c98ac2f51df99 tbody .quantity_a1f3d9be29ac8d97 li {
  display: inline-block;
  line-height: 40px;
  max-height: 40px;
}
.cart-list-form_c90da544caf48461 .table_667c98ac2f51df99 tbody .quantity_a1f3d9be29ac8d97 li .btn_1562bc4f6ea4f9a7 {
  font-size: 24px;
  padding: 0;
  border: none;
  vertical-align: inherit;
  color: #1d1d1d;
  background: transparent;
}
.cart-list-form_c90da544caf48461 .table_667c98ac2f51df99 tbody .quantity_a1f3d9be29ac8d97 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_c90da544caf48461 .table_667c98ac2f51df99 tbody .remove-product_25471acb50d1bd1a {
  color: #000;
  font-size: 22px;
}
.cart-list-form_c90da544caf48461 .table_667c98ac2f51df99 tbody .remove-product_25471acb50d1bd1a:hover {
  color: #ff2759;
}
.cart-list-form_c90da544caf48461 .cart-footer_3c0acec3b7f454aa {
  border-top: 2px solid #545454;
  margin-top: 28px;
  padding-top: 40px;
}
.cart-list-form_c90da544caf48461 .cart-footer_3c0acec3b7f454aa .coupon-form_8e9450629cf562f4 input {
  width: 240px;
  height: 50px;
  border: none;
  border-bottom: 2px solid #545454;
  font-size: 18px;
  margin-right: 30px;
  background: transparent;
}
.cart-list-form_c90da544caf48461 .cart-footer_3c0acec3b7f454aa .cart-total-section_560e42344a5727b7 {
  text-align: right;
  padding-right: 82px;
}
.cart-list-form_c90da544caf48461 .cart-footer_3c0acec3b7f454aa .cart-total-section_560e42344a5727b7 .cart-total-table_facfe8453a74b38b 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_c90da544caf48461 .cart-footer_3c0acec3b7f454aa .cart-total-section_560e42344a5727b7 .cart-total-table_facfe8453a74b38b tr td {
  font-size: 18px;
  font-weight: 500;
  color: #19352D;
  padding-bottom: 16px;
}

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

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

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

.fancybox-active_ba282cea942b4a44 {
  height: auto;
}

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

.fancybox-caption_d6112c667b446fb2, .fancybox-infobar_3131bf9f03f62cf9, .fancybox-navigation_5f492459c384180f .fancybox-button_423815cd5f80a8a1, .fancybox-toolbar_725822b3daa30c3a {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption_675946986e0bd4c3 .fancybox-caption_d6112c667b446fb2, .fancybox-show-infobar_bef8f542b11479eb .fancybox-infobar_3131bf9f03f62cf9, .fancybox-show-nav_bb604fe97c3d8217 .fancybox-navigation_5f492459c384180f .fancybox-button_423815cd5f80a8a1, .fancybox-show-toolbar_c87b24bdbcb23e3c .fancybox-toolbar_725822b3daa30c3a {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}

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

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

.fancybox-is-open_538170792945b2a1 .fancybox-stage_b25969720ec1d3c3 {
  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_bea7cb4224510d08 .fancybox-slide, .fancybox-slide--current_254fccea9357f448, .fancybox-slide--next_68623ad1b910ac44, .fancybox-slide--previous_475af4acfa2e1682 {
  display: block;
}

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

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

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

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

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

.fancybox-content_2b62e2d0a798f76d {
  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_01874753c15a4eac .fancybox-content_2b62e2d0a798f76d {
  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_d3dbc34711a2a5df .fancybox-content_2b62e2d0a798f76d {
  cursor: zoom-out;
}

.fancybox-can-zoomIn_76011da7ea05f446 .fancybox-content_2b62e2d0a798f76d {
  cursor: zoom-in;
}

.fancybox-can-drag_d312e9d7920e16dd .fancybox-content_2b62e2d0a798f76d {
  cursor: grab;
}

.fancybox-is-dragging_77a048ed70cf0ea0 .fancybox-content_2b62e2d0a798f76d {
  cursor: grabbing;
}

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

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

.fancybox-slide--html_207608430a1c83fd .fancybox-content_2b62e2d0a798f76d {
  margin-bottom: 6px;
}

.fancybox-slide--iframe_4fcdd3ebe81f085b .fancybox-content_2b62e2d0a798f76d, .fancybox-slide--map_4a3e57762db53344 .fancybox-content_2b62e2d0a798f76d, .fancybox-slide--video_b518ecb13a9b1800 .fancybox-content_2b62e2d0a798f76d {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video_b518ecb13a9b1800 .fancybox-content_2b62e2d0a798f76d {
  background: #000;
}

.fancybox-slide--map_4a3e57762db53344 .fancybox-content_2b62e2d0a798f76d {
  background: #e5e3df;
}

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

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

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

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

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

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

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

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

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

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

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

.fancybox-button--play_bf0bb75dbcc72f98 svg path, .fancybox-button--share_e8a34edcec56e4cc svg path, .fancybox-button--thumbs_f06b9eec5263471e svg path {
  fill: currentColor;
}

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

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

.fancybox-show-nav_bb604fe97c3d8217 .fancybox-navigation_5f492459c384180f .fancybox-button_423815cd5f80a8a1 {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

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

.fancybox-navigation_5f492459c384180f .fancybox-button--arrow_left_a376ec5f04d20372 {
  left: 6px;
}

.fancybox-navigation_5f492459c384180f .fancybox-button--arrow_right_7e2149acbbe7be58 {
  right: 6px;
}

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

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

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

.fancybox-slide--iframe_4fcdd3ebe81f085b .fancybox-close-small_d941a89ebdf8c548, .fancybox-slide--image_01874753c15a4eac .fancybox-close-small_d941a89ebdf8c548, .fancybox-slide--video_b518ecb13a9b1800 .fancybox-close-small_d941a89ebdf8c548 {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--iframe_4fcdd3ebe81f085b .fancybox-close-small_d941a89ebdf8c548:hover svg, .fancybox-slide--image_01874753c15a4eac .fancybox-close-small_d941a89ebdf8c548:hover svg, .fancybox-slide--video_b518ecb13a9b1800 .fancybox-close-small_d941a89ebdf8c548:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling_8d6615c897a1df9f .fancybox-close-small_d941a89ebdf8c548, .fancybox-is-zoomable_5a82c6c2210ba5ce.fancybox-can-drag_d312e9d7920e16dd .fancybox-close-small_d941a89ebdf8c548 {
  display: none;
}

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

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

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

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

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

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

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

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

.fancybox-fx-fade_f30410b956321738.fancybox-slide--next_68623ad1b910ac44, .fancybox-fx-fade_f30410b956321738.fancybox-slide--previous_475af4acfa2e1682 {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade_f30410b956321738.fancybox-slide--current_254fccea9357f448 {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-share__input_c25881fed30db70a {
  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_60883ecafc56d30b {
  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_b80cb03a05160bf9 {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs_c0ab8983e90f463b .fancybox-thumbs_60883ecafc56d30b {
  display: block;
}

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

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

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

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

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

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

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

.fancybox-thumbs_60883ecafc56d30b > 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_60883ecafc56d30b .fancybox-thumbs-active_d5cb76b24ed1d4b5:before {
  opacity: 1;
}

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

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

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

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

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

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

.slick-slider_bf3759cafc22d5a8 .slick-track_1c371bfe4263b127,
.slick-slider_bf3759cafc22d5a8 .slick-list_9a2a571e48fe83c0 {
  transform: translate3d(0, 0, 0);
}

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

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

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

.slick-loading_cc5074776bace9ac .slick-track_1c371bfe4263b127 {
  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_cc5074776bace9ac img {
  display: none;
}

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

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

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

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

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