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

.h1_0d8031948146b4ab,
h1,
.h2_0bb0b341e599d27d,
h2,
.h3_3b75cf51ced5a931,
h3,
.h4_313b20458cfe20f6,
h4,
.h5_0981612f24d191ef,
h5,
.h6_3e2170103ddb17e7,
h6 {
  font-weight: 500;
  color: #19352D;
}

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

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

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

p {
  line-height: 1.7em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box-layout_de0aac1f10beb3eb {
  margin: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p0_d0dcef456b265ae9 {
  padding: 0 !important;
}

.m0_ef9d617e88925913 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1399px) {
  .xl-p0_72d292140142018a {
    padding: 0 !important;
  }
  .xl-m0_a3c855825aeb8115 {
    margin: 0 !important;
  }
  .xl-pt-10_b3b00ac8b36e6863 {
    padding-top: 10px !important;
  }
  .xl-pt-20_dfeb74a3d6e71da9 {
    padding-top: 20px !important;
  }
  .xl-pt-30_44ad38c2e680a515 {
    padding-top: 30px !important;
  }
  .xl-pt-40_4565a7f8b6c29520 {
    padding-top: 40px !important;
  }
  .xl-pt-50_cc7054b9019d6e7b {
    padding-top: 50px !important;
  }
  .xl-pt-60_6822e9bfb3e2b933 {
    padding-top: 60px !important;
  }
  .xl-pt-70_1535f6cde113be77 {
    padding-top: 70px !important;
  }
  .xl-pt-80_6306e981505c2147 {
    padding-top: 80px !important;
  }
  .xl-pt-90_5a4d5ea7730ad14c {
    padding-top: 90px !important;
  }
  .xl-pt-100_c352a5080a125ca4 {
    padding-top: 100px !important;
  }
  .xl-pt-110_8ff441af097b8649 {
    padding-top: 110px !important;
  }
  .xl-pt-120_172cac1f6b2c2a66 {
    padding-top: 120px !important;
  }
  .xl-pt-130_13fb6ddeb7e83638 {
    padding-top: 130px !important;
  }
  .xl-pt-140_c518922235e8fdef {
    padding-top: 140px !important;
  }
  .xl-pt-150_ddca24b1af29d6bf {
    padding-top: 150px !important;
  }
  .xl-pt-200_c40bca8af83b3b18 {
    padding-top: 200px !important;
  }
  .xl-pb-10_24ed87f7c6776254 {
    padding-bottom: 10px !important;
  }
  .xl-pb-20_457ce323b08d91f7 {
    padding-bottom: 20px !important;
  }
  .xl-pb-30_bc0d145e1640b258 {
    padding-bottom: 30px !important;
  }
  .xl-pb-40_8dae15ea2c41a30a {
    padding-bottom: 40px !important;
  }
  .xl-pb-50_3156c96824e3014b {
    padding-bottom: 50px !important;
  }
  .xl-pb-60_690fb5c3d4a131f7 {
    padding-bottom: 60px !important;
  }
  .xl-pb-70_241ba4739e7812f5 {
    padding-bottom: 70px !important;
  }
  .xl-pb-80_4b2202efccd4eaae {
    padding-bottom: 80px !important;
  }
  .xl-pb-90_34267b260fd3fefc {
    padding-bottom: 90px !important;
  }
  .xl-pb-100_c5adcb3cbd233e43 {
    padding-bottom: 100px !important;
  }
  .xl-pb-110_3cb482620652f903 {
    padding-bottom: 110px !important;
  }
  .xl-pb-120_bfc3362734d32e6e {
    padding-bottom: 120px !important;
  }
  .xl-pb-130_2027943c211222a0 {
    padding-bottom: 130px !important;
  }
  .xl-pb-140_2acf5b32d62be287 {
    padding-bottom: 140px !important;
  }
  .xl-pb-150_5084454aea80bc02 {
    padding-bottom: 150px !important;
  }
  .xl-pb-200_9c109117c2f73e35 {
    padding-bottom: 200px !important;
  }
  .xl-mt-10_3c4a6c4441b5effe {
    margin-top: 10px !important;
  }
  .xl-mt-20_8bc81d33dde4f446 {
    margin-top: 20px !important;
  }
  .xl-mt-30_da2a1e3e3a0fa40e {
    margin-top: 30px !important;
  }
  .xl-mt-40_3082df04a9c7c1b1 {
    margin-top: 40px !important;
  }
  .xl-mt-50_07c07fcc22e6046c {
    margin-top: 50px !important;
  }
  .xl-mt-60_b4356df20f3c992b {
    margin-top: 60px !important;
  }
  .xl-mt-70_aff2b69f69841b18 {
    margin-top: 70px !important;
  }
  .xl-mt-80_bc45c174beffbd22 {
    margin-top: 80px !important;
  }
  .xl-mt-90_ee98261f295d9df6 {
    margin-top: 90px !important;
  }
  .xl-mt-100_59facbcdcf89738e {
    margin-top: 100px !important;
  }
  .xl-mt-110_e894a31875936ab0 {
    margin-top: 110px !important;
  }
  .xl-mt-120_6bca2a7040456bac {
    margin-top: 120px !important;
  }
  .xl-mt-130_0ee9bcb6b1bc660f {
    margin-top: 130px !important;
  }
  .xl-mt-140_b9aaf876db2ee425 {
    margin-top: 140px !important;
  }
  .xl-mt-150_f3d645d451ddba42 {
    margin-top: 150px !important;
  }
  .xl-mt-200_ccb959fb28502643 {
    margin-top: 200px !important;
  }
  .xl-mb-10_fd051198a3fd5856 {
    margin-bottom: 10px !important;
  }
  .xl-mb-20_f6aa5d1231f300a4 {
    margin-bottom: 20px !important;
  }
  .xl-mb-30_5b631b717edbd831 {
    margin-bottom: 30px !important;
  }
  .xl-mb-40_b515f9b988916862 {
    margin-bottom: 40px !important;
  }
  .xl-mb-50_c976ca254b9a71f9 {
    margin-bottom: 50px !important;
  }
  .xl-mb-60_c3a86af8c8091854 {
    margin-bottom: 60px !important;
  }
  .xl-mb-70_06dcb178f2798f3c {
    margin-bottom: 70px !important;
  }
  .xl-mb-80_8041477798a1d2d1 {
    margin-bottom: 80px !important;
  }
  .xl-mb-90_1fdb1fb8a75211c7 {
    margin-bottom: 90px !important;
  }
  .xl-mb-100_783c1d207ad6a9d6 {
    margin-bottom: 100px !important;
  }
  .xl-mb-110_750b892e1fb52b33 {
    margin-bottom: 110px !important;
  }
  .xl-mb-120_7d623342b90293fc {
    margin-bottom: 120px !important;
  }
  .xl-mb-130_e5bfbcad6fc8ae7e {
    margin-bottom: 130px !important;
  }
  .xl-mb-140_4a280838863ca144 {
    margin-bottom: 140px !important;
  }
  .xl-mb-150_33f90d077f6453de {
    margin-bottom: 150px !important;
  }
  .xl-mb-200_71f2240f915d75bf {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 1399px)*/
@media (max-width: 1199px) {
  .lg-p0_7a46ea810bd9219d {
    padding: 0 !important;
  }
  .lg-m0_f07906a5a00c5789 {
    margin: 0 !important;
  }
  .lg-pt-10_85bd2773513c4f88 {
    padding-top: 10px !important;
  }
  .lg-pt-20_6ee166a95377fb19 {
    padding-top: 20px !important;
  }
  .lg-pt-30_8e9ff9adb0f5b4e7 {
    padding-top: 30px !important;
  }
  .lg-pt-40_9785bccd63ace24f {
    padding-top: 40px !important;
  }
  .lg-pt-50_32e35fa6032b3f55 {
    padding-top: 50px !important;
  }
  .lg-pt-60_873a22f788842430 {
    padding-top: 60px !important;
  }
  .lg-pt-70_3cb658ab7aef17c7 {
    padding-top: 70px !important;
  }
  .lg-pt-80_f07c2c960d5632be {
    padding-top: 80px !important;
  }
  .lg-pt-90_8c1b2780483b5e1d {
    padding-top: 90px !important;
  }
  .lg-pt-100_a96fc878c028ba56 {
    padding-top: 100px !important;
  }
  .lg-pt-110_e64317e8ac67ad8f {
    padding-top: 110px !important;
  }
  .lg-pt-120_69acd56d73d41e61 {
    padding-top: 120px !important;
  }
  .lg-pt-130_2e4ef412d7805a77 {
    padding-top: 130px !important;
  }
  .lg-pt-140_56a832607b4ab1cf {
    padding-top: 140px !important;
  }
  .lg-pt-150_c9e6e55a70b0b0a7 {
    padding-top: 150px !important;
  }
  .lg-pt-200_da73aa7bb7ed6892 {
    padding-top: 200px !important;
  }
  .lg-pb-10_8ec5d2f307b817da {
    padding-bottom: 10px !important;
  }
  .lg-pb-20_abcd16b584a2be36 {
    padding-bottom: 20px !important;
  }
  .lg-pb-30_3c900b47ba427a87 {
    padding-bottom: 30px !important;
  }
  .lg-pb-40_d908b03a5ee22d64 {
    padding-bottom: 40px !important;
  }
  .lg-pb-50_09d9904882f0eac0 {
    padding-bottom: 50px !important;
  }
  .lg-pb-60_b296db202d9557bb {
    padding-bottom: 60px !important;
  }
  .lg-pb-70_7350f4b7853e7fa1 {
    padding-bottom: 70px !important;
  }
  .lg-pb-80_d4333d99a0341e9d {
    padding-bottom: 80px !important;
  }
  .lg-pb-90_c911a3a0d09ad318 {
    padding-bottom: 90px !important;
  }
  .lg-pb-100_f2f786f750af0487 {
    padding-bottom: 100px !important;
  }
  .lg-pb-110_308acfabca8519a0 {
    padding-bottom: 110px !important;
  }
  .lg-pb-120_79cf595939fadcc4 {
    padding-bottom: 120px !important;
  }
  .lg-pb-130_635ef3870a838938 {
    padding-bottom: 130px !important;
  }
  .lg-pb-140_c945d265a985a7bb {
    padding-bottom: 140px !important;
  }
  .lg-pb-150_e3fac3b367cc981d {
    padding-bottom: 150px !important;
  }
  .lg-pb-200_a724af73cd1a63d4 {
    padding-bottom: 200px !important;
  }
  .lg-mt-10_bba98b83f8ca4b9a {
    margin-top: 10px !important;
  }
  .lg-mt-20_18af75af41ea92be {
    margin-top: 20px !important;
  }
  .lg-mt-30_781a182696dca0ec {
    margin-top: 30px !important;
  }
  .lg-mt-40_fb8098ac58dd5583 {
    margin-top: 40px !important;
  }
  .lg-mt-50_46b2160d02db54ed {
    margin-top: 50px !important;
  }
  .lg-mt-60_afbd7d1623dcf7ad {
    margin-top: 60px !important;
  }
  .lg-mt-70_f1807b1884b18ad3 {
    margin-top: 70px !important;
  }
  .lg-mt-80_6dc2fcb06d304e3b {
    margin-top: 80px !important;
  }
  .lg-mt-90_4d873630cb1776fb {
    margin-top: 90px !important;
  }
  .lg-mt-100_290b92dddaec835d {
    margin-top: 100px !important;
  }
  .lg-mt-110_34fc6bdc14d45903 {
    margin-top: 110px !important;
  }
  .lg-mt-120_2dc4e1e478745ccf {
    margin-top: 120px !important;
  }
  .lg-mt-130_0abc0aac0f32bbcb {
    margin-top: 130px !important;
  }
  .lg-mt-140_b89c07023ec9d3c5 {
    margin-top: 140px !important;
  }
  .lg-mt-150_5fcfdeb3957a56f3 {
    margin-top: 150px !important;
  }
  .lg-mt-200_61ef292d74418bc4 {
    margin-top: 200px !important;
  }
  .lg-mb-10_6f5579edb9c80868 {
    margin-bottom: 10px !important;
  }
  .lg-mb-20_8318091297354b03 {
    margin-bottom: 20px !important;
  }
  .lg-mb-30_4d07d65536556dec {
    margin-bottom: 30px !important;
  }
  .lg-mb-40_23a023c7d485cbb9 {
    margin-bottom: 40px !important;
  }
  .lg-mb-50_a76fb4a401d1349e {
    margin-bottom: 50px !important;
  }
  .lg-mb-60_2b4509f53950b87c {
    margin-bottom: 60px !important;
  }
  .lg-mb-70_6c49ed4a98882902 {
    margin-bottom: 70px !important;
  }
  .lg-mb-80_65af52f488c133bd {
    margin-bottom: 80px !important;
  }
  .lg-mb-90_fb57bb71a7d6466d {
    margin-bottom: 90px !important;
  }
  .lg-mb-100_d731202f7a1e1e25 {
    margin-bottom: 100px !important;
  }
  .lg-mb-110_b9bb25ff00bddea3 {
    margin-bottom: 110px !important;
  }
  .lg-mb-120_c916e14d6df06976 {
    margin-bottom: 120px !important;
  }
  .lg-mb-130_b086d8330a3a84df {
    margin-bottom: 130px !important;
  }
  .lg-mb-140_b8ef06b5c65a912e {
    margin-bottom: 140px !important;
  }
  .lg-mb-150_f4b01812ba752ff2 {
    margin-bottom: 150px !important;
  }
  .lg-mb-200_736b241e148490e5 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 1199px)*/
@media (max-width: 991px) {
  .md-p0_b69f19e684860d4a {
    padding: 0 !important;
  }
  .md-m0_69e8924c09661bd3 {
    margin: 0 !important;
  }
  .md-pt-10_846e74f7f1644ce2 {
    padding-top: 10px !important;
  }
  .md-pt-20_474093420dbfeea9 {
    padding-top: 20px !important;
  }
  .md-pt-30_23187417666c7439 {
    padding-top: 30px !important;
  }
  .md-pt-40_fcc9aa79cf86897f {
    padding-top: 40px !important;
  }
  .md-pt-50_8279980051bb62f3 {
    padding-top: 50px !important;
  }
  .md-pt-60_9e87e753b5302a47 {
    padding-top: 60px !important;
  }
  .md-pt-70_5ef15b2031780797 {
    padding-top: 70px !important;
  }
  .md-pt-80_0a7104dc3ddc6228 {
    padding-top: 80px !important;
  }
  .md-pt-90_c2f9e78f9627d0b6 {
    padding-top: 90px !important;
  }
  .md-pt-100_98cff2b42c0260a0 {
    padding-top: 100px !important;
  }
  .md-pt-110_288d5a1ad87221ad {
    padding-top: 110px !important;
  }
  .md-pt-120_5d67fc94ad8ff0ac {
    padding-top: 120px !important;
  }
  .md-pt-130_bdcec5d5ccdad4f7 {
    padding-top: 130px !important;
  }
  .md-pt-140_06aafe1ee643b99c {
    padding-top: 140px !important;
  }
  .md-pt-150_a4dd1b8fafa3c3d3 {
    padding-top: 150px !important;
  }
  .md-pt-200_bafd16bf1ed76a3f {
    padding-top: 200px !important;
  }
  .md-pb-10_025ad37a28fee994 {
    padding-bottom: 10px !important;
  }
  .md-pb-20_d867063fefd6f43f {
    padding-bottom: 20px !important;
  }
  .md-pb-30_e9699e29228eb7c8 {
    padding-bottom: 30px !important;
  }
  .md-pb-40_9ecc2e95be5a0150 {
    padding-bottom: 40px !important;
  }
  .md-pb-50_acb12c070d85b266 {
    padding-bottom: 50px !important;
  }
  .md-pb-60_7395b07c443d071e {
    padding-bottom: 60px !important;
  }
  .md-pb-70_c12a06f58d37b3a9 {
    padding-bottom: 70px !important;
  }
  .md-pb-80_782427258f04579b {
    padding-bottom: 80px !important;
  }
  .md-pb-90_2342a2fd59b204f5 {
    padding-bottom: 90px !important;
  }
  .md-pb-100_70e529abcf604113 {
    padding-bottom: 100px !important;
  }
  .md-pb-110_aa2f46d3bd9a24c3 {
    padding-bottom: 110px !important;
  }
  .md-pb-120_5bb880ebc944ffba {
    padding-bottom: 120px !important;
  }
  .md-pb-130_e34d64506400bccc {
    padding-bottom: 130px !important;
  }
  .md-pb-140_f32a401a594e6af3 {
    padding-bottom: 140px !important;
  }
  .md-pb-150_67e33975d7e526a5 {
    padding-bottom: 150px !important;
  }
  .md-pb-200_b8999aa34ffe9565 {
    padding-bottom: 200px !important;
  }
  .md-mt-10_96336e4ad5564e2c {
    margin-top: 10px !important;
  }
  .md-mt-20_2db50b3e6d6430a1 {
    margin-top: 20px !important;
  }
  .md-mt-30_b2477c0eeab4764a {
    margin-top: 30px !important;
  }
  .md-mt-40_85d0e8397564d1e5 {
    margin-top: 40px !important;
  }
  .md-mt-50_fb2285ffe2a20cd3 {
    margin-top: 50px !important;
  }
  .md-mt-60_d442f1d9a8e1fb73 {
    margin-top: 60px !important;
  }
  .md-mt-70_6d83646b916f65cf {
    margin-top: 70px !important;
  }
  .md-mt-80_e2ffaddd78a8c856 {
    margin-top: 80px !important;
  }
  .md-mt-90_050f7765d847bc33 {
    margin-top: 90px !important;
  }
  .md-mt-100_0cda9edec22521a6 {
    margin-top: 100px !important;
  }
  .md-mt-110_d3ec440c216e91a5 {
    margin-top: 110px !important;
  }
  .md-mt-120_45c7475ecb5c0b2a {
    margin-top: 120px !important;
  }
  .md-mt-130_ba5e2ed722041145 {
    margin-top: 130px !important;
  }
  .md-mt-140_200f239f49385e53 {
    margin-top: 140px !important;
  }
  .md-mt-150_83f0a83bdcbabc66 {
    margin-top: 150px !important;
  }
  .md-mt-200_86423defa0dcff63 {
    margin-top: 200px !important;
  }
  .md-mb-10_d624bb8f4cb9708f {
    margin-bottom: 10px !important;
  }
  .md-mb-20_1995e1b44b790be2 {
    margin-bottom: 20px !important;
  }
  .md-mb-30_4933909cb6cee38a {
    margin-bottom: 30px !important;
  }
  .md-mb-40_1c905d3057d7a2d5 {
    margin-bottom: 40px !important;
  }
  .md-mb-50_1ea158e1c92eddb7 {
    margin-bottom: 50px !important;
  }
  .md-mb-60_1988006d4652cbcb {
    margin-bottom: 60px !important;
  }
  .md-mb-70_830f477d88e49e63 {
    margin-bottom: 70px !important;
  }
  .md-mb-80_3eff3bc777805495 {
    margin-bottom: 80px !important;
  }
  .md-mb-90_5cdf1e27dda17b49 {
    margin-bottom: 90px !important;
  }
  .md-mb-100_46d8d1f01ec3cffe {
    margin-bottom: 100px !important;
  }
  .md-mb-110_b6e19033497014da {
    margin-bottom: 110px !important;
  }
  .md-mb-120_643722c4f5a88ca1 {
    margin-bottom: 120px !important;
  }
  .md-mb-130_710596242f227a26 {
    margin-bottom: 130px !important;
  }
  .md-mb-140_2b596cfd12fa7ac7 {
    margin-bottom: 140px !important;
  }
  .md-mb-150_bee0b634169a8ce2 {
    margin-bottom: 150px !important;
  }
  .md-mb-200_a650fabce38c4434 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 991px)*/
@media (max-width: 767px) {
  .sm-p0_008fe8a3ca9fb0f6 {
    padding: 0 !important;
  }
  .sm-m0_67c34bce86e00868 {
    margin: 0 !important;
  }
  .sm-pt-10_39681ddb2c012721 {
    padding-top: 10px !important;
  }
  .sm-pt-20_43b7b6971762fa42 {
    padding-top: 20px !important;
  }
  .sm-pt-30_ce6d8e1bcc0443a7 {
    padding-top: 30px !important;
  }
  .sm-pt-40_09841d754da22c59 {
    padding-top: 40px !important;
  }
  .sm-pt-50_a295e1e863a83bdb {
    padding-top: 50px !important;
  }
  .sm-pt-60_c22a3b62997616d2 {
    padding-top: 60px !important;
  }
  .sm-pt-70_4b25f6e6be0d77ff {
    padding-top: 70px !important;
  }
  .sm-pt-80_83eddc01263e079b {
    padding-top: 80px !important;
  }
  .sm-pt-90_ad4dda2131511b84 {
    padding-top: 90px !important;
  }
  .sm-pt-100_0734ff8e6d18dc99 {
    padding-top: 100px !important;
  }
  .sm-pt-110_4f01fb97c15f7423 {
    padding-top: 110px !important;
  }
  .sm-pt-120_0bc85a79ef022822 {
    padding-top: 120px !important;
  }
  .sm-pt-130_aa61e12fa5cc375e {
    padding-top: 130px !important;
  }
  .sm-pt-140_52dd78e6d4d3ac90 {
    padding-top: 140px !important;
  }
  .sm-pt-150_eb1494141ee0301f {
    padding-top: 150px !important;
  }
  .sm-pt-200_1a8921a728f8f54d {
    padding-top: 200px !important;
  }
  .sm-pb-10_32fe4a6efd68121e {
    padding-bottom: 10px !important;
  }
  .sm-pb-20_44395fe0474bad32 {
    padding-bottom: 20px !important;
  }
  .sm-pb-30_03b5479e8a356de5 {
    padding-bottom: 30px !important;
  }
  .sm-pb-40_2e93c58981027998 {
    padding-bottom: 40px !important;
  }
  .sm-pb-50_ba2b952c810ec99c {
    padding-bottom: 50px !important;
  }
  .sm-pb-60_ee69bfa231fdf56f {
    padding-bottom: 60px !important;
  }
  .sm-pb-70_ecd0890c7a053f74 {
    padding-bottom: 70px !important;
  }
  .sm-pb-80_45dfd4d32063e974 {
    padding-bottom: 80px !important;
  }
  .sm-pb-90_c152985bcbf53149 {
    padding-bottom: 90px !important;
  }
  .sm-pb-100_21f9a5df7d2b9228 {
    padding-bottom: 100px !important;
  }
  .sm-pb-110_fc23f4f5c5c3b5b7 {
    padding-bottom: 110px !important;
  }
  .sm-pb-120_6e6ad70c931b1bed {
    padding-bottom: 120px !important;
  }
  .sm-pb-130_8e19d1de4f6941d3 {
    padding-bottom: 130px !important;
  }
  .sm-pb-140_0b4984e1ddff44e1 {
    padding-bottom: 140px !important;
  }
  .sm-pb-150_d4ce615b748cb4b6 {
    padding-bottom: 150px !important;
  }
  .sm-pb-200_62d4e2125d13104c {
    padding-bottom: 200px !important;
  }
  .sm-mt-10_19b8c2d80d670e20 {
    margin-top: 10px !important;
  }
  .sm-mt-20_5cb691911ec9806a {
    margin-top: 20px !important;
  }
  .sm-mt-30_04504c7d7771c48d {
    margin-top: 30px !important;
  }
  .sm-mt-40_b9b330ad09fd5a52 {
    margin-top: 40px !important;
  }
  .sm-mt-50_11efb187b27dd105 {
    margin-top: 50px !important;
  }
  .sm-mt-60_68c99e17d6839ebd {
    margin-top: 60px !important;
  }
  .sm-mt-70_f9184c8c8dd6856d {
    margin-top: 70px !important;
  }
  .sm-mt-80_e4f7ae6e06cf572d {
    margin-top: 80px !important;
  }
  .sm-mt-90_fd72b06bb35ec9be {
    margin-top: 90px !important;
  }
  .sm-mt-100_cb144144879e4f3b {
    margin-top: 100px !important;
  }
  .sm-mt-110_fb71bb6912e2c94d {
    margin-top: 110px !important;
  }
  .sm-mt-120_b0b544e33b94d22f {
    margin-top: 120px !important;
  }
  .sm-mt-130_182f3695d159a361 {
    margin-top: 130px !important;
  }
  .sm-mt-140_17d4c7494d3877e6 {
    margin-top: 140px !important;
  }
  .sm-mt-150_38214aece653d314 {
    margin-top: 150px !important;
  }
  .sm-mt-200_ded124121adb3668 {
    margin-top: 200px !important;
  }
  .sm-mb-10_2fd6688872891e48 {
    margin-bottom: 10px !important;
  }
  .sm-mb-20_fde26f6471026d1e {
    margin-bottom: 20px !important;
  }
  .sm-mb-30_3b62cc600b518eba {
    margin-bottom: 30px !important;
  }
  .sm-mb-40_ce62413334099e1b {
    margin-bottom: 40px !important;
  }
  .sm-mb-50_7f84fe06c0b2cf3d {
    margin-bottom: 50px !important;
  }
  .sm-mb-60_9f8a597a3fdaa539 {
    margin-bottom: 60px !important;
  }
  .sm-mb-70_1ba71525f092fa18 {
    margin-bottom: 70px !important;
  }
  .sm-mb-80_011940c1155fef92 {
    margin-bottom: 80px !important;
  }
  .sm-mb-90_da7af9cfa184f580 {
    margin-bottom: 90px !important;
  }
  .sm-mb-100_0e6ac9df56160364 {
    margin-bottom: 100px !important;
  }
  .sm-mb-110_cce29f7bed801455 {
    margin-bottom: 110px !important;
  }
  .sm-mb-120_59dbe8173b2d219c {
    margin-bottom: 120px !important;
  }
  .sm-mb-130_69b60b55c539faff {
    margin-bottom: 130px !important;
  }
  .sm-mb-140_0432855f3c67333f {
    margin-bottom: 140px !important;
  }
  .sm-mb-150_84f650589f6617e1 {
    margin-bottom: 150px !important;
  }
  .sm-mb-200_db0d21829edb42b6 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 767px)*/
@media (max-width: 575px) {
  .xs-p0_37cd3f53e6389de7 {
    padding: 0 !important;
  }
  .xs-m0_e4f1eed667fab363 {
    margin: 0 !important;
  }
  .xs-pt-10_185c77b33ca0ecf9 {
    padding-top: 10px !important;
  }
  .xs-pt-20_c5514bc1495b1f44 {
    padding-top: 20px !important;
  }
  .xs-pt-30_c5d68f5ad35ed034 {
    padding-top: 30px !important;
  }
  .xs-pt-40_cd5bf9a872e60eb8 {
    padding-top: 40px !important;
  }
  .xs-pt-50_c32780043f9ddede {
    padding-top: 50px !important;
  }
  .xs-pt-60_ae25ff2fb9e5f63f {
    padding-top: 60px !important;
  }
  .xs-pt-70_32940a28396315b7 {
    padding-top: 70px !important;
  }
  .xs-pt-80_f8faa78194b20b67 {
    padding-top: 80px !important;
  }
  .xs-pt-90_448c266791779aa7 {
    padding-top: 90px !important;
  }
  .xs-pt-100_9221a2c59102b80e {
    padding-top: 100px !important;
  }
  .xs-pt-110_eac1b757c138ae79 {
    padding-top: 110px !important;
  }
  .xs-pt-120_6031cd2d9084614d {
    padding-top: 120px !important;
  }
  .xs-pt-130_c9f9f63431245792 {
    padding-top: 130px !important;
  }
  .xs-pt-140_60f1c9c8ae0dbd08 {
    padding-top: 140px !important;
  }
  .xs-pt-150_0153e440f5356b48 {
    padding-top: 150px !important;
  }
  .xs-pt-200_193735a61b947dd3 {
    padding-top: 200px !important;
  }
  .xs-pb-10_198f78032b059e7a {
    padding-bottom: 10px !important;
  }
  .xs-pb-20_1a754a30a05bbd70 {
    padding-bottom: 20px !important;
  }
  .xs-pb-30_5a802faffbadef40 {
    padding-bottom: 30px !important;
  }
  .xs-pb-40_1a6a69535d296f86 {
    padding-bottom: 40px !important;
  }
  .xs-pb-50_6faae6b86f8f0a78 {
    padding-bottom: 50px !important;
  }
  .xs-pb-60_227f7b4fc4aeb58b {
    padding-bottom: 60px !important;
  }
  .xs-pb-70_da5865ccd54a3ce0 {
    padding-bottom: 70px !important;
  }
  .xs-pb-80_f7a99c1aa2bc607b {
    padding-bottom: 80px !important;
  }
  .xs-pb-90_6b1b7840aa86c517 {
    padding-bottom: 90px !important;
  }
  .xs-pb-100_41dfebf535625b0e {
    padding-bottom: 100px !important;
  }
  .xs-pb-110_de1dcd861f9d617e {
    padding-bottom: 110px !important;
  }
  .xs-pb-120_972b2c89549e22e5 {
    padding-bottom: 120px !important;
  }
  .xs-pb-130_54efc9525ea9a509 {
    padding-bottom: 130px !important;
  }
  .xs-pb-140_beb92005070b2cb4 {
    padding-bottom: 140px !important;
  }
  .xs-pb-150_a9175f2dd80b3736 {
    padding-bottom: 150px !important;
  }
  .xs-pb-200_d4cdeba61001db84 {
    padding-bottom: 200px !important;
  }
  .xs-mt-10_7f1042b4d70a8115 {
    margin-top: 10px !important;
  }
  .xs-mt-20_7aeb9a136ae65db0 {
    margin-top: 20px !important;
  }
  .xs-mt-30_a41d839d83768077 {
    margin-top: 30px !important;
  }
  .xs-mt-40_543879d6b8984844 {
    margin-top: 40px !important;
  }
  .xs-mt-50_c3307bcf1e78eb2d {
    margin-top: 50px !important;
  }
  .xs-mt-60_c698af35f8de3df6 {
    margin-top: 60px !important;
  }
  .xs-mt-70_87d4d440d38711b4 {
    margin-top: 70px !important;
  }
  .xs-mt-80_614f19a205e49ae2 {
    margin-top: 80px !important;
  }
  .xs-mt-90_24618df8480035e5 {
    margin-top: 90px !important;
  }
  .xs-mt-100_f6738e9257861c35 {
    margin-top: 100px !important;
  }
  .xs-mt-110_a7cc672c688a0ac2 {
    margin-top: 110px !important;
  }
  .xs-mt-120_05f96262d152baf4 {
    margin-top: 120px !important;
  }
  .xs-mt-130_c1f4025ab1b9d91b {
    margin-top: 130px !important;
  }
  .xs-mt-140_65ba64aaf2396ad3 {
    margin-top: 140px !important;
  }
  .xs-mt-150_32ec9f5913b6d012 {
    margin-top: 150px !important;
  }
  .xs-mt-200_c38f98308a4ffc7b {
    margin-top: 200px !important;
  }
  .xs-mb-10_33d4e0cf8948d7a2 {
    margin-bottom: 10px !important;
  }
  .xs-mb-20_b93bf5d8d90b43a8 {
    margin-bottom: 20px !important;
  }
  .xs-mb-30_7e6bcbdd0108c591 {
    margin-bottom: 30px !important;
  }
  .xs-mb-40_c1d17faf4ce10e58 {
    margin-bottom: 40px !important;
  }
  .xs-mb-50_c08ea9924ee71d7d {
    margin-bottom: 50px !important;
  }
  .xs-mb-60_63ee1f5fac0333c9 {
    margin-bottom: 60px !important;
  }
  .xs-mb-70_3a435f439e56a16f {
    margin-bottom: 70px !important;
  }
  .xs-mb-80_9c097724a4de823b {
    margin-bottom: 80px !important;
  }
  .xs-mb-90_b11af182bd32c985 {
    margin-bottom: 90px !important;
  }
  .xs-mb-100_76010cd0000e4ac7 {
    margin-bottom: 100px !important;
  }
  .xs-mb-110_021db191a3e24c8a {
    margin-bottom: 110px !important;
  }
  .xs-mb-120_6145740d6c5f0b8e {
    margin-bottom: 120px !important;
  }
  .xs-mb-130_e7d046302df0bada {
    margin-bottom: 130px !important;
  }
  .xs-mb-140_ad590f60fb766940 {
    margin-bottom: 140px !important;
  }
  .xs-mb-150_12dc971e98e2a779 {
    margin-bottom: 150px !important;
  }
  .xs-mb-200_59b4032cc2161b89 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 575px)*/
.theme-main-menu_6a3bfa0e426c29b4 {
  background: #fff;
  position: relative;
  z-index: 999;
  padding: 18px 40px;
  transition: all 0.4s ease-in-out 0s;
}
.theme-main-menu_6a3bfa0e426c29b4.menu-overlay_6ba640325fff5ca2 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: transparent;
}
.theme-main-menu_6a3bfa0e426c29b4.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_6a3bfa0e426c29b4 .navbar-toggler_6577196246851488 {
  width: 48px;
  height: 44px;
  padding: 0;
  box-shadow: none;
  position: relative;
  z-index: 99;
  border: none;
  background: #CFFF45;
}
.theme-main-menu_6a3bfa0e426c29b4.menu-style-three_abf7b626f5060e92 .navbar-toggler_6577196246851488 {
  background: #000;
}
.theme-main-menu_6a3bfa0e426c29b4.menu-style-four_13e694aa6690e939 .navbar-toggler_6577196246851488 {
  background: #E6FD5A;
}
.theme-main-menu_6a3bfa0e426c29b4.menu-style-five_9813f5b3b9e824c5 .navbar-toggler_6577196246851488 {
  background: #DFFF5E;
}
.theme-main-menu_6a3bfa0e426c29b4 .navbar-toggler_6577196246851488:focus {
  box-shadow: none;
}
.theme-main-menu_6a3bfa0e426c29b4 .navbar-toggler_6577196246851488::before,
.theme-main-menu_6a3bfa0e426c29b4 .navbar-toggler_6577196246851488::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_6a3bfa0e426c29b4 .navbar-toggler_6577196246851488 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_6a3bfa0e426c29b4.menu-style-three_abf7b626f5060e92 .navbar-toggler_6577196246851488:before, .theme-main-menu_6a3bfa0e426c29b4.menu-style-three_abf7b626f5060e92 .navbar-toggler_6577196246851488:after, .theme-main-menu_6a3bfa0e426c29b4.menu-style-three_abf7b626f5060e92 .navbar-toggler_6577196246851488 span {
  background: #fff;
}
.theme-main-menu_6a3bfa0e426c29b4 .navbar-toggler_6577196246851488::before {
  transform: translate3d(0, -9px, 0) scale3d(1, 1, 1);
}
.theme-main-menu_6a3bfa0e426c29b4 .navbar-toggler_6577196246851488::after {
  transform: translate3d(0, 8px, 0) scale3d(1, 1, 1);
}
.theme-main-menu_6a3bfa0e426c29b4 .navbar-toggler_6577196246851488[aria-expanded=true] span {
  opacity: 0;
}
.theme-main-menu_6a3bfa0e426c29b4 .navbar-toggler_6577196246851488[aria-expanded=true]::before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.theme-main-menu_6a3bfa0e426c29b4 .navbar-toggler_6577196246851488[aria-expanded=true]::after {
  transform: rotate3d(0, 0, 1, -45deg);
}
.theme-main-menu_6a3bfa0e426c29b4 .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_6a3bfa0e426c29b4 .nav-item:hover .nav-link {
  color: #0C3A30;
}
.theme-main-menu_6a3bfa0e426c29b4.white-vr_84f225b1ad0c151d .nav-item .nav-link {
  color: #fff;
}
.theme-main-menu_6a3bfa0e426c29b4.white-vr_84f225b1ad0c151d .nav-item:hover .nav-link {
  color: #CFFF45;
}
.theme-main-menu_6a3bfa0e426c29b4.white-vr_84f225b1ad0c151d.fixed {
  background: #0C3A30;
  border: none;
}
.theme-main-menu_6a3bfa0e426c29b4.menu-style-one_d0fca07f077e0291 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.theme-main-menu_6a3bfa0e426c29b4.menu-style-two_1152a5ee8443ece1 {
  padding: 0;
  background: #EDF1EE;
}
.theme-main-menu_6a3bfa0e426c29b4.menu-style-two_1152a5ee8443ece1 .info-row_451fbf1929d1b3c4 {
  padding-top: 12px;
  padding-bottom: 12px;
  overflow: hidden;
}
.theme-main-menu_6a3bfa0e426c29b4.menu-style-two_1152a5ee8443ece1 .gap-fix_75f83ef7eb28c29f {
  padding-left: 40px;
  padding-right: 40px;
}
.theme-main-menu_6a3bfa0e426c29b4.menu-style-two_1152a5ee8443ece1 .greetings_74a080cf4394c759 {
  font-size: 18px;
  color: #19352D;
}
.theme-main-menu_6a3bfa0e426c29b4.menu-style-two_1152a5ee8443ece1 .contact-info_21fe8a190687136a {
  margin: 0 -15px;
}
.theme-main-menu_6a3bfa0e426c29b4.menu-style-two_1152a5ee8443ece1 .contact-info_21fe8a190687136a li {
  padding: 0 15px;
}
.theme-main-menu_6a3bfa0e426c29b4.menu-style-two_1152a5ee8443ece1 .contact-info_21fe8a190687136a li a {
  font-size: 18px;
  color: #19352D;
}
.theme-main-menu_6a3bfa0e426c29b4.menu-style-two_1152a5ee8443ece1 .contact-info_21fe8a190687136a li a:hover {
  text-decoration: underline;
}
.theme-main-menu_6a3bfa0e426c29b4.menu-style-two_1152a5ee8443ece1 .inner-content_eb781a43dc424820 {
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
.theme-main-menu_6a3bfa0e426c29b4.menu-style-two_1152a5ee8443ece1.fixed .info-row_451fbf1929d1b3c4 {
  display: none;
}
.theme-main-menu_6a3bfa0e426c29b4.menu-style-five_9813f5b3b9e824c5 {
  background: #000;
  padding: 0;
}
.theme-main-menu_6a3bfa0e426c29b4.menu-style-five_9813f5b3b9e824c5 .inner-content_eb781a43dc424820 {
  background: #fff;
  border-radius: 30px;
  padding: 18px 40px;
}
.theme-main-menu_6a3bfa0e426c29b4.menu-style-six_4800f8d913bced9a .nav-item .nav-link {
  color: #044F3B;
}
.theme-main-menu_6a3bfa0e426c29b4.menu-style-six_4800f8d913bced9a .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_6a3bfa0e426c29b4 .navbar {
  position: static;
}

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

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

.navbar [class*=mega-dropdown] .menu-column_4120126241b94660 {
  padding: 5px 0;
}
.navbar [class*=mega-dropdown] .menu-column_4120126241b94660 .mega-menu-title_1b2ea8d40ce28f60 {
  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_6a3bfa0e426c29b4 .login-btn-one_259b5c96e361d44d a {
  color: #000;
}
.theme-main-menu_6a3bfa0e426c29b4 .login-btn-one_259b5c96e361d44d a:hover {
  text-decoration: underline;
}
.theme-main-menu_6a3bfa0e426c29b4 .login-btn-two_d0f778f5b7c5400f a {
  color: #044F3B;
}
.theme-main-menu_6a3bfa0e426c29b4 .login-btn-two_d0f778f5b7c5400f a:hover {
  text-decoration: underline;
}
.theme-main-menu_6a3bfa0e426c29b4 .signup-btn-one_8debaabbf0a562c2 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_6a3bfa0e426c29b4 .signup-btn-one_8debaabbf0a562c2 .icon_5a3e6a4e5456fef3 {
  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_6a3bfa0e426c29b4 .signup-btn-one_8debaabbf0a562c2:hover span {
  background: #29594B;
  color: #fff;
}
.theme-main-menu_6a3bfa0e426c29b4 .signup-btn-one_8debaabbf0a562c2:hover .icon_5a3e6a4e5456fef3 {
  background: #CFFF45;
  color: #29594B;
}
.theme-main-menu_6a3bfa0e426c29b4 .signup-btn-two_b36b6681dffd51f2 {
  color: #044F3B;
  line-height: 50px;
  border: 1px solid #044F3B;
  border-radius: 40px;
  background: #CFFF45;
  padding: 0 32px;
  text-align: center;
}
.theme-main-menu_6a3bfa0e426c29b4 .signup-btn-two_b36b6681dffd51f2:hover {
  background: #29594B;
  color: #fff;
}
.theme-main-menu_6a3bfa0e426c29b4 .quote-one_fda36467609daeb1 {
  line-height: 48px;
  color: #fff;
  font-size: 18px;
  padding: 0 26px;
  border: 1px solid #fff;
  border-radius: 40px;
}
.theme-main-menu_6a3bfa0e426c29b4 .quote-one_fda36467609daeb1:hover {
  background: #CFFF45;
  color: #19352D;
}

.category-menu_2b8f902a6d66774b {
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  padding: 0 40px;
}
.category-menu_2b8f902a6d66774b li {
  position: relative;
  padding: 0 15px;
}
.category-menu_2b8f902a6d66774b li a {
  font-size: 15px;
  font-weight: 500;
  color: #536159;
  padding: 13px 0;
  transition: all 0.2s ease-in-out 0s;
}
.category-menu_2b8f902a6d66774b li a:hover {
  color: #0C3A30;
}
.category-menu_2b8f902a6d66774b .dropdown-menu {
  padding: 0;
}
.category-menu_2b8f902a6d66774b .dropdown-menu li {
  padding: 0;
}
.category-menu_2b8f902a6d66774b .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_e6f4fb8e717e5694 .logo_9aaf4a7a204193e0 {
    margin-bottom: 10vh;
    padding-left: 12px;
  }
  .white-vr_84f225b1ad0c151d .navbar-collapse_e6f4fb8e717e5694 {
    background-color: #0C3A30;
  }
  .navbar-collapse_e6f4fb8e717e5694 {
    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_e6f4fb8e717e5694.show {
    transform: translateX(0);
    box-shadow: 15px 0 25px rgba(35, 35, 35, 0.09);
  }
  .theme-main-menu_6a3bfa0e426c29b4 .navbar .mega-dropdown_381444e27ce97a1a {
    position: relative;
  }
  .navbar .navbar-nav .nav-link {
    margin: 0;
    padding: 15px 12px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
  }
  .white-vr_84f225b1ad0c151d .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_4120126241b94660 {
    padding: 0;
  }
  .navbar .dropdown-toggle::after {
    position: absolute;
    right: 15px;
    top: calc(50% - 2px);
  }
  .dashboard-menu_6559d272ddbd9623 .nav-link::before {
    right: auto;
    left: 0;
    top: -2px;
  }
}
/*(max-width: 991px)*/
.hero-banner-one_cb4e0d7a55261c1a {
  background: #29594B;
  z-index: 9;
}
.hero-banner-one_cb4e0d7a55261c1a::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_cb4e0d7a55261c1a .hero-slider-one {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.hero-banner-one_cb4e0d7a55261c1a .hero-slider-one .hero-img_e9b603b0724f1b37 {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-banner-one_cb4e0d7a55261c1a .hero-slider-one .slick-list_24a97f5ea1b4257e, .hero-banner-one_cb4e0d7a55261c1a .hero-slider-one .slick-track_b5bf3a75d7b6efe2, .hero-banner-one_cb4e0d7a55261c1a .hero-slider-one .item {
  height: 100%;
}
.hero-banner-one_cb4e0d7a55261c1a .hero-heading_192eb721ea1d5ffd {
  font-weight: 700;
  color: #000;
  background: url(../snapshots/shape_19572641de/shape_01.svg) no-repeat left top;
  background-size: cover;
  padding: 11px 31px 25px 25px;
}
.hero-banner-one_cb4e0d7a55261c1a .more-btn_e7dc54a5de396dff {
  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_cb4e0d7a55261c1a .more-btn_e7dc54a5de396dff:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #19352D;
}

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

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

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

.hero-banner-five_5b5afcc28c5ce27d {
  background: #000;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.hero-banner-five_5b5afcc28c5ce27d .bg-wrapper_0464f325a46611a2 {
  background: #fff;
  border-radius: 30px;
  z-index: 1;
}
.hero-banner-five_5b5afcc28c5ce27d .hero-heading_192eb721ea1d5ffd {
  font-size: 85px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.176em;
  color: #000;
}
.hero-banner-five_5b5afcc28c5ce27d .rating_f7d0606fb7609cfc h3 {
  font-size: 42px;
  margin-bottom: 0px;
}
.hero-banner-five_5b5afcc28c5ce27d .rating_f7d0606fb7609cfc p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.hero-banner-five_5b5afcc28c5ce27d .media-wrapper_3ed86f616eee2a46 {
  position: absolute;
  background: url(../snapshots/assets_6b200365cf/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_5b5afcc28c5ce27d .media-wrapper_3ed86f616eee2a46 .shape_01_f291f50208c3e2e3 {
  right: 0;
  bottom: 14%;
  width: 41.1%;
  z-index: 1;
}
.hero-banner-five_5b5afcc28c5ce27d .media-wrapper_3ed86f616eee2a46 .shape_02_73f97799c31c3cec {
  top: 34%;
  left: 0;
  transform: translateX(-50%);
  width: 19.34%;
}

.hero-banner-six_b8e807f61560070c .hero-heading_192eb721ea1d5ffd {
  font-size: 100px;
  line-height: 1.05em;
  color: #044F3B;
}
.hero-banner-six_b8e807f61560070c .media-wrapper_3ed86f616eee2a46 {
  background: url(../snapshots/media/img_48.jpg) no-repeat center;
  background-size: cover;
  border-radius: 20px;
  max-width: 536px;
  width: 100%;
  height: 100%;
}
.hero-banner-six_b8e807f61560070c .media-wrapper_3ed86f616eee2a46 .screen_01_1895a942122c41cc {
  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_b8e807f61560070c .media-wrapper_3ed86f616eee2a46 .screen_02_60813bdd134706d5 {
  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_b8e807f61560070c .media-wrapper_3ed86f616eee2a46 .bg-shape_c1ba63ac2dce24da {
  max-width: 130%;
  left: 47%;
  bottom: -12%;
  transform: translateX(-50%);
}
.hero-banner-six_b8e807f61560070c .shape_01_f291f50208c3e2e3 {
  bottom: 9%;
  left: 40%;
  width: 6.53%;
}

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

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

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

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

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

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

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

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

.fancy-banner-eight_37c027dc3981068f .bg-wrapper_0464f325a46611a2 {
  background: #F3F8F7;
  padding: 30px 75px 0;
}
.fancy-banner-eight_37c027dc3981068f .media-wrapper_3ed86f616eee2a46 {
  padding: 0 38px;
  margin-bottom: -6px;
}
.fancy-banner-eight_37c027dc3981068f .media-wrapper_3ed86f616eee2a46 .shape_01_f291f50208c3e2e3 {
  width: 100%;
  bottom: 0;
  left: 0;
}
.fancy-banner-eight_37c027dc3981068f .shape_02_73f97799c31c3cec {
  right: -123px;
  bottom: -5px;
}

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

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

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

.inner-banner-one_9fb6f701e1dde248 + .blog-details_d06d0b6791c0dd80 {
  margin-top: 15px;
}

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

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

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

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

.block-feature-three_38f4ccc233a5c951 {
  z-index: 1;
}
.block-feature-three_38f4ccc233a5c951:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 34%;
  bottom: 0;
  background: #EBF3EE;
  z-index: -1;
}
.block-feature-three_38f4ccc233a5c951.no-bg_adda00330e4e5d97:before {
  display: none;
}
.block-feature-three_38f4ccc233a5c951 .section-btn_5273c376d0475776 {
  position: absolute;
  right: 0;
  top: 68px;
}
.block-feature-three_38f4ccc233a5c951 .block-title_323628bc9d0ee29a a {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25em;
  color: #19352D;
}
.block-feature-three_38f4ccc233a5c951 .block-title_323628bc9d0ee29a a:hover {
  text-decoration: underline;
}
.block-feature-three_38f4ccc233a5c951 .round-btn_d1848d540e55a114 {
  font-size: 18px;
  font-weight: 900;
  color: #29594B;
  width: 38px;
  height: 38px;
  border: 1px solid #29594B;
}
.block-feature-three_38f4ccc233a5c951 .round-btn_d1848d540e55a114:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #19352D;
}
.block-feature-three_38f4ccc233a5c951 .block-one_c1d24c61738a9d9d {
  background: url(../snapshots/media/img_05.jpg) no-repeat center;
  background-size: cover;
  height: 470px;
}
.block-feature-three_38f4ccc233a5c951 .block-one_c1d24c61738a9d9d .tag_c2df67d19e5088a7 {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  line-height: 25px;
  border: 1px solid #000;
  padding: 0 10px;
}
.block-feature-three_38f4ccc233a5c951 .block-one_c1d24c61738a9d9d .block-title_323628bc9d0ee29a {
  background: url(../snapshots/shape_19572641de/shape_02.svg) no-repeat right top;
  background-size: cover;
  border-radius: 25px;
  padding: 12px 0 18px 18px;
}
.block-feature-three_38f4ccc233a5c951 .block-two_dac68a895db3b708 {
  overflow: hidden;
}
.block-feature-three_38f4ccc233a5c951 .block-two_dac68a895db3b708 .img-wrapper_5542bd1d39550dec {
  background: url(../snapshots/media/img_06.jpg) no-repeat center;
  background-size: cover;
  width: 42%;
}
.block-feature-three_38f4ccc233a5c951 .block-two_dac68a895db3b708 .text-wrapper_b071ff141de146f7 {
  width: 58%;
  padding: 30px 30px 35px 60px;
}
.block-feature-three_38f4ccc233a5c951 .block-two_dac68a895db3b708 .tag_c2df67d19e5088a7 {
  font-size: 13px;
  letter-spacing: 1px;
  color: white;
  line-height: 27px;
  border-radius: 17px;
  background: #29594B;
  padding: 0 17px;
}
.block-feature-three_38f4ccc233a5c951 .block-three_6b95dc991c8a29d1 {
  background: #D3FF76;
}
.block-feature-three_38f4ccc233a5c951 .block-three_6b95dc991c8a29d1 .tag_c2df67d19e5088a7 {
  font-size: 13px;
  letter-spacing: 1px;
  color: white;
  line-height: 27px;
  border-radius: 17px;
  background: #29594B;
  padding: 0 17px;
}
.block-feature-three_38f4ccc233a5c951 .block-three_6b95dc991c8a29d1 .round-btn_d1848d540e55a114 {
  background: #fff;
  border-color: #fff;
}
.block-feature-three_38f4ccc233a5c951 .block-three_6b95dc991c8a29d1 .round-btn_d1848d540e55a114:hover {
  background: #29594B;
  border-color: #29594B;
  color: #fff;
}
.block-feature-three_38f4ccc233a5c951 .block-four_975d36be93cb9287 {
  background: url(../snapshots/media/img_07.jpg) no-repeat center;
  background-size: cover;
}
.block-feature-three_38f4ccc233a5c951 .block-four_975d36be93cb9287 .block-title_323628bc9d0ee29a {
  background: url(../snapshots/shape_19572641de/shape_03.svg) no-repeat right top;
  background-size: cover;
  border-radius: 18px;
  padding: 12px 16px 12px 18px;
}
.block-feature-three_38f4ccc233a5c951 .block-four_975d36be93cb9287 .block-title_323628bc9d0ee29a a {
  font-size: 28px;
}
.block-feature-three_38f4ccc233a5c951 .block-four_975d36be93cb9287 .tag_c2df67d19e5088a7 {
  font-size: 13px;
  letter-spacing: 1px;
  color: #29594B;
  line-height: 27px;
  border-radius: 17px;
  background: #fff;
  padding: 0 17px;
}
.block-feature-three_38f4ccc233a5c951 .block-four_975d36be93cb9287 .round-btn_d1848d540e55a114 {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.block-feature-three_38f4ccc233a5c951 .block-four_975d36be93cb9287 .round-btn_d1848d540e55a114:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #000;
}
.block-feature-three_38f4ccc233a5c951 .block-five_0063432bbafb455f {
  background: url(../snapshots/blog/blog_img_05.jpg) no-repeat center;
  background-size: cover;
  height: 358px;
}
.block-feature-three_38f4ccc233a5c951 .block-five_0063432bbafb455f .tag_c2df67d19e5088a7 {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  line-height: 25px;
  border: 1px solid #000;
  padding: 0 10px;
}
.block-feature-three_38f4ccc233a5c951 .block-five_0063432bbafb455f .block-title_323628bc9d0ee29a {
  background: url(../snapshots/shape_19572641de/shape_29.svg) no-repeat right top;
  background-size: cover;
  border-radius: 15px;
  padding: 12px 10px 18px 18px;
}

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

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

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

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

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

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

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

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

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

.block-feature-thirteen_92eecd5b640182fa .upper-wrapper_9a8ab3d3e0bdba8a {
  border-bottom: 1px solid #E6E6E6;
}
.block-feature-thirteen_92eecd5b640182fa .upper-wrapper_9a8ab3d3e0bdba8a .shape_01_f291f50208c3e2e3 {
  right: 6%;
  bottom: 16%;
}
.block-feature-thirteen_92eecd5b640182fa .line-loop_52b61813ebfa51bf:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 130%;
  right: 0;
  top: 57%;
  background: #E6E6E6;
  z-index: -1;
}
.block-feature-thirteen_92eecd5b640182fa .graph-panel_ea6c040592aa5fe5 {
  border-right: 1px solid #E6E6E6;
}
.block-feature-thirteen_92eecd5b640182fa .graph-panel_ea6c040592aa5fe5 .main-count_7de8841e96c27456 {
  font-size: 120px;
}
.block-feature-thirteen_92eecd5b640182fa .graph-panel_ea6c040592aa5fe5 .chart-box_0da6f8e330586497 {
  padding: 0 15px;
}
.block-feature-thirteen_92eecd5b640182fa .graph-panel_ea6c040592aa5fe5 .chart-box_0da6f8e330586497 .chart-inner_1db5f64d3bf62a4f {
  width: 120px;
  background: #196164;
}

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

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

.block-feature-sixteen_de4f358468dce16e .media-img_82ba702b1fddea16 {
  border-radius: 30px;
}
.block-feature-sixteen_de4f358468dce16e .shape_01_f291f50208c3e2e3 {
  top: 31%;
  left: 50%;
}

.block-feature-seventeen_eaf7f39c561ab6cc .section-subheading_3cebe491b9cf70ca {
  position: absolute;
  right: 0;
  top: 0;
  width: 37%;
}
.block-feature-seventeen_eaf7f39c561ab6cc .shape_01_f291f50208c3e2e3 {
  max-width: 8%;
  top: 12%;
  left: 43%;
}

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

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

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

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

.text-feature-four_139eb648183cb6eb {
  z-index: 1;
}
.text-feature-four_139eb648183cb6eb .avatar_486b01f92af93291 {
  width: 65px;
  height: 65px;
}
.text-feature-four_139eb648183cb6eb .name {
  font-size: 28px;
}
.text-feature-four_139eb648183cb6eb .quote-text_2dde4f3ffbb7a41a {
  font-size: 50px;
  line-height: 1.4em;
}
.text-feature-four_139eb648183cb6eb .shape_01_f291f50208c3e2e3 {
  top: 56%;
  left: 22%;
  animation: rotated 60s infinite linear;
}
.text-feature-four_139eb648183cb6eb .shape_02_73f97799c31c3cec {
  top: 12%;
  right: 9%;
  width: 16px;
  animation: rotated 50s infinite linear;
}

.text-feature-five_5f14b5deea7e7ecc .bg-wrapper_0464f325a46611a2 {
  background: #FFF2AC;
}
.text-feature-five_5f14b5deea7e7ecc 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_5f14b5deea7e7ecc 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_5f14b5deea7e7ecc 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_5f14b5deea7e7ecc li:hover:before {
  background: #29594B;
}
.text-feature-five_5f14b5deea7e7ecc li:hover:after {
  color: #fff;
}
.text-feature-five_5f14b5deea7e7ecc .media-wrapper_3ed86f616eee2a46 {
  background: url(../snapshots/media/img_20.jpg) no-repeat center;
  background-size: cover;
  z-index: 1;
}
.text-feature-five_5f14b5deea7e7ecc .media-wrapper_3ed86f616eee2a46 .video-icon_64dcc507dbb70c2d {
  width: 90px;
  height: 90px;
  background: #fff;
}
.text-feature-five_5f14b5deea7e7ecc .media-wrapper_3ed86f616eee2a46 .video-icon_64dcc507dbb70c2d:hover {
  background: #CFFF45;
}
.text-feature-five_5f14b5deea7e7ecc .media-wrapper_3ed86f616eee2a46 .screen_01_1895a942122c41cc {
  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_a100e447fcb6e2ae {
  z-index: 1;
}
.text-feature-six_a100e447fcb6e2ae .media-wrapper_3ed86f616eee2a46 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 63.64%;
  z-index: -1;
}
.text-feature-six_a100e447fcb6e2ae .media-wrapper_3ed86f616eee2a46 .screen_01_1895a942122c41cc {
  width: 61.1%;
  bottom: 32%;
  right: -4%;
  z-index: 1;
  animation: jumpThree 5s infinite linear;
}
.text-feature-six_a100e447fcb6e2ae .shape_01_f291f50208c3e2e3 {
  left: 0;
  bottom: 23%;
  width: 12.3%;
}
.text-feature-six_a100e447fcb6e2ae .shape_02_73f97799c31c3cec {
  top: 1%;
  right: 39%;
}

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

.text-feature-nine_f99f0cfc42d92ef1 {
  background: url(../snapshots/assets_6b200365cf/bg_03.svg) no-repeat center bottom;
  background-size: cover;
  z-index: 1;
}
.text-feature-nine_f99f0cfc42d92ef1 .block_3843e320b4399b14 .icon_5a3e6a4e5456fef3 {
  height: 50px;
}
.text-feature-nine_f99f0cfc42d92ef1 .vertical-text-wrapper_27707a97970c8c92 {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  border-left: 1px solid rgba(254, 255, 252, 0.17);
}
.text-feature-nine_f99f0cfc42d92ef1 .vertical-text-wrapper_27707a97970c8c92 .text-list_d7873ac87672c5a2 {
  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_f99f0cfc42d92ef1 .vertical-text-wrapper_27707a97970c8c92 .text-list_d7873ac87672c5a2:hover {
  color: #C5FF4A;
  opacity: 1;
  mix-blend-mode: normal;
}
.text-feature-nine_f99f0cfc42d92ef1 .vertical-text-wrapper_27707a97970c8c92 .shape_01_f291f50208c3e2e3 {
  left: -83px;
  bottom: 21%;
  animation: jumpThree 6s infinite linear;
}
.text-feature-nine_f99f0cfc42d92ef1 .vertical-text-wrapper_27707a97970c8c92 .shape_02_73f97799c31c3cec {
  left: 10%;
  top: 25%;
  animation: jumpFour 6s infinite linear;
}
.text-feature-nine_f99f0cfc42d92ef1 .shape_03_a171568dba990c88 {
  left: 5%;
  top: 10%;
  animation: jumpFour 6s infinite linear;
}
.text-feature-nine_f99f0cfc42d92ef1 .shape_04_c59a382edd8ed6d7 {
  bottom: 0;
  left: 13%;
  width: 29%;
}

.team-section-one_f05236962e862975 .section-btn_5273c376d0475776 {
  position: absolute;
  right: 0;
  top: 25px;
}

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

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

.team-section-three_b8c3586b6c98f1a8 {
  z-index: 1;
}
.team-section-three_b8c3586b6c98f1a8:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  background: url(../snapshots/shape_19572641de/shape_09.svg) no-repeat right bottom;
  background-size: cover;
  z-index: -1;
}
.team-section-three_b8c3586b6c98f1a8 .section-btn_5273c376d0475776 {
  position: absolute;
  right: 0;
  top: 15px;
}
.team-section-three_b8c3586b6c98f1a8 .shape_01_f291f50208c3e2e3 {
  width: 2.3%;
  top: 17%;
  left: 39%;
}
.team-section-three_b8c3586b6c98f1a8 .shape_02_73f97799c31c3cec {
  width: 1.5%;
  bottom: 6%;
  right: 9%;
}
.team-section-three_b8c3586b6c98f1a8 .shape_03_a171568dba990c88 {
  max-width: 22%;
  bottom: 0;
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.partner-logo-one_7eac9055f37ee4f7 .logo_9aaf4a7a204193e0 {
  width: 100%;
  height: 60px;
}

.modal .modal-dialog {
  height: auto;
}
.modal .modal-dialog .modal-content_a652b281edf989a2 {
  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_3b6ea84f06d49112 {
  max-width: 565px;
}
.user-data-form .form-wrapper_3b6ea84f06d49112 .input-group-meta_58ff94e984a75195 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_3b6ea84f06d49112 .input-group-meta_58ff94e984a75195 label {
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  margin-bottom: 6px;
}
.user-data-form .form-wrapper_3b6ea84f06d49112 .input-group-meta_58ff94e984a75195 .placeholder_icon_eb06c13274584d0b {
  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_3b6ea84f06d49112 .input-group-meta_58ff94e984a75195 .placeholder_icon_eb06c13274584d0b img {
  position: relative;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%);
}
.user-data-form .form-wrapper_3b6ea84f06d49112 .input-group-meta_58ff94e984a75195 .placeholder_icon_eb06c13274584d0b span {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
  position: relative;
}
.user-data-form .form-wrapper_3b6ea84f06d49112 .input-group-meta_58ff94e984a75195 .placeholder_icon_eb06c13274584d0b 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_3b6ea84f06d49112 .input-group-meta_58ff94e984a75195 .placeholder_icon_eb06c13274584d0b span.eye-slash_70feb2e5027edba0:before {
  opacity: 0;
}
.user-data-form .agreement-checkbox_78830a70f1664465 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_78830a70f1664465 label a {
  color: #0E3E2F;
  text-decoration: underline;
}
.user-data-form .agreement-checkbox_78830a70f1664465 input[type=checkbox] {
  display: none;
}
.user-data-form .agreement-checkbox_78830a70f1664465 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_78830a70f1664465 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_78830a70f1664465 a {
  position: relative;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.user-data-form .agreement-checkbox_78830a70f1664465 a:hover {
  text-decoration: underline;
  color: #0E3E2F;
}
.user-data-form .line_7825be2f192416e2 {
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.user-data-form .social-use-btn_062d61a7d893c3f5 {
  font-size: 16px;
  color: #000;
  height: 55px;
  border: 1px solid #E5E5E5;
  border-radius: 7px;
}
.user-data-form .social-use-btn_062d61a7d893c3f5:hover {
  background: rgba(0, 0, 0, 0.06);
}
.user-data-form .social-use-btn_062d61a7d893c3f5 img {
  width: 20px;
}
.user-data-form .btn-close_e754f1c8a389357f {
  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_96cd9ab28b132ac9 .main-count_7de8841e96c27456 {
  font-size: 64px;
  color: #19352D;
}

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

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

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

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

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

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

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

.card-style-three_f8d9409b295689c4 .icon_5a3e6a4e5456fef3 {
  height: 38px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.portfolio-block-one_fa95f3ed13a99103 .img-holder_f0449590a9f1c99e {
  position: relative;
  overflow: hidden;
}
.portfolio-block-one_fa95f3ed13a99103 .img-holder_f0449590a9f1c99e.round-border_5beaedd4d321d1e3 {
  border-radius: 30px;
}
.portfolio-block-one_fa95f3ed13a99103 .img-holder_f0449590a9f1c99e .expend_c9f0b5679955cee2 {
  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_fa95f3ed13a99103 .img-holder_f0449590a9f1c99e 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_fa95f3ed13a99103 .img-holder_f0449590a9f1c99e i:hover {
  background: #DFFF5E;
}
.portfolio-block-one_fa95f3ed13a99103:hover .expend_c9f0b5679955cee2 {
  opacity: 1;
}
.portfolio-block-one_fa95f3ed13a99103:hover .img-meta_29602f2d648f0e24 {
  transform: scale(1.1) rotate(5deg);
}
.portfolio-block-one_fa95f3ed13a99103:hover .pj-title_0ec36ddcfa940358 {
  text-decoration: underline;
}
.portfolio-block-one_fa95f3ed13a99103 .caption {
  margin-top: 35px;
}
.portfolio-block-one_fa95f3ed13a99103 .caption .tag_c2df67d19e5088a7 {
  margin: 0 -3px;
}
.portfolio-block-one_fa95f3ed13a99103 .caption .tag_c2df67d19e5088a7 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_fa95f3ed13a99103 .caption .pj-title_0ec36ddcfa940358 {
  font-size: 32px;
  color: #000;
  margin-top: 15px;
}
.portfolio-block-one_fa95f3ed13a99103 .caption .arrow {
  font-size: 26px;
  color: #000;
}
.portfolio-block-one_fa95f3ed13a99103 .caption .arrow:hover {
  color: #0C3A30;
}

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

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

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

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

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

.project-details-two_9217b146013d3fd7 .bg-wrapper_0464f325a46611a2 {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.project-details-two_9217b146013d3fd7 .slider-wrapper_ac5337a025c646a6 {
  height: 100%;
}
.project-details-two_9217b146013d3fd7 .slider-wrapper_ac5337a025c646a6 .carousel-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.project-details-two_9217b146013d3fd7 .slider-wrapper_ac5337a025c646a6 .carousel-control-next_572489b5bb28bb36,
.project-details-two_9217b146013d3fd7 .slider-wrapper_ac5337a025c646a6 .carousel-control-prev_3c7d4cb1e0314587 {
  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_9217b146013d3fd7 .slider-wrapper_ac5337a025c646a6 .carousel-control-next_572489b5bb28bb36:hover,
.project-details-two_9217b146013d3fd7 .slider-wrapper_ac5337a025c646a6 .carousel-control-prev_3c7d4cb1e0314587:hover {
  background: #29594B;
  color: #fff;
}
.project-details-two_9217b146013d3fd7 .slider-wrapper_ac5337a025c646a6 .carousel-control-prev_3c7d4cb1e0314587 {
  left: auto;
  right: 45px;
}
.project-details-two_9217b146013d3fd7 .info-wrapper_0d4017d0cc548058 {
  padding: 55px 50px 85px 70px;
}
.project-details-two_9217b146013d3fd7 .info-wrapper_0d4017d0cc548058 h3 {
  font-size: 36px;
}
.project-details-two_9217b146013d3fd7 .info-wrapper_0d4017d0cc548058 .list-meta_b1922b8553b84759 li {
  padding: 22px 0;
}
.project-details-two_9217b146013d3fd7 .info-wrapper_0d4017d0cc548058 .list-meta_b1922b8553b84759 .icon_5a3e6a4e5456fef3 {
  width: 40px;
}
.project-details-two_9217b146013d3fd7 .info-wrapper_0d4017d0cc548058 .list-meta_b1922b8553b84759 .text1_6d14980a934946c4 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}
.project-details-two_9217b146013d3fd7 .info-wrapper_0d4017d0cc548058 .list-meta_b1922b8553b84759 span {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
}
.project-details-two_9217b146013d3fd7 .info-wrapper_0d4017d0cc548058 .social-share_bed5fbeac5b11320 li {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.project-details-two_9217b146013d3fd7 .info-wrapper_0d4017d0cc548058 .social-share_bed5fbeac5b11320 li a {
  font-size: 20px;
  color: #19352D;
  margin-left: 20px;
}

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

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

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

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

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

.feedback-section-three_df645dd7a4ca33d7 .slider-wrapper_ac5337a025c646a6 {
  padding-left: 100px;
}
.feedback-section-three_df645dd7a4ca33d7 .slider-wrapper_ac5337a025c646a6 .icon_5a3e6a4e5456fef3 {
  left: 0;
  top: 18px;
}
.feedback-section-three_df645dd7a4ca33d7 .slick-dots_245a42ec100c24a3 {
  margin: 50px 0 0 15px;
  padding: 0;
}
.feedback-section-three_df645dd7a4ca33d7 .slick-dots_245a42ec100c24a3 li button {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #000;
  padding: 0;
  margin-right: 3px;
}
.feedback-section-three_df645dd7a4ca33d7 .slick-dots_245a42ec100c24a3 .slick-active button {
  background: #000;
}
.feedback-section-three_df645dd7a4ca33d7 .rating-box_e9117ba23c1c8a42 {
  position: absolute;
  padding: 50px 37px 35px;
  left: -75px;
  bottom: -65px;
  z-index: 1;
  background: #000;
}
.feedback-section-three_df645dd7a4ca33d7 .rating-box_e9117ba23c1c8a42 .rating_f7d0606fb7609cfc {
  font-size: 58px;
  letter-spacing: -1px;
  line-height: 25px;
  margin-bottom: 20px;
}
.feedback-section-three_df645dd7a4ca33d7 .shape_01_f291f50208c3e2e3 {
  width: 15px;
  top: 7%;
  right: 52%;
}
.feedback-section-three_df645dd7a4ca33d7 .shape_02_73f97799c31c3cec {
  width: 20px;
  bottom: 17%;
  right: 17%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.blog-meta-one_373e95071203abdd {
  background: #fff;
  border-radius: 30px;
}
.blog-meta-one_373e95071203abdd .post-data_27be063f87be740b {
  padding: 30px 35px 25px;
}
.blog-meta-one_373e95071203abdd .post-data_27be063f87be740b .post-info_18f1b13208ddfba6 {
  font-size: 18px;
  color: #AAAAAA;
}
.blog-meta-one_373e95071203abdd .post-data_27be063f87be740b .blog-title_976667efb936bc9d {
  font-size: 32px;
  line-height: 1.281em;
}
.blog-meta-one_373e95071203abdd .post-data_27be063f87be740b .blog-title_976667efb936bc9d:hover {
  text-decoration: underline;
}
.blog-meta-one_373e95071203abdd .post-img_51669a08533c1fea {
  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_373e95071203abdd .post-img_51669a08533c1fea .round-btn_d1848d540e55a114 {
  font-size: 25px;
  width: 55px;
  height: 55px;
  background: #fff;
  color: #19352D;
}
.blog-meta-one_373e95071203abdd:hover .round-btn_d1848d540e55a114 {
  background: #CFFF45;
}
.blog-meta-one_373e95071203abdd.style-two_61b2e1244c67f385 {
  background: #F6F6F6;
  border-radius: 0;
}
.blog-meta-one_373e95071203abdd.style-two_61b2e1244c67f385 .post-img_51669a08533c1fea {
  border-radius: 0;
}
.blog-meta-one_373e95071203abdd.style-two_61b2e1244c67f385 .blog-title_976667efb936bc9d {
  font-weight: 700;
  font-size: 28px;
  color: #000;
}

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

.blog-meta-two_777def8e05743181 {
  background: #fff;
}
.blog-meta-two_777def8e05743181 .post-data_27be063f87be740b {
  padding-top: 30px;
}
.blog-meta-two_777def8e05743181 .post-data_27be063f87be740b .blog-title_976667efb936bc9d {
  width: 70%;
}
.blog-meta-two_777def8e05743181 .post-data_27be063f87be740b .blog-title_976667efb936bc9d h4 {
  font-size: 32px;
  line-height: 1.281em;
}
.blog-meta-two_777def8e05743181 .post-data_27be063f87be740b .blog-title_976667efb936bc9d:hover h4 {
  text-decoration: underline;
}
.blog-meta-two_777def8e05743181 .post-data_27be063f87be740b .round-btn_d1848d540e55a114 {
  font-size: 25px;
  width: 60px;
  height: 60px;
  border: 1px solid #19352D;
  background: #fff;
  color: #19352D;
}
.blog-meta-two_777def8e05743181 .post-data_27be063f87be740b .round-btn_d1848d540e55a114:hover {
  background: #CFFF45;
  border-color: #CFFF45;
}
.blog-meta-two_777def8e05743181 .post-data_27be063f87be740b .post-info_18f1b13208ddfba6 {
  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_777def8e05743181 .post-img_51669a08533c1fea {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-meta-two_777def8e05743181 .post-img_51669a08533c1fea .date_f984bc4011b1120d {
  line-height: 38px;
  font-size: 16px;
  padding: 0 18px;
  text-transform: uppercase;
  background: #fff;
  color: #19352D;
}
.blog-meta-two_777def8e05743181.style-two_61b2e1244c67f385 {
  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_777def8e05743181.style-two_61b2e1244c67f385 p {
  font-size: 18px;
}
.blog-meta-two_777def8e05743181.style-two_61b2e1244c67f385 .post-img_51669a08533c1fea {
  height: auto;
  width: 100%;
}
.blog-meta-two_777def8e05743181.style-two_61b2e1244c67f385 .post-data_27be063f87be740b {
  padding: 26px 0;
}
.blog-meta-two_777def8e05743181.style-two_61b2e1244c67f385 .post-data_27be063f87be740b .post-info_18f1b13208ddfba6 {
  border: none;
  padding: 0;
  margin: 0 0 12px;
}
.blog-meta-two_777def8e05743181.style-two_61b2e1244c67f385 .post-data_27be063f87be740b .round-btn_d1848d540e55a114 {
  border: none;
}

.signup-btn-one_8debaabbf0a562c2 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_8debaabbf0a562c2 .icon_5a3e6a4e5456fef3 {
  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_71d1e1f3b672b3f9 {
  z-index: 1;
}
.blog-section-three_71d1e1f3b672b3f9 .section-btn_5273c376d0475776 {
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 1;
}

.blog-section-four_ccfa2b1061ea6bdc {
  z-index: 5;
}
.blog-section-four_ccfa2b1061ea6bdc.block-feature-three_38f4ccc233a5c951:before {
  display: none;
}
.blog-section-four_ccfa2b1061ea6bdc.block-feature-three_38f4ccc233a5c951 .block-one_c1d24c61738a9d9d {
  background: url(../snapshots/blog/blog_img_05.jpg) no-repeat center;
  height: 666px;
}

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

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

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

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

.blog-details_d06d0b6791c0dd80 .post-details-meta_a2ef5b660b774683 {
  border-top: 1px dashed #BEBEBE;
  margin-top: 30px;
  padding: 36px 0;
}
.blog-details_d06d0b6791c0dd80 .post-details-meta_a2ef5b660b774683 p {
  line-height: 1.8em;
  margin-bottom: 30px;
}
.blog-details_d06d0b6791c0dd80 .post-details-meta_a2ef5b660b774683 .quote-wrapper_17571f72ee75e111 {
  text-align: center;
  margin: 62px 0 35px;
}
.blog-details_d06d0b6791c0dd80 .post-details-meta_a2ef5b660b774683 .quote-wrapper_17571f72ee75e111 .wrapper_7ffc967fab032dcd {
  position: relative;
  padding: 38px 12px 40px;
  border-top: 1px dashed #CBCBCB;
  border-bottom: 1px dashed #CBCBCB;
}
.blog-details_d06d0b6791c0dd80 .post-details-meta_a2ef5b660b774683 .quote-wrapper_17571f72ee75e111 .wrapper_7ffc967fab032dcd .icon_5a3e6a4e5456fef3 {
  width: 55px;
  height: 55px;
  background: #29594B;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-details_d06d0b6791c0dd80 .post-details-meta_a2ef5b660b774683 .quote-wrapper_17571f72ee75e111 .wrapper_7ffc967fab032dcd h3 {
  font-size: 36px;
  line-height: 1.444em;
  margin: 0;
}
.blog-details_d06d0b6791c0dd80 .post-details-meta_a2ef5b660b774683 .quote-wrapper_17571f72ee75e111 h6 {
  font-size: 20px;
  margin: 24px 0 0;
}
.blog-details_d06d0b6791c0dd80 .post-details-meta_a2ef5b660b774683 .quote-wrapper_17571f72ee75e111 h6 span {
  color: rgba(0, 0, 0, 0.5);
}
.blog-details_d06d0b6791c0dd80 .post-details-meta_a2ef5b660b774683 .img-gallery_0a0204d0486b6e26 {
  margin-bottom: 50px;
}
.blog-details_d06d0b6791c0dd80 .post-details-meta_a2ef5b660b774683 .img-gallery_0a0204d0486b6e26 img {
  border-radius: 20px;
  margin-top: 15px;
}
.blog-details_d06d0b6791c0dd80 .post-details-meta_a2ef5b660b774683 h3 {
  font-size: 32px;
  margin-bottom: 20px;
}
.blog-details_d06d0b6791c0dd80 .post-details-meta_a2ef5b660b774683 .list-item_3e4660340889ccf7 li {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  position: relative;
  padding-left: 33px;
  margin-bottom: 23px;
}
.blog-details_d06d0b6791c0dd80 .post-details-meta_a2ef5b660b774683 .list-item_3e4660340889ccf7 li:after {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  font-size: 0.95em;
  top: 3px;
  left: 0;
  color: #000;
}
.blog-details_d06d0b6791c0dd80 .bottom-widget_68dc946b0f895d98 {
  padding: 10px 0 5px;
}
.blog-details_d06d0b6791c0dd80 .bottom-widget_68dc946b0f895d98 .tags_1ff716cbb77e7fdf li:first-child {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
  margin-right: 7px;
}
.blog-details_d06d0b6791c0dd80 .bottom-widget_68dc946b0f895d98 .tags_1ff716cbb77e7fdf a {
  line-height: 26px;
  border-radius: 16px;
  background: #fff;
  padding: 0 10px;
  color: #19352D;
  font-size: 16px;
  margin-right: 5px;
}
.blog-details_d06d0b6791c0dd80 .bottom-widget_68dc946b0f895d98 .tags_1ff716cbb77e7fdf a:hover {
  color: #000;
  text-decoration: underline;
}
.blog-details_d06d0b6791c0dd80 .bottom-widget_68dc946b0f895d98 .share-icon_70773f8c781b7333 li:first-child {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.blog-details_d06d0b6791c0dd80 .bottom-widget_68dc946b0f895d98 .share-icon_70773f8c781b7333 a {
  color: #19352D;
  font-size: 18px;
  margin-left: 17px;
}
.blog-details_d06d0b6791c0dd80 .grey-bg_dd7837f2e3b4ed14 {
  background: #f4f4f4;
  border-radius: 30px;
  padding: 40px 35px;
}
.blog-details_d06d0b6791c0dd80 .blog-inner-title_298f90c8ed4f3d96 {
  font-size: 42px;
  margin-bottom: 10px;
}
.blog-details_d06d0b6791c0dd80 .blog-comment-area_51bd511c090c9b17 {
  margin: 60px 0;
}
.blog-details_d06d0b6791c0dd80 .blog-comment-area_51bd511c090c9b17 .comment_122443025845ebbc {
  border-top: 1px dashed #CBCBCB;
  padding: 38px 0 20px;
}
.blog-details_d06d0b6791c0dd80 .blog-comment-area_51bd511c090c9b17 .comment_122443025845ebbc:last-child {
  padding-bottom: 5px;
}
.blog-details_d06d0b6791c0dd80 .blog-comment-area_51bd511c090c9b17 .comment_122443025845ebbc .reply-comment_121f11e4180365e3 {
  border: none;
  padding: 40px 0 30px;
}
.blog-details_d06d0b6791c0dd80 .blog-comment-area_51bd511c090c9b17 .comment_122443025845ebbc .user-avatar_e65cc5674ac700e7 {
  width: 60px;
  height: 60px;
}
.blog-details_d06d0b6791c0dd80 .blog-comment-area_51bd511c090c9b17 .comment_122443025845ebbc .comment-text_6374ea98f4c65748 {
  width: calc(100% - 60px);
  padding-left: 25px;
  position: relative;
}
.blog-details_d06d0b6791c0dd80 .blog-comment-area_51bd511c090c9b17 .comment_122443025845ebbc .comment-text_6374ea98f4c65748 .name {
  font-size: 20px;
  color: #19352D;
}
.blog-details_d06d0b6791c0dd80 .blog-comment-area_51bd511c090c9b17 .comment_122443025845ebbc .comment-text_6374ea98f4c65748 .date_f984bc4011b1120d {
  font-size: 16px;
  color: #ADADAD;
}
.blog-details_d06d0b6791c0dd80 .blog-comment-area_51bd511c090c9b17 .comment_122443025845ebbc .comment-text_6374ea98f4c65748 p {
  font-size: 18px;
  line-height: 32px;
  margin: 7px 0 10px 0px;
}
.blog-details_d06d0b6791c0dd80 .blog-comment-area_51bd511c090c9b17 .comment_122443025845ebbc .comment-text_6374ea98f4c65748 .reply-btn_08136b9cfb751a54 {
  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_d06d0b6791c0dd80 .blog-comment-area_51bd511c090c9b17 .comment_122443025845ebbc .comment-text_6374ea98f4c65748 .reply-btn_08136b9cfb751a54:hover {
  background: #CFFF45;
  color: #19352D;
}
.blog-details_d06d0b6791c0dd80 .blog-comment-form_524239ac9c8e2c8d p a {
  color: #19352D;
}
.blog-details_d06d0b6791c0dd80 .blog-comment-form_524239ac9c8e2c8d form label {
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  padding-bottom: 5px;
}
.blog-details_d06d0b6791c0dd80 .blog-comment-form_524239ac9c8e2c8d form input {
  display: block;
  font-size: 18px;
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 8px;
  padding: 0 25px;
  background: #fff;
}
.blog-details_d06d0b6791c0dd80 .blog-comment-form_524239ac9c8e2c8d 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_88a0fe02399da717 {
  height: 600px;
}

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

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

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

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

.footer-one_9f4a247c21d561f8 {
  background: #0C3A30;
  padding-top: 95px;
}
.footer-one_9f4a247c21d561f8 .bottom-footer_a2615941d71136b5 {
  border-top: 1px dashed rgba(255, 255, 255, 0.25);
  margin-top: 32px;
  padding: 40px 0 25px;
}
.footer-one_9f4a247c21d561f8 .social-icon_3f77cd957b2921e7 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_9f4a247c21d561f8 .social-icon_3f77cd957b2921e7 a:hover {
  background: #CFFF45;
  color: #29594B;
}
.footer-one_9f4a247c21d561f8 .footer-title_c8434574e811929c {
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
}
.footer-one_9f4a247c21d561f8 .footer-nav-link_30e6ec9c20324e1a a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 46px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-one_9f4a247c21d561f8 .footer-nav-link_30e6ec9c20324e1a a:hover {
  color: #fff;
}
.footer-nav-link_30e6ec9c20324e1a p {
  font-size: 16px;
}
.logo_9aaf4a7a204193e0 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_166b6821db3b342b {
  min-width: 80px;
  max-height: 40px;
  max-width: 150px;
}
.casino-li_aead5cbdd31a34c9 {
  align-content: center;
}

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

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

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

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

.footer-three_157306c96531924a {
  padding: 75px 0 0;
  position: relative;
  z-index: 1;
}
.footer-three_157306c96531924a .round-bg_c85dc68b3ccf16f3 {
  width: 350px;
  height: 350px;
  padding: 15px 15px;
  background: #FFF6C6;
}
.footer-three_157306c96531924a .round-bg_c85dc68b3ccf16f3.color-two_05120416f29a500b {
  background: #F6FFDD;
}
.footer-three_157306c96531924a .footer-intro_05611289c23aad89 p a {
  font-weight: 500;
  font-size: 24px;
  color: #000;
}
.footer-three_157306c96531924a .footer-intro_05611289c23aad89 p a:hover {
  color: #19352D;
  text-decoration: underline;
}
.footer-three_157306c96531924a .footer-title_c8434574e811929c {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.footer-three_157306c96531924a .footer-nav-link_30e6ec9c20324e1a a {
  color: rgba(0, 0, 0, 0.5);
  line-height: 46px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-three_157306c96531924a .footer-nav-link_30e6ec9c20324e1a a:hover {
  color: #19352D;
  text-decoration: underline;
}
.footer-three_157306c96531924a .bottom-footer_a2615941d71136b5 {
  border-top: 1px solid #e2e2e2;
  margin-top: 40px;
  padding: 40px 0 25px;
}
.footer-three_157306c96531924a .bottom-footer_a2615941d71136b5 .copyright_102bd5517de04a98 {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}
.footer-three_157306c96531924a .bottom-footer_a2615941d71136b5 .bottom-nav_3655b541c1b85603 {
  margin: 0 -12px;
}
.footer-three_157306c96531924a .bottom-footer_a2615941d71136b5 .bottom-nav_3655b541c1b85603 a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: #000;
}
.footer-three_157306c96531924a .bottom-footer_a2615941d71136b5 .bottom-nav_3655b541c1b85603 a:hover {
  text-decoration: underline;
}
.footer-three_157306c96531924a .bottom-footer_a2615941d71136b5 .social-icon_3f77cd957b2921e7 {
  margin: 0 -10px;
}
.footer-three_157306c96531924a .bottom-footer_a2615941d71136b5 .social-icon_3f77cd957b2921e7 a {
  margin: 0 10px;
}
.footer-three_157306c96531924a .bottom-footer_a2615941d71136b5 .social-icon_3f77cd957b2921e7 a:hover {
  color: #19352D;
}
.footer-three_157306c96531924a .shape_01_f291f50208c3e2e3 {
  top: -3%;
  left: -3%;
}
.footer-three_157306c96531924a .shape_02_73f97799c31c3cec {
  bottom: 8%;
  right: 13%;
  animation: rotated 48s infinite linear;
}

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

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

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

.footer-five_df9c4d77cb48129d {
  background: #000;
  padding: 105px 0 20px;
  z-index: 1;
  overflow: hidden;
}
.footer-five_df9c4d77cb48129d:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: url(../snapshots/assets_6b200365cf/bg_07.svg) no-repeat center bottom;
  background-size: cover;
  z-index: -1;
}
.footer-five_df9c4d77cb48129d h2 {
  font-size: 132px;
  line-height: 1.185em;
}
.footer-five_df9c4d77cb48129d .btn-group_94bf16d10b6eba5a {
  padding: 15px 15px 15px 55px;
  border-radius: 80px;
  background: #DFFF5E;
  margin: 85px 0 110px;
}
.footer-five_df9c4d77cb48129d .btn-group_94bf16d10b6eba5a h3 {
  font-size: 70px;
  color: #000;
  margin: 0;
}
.footer-five_df9c4d77cb48129d .btn-group_94bf16d10b6eba5a h3 span {
  font-weight: 700;
  font-style: italic;
  text-decoration-line: underline;
  text-decoration-thickness: 4px;
}
.footer-five_df9c4d77cb48129d .btn-group_94bf16d10b6eba5a .round-btn_d1848d540e55a114 {
  width: 125px;
  height: 125px;
  text-align: center;
  font-size: 55px;
  color: #DFFF5E;
  background: #101010;
}
.footer-five_df9c4d77cb48129d .btn-group_94bf16d10b6eba5a .round-btn_d1848d540e55a114:hover, .footer-five_df9c4d77cb48129d .btn-group_94bf16d10b6eba5a .round-btn_d1848d540e55a114:focus {
  background: #29594B;
  color: #fff;
}
.footer-five_df9c4d77cb48129d .social-icon_3f77cd957b2921e7 {
  margin: 0 -20px;
}
.footer-five_df9c4d77cb48129d .social-icon_3f77cd957b2921e7 a {
  color: #fff;
  margin: 0 20px;
}
.footer-five_df9c4d77cb48129d .social-icon_3f77cd957b2921e7 a:hover {
  color: #DFFF5E;
}
.footer-five_df9c4d77cb48129d .bottom-nav_3655b541c1b85603 {
  margin: 0 -12px;
}
.footer-five_df9c4d77cb48129d .bottom-nav_3655b541c1b85603 a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: #fff;
}
.footer-five_df9c4d77cb48129d .bottom-nav_3655b541c1b85603 a:hover {
  text-decoration: underline;
}
.footer-five_df9c4d77cb48129d .shape_01_f291f50208c3e2e3 {
  top: 11%;
  right: 10%;
  width: 3.4%;
  animation: rotated 48s infinite linear;
}
.footer-five_df9c4d77cb48129d .shape_02_73f97799c31c3cec {
  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_3654ffa48e23d5d5 {
  animation-duration: 2s;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce_57f72f4b22a4993d {
  animation-name: bounce;
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash_b73fb4aacc6a7de4 {
  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_df1bba1d28ff5322 {
  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_fe2d3ec611876341 {
  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_c724189d2a989759 {
  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_14d5e7aa6e163f30 {
  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_ebda3f58984bf3bf {
  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_37039496bbbd3542 {
  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_7028586db60f84f0 {
  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_049c8b9c7e97a42e {
  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_eb22d924e6718770 {
  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_fbefaa917c5de1c3 {
  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_27a36ed218a6e50b {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown_1c2b06b214f0ab1b {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft_f3ccf0f6594666ef {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight_0b229efa7dd14dbb {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp_946dc07e9ce150bc {
  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_bc73c0a3a512dc01 {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig_3a5101c6b2a8a160 {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft_ca433f72f4952c16 {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig_b0851f274687e04d {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight_024e7128359b0569 {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig_aa7d47aaba7550b1 {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp_a8144058ffe2f02d {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig_57376e18c97915a3 {
  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_ec13b9f718a4b552 {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig_54682f1a02a0bc95 {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft_7ad799b0ffa6225d {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig_60137c72ea5bf978 {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight_81b24f255d9bb43c {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig_2a364856d4eada23 {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp_94f19b64c50c12a9 {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig_258fedc0625ab424 {
  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_750e8d0c6ca4d320 {
  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_810a89478c61e73f {
  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_44f1d40d14b97be9 {
  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_51b7a2b5be7deb0e {
  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_5958cd0833298504 {
  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_179213fed78a29e2 {
  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_2b7559e1c48eff6b {
  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_3a2682042fd0334f {
  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_5058f9cbf7c5bd86 {
  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_16407f5d74bbad8c {
  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_eead3534c0835bd7 {
  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_577cf3fc4fe2c3bb {
  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_29c636695ae19fd0 {
  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_36b8ef8eb5f8f98d {
  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_bfc7b9a895b23d9f {
  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_829953a3e276d5f4 {
  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_8c392d7d99fba1bc {
  animation-name: rotateOutUpRight;
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(150px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInUp_751555e7995b1cc8 {
  animation-name: slideInUp;
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown_35316d1154d5fbf2 {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInLeft_f25b4de57b585118 {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight_e5c7748dfe3dd2f7 {
  animation-name: slideInRight;
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.slideOutLeft_1cc11d636c3831da {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.slideOutRight_cfb572370158846e {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.slideOutUp_ed1e2120a5afdf09 {
  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_3654ffa48e23d5d5 {
  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_e78fd60137fbef77 {
  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_4569740998a297bc {
  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_02c43908c5bc5a17 .theme-select-menu_964460b8438b2966 {
  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_b19e216117de2c40 {
  overflow: hidden;
}
.product-block-one_b19e216117de2c40 .img-holder_f0449590a9f1c99e {
  position: relative;
  background: #F5F5F5;
  z-index: 5;
  margin-bottom: 22px;
}
.product-block-one_b19e216117de2c40 .img-holder_f0449590a9f1c99e .cart-icon_894bd6ef1a2765c5 {
  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_b19e216117de2c40 .img-holder_f0449590a9f1c99e .cart-icon_894bd6ef1a2765c5:hover {
  color: #19352D;
  background: #CFFF45;
}
.product-block-one_b19e216117de2c40 .img-holder_f0449590a9f1c99e .cart-button_4f9e29ad8bb13278 {
  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_b19e216117de2c40 .img-holder_f0449590a9f1c99e .cart-button_4f9e29ad8bb13278:hover {
  color: #19352D;
  background: #CFFF45;
}
.product-block-one_b19e216117de2c40 .product-title_951d4930ab757864 {
  font-weight: 500;
  color: #19352D;
  font-size: 20px;
  text-transform: capitalize;
}
.product-block-one_b19e216117de2c40 .rating_f7d0606fb7609cfc {
  margin: 0 -3px;
}
.product-block-one_b19e216117de2c40 .rating_f7d0606fb7609cfc li {
  font-size: 15px;
  margin: 0 3px;
  color: #B3B3B3;
}
.product-block-one_b19e216117de2c40 .rating_f7d0606fb7609cfc li .bi-star-fill_c04cebffb6c9253d {
  color: #FFCB65;
}
.product-block-one_b19e216117de2c40 .price_faf1062a8970fff8 {
  font-weight: 500;
  font-size: 22px;
  color: #0E3E2F;
  margin-top: 10px;
}
.product-block-one_b19e216117de2c40:hover .cart-button_4f9e29ad8bb13278 {
  opacity: 1;
  transform: translateY(0);
}
.product-block-one_b19e216117de2c40:hover .product-img_bf582bbc5d6e65e1 {
  transform: scale(0.95);
}
.product-block-one_b19e216117de2c40:hover .cart-icon_894bd6ef1a2765c5 {
  opacity: 1;
  transform: scale(1);
}
.product-block-one_b19e216117de2c40:hover .product-title_951d4930ab757864 {
  text-decoration: underline;
}

.product-details-one_5ce7ff8299737114 .product-img-tab_21b3cf7680412a98 {
  border: none;
}
.product-details-one_5ce7ff8299737114 .product-img-tab_21b3cf7680412a98 .nav-link {
  width: 100%;
  background: #F6F6F6;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 5px 0;
  height: 88px;
  margin-bottom: 12px;
}
.product-details-one_5ce7ff8299737114 .product-img-tab_21b3cf7680412a98 .nav-link img {
  max-height: 100%;
}
.product-details-one_5ce7ff8299737114 .product-img-tab_21b3cf7680412a98 .nav-link.active {
  background: #fff;
  border-color: #000;
}
.product-details-one_5ce7ff8299737114 .product-img-tab-content_9628d4d360ae8d50 {
  background: #F6F6F6;
  padding: 20px;
}
.product-details-one_5ce7ff8299737114 .product-img-tab-content_9628d4d360ae8d50 img {
  margin: auto;
}
.product-details-one_5ce7ff8299737114 .product-info_179e9529f219d7c2 .stock-tag_5c10e6f979d5d197 {
  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_5ce7ff8299737114 .product-info_179e9529f219d7c2 .product-name_9c048545582a1e7a {
  text-transform: capitalize;
  font-size: 32px;
  margin: 25px 0 15px;
}
.product-details-one_5ce7ff8299737114 .product-info_179e9529f219d7c2 .rating_f7d0606fb7609cfc li {
  font-size: 15px;
  margin-right: 6px;
  color: #B3B3B3;
}
.product-details-one_5ce7ff8299737114 .product-info_179e9529f219d7c2 .rating_f7d0606fb7609cfc li .bi-star-fill_c04cebffb6c9253d {
  color: #FFCB65;
}
.product-details-one_5ce7ff8299737114 .product-info_179e9529f219d7c2 .rating_f7d0606fb7609cfc li a {
  font-size: 17px;
  color: #000;
  margin-left: 12px;
}
.product-details-one_5ce7ff8299737114 .product-info_179e9529f219d7c2 .rating_f7d0606fb7609cfc li a:hover {
  text-decoration: underline;
}
.product-details-one_5ce7ff8299737114 .product-info_179e9529f219d7c2 .price_faf1062a8970fff8 {
  font-size: 26px;
  font-weight: 700;
  color: #29594B;
  padding: 25px 0 5px;
}
.product-details-one_5ce7ff8299737114 .product-info_179e9529f219d7c2 .price_faf1062a8970fff8 del {
  font-size: 0.7em;
  opacity: 0.6;
}
.product-details-one_5ce7ff8299737114 .product-info_179e9529f219d7c2 .availability_c6b5ac28b81c47d6 {
  color: #989CA2;
  font-size: 17px;
}
.product-details-one_5ce7ff8299737114 .product-info_179e9529f219d7c2 .description-text_5c4984ed3a8b6506 {
  padding: 10px 0 15px;
}
.product-details-one_5ce7ff8299737114 .product-info_179e9529f219d7c2 .product-feature_1c8f8f89cc40f3ae {
  margin-bottom: 20px;
}
.product-details-one_5ce7ff8299737114 .product-info_179e9529f219d7c2 .product-feature_1c8f8f89cc40f3ae li {
  color: #000;
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
}
.product-details-one_5ce7ff8299737114 .product-info_179e9529f219d7c2 .product-feature_1c8f8f89cc40f3ae li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 2px;
  left: 0;
  color: #29594B;
}
.product-details-one_5ce7ff8299737114 .product-info_179e9529f219d7c2 .customize-order_84e64b5495e65049 h6 {
  font-size: 18px;
  margin: 0 15px 0 0;
}
.product-details-one_5ce7ff8299737114 .product-info_179e9529f219d7c2 .customize-order_84e64b5495e65049 .quantity_7d275ac80704cfb9 .button-group_8a88c143f14567e2 {
  border: 1px solid #e3e3e3;
  display: inline-block;
}
.product-details-one_5ce7ff8299737114 .product-info_179e9529f219d7c2 .customize-order_84e64b5495e65049 .quantity_7d275ac80704cfb9 .button-group_8a88c143f14567e2 li {
  line-height: 40px;
  max-height: 40px;
}
.product-details-one_5ce7ff8299737114 .product-info_179e9529f219d7c2 .customize-order_84e64b5495e65049 .quantity_7d275ac80704cfb9 .button-group_8a88c143f14567e2 li button {
  font-size: 25px;
  color: #C9C9C9;
  background: transparent;
  width: 32px;
}
.product-details-one_5ce7ff8299737114 .product-info_179e9529f219d7c2 .customize-order_84e64b5495e65049 .quantity_7d275ac80704cfb9 .button-group_8a88c143f14567e2 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_5ce7ff8299737114 .product-review-tab_4addc27a009b0e84 .nav-tabs_f3e2e2e88a8875d9 {
  border-bottom: 1px solid #EBEBEB;
}
.product-details-one_5ce7ff8299737114 .product-review-tab_4addc27a009b0e84 .nav-tabs_f3e2e2e88a8875d9 .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_5ce7ff8299737114 .product-review-tab_4addc27a009b0e84 .nav-tabs_f3e2e2e88a8875d9 .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_5ce7ff8299737114 .product-review-tab_4addc27a009b0e84 .nav-tabs_f3e2e2e88a8875d9 .nav-link.active:before {
  transform: scale(1);
}
.product-details-one_5ce7ff8299737114 .product-review-tab_4addc27a009b0e84 .nav-tabs_f3e2e2e88a8875d9 .nav-item:last-child .nav-link {
  margin-right: 0;
}
.product-details-one_5ce7ff8299737114 .product-review-tab_4addc27a009b0e84 .tab-content_9f1eacfd4a7584ea h5 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 18px;
}
.product-details-one_5ce7ff8299737114 .product-review-tab_4addc27a009b0e84 .tab-content_9f1eacfd4a7584ea .product-feature_1c8f8f89cc40f3ae li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 18px;
}
.product-details-one_5ce7ff8299737114 .product-review-tab_4addc27a009b0e84 .tab-content_9f1eacfd4a7584ea .product-feature_1c8f8f89cc40f3ae li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 2px;
  left: 0;
  color: #29594B;
}
.product-details-one_5ce7ff8299737114 .product-review-tab_4addc27a009b0e84 .user-comment-area_c96e44469d89b388 .single-comment_85a56c4e59d81384 {
  padding-bottom: 40px;
}
.product-details-one_5ce7ff8299737114 .product-review-tab_4addc27a009b0e84 .user-comment-area_c96e44469d89b388 .single-comment_85a56c4e59d81384:last-child {
  padding-bottom: 0;
}
.product-details-one_5ce7ff8299737114 .product-review-tab_4addc27a009b0e84 .user-comment-area_c96e44469d89b388 .user-img_12527102059c4ba3 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.product-details-one_5ce7ff8299737114 .product-review-tab_4addc27a009b0e84 .user-comment-area_c96e44469d89b388 .user-comment-data_6c6efd940d88525b {
  padding-left: 30px;
  position: relative;
}
.product-details-one_5ce7ff8299737114 .product-review-tab_4addc27a009b0e84 .user-comment-area_c96e44469d89b388 .user-comment-data_6c6efd940d88525b .name {
  font-size: 18px;
  margin-bottom: 4px;
}
.product-details-one_5ce7ff8299737114 .product-review-tab_4addc27a009b0e84 .user-comment-area_c96e44469d89b388 .user-comment-data_6c6efd940d88525b .rating_f7d0606fb7609cfc li {
  font-size: 14px;
  margin: 0 3px;
  color: #B3B3B3;
}
.product-details-one_5ce7ff8299737114 .product-review-tab_4addc27a009b0e84 .user-comment-area_c96e44469d89b388 .user-comment-data_6c6efd940d88525b .rating_f7d0606fb7609cfc li .bi-star-fill_c04cebffb6c9253d {
  color: #FFCB65;
}
.product-details-one_5ce7ff8299737114 .product-review-tab_4addc27a009b0e84 .user-comment-area_c96e44469d89b388 .user-comment-data_6c6efd940d88525b p {
  padding-top: 8px;
}

.cart-list-form_b370568577c0fc82 {
  position: relative;
}
.cart-list-form_b370568577c0fc82 .table_69c4b0eaa0d36c31 {
  margin: 0;
  background: transparent;
}
.cart-list-form_b370568577c0fc82 .table_69c4b0eaa0d36c31 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_b370568577c0fc82 .table_69c4b0eaa0d36c31 th:first-child {
  text-align: left;
}
.cart-list-form_b370568577c0fc82 .table_69c4b0eaa0d36c31 tbody td {
  padding: 0 0 70px;
  border: none;
  vertical-align: middle;
  text-align: center;
  background: transparent;
}
.cart-list-form_b370568577c0fc82 .table_69c4b0eaa0d36c31 tbody tr:first-child td {
  padding-top: 60px;
}
.cart-list-form_b370568577c0fc82 .table_69c4b0eaa0d36c31 tbody tr:last-child td {
  padding-bottom: 40px;
}
.cart-list-form_b370568577c0fc82 .table_69c4b0eaa0d36c31 tbody .product-thumbnails_d2b20626c0c83cda {
  width: 85px;
}
.cart-list-form_b370568577c0fc82 .table_69c4b0eaa0d36c31 tbody .product-thumbnails_d2b20626c0c83cda img {
  max-height: 100%;
  max-width: none;
}
.cart-list-form_b370568577c0fc82 .table_69c4b0eaa0d36c31 tbody .product-thumbnails_d2b20626c0c83cda .product-img_bf582bbc5d6e65e1 {
  display: block;
  max-width: 85px;
  max-height: 85px;
  overflow: hidden;
}
.cart-list-form_b370568577c0fc82 .table_69c4b0eaa0d36c31 tbody .product-info_179e9529f219d7c2 {
  padding-left: 30px;
  text-align: left;
}
.cart-list-form_b370568577c0fc82 .table_69c4b0eaa0d36c31 tbody .product-info_179e9529f219d7c2 .product-name_9c048545582a1e7a {
  font-weight: 700;
  font-size: 20px;
  color: #19352D;
}
.cart-list-form_b370568577c0fc82 .table_69c4b0eaa0d36c31 tbody .product-info_179e9529f219d7c2 .serial_00fa072857801ac0 {
  font-size: 15px;
  color: rgba(31, 31, 31, 0.5);
  padding-bottom: 6px;
}
.cart-list-form_b370568577c0fc82 .table_69c4b0eaa0d36c31 tbody .product-info_179e9529f219d7c2 ul li {
  display: inline-block;
  font-size: 16px;
  color: #000;
  padding-right: 15px;
}
.cart-list-form_b370568577c0fc82 .table_69c4b0eaa0d36c31 tbody .price_faf1062a8970fff8 {
  font-weight: 500;
  font-size: 18px;
  color: #19352D;
}
.cart-list-form_b370568577c0fc82 .table_69c4b0eaa0d36c31 tbody .quantity_7d275ac80704cfb9 li {
  display: inline-block;
  line-height: 40px;
  max-height: 40px;
}
.cart-list-form_b370568577c0fc82 .table_69c4b0eaa0d36c31 tbody .quantity_7d275ac80704cfb9 li .btn_d5fcbb5e25def53c {
  font-size: 24px;
  padding: 0;
  border: none;
  vertical-align: inherit;
  color: #1d1d1d;
  background: transparent;
}
.cart-list-form_b370568577c0fc82 .table_69c4b0eaa0d36c31 tbody .quantity_7d275ac80704cfb9 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_b370568577c0fc82 .table_69c4b0eaa0d36c31 tbody .remove-product_1f4cc59c5f8385fc {
  color: #000;
  font-size: 22px;
}
.cart-list-form_b370568577c0fc82 .table_69c4b0eaa0d36c31 tbody .remove-product_1f4cc59c5f8385fc:hover {
  color: #ff2759;
}
.cart-list-form_b370568577c0fc82 .cart-footer_068a10b16899e9df {
  border-top: 2px solid #545454;
  margin-top: 28px;
  padding-top: 40px;
}
.cart-list-form_b370568577c0fc82 .cart-footer_068a10b16899e9df .coupon-form_67f334f88f091987 input {
  width: 240px;
  height: 50px;
  border: none;
  border-bottom: 2px solid #545454;
  font-size: 18px;
  margin-right: 30px;
  background: transparent;
}
.cart-list-form_b370568577c0fc82 .cart-footer_068a10b16899e9df .cart-total-section_9c28c4587d019a3c {
  text-align: right;
  padding-right: 82px;
}
.cart-list-form_b370568577c0fc82 .cart-footer_068a10b16899e9df .cart-total-section_9c28c4587d019a3c .cart-total-table_f142fdce47661419 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_b370568577c0fc82 .cart-footer_068a10b16899e9df .cart-total-section_9c28c4587d019a3c .cart-total-table_f142fdce47661419 tr td {
  font-size: 18px;
  font-weight: 500;
  color: #19352D;
  padding-bottom: 16px;
}

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

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

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

.fancybox-active_470716877ac4cdbd {
  height: auto;
}

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

.fancybox-caption_15d135e5b395dbf7, .fancybox-infobar_7aa67f0174b02a11, .fancybox-navigation_ac98743f0858a859 .fancybox-button_bedd7ca91ce1a3c4, .fancybox-toolbar_b7d2ecf017d4a856 {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption_5e73f831a9ed8bca .fancybox-caption_15d135e5b395dbf7, .fancybox-show-infobar_ce112ec368e59a4d .fancybox-infobar_7aa67f0174b02a11, .fancybox-show-nav_d784147bb3ee3fd4 .fancybox-navigation_ac98743f0858a859 .fancybox-button_bedd7ca91ce1a3c4, .fancybox-show-toolbar_677002dd8fc0d542 .fancybox-toolbar_b7d2ecf017d4a856 {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}

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

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

.fancybox-is-open_09af7c2b85854439 .fancybox-stage_4176c102973d53ff {
  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_3dc59d7460c86358 .fancybox-slide, .fancybox-slide--current_444a29996e367dbc, .fancybox-slide--next_d86efbe14527fe06, .fancybox-slide--previous_716050b5725598b7 {
  display: block;
}

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

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

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

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

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

.fancybox-content_b8f2708ed143f869 {
  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_fcc94e026e42cd82 .fancybox-content_b8f2708ed143f869 {
  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_b5e074728d4bb1a3 .fancybox-content_b8f2708ed143f869 {
  cursor: zoom-out;
}

.fancybox-can-zoomIn_9b8da8b63d894f02 .fancybox-content_b8f2708ed143f869 {
  cursor: zoom-in;
}

.fancybox-can-drag_e0aa424ab7ba4a7b .fancybox-content_b8f2708ed143f869 {
  cursor: grab;
}

.fancybox-is-dragging_115738786145b022 .fancybox-content_b8f2708ed143f869 {
  cursor: grabbing;
}

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

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

.fancybox-slide--html_4785571cb25225b0 .fancybox-content_b8f2708ed143f869 {
  margin-bottom: 6px;
}

.fancybox-slide--iframe_ac71e19e1df37baa .fancybox-content_b8f2708ed143f869, .fancybox-slide--map_933fa0bd1f6f8838 .fancybox-content_b8f2708ed143f869, .fancybox-slide--video_659b9dade9e7b948 .fancybox-content_b8f2708ed143f869 {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video_659b9dade9e7b948 .fancybox-content_b8f2708ed143f869 {
  background: #000;
}

.fancybox-slide--map_933fa0bd1f6f8838 .fancybox-content_b8f2708ed143f869 {
  background: #e5e3df;
}

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

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

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

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

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

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

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

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

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

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

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

.fancybox-button--play_fde984e0f56f7e9a svg path, .fancybox-button--share_dca7c33aaa6a6e74 svg path, .fancybox-button--thumbs_ccd8e918c0091502 svg path {
  fill: currentColor;
}

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

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

.fancybox-show-nav_d784147bb3ee3fd4 .fancybox-navigation_ac98743f0858a859 .fancybox-button_bedd7ca91ce1a3c4 {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

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

.fancybox-navigation_ac98743f0858a859 .fancybox-button--arrow_left_a7911bb3b1d7b01c {
  left: 6px;
}

.fancybox-navigation_ac98743f0858a859 .fancybox-button--arrow_right_4d5f4c557b3d0d5f {
  right: 6px;
}

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

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

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

.fancybox-slide--iframe_ac71e19e1df37baa .fancybox-close-small_8374aedd47a52d3b, .fancybox-slide--image_fcc94e026e42cd82 .fancybox-close-small_8374aedd47a52d3b, .fancybox-slide--video_659b9dade9e7b948 .fancybox-close-small_8374aedd47a52d3b {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--iframe_ac71e19e1df37baa .fancybox-close-small_8374aedd47a52d3b:hover svg, .fancybox-slide--image_fcc94e026e42cd82 .fancybox-close-small_8374aedd47a52d3b:hover svg, .fancybox-slide--video_659b9dade9e7b948 .fancybox-close-small_8374aedd47a52d3b:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling_77ab44a4df79e708 .fancybox-close-small_8374aedd47a52d3b, .fancybox-is-zoomable_b96b6a39613dcf56.fancybox-can-drag_e0aa424ab7ba4a7b .fancybox-close-small_8374aedd47a52d3b {
  display: none;
}

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

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

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

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

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

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

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

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

.fancybox-fx-fade_8b73bb8795dd9f39.fancybox-slide--next_d86efbe14527fe06, .fancybox-fx-fade_8b73bb8795dd9f39.fancybox-slide--previous_716050b5725598b7 {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade_8b73bb8795dd9f39.fancybox-slide--current_444a29996e367dbc {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-share__input_945efc4c461ec232 {
  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_e19d383271c55448 {
  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_98263cb36337a1e7 {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs_b6bc5e7d9f6a031a .fancybox-thumbs_e19d383271c55448 {
  display: block;
}

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

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

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

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

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

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

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

.fancybox-thumbs_e19d383271c55448 > 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_e19d383271c55448 .fancybox-thumbs-active_8bd318722b170057:before {
  opacity: 1;
}

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

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

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

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

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

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

.slick-slider_2fbaa38863730caf .slick-track_b5bf3a75d7b6efe2,
.slick-slider_2fbaa38863730caf .slick-list_24a97f5ea1b4257e {
  transform: translate3d(0, 0, 0);
}

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

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

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

.slick-loading_aaaebfb1256929c2 .slick-track_b5bf3a75d7b6efe2 {
  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_aaaebfb1256929c2 img {
  display: none;
}

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

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

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

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

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