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

.h1_f27b7c2b909d0d51,
h1,
.h2_c831af1cade803d4,
h2,
.h3_4e5a4f1fa5290805,
h3,
.h4_9316d2ee5f0ba1b2,
h4,
.h5_0098281d12be1d5b,
h5,
.h6_b1ffc4b6f57671b1,
h6 {
  font-weight: 500;
  color: #19352D;
}

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

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

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

p {
  line-height: 1.7em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box-layout_e8a3bf9a178ffc79 {
  margin: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p0_d37cff6cd135a831 {
  padding: 0 !important;
}

.m0_9a862c04a226bd2b {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1399px) {
  .xl-p0_90aba14b6b1e7ce3 {
    padding: 0 !important;
  }
  .xl-m0_e9cc585f712132e6 {
    margin: 0 !important;
  }
  .xl-pt-10_1bb5756cdf33488a {
    padding-top: 10px !important;
  }
  .xl-pt-20_90ea8d9792d7dc51 {
    padding-top: 20px !important;
  }
  .xl-pt-30_04e66ccd219ba986 {
    padding-top: 30px !important;
  }
  .xl-pt-40_7dd10774b59a926e {
    padding-top: 40px !important;
  }
  .xl-pt-50_1e982b850a8c67fb {
    padding-top: 50px !important;
  }
  .xl-pt-60_b86ee6d3e4d4c87b {
    padding-top: 60px !important;
  }
  .xl-pt-70_47a50f333254bdf2 {
    padding-top: 70px !important;
  }
  .xl-pt-80_923dba1fb649052c {
    padding-top: 80px !important;
  }
  .xl-pt-90_3f35737f1a6f30b4 {
    padding-top: 90px !important;
  }
  .xl-pt-100_74eea67c102e2f55 {
    padding-top: 100px !important;
  }
  .xl-pt-110_dcf5f2703301bbcd {
    padding-top: 110px !important;
  }
  .xl-pt-120_129b83f7db2cff70 {
    padding-top: 120px !important;
  }
  .xl-pt-130_725a1880e60d81c1 {
    padding-top: 130px !important;
  }
  .xl-pt-140_b8d5d41eeb034aa5 {
    padding-top: 140px !important;
  }
  .xl-pt-150_7e00078958fb7d92 {
    padding-top: 150px !important;
  }
  .xl-pt-200_c5f1950c19950214 {
    padding-top: 200px !important;
  }
  .xl-pb-10_7e707d5ffaf0be03 {
    padding-bottom: 10px !important;
  }
  .xl-pb-20_adf9336cb1e2635e {
    padding-bottom: 20px !important;
  }
  .xl-pb-30_55b94bddd874e88c {
    padding-bottom: 30px !important;
  }
  .xl-pb-40_d820eaba58ba5482 {
    padding-bottom: 40px !important;
  }
  .xl-pb-50_0978c2b4c576a8f0 {
    padding-bottom: 50px !important;
  }
  .xl-pb-60_296937d76e078b4b {
    padding-bottom: 60px !important;
  }
  .xl-pb-70_85096ed88100bde8 {
    padding-bottom: 70px !important;
  }
  .xl-pb-80_b7413fb93a930206 {
    padding-bottom: 80px !important;
  }
  .xl-pb-90_a16c73476d723356 {
    padding-bottom: 90px !important;
  }
  .xl-pb-100_b3eca1b50e5ef714 {
    padding-bottom: 100px !important;
  }
  .xl-pb-110_0efba67410179c57 {
    padding-bottom: 110px !important;
  }
  .xl-pb-120_15cf64db8dc37fcf {
    padding-bottom: 120px !important;
  }
  .xl-pb-130_f03e00347ee4479b {
    padding-bottom: 130px !important;
  }
  .xl-pb-140_cd2a4dc9f3c53ed4 {
    padding-bottom: 140px !important;
  }
  .xl-pb-150_cf0e41ed5b69b4cd {
    padding-bottom: 150px !important;
  }
  .xl-pb-200_d21656db9ceeb9a7 {
    padding-bottom: 200px !important;
  }
  .xl-mt-10_b5a09ee7cc8ab7a9 {
    margin-top: 10px !important;
  }
  .xl-mt-20_7db4a33afb651cd9 {
    margin-top: 20px !important;
  }
  .xl-mt-30_8e151cbcee61fa8e {
    margin-top: 30px !important;
  }
  .xl-mt-40_0751a74acc24e858 {
    margin-top: 40px !important;
  }
  .xl-mt-50_dad1c5ff89497781 {
    margin-top: 50px !important;
  }
  .xl-mt-60_447bc5c0bde543f4 {
    margin-top: 60px !important;
  }
  .xl-mt-70_5ed549cfe130f18c {
    margin-top: 70px !important;
  }
  .xl-mt-80_af04cfaaeeb5522d {
    margin-top: 80px !important;
  }
  .xl-mt-90_7e061751edd71810 {
    margin-top: 90px !important;
  }
  .xl-mt-100_97e26e41d17f2c59 {
    margin-top: 100px !important;
  }
  .xl-mt-110_db5c8be02c194355 {
    margin-top: 110px !important;
  }
  .xl-mt-120_dd9632f89c06f7fe {
    margin-top: 120px !important;
  }
  .xl-mt-130_f016fd4bd9d4346d {
    margin-top: 130px !important;
  }
  .xl-mt-140_7d21e31ad447462b {
    margin-top: 140px !important;
  }
  .xl-mt-150_163e8988d34ca6d5 {
    margin-top: 150px !important;
  }
  .xl-mt-200_6d604599118288c5 {
    margin-top: 200px !important;
  }
  .xl-mb-10_9a678b96463b9cb5 {
    margin-bottom: 10px !important;
  }
  .xl-mb-20_aeefc1670b0dfb17 {
    margin-bottom: 20px !important;
  }
  .xl-mb-30_d119f95bda4b4a1a {
    margin-bottom: 30px !important;
  }
  .xl-mb-40_960bc47aae54b69f {
    margin-bottom: 40px !important;
  }
  .xl-mb-50_7885f41536ec4a93 {
    margin-bottom: 50px !important;
  }
  .xl-mb-60_812ef8383c9d2489 {
    margin-bottom: 60px !important;
  }
  .xl-mb-70_69626f03fd2af519 {
    margin-bottom: 70px !important;
  }
  .xl-mb-80_db1fa561e20502f6 {
    margin-bottom: 80px !important;
  }
  .xl-mb-90_84ca9d4ab37e98ce {
    margin-bottom: 90px !important;
  }
  .xl-mb-100_6788c290660a8740 {
    margin-bottom: 100px !important;
  }
  .xl-mb-110_9988e7f5034a9efe {
    margin-bottom: 110px !important;
  }
  .xl-mb-120_94e23b098810c165 {
    margin-bottom: 120px !important;
  }
  .xl-mb-130_d7f56ad937f0ac64 {
    margin-bottom: 130px !important;
  }
  .xl-mb-140_0cbbfacb73042b23 {
    margin-bottom: 140px !important;
  }
  .xl-mb-150_69a2b5b4f6e36e33 {
    margin-bottom: 150px !important;
  }
  .xl-mb-200_cb6641566f66714c {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 1399px)*/
@media (max-width: 1199px) {
  .lg-p0_f0c8a36d63b0c3d5 {
    padding: 0 !important;
  }
  .lg-m0_7a645dc2606751fa {
    margin: 0 !important;
  }
  .lg-pt-10_55918658687480bc {
    padding-top: 10px !important;
  }
  .lg-pt-20_7c482b18397c82c2 {
    padding-top: 20px !important;
  }
  .lg-pt-30_52d9fdc0a9859e68 {
    padding-top: 30px !important;
  }
  .lg-pt-40_1a96d30a05baa143 {
    padding-top: 40px !important;
  }
  .lg-pt-50_194ba3e23898ed8e {
    padding-top: 50px !important;
  }
  .lg-pt-60_32c804cbe184fd6e {
    padding-top: 60px !important;
  }
  .lg-pt-70_17d00bd187b2eb50 {
    padding-top: 70px !important;
  }
  .lg-pt-80_c4078c7a8dbcad94 {
    padding-top: 80px !important;
  }
  .lg-pt-90_190b0d369b5c28b9 {
    padding-top: 90px !important;
  }
  .lg-pt-100_a089c07b66cbb338 {
    padding-top: 100px !important;
  }
  .lg-pt-110_90588e1ecc4cca17 {
    padding-top: 110px !important;
  }
  .lg-pt-120_cbc734c139a2cb34 {
    padding-top: 120px !important;
  }
  .lg-pt-130_6e4711192fd60876 {
    padding-top: 130px !important;
  }
  .lg-pt-140_c28d51ca928a00d2 {
    padding-top: 140px !important;
  }
  .lg-pt-150_4941e0af98b62830 {
    padding-top: 150px !important;
  }
  .lg-pt-200_a497a53e74d9c8fa {
    padding-top: 200px !important;
  }
  .lg-pb-10_b65494f11ec3dae1 {
    padding-bottom: 10px !important;
  }
  .lg-pb-20_de1d1f7cb9051971 {
    padding-bottom: 20px !important;
  }
  .lg-pb-30_e12218990810f3ef {
    padding-bottom: 30px !important;
  }
  .lg-pb-40_94a301d94a1825b9 {
    padding-bottom: 40px !important;
  }
  .lg-pb-50_f0171ca4ac499eeb {
    padding-bottom: 50px !important;
  }
  .lg-pb-60_f4a58b29c7bdde8c {
    padding-bottom: 60px !important;
  }
  .lg-pb-70_da7db6e29d0d951a {
    padding-bottom: 70px !important;
  }
  .lg-pb-80_df0a4add21b60526 {
    padding-bottom: 80px !important;
  }
  .lg-pb-90_e24c897b0a386402 {
    padding-bottom: 90px !important;
  }
  .lg-pb-100_cf9da1c0e9b6ba0d {
    padding-bottom: 100px !important;
  }
  .lg-pb-110_9e93b26fc5b12e47 {
    padding-bottom: 110px !important;
  }
  .lg-pb-120_709dc669cdc6d3a5 {
    padding-bottom: 120px !important;
  }
  .lg-pb-130_db84068f3735fc6c {
    padding-bottom: 130px !important;
  }
  .lg-pb-140_99f11e2dca231cb9 {
    padding-bottom: 140px !important;
  }
  .lg-pb-150_98f1ba3f030a477e {
    padding-bottom: 150px !important;
  }
  .lg-pb-200_4cc77c425662391d {
    padding-bottom: 200px !important;
  }
  .lg-mt-10_e5a904f08d43987e {
    margin-top: 10px !important;
  }
  .lg-mt-20_3d25410f728e6f75 {
    margin-top: 20px !important;
  }
  .lg-mt-30_1792534bd83de093 {
    margin-top: 30px !important;
  }
  .lg-mt-40_79dc3b4bbee659de {
    margin-top: 40px !important;
  }
  .lg-mt-50_761826601e02b9b6 {
    margin-top: 50px !important;
  }
  .lg-mt-60_685f685116252a0e {
    margin-top: 60px !important;
  }
  .lg-mt-70_5901e2a6edb5f7c3 {
    margin-top: 70px !important;
  }
  .lg-mt-80_93abc8ad69da52d4 {
    margin-top: 80px !important;
  }
  .lg-mt-90_59830a464d6b4090 {
    margin-top: 90px !important;
  }
  .lg-mt-100_6d7d39bbd29f7dac {
    margin-top: 100px !important;
  }
  .lg-mt-110_6371352aa710d08f {
    margin-top: 110px !important;
  }
  .lg-mt-120_7a9844d85da3d795 {
    margin-top: 120px !important;
  }
  .lg-mt-130_9e360f937e16e3de {
    margin-top: 130px !important;
  }
  .lg-mt-140_d5e109e509472106 {
    margin-top: 140px !important;
  }
  .lg-mt-150_53526e1ae8c8744d {
    margin-top: 150px !important;
  }
  .lg-mt-200_b8f0f1cc3b3b6fcd {
    margin-top: 200px !important;
  }
  .lg-mb-10_b0c5c45a39e8c4d6 {
    margin-bottom: 10px !important;
  }
  .lg-mb-20_6cb860025b3af73f {
    margin-bottom: 20px !important;
  }
  .lg-mb-30_341daffcf231ecb7 {
    margin-bottom: 30px !important;
  }
  .lg-mb-40_c5dbb360c7ceca24 {
    margin-bottom: 40px !important;
  }
  .lg-mb-50_0fefc1aaeeb55a74 {
    margin-bottom: 50px !important;
  }
  .lg-mb-60_183405d62787842e {
    margin-bottom: 60px !important;
  }
  .lg-mb-70_bedbd09d3e7ed886 {
    margin-bottom: 70px !important;
  }
  .lg-mb-80_f9f0c0240d345143 {
    margin-bottom: 80px !important;
  }
  .lg-mb-90_793de01e2abe3a36 {
    margin-bottom: 90px !important;
  }
  .lg-mb-100_adaa98b5868280bf {
    margin-bottom: 100px !important;
  }
  .lg-mb-110_3aa08ade867f2fad {
    margin-bottom: 110px !important;
  }
  .lg-mb-120_ae696253847f1946 {
    margin-bottom: 120px !important;
  }
  .lg-mb-130_c1a7c7b5f22cf1df {
    margin-bottom: 130px !important;
  }
  .lg-mb-140_7cc77b531a444cfe {
    margin-bottom: 140px !important;
  }
  .lg-mb-150_ea5f1f0ebb1c5331 {
    margin-bottom: 150px !important;
  }
  .lg-mb-200_75952fad3d13011c {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 1199px)*/
@media (max-width: 991px) {
  .md-p0_cc1c535bd7a38970 {
    padding: 0 !important;
  }
  .md-m0_8e9117f49dcadbc2 {
    margin: 0 !important;
  }
  .md-pt-10_911b4f803083de2c {
    padding-top: 10px !important;
  }
  .md-pt-20_9656f7e1309eb9c5 {
    padding-top: 20px !important;
  }
  .md-pt-30_f72f480a123c13ae {
    padding-top: 30px !important;
  }
  .md-pt-40_896484658806096a {
    padding-top: 40px !important;
  }
  .md-pt-50_8074f9fd24341762 {
    padding-top: 50px !important;
  }
  .md-pt-60_71e03f501b98b687 {
    padding-top: 60px !important;
  }
  .md-pt-70_043cd9c8f169866d {
    padding-top: 70px !important;
  }
  .md-pt-80_c0617c1824a031bf {
    padding-top: 80px !important;
  }
  .md-pt-90_0e2d1f3eeac687f6 {
    padding-top: 90px !important;
  }
  .md-pt-100_76b3a425c976f42e {
    padding-top: 100px !important;
  }
  .md-pt-110_c3ea133c46f977ba {
    padding-top: 110px !important;
  }
  .md-pt-120_462d5b4da6a6e97d {
    padding-top: 120px !important;
  }
  .md-pt-130_059957ad29ed9f3f {
    padding-top: 130px !important;
  }
  .md-pt-140_01d3ab4c38ce6a07 {
    padding-top: 140px !important;
  }
  .md-pt-150_be371469efb784d5 {
    padding-top: 150px !important;
  }
  .md-pt-200_25f2c443c25ac5a2 {
    padding-top: 200px !important;
  }
  .md-pb-10_a4156cdaae6c1209 {
    padding-bottom: 10px !important;
  }
  .md-pb-20_a20f41422dedeaef {
    padding-bottom: 20px !important;
  }
  .md-pb-30_bd298c20505eef27 {
    padding-bottom: 30px !important;
  }
  .md-pb-40_d06bb6700cf22caa {
    padding-bottom: 40px !important;
  }
  .md-pb-50_8b9b3a7d73b3de58 {
    padding-bottom: 50px !important;
  }
  .md-pb-60_a0b0fc30932fb5b0 {
    padding-bottom: 60px !important;
  }
  .md-pb-70_0dbe38011afff4d7 {
    padding-bottom: 70px !important;
  }
  .md-pb-80_9d86c602cc6f36ea {
    padding-bottom: 80px !important;
  }
  .md-pb-90_47a00003a8c6d00c {
    padding-bottom: 90px !important;
  }
  .md-pb-100_9c871a48cc985733 {
    padding-bottom: 100px !important;
  }
  .md-pb-110_0a1953a394079555 {
    padding-bottom: 110px !important;
  }
  .md-pb-120_01fad0026df3c42e {
    padding-bottom: 120px !important;
  }
  .md-pb-130_99fd1d8bb1fd75bb {
    padding-bottom: 130px !important;
  }
  .md-pb-140_ff4c6bfc8562f6d4 {
    padding-bottom: 140px !important;
  }
  .md-pb-150_b1fc1592982a761a {
    padding-bottom: 150px !important;
  }
  .md-pb-200_d3f72c70bcd96662 {
    padding-bottom: 200px !important;
  }
  .md-mt-10_fca01bca68a9201d {
    margin-top: 10px !important;
  }
  .md-mt-20_99a875f5f5174332 {
    margin-top: 20px !important;
  }
  .md-mt-30_06dfb7b48025f978 {
    margin-top: 30px !important;
  }
  .md-mt-40_d0fa51cc7e8ae6a9 {
    margin-top: 40px !important;
  }
  .md-mt-50_4932d6a8bee11591 {
    margin-top: 50px !important;
  }
  .md-mt-60_6868c99fb91480fb {
    margin-top: 60px !important;
  }
  .md-mt-70_e3446db9e30e2864 {
    margin-top: 70px !important;
  }
  .md-mt-80_64c4aed3dda6774a {
    margin-top: 80px !important;
  }
  .md-mt-90_1dac47f3806ed7a2 {
    margin-top: 90px !important;
  }
  .md-mt-100_7fb02a0aa893624c {
    margin-top: 100px !important;
  }
  .md-mt-110_6cc88198c75b5d47 {
    margin-top: 110px !important;
  }
  .md-mt-120_635636c14f908ec7 {
    margin-top: 120px !important;
  }
  .md-mt-130_0f5b8fa92442ff05 {
    margin-top: 130px !important;
  }
  .md-mt-140_dcee388fa3574430 {
    margin-top: 140px !important;
  }
  .md-mt-150_a94e9c985adf8916 {
    margin-top: 150px !important;
  }
  .md-mt-200_7dfbbcfa6d8c8a92 {
    margin-top: 200px !important;
  }
  .md-mb-10_48a3c7dc1b20c40f {
    margin-bottom: 10px !important;
  }
  .md-mb-20_07a34bbd60242adc {
    margin-bottom: 20px !important;
  }
  .md-mb-30_4715bc4c0cd98900 {
    margin-bottom: 30px !important;
  }
  .md-mb-40_6781f4a4e7653900 {
    margin-bottom: 40px !important;
  }
  .md-mb-50_c51fd0924f20ffaa {
    margin-bottom: 50px !important;
  }
  .md-mb-60_27e2beef0c7e6d71 {
    margin-bottom: 60px !important;
  }
  .md-mb-70_84a8b9f9c279223b {
    margin-bottom: 70px !important;
  }
  .md-mb-80_f1e14d69188ca732 {
    margin-bottom: 80px !important;
  }
  .md-mb-90_74fad769b751cf57 {
    margin-bottom: 90px !important;
  }
  .md-mb-100_228a7d91914744df {
    margin-bottom: 100px !important;
  }
  .md-mb-110_52aaba0c71dbf303 {
    margin-bottom: 110px !important;
  }
  .md-mb-120_1629854096625d31 {
    margin-bottom: 120px !important;
  }
  .md-mb-130_3efb36495ca30d10 {
    margin-bottom: 130px !important;
  }
  .md-mb-140_8ed3a71216e457e5 {
    margin-bottom: 140px !important;
  }
  .md-mb-150_8bb2667186cc9a30 {
    margin-bottom: 150px !important;
  }
  .md-mb-200_4896b319a7f71994 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 991px)*/
@media (max-width: 767px) {
  .sm-p0_c1f9f860811f98da {
    padding: 0 !important;
  }
  .sm-m0_da4cd8a6898c8712 {
    margin: 0 !important;
  }
  .sm-pt-10_ecf7e39ca641aac1 {
    padding-top: 10px !important;
  }
  .sm-pt-20_162652f02a98f671 {
    padding-top: 20px !important;
  }
  .sm-pt-30_8e5b406f88450987 {
    padding-top: 30px !important;
  }
  .sm-pt-40_b8c5c3558ee6030f {
    padding-top: 40px !important;
  }
  .sm-pt-50_36342394347f39cf {
    padding-top: 50px !important;
  }
  .sm-pt-60_0ef602a3a5e945f2 {
    padding-top: 60px !important;
  }
  .sm-pt-70_0d2ca0a4f3b1b508 {
    padding-top: 70px !important;
  }
  .sm-pt-80_bec41f516fdaaf9a {
    padding-top: 80px !important;
  }
  .sm-pt-90_1beefe39d7a96f26 {
    padding-top: 90px !important;
  }
  .sm-pt-100_b8239df0d1c53078 {
    padding-top: 100px !important;
  }
  .sm-pt-110_ee3fa1953e67e19d {
    padding-top: 110px !important;
  }
  .sm-pt-120_eb3e6aafc36822ca {
    padding-top: 120px !important;
  }
  .sm-pt-130_1e02ac388ae752ad {
    padding-top: 130px !important;
  }
  .sm-pt-140_583204c81ea63970 {
    padding-top: 140px !important;
  }
  .sm-pt-150_26bc27410e51c4fa {
    padding-top: 150px !important;
  }
  .sm-pt-200_227fc4a499e06ced {
    padding-top: 200px !important;
  }
  .sm-pb-10_e634b92d723fd00b {
    padding-bottom: 10px !important;
  }
  .sm-pb-20_c5448e469e360409 {
    padding-bottom: 20px !important;
  }
  .sm-pb-30_ab60d945f1d2ce46 {
    padding-bottom: 30px !important;
  }
  .sm-pb-40_a7df9c694b7fa3fd {
    padding-bottom: 40px !important;
  }
  .sm-pb-50_b863b4d3f43045e8 {
    padding-bottom: 50px !important;
  }
  .sm-pb-60_7e9274364de49380 {
    padding-bottom: 60px !important;
  }
  .sm-pb-70_6d7b32913e57e5c7 {
    padding-bottom: 70px !important;
  }
  .sm-pb-80_52a30dcad02e6c67 {
    padding-bottom: 80px !important;
  }
  .sm-pb-90_4e98ebf88b89b131 {
    padding-bottom: 90px !important;
  }
  .sm-pb-100_f2af9a5d7e6b0430 {
    padding-bottom: 100px !important;
  }
  .sm-pb-110_a1bb20344b2dd7a8 {
    padding-bottom: 110px !important;
  }
  .sm-pb-120_f5f98db9ec9a2f3f {
    padding-bottom: 120px !important;
  }
  .sm-pb-130_7296edcea5e82d66 {
    padding-bottom: 130px !important;
  }
  .sm-pb-140_8ad46747a625dd70 {
    padding-bottom: 140px !important;
  }
  .sm-pb-150_f160b659ae67267c {
    padding-bottom: 150px !important;
  }
  .sm-pb-200_41412fb3e2be5f02 {
    padding-bottom: 200px !important;
  }
  .sm-mt-10_841eebc8f9587168 {
    margin-top: 10px !important;
  }
  .sm-mt-20_a71c376b230f2b31 {
    margin-top: 20px !important;
  }
  .sm-mt-30_06412250e2e042da {
    margin-top: 30px !important;
  }
  .sm-mt-40_2ca72ae18f66b58a {
    margin-top: 40px !important;
  }
  .sm-mt-50_9b2e1dd12a363a43 {
    margin-top: 50px !important;
  }
  .sm-mt-60_3788d45153f542ba {
    margin-top: 60px !important;
  }
  .sm-mt-70_0420f6bb1a3d250b {
    margin-top: 70px !important;
  }
  .sm-mt-80_77b147493d4fbd98 {
    margin-top: 80px !important;
  }
  .sm-mt-90_115c6c6f1d50c561 {
    margin-top: 90px !important;
  }
  .sm-mt-100_230c859d1eedb38e {
    margin-top: 100px !important;
  }
  .sm-mt-110_4958d4b5cd389529 {
    margin-top: 110px !important;
  }
  .sm-mt-120_050b3862075e423f {
    margin-top: 120px !important;
  }
  .sm-mt-130_9876fb9fe9e0ab05 {
    margin-top: 130px !important;
  }
  .sm-mt-140_a0d171a8f4ab2d98 {
    margin-top: 140px !important;
  }
  .sm-mt-150_b45b9dae76eaff60 {
    margin-top: 150px !important;
  }
  .sm-mt-200_7fd5cdfa35ad28c2 {
    margin-top: 200px !important;
  }
  .sm-mb-10_cbdeb6dd155f09e4 {
    margin-bottom: 10px !important;
  }
  .sm-mb-20_e6c98e423927805e {
    margin-bottom: 20px !important;
  }
  .sm-mb-30_f1f7433f5ec1c219 {
    margin-bottom: 30px !important;
  }
  .sm-mb-40_16be2a639de3a438 {
    margin-bottom: 40px !important;
  }
  .sm-mb-50_644cab54861e0900 {
    margin-bottom: 50px !important;
  }
  .sm-mb-60_350390e2b5f43f62 {
    margin-bottom: 60px !important;
  }
  .sm-mb-70_24c34162def0120b {
    margin-bottom: 70px !important;
  }
  .sm-mb-80_0f0264aa1838ed76 {
    margin-bottom: 80px !important;
  }
  .sm-mb-90_50f025609d794338 {
    margin-bottom: 90px !important;
  }
  .sm-mb-100_ce4883eebe0f266c {
    margin-bottom: 100px !important;
  }
  .sm-mb-110_ba6d848cffcfd642 {
    margin-bottom: 110px !important;
  }
  .sm-mb-120_f7191b722c5f131a {
    margin-bottom: 120px !important;
  }
  .sm-mb-130_ffc11f4b827635b1 {
    margin-bottom: 130px !important;
  }
  .sm-mb-140_45764c62c354f35e {
    margin-bottom: 140px !important;
  }
  .sm-mb-150_62d847f32c6927c5 {
    margin-bottom: 150px !important;
  }
  .sm-mb-200_d2c9e9a470a55833 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 767px)*/
@media (max-width: 575px) {
  .xs-p0_7b4dec51bf992cdb {
    padding: 0 !important;
  }
  .xs-m0_d8761c1eba879a5a {
    margin: 0 !important;
  }
  .xs-pt-10_527172391f76ca3c {
    padding-top: 10px !important;
  }
  .xs-pt-20_fba143e0a0d0f123 {
    padding-top: 20px !important;
  }
  .xs-pt-30_fff2d1f7cff4dcd3 {
    padding-top: 30px !important;
  }
  .xs-pt-40_12b97ee1c3910160 {
    padding-top: 40px !important;
  }
  .xs-pt-50_a96f7db66a140749 {
    padding-top: 50px !important;
  }
  .xs-pt-60_9da5b227f8fbd51e {
    padding-top: 60px !important;
  }
  .xs-pt-70_04bb58d341ae2632 {
    padding-top: 70px !important;
  }
  .xs-pt-80_1a63d536efe5b85b {
    padding-top: 80px !important;
  }
  .xs-pt-90_b61ec4e8b60e1c6a {
    padding-top: 90px !important;
  }
  .xs-pt-100_08f9902e84765757 {
    padding-top: 100px !important;
  }
  .xs-pt-110_cdf1b1abf31b8fc1 {
    padding-top: 110px !important;
  }
  .xs-pt-120_c0794a72f1a43aae {
    padding-top: 120px !important;
  }
  .xs-pt-130_dd780dce99603ca0 {
    padding-top: 130px !important;
  }
  .xs-pt-140_c66cb4d71f58b79a {
    padding-top: 140px !important;
  }
  .xs-pt-150_81d22497477688e3 {
    padding-top: 150px !important;
  }
  .xs-pt-200_05d5e06d21a5df97 {
    padding-top: 200px !important;
  }
  .xs-pb-10_466d3c9b05621100 {
    padding-bottom: 10px !important;
  }
  .xs-pb-20_a12b4dc71181ff3c {
    padding-bottom: 20px !important;
  }
  .xs-pb-30_a71e759b71904abe {
    padding-bottom: 30px !important;
  }
  .xs-pb-40_c437150aca7fe567 {
    padding-bottom: 40px !important;
  }
  .xs-pb-50_2cc8a76f3df150e4 {
    padding-bottom: 50px !important;
  }
  .xs-pb-60_6099870986960724 {
    padding-bottom: 60px !important;
  }
  .xs-pb-70_4a207ff5de3b37c1 {
    padding-bottom: 70px !important;
  }
  .xs-pb-80_dd9345c0fb02bd6c {
    padding-bottom: 80px !important;
  }
  .xs-pb-90_3219d95ad2585c98 {
    padding-bottom: 90px !important;
  }
  .xs-pb-100_7748ffd579de2045 {
    padding-bottom: 100px !important;
  }
  .xs-pb-110_8ed67a7dd8cac4da {
    padding-bottom: 110px !important;
  }
  .xs-pb-120_1ccdf8398e3663de {
    padding-bottom: 120px !important;
  }
  .xs-pb-130_88182be8d70b4007 {
    padding-bottom: 130px !important;
  }
  .xs-pb-140_47ce6e96fb3acb64 {
    padding-bottom: 140px !important;
  }
  .xs-pb-150_332e11bdc756dc33 {
    padding-bottom: 150px !important;
  }
  .xs-pb-200_df7172849ee9049a {
    padding-bottom: 200px !important;
  }
  .xs-mt-10_d6d766ddd5312e64 {
    margin-top: 10px !important;
  }
  .xs-mt-20_ab07883086ea7a1f {
    margin-top: 20px !important;
  }
  .xs-mt-30_50d895a2b4758086 {
    margin-top: 30px !important;
  }
  .xs-mt-40_3693b0a95fa50a25 {
    margin-top: 40px !important;
  }
  .xs-mt-50_de2955d2f2e673ce {
    margin-top: 50px !important;
  }
  .xs-mt-60_aa0ebc3c71cf6613 {
    margin-top: 60px !important;
  }
  .xs-mt-70_b30273ce5cf27754 {
    margin-top: 70px !important;
  }
  .xs-mt-80_323df9493a5d9c16 {
    margin-top: 80px !important;
  }
  .xs-mt-90_c1d89c7dc0e9303f {
    margin-top: 90px !important;
  }
  .xs-mt-100_9fbc3e478bca739b {
    margin-top: 100px !important;
  }
  .xs-mt-110_f0782f91b99256c6 {
    margin-top: 110px !important;
  }
  .xs-mt-120_935e77fd1b47ff52 {
    margin-top: 120px !important;
  }
  .xs-mt-130_dcad4e375251dab7 {
    margin-top: 130px !important;
  }
  .xs-mt-140_5b107842609a747b {
    margin-top: 140px !important;
  }
  .xs-mt-150_755ca7b61132d0d1 {
    margin-top: 150px !important;
  }
  .xs-mt-200_8dd22f09c64ab027 {
    margin-top: 200px !important;
  }
  .xs-mb-10_3bd425ced7fb4a62 {
    margin-bottom: 10px !important;
  }
  .xs-mb-20_5b03e2c504c20c9a {
    margin-bottom: 20px !important;
  }
  .xs-mb-30_4d3efb520f69ebcd {
    margin-bottom: 30px !important;
  }
  .xs-mb-40_e857f20e2642e3b5 {
    margin-bottom: 40px !important;
  }
  .xs-mb-50_519cc29473ee9d6b {
    margin-bottom: 50px !important;
  }
  .xs-mb-60_8695c4a2b3b8a848 {
    margin-bottom: 60px !important;
  }
  .xs-mb-70_f4f5277557643b56 {
    margin-bottom: 70px !important;
  }
  .xs-mb-80_551575deed15a1c8 {
    margin-bottom: 80px !important;
  }
  .xs-mb-90_cb3e9c3e34d7dc1f {
    margin-bottom: 90px !important;
  }
  .xs-mb-100_ece92555d5ecd682 {
    margin-bottom: 100px !important;
  }
  .xs-mb-110_bf358f5de8b3c086 {
    margin-bottom: 110px !important;
  }
  .xs-mb-120_2484a2d4a91524c9 {
    margin-bottom: 120px !important;
  }
  .xs-mb-130_910ca5308ccdbfbf {
    margin-bottom: 130px !important;
  }
  .xs-mb-140_2ffbe56dfa3fd395 {
    margin-bottom: 140px !important;
  }
  .xs-mb-150_7fbfb3910644011e {
    margin-bottom: 150px !important;
  }
  .xs-mb-200_a551706674462f76 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 575px)*/
.theme-main-menu_d3c05bd50d5be4df {
  background: #fff;
  position: relative;
  z-index: 999;
  padding: 18px 40px;
  transition: all 0.4s ease-in-out 0s;
}
.theme-main-menu_d3c05bd50d5be4df.menu-overlay_b03f418d5554a1a6 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: transparent;
}
.theme-main-menu_d3c05bd50d5be4df.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_d3c05bd50d5be4df .navbar-toggler_95a27436c6c8ea64 {
  width: 48px;
  height: 44px;
  padding: 0;
  box-shadow: none;
  position: relative;
  z-index: 99;
  border: none;
  background: #CFFF45;
}
.theme-main-menu_d3c05bd50d5be4df.menu-style-three_e1581ffaf42b9b65 .navbar-toggler_95a27436c6c8ea64 {
  background: #000;
}
.theme-main-menu_d3c05bd50d5be4df.menu-style-four_93a1cda06962c3e1 .navbar-toggler_95a27436c6c8ea64 {
  background: #E6FD5A;
}
.theme-main-menu_d3c05bd50d5be4df.menu-style-five_6c69dfde74f5a9a0 .navbar-toggler_95a27436c6c8ea64 {
  background: #DFFF5E;
}
.theme-main-menu_d3c05bd50d5be4df .navbar-toggler_95a27436c6c8ea64:focus {
  box-shadow: none;
}
.theme-main-menu_d3c05bd50d5be4df .navbar-toggler_95a27436c6c8ea64::before,
.theme-main-menu_d3c05bd50d5be4df .navbar-toggler_95a27436c6c8ea64::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_d3c05bd50d5be4df .navbar-toggler_95a27436c6c8ea64 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_d3c05bd50d5be4df.menu-style-three_e1581ffaf42b9b65 .navbar-toggler_95a27436c6c8ea64:before, .theme-main-menu_d3c05bd50d5be4df.menu-style-three_e1581ffaf42b9b65 .navbar-toggler_95a27436c6c8ea64:after, .theme-main-menu_d3c05bd50d5be4df.menu-style-three_e1581ffaf42b9b65 .navbar-toggler_95a27436c6c8ea64 span {
  background: #fff;
}
.theme-main-menu_d3c05bd50d5be4df .navbar-toggler_95a27436c6c8ea64::before {
  transform: translate3d(0, -9px, 0) scale3d(1, 1, 1);
}
.theme-main-menu_d3c05bd50d5be4df .navbar-toggler_95a27436c6c8ea64::after {
  transform: translate3d(0, 8px, 0) scale3d(1, 1, 1);
}
.theme-main-menu_d3c05bd50d5be4df .navbar-toggler_95a27436c6c8ea64[aria-expanded=true] span {
  opacity: 0;
}
.theme-main-menu_d3c05bd50d5be4df .navbar-toggler_95a27436c6c8ea64[aria-expanded=true]::before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.theme-main-menu_d3c05bd50d5be4df .navbar-toggler_95a27436c6c8ea64[aria-expanded=true]::after {
  transform: rotate3d(0, 0, 1, -45deg);
}
.theme-main-menu_d3c05bd50d5be4df .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_d3c05bd50d5be4df .nav-item:hover .nav-link {
  color: #0C3A30;
}
.theme-main-menu_d3c05bd50d5be4df.white-vr_5d6b99f8160985c8 .nav-item .nav-link {
  color: #fff;
}
.theme-main-menu_d3c05bd50d5be4df.white-vr_5d6b99f8160985c8 .nav-item:hover .nav-link {
  color: #CFFF45;
}
.theme-main-menu_d3c05bd50d5be4df.white-vr_5d6b99f8160985c8.fixed {
  background: #0C3A30;
  border: none;
}
.theme-main-menu_d3c05bd50d5be4df.menu-style-one_6043ea958fb535a4 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.theme-main-menu_d3c05bd50d5be4df.menu-style-two_195d1044e837cebe {
  padding: 0;
  background: #EDF1EE;
}
.theme-main-menu_d3c05bd50d5be4df.menu-style-two_195d1044e837cebe .info-row_6d931486ec7b3657 {
  padding-top: 12px;
  padding-bottom: 12px;
  overflow: hidden;
}
.theme-main-menu_d3c05bd50d5be4df.menu-style-two_195d1044e837cebe .gap-fix_2492959275b0e1c1 {
  padding-left: 40px;
  padding-right: 40px;
}
.theme-main-menu_d3c05bd50d5be4df.menu-style-two_195d1044e837cebe .greetings_fa09b604d51bfa6e {
  font-size: 18px;
  color: #19352D;
}
.theme-main-menu_d3c05bd50d5be4df.menu-style-two_195d1044e837cebe .contact-info_22b5a4fc59115ec1 {
  margin: 0 -15px;
}
.theme-main-menu_d3c05bd50d5be4df.menu-style-two_195d1044e837cebe .contact-info_22b5a4fc59115ec1 li {
  padding: 0 15px;
}
.theme-main-menu_d3c05bd50d5be4df.menu-style-two_195d1044e837cebe .contact-info_22b5a4fc59115ec1 li a {
  font-size: 18px;
  color: #19352D;
}
.theme-main-menu_d3c05bd50d5be4df.menu-style-two_195d1044e837cebe .contact-info_22b5a4fc59115ec1 li a:hover {
  text-decoration: underline;
}
.theme-main-menu_d3c05bd50d5be4df.menu-style-two_195d1044e837cebe .inner-content_3c1fc252245bff11 {
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
.theme-main-menu_d3c05bd50d5be4df.menu-style-two_195d1044e837cebe.fixed .info-row_6d931486ec7b3657 {
  display: none;
}
.theme-main-menu_d3c05bd50d5be4df.menu-style-five_6c69dfde74f5a9a0 {
  background: #000;
  padding: 0;
}
.theme-main-menu_d3c05bd50d5be4df.menu-style-five_6c69dfde74f5a9a0 .inner-content_3c1fc252245bff11 {
  background: #fff;
  border-radius: 30px;
  padding: 18px 40px;
}
.theme-main-menu_d3c05bd50d5be4df.menu-style-six_224cfb70439645fc .nav-item .nav-link {
  color: #044F3B;
}
.theme-main-menu_d3c05bd50d5be4df.menu-style-six_224cfb70439645fc .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_d3c05bd50d5be4df .navbar {
  position: static;
}

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

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

.navbar [class*=mega-dropdown] .menu-column_3646fb093854d9e7 {
  padding: 5px 0;
}
.navbar [class*=mega-dropdown] .menu-column_3646fb093854d9e7 .mega-menu-title_b3619365adbce5cc {
  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_d3c05bd50d5be4df .login-btn-one_b0a1a18e6b49ca28 a {
  color: #000;
}
.theme-main-menu_d3c05bd50d5be4df .login-btn-one_b0a1a18e6b49ca28 a:hover {
  text-decoration: underline;
}
.theme-main-menu_d3c05bd50d5be4df .login-btn-two_841da5abbe9cce43 a {
  color: #044F3B;
}
.theme-main-menu_d3c05bd50d5be4df .login-btn-two_841da5abbe9cce43 a:hover {
  text-decoration: underline;
}
.theme-main-menu_d3c05bd50d5be4df .signup-btn-one_ff4f8d0e241d7943 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_d3c05bd50d5be4df .signup-btn-one_ff4f8d0e241d7943 .icon_09a0d599b393260a {
  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_d3c05bd50d5be4df .signup-btn-one_ff4f8d0e241d7943:hover span {
  background: #29594B;
  color: #fff;
}
.theme-main-menu_d3c05bd50d5be4df .signup-btn-one_ff4f8d0e241d7943:hover .icon_09a0d599b393260a {
  background: #CFFF45;
  color: #29594B;
}
.theme-main-menu_d3c05bd50d5be4df .signup-btn-two_6d136d1ad043e807 {
  color: #044F3B;
  line-height: 50px;
  border: 1px solid #044F3B;
  border-radius: 40px;
  background: #CFFF45;
  padding: 0 32px;
  text-align: center;
}
.theme-main-menu_d3c05bd50d5be4df .signup-btn-two_6d136d1ad043e807:hover {
  background: #29594B;
  color: #fff;
}
.theme-main-menu_d3c05bd50d5be4df .quote-one_78406c2f69cfd546 {
  line-height: 48px;
  color: #fff;
  font-size: 18px;
  padding: 0 26px;
  border: 1px solid #fff;
  border-radius: 40px;
}
.theme-main-menu_d3c05bd50d5be4df .quote-one_78406c2f69cfd546:hover {
  background: #CFFF45;
  color: #19352D;
}

.category-menu_b7fe3b85f7470978 {
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  padding: 0 40px;
}
.category-menu_b7fe3b85f7470978 li {
  position: relative;
  padding: 0 15px;
}
.category-menu_b7fe3b85f7470978 li a {
  font-size: 15px;
  font-weight: 500;
  color: #536159;
  padding: 13px 0;
  transition: all 0.2s ease-in-out 0s;
}
.category-menu_b7fe3b85f7470978 li a:hover {
  color: #0C3A30;
}
.category-menu_b7fe3b85f7470978 .dropdown-menu {
  padding: 0;
}
.category-menu_b7fe3b85f7470978 .dropdown-menu li {
  padding: 0;
}
.category-menu_b7fe3b85f7470978 .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_51e2a5b0944fd014 .logo_2a5d17472dd65fc6 {
    margin-bottom: 10vh;
    padding-left: 12px;
  }
  .white-vr_5d6b99f8160985c8 .navbar-collapse_51e2a5b0944fd014 {
    background-color: #0C3A30;
  }
  .navbar-collapse_51e2a5b0944fd014 {
    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_51e2a5b0944fd014.show {
    transform: translateX(0);
    box-shadow: 15px 0 25px rgba(35, 35, 35, 0.09);
  }
  .theme-main-menu_d3c05bd50d5be4df .navbar .mega-dropdown_55bb8f5cfe6b555c {
    position: relative;
  }
  .navbar .navbar-nav .nav-link {
    margin: 0;
    padding: 15px 12px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
  }
  .white-vr_5d6b99f8160985c8 .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_3646fb093854d9e7 {
    padding: 0;
  }
  .navbar .dropdown-toggle::after {
    position: absolute;
    right: 15px;
    top: calc(50% - 2px);
  }
  .dashboard-menu_c9cb659929c92a3a .nav-link::before {
    right: auto;
    left: 0;
    top: -2px;
  }
}
/*(max-width: 991px)*/
.hero-banner-one_920cd800e110cb30 {
  background: #29594B;
  z-index: 9;
}
.hero-banner-one_920cd800e110cb30::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_920cd800e110cb30 .hero-slider-one {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.hero-banner-one_920cd800e110cb30 .hero-slider-one .hero-img_ed2c00db69bca1ba {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-banner-one_920cd800e110cb30 .hero-slider-one .slick-list_25eff4929bdda8d6, .hero-banner-one_920cd800e110cb30 .hero-slider-one .slick-track_875cba164f1bb286, .hero-banner-one_920cd800e110cb30 .hero-slider-one .item {
  height: 100%;
}
.hero-banner-one_920cd800e110cb30 .hero-heading_0a7076b8e48f8875 {
  font-weight: 700;
  color: #000;
  background: url(../captures/shape_d9a2bf9ed8/shape_01.svg) no-repeat left top;
  background-size: cover;
  padding: 11px 31px 25px 25px;
}
.hero-banner-one_920cd800e110cb30 .more-btn_fa75b554b0d19671 {
  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_920cd800e110cb30 .more-btn_fa75b554b0d19671:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #19352D;
}

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

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

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

.hero-banner-five_e3ca5d6c4b44d227 {
  background: #000;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.hero-banner-five_e3ca5d6c4b44d227 .bg-wrapper_abd032a3c2e0253b {
  background: #fff;
  border-radius: 30px;
  z-index: 1;
}
.hero-banner-five_e3ca5d6c4b44d227 .hero-heading_0a7076b8e48f8875 {
  font-size: 85px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.176em;
  color: #000;
}
.hero-banner-five_e3ca5d6c4b44d227 .rating_9bcdd8e3130f0d19 h3 {
  font-size: 42px;
  margin-bottom: 0px;
}
.hero-banner-five_e3ca5d6c4b44d227 .rating_9bcdd8e3130f0d19 p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.hero-banner-five_e3ca5d6c4b44d227 .media-wrapper_af21968b3a93fab4 {
  position: absolute;
  background: url(../captures/assets_150a4432b1/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_e3ca5d6c4b44d227 .media-wrapper_af21968b3a93fab4 .shape_01_32a1d0bc39e79e52 {
  right: 0;
  bottom: 14%;
  width: 41.1%;
  z-index: 1;
}
.hero-banner-five_e3ca5d6c4b44d227 .media-wrapper_af21968b3a93fab4 .shape_02_7c2f81b535edea3d {
  top: 34%;
  left: 0;
  transform: translateX(-50%);
  width: 19.34%;
}

.hero-banner-six_ced4ed6269ec0109 .hero-heading_0a7076b8e48f8875 {
  font-size: 100px;
  line-height: 1.05em;
  color: #044F3B;
}
.hero-banner-six_ced4ed6269ec0109 .media-wrapper_af21968b3a93fab4 {
  background: url(../captures/media/img_48.jpg) no-repeat center;
  background-size: cover;
  border-radius: 20px;
  max-width: 536px;
  width: 100%;
  height: 100%;
}
.hero-banner-six_ced4ed6269ec0109 .media-wrapper_af21968b3a93fab4 .screen_01_0e0bbd1d3bf50cda {
  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_ced4ed6269ec0109 .media-wrapper_af21968b3a93fab4 .screen_02_71d0d50e8ce0d38b {
  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_ced4ed6269ec0109 .media-wrapper_af21968b3a93fab4 .bg-shape_717c42bcf3cfd12a {
  max-width: 130%;
  left: 47%;
  bottom: -12%;
  transform: translateX(-50%);
}
.hero-banner-six_ced4ed6269ec0109 .shape_01_32a1d0bc39e79e52 {
  bottom: 9%;
  left: 40%;
  width: 6.53%;
}

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

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

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

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

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

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

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

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

.fancy-banner-eight_a4b4285ec41f0849 .bg-wrapper_abd032a3c2e0253b {
  background: #F3F8F7;
  padding: 30px 75px 0;
}
.fancy-banner-eight_a4b4285ec41f0849 .media-wrapper_af21968b3a93fab4 {
  padding: 0 38px;
  margin-bottom: -6px;
}
.fancy-banner-eight_a4b4285ec41f0849 .media-wrapper_af21968b3a93fab4 .shape_01_32a1d0bc39e79e52 {
  width: 100%;
  bottom: 0;
  left: 0;
}
.fancy-banner-eight_a4b4285ec41f0849 .shape_02_7c2f81b535edea3d {
  right: -123px;
  bottom: -5px;
}

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

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

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

.inner-banner-one_c0452977239620a7 + .blog-details_712664eba62c069a {
  margin-top: 15px;
}

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

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

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

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

.block-feature-three_44ce73e2dee6ffda {
  z-index: 1;
}
.block-feature-three_44ce73e2dee6ffda:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 34%;
  bottom: 0;
  background: #EBF3EE;
  z-index: -1;
}
.block-feature-three_44ce73e2dee6ffda.no-bg_c817a81d6f825183:before {
  display: none;
}
.block-feature-three_44ce73e2dee6ffda .section-btn_12262e7691667b8c {
  position: absolute;
  right: 0;
  top: 68px;
}
.block-feature-three_44ce73e2dee6ffda .block-title_c646ae96d199a214 a {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25em;
  color: #19352D;
}
.block-feature-three_44ce73e2dee6ffda .block-title_c646ae96d199a214 a:hover {
  text-decoration: underline;
}
.block-feature-three_44ce73e2dee6ffda .round-btn_2323d966d9db48f8 {
  font-size: 18px;
  font-weight: 900;
  color: #29594B;
  width: 38px;
  height: 38px;
  border: 1px solid #29594B;
}
.block-feature-three_44ce73e2dee6ffda .round-btn_2323d966d9db48f8:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #19352D;
}
.block-feature-three_44ce73e2dee6ffda .block-one_9d8fa3c8adcc219e {
  background: url(../captures/media/img_05.jpg) no-repeat center;
  background-size: cover;
  height: 470px;
}
.block-feature-three_44ce73e2dee6ffda .block-one_9d8fa3c8adcc219e .tag_ed7996b4b8fa9861 {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  line-height: 25px;
  border: 1px solid #000;
  padding: 0 10px;
}
.block-feature-three_44ce73e2dee6ffda .block-one_9d8fa3c8adcc219e .block-title_c646ae96d199a214 {
  background: url(../captures/shape_d9a2bf9ed8/shape_02.svg) no-repeat right top;
  background-size: cover;
  border-radius: 25px;
  padding: 12px 0 18px 18px;
}
.block-feature-three_44ce73e2dee6ffda .block-two_49be88ce00c22d77 {
  overflow: hidden;
}
.block-feature-three_44ce73e2dee6ffda .block-two_49be88ce00c22d77 .img-wrapper_cc91d607f6156153 {
  background: url(../captures/media/img_06.jpg) no-repeat center;
  background-size: cover;
  width: 42%;
}
.block-feature-three_44ce73e2dee6ffda .block-two_49be88ce00c22d77 .text-wrapper_5730700bb64b23e3 {
  width: 58%;
  padding: 30px 30px 35px 60px;
}
.block-feature-three_44ce73e2dee6ffda .block-two_49be88ce00c22d77 .tag_ed7996b4b8fa9861 {
  font-size: 13px;
  letter-spacing: 1px;
  color: white;
  line-height: 27px;
  border-radius: 17px;
  background: #29594B;
  padding: 0 17px;
}
.block-feature-three_44ce73e2dee6ffda .block-three_6c472a02ca695215 {
  background: #D3FF76;
}
.block-feature-three_44ce73e2dee6ffda .block-three_6c472a02ca695215 .tag_ed7996b4b8fa9861 {
  font-size: 13px;
  letter-spacing: 1px;
  color: white;
  line-height: 27px;
  border-radius: 17px;
  background: #29594B;
  padding: 0 17px;
}
.block-feature-three_44ce73e2dee6ffda .block-three_6c472a02ca695215 .round-btn_2323d966d9db48f8 {
  background: #fff;
  border-color: #fff;
}
.block-feature-three_44ce73e2dee6ffda .block-three_6c472a02ca695215 .round-btn_2323d966d9db48f8:hover {
  background: #29594B;
  border-color: #29594B;
  color: #fff;
}
.block-feature-three_44ce73e2dee6ffda .block-four_55787bdbabbf70f0 {
  background: url(../captures/media/img_07.jpg) no-repeat center;
  background-size: cover;
}
.block-feature-three_44ce73e2dee6ffda .block-four_55787bdbabbf70f0 .block-title_c646ae96d199a214 {
  background: url(../captures/shape_d9a2bf9ed8/shape_03.svg) no-repeat right top;
  background-size: cover;
  border-radius: 18px;
  padding: 12px 16px 12px 18px;
}
.block-feature-three_44ce73e2dee6ffda .block-four_55787bdbabbf70f0 .block-title_c646ae96d199a214 a {
  font-size: 28px;
}
.block-feature-three_44ce73e2dee6ffda .block-four_55787bdbabbf70f0 .tag_ed7996b4b8fa9861 {
  font-size: 13px;
  letter-spacing: 1px;
  color: #29594B;
  line-height: 27px;
  border-radius: 17px;
  background: #fff;
  padding: 0 17px;
}
.block-feature-three_44ce73e2dee6ffda .block-four_55787bdbabbf70f0 .round-btn_2323d966d9db48f8 {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.block-feature-three_44ce73e2dee6ffda .block-four_55787bdbabbf70f0 .round-btn_2323d966d9db48f8:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #000;
}
.block-feature-three_44ce73e2dee6ffda .block-five_25e42d3848bd213e {
  background: url(../captures/blog/blog_img_05.jpg) no-repeat center;
  background-size: cover;
  height: 358px;
}
.block-feature-three_44ce73e2dee6ffda .block-five_25e42d3848bd213e .tag_ed7996b4b8fa9861 {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  line-height: 25px;
  border: 1px solid #000;
  padding: 0 10px;
}
.block-feature-three_44ce73e2dee6ffda .block-five_25e42d3848bd213e .block-title_c646ae96d199a214 {
  background: url(../captures/shape_d9a2bf9ed8/shape_29.svg) no-repeat right top;
  background-size: cover;
  border-radius: 15px;
  padding: 12px 10px 18px 18px;
}

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

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

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

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

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

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

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

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

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

.block-feature-thirteen_0634f35efbc08daf .upper-wrapper_c60e8e02f6273b55 {
  border-bottom: 1px solid #E6E6E6;
}
.block-feature-thirteen_0634f35efbc08daf .upper-wrapper_c60e8e02f6273b55 .shape_01_32a1d0bc39e79e52 {
  right: 6%;
  bottom: 16%;
}
.block-feature-thirteen_0634f35efbc08daf .line-loop_182d67fa720036bd:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 130%;
  right: 0;
  top: 57%;
  background: #E6E6E6;
  z-index: -1;
}
.block-feature-thirteen_0634f35efbc08daf .graph-panel_9da124a25074f0db {
  border-right: 1px solid #E6E6E6;
}
.block-feature-thirteen_0634f35efbc08daf .graph-panel_9da124a25074f0db .main-count_5bf9d9abbc441db8 {
  font-size: 120px;
}
.block-feature-thirteen_0634f35efbc08daf .graph-panel_9da124a25074f0db .chart-box_193c95ef9e7ebbdf {
  padding: 0 15px;
}
.block-feature-thirteen_0634f35efbc08daf .graph-panel_9da124a25074f0db .chart-box_193c95ef9e7ebbdf .chart-inner_de0291fe5e9a6a07 {
  width: 120px;
  background: #196164;
}

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

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

.block-feature-sixteen_9c5d5aa5899691d9 .media-img_757f06426dbc7e37 {
  border-radius: 30px;
}
.block-feature-sixteen_9c5d5aa5899691d9 .shape_01_32a1d0bc39e79e52 {
  top: 31%;
  left: 50%;
}

.block-feature-seventeen_6767a417d8517ad9 .section-subheading_ec1a1329fc77f988 {
  position: absolute;
  right: 0;
  top: 0;
  width: 37%;
}
.block-feature-seventeen_6767a417d8517ad9 .shape_01_32a1d0bc39e79e52 {
  max-width: 8%;
  top: 12%;
  left: 43%;
}

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

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

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

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

.text-feature-four_52b3f4cf090baab9 {
  z-index: 1;
}
.text-feature-four_52b3f4cf090baab9 .avatar_a7eb44591c536a6b {
  width: 65px;
  height: 65px;
}
.text-feature-four_52b3f4cf090baab9 .name {
  font-size: 28px;
}
.text-feature-four_52b3f4cf090baab9 .quote-text_608803c25cdb1765 {
  font-size: 50px;
  line-height: 1.4em;
}
.text-feature-four_52b3f4cf090baab9 .shape_01_32a1d0bc39e79e52 {
  top: 56%;
  left: 22%;
  animation: rotated 60s infinite linear;
}
.text-feature-four_52b3f4cf090baab9 .shape_02_7c2f81b535edea3d {
  top: 12%;
  right: 9%;
  width: 16px;
  animation: rotated 50s infinite linear;
}

.text-feature-five_4042764b12229efe .bg-wrapper_abd032a3c2e0253b {
  background: #FFF2AC;
}
.text-feature-five_4042764b12229efe 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_4042764b12229efe 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_4042764b12229efe 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_4042764b12229efe li:hover:before {
  background: #29594B;
}
.text-feature-five_4042764b12229efe li:hover:after {
  color: #fff;
}
.text-feature-five_4042764b12229efe .media-wrapper_af21968b3a93fab4 {
  background: url(../captures/media/img_20.jpg) no-repeat center;
  background-size: cover;
  z-index: 1;
}
.text-feature-five_4042764b12229efe .media-wrapper_af21968b3a93fab4 .video-icon_95695e61aea767f4 {
  width: 90px;
  height: 90px;
  background: #fff;
}
.text-feature-five_4042764b12229efe .media-wrapper_af21968b3a93fab4 .video-icon_95695e61aea767f4:hover {
  background: #CFFF45;
}
.text-feature-five_4042764b12229efe .media-wrapper_af21968b3a93fab4 .screen_01_0e0bbd1d3bf50cda {
  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_aca80302ce8f8cf8 {
  z-index: 1;
}
.text-feature-six_aca80302ce8f8cf8 .media-wrapper_af21968b3a93fab4 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 63.64%;
  z-index: -1;
}
.text-feature-six_aca80302ce8f8cf8 .media-wrapper_af21968b3a93fab4 .screen_01_0e0bbd1d3bf50cda {
  width: 61.1%;
  bottom: 32%;
  right: -4%;
  z-index: 1;
  animation: jumpThree 5s infinite linear;
}
.text-feature-six_aca80302ce8f8cf8 .shape_01_32a1d0bc39e79e52 {
  left: 0;
  bottom: 23%;
  width: 12.3%;
}
.text-feature-six_aca80302ce8f8cf8 .shape_02_7c2f81b535edea3d {
  top: 1%;
  right: 39%;
}

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

.text-feature-nine_ce2e4be256504c13 {
  background: url(../captures/assets_150a4432b1/bg_03.svg) no-repeat center bottom;
  background-size: cover;
  z-index: 1;
}
.text-feature-nine_ce2e4be256504c13 .block_b1705f17167e1da7 .icon_09a0d599b393260a {
  height: 50px;
}
.text-feature-nine_ce2e4be256504c13 .vertical-text-wrapper_9b632a5e30440012 {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  border-left: 1px solid rgba(254, 255, 252, 0.17);
}
.text-feature-nine_ce2e4be256504c13 .vertical-text-wrapper_9b632a5e30440012 .text-list_ac008afa10975865 {
  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_ce2e4be256504c13 .vertical-text-wrapper_9b632a5e30440012 .text-list_ac008afa10975865:hover {
  color: #C5FF4A;
  opacity: 1;
  mix-blend-mode: normal;
}
.text-feature-nine_ce2e4be256504c13 .vertical-text-wrapper_9b632a5e30440012 .shape_01_32a1d0bc39e79e52 {
  left: -83px;
  bottom: 21%;
  animation: jumpThree 6s infinite linear;
}
.text-feature-nine_ce2e4be256504c13 .vertical-text-wrapper_9b632a5e30440012 .shape_02_7c2f81b535edea3d {
  left: 10%;
  top: 25%;
  animation: jumpFour 6s infinite linear;
}
.text-feature-nine_ce2e4be256504c13 .shape_03_62c24f2b63923d17 {
  left: 5%;
  top: 10%;
  animation: jumpFour 6s infinite linear;
}
.text-feature-nine_ce2e4be256504c13 .shape_04_44cf9a582db0e824 {
  bottom: 0;
  left: 13%;
  width: 29%;
}

.team-section-one_067427614901b8b8 .section-btn_12262e7691667b8c {
  position: absolute;
  right: 0;
  top: 25px;
}

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

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

.team-section-three_ffb12558561033c9 {
  z-index: 1;
}
.team-section-three_ffb12558561033c9:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  background: url(../captures/shape_d9a2bf9ed8/shape_09.svg) no-repeat right bottom;
  background-size: cover;
  z-index: -1;
}
.team-section-three_ffb12558561033c9 .section-btn_12262e7691667b8c {
  position: absolute;
  right: 0;
  top: 15px;
}
.team-section-three_ffb12558561033c9 .shape_01_32a1d0bc39e79e52 {
  width: 2.3%;
  top: 17%;
  left: 39%;
}
.team-section-three_ffb12558561033c9 .shape_02_7c2f81b535edea3d {
  width: 1.5%;
  bottom: 6%;
  right: 9%;
}
.team-section-three_ffb12558561033c9 .shape_03_62c24f2b63923d17 {
  max-width: 22%;
  bottom: 0;
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.partner-logo-one_612296287e9141c2 .logo_2a5d17472dd65fc6 {
  width: 100%;
  height: 60px;
}

.modal .modal-dialog {
  height: auto;
}
.modal .modal-dialog .modal-content_b60f78fff7899326 {
  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_9759c94a0bed38c7 {
  max-width: 565px;
}
.user-data-form .form-wrapper_9759c94a0bed38c7 .input-group-meta_270903c7e5c0ae31 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_9759c94a0bed38c7 .input-group-meta_270903c7e5c0ae31 label {
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  margin-bottom: 6px;
}
.user-data-form .form-wrapper_9759c94a0bed38c7 .input-group-meta_270903c7e5c0ae31 .placeholder_icon_dfe05de28a0582b0 {
  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_9759c94a0bed38c7 .input-group-meta_270903c7e5c0ae31 .placeholder_icon_dfe05de28a0582b0 img {
  position: relative;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%);
}
.user-data-form .form-wrapper_9759c94a0bed38c7 .input-group-meta_270903c7e5c0ae31 .placeholder_icon_dfe05de28a0582b0 span {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
  position: relative;
}
.user-data-form .form-wrapper_9759c94a0bed38c7 .input-group-meta_270903c7e5c0ae31 .placeholder_icon_dfe05de28a0582b0 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_9759c94a0bed38c7 .input-group-meta_270903c7e5c0ae31 .placeholder_icon_dfe05de28a0582b0 span.eye-slash_788e574d9d6be3f9:before {
  opacity: 0;
}
.user-data-form .agreement-checkbox_d6903d699e8c71c8 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_d6903d699e8c71c8 label a {
  color: #0E3E2F;
  text-decoration: underline;
}
.user-data-form .agreement-checkbox_d6903d699e8c71c8 input[type=checkbox] {
  display: none;
}
.user-data-form .agreement-checkbox_d6903d699e8c71c8 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_d6903d699e8c71c8 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_d6903d699e8c71c8 a {
  position: relative;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.user-data-form .agreement-checkbox_d6903d699e8c71c8 a:hover {
  text-decoration: underline;
  color: #0E3E2F;
}
.user-data-form .line_4a3be76f92e04af6 {
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.user-data-form .social-use-btn_ce3f37dfb870ddd0 {
  font-size: 16px;
  color: #000;
  height: 55px;
  border: 1px solid #E5E5E5;
  border-radius: 7px;
}
.user-data-form .social-use-btn_ce3f37dfb870ddd0:hover {
  background: rgba(0, 0, 0, 0.06);
}
.user-data-form .social-use-btn_ce3f37dfb870ddd0 img {
  width: 20px;
}
.user-data-form .btn-close_b2d61241d1e18098 {
  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_27218d3012e7bcab .main-count_5bf9d9abbc441db8 {
  font-size: 64px;
  color: #19352D;
}

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

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

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

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

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

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

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

.card-style-three_143fb3806a44000c .icon_09a0d599b393260a {
  height: 38px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.portfolio-block-one_0e8252108d23fcca .img-holder_ec0fbcfe0c1f0380 {
  position: relative;
  overflow: hidden;
}
.portfolio-block-one_0e8252108d23fcca .img-holder_ec0fbcfe0c1f0380.round-border_8c043e256924ca59 {
  border-radius: 30px;
}
.portfolio-block-one_0e8252108d23fcca .img-holder_ec0fbcfe0c1f0380 .expend_884a90f64ce326de {
  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_0e8252108d23fcca .img-holder_ec0fbcfe0c1f0380 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_0e8252108d23fcca .img-holder_ec0fbcfe0c1f0380 i:hover {
  background: #DFFF5E;
}
.portfolio-block-one_0e8252108d23fcca:hover .expend_884a90f64ce326de {
  opacity: 1;
}
.portfolio-block-one_0e8252108d23fcca:hover .img-meta_7158797eff8ad4c3 {
  transform: scale(1.1) rotate(5deg);
}
.portfolio-block-one_0e8252108d23fcca:hover .pj-title_3a5597ae87cd1b0f {
  text-decoration: underline;
}
.portfolio-block-one_0e8252108d23fcca .caption {
  margin-top: 35px;
}
.portfolio-block-one_0e8252108d23fcca .caption .tag_ed7996b4b8fa9861 {
  margin: 0 -3px;
}
.portfolio-block-one_0e8252108d23fcca .caption .tag_ed7996b4b8fa9861 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_0e8252108d23fcca .caption .pj-title_3a5597ae87cd1b0f {
  font-size: 32px;
  color: #000;
  margin-top: 15px;
}
.portfolio-block-one_0e8252108d23fcca .caption .arrow {
  font-size: 26px;
  color: #000;
}
.portfolio-block-one_0e8252108d23fcca .caption .arrow:hover {
  color: #0C3A30;
}

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

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

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

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

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

.project-details-two_b52d0858bd83476d .bg-wrapper_abd032a3c2e0253b {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.project-details-two_b52d0858bd83476d .slider-wrapper_db2a7e1115070978 {
  height: 100%;
}
.project-details-two_b52d0858bd83476d .slider-wrapper_db2a7e1115070978 .carousel-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.project-details-two_b52d0858bd83476d .slider-wrapper_db2a7e1115070978 .carousel-control-next_37aff2086bbe4a0d,
.project-details-two_b52d0858bd83476d .slider-wrapper_db2a7e1115070978 .carousel-control-prev_47cd480ac1d8b4d9 {
  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_b52d0858bd83476d .slider-wrapper_db2a7e1115070978 .carousel-control-next_37aff2086bbe4a0d:hover,
.project-details-two_b52d0858bd83476d .slider-wrapper_db2a7e1115070978 .carousel-control-prev_47cd480ac1d8b4d9:hover {
  background: #29594B;
  color: #fff;
}
.project-details-two_b52d0858bd83476d .slider-wrapper_db2a7e1115070978 .carousel-control-prev_47cd480ac1d8b4d9 {
  left: auto;
  right: 45px;
}
.project-details-two_b52d0858bd83476d .info-wrapper_266a91830211e4d8 {
  padding: 55px 50px 85px 70px;
}
.project-details-two_b52d0858bd83476d .info-wrapper_266a91830211e4d8 h3 {
  font-size: 36px;
}
.project-details-two_b52d0858bd83476d .info-wrapper_266a91830211e4d8 .list-meta_007103591d276d3d li {
  padding: 22px 0;
}
.project-details-two_b52d0858bd83476d .info-wrapper_266a91830211e4d8 .list-meta_007103591d276d3d .icon_09a0d599b393260a {
  width: 40px;
}
.project-details-two_b52d0858bd83476d .info-wrapper_266a91830211e4d8 .list-meta_007103591d276d3d .text1_85bde80463c7c8ee {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}
.project-details-two_b52d0858bd83476d .info-wrapper_266a91830211e4d8 .list-meta_007103591d276d3d span {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
}
.project-details-two_b52d0858bd83476d .info-wrapper_266a91830211e4d8 .social-share_9bf2e4f6e7dee50c li {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.project-details-two_b52d0858bd83476d .info-wrapper_266a91830211e4d8 .social-share_9bf2e4f6e7dee50c li a {
  font-size: 20px;
  color: #19352D;
  margin-left: 20px;
}

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

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

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

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

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

.feedback-section-three_4fa475d0aa5b3e76 .slider-wrapper_db2a7e1115070978 {
  padding-left: 100px;
}
.feedback-section-three_4fa475d0aa5b3e76 .slider-wrapper_db2a7e1115070978 .icon_09a0d599b393260a {
  left: 0;
  top: 18px;
}
.feedback-section-three_4fa475d0aa5b3e76 .slick-dots_d36ab99a744fa75f {
  margin: 50px 0 0 15px;
  padding: 0;
}
.feedback-section-three_4fa475d0aa5b3e76 .slick-dots_d36ab99a744fa75f li button {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #000;
  padding: 0;
  margin-right: 3px;
}
.feedback-section-three_4fa475d0aa5b3e76 .slick-dots_d36ab99a744fa75f .slick-active button {
  background: #000;
}
.feedback-section-three_4fa475d0aa5b3e76 .rating-box_15e4f0c43ce94622 {
  position: absolute;
  padding: 50px 37px 35px;
  left: -75px;
  bottom: -65px;
  z-index: 1;
  background: #000;
}
.feedback-section-three_4fa475d0aa5b3e76 .rating-box_15e4f0c43ce94622 .rating_9bcdd8e3130f0d19 {
  font-size: 58px;
  letter-spacing: -1px;
  line-height: 25px;
  margin-bottom: 20px;
}
.feedback-section-three_4fa475d0aa5b3e76 .shape_01_32a1d0bc39e79e52 {
  width: 15px;
  top: 7%;
  right: 52%;
}
.feedback-section-three_4fa475d0aa5b3e76 .shape_02_7c2f81b535edea3d {
  width: 20px;
  bottom: 17%;
  right: 17%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.blog-meta-one_f0088aebc672180e {
  background: #fff;
  border-radius: 30px;
}
.blog-meta-one_f0088aebc672180e .post-data_2eaf872c2173ea95 {
  padding: 30px 35px 25px;
}
.blog-meta-one_f0088aebc672180e .post-data_2eaf872c2173ea95 .post-info_25c09e548bb7448b {
  font-size: 18px;
  color: #AAAAAA;
}
.blog-meta-one_f0088aebc672180e .post-data_2eaf872c2173ea95 .blog-title_ee036615216595dd {
  font-size: 32px;
  line-height: 1.281em;
}
.blog-meta-one_f0088aebc672180e .post-data_2eaf872c2173ea95 .blog-title_ee036615216595dd:hover {
  text-decoration: underline;
}
.blog-meta-one_f0088aebc672180e .post-img_f87328fb6038168c {
  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_f0088aebc672180e .post-img_f87328fb6038168c .round-btn_2323d966d9db48f8 {
  font-size: 25px;
  width: 55px;
  height: 55px;
  background: #fff;
  color: #19352D;
}
.blog-meta-one_f0088aebc672180e:hover .round-btn_2323d966d9db48f8 {
  background: #CFFF45;
}
.blog-meta-one_f0088aebc672180e.style-two_1d4ee2c1f639e507 {
  background: #F6F6F6;
  border-radius: 0;
}
.blog-meta-one_f0088aebc672180e.style-two_1d4ee2c1f639e507 .post-img_f87328fb6038168c {
  border-radius: 0;
}
.blog-meta-one_f0088aebc672180e.style-two_1d4ee2c1f639e507 .blog-title_ee036615216595dd {
  font-weight: 700;
  font-size: 28px;
  color: #000;
}

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

.blog-meta-two_35d391cf81365d19 {
  background: #fff;
}
.blog-meta-two_35d391cf81365d19 .post-data_2eaf872c2173ea95 {
  padding-top: 30px;
}
.blog-meta-two_35d391cf81365d19 .post-data_2eaf872c2173ea95 .blog-title_ee036615216595dd {
  width: 70%;
}
.blog-meta-two_35d391cf81365d19 .post-data_2eaf872c2173ea95 .blog-title_ee036615216595dd h4 {
  font-size: 32px;
  line-height: 1.281em;
}
.blog-meta-two_35d391cf81365d19 .post-data_2eaf872c2173ea95 .blog-title_ee036615216595dd:hover h4 {
  text-decoration: underline;
}
.blog-meta-two_35d391cf81365d19 .post-data_2eaf872c2173ea95 .round-btn_2323d966d9db48f8 {
  font-size: 25px;
  width: 60px;
  height: 60px;
  border: 1px solid #19352D;
  background: #fff;
  color: #19352D;
}
.blog-meta-two_35d391cf81365d19 .post-data_2eaf872c2173ea95 .round-btn_2323d966d9db48f8:hover {
  background: #CFFF45;
  border-color: #CFFF45;
}
.blog-meta-two_35d391cf81365d19 .post-data_2eaf872c2173ea95 .post-info_25c09e548bb7448b {
  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_35d391cf81365d19 .post-img_f87328fb6038168c {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-meta-two_35d391cf81365d19 .post-img_f87328fb6038168c .date_ba3e5f105007444f {
  line-height: 38px;
  font-size: 16px;
  padding: 0 18px;
  text-transform: uppercase;
  background: #fff;
  color: #19352D;
}
.blog-meta-two_35d391cf81365d19.style-two_1d4ee2c1f639e507 {
  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_35d391cf81365d19.style-two_1d4ee2c1f639e507 p {
  font-size: 18px;
}
.blog-meta-two_35d391cf81365d19.style-two_1d4ee2c1f639e507 .post-img_f87328fb6038168c {
  height: auto;
  width: 100%;
}
.blog-meta-two_35d391cf81365d19.style-two_1d4ee2c1f639e507 .post-data_2eaf872c2173ea95 {
  padding: 26px 0;
}
.blog-meta-two_35d391cf81365d19.style-two_1d4ee2c1f639e507 .post-data_2eaf872c2173ea95 .post-info_25c09e548bb7448b {
  border: none;
  padding: 0;
  margin: 0 0 12px;
}
.blog-meta-two_35d391cf81365d19.style-two_1d4ee2c1f639e507 .post-data_2eaf872c2173ea95 .round-btn_2323d966d9db48f8 {
  border: none;
}

.signup-btn-one_ff4f8d0e241d7943 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_ff4f8d0e241d7943 .icon_09a0d599b393260a {
  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_457c5baaa2fb7c12 {
  z-index: 1;
}
.blog-section-three_457c5baaa2fb7c12 .section-btn_12262e7691667b8c {
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 1;
}

.blog-section-four_7b06764f2f982143 {
  z-index: 5;
}
.blog-section-four_7b06764f2f982143.block-feature-three_44ce73e2dee6ffda:before {
  display: none;
}
.blog-section-four_7b06764f2f982143.block-feature-three_44ce73e2dee6ffda .block-one_9d8fa3c8adcc219e {
  background: url(../captures/blog/blog_img_05.jpg) no-repeat center;
  height: 666px;
}

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

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

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

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

.blog-details_712664eba62c069a .post-details-meta_55fecec95ebfbda0 {
  border-top: 1px dashed #BEBEBE;
  margin-top: 30px;
  padding: 36px 0;
}
.blog-details_712664eba62c069a .post-details-meta_55fecec95ebfbda0 p {
  line-height: 1.8em;
  margin-bottom: 30px;
}
.blog-details_712664eba62c069a .post-details-meta_55fecec95ebfbda0 .quote-wrapper_7a27d0c87a1e5117 {
  text-align: center;
  margin: 62px 0 35px;
}
.blog-details_712664eba62c069a .post-details-meta_55fecec95ebfbda0 .quote-wrapper_7a27d0c87a1e5117 .wrapper_d97254f6ced8e65c {
  position: relative;
  padding: 38px 12px 40px;
  border-top: 1px dashed #CBCBCB;
  border-bottom: 1px dashed #CBCBCB;
}
.blog-details_712664eba62c069a .post-details-meta_55fecec95ebfbda0 .quote-wrapper_7a27d0c87a1e5117 .wrapper_d97254f6ced8e65c .icon_09a0d599b393260a {
  width: 55px;
  height: 55px;
  background: #29594B;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-details_712664eba62c069a .post-details-meta_55fecec95ebfbda0 .quote-wrapper_7a27d0c87a1e5117 .wrapper_d97254f6ced8e65c h3 {
  font-size: 36px;
  line-height: 1.444em;
  margin: 0;
}
.blog-details_712664eba62c069a .post-details-meta_55fecec95ebfbda0 .quote-wrapper_7a27d0c87a1e5117 h6 {
  font-size: 20px;
  margin: 24px 0 0;
}
.blog-details_712664eba62c069a .post-details-meta_55fecec95ebfbda0 .quote-wrapper_7a27d0c87a1e5117 h6 span {
  color: rgba(0, 0, 0, 0.5);
}
.blog-details_712664eba62c069a .post-details-meta_55fecec95ebfbda0 .img-gallery_95c5c44f0189a94a {
  margin-bottom: 50px;
}
.blog-details_712664eba62c069a .post-details-meta_55fecec95ebfbda0 .img-gallery_95c5c44f0189a94a img {
  border-radius: 20px;
  margin-top: 15px;
}
.blog-details_712664eba62c069a .post-details-meta_55fecec95ebfbda0 h3 {
  font-size: 32px;
  margin-bottom: 20px;
}
.blog-details_712664eba62c069a .post-details-meta_55fecec95ebfbda0 .list-item_de072c4be94d0aa2 li {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  position: relative;
  padding-left: 33px;
  margin-bottom: 23px;
}
.blog-details_712664eba62c069a .post-details-meta_55fecec95ebfbda0 .list-item_de072c4be94d0aa2 li:after {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  font-size: 0.95em;
  top: 3px;
  left: 0;
  color: #000;
}
.blog-details_712664eba62c069a .bottom-widget_1ada645785f43ac3 {
  padding: 10px 0 5px;
}
.blog-details_712664eba62c069a .bottom-widget_1ada645785f43ac3 .tags_6e70c6f46c355eea li:first-child {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
  margin-right: 7px;
}
.blog-details_712664eba62c069a .bottom-widget_1ada645785f43ac3 .tags_6e70c6f46c355eea a {
  line-height: 26px;
  border-radius: 16px;
  background: #fff;
  padding: 0 10px;
  color: #19352D;
  font-size: 16px;
  margin-right: 5px;
}
.blog-details_712664eba62c069a .bottom-widget_1ada645785f43ac3 .tags_6e70c6f46c355eea a:hover {
  color: #000;
  text-decoration: underline;
}
.blog-details_712664eba62c069a .bottom-widget_1ada645785f43ac3 .share-icon_30e57c3cc4657bd7 li:first-child {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.blog-details_712664eba62c069a .bottom-widget_1ada645785f43ac3 .share-icon_30e57c3cc4657bd7 a {
  color: #19352D;
  font-size: 18px;
  margin-left: 17px;
}
.blog-details_712664eba62c069a .grey-bg_3354c1dd7299fb22 {
  background: #f4f4f4;
  border-radius: 30px;
  padding: 40px 35px;
}
.blog-details_712664eba62c069a .blog-inner-title_ffccd9ee6f76abc6 {
  font-size: 42px;
  margin-bottom: 10px;
}
.blog-details_712664eba62c069a .blog-comment-area_e9173cb1f190405e {
  margin: 60px 0;
}
.blog-details_712664eba62c069a .blog-comment-area_e9173cb1f190405e .comment_57c275466b7ec55e {
  border-top: 1px dashed #CBCBCB;
  padding: 38px 0 20px;
}
.blog-details_712664eba62c069a .blog-comment-area_e9173cb1f190405e .comment_57c275466b7ec55e:last-child {
  padding-bottom: 5px;
}
.blog-details_712664eba62c069a .blog-comment-area_e9173cb1f190405e .comment_57c275466b7ec55e .reply-comment_aa7c920b6b92a55a {
  border: none;
  padding: 40px 0 30px;
}
.blog-details_712664eba62c069a .blog-comment-area_e9173cb1f190405e .comment_57c275466b7ec55e .user-avatar_f2116fa382346904 {
  width: 60px;
  height: 60px;
}
.blog-details_712664eba62c069a .blog-comment-area_e9173cb1f190405e .comment_57c275466b7ec55e .comment-text_f1ab1fdff8893d99 {
  width: calc(100% - 60px);
  padding-left: 25px;
  position: relative;
}
.blog-details_712664eba62c069a .blog-comment-area_e9173cb1f190405e .comment_57c275466b7ec55e .comment-text_f1ab1fdff8893d99 .name {
  font-size: 20px;
  color: #19352D;
}
.blog-details_712664eba62c069a .blog-comment-area_e9173cb1f190405e .comment_57c275466b7ec55e .comment-text_f1ab1fdff8893d99 .date_ba3e5f105007444f {
  font-size: 16px;
  color: #ADADAD;
}
.blog-details_712664eba62c069a .blog-comment-area_e9173cb1f190405e .comment_57c275466b7ec55e .comment-text_f1ab1fdff8893d99 p {
  font-size: 18px;
  line-height: 32px;
  margin: 7px 0 10px 0px;
}
.blog-details_712664eba62c069a .blog-comment-area_e9173cb1f190405e .comment_57c275466b7ec55e .comment-text_f1ab1fdff8893d99 .reply-btn_1b71dd3784e6721a {
  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_712664eba62c069a .blog-comment-area_e9173cb1f190405e .comment_57c275466b7ec55e .comment-text_f1ab1fdff8893d99 .reply-btn_1b71dd3784e6721a:hover {
  background: #CFFF45;
  color: #19352D;
}
.blog-details_712664eba62c069a .blog-comment-form_978449dd3241c8a8 p a {
  color: #19352D;
}
.blog-details_712664eba62c069a .blog-comment-form_978449dd3241c8a8 form label {
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  padding-bottom: 5px;
}
.blog-details_712664eba62c069a .blog-comment-form_978449dd3241c8a8 form input {
  display: block;
  font-size: 18px;
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 8px;
  padding: 0 25px;
  background: #fff;
}
.blog-details_712664eba62c069a .blog-comment-form_978449dd3241c8a8 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_323bf2160380df13 {
  height: 600px;
}

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

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

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

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

.footer-one_ffb8c67a27c9e200 {
  background: #0C3A30;
  padding-top: 95px;
}
.footer-one_ffb8c67a27c9e200 .bottom-footer_916dc20a7f88f5a2 {
  border-top: 1px dashed rgba(255, 255, 255, 0.25);
  margin-top: 32px;
  padding: 40px 0 25px;
}
.footer-one_ffb8c67a27c9e200 .social-icon_6a3b66297328322e 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_ffb8c67a27c9e200 .social-icon_6a3b66297328322e a:hover {
  background: #CFFF45;
  color: #29594B;
}
.footer-one_ffb8c67a27c9e200 .footer-title_9c1c1e47593ac9c1 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
}
.footer-one_ffb8c67a27c9e200 .footer-nav-link_a5d8e582893abd41 a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 46px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-one_ffb8c67a27c9e200 .footer-nav-link_a5d8e582893abd41 a:hover {
  color: #fff;
}
.footer-nav-link_a5d8e582893abd41 p {
  font-size: 16px;
}
.logo_2a5d17472dd65fc6 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_ef207d58d1b79215 {
  min-width: 80px;
  max-height: 40px;
  max-width: 150px;
}
.casino-li_d212344b029d720b {
  align-content: center;
}

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

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

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

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

.footer-three_c3e9157c93938fca {
  padding: 75px 0 0;
  position: relative;
  z-index: 1;
}
.footer-three_c3e9157c93938fca .round-bg_7676d7bb0af530cc {
  width: 350px;
  height: 350px;
  padding: 15px 15px;
  background: #FFF6C6;
}
.footer-three_c3e9157c93938fca .round-bg_7676d7bb0af530cc.color-two_6d9084d1178ce8be {
  background: #F6FFDD;
}
.footer-three_c3e9157c93938fca .footer-intro_968e3dff4027553c p a {
  font-weight: 500;
  font-size: 24px;
  color: #000;
}
.footer-three_c3e9157c93938fca .footer-intro_968e3dff4027553c p a:hover {
  color: #19352D;
  text-decoration: underline;
}
.footer-three_c3e9157c93938fca .footer-title_9c1c1e47593ac9c1 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.footer-three_c3e9157c93938fca .footer-nav-link_a5d8e582893abd41 a {
  color: rgba(0, 0, 0, 0.5);
  line-height: 46px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-three_c3e9157c93938fca .footer-nav-link_a5d8e582893abd41 a:hover {
  color: #19352D;
  text-decoration: underline;
}
.footer-three_c3e9157c93938fca .bottom-footer_916dc20a7f88f5a2 {
  border-top: 1px solid #e2e2e2;
  margin-top: 40px;
  padding: 40px 0 25px;
}
.footer-three_c3e9157c93938fca .bottom-footer_916dc20a7f88f5a2 .copyright_ee2ca44b146dba23 {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}
.footer-three_c3e9157c93938fca .bottom-footer_916dc20a7f88f5a2 .bottom-nav_6ba5aa7df3bd2eb9 {
  margin: 0 -12px;
}
.footer-three_c3e9157c93938fca .bottom-footer_916dc20a7f88f5a2 .bottom-nav_6ba5aa7df3bd2eb9 a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: #000;
}
.footer-three_c3e9157c93938fca .bottom-footer_916dc20a7f88f5a2 .bottom-nav_6ba5aa7df3bd2eb9 a:hover {
  text-decoration: underline;
}
.footer-three_c3e9157c93938fca .bottom-footer_916dc20a7f88f5a2 .social-icon_6a3b66297328322e {
  margin: 0 -10px;
}
.footer-three_c3e9157c93938fca .bottom-footer_916dc20a7f88f5a2 .social-icon_6a3b66297328322e a {
  margin: 0 10px;
}
.footer-three_c3e9157c93938fca .bottom-footer_916dc20a7f88f5a2 .social-icon_6a3b66297328322e a:hover {
  color: #19352D;
}
.footer-three_c3e9157c93938fca .shape_01_32a1d0bc39e79e52 {
  top: -3%;
  left: -3%;
}
.footer-three_c3e9157c93938fca .shape_02_7c2f81b535edea3d {
  bottom: 8%;
  right: 13%;
  animation: rotated 48s infinite linear;
}

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

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

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

.footer-five_f640662ecad35ee2 {
  background: #000;
  padding: 105px 0 20px;
  z-index: 1;
  overflow: hidden;
}
.footer-five_f640662ecad35ee2:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: url(../captures/assets_150a4432b1/bg_07.svg) no-repeat center bottom;
  background-size: cover;
  z-index: -1;
}
.footer-five_f640662ecad35ee2 h2 {
  font-size: 132px;
  line-height: 1.185em;
}
.footer-five_f640662ecad35ee2 .btn-group_f7e16c8a0c3266ee {
  padding: 15px 15px 15px 55px;
  border-radius: 80px;
  background: #DFFF5E;
  margin: 85px 0 110px;
}
.footer-five_f640662ecad35ee2 .btn-group_f7e16c8a0c3266ee h3 {
  font-size: 70px;
  color: #000;
  margin: 0;
}
.footer-five_f640662ecad35ee2 .btn-group_f7e16c8a0c3266ee h3 span {
  font-weight: 700;
  font-style: italic;
  text-decoration-line: underline;
  text-decoration-thickness: 4px;
}
.footer-five_f640662ecad35ee2 .btn-group_f7e16c8a0c3266ee .round-btn_2323d966d9db48f8 {
  width: 125px;
  height: 125px;
  text-align: center;
  font-size: 55px;
  color: #DFFF5E;
  background: #101010;
}
.footer-five_f640662ecad35ee2 .btn-group_f7e16c8a0c3266ee .round-btn_2323d966d9db48f8:hover, .footer-five_f640662ecad35ee2 .btn-group_f7e16c8a0c3266ee .round-btn_2323d966d9db48f8:focus {
  background: #29594B;
  color: #fff;
}
.footer-five_f640662ecad35ee2 .social-icon_6a3b66297328322e {
  margin: 0 -20px;
}
.footer-five_f640662ecad35ee2 .social-icon_6a3b66297328322e a {
  color: #fff;
  margin: 0 20px;
}
.footer-five_f640662ecad35ee2 .social-icon_6a3b66297328322e a:hover {
  color: #DFFF5E;
}
.footer-five_f640662ecad35ee2 .bottom-nav_6ba5aa7df3bd2eb9 {
  margin: 0 -12px;
}
.footer-five_f640662ecad35ee2 .bottom-nav_6ba5aa7df3bd2eb9 a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: #fff;
}
.footer-five_f640662ecad35ee2 .bottom-nav_6ba5aa7df3bd2eb9 a:hover {
  text-decoration: underline;
}
.footer-five_f640662ecad35ee2 .shape_01_32a1d0bc39e79e52 {
  top: 11%;
  right: 10%;
  width: 3.4%;
  animation: rotated 48s infinite linear;
}
.footer-five_f640662ecad35ee2 .shape_02_7c2f81b535edea3d {
  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_1116f1ad5ec39ae0 {
  animation-duration: 2s;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce_6437931e40592674 {
  animation-name: bounce;
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash_f485ed39b5c96762 {
  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_76159c1390253578 {
  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_5e53d67a3cccd898 {
  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_f843773f8e90a4be {
  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_cd2eb1e3cb374754 {
  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_6b7908c847bfe53d {
  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_1f4db1da2c08ed12 {
  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_29cc3b24876a78ba {
  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_1ff9338818740ae7 {
  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_9919c1ae381903b2 {
  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_d200ad1d4347a6a2 {
  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_1ffaead376ffb4a3 {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown_fcc009a88762ae72 {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft_2f39e79f985b427b {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight_69359722a89f62df {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp_c559da90f1c6b9cd {
  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_525a64016549cb74 {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig_40530a17d9218695 {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft_a0d69f76e2027944 {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig_7257495de22d07ae {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight_42d450cc31bb41bd {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig_372f53cb48818369 {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp_8b85ef5ca83c455a {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig_fe6daf2128b08cad {
  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_1f584820755b6e5d {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig_02015f936c4262f6 {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft_58fec3bb86f36553 {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig_e37014c05deaf9fe {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight_8c97d0588ba2c17b {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig_d45f27ed4e1301e9 {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp_99d7f5569a290a0e {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig_5b1073f28188112b {
  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_5c3d2d92a22fe759 {
  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_830d2e9e1d43670c {
  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_0c81433b3216ad72 {
  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_568ac6652022a3ae {
  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_34cb7e41106c2261 {
  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_d5a596ec49f93338 {
  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_5be46ababd6a9ef5 {
  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_d1fa3ee40f3936f3 {
  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_22665df8a8f88a2f {
  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_7fbfb5ea3ecea02a {
  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_839c2ccc8091a6d3 {
  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_0a581695d819185d {
  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_9c790efaf56dff48 {
  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_be67a66ecf5621b1 {
  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_0d20946ecc2d6acb {
  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_b0762171290f0c4c {
  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_a0f00d193f0bb1f1 {
  animation-name: rotateOutUpRight;
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(150px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInUp_1c894979ad86799e {
  animation-name: slideInUp;
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown_f77ed1ba0de19dac {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInLeft_ccd879ca84f789e6 {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight_46cd612c389d6a3f {
  animation-name: slideInRight;
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.slideOutLeft_1ec847806bcd90da {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.slideOutRight_e4a15b83bbeb4ed8 {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.slideOutUp_bbae79451fd8eb4a {
  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_1116f1ad5ec39ae0 {
  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_871b1559b8837241 {
  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_e50752005b0844ac {
  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_1b2170741f0afaa4 .theme-select-menu_cd11ee7b681a658f {
  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_8f66b3977bf16acb {
  overflow: hidden;
}
.product-block-one_8f66b3977bf16acb .img-holder_ec0fbcfe0c1f0380 {
  position: relative;
  background: #F5F5F5;
  z-index: 5;
  margin-bottom: 22px;
}
.product-block-one_8f66b3977bf16acb .img-holder_ec0fbcfe0c1f0380 .cart-icon_7bb07dcca72f0246 {
  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_8f66b3977bf16acb .img-holder_ec0fbcfe0c1f0380 .cart-icon_7bb07dcca72f0246:hover {
  color: #19352D;
  background: #CFFF45;
}
.product-block-one_8f66b3977bf16acb .img-holder_ec0fbcfe0c1f0380 .cart-button_5a251498b382d941 {
  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_8f66b3977bf16acb .img-holder_ec0fbcfe0c1f0380 .cart-button_5a251498b382d941:hover {
  color: #19352D;
  background: #CFFF45;
}
.product-block-one_8f66b3977bf16acb .product-title_574e4191a925f8bb {
  font-weight: 500;
  color: #19352D;
  font-size: 20px;
  text-transform: capitalize;
}
.product-block-one_8f66b3977bf16acb .rating_9bcdd8e3130f0d19 {
  margin: 0 -3px;
}
.product-block-one_8f66b3977bf16acb .rating_9bcdd8e3130f0d19 li {
  font-size: 15px;
  margin: 0 3px;
  color: #B3B3B3;
}
.product-block-one_8f66b3977bf16acb .rating_9bcdd8e3130f0d19 li .bi-star-fill_36f92368e6ecafc1 {
  color: #FFCB65;
}
.product-block-one_8f66b3977bf16acb .price_7c7e9f61dbf2004f {
  font-weight: 500;
  font-size: 22px;
  color: #0E3E2F;
  margin-top: 10px;
}
.product-block-one_8f66b3977bf16acb:hover .cart-button_5a251498b382d941 {
  opacity: 1;
  transform: translateY(0);
}
.product-block-one_8f66b3977bf16acb:hover .product-img_30e0257cd2abdf2b {
  transform: scale(0.95);
}
.product-block-one_8f66b3977bf16acb:hover .cart-icon_7bb07dcca72f0246 {
  opacity: 1;
  transform: scale(1);
}
.product-block-one_8f66b3977bf16acb:hover .product-title_574e4191a925f8bb {
  text-decoration: underline;
}

.product-details-one_2667f4e9a48efd11 .product-img-tab_c2a516f7deba59dc {
  border: none;
}
.product-details-one_2667f4e9a48efd11 .product-img-tab_c2a516f7deba59dc .nav-link {
  width: 100%;
  background: #F6F6F6;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 5px 0;
  height: 88px;
  margin-bottom: 12px;
}
.product-details-one_2667f4e9a48efd11 .product-img-tab_c2a516f7deba59dc .nav-link img {
  max-height: 100%;
}
.product-details-one_2667f4e9a48efd11 .product-img-tab_c2a516f7deba59dc .nav-link.active {
  background: #fff;
  border-color: #000;
}
.product-details-one_2667f4e9a48efd11 .product-img-tab-content_7774b16f554e529e {
  background: #F6F6F6;
  padding: 20px;
}
.product-details-one_2667f4e9a48efd11 .product-img-tab-content_7774b16f554e529e img {
  margin: auto;
}
.product-details-one_2667f4e9a48efd11 .product-info_e7d563b159601499 .stock-tag_1b6712b765660833 {
  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_2667f4e9a48efd11 .product-info_e7d563b159601499 .product-name_620d168b50ed6d45 {
  text-transform: capitalize;
  font-size: 32px;
  margin: 25px 0 15px;
}
.product-details-one_2667f4e9a48efd11 .product-info_e7d563b159601499 .rating_9bcdd8e3130f0d19 li {
  font-size: 15px;
  margin-right: 6px;
  color: #B3B3B3;
}
.product-details-one_2667f4e9a48efd11 .product-info_e7d563b159601499 .rating_9bcdd8e3130f0d19 li .bi-star-fill_36f92368e6ecafc1 {
  color: #FFCB65;
}
.product-details-one_2667f4e9a48efd11 .product-info_e7d563b159601499 .rating_9bcdd8e3130f0d19 li a {
  font-size: 17px;
  color: #000;
  margin-left: 12px;
}
.product-details-one_2667f4e9a48efd11 .product-info_e7d563b159601499 .rating_9bcdd8e3130f0d19 li a:hover {
  text-decoration: underline;
}
.product-details-one_2667f4e9a48efd11 .product-info_e7d563b159601499 .price_7c7e9f61dbf2004f {
  font-size: 26px;
  font-weight: 700;
  color: #29594B;
  padding: 25px 0 5px;
}
.product-details-one_2667f4e9a48efd11 .product-info_e7d563b159601499 .price_7c7e9f61dbf2004f del {
  font-size: 0.7em;
  opacity: 0.6;
}
.product-details-one_2667f4e9a48efd11 .product-info_e7d563b159601499 .availability_21d2640994bb3269 {
  color: #989CA2;
  font-size: 17px;
}
.product-details-one_2667f4e9a48efd11 .product-info_e7d563b159601499 .description-text_f21439b6353226cd {
  padding: 10px 0 15px;
}
.product-details-one_2667f4e9a48efd11 .product-info_e7d563b159601499 .product-feature_5f05a82276e4f89e {
  margin-bottom: 20px;
}
.product-details-one_2667f4e9a48efd11 .product-info_e7d563b159601499 .product-feature_5f05a82276e4f89e li {
  color: #000;
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
}
.product-details-one_2667f4e9a48efd11 .product-info_e7d563b159601499 .product-feature_5f05a82276e4f89e li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 2px;
  left: 0;
  color: #29594B;
}
.product-details-one_2667f4e9a48efd11 .product-info_e7d563b159601499 .customize-order_bf50c4be47762f5d h6 {
  font-size: 18px;
  margin: 0 15px 0 0;
}
.product-details-one_2667f4e9a48efd11 .product-info_e7d563b159601499 .customize-order_bf50c4be47762f5d .quantity_b0f2a992e5170a53 .button-group_85de98bc29c4af71 {
  border: 1px solid #e3e3e3;
  display: inline-block;
}
.product-details-one_2667f4e9a48efd11 .product-info_e7d563b159601499 .customize-order_bf50c4be47762f5d .quantity_b0f2a992e5170a53 .button-group_85de98bc29c4af71 li {
  line-height: 40px;
  max-height: 40px;
}
.product-details-one_2667f4e9a48efd11 .product-info_e7d563b159601499 .customize-order_bf50c4be47762f5d .quantity_b0f2a992e5170a53 .button-group_85de98bc29c4af71 li button {
  font-size: 25px;
  color: #C9C9C9;
  background: transparent;
  width: 32px;
}
.product-details-one_2667f4e9a48efd11 .product-info_e7d563b159601499 .customize-order_bf50c4be47762f5d .quantity_b0f2a992e5170a53 .button-group_85de98bc29c4af71 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_2667f4e9a48efd11 .product-review-tab_84b4de4a861670f0 .nav-tabs_5e73dad7fd7f911a {
  border-bottom: 1px solid #EBEBEB;
}
.product-details-one_2667f4e9a48efd11 .product-review-tab_84b4de4a861670f0 .nav-tabs_5e73dad7fd7f911a .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_2667f4e9a48efd11 .product-review-tab_84b4de4a861670f0 .nav-tabs_5e73dad7fd7f911a .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_2667f4e9a48efd11 .product-review-tab_84b4de4a861670f0 .nav-tabs_5e73dad7fd7f911a .nav-link.active:before {
  transform: scale(1);
}
.product-details-one_2667f4e9a48efd11 .product-review-tab_84b4de4a861670f0 .nav-tabs_5e73dad7fd7f911a .nav-item:last-child .nav-link {
  margin-right: 0;
}
.product-details-one_2667f4e9a48efd11 .product-review-tab_84b4de4a861670f0 .tab-content_346b26529c555a43 h5 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 18px;
}
.product-details-one_2667f4e9a48efd11 .product-review-tab_84b4de4a861670f0 .tab-content_346b26529c555a43 .product-feature_5f05a82276e4f89e li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 18px;
}
.product-details-one_2667f4e9a48efd11 .product-review-tab_84b4de4a861670f0 .tab-content_346b26529c555a43 .product-feature_5f05a82276e4f89e li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 2px;
  left: 0;
  color: #29594B;
}
.product-details-one_2667f4e9a48efd11 .product-review-tab_84b4de4a861670f0 .user-comment-area_97f283a9992b117d .single-comment_2b787af370fcb04c {
  padding-bottom: 40px;
}
.product-details-one_2667f4e9a48efd11 .product-review-tab_84b4de4a861670f0 .user-comment-area_97f283a9992b117d .single-comment_2b787af370fcb04c:last-child {
  padding-bottom: 0;
}
.product-details-one_2667f4e9a48efd11 .product-review-tab_84b4de4a861670f0 .user-comment-area_97f283a9992b117d .user-img_ffe0e69c276cb8ed {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.product-details-one_2667f4e9a48efd11 .product-review-tab_84b4de4a861670f0 .user-comment-area_97f283a9992b117d .user-comment-data_883489e96a835939 {
  padding-left: 30px;
  position: relative;
}
.product-details-one_2667f4e9a48efd11 .product-review-tab_84b4de4a861670f0 .user-comment-area_97f283a9992b117d .user-comment-data_883489e96a835939 .name {
  font-size: 18px;
  margin-bottom: 4px;
}
.product-details-one_2667f4e9a48efd11 .product-review-tab_84b4de4a861670f0 .user-comment-area_97f283a9992b117d .user-comment-data_883489e96a835939 .rating_9bcdd8e3130f0d19 li {
  font-size: 14px;
  margin: 0 3px;
  color: #B3B3B3;
}
.product-details-one_2667f4e9a48efd11 .product-review-tab_84b4de4a861670f0 .user-comment-area_97f283a9992b117d .user-comment-data_883489e96a835939 .rating_9bcdd8e3130f0d19 li .bi-star-fill_36f92368e6ecafc1 {
  color: #FFCB65;
}
.product-details-one_2667f4e9a48efd11 .product-review-tab_84b4de4a861670f0 .user-comment-area_97f283a9992b117d .user-comment-data_883489e96a835939 p {
  padding-top: 8px;
}

.cart-list-form_0aeb0506f7940255 {
  position: relative;
}
.cart-list-form_0aeb0506f7940255 .table_90f76d0c96cd525a {
  margin: 0;
  background: transparent;
}
.cart-list-form_0aeb0506f7940255 .table_90f76d0c96cd525a 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_0aeb0506f7940255 .table_90f76d0c96cd525a th:first-child {
  text-align: left;
}
.cart-list-form_0aeb0506f7940255 .table_90f76d0c96cd525a tbody td {
  padding: 0 0 70px;
  border: none;
  vertical-align: middle;
  text-align: center;
  background: transparent;
}
.cart-list-form_0aeb0506f7940255 .table_90f76d0c96cd525a tbody tr:first-child td {
  padding-top: 60px;
}
.cart-list-form_0aeb0506f7940255 .table_90f76d0c96cd525a tbody tr:last-child td {
  padding-bottom: 40px;
}
.cart-list-form_0aeb0506f7940255 .table_90f76d0c96cd525a tbody .product-thumbnails_081e351fc2818e29 {
  width: 85px;
}
.cart-list-form_0aeb0506f7940255 .table_90f76d0c96cd525a tbody .product-thumbnails_081e351fc2818e29 img {
  max-height: 100%;
  max-width: none;
}
.cart-list-form_0aeb0506f7940255 .table_90f76d0c96cd525a tbody .product-thumbnails_081e351fc2818e29 .product-img_30e0257cd2abdf2b {
  display: block;
  max-width: 85px;
  max-height: 85px;
  overflow: hidden;
}
.cart-list-form_0aeb0506f7940255 .table_90f76d0c96cd525a tbody .product-info_e7d563b159601499 {
  padding-left: 30px;
  text-align: left;
}
.cart-list-form_0aeb0506f7940255 .table_90f76d0c96cd525a tbody .product-info_e7d563b159601499 .product-name_620d168b50ed6d45 {
  font-weight: 700;
  font-size: 20px;
  color: #19352D;
}
.cart-list-form_0aeb0506f7940255 .table_90f76d0c96cd525a tbody .product-info_e7d563b159601499 .serial_d1083b41b97ad528 {
  font-size: 15px;
  color: rgba(31, 31, 31, 0.5);
  padding-bottom: 6px;
}
.cart-list-form_0aeb0506f7940255 .table_90f76d0c96cd525a tbody .product-info_e7d563b159601499 ul li {
  display: inline-block;
  font-size: 16px;
  color: #000;
  padding-right: 15px;
}
.cart-list-form_0aeb0506f7940255 .table_90f76d0c96cd525a tbody .price_7c7e9f61dbf2004f {
  font-weight: 500;
  font-size: 18px;
  color: #19352D;
}
.cart-list-form_0aeb0506f7940255 .table_90f76d0c96cd525a tbody .quantity_b0f2a992e5170a53 li {
  display: inline-block;
  line-height: 40px;
  max-height: 40px;
}
.cart-list-form_0aeb0506f7940255 .table_90f76d0c96cd525a tbody .quantity_b0f2a992e5170a53 li .btn_94602670a2294b82 {
  font-size: 24px;
  padding: 0;
  border: none;
  vertical-align: inherit;
  color: #1d1d1d;
  background: transparent;
}
.cart-list-form_0aeb0506f7940255 .table_90f76d0c96cd525a tbody .quantity_b0f2a992e5170a53 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_0aeb0506f7940255 .table_90f76d0c96cd525a tbody .remove-product_650d76f5a4147882 {
  color: #000;
  font-size: 22px;
}
.cart-list-form_0aeb0506f7940255 .table_90f76d0c96cd525a tbody .remove-product_650d76f5a4147882:hover {
  color: #ff2759;
}
.cart-list-form_0aeb0506f7940255 .cart-footer_b352b433b06afd59 {
  border-top: 2px solid #545454;
  margin-top: 28px;
  padding-top: 40px;
}
.cart-list-form_0aeb0506f7940255 .cart-footer_b352b433b06afd59 .coupon-form_525e0f60000f543f input {
  width: 240px;
  height: 50px;
  border: none;
  border-bottom: 2px solid #545454;
  font-size: 18px;
  margin-right: 30px;
  background: transparent;
}
.cart-list-form_0aeb0506f7940255 .cart-footer_b352b433b06afd59 .cart-total-section_7e7fa2e3eeea59df {
  text-align: right;
  padding-right: 82px;
}
.cart-list-form_0aeb0506f7940255 .cart-footer_b352b433b06afd59 .cart-total-section_7e7fa2e3eeea59df .cart-total-table_ab8017fcf95fba12 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_0aeb0506f7940255 .cart-footer_b352b433b06afd59 .cart-total-section_7e7fa2e3eeea59df .cart-total-table_ab8017fcf95fba12 tr td {
  font-size: 18px;
  font-weight: 500;
  color: #19352D;
  padding-bottom: 16px;
}

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

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

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

.fancybox-active_878945fa62ee7079 {
  height: auto;
}

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

.fancybox-caption_ec187616dc1d4705, .fancybox-infobar_0aabe6f3d14bd0ac, .fancybox-navigation_cb77e0e1b452121f .fancybox-button_60851af60eb9d5d2, .fancybox-toolbar_bb623a91374685a5 {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption_76bb6906eca60bdb .fancybox-caption_ec187616dc1d4705, .fancybox-show-infobar_f5758bea8324519f .fancybox-infobar_0aabe6f3d14bd0ac, .fancybox-show-nav_ac593af78a2a1744 .fancybox-navigation_cb77e0e1b452121f .fancybox-button_60851af60eb9d5d2, .fancybox-show-toolbar_9077c105b79aaca6 .fancybox-toolbar_bb623a91374685a5 {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}

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

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

.fancybox-is-open_ddf1afc5ed75b37e .fancybox-stage_d3467a3eeacc6508 {
  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_53dd3c7d02187519 .fancybox-slide, .fancybox-slide--current_29519bcd60a6b98a, .fancybox-slide--next_d53aea4b0060e332, .fancybox-slide--previous_3c1534d1e7a3419a {
  display: block;
}

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

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

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

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

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

.fancybox-content_eb0d87a5c09b590c {
  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_100e308173f931c4 .fancybox-content_eb0d87a5c09b590c {
  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_570c9cfa8857c80a .fancybox-content_eb0d87a5c09b590c {
  cursor: zoom-out;
}

.fancybox-can-zoomIn_322a6a91ccc01326 .fancybox-content_eb0d87a5c09b590c {
  cursor: zoom-in;
}

.fancybox-can-drag_ffeb7c6fe57ca7d7 .fancybox-content_eb0d87a5c09b590c {
  cursor: grab;
}

.fancybox-is-dragging_c16b44ae5d3a92fc .fancybox-content_eb0d87a5c09b590c {
  cursor: grabbing;
}

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

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

.fancybox-slide--html_972e4747634e6c5c .fancybox-content_eb0d87a5c09b590c {
  margin-bottom: 6px;
}

.fancybox-slide--iframe_bd2ea23cec61d392 .fancybox-content_eb0d87a5c09b590c, .fancybox-slide--map_433de4736ac695b1 .fancybox-content_eb0d87a5c09b590c, .fancybox-slide--video_0ea5ad59f561d10f .fancybox-content_eb0d87a5c09b590c {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video_0ea5ad59f561d10f .fancybox-content_eb0d87a5c09b590c {
  background: #000;
}

.fancybox-slide--map_433de4736ac695b1 .fancybox-content_eb0d87a5c09b590c {
  background: #e5e3df;
}

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

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

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

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

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

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

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

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

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

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

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

.fancybox-button--play_599f8a6aee867d40 svg path, .fancybox-button--share_5719aa4d0915615a svg path, .fancybox-button--thumbs_3705c9b853c09501 svg path {
  fill: currentColor;
}

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

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

.fancybox-show-nav_ac593af78a2a1744 .fancybox-navigation_cb77e0e1b452121f .fancybox-button_60851af60eb9d5d2 {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

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

.fancybox-navigation_cb77e0e1b452121f .fancybox-button--arrow_left_c10d17a16ece3a40 {
  left: 6px;
}

.fancybox-navigation_cb77e0e1b452121f .fancybox-button--arrow_right_7af5ca10e67f2d5a {
  right: 6px;
}

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

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

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

.fancybox-slide--iframe_bd2ea23cec61d392 .fancybox-close-small_a7e3fa1d4225925f, .fancybox-slide--image_100e308173f931c4 .fancybox-close-small_a7e3fa1d4225925f, .fancybox-slide--video_0ea5ad59f561d10f .fancybox-close-small_a7e3fa1d4225925f {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--iframe_bd2ea23cec61d392 .fancybox-close-small_a7e3fa1d4225925f:hover svg, .fancybox-slide--image_100e308173f931c4 .fancybox-close-small_a7e3fa1d4225925f:hover svg, .fancybox-slide--video_0ea5ad59f561d10f .fancybox-close-small_a7e3fa1d4225925f:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling_27da7274dc4f097b .fancybox-close-small_a7e3fa1d4225925f, .fancybox-is-zoomable_0928f4209be218df.fancybox-can-drag_ffeb7c6fe57ca7d7 .fancybox-close-small_a7e3fa1d4225925f {
  display: none;
}

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

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

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

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

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

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

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

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

.fancybox-fx-fade_9ca85ee00b3fe430.fancybox-slide--next_d53aea4b0060e332, .fancybox-fx-fade_9ca85ee00b3fe430.fancybox-slide--previous_3c1534d1e7a3419a {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade_9ca85ee00b3fe430.fancybox-slide--current_29519bcd60a6b98a {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-share__input_c4e733d59da0ca41 {
  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_f3f26744271dabd6 {
  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_2c9b761884b9ca30 {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs_98f320e1fa8e3925 .fancybox-thumbs_f3f26744271dabd6 {
  display: block;
}

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

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

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

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

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

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

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

.fancybox-thumbs_f3f26744271dabd6 > 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_f3f26744271dabd6 .fancybox-thumbs-active_c8dd4841b4a98c91:before {
  opacity: 1;
}

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

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

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

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

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

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

.slick-slider_de18f800d6af90ff .slick-track_875cba164f1bb286,
.slick-slider_de18f800d6af90ff .slick-list_25eff4929bdda8d6 {
  transform: translate3d(0, 0, 0);
}

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

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

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

.slick-loading_509b4d14308a6eea .slick-track_875cba164f1bb286 {
  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_509b4d14308a6eea img {
  display: none;
}

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

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

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

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

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