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

.h1_5265d227c5ec180a,
h1,
.h2_1f7616aef6d5ded7,
h2,
.h3_4a9fb9e083a26e62,
h3,
.h4_91f05ab14ea451a7,
h4,
.h5_915dfd3c8cd2f537,
h5,
.h6_886fca109fbf0f6d,
h6 {
  font-weight: 500;
  color: #19352D;
}

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

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

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

p {
  line-height: 1.7em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box-layout_e2c4e36ac7af0f89 {
  margin: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p0_61f2758912a27a42 {
  padding: 0 !important;
}

.m0_8b847a5a2c8b32f0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1399px) {
  .xl-p0_070be63e25b905d1 {
    padding: 0 !important;
  }
  .xl-m0_dbe20cdf1a75f406 {
    margin: 0 !important;
  }
  .xl-pt-10_a3132cbd9924739c {
    padding-top: 10px !important;
  }
  .xl-pt-20_cb9b0c9709dbbe8f {
    padding-top: 20px !important;
  }
  .xl-pt-30_5ccad70e01ec880a {
    padding-top: 30px !important;
  }
  .xl-pt-40_9181d8ddf61d9e86 {
    padding-top: 40px !important;
  }
  .xl-pt-50_19c97922238e96ad {
    padding-top: 50px !important;
  }
  .xl-pt-60_ebcff310659d4442 {
    padding-top: 60px !important;
  }
  .xl-pt-70_360af5049fb000ad {
    padding-top: 70px !important;
  }
  .xl-pt-80_cf19fd35ebcbe8ac {
    padding-top: 80px !important;
  }
  .xl-pt-90_18a153d098b50b1f {
    padding-top: 90px !important;
  }
  .xl-pt-100_8e60ce76affb6aaf {
    padding-top: 100px !important;
  }
  .xl-pt-110_b2f173714fdc9adf {
    padding-top: 110px !important;
  }
  .xl-pt-120_e97d0611cb5b467d {
    padding-top: 120px !important;
  }
  .xl-pt-130_958a275b3f55a46f {
    padding-top: 130px !important;
  }
  .xl-pt-140_24b6e9d6d72e7f29 {
    padding-top: 140px !important;
  }
  .xl-pt-150_8781f1f6c985745b {
    padding-top: 150px !important;
  }
  .xl-pt-200_75b169dad9e0f9ff {
    padding-top: 200px !important;
  }
  .xl-pb-10_6ceac1a04be5948c {
    padding-bottom: 10px !important;
  }
  .xl-pb-20_7fbcb7f883f8c352 {
    padding-bottom: 20px !important;
  }
  .xl-pb-30_ddf2d4072071749b {
    padding-bottom: 30px !important;
  }
  .xl-pb-40_357e93c522134e43 {
    padding-bottom: 40px !important;
  }
  .xl-pb-50_c9838b67918e6cb0 {
    padding-bottom: 50px !important;
  }
  .xl-pb-60_4e3c96beba6d4359 {
    padding-bottom: 60px !important;
  }
  .xl-pb-70_ecb1ac53c82574b6 {
    padding-bottom: 70px !important;
  }
  .xl-pb-80_19f0eea312324ddd {
    padding-bottom: 80px !important;
  }
  .xl-pb-90_0f540e1e19ce777d {
    padding-bottom: 90px !important;
  }
  .xl-pb-100_cbc7925a42a06eda {
    padding-bottom: 100px !important;
  }
  .xl-pb-110_9aa6da547ad642b7 {
    padding-bottom: 110px !important;
  }
  .xl-pb-120_1b291ea78b937c15 {
    padding-bottom: 120px !important;
  }
  .xl-pb-130_8e36e4d30597a3fd {
    padding-bottom: 130px !important;
  }
  .xl-pb-140_5406e0790fb2ac6c {
    padding-bottom: 140px !important;
  }
  .xl-pb-150_48359a1a16bc3935 {
    padding-bottom: 150px !important;
  }
  .xl-pb-200_a11f0048c5fa59a6 {
    padding-bottom: 200px !important;
  }
  .xl-mt-10_2b0d42ade2831813 {
    margin-top: 10px !important;
  }
  .xl-mt-20_e208cddb35b396ab {
    margin-top: 20px !important;
  }
  .xl-mt-30_71c7d9454cfcc262 {
    margin-top: 30px !important;
  }
  .xl-mt-40_9cf5ccf8340233f0 {
    margin-top: 40px !important;
  }
  .xl-mt-50_98b0d19e78e67103 {
    margin-top: 50px !important;
  }
  .xl-mt-60_005fdd269b16c99b {
    margin-top: 60px !important;
  }
  .xl-mt-70_a81a96a1ac586619 {
    margin-top: 70px !important;
  }
  .xl-mt-80_cf47bcb757d3d234 {
    margin-top: 80px !important;
  }
  .xl-mt-90_d601f6ef882104f5 {
    margin-top: 90px !important;
  }
  .xl-mt-100_aabe9c74773c02c2 {
    margin-top: 100px !important;
  }
  .xl-mt-110_20eefe5f5c232578 {
    margin-top: 110px !important;
  }
  .xl-mt-120_7b88085aa7aaf042 {
    margin-top: 120px !important;
  }
  .xl-mt-130_bc2f5ce20291a54e {
    margin-top: 130px !important;
  }
  .xl-mt-140_d65bc70b7c2c0a9e {
    margin-top: 140px !important;
  }
  .xl-mt-150_b7ea21faf1fa16a8 {
    margin-top: 150px !important;
  }
  .xl-mt-200_ad69f09f547a398b {
    margin-top: 200px !important;
  }
  .xl-mb-10_9f8e7ffad6b8fcce {
    margin-bottom: 10px !important;
  }
  .xl-mb-20_01febcffd6591d05 {
    margin-bottom: 20px !important;
  }
  .xl-mb-30_7233cb905169a396 {
    margin-bottom: 30px !important;
  }
  .xl-mb-40_4007e6344e54abac {
    margin-bottom: 40px !important;
  }
  .xl-mb-50_3089187a64586fd8 {
    margin-bottom: 50px !important;
  }
  .xl-mb-60_ee30b28021227217 {
    margin-bottom: 60px !important;
  }
  .xl-mb-70_55d2d4ba4aaf923b {
    margin-bottom: 70px !important;
  }
  .xl-mb-80_4fd83114d47ef400 {
    margin-bottom: 80px !important;
  }
  .xl-mb-90_172574c5ab9c70b8 {
    margin-bottom: 90px !important;
  }
  .xl-mb-100_7a7cf53f63c0a1ad {
    margin-bottom: 100px !important;
  }
  .xl-mb-110_82e3350107116dad {
    margin-bottom: 110px !important;
  }
  .xl-mb-120_3c2ad74338579632 {
    margin-bottom: 120px !important;
  }
  .xl-mb-130_a82af5a59fb5d18a {
    margin-bottom: 130px !important;
  }
  .xl-mb-140_9af3f2f8d6ba0640 {
    margin-bottom: 140px !important;
  }
  .xl-mb-150_9e27d25eee457486 {
    margin-bottom: 150px !important;
  }
  .xl-mb-200_902a5468f5ffa2c9 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 1399px)*/
@media (max-width: 1199px) {
  .lg-p0_de570b476b1c0425 {
    padding: 0 !important;
  }
  .lg-m0_99235f85b920423f {
    margin: 0 !important;
  }
  .lg-pt-10_024deafa43c2ea56 {
    padding-top: 10px !important;
  }
  .lg-pt-20_6c58957fee048ffe {
    padding-top: 20px !important;
  }
  .lg-pt-30_7cb8ec7312852b7b {
    padding-top: 30px !important;
  }
  .lg-pt-40_e862f1451c9ffcc2 {
    padding-top: 40px !important;
  }
  .lg-pt-50_730df20acdd59c6e {
    padding-top: 50px !important;
  }
  .lg-pt-60_339c0aeb34a97ca1 {
    padding-top: 60px !important;
  }
  .lg-pt-70_ebe03a9db50bd64d {
    padding-top: 70px !important;
  }
  .lg-pt-80_abe7d0b2fafa8070 {
    padding-top: 80px !important;
  }
  .lg-pt-90_2b9d4d3a40c9d723 {
    padding-top: 90px !important;
  }
  .lg-pt-100_61b341894b80d5db {
    padding-top: 100px !important;
  }
  .lg-pt-110_4a797c1c4cc7effb {
    padding-top: 110px !important;
  }
  .lg-pt-120_436438a678a89d2c {
    padding-top: 120px !important;
  }
  .lg-pt-130_804d21f0fea8b8d9 {
    padding-top: 130px !important;
  }
  .lg-pt-140_57a543d23a7ca2ae {
    padding-top: 140px !important;
  }
  .lg-pt-150_64dc34246b270f31 {
    padding-top: 150px !important;
  }
  .lg-pt-200_3111633a7ec83286 {
    padding-top: 200px !important;
  }
  .lg-pb-10_676aed4bc2f7cdd4 {
    padding-bottom: 10px !important;
  }
  .lg-pb-20_ec2c20b2b2925529 {
    padding-bottom: 20px !important;
  }
  .lg-pb-30_ac7ec4538437aec1 {
    padding-bottom: 30px !important;
  }
  .lg-pb-40_aedea99baba1fe80 {
    padding-bottom: 40px !important;
  }
  .lg-pb-50_e76f310d68902685 {
    padding-bottom: 50px !important;
  }
  .lg-pb-60_5c010cba9055ef34 {
    padding-bottom: 60px !important;
  }
  .lg-pb-70_f1dfb0ac17c0c7ed {
    padding-bottom: 70px !important;
  }
  .lg-pb-80_c8277d45db87c1a8 {
    padding-bottom: 80px !important;
  }
  .lg-pb-90_b4a79d2bc9578236 {
    padding-bottom: 90px !important;
  }
  .lg-pb-100_1b8d15ab64e532e9 {
    padding-bottom: 100px !important;
  }
  .lg-pb-110_456e897afe299e3a {
    padding-bottom: 110px !important;
  }
  .lg-pb-120_fc3ff743fcf7cda9 {
    padding-bottom: 120px !important;
  }
  .lg-pb-130_f56a9c7982985f2c {
    padding-bottom: 130px !important;
  }
  .lg-pb-140_918edc0c5752f317 {
    padding-bottom: 140px !important;
  }
  .lg-pb-150_5cd12bfaa2863299 {
    padding-bottom: 150px !important;
  }
  .lg-pb-200_4403edec52a1603b {
    padding-bottom: 200px !important;
  }
  .lg-mt-10_65432a27ebd7cc8e {
    margin-top: 10px !important;
  }
  .lg-mt-20_4fd1fa2137c389f9 {
    margin-top: 20px !important;
  }
  .lg-mt-30_26494bff41e4a62b {
    margin-top: 30px !important;
  }
  .lg-mt-40_6b5a8655f7cc781c {
    margin-top: 40px !important;
  }
  .lg-mt-50_2256e4740de358a7 {
    margin-top: 50px !important;
  }
  .lg-mt-60_925550c2d625e34c {
    margin-top: 60px !important;
  }
  .lg-mt-70_86b8a41568532d90 {
    margin-top: 70px !important;
  }
  .lg-mt-80_447e6158bb373dd6 {
    margin-top: 80px !important;
  }
  .lg-mt-90_b4d7a69977b117e2 {
    margin-top: 90px !important;
  }
  .lg-mt-100_857143b8ae7d7ae7 {
    margin-top: 100px !important;
  }
  .lg-mt-110_0cc1ab2ad2e3351f {
    margin-top: 110px !important;
  }
  .lg-mt-120_dad479de78aa9c3e {
    margin-top: 120px !important;
  }
  .lg-mt-130_f26821842b40b7e3 {
    margin-top: 130px !important;
  }
  .lg-mt-140_ceae8ed825fc2519 {
    margin-top: 140px !important;
  }
  .lg-mt-150_7ce97989fd46878b {
    margin-top: 150px !important;
  }
  .lg-mt-200_72583df0d1af34ec {
    margin-top: 200px !important;
  }
  .lg-mb-10_5c3c94cc68e28901 {
    margin-bottom: 10px !important;
  }
  .lg-mb-20_085228b3e2f0e312 {
    margin-bottom: 20px !important;
  }
  .lg-mb-30_aa3c1ee4ad2d26a7 {
    margin-bottom: 30px !important;
  }
  .lg-mb-40_f37b9a7eb59c8bde {
    margin-bottom: 40px !important;
  }
  .lg-mb-50_46054964cd8db6c9 {
    margin-bottom: 50px !important;
  }
  .lg-mb-60_55a7ec4cd75d7915 {
    margin-bottom: 60px !important;
  }
  .lg-mb-70_9dcbeca1f142646f {
    margin-bottom: 70px !important;
  }
  .lg-mb-80_cf19aba033645b7b {
    margin-bottom: 80px !important;
  }
  .lg-mb-90_27b85cffab00c865 {
    margin-bottom: 90px !important;
  }
  .lg-mb-100_0b373f2e257ad3eb {
    margin-bottom: 100px !important;
  }
  .lg-mb-110_be6441e874996c36 {
    margin-bottom: 110px !important;
  }
  .lg-mb-120_e80848add9111ab6 {
    margin-bottom: 120px !important;
  }
  .lg-mb-130_8cdc205ef6568dc7 {
    margin-bottom: 130px !important;
  }
  .lg-mb-140_b19cc5563220da40 {
    margin-bottom: 140px !important;
  }
  .lg-mb-150_a1f217fbb560b240 {
    margin-bottom: 150px !important;
  }
  .lg-mb-200_a9f1829acf678fb7 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 1199px)*/
@media (max-width: 991px) {
  .md-p0_524ba4e1bed7c8ab {
    padding: 0 !important;
  }
  .md-m0_d5c4df72b0fb55be {
    margin: 0 !important;
  }
  .md-pt-10_c387332cdb596031 {
    padding-top: 10px !important;
  }
  .md-pt-20_438cc9c7c6b4ad3a {
    padding-top: 20px !important;
  }
  .md-pt-30_ce0c181244aedf07 {
    padding-top: 30px !important;
  }
  .md-pt-40_9b387231b8ff1543 {
    padding-top: 40px !important;
  }
  .md-pt-50_a7513eec7e190d3e {
    padding-top: 50px !important;
  }
  .md-pt-60_5096b23ead099b4a {
    padding-top: 60px !important;
  }
  .md-pt-70_30677a2466200a96 {
    padding-top: 70px !important;
  }
  .md-pt-80_6093ab8c54259cbc {
    padding-top: 80px !important;
  }
  .md-pt-90_54b9db2ebaf98010 {
    padding-top: 90px !important;
  }
  .md-pt-100_063db3c264ffc4ea {
    padding-top: 100px !important;
  }
  .md-pt-110_25d24711b89d1141 {
    padding-top: 110px !important;
  }
  .md-pt-120_daeb117efe39162e {
    padding-top: 120px !important;
  }
  .md-pt-130_faa9f8cac7cf2611 {
    padding-top: 130px !important;
  }
  .md-pt-140_86272dca76198fac {
    padding-top: 140px !important;
  }
  .md-pt-150_dd4ebb60a727e65b {
    padding-top: 150px !important;
  }
  .md-pt-200_ef4111977c40a4ca {
    padding-top: 200px !important;
  }
  .md-pb-10_2f39804b59d33eb3 {
    padding-bottom: 10px !important;
  }
  .md-pb-20_1ec8ecda2ab40cb5 {
    padding-bottom: 20px !important;
  }
  .md-pb-30_2f50575dcdf75d9c {
    padding-bottom: 30px !important;
  }
  .md-pb-40_ae0e9b6dd972d46e {
    padding-bottom: 40px !important;
  }
  .md-pb-50_82c87d56e2051ec3 {
    padding-bottom: 50px !important;
  }
  .md-pb-60_38403cd8fb735dac {
    padding-bottom: 60px !important;
  }
  .md-pb-70_742401c89a152247 {
    padding-bottom: 70px !important;
  }
  .md-pb-80_529386487f7d72b2 {
    padding-bottom: 80px !important;
  }
  .md-pb-90_d97f45d4af351451 {
    padding-bottom: 90px !important;
  }
  .md-pb-100_761e712120883f3b {
    padding-bottom: 100px !important;
  }
  .md-pb-110_cb23f2e21e4c75eb {
    padding-bottom: 110px !important;
  }
  .md-pb-120_f864ec3e9003fb17 {
    padding-bottom: 120px !important;
  }
  .md-pb-130_9393206d1d629463 {
    padding-bottom: 130px !important;
  }
  .md-pb-140_3d828bb78f951148 {
    padding-bottom: 140px !important;
  }
  .md-pb-150_a4056675627bc894 {
    padding-bottom: 150px !important;
  }
  .md-pb-200_df4105768ba92759 {
    padding-bottom: 200px !important;
  }
  .md-mt-10_ab1cc0ca9d80b065 {
    margin-top: 10px !important;
  }
  .md-mt-20_d751851a3d3b968c {
    margin-top: 20px !important;
  }
  .md-mt-30_6b178bf0656489fd {
    margin-top: 30px !important;
  }
  .md-mt-40_8feb2ede198e17e7 {
    margin-top: 40px !important;
  }
  .md-mt-50_103d2914e58acf88 {
    margin-top: 50px !important;
  }
  .md-mt-60_03675fe4bfa04f3a {
    margin-top: 60px !important;
  }
  .md-mt-70_4ff19142df2d9c31 {
    margin-top: 70px !important;
  }
  .md-mt-80_87253459f1ca9988 {
    margin-top: 80px !important;
  }
  .md-mt-90_f34a1dc2456a51c3 {
    margin-top: 90px !important;
  }
  .md-mt-100_6c431cb6a42d7f6d {
    margin-top: 100px !important;
  }
  .md-mt-110_2b229d83f065a9d2 {
    margin-top: 110px !important;
  }
  .md-mt-120_428e44f0f63dd13c {
    margin-top: 120px !important;
  }
  .md-mt-130_341ed50ac0243357 {
    margin-top: 130px !important;
  }
  .md-mt-140_c77d2221b77f6f49 {
    margin-top: 140px !important;
  }
  .md-mt-150_7464a6c7bd9b2f30 {
    margin-top: 150px !important;
  }
  .md-mt-200_934d4d4fedd1924c {
    margin-top: 200px !important;
  }
  .md-mb-10_9321d59ad119c226 {
    margin-bottom: 10px !important;
  }
  .md-mb-20_69e147fd88de8c44 {
    margin-bottom: 20px !important;
  }
  .md-mb-30_2eb96ea22af87ae8 {
    margin-bottom: 30px !important;
  }
  .md-mb-40_b383f86e6fc89fa4 {
    margin-bottom: 40px !important;
  }
  .md-mb-50_e71559f149a859c5 {
    margin-bottom: 50px !important;
  }
  .md-mb-60_e8563cc89bf5e65a {
    margin-bottom: 60px !important;
  }
  .md-mb-70_6c49cc829a11e78e {
    margin-bottom: 70px !important;
  }
  .md-mb-80_8b4d29ced5f6f9bc {
    margin-bottom: 80px !important;
  }
  .md-mb-90_69b6e9ac3e7e4b1a {
    margin-bottom: 90px !important;
  }
  .md-mb-100_5e6c5b9b000d11e9 {
    margin-bottom: 100px !important;
  }
  .md-mb-110_cb0624e969bc7eee {
    margin-bottom: 110px !important;
  }
  .md-mb-120_444015c0a076f0d5 {
    margin-bottom: 120px !important;
  }
  .md-mb-130_c447d8b7308eda2a {
    margin-bottom: 130px !important;
  }
  .md-mb-140_9e8e85e532297412 {
    margin-bottom: 140px !important;
  }
  .md-mb-150_224bb151a113f7f7 {
    margin-bottom: 150px !important;
  }
  .md-mb-200_ea02ac88854f5eb5 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 991px)*/
@media (max-width: 767px) {
  .sm-p0_fd142962c88376c1 {
    padding: 0 !important;
  }
  .sm-m0_192cedbc71d2743f {
    margin: 0 !important;
  }
  .sm-pt-10_29d498e4d267325c {
    padding-top: 10px !important;
  }
  .sm-pt-20_8fb8afd385331086 {
    padding-top: 20px !important;
  }
  .sm-pt-30_5da62416798ebcec {
    padding-top: 30px !important;
  }
  .sm-pt-40_a0f106b9d829c818 {
    padding-top: 40px !important;
  }
  .sm-pt-50_bcc350e44f169ea6 {
    padding-top: 50px !important;
  }
  .sm-pt-60_732499fc0030c51b {
    padding-top: 60px !important;
  }
  .sm-pt-70_2250f8637be706a1 {
    padding-top: 70px !important;
  }
  .sm-pt-80_a67e1d5f7e7c8daf {
    padding-top: 80px !important;
  }
  .sm-pt-90_08ceabaea1d0fbf1 {
    padding-top: 90px !important;
  }
  .sm-pt-100_aed0e05006e3b43e {
    padding-top: 100px !important;
  }
  .sm-pt-110_08f1c0731d587cbd {
    padding-top: 110px !important;
  }
  .sm-pt-120_4e2a86b875cd23e9 {
    padding-top: 120px !important;
  }
  .sm-pt-130_894875397890fab4 {
    padding-top: 130px !important;
  }
  .sm-pt-140_0fdb1609e6885e97 {
    padding-top: 140px !important;
  }
  .sm-pt-150_6929fe8b86cb95f0 {
    padding-top: 150px !important;
  }
  .sm-pt-200_1cfc57ced60127df {
    padding-top: 200px !important;
  }
  .sm-pb-10_c0a21ca624132078 {
    padding-bottom: 10px !important;
  }
  .sm-pb-20_49812ab794ffb055 {
    padding-bottom: 20px !important;
  }
  .sm-pb-30_619034c8c14616bf {
    padding-bottom: 30px !important;
  }
  .sm-pb-40_1b239971455f43a7 {
    padding-bottom: 40px !important;
  }
  .sm-pb-50_222463729cfc4435 {
    padding-bottom: 50px !important;
  }
  .sm-pb-60_02d97cb9b0031883 {
    padding-bottom: 60px !important;
  }
  .sm-pb-70_963c48bd45bc3c2d {
    padding-bottom: 70px !important;
  }
  .sm-pb-80_84904f086050e329 {
    padding-bottom: 80px !important;
  }
  .sm-pb-90_866ddce6fa7e878b {
    padding-bottom: 90px !important;
  }
  .sm-pb-100_4dd16b326ce52659 {
    padding-bottom: 100px !important;
  }
  .sm-pb-110_b0ee7086edcd23d4 {
    padding-bottom: 110px !important;
  }
  .sm-pb-120_6edbc8abfc3035a9 {
    padding-bottom: 120px !important;
  }
  .sm-pb-130_6d9b6e1f025c60a0 {
    padding-bottom: 130px !important;
  }
  .sm-pb-140_37856f95624421d7 {
    padding-bottom: 140px !important;
  }
  .sm-pb-150_be0d462ad9236e66 {
    padding-bottom: 150px !important;
  }
  .sm-pb-200_fbb7df32afd7fe68 {
    padding-bottom: 200px !important;
  }
  .sm-mt-10_254ac2dde2aebef7 {
    margin-top: 10px !important;
  }
  .sm-mt-20_3409e0642586ff8b {
    margin-top: 20px !important;
  }
  .sm-mt-30_fb2e7e802e8de2e1 {
    margin-top: 30px !important;
  }
  .sm-mt-40_583a8f4f1f73eae0 {
    margin-top: 40px !important;
  }
  .sm-mt-50_5c9bdf138898e654 {
    margin-top: 50px !important;
  }
  .sm-mt-60_83775454da29b55e {
    margin-top: 60px !important;
  }
  .sm-mt-70_cf04744ca7d1e148 {
    margin-top: 70px !important;
  }
  .sm-mt-80_78dc5cb25d847e3e {
    margin-top: 80px !important;
  }
  .sm-mt-90_8a72a6ed2f1653d1 {
    margin-top: 90px !important;
  }
  .sm-mt-100_72d157e67144c784 {
    margin-top: 100px !important;
  }
  .sm-mt-110_3816bc79b46f2da2 {
    margin-top: 110px !important;
  }
  .sm-mt-120_0b0f6a7f963de1df {
    margin-top: 120px !important;
  }
  .sm-mt-130_7bdd3ac34e296895 {
    margin-top: 130px !important;
  }
  .sm-mt-140_a3586db1c6e48010 {
    margin-top: 140px !important;
  }
  .sm-mt-150_b848b2a5123cfd99 {
    margin-top: 150px !important;
  }
  .sm-mt-200_0e996049bd5e49ef {
    margin-top: 200px !important;
  }
  .sm-mb-10_505886bbb91c6259 {
    margin-bottom: 10px !important;
  }
  .sm-mb-20_3f516a009cae5918 {
    margin-bottom: 20px !important;
  }
  .sm-mb-30_8cd342387ae6506b {
    margin-bottom: 30px !important;
  }
  .sm-mb-40_4f64bc49e988a80e {
    margin-bottom: 40px !important;
  }
  .sm-mb-50_9561623f71b9df07 {
    margin-bottom: 50px !important;
  }
  .sm-mb-60_ee72808cfe1a28c2 {
    margin-bottom: 60px !important;
  }
  .sm-mb-70_ba0a0d826885f715 {
    margin-bottom: 70px !important;
  }
  .sm-mb-80_021527daf856ef55 {
    margin-bottom: 80px !important;
  }
  .sm-mb-90_a49eecb6df205c01 {
    margin-bottom: 90px !important;
  }
  .sm-mb-100_f8c1b515640ab2e1 {
    margin-bottom: 100px !important;
  }
  .sm-mb-110_d98eabef05a0f35e {
    margin-bottom: 110px !important;
  }
  .sm-mb-120_896b2fd87a4e8bc1 {
    margin-bottom: 120px !important;
  }
  .sm-mb-130_079b05c8d84411c5 {
    margin-bottom: 130px !important;
  }
  .sm-mb-140_15199270c261941e {
    margin-bottom: 140px !important;
  }
  .sm-mb-150_ec2f40f72e3ae5d6 {
    margin-bottom: 150px !important;
  }
  .sm-mb-200_cf99a00638ba3a2f {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 767px)*/
@media (max-width: 575px) {
  .xs-p0_1ff6ea4cbc359cb1 {
    padding: 0 !important;
  }
  .xs-m0_c0c091fc265702f1 {
    margin: 0 !important;
  }
  .xs-pt-10_ffc3ad5e8ab27341 {
    padding-top: 10px !important;
  }
  .xs-pt-20_fcdcf0a2fb646bab {
    padding-top: 20px !important;
  }
  .xs-pt-30_d6cbeaf212b68dfe {
    padding-top: 30px !important;
  }
  .xs-pt-40_6f6c6c5adf9747d6 {
    padding-top: 40px !important;
  }
  .xs-pt-50_6ceb611cff0b3d77 {
    padding-top: 50px !important;
  }
  .xs-pt-60_42614e96a602a4a0 {
    padding-top: 60px !important;
  }
  .xs-pt-70_d599482b9229d3fd {
    padding-top: 70px !important;
  }
  .xs-pt-80_710982a38dec0a68 {
    padding-top: 80px !important;
  }
  .xs-pt-90_a7b38be8dcd3fa77 {
    padding-top: 90px !important;
  }
  .xs-pt-100_8f60d866955661bf {
    padding-top: 100px !important;
  }
  .xs-pt-110_89ac2ffcaaf852bc {
    padding-top: 110px !important;
  }
  .xs-pt-120_03421cf5671249f8 {
    padding-top: 120px !important;
  }
  .xs-pt-130_f3c95698edbe2cf5 {
    padding-top: 130px !important;
  }
  .xs-pt-140_2874f4bd486eaf84 {
    padding-top: 140px !important;
  }
  .xs-pt-150_bec350802231c730 {
    padding-top: 150px !important;
  }
  .xs-pt-200_f60e87b39f14cd27 {
    padding-top: 200px !important;
  }
  .xs-pb-10_4b8dd5364264f136 {
    padding-bottom: 10px !important;
  }
  .xs-pb-20_2a0ac0511dd1bd3e {
    padding-bottom: 20px !important;
  }
  .xs-pb-30_4ce9ee8a237bc0a8 {
    padding-bottom: 30px !important;
  }
  .xs-pb-40_b0d835c310e22e3c {
    padding-bottom: 40px !important;
  }
  .xs-pb-50_a840d8fd96eaae59 {
    padding-bottom: 50px !important;
  }
  .xs-pb-60_696066b478b104c9 {
    padding-bottom: 60px !important;
  }
  .xs-pb-70_a2a546b99f5da3f1 {
    padding-bottom: 70px !important;
  }
  .xs-pb-80_d4069e2d21ab6aa5 {
    padding-bottom: 80px !important;
  }
  .xs-pb-90_6a4af22ff5eaf269 {
    padding-bottom: 90px !important;
  }
  .xs-pb-100_640fa4e4df0a2f69 {
    padding-bottom: 100px !important;
  }
  .xs-pb-110_f0e61679e8404021 {
    padding-bottom: 110px !important;
  }
  .xs-pb-120_21c723c8ab344d9c {
    padding-bottom: 120px !important;
  }
  .xs-pb-130_f9f1d994efb358c3 {
    padding-bottom: 130px !important;
  }
  .xs-pb-140_7cabde10ff7eb9af {
    padding-bottom: 140px !important;
  }
  .xs-pb-150_ed7b7a2b81007162 {
    padding-bottom: 150px !important;
  }
  .xs-pb-200_c4344f76938c1757 {
    padding-bottom: 200px !important;
  }
  .xs-mt-10_831e889c59b9eabf {
    margin-top: 10px !important;
  }
  .xs-mt-20_5429dc53538efc7d {
    margin-top: 20px !important;
  }
  .xs-mt-30_fe35de84430ecc8b {
    margin-top: 30px !important;
  }
  .xs-mt-40_2abd47186ec47c68 {
    margin-top: 40px !important;
  }
  .xs-mt-50_12fdec85fb8940ff {
    margin-top: 50px !important;
  }
  .xs-mt-60_8e741242e997205a {
    margin-top: 60px !important;
  }
  .xs-mt-70_367b1917b0742785 {
    margin-top: 70px !important;
  }
  .xs-mt-80_fc54b27db9fb1299 {
    margin-top: 80px !important;
  }
  .xs-mt-90_f54b2c95475022f9 {
    margin-top: 90px !important;
  }
  .xs-mt-100_00d01990d6737784 {
    margin-top: 100px !important;
  }
  .xs-mt-110_a5968a45e1e45753 {
    margin-top: 110px !important;
  }
  .xs-mt-120_5685b569bf3e8da7 {
    margin-top: 120px !important;
  }
  .xs-mt-130_e488f8982946dbac {
    margin-top: 130px !important;
  }
  .xs-mt-140_ea53a44ca587ea98 {
    margin-top: 140px !important;
  }
  .xs-mt-150_d37136416db9c140 {
    margin-top: 150px !important;
  }
  .xs-mt-200_8f6d0518fde3afdd {
    margin-top: 200px !important;
  }
  .xs-mb-10_2163f535794d7716 {
    margin-bottom: 10px !important;
  }
  .xs-mb-20_a4c95c469ec9c90c {
    margin-bottom: 20px !important;
  }
  .xs-mb-30_45692254095ba9ac {
    margin-bottom: 30px !important;
  }
  .xs-mb-40_913e37e6c48ea2f7 {
    margin-bottom: 40px !important;
  }
  .xs-mb-50_6dbd24a65e749ccb {
    margin-bottom: 50px !important;
  }
  .xs-mb-60_9b3389dbf744fbd9 {
    margin-bottom: 60px !important;
  }
  .xs-mb-70_65caadd71f78f8b1 {
    margin-bottom: 70px !important;
  }
  .xs-mb-80_c31843d28a9cd376 {
    margin-bottom: 80px !important;
  }
  .xs-mb-90_f469be5908b26f22 {
    margin-bottom: 90px !important;
  }
  .xs-mb-100_9e622c3b94d65676 {
    margin-bottom: 100px !important;
  }
  .xs-mb-110_e05d50639ef64a76 {
    margin-bottom: 110px !important;
  }
  .xs-mb-120_34e497f2f10704ac {
    margin-bottom: 120px !important;
  }
  .xs-mb-130_1d7542a8032b7e41 {
    margin-bottom: 130px !important;
  }
  .xs-mb-140_299d79bc8fe4e5fd {
    margin-bottom: 140px !important;
  }
  .xs-mb-150_b375d102e0352864 {
    margin-bottom: 150px !important;
  }
  .xs-mb-200_f5bc7b4ccb325566 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 575px)*/
.theme-main-menu_0661aa82308909b3 {
  background: #fff;
  position: relative;
  z-index: 999;
  padding: 18px 40px;
  transition: all 0.4s ease-in-out 0s;
}
.theme-main-menu_0661aa82308909b3.menu-overlay_b9e833c85c4223c9 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: transparent;
}
.theme-main-menu_0661aa82308909b3.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_0661aa82308909b3 .navbar-toggler_4032021d54f99990 {
  width: 48px;
  height: 44px;
  padding: 0;
  box-shadow: none;
  position: relative;
  z-index: 99;
  border: none;
  background: #CFFF45;
}
.theme-main-menu_0661aa82308909b3.menu-style-three_394be062e4dd32e1 .navbar-toggler_4032021d54f99990 {
  background: #000;
}
.theme-main-menu_0661aa82308909b3.menu-style-four_2c11fa04911cceb2 .navbar-toggler_4032021d54f99990 {
  background: #E6FD5A;
}
.theme-main-menu_0661aa82308909b3.menu-style-five_2826134edaa46bd8 .navbar-toggler_4032021d54f99990 {
  background: #DFFF5E;
}
.theme-main-menu_0661aa82308909b3 .navbar-toggler_4032021d54f99990:focus {
  box-shadow: none;
}
.theme-main-menu_0661aa82308909b3 .navbar-toggler_4032021d54f99990::before,
.theme-main-menu_0661aa82308909b3 .navbar-toggler_4032021d54f99990::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_0661aa82308909b3 .navbar-toggler_4032021d54f99990 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_0661aa82308909b3.menu-style-three_394be062e4dd32e1 .navbar-toggler_4032021d54f99990:before, .theme-main-menu_0661aa82308909b3.menu-style-three_394be062e4dd32e1 .navbar-toggler_4032021d54f99990:after, .theme-main-menu_0661aa82308909b3.menu-style-three_394be062e4dd32e1 .navbar-toggler_4032021d54f99990 span {
  background: #fff;
}
.theme-main-menu_0661aa82308909b3 .navbar-toggler_4032021d54f99990::before {
  transform: translate3d(0, -9px, 0) scale3d(1, 1, 1);
}
.theme-main-menu_0661aa82308909b3 .navbar-toggler_4032021d54f99990::after {
  transform: translate3d(0, 8px, 0) scale3d(1, 1, 1);
}
.theme-main-menu_0661aa82308909b3 .navbar-toggler_4032021d54f99990[aria-expanded=true] span {
  opacity: 0;
}
.theme-main-menu_0661aa82308909b3 .navbar-toggler_4032021d54f99990[aria-expanded=true]::before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.theme-main-menu_0661aa82308909b3 .navbar-toggler_4032021d54f99990[aria-expanded=true]::after {
  transform: rotate3d(0, 0, 1, -45deg);
}
.theme-main-menu_0661aa82308909b3 .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_0661aa82308909b3 .nav-item:hover .nav-link {
  color: #0C3A30;
}
.theme-main-menu_0661aa82308909b3.white-vr_0c97e7d7774b1cf0 .nav-item .nav-link {
  color: #fff;
}
.theme-main-menu_0661aa82308909b3.white-vr_0c97e7d7774b1cf0 .nav-item:hover .nav-link {
  color: #CFFF45;
}
.theme-main-menu_0661aa82308909b3.white-vr_0c97e7d7774b1cf0.fixed {
  background: #0C3A30;
  border: none;
}
.theme-main-menu_0661aa82308909b3.menu-style-one_735f9c13bab9a3c1 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.theme-main-menu_0661aa82308909b3.menu-style-two_560dd5063bf4d493 {
  padding: 0;
  background: #EDF1EE;
}
.theme-main-menu_0661aa82308909b3.menu-style-two_560dd5063bf4d493 .info-row_7dde93438b62d2e9 {
  padding-top: 12px;
  padding-bottom: 12px;
  overflow: hidden;
}
.theme-main-menu_0661aa82308909b3.menu-style-two_560dd5063bf4d493 .gap-fix_2b874b4f24dcaf70 {
  padding-left: 40px;
  padding-right: 40px;
}
.theme-main-menu_0661aa82308909b3.menu-style-two_560dd5063bf4d493 .greetings_64852dea452b4081 {
  font-size: 18px;
  color: #19352D;
}
.theme-main-menu_0661aa82308909b3.menu-style-two_560dd5063bf4d493 .contact-info_77d3145c880a9b69 {
  margin: 0 -15px;
}
.theme-main-menu_0661aa82308909b3.menu-style-two_560dd5063bf4d493 .contact-info_77d3145c880a9b69 li {
  padding: 0 15px;
}
.theme-main-menu_0661aa82308909b3.menu-style-two_560dd5063bf4d493 .contact-info_77d3145c880a9b69 li a {
  font-size: 18px;
  color: #19352D;
}
.theme-main-menu_0661aa82308909b3.menu-style-two_560dd5063bf4d493 .contact-info_77d3145c880a9b69 li a:hover {
  text-decoration: underline;
}
.theme-main-menu_0661aa82308909b3.menu-style-two_560dd5063bf4d493 .inner-content_bc166e12f87fff22 {
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
.theme-main-menu_0661aa82308909b3.menu-style-two_560dd5063bf4d493.fixed .info-row_7dde93438b62d2e9 {
  display: none;
}
.theme-main-menu_0661aa82308909b3.menu-style-five_2826134edaa46bd8 {
  background: #000;
  padding: 0;
}
.theme-main-menu_0661aa82308909b3.menu-style-five_2826134edaa46bd8 .inner-content_bc166e12f87fff22 {
  background: #fff;
  border-radius: 30px;
  padding: 18px 40px;
}
.theme-main-menu_0661aa82308909b3.menu-style-six_28c588e536df156b .nav-item .nav-link {
  color: #044F3B;
}
.theme-main-menu_0661aa82308909b3.menu-style-six_28c588e536df156b .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_0661aa82308909b3 .navbar {
  position: static;
}

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

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

.navbar [class*=mega-dropdown] .menu-column_e7441caed3487460 {
  padding: 5px 0;
}
.navbar [class*=mega-dropdown] .menu-column_e7441caed3487460 .mega-menu-title_a75e12d931bf2db5 {
  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_0661aa82308909b3 .login-btn-one_5a1587ee7a3dbab1 a {
  color: #000;
}
.theme-main-menu_0661aa82308909b3 .login-btn-one_5a1587ee7a3dbab1 a:hover {
  text-decoration: underline;
}
.theme-main-menu_0661aa82308909b3 .login-btn-two_725c7e0285b5036c a {
  color: #044F3B;
}
.theme-main-menu_0661aa82308909b3 .login-btn-two_725c7e0285b5036c a:hover {
  text-decoration: underline;
}
.theme-main-menu_0661aa82308909b3 .signup-btn-one_a0aa73b39bcb426f 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_0661aa82308909b3 .signup-btn-one_a0aa73b39bcb426f .icon_1c53e115e3e50fb4 {
  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_0661aa82308909b3 .signup-btn-one_a0aa73b39bcb426f:hover span {
  background: #29594B;
  color: #fff;
}
.theme-main-menu_0661aa82308909b3 .signup-btn-one_a0aa73b39bcb426f:hover .icon_1c53e115e3e50fb4 {
  background: #CFFF45;
  color: #29594B;
}
.theme-main-menu_0661aa82308909b3 .signup-btn-two_7dc4704ae8cd860c {
  color: #044F3B;
  line-height: 50px;
  border: 1px solid #044F3B;
  border-radius: 40px;
  background: #CFFF45;
  padding: 0 32px;
  text-align: center;
}
.theme-main-menu_0661aa82308909b3 .signup-btn-two_7dc4704ae8cd860c:hover {
  background: #29594B;
  color: #fff;
}
.theme-main-menu_0661aa82308909b3 .quote-one_46c2b1b8ad2c0fa3 {
  line-height: 48px;
  color: #fff;
  font-size: 18px;
  padding: 0 26px;
  border: 1px solid #fff;
  border-radius: 40px;
}
.theme-main-menu_0661aa82308909b3 .quote-one_46c2b1b8ad2c0fa3:hover {
  background: #CFFF45;
  color: #19352D;
}

.category-menu_679c6742ad0a3fb3 {
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  padding: 0 40px;
}
.category-menu_679c6742ad0a3fb3 li {
  position: relative;
  padding: 0 15px;
}
.category-menu_679c6742ad0a3fb3 li a {
  font-size: 15px;
  font-weight: 500;
  color: #536159;
  padding: 13px 0;
  transition: all 0.2s ease-in-out 0s;
}
.category-menu_679c6742ad0a3fb3 li a:hover {
  color: #0C3A30;
}
.category-menu_679c6742ad0a3fb3 .dropdown-menu {
  padding: 0;
}
.category-menu_679c6742ad0a3fb3 .dropdown-menu li {
  padding: 0;
}
.category-menu_679c6742ad0a3fb3 .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_3cd0e9b1b8f2c8c2 .logo_4c4d00a7ae6e2916 {
    margin-bottom: 10vh;
    padding-left: 12px;
  }
  .white-vr_0c97e7d7774b1cf0 .navbar-collapse_3cd0e9b1b8f2c8c2 {
    background-color: #0C3A30;
  }
  .navbar-collapse_3cd0e9b1b8f2c8c2 {
    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_3cd0e9b1b8f2c8c2.show {
    transform: translateX(0);
    box-shadow: 15px 0 25px rgba(35, 35, 35, 0.09);
  }
  .theme-main-menu_0661aa82308909b3 .navbar .mega-dropdown_29a393f9087f2a93 {
    position: relative;
  }
  .navbar .navbar-nav .nav-link {
    margin: 0;
    padding: 15px 12px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
  }
  .white-vr_0c97e7d7774b1cf0 .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_e7441caed3487460 {
    padding: 0;
  }
  .navbar .dropdown-toggle::after {
    position: absolute;
    right: 15px;
    top: calc(50% - 2px);
  }
  .dashboard-menu_494d54260eee16b0 .nav-link::before {
    right: auto;
    left: 0;
    top: -2px;
  }
}
/*(max-width: 991px)*/
.hero-banner-one_b481d491af5d56cc {
  background: #29594B;
  z-index: 9;
}
.hero-banner-one_b481d491af5d56cc::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_b481d491af5d56cc .hero-slider-one {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.hero-banner-one_b481d491af5d56cc .hero-slider-one .hero-img_bc71c9e4173c5479 {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-banner-one_b481d491af5d56cc .hero-slider-one .slick-list_661e18cf5137b6a7, .hero-banner-one_b481d491af5d56cc .hero-slider-one .slick-track_3bb9a4f1b808eed9, .hero-banner-one_b481d491af5d56cc .hero-slider-one .item {
  height: 100%;
}
.hero-banner-one_b481d491af5d56cc .hero-heading_3124305b53664fff {
  font-weight: 700;
  color: #000;
  background: url(../pictures/shape_e91545d76b/shape_01.svg) no-repeat left top;
  background-size: cover;
  padding: 11px 31px 25px 25px;
}
.hero-banner-one_b481d491af5d56cc .more-btn_59d1160b6cf0f903 {
  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_b481d491af5d56cc .more-btn_59d1160b6cf0f903:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #19352D;
}

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

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

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

.hero-banner-five_c3bb74393dd032fa {
  background: #000;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.hero-banner-five_c3bb74393dd032fa .bg-wrapper_420ecae1a015c463 {
  background: #fff;
  border-radius: 30px;
  z-index: 1;
}
.hero-banner-five_c3bb74393dd032fa .hero-heading_3124305b53664fff {
  font-size: 85px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.176em;
  color: #000;
}
.hero-banner-five_c3bb74393dd032fa .rating_10da2557eef97779 h3 {
  font-size: 42px;
  margin-bottom: 0px;
}
.hero-banner-five_c3bb74393dd032fa .rating_10da2557eef97779 p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.hero-banner-five_c3bb74393dd032fa .media-wrapper_ca0c529b33cdce1b {
  position: absolute;
  background: url(../pictures/assets_cab13fdde8/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_c3bb74393dd032fa .media-wrapper_ca0c529b33cdce1b .shape_01_cd947e9b110ec1fb {
  right: 0;
  bottom: 14%;
  width: 41.1%;
  z-index: 1;
}
.hero-banner-five_c3bb74393dd032fa .media-wrapper_ca0c529b33cdce1b .shape_02_995de5244d71d31a {
  top: 34%;
  left: 0;
  transform: translateX(-50%);
  width: 19.34%;
}

.hero-banner-six_4ce2b183d63ff785 .hero-heading_3124305b53664fff {
  font-size: 100px;
  line-height: 1.05em;
  color: #044F3B;
}
.hero-banner-six_4ce2b183d63ff785 .media-wrapper_ca0c529b33cdce1b {
  background: url(../pictures/media/img_48.jpg) no-repeat center;
  background-size: cover;
  border-radius: 20px;
  max-width: 536px;
  width: 100%;
  height: 100%;
}
.hero-banner-six_4ce2b183d63ff785 .media-wrapper_ca0c529b33cdce1b .screen_01_ad3c2e9abe119e56 {
  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_4ce2b183d63ff785 .media-wrapper_ca0c529b33cdce1b .screen_02_1d0f8bc04a66742c {
  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_4ce2b183d63ff785 .media-wrapper_ca0c529b33cdce1b .bg-shape_3b1f6712ad85eaa9 {
  max-width: 130%;
  left: 47%;
  bottom: -12%;
  transform: translateX(-50%);
}
.hero-banner-six_4ce2b183d63ff785 .shape_01_cd947e9b110ec1fb {
  bottom: 9%;
  left: 40%;
  width: 6.53%;
}

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

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

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

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

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

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

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

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

.fancy-banner-eight_47697d5f15ec7dda .bg-wrapper_420ecae1a015c463 {
  background: #F3F8F7;
  padding: 30px 75px 0;
}
.fancy-banner-eight_47697d5f15ec7dda .media-wrapper_ca0c529b33cdce1b {
  padding: 0 38px;
  margin-bottom: -6px;
}
.fancy-banner-eight_47697d5f15ec7dda .media-wrapper_ca0c529b33cdce1b .shape_01_cd947e9b110ec1fb {
  width: 100%;
  bottom: 0;
  left: 0;
}
.fancy-banner-eight_47697d5f15ec7dda .shape_02_995de5244d71d31a {
  right: -123px;
  bottom: -5px;
}

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

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

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

.inner-banner-one_5c849d5cbff73ac5 + .blog-details_77c322baadefcddf {
  margin-top: 15px;
}

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

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

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

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

.block-feature-three_c29a52ff562a4267 {
  z-index: 1;
}
.block-feature-three_c29a52ff562a4267:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 34%;
  bottom: 0;
  background: #EBF3EE;
  z-index: -1;
}
.block-feature-three_c29a52ff562a4267.no-bg_d0103674b9da0915:before {
  display: none;
}
.block-feature-three_c29a52ff562a4267 .section-btn_cab6892c779091fd {
  position: absolute;
  right: 0;
  top: 68px;
}
.block-feature-three_c29a52ff562a4267 .block-title_ad0c5c363d62d090 a {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25em;
  color: #19352D;
}
.block-feature-three_c29a52ff562a4267 .block-title_ad0c5c363d62d090 a:hover {
  text-decoration: underline;
}
.block-feature-three_c29a52ff562a4267 .round-btn_db171207b2c88ce0 {
  font-size: 18px;
  font-weight: 900;
  color: #29594B;
  width: 38px;
  height: 38px;
  border: 1px solid #29594B;
}
.block-feature-three_c29a52ff562a4267 .round-btn_db171207b2c88ce0:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #19352D;
}
.block-feature-three_c29a52ff562a4267 .block-one_b007858b71b4d36c {
  background: url(../pictures/media/img_05.jpg) no-repeat center;
  background-size: cover;
  height: 470px;
}
.block-feature-three_c29a52ff562a4267 .block-one_b007858b71b4d36c .tag_823c8bed44a08f56 {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  line-height: 25px;
  border: 1px solid #000;
  padding: 0 10px;
}
.block-feature-three_c29a52ff562a4267 .block-one_b007858b71b4d36c .block-title_ad0c5c363d62d090 {
  background: url(../pictures/shape_e91545d76b/shape_02.svg) no-repeat right top;
  background-size: cover;
  border-radius: 25px;
  padding: 12px 0 18px 18px;
}
.block-feature-three_c29a52ff562a4267 .block-two_9d11735840adc3fe {
  overflow: hidden;
}
.block-feature-three_c29a52ff562a4267 .block-two_9d11735840adc3fe .img-wrapper_38131ec81a29092c {
  background: url(../pictures/media/img_06.jpg) no-repeat center;
  background-size: cover;
  width: 42%;
}
.block-feature-three_c29a52ff562a4267 .block-two_9d11735840adc3fe .text-wrapper_9b41875be20de3b0 {
  width: 58%;
  padding: 30px 30px 35px 60px;
}
.block-feature-three_c29a52ff562a4267 .block-two_9d11735840adc3fe .tag_823c8bed44a08f56 {
  font-size: 13px;
  letter-spacing: 1px;
  color: white;
  line-height: 27px;
  border-radius: 17px;
  background: #29594B;
  padding: 0 17px;
}
.block-feature-three_c29a52ff562a4267 .block-three_e23e1d2439528fa1 {
  background: #D3FF76;
}
.block-feature-three_c29a52ff562a4267 .block-three_e23e1d2439528fa1 .tag_823c8bed44a08f56 {
  font-size: 13px;
  letter-spacing: 1px;
  color: white;
  line-height: 27px;
  border-radius: 17px;
  background: #29594B;
  padding: 0 17px;
}
.block-feature-three_c29a52ff562a4267 .block-three_e23e1d2439528fa1 .round-btn_db171207b2c88ce0 {
  background: #fff;
  border-color: #fff;
}
.block-feature-three_c29a52ff562a4267 .block-three_e23e1d2439528fa1 .round-btn_db171207b2c88ce0:hover {
  background: #29594B;
  border-color: #29594B;
  color: #fff;
}
.block-feature-three_c29a52ff562a4267 .block-four_4836553e339af5dd {
  background: url(../pictures/media/img_07.jpg) no-repeat center;
  background-size: cover;
}
.block-feature-three_c29a52ff562a4267 .block-four_4836553e339af5dd .block-title_ad0c5c363d62d090 {
  background: url(../pictures/shape_e91545d76b/shape_03.svg) no-repeat right top;
  background-size: cover;
  border-radius: 18px;
  padding: 12px 16px 12px 18px;
}
.block-feature-three_c29a52ff562a4267 .block-four_4836553e339af5dd .block-title_ad0c5c363d62d090 a {
  font-size: 28px;
}
.block-feature-three_c29a52ff562a4267 .block-four_4836553e339af5dd .tag_823c8bed44a08f56 {
  font-size: 13px;
  letter-spacing: 1px;
  color: #29594B;
  line-height: 27px;
  border-radius: 17px;
  background: #fff;
  padding: 0 17px;
}
.block-feature-three_c29a52ff562a4267 .block-four_4836553e339af5dd .round-btn_db171207b2c88ce0 {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.block-feature-three_c29a52ff562a4267 .block-four_4836553e339af5dd .round-btn_db171207b2c88ce0:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #000;
}
.block-feature-three_c29a52ff562a4267 .block-five_537cfd44e877acfc {
  background: url(../pictures/blog/blog_img_05.jpg) no-repeat center;
  background-size: cover;
  height: 358px;
}
.block-feature-three_c29a52ff562a4267 .block-five_537cfd44e877acfc .tag_823c8bed44a08f56 {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  line-height: 25px;
  border: 1px solid #000;
  padding: 0 10px;
}
.block-feature-three_c29a52ff562a4267 .block-five_537cfd44e877acfc .block-title_ad0c5c363d62d090 {
  background: url(../pictures/shape_e91545d76b/shape_29.svg) no-repeat right top;
  background-size: cover;
  border-radius: 15px;
  padding: 12px 10px 18px 18px;
}

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

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

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

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

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

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

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

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

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

.block-feature-thirteen_81b1e5dbb94c4240 .upper-wrapper_7d5db6902be3ea59 {
  border-bottom: 1px solid #E6E6E6;
}
.block-feature-thirteen_81b1e5dbb94c4240 .upper-wrapper_7d5db6902be3ea59 .shape_01_cd947e9b110ec1fb {
  right: 6%;
  bottom: 16%;
}
.block-feature-thirteen_81b1e5dbb94c4240 .line-loop_fe0235418632ee2f:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 130%;
  right: 0;
  top: 57%;
  background: #E6E6E6;
  z-index: -1;
}
.block-feature-thirteen_81b1e5dbb94c4240 .graph-panel_46b7e259810377a2 {
  border-right: 1px solid #E6E6E6;
}
.block-feature-thirteen_81b1e5dbb94c4240 .graph-panel_46b7e259810377a2 .main-count_faa62d937ac6a4fc {
  font-size: 120px;
}
.block-feature-thirteen_81b1e5dbb94c4240 .graph-panel_46b7e259810377a2 .chart-box_29ad120b1a82179b {
  padding: 0 15px;
}
.block-feature-thirteen_81b1e5dbb94c4240 .graph-panel_46b7e259810377a2 .chart-box_29ad120b1a82179b .chart-inner_76e6d3c3d6de5185 {
  width: 120px;
  background: #196164;
}

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

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

.block-feature-sixteen_53c9c2b2b708a0d2 .media-img_d5ee545ba5ad8569 {
  border-radius: 30px;
}
.block-feature-sixteen_53c9c2b2b708a0d2 .shape_01_cd947e9b110ec1fb {
  top: 31%;
  left: 50%;
}

.block-feature-seventeen_e6d9e2726aba7310 .section-subheading_6a4f294ee8be7c12 {
  position: absolute;
  right: 0;
  top: 0;
  width: 37%;
}
.block-feature-seventeen_e6d9e2726aba7310 .shape_01_cd947e9b110ec1fb {
  max-width: 8%;
  top: 12%;
  left: 43%;
}

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

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

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

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

.text-feature-four_b08560f37e0df239 {
  z-index: 1;
}
.text-feature-four_b08560f37e0df239 .avatar_ffda6cab569a7bbc {
  width: 65px;
  height: 65px;
}
.text-feature-four_b08560f37e0df239 .name {
  font-size: 28px;
}
.text-feature-four_b08560f37e0df239 .quote-text_12b759b975d7f2c5 {
  font-size: 50px;
  line-height: 1.4em;
}
.text-feature-four_b08560f37e0df239 .shape_01_cd947e9b110ec1fb {
  top: 56%;
  left: 22%;
  animation: rotated 60s infinite linear;
}
.text-feature-four_b08560f37e0df239 .shape_02_995de5244d71d31a {
  top: 12%;
  right: 9%;
  width: 16px;
  animation: rotated 50s infinite linear;
}

.text-feature-five_5589c2fb9ad10628 .bg-wrapper_420ecae1a015c463 {
  background: #FFF2AC;
}
.text-feature-five_5589c2fb9ad10628 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_5589c2fb9ad10628 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_5589c2fb9ad10628 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_5589c2fb9ad10628 li:hover:before {
  background: #29594B;
}
.text-feature-five_5589c2fb9ad10628 li:hover:after {
  color: #fff;
}
.text-feature-five_5589c2fb9ad10628 .media-wrapper_ca0c529b33cdce1b {
  background: url(../pictures/media/img_20.jpg) no-repeat center;
  background-size: cover;
  z-index: 1;
}
.text-feature-five_5589c2fb9ad10628 .media-wrapper_ca0c529b33cdce1b .video-icon_a8d162c9b8129adc {
  width: 90px;
  height: 90px;
  background: #fff;
}
.text-feature-five_5589c2fb9ad10628 .media-wrapper_ca0c529b33cdce1b .video-icon_a8d162c9b8129adc:hover {
  background: #CFFF45;
}
.text-feature-five_5589c2fb9ad10628 .media-wrapper_ca0c529b33cdce1b .screen_01_ad3c2e9abe119e56 {
  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_fe99bb09066455de {
  z-index: 1;
}
.text-feature-six_fe99bb09066455de .media-wrapper_ca0c529b33cdce1b {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 63.64%;
  z-index: -1;
}
.text-feature-six_fe99bb09066455de .media-wrapper_ca0c529b33cdce1b .screen_01_ad3c2e9abe119e56 {
  width: 61.1%;
  bottom: 32%;
  right: -4%;
  z-index: 1;
  animation: jumpThree 5s infinite linear;
}
.text-feature-six_fe99bb09066455de .shape_01_cd947e9b110ec1fb {
  left: 0;
  bottom: 23%;
  width: 12.3%;
}
.text-feature-six_fe99bb09066455de .shape_02_995de5244d71d31a {
  top: 1%;
  right: 39%;
}

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

.text-feature-nine_c29878500dea2bf6 {
  background: url(../pictures/assets_cab13fdde8/bg_03.svg) no-repeat center bottom;
  background-size: cover;
  z-index: 1;
}
.text-feature-nine_c29878500dea2bf6 .block_5eecbf647be83cf8 .icon_1c53e115e3e50fb4 {
  height: 50px;
}
.text-feature-nine_c29878500dea2bf6 .vertical-text-wrapper_40cb0b9b8b2c99e8 {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  border-left: 1px solid rgba(254, 255, 252, 0.17);
}
.text-feature-nine_c29878500dea2bf6 .vertical-text-wrapper_40cb0b9b8b2c99e8 .text-list_5c6e1345cfe72a1a {
  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_c29878500dea2bf6 .vertical-text-wrapper_40cb0b9b8b2c99e8 .text-list_5c6e1345cfe72a1a:hover {
  color: #C5FF4A;
  opacity: 1;
  mix-blend-mode: normal;
}
.text-feature-nine_c29878500dea2bf6 .vertical-text-wrapper_40cb0b9b8b2c99e8 .shape_01_cd947e9b110ec1fb {
  left: -83px;
  bottom: 21%;
  animation: jumpThree 6s infinite linear;
}
.text-feature-nine_c29878500dea2bf6 .vertical-text-wrapper_40cb0b9b8b2c99e8 .shape_02_995de5244d71d31a {
  left: 10%;
  top: 25%;
  animation: jumpFour 6s infinite linear;
}
.text-feature-nine_c29878500dea2bf6 .shape_03_3a32ef8a389f5291 {
  left: 5%;
  top: 10%;
  animation: jumpFour 6s infinite linear;
}
.text-feature-nine_c29878500dea2bf6 .shape_04_93886b2c321c9393 {
  bottom: 0;
  left: 13%;
  width: 29%;
}

.team-section-one_526259f0be19c2f8 .section-btn_cab6892c779091fd {
  position: absolute;
  right: 0;
  top: 25px;
}

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

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

.team-section-three_36000e9577c27eee {
  z-index: 1;
}
.team-section-three_36000e9577c27eee:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  background: url(../pictures/shape_e91545d76b/shape_09.svg) no-repeat right bottom;
  background-size: cover;
  z-index: -1;
}
.team-section-three_36000e9577c27eee .section-btn_cab6892c779091fd {
  position: absolute;
  right: 0;
  top: 15px;
}
.team-section-three_36000e9577c27eee .shape_01_cd947e9b110ec1fb {
  width: 2.3%;
  top: 17%;
  left: 39%;
}
.team-section-three_36000e9577c27eee .shape_02_995de5244d71d31a {
  width: 1.5%;
  bottom: 6%;
  right: 9%;
}
.team-section-three_36000e9577c27eee .shape_03_3a32ef8a389f5291 {
  max-width: 22%;
  bottom: 0;
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.partner-logo-one_fe4d5af072996435 .logo_4c4d00a7ae6e2916 {
  width: 100%;
  height: 60px;
}

.modal .modal-dialog {
  height: auto;
}
.modal .modal-dialog .modal-content_4d14d172788934c9 {
  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_1dc49b55036655f0 {
  max-width: 565px;
}
.user-data-form .form-wrapper_1dc49b55036655f0 .input-group-meta_08649754e86cccf3 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_1dc49b55036655f0 .input-group-meta_08649754e86cccf3 label {
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  margin-bottom: 6px;
}
.user-data-form .form-wrapper_1dc49b55036655f0 .input-group-meta_08649754e86cccf3 .placeholder_icon_7aae35514a83e8b1 {
  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_1dc49b55036655f0 .input-group-meta_08649754e86cccf3 .placeholder_icon_7aae35514a83e8b1 img {
  position: relative;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%);
}
.user-data-form .form-wrapper_1dc49b55036655f0 .input-group-meta_08649754e86cccf3 .placeholder_icon_7aae35514a83e8b1 span {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
  position: relative;
}
.user-data-form .form-wrapper_1dc49b55036655f0 .input-group-meta_08649754e86cccf3 .placeholder_icon_7aae35514a83e8b1 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_1dc49b55036655f0 .input-group-meta_08649754e86cccf3 .placeholder_icon_7aae35514a83e8b1 span.eye-slash_3ea54ee11d88228b:before {
  opacity: 0;
}
.user-data-form .agreement-checkbox_ca16f246ddc83f34 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_ca16f246ddc83f34 label a {
  color: #0E3E2F;
  text-decoration: underline;
}
.user-data-form .agreement-checkbox_ca16f246ddc83f34 input[type=checkbox] {
  display: none;
}
.user-data-form .agreement-checkbox_ca16f246ddc83f34 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_ca16f246ddc83f34 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_ca16f246ddc83f34 a {
  position: relative;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.user-data-form .agreement-checkbox_ca16f246ddc83f34 a:hover {
  text-decoration: underline;
  color: #0E3E2F;
}
.user-data-form .line_520d289d94529559 {
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.user-data-form .social-use-btn_8b0b555f8f85131e {
  font-size: 16px;
  color: #000;
  height: 55px;
  border: 1px solid #E5E5E5;
  border-radius: 7px;
}
.user-data-form .social-use-btn_8b0b555f8f85131e:hover {
  background: rgba(0, 0, 0, 0.06);
}
.user-data-form .social-use-btn_8b0b555f8f85131e img {
  width: 20px;
}
.user-data-form .btn-close_644395560c6fe5f5 {
  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_a061a9dda788012c .main-count_faa62d937ac6a4fc {
  font-size: 64px;
  color: #19352D;
}

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

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

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

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

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

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

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

.card-style-three_4ce00fe96582a880 .icon_1c53e115e3e50fb4 {
  height: 38px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.portfolio-block-one_67f084c9287ba769 .img-holder_b7a3aa63aec7d150 {
  position: relative;
  overflow: hidden;
}
.portfolio-block-one_67f084c9287ba769 .img-holder_b7a3aa63aec7d150.round-border_aad3391a7146acc2 {
  border-radius: 30px;
}
.portfolio-block-one_67f084c9287ba769 .img-holder_b7a3aa63aec7d150 .expend_44e6a6cd6f09c426 {
  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_67f084c9287ba769 .img-holder_b7a3aa63aec7d150 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_67f084c9287ba769 .img-holder_b7a3aa63aec7d150 i:hover {
  background: #DFFF5E;
}
.portfolio-block-one_67f084c9287ba769:hover .expend_44e6a6cd6f09c426 {
  opacity: 1;
}
.portfolio-block-one_67f084c9287ba769:hover .img-meta_b190f283515b513d {
  transform: scale(1.1) rotate(5deg);
}
.portfolio-block-one_67f084c9287ba769:hover .pj-title_faa3cdf662d586b5 {
  text-decoration: underline;
}
.portfolio-block-one_67f084c9287ba769 .caption {
  margin-top: 35px;
}
.portfolio-block-one_67f084c9287ba769 .caption .tag_823c8bed44a08f56 {
  margin: 0 -3px;
}
.portfolio-block-one_67f084c9287ba769 .caption .tag_823c8bed44a08f56 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_67f084c9287ba769 .caption .pj-title_faa3cdf662d586b5 {
  font-size: 32px;
  color: #000;
  margin-top: 15px;
}
.portfolio-block-one_67f084c9287ba769 .caption .arrow {
  font-size: 26px;
  color: #000;
}
.portfolio-block-one_67f084c9287ba769 .caption .arrow:hover {
  color: #0C3A30;
}

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

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

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

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

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

.project-details-two_89160b41e7908aee .bg-wrapper_420ecae1a015c463 {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.project-details-two_89160b41e7908aee .slider-wrapper_392d22de3a81d9bd {
  height: 100%;
}
.project-details-two_89160b41e7908aee .slider-wrapper_392d22de3a81d9bd .carousel-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.project-details-two_89160b41e7908aee .slider-wrapper_392d22de3a81d9bd .carousel-control-next_9b851149871ffe11,
.project-details-two_89160b41e7908aee .slider-wrapper_392d22de3a81d9bd .carousel-control-prev_414a9f0a25c68477 {
  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_89160b41e7908aee .slider-wrapper_392d22de3a81d9bd .carousel-control-next_9b851149871ffe11:hover,
.project-details-two_89160b41e7908aee .slider-wrapper_392d22de3a81d9bd .carousel-control-prev_414a9f0a25c68477:hover {
  background: #29594B;
  color: #fff;
}
.project-details-two_89160b41e7908aee .slider-wrapper_392d22de3a81d9bd .carousel-control-prev_414a9f0a25c68477 {
  left: auto;
  right: 45px;
}
.project-details-two_89160b41e7908aee .info-wrapper_b9edab6cdf06f460 {
  padding: 55px 50px 85px 70px;
}
.project-details-two_89160b41e7908aee .info-wrapper_b9edab6cdf06f460 h3 {
  font-size: 36px;
}
.project-details-two_89160b41e7908aee .info-wrapper_b9edab6cdf06f460 .list-meta_2a4aae56a4eb7af5 li {
  padding: 22px 0;
}
.project-details-two_89160b41e7908aee .info-wrapper_b9edab6cdf06f460 .list-meta_2a4aae56a4eb7af5 .icon_1c53e115e3e50fb4 {
  width: 40px;
}
.project-details-two_89160b41e7908aee .info-wrapper_b9edab6cdf06f460 .list-meta_2a4aae56a4eb7af5 .text1_b30737113c013e6d {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}
.project-details-two_89160b41e7908aee .info-wrapper_b9edab6cdf06f460 .list-meta_2a4aae56a4eb7af5 span {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
}
.project-details-two_89160b41e7908aee .info-wrapper_b9edab6cdf06f460 .social-share_15d98d2d3668f717 li {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.project-details-two_89160b41e7908aee .info-wrapper_b9edab6cdf06f460 .social-share_15d98d2d3668f717 li a {
  font-size: 20px;
  color: #19352D;
  margin-left: 20px;
}

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

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

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

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

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

.feedback-section-three_c85550b99278a696 .slider-wrapper_392d22de3a81d9bd {
  padding-left: 100px;
}
.feedback-section-three_c85550b99278a696 .slider-wrapper_392d22de3a81d9bd .icon_1c53e115e3e50fb4 {
  left: 0;
  top: 18px;
}
.feedback-section-three_c85550b99278a696 .slick-dots_62ce969f02433120 {
  margin: 50px 0 0 15px;
  padding: 0;
}
.feedback-section-three_c85550b99278a696 .slick-dots_62ce969f02433120 li button {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #000;
  padding: 0;
  margin-right: 3px;
}
.feedback-section-three_c85550b99278a696 .slick-dots_62ce969f02433120 .slick-active button {
  background: #000;
}
.feedback-section-three_c85550b99278a696 .rating-box_bb8d2a8111534105 {
  position: absolute;
  padding: 50px 37px 35px;
  left: -75px;
  bottom: -65px;
  z-index: 1;
  background: #000;
}
.feedback-section-three_c85550b99278a696 .rating-box_bb8d2a8111534105 .rating_10da2557eef97779 {
  font-size: 58px;
  letter-spacing: -1px;
  line-height: 25px;
  margin-bottom: 20px;
}
.feedback-section-three_c85550b99278a696 .shape_01_cd947e9b110ec1fb {
  width: 15px;
  top: 7%;
  right: 52%;
}
.feedback-section-three_c85550b99278a696 .shape_02_995de5244d71d31a {
  width: 20px;
  bottom: 17%;
  right: 17%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.blog-meta-one_96d520f1a14c2462 {
  background: #fff;
  border-radius: 30px;
}
.blog-meta-one_96d520f1a14c2462 .post-data_89a076125271c71a {
  padding: 30px 35px 25px;
}
.blog-meta-one_96d520f1a14c2462 .post-data_89a076125271c71a .post-info_31352c2f2c4cb6a6 {
  font-size: 18px;
  color: #AAAAAA;
}
.blog-meta-one_96d520f1a14c2462 .post-data_89a076125271c71a .blog-title_4038bc8eedb61b32 {
  font-size: 32px;
  line-height: 1.281em;
}
.blog-meta-one_96d520f1a14c2462 .post-data_89a076125271c71a .blog-title_4038bc8eedb61b32:hover {
  text-decoration: underline;
}
.blog-meta-one_96d520f1a14c2462 .post-img_5a3303a68788f0cb {
  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_96d520f1a14c2462 .post-img_5a3303a68788f0cb .round-btn_db171207b2c88ce0 {
  font-size: 25px;
  width: 55px;
  height: 55px;
  background: #fff;
  color: #19352D;
}
.blog-meta-one_96d520f1a14c2462:hover .round-btn_db171207b2c88ce0 {
  background: #CFFF45;
}
.blog-meta-one_96d520f1a14c2462.style-two_8adac7d0062d2849 {
  background: #F6F6F6;
  border-radius: 0;
}
.blog-meta-one_96d520f1a14c2462.style-two_8adac7d0062d2849 .post-img_5a3303a68788f0cb {
  border-radius: 0;
}
.blog-meta-one_96d520f1a14c2462.style-two_8adac7d0062d2849 .blog-title_4038bc8eedb61b32 {
  font-weight: 700;
  font-size: 28px;
  color: #000;
}

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

.blog-meta-two_22cce5e6109a6cf2 {
  background: #fff;
}
.blog-meta-two_22cce5e6109a6cf2 .post-data_89a076125271c71a {
  padding-top: 30px;
}
.blog-meta-two_22cce5e6109a6cf2 .post-data_89a076125271c71a .blog-title_4038bc8eedb61b32 {
  width: 70%;
}
.blog-meta-two_22cce5e6109a6cf2 .post-data_89a076125271c71a .blog-title_4038bc8eedb61b32 h4 {
  font-size: 32px;
  line-height: 1.281em;
}
.blog-meta-two_22cce5e6109a6cf2 .post-data_89a076125271c71a .blog-title_4038bc8eedb61b32:hover h4 {
  text-decoration: underline;
}
.blog-meta-two_22cce5e6109a6cf2 .post-data_89a076125271c71a .round-btn_db171207b2c88ce0 {
  font-size: 25px;
  width: 60px;
  height: 60px;
  border: 1px solid #19352D;
  background: #fff;
  color: #19352D;
}
.blog-meta-two_22cce5e6109a6cf2 .post-data_89a076125271c71a .round-btn_db171207b2c88ce0:hover {
  background: #CFFF45;
  border-color: #CFFF45;
}
.blog-meta-two_22cce5e6109a6cf2 .post-data_89a076125271c71a .post-info_31352c2f2c4cb6a6 {
  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_22cce5e6109a6cf2 .post-img_5a3303a68788f0cb {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-meta-two_22cce5e6109a6cf2 .post-img_5a3303a68788f0cb .date_b9e9876c7a43c816 {
  line-height: 38px;
  font-size: 16px;
  padding: 0 18px;
  text-transform: uppercase;
  background: #fff;
  color: #19352D;
}
.blog-meta-two_22cce5e6109a6cf2.style-two_8adac7d0062d2849 {
  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_22cce5e6109a6cf2.style-two_8adac7d0062d2849 p {
  font-size: 18px;
}
.blog-meta-two_22cce5e6109a6cf2.style-two_8adac7d0062d2849 .post-img_5a3303a68788f0cb {
  height: auto;
  width: 100%;
}
.blog-meta-two_22cce5e6109a6cf2.style-two_8adac7d0062d2849 .post-data_89a076125271c71a {
  padding: 26px 0;
}
.blog-meta-two_22cce5e6109a6cf2.style-two_8adac7d0062d2849 .post-data_89a076125271c71a .post-info_31352c2f2c4cb6a6 {
  border: none;
  padding: 0;
  margin: 0 0 12px;
}
.blog-meta-two_22cce5e6109a6cf2.style-two_8adac7d0062d2849 .post-data_89a076125271c71a .round-btn_db171207b2c88ce0 {
  border: none;
}

.signup-btn-one_a0aa73b39bcb426f 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_a0aa73b39bcb426f .icon_1c53e115e3e50fb4 {
  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_66e3bfc9ca2747d1 {
  z-index: 1;
}
.blog-section-three_66e3bfc9ca2747d1 .section-btn_cab6892c779091fd {
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 1;
}

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

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

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

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

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

.blog-details_77c322baadefcddf .post-details-meta_6918605a28abd080 {
  border-top: 1px dashed #BEBEBE;
  margin-top: 30px;
  padding: 36px 0;
}
.blog-details_77c322baadefcddf .post-details-meta_6918605a28abd080 p {
  line-height: 1.8em;
  margin-bottom: 30px;
}
.blog-details_77c322baadefcddf .post-details-meta_6918605a28abd080 .quote-wrapper_bedce1b4331b8b61 {
  text-align: center;
  margin: 62px 0 35px;
}
.blog-details_77c322baadefcddf .post-details-meta_6918605a28abd080 .quote-wrapper_bedce1b4331b8b61 .wrapper_72e13ca1d4c14e31 {
  position: relative;
  padding: 38px 12px 40px;
  border-top: 1px dashed #CBCBCB;
  border-bottom: 1px dashed #CBCBCB;
}
.blog-details_77c322baadefcddf .post-details-meta_6918605a28abd080 .quote-wrapper_bedce1b4331b8b61 .wrapper_72e13ca1d4c14e31 .icon_1c53e115e3e50fb4 {
  width: 55px;
  height: 55px;
  background: #29594B;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-details_77c322baadefcddf .post-details-meta_6918605a28abd080 .quote-wrapper_bedce1b4331b8b61 .wrapper_72e13ca1d4c14e31 h3 {
  font-size: 36px;
  line-height: 1.444em;
  margin: 0;
}
.blog-details_77c322baadefcddf .post-details-meta_6918605a28abd080 .quote-wrapper_bedce1b4331b8b61 h6 {
  font-size: 20px;
  margin: 24px 0 0;
}
.blog-details_77c322baadefcddf .post-details-meta_6918605a28abd080 .quote-wrapper_bedce1b4331b8b61 h6 span {
  color: rgba(0, 0, 0, 0.5);
}
.blog-details_77c322baadefcddf .post-details-meta_6918605a28abd080 .img-gallery_cee2cc3ba2e1ac60 {
  margin-bottom: 50px;
}
.blog-details_77c322baadefcddf .post-details-meta_6918605a28abd080 .img-gallery_cee2cc3ba2e1ac60 img {
  border-radius: 20px;
  margin-top: 15px;
}
.blog-details_77c322baadefcddf .post-details-meta_6918605a28abd080 h3 {
  font-size: 32px;
  margin-bottom: 20px;
}
.blog-details_77c322baadefcddf .post-details-meta_6918605a28abd080 .list-item_80d899925403da20 li {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  position: relative;
  padding-left: 33px;
  margin-bottom: 23px;
}
.blog-details_77c322baadefcddf .post-details-meta_6918605a28abd080 .list-item_80d899925403da20 li:after {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  font-size: 0.95em;
  top: 3px;
  left: 0;
  color: #000;
}
.blog-details_77c322baadefcddf .bottom-widget_7b10c2f6d1e12c64 {
  padding: 10px 0 5px;
}
.blog-details_77c322baadefcddf .bottom-widget_7b10c2f6d1e12c64 .tags_13818e7568221f16 li:first-child {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
  margin-right: 7px;
}
.blog-details_77c322baadefcddf .bottom-widget_7b10c2f6d1e12c64 .tags_13818e7568221f16 a {
  line-height: 26px;
  border-radius: 16px;
  background: #fff;
  padding: 0 10px;
  color: #19352D;
  font-size: 16px;
  margin-right: 5px;
}
.blog-details_77c322baadefcddf .bottom-widget_7b10c2f6d1e12c64 .tags_13818e7568221f16 a:hover {
  color: #000;
  text-decoration: underline;
}
.blog-details_77c322baadefcddf .bottom-widget_7b10c2f6d1e12c64 .share-icon_79703852428b1257 li:first-child {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.blog-details_77c322baadefcddf .bottom-widget_7b10c2f6d1e12c64 .share-icon_79703852428b1257 a {
  color: #19352D;
  font-size: 18px;
  margin-left: 17px;
}
.blog-details_77c322baadefcddf .grey-bg_0c0440f0e73abcae {
  background: #f4f4f4;
  border-radius: 30px;
  padding: 40px 35px;
}
.blog-details_77c322baadefcddf .blog-inner-title_7cd4cb7aa4849c06 {
  font-size: 42px;
  margin-bottom: 10px;
}
.blog-details_77c322baadefcddf .blog-comment-area_55bda12ef7a8da5e {
  margin: 60px 0;
}
.blog-details_77c322baadefcddf .blog-comment-area_55bda12ef7a8da5e .comment_6e9ca13b14e39d7f {
  border-top: 1px dashed #CBCBCB;
  padding: 38px 0 20px;
}
.blog-details_77c322baadefcddf .blog-comment-area_55bda12ef7a8da5e .comment_6e9ca13b14e39d7f:last-child {
  padding-bottom: 5px;
}
.blog-details_77c322baadefcddf .blog-comment-area_55bda12ef7a8da5e .comment_6e9ca13b14e39d7f .reply-comment_cc276eda3f77be9e {
  border: none;
  padding: 40px 0 30px;
}
.blog-details_77c322baadefcddf .blog-comment-area_55bda12ef7a8da5e .comment_6e9ca13b14e39d7f .user-avatar_eef2e625704b6edd {
  width: 60px;
  height: 60px;
}
.blog-details_77c322baadefcddf .blog-comment-area_55bda12ef7a8da5e .comment_6e9ca13b14e39d7f .comment-text_0d49d7344afebd01 {
  width: calc(100% - 60px);
  padding-left: 25px;
  position: relative;
}
.blog-details_77c322baadefcddf .blog-comment-area_55bda12ef7a8da5e .comment_6e9ca13b14e39d7f .comment-text_0d49d7344afebd01 .name {
  font-size: 20px;
  color: #19352D;
}
.blog-details_77c322baadefcddf .blog-comment-area_55bda12ef7a8da5e .comment_6e9ca13b14e39d7f .comment-text_0d49d7344afebd01 .date_b9e9876c7a43c816 {
  font-size: 16px;
  color: #ADADAD;
}
.blog-details_77c322baadefcddf .blog-comment-area_55bda12ef7a8da5e .comment_6e9ca13b14e39d7f .comment-text_0d49d7344afebd01 p {
  font-size: 18px;
  line-height: 32px;
  margin: 7px 0 10px 0px;
}
.blog-details_77c322baadefcddf .blog-comment-area_55bda12ef7a8da5e .comment_6e9ca13b14e39d7f .comment-text_0d49d7344afebd01 .reply-btn_a162c965de96c80d {
  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_77c322baadefcddf .blog-comment-area_55bda12ef7a8da5e .comment_6e9ca13b14e39d7f .comment-text_0d49d7344afebd01 .reply-btn_a162c965de96c80d:hover {
  background: #CFFF45;
  color: #19352D;
}
.blog-details_77c322baadefcddf .blog-comment-form_3bc936d5df5ac9db p a {
  color: #19352D;
}
.blog-details_77c322baadefcddf .blog-comment-form_3bc936d5df5ac9db form label {
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  padding-bottom: 5px;
}
.blog-details_77c322baadefcddf .blog-comment-form_3bc936d5df5ac9db form input {
  display: block;
  font-size: 18px;
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 8px;
  padding: 0 25px;
  background: #fff;
}
.blog-details_77c322baadefcddf .blog-comment-form_3bc936d5df5ac9db 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_e0ff6c90d36eb5d9 {
  height: 600px;
}

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

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

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

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

.footer-one_cd19c29f38001cd5 {
  background: #0C3A30;
  padding-top: 95px;
}
.footer-one_cd19c29f38001cd5 .bottom-footer_1d0a7d99bfbdae70 {
  border-top: 1px dashed rgba(255, 255, 255, 0.25);
  margin-top: 32px;
  padding: 40px 0 25px;
}
.footer-one_cd19c29f38001cd5 .social-icon_ae48bfb6fdadf343 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_cd19c29f38001cd5 .social-icon_ae48bfb6fdadf343 a:hover {
  background: #CFFF45;
  color: #29594B;
}
.footer-one_cd19c29f38001cd5 .footer-title_6289edaac2190a36 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
}
.footer-one_cd19c29f38001cd5 .footer-nav-link_a108756db1b608c0 a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 46px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-one_cd19c29f38001cd5 .footer-nav-link_a108756db1b608c0 a:hover {
  color: #fff;
}
.footer-nav-link_a108756db1b608c0 p {
  font-size: 16px;
}
.logo_4c4d00a7ae6e2916 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_a165f80be6a49a7c {
  min-width: 80px;
  max-height: 40px;
  max-width: 150px;
}
.casino-li_f44e8d581b64edfe {
  align-content: center;
}

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

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

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

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

.footer-three_5b4507389ebcde40 {
  padding: 75px 0 0;
  position: relative;
  z-index: 1;
}
.footer-three_5b4507389ebcde40 .round-bg_1bd68cf8ee95705f {
  width: 350px;
  height: 350px;
  padding: 15px 15px;
  background: #FFF6C6;
}
.footer-three_5b4507389ebcde40 .round-bg_1bd68cf8ee95705f.color-two_9757594980e3b2aa {
  background: #F6FFDD;
}
.footer-three_5b4507389ebcde40 .footer-intro_f636e344563292c6 p a {
  font-weight: 500;
  font-size: 24px;
  color: #000;
}
.footer-three_5b4507389ebcde40 .footer-intro_f636e344563292c6 p a:hover {
  color: #19352D;
  text-decoration: underline;
}
.footer-three_5b4507389ebcde40 .footer-title_6289edaac2190a36 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.footer-three_5b4507389ebcde40 .footer-nav-link_a108756db1b608c0 a {
  color: rgba(0, 0, 0, 0.5);
  line-height: 46px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-three_5b4507389ebcde40 .footer-nav-link_a108756db1b608c0 a:hover {
  color: #19352D;
  text-decoration: underline;
}
.footer-three_5b4507389ebcde40 .bottom-footer_1d0a7d99bfbdae70 {
  border-top: 1px solid #e2e2e2;
  margin-top: 40px;
  padding: 40px 0 25px;
}
.footer-three_5b4507389ebcde40 .bottom-footer_1d0a7d99bfbdae70 .copyright_37545d5e69b9b9bc {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}
.footer-three_5b4507389ebcde40 .bottom-footer_1d0a7d99bfbdae70 .bottom-nav_1f205ba182def276 {
  margin: 0 -12px;
}
.footer-three_5b4507389ebcde40 .bottom-footer_1d0a7d99bfbdae70 .bottom-nav_1f205ba182def276 a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: #000;
}
.footer-three_5b4507389ebcde40 .bottom-footer_1d0a7d99bfbdae70 .bottom-nav_1f205ba182def276 a:hover {
  text-decoration: underline;
}
.footer-three_5b4507389ebcde40 .bottom-footer_1d0a7d99bfbdae70 .social-icon_ae48bfb6fdadf343 {
  margin: 0 -10px;
}
.footer-three_5b4507389ebcde40 .bottom-footer_1d0a7d99bfbdae70 .social-icon_ae48bfb6fdadf343 a {
  margin: 0 10px;
}
.footer-three_5b4507389ebcde40 .bottom-footer_1d0a7d99bfbdae70 .social-icon_ae48bfb6fdadf343 a:hover {
  color: #19352D;
}
.footer-three_5b4507389ebcde40 .shape_01_cd947e9b110ec1fb {
  top: -3%;
  left: -3%;
}
.footer-three_5b4507389ebcde40 .shape_02_995de5244d71d31a {
  bottom: 8%;
  right: 13%;
  animation: rotated 48s infinite linear;
}

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

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

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

.footer-five_c26c416ea13e4016 {
  background: #000;
  padding: 105px 0 20px;
  z-index: 1;
  overflow: hidden;
}
.footer-five_c26c416ea13e4016:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: url(../pictures/assets_cab13fdde8/bg_07.svg) no-repeat center bottom;
  background-size: cover;
  z-index: -1;
}
.footer-five_c26c416ea13e4016 h2 {
  font-size: 132px;
  line-height: 1.185em;
}
.footer-five_c26c416ea13e4016 .btn-group_5588067336d44a33 {
  padding: 15px 15px 15px 55px;
  border-radius: 80px;
  background: #DFFF5E;
  margin: 85px 0 110px;
}
.footer-five_c26c416ea13e4016 .btn-group_5588067336d44a33 h3 {
  font-size: 70px;
  color: #000;
  margin: 0;
}
.footer-five_c26c416ea13e4016 .btn-group_5588067336d44a33 h3 span {
  font-weight: 700;
  font-style: italic;
  text-decoration-line: underline;
  text-decoration-thickness: 4px;
}
.footer-five_c26c416ea13e4016 .btn-group_5588067336d44a33 .round-btn_db171207b2c88ce0 {
  width: 125px;
  height: 125px;
  text-align: center;
  font-size: 55px;
  color: #DFFF5E;
  background: #101010;
}
.footer-five_c26c416ea13e4016 .btn-group_5588067336d44a33 .round-btn_db171207b2c88ce0:hover, .footer-five_c26c416ea13e4016 .btn-group_5588067336d44a33 .round-btn_db171207b2c88ce0:focus {
  background: #29594B;
  color: #fff;
}
.footer-five_c26c416ea13e4016 .social-icon_ae48bfb6fdadf343 {
  margin: 0 -20px;
}
.footer-five_c26c416ea13e4016 .social-icon_ae48bfb6fdadf343 a {
  color: #fff;
  margin: 0 20px;
}
.footer-five_c26c416ea13e4016 .social-icon_ae48bfb6fdadf343 a:hover {
  color: #DFFF5E;
}
.footer-five_c26c416ea13e4016 .bottom-nav_1f205ba182def276 {
  margin: 0 -12px;
}
.footer-five_c26c416ea13e4016 .bottom-nav_1f205ba182def276 a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: #fff;
}
.footer-five_c26c416ea13e4016 .bottom-nav_1f205ba182def276 a:hover {
  text-decoration: underline;
}
.footer-five_c26c416ea13e4016 .shape_01_cd947e9b110ec1fb {
  top: 11%;
  right: 10%;
  width: 3.4%;
  animation: rotated 48s infinite linear;
}
.footer-five_c26c416ea13e4016 .shape_02_995de5244d71d31a {
  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_aa6a4d00db6ead3b {
  animation-duration: 2s;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce_c63f3bfbb6a1ef43 {
  animation-name: bounce;
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash_9ec2eb110a831c0b {
  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_e8083448be065f25 {
  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_2ac6e53a6b0ab304 {
  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_27d1e4c59ee39513 {
  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_d8a6b61c2a2c7854 {
  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_adbbd426267497eb {
  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_363e905471125140 {
  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_e4ee817ebc7b951a {
  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_c4a54c99e11d92eb {
  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_7f69f92c1ec88219 {
  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_9ac75fd0f4a9629a {
  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_b3a0b0a39d89c19c {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown_9b1cdbdc15add05c {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft_258f89244c0e1630 {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight_ba4688963c979757 {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp_d021fe89926c8a23 {
  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_e4a952138fdb1f8d {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig_a570dce67a8814e0 {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft_03b72a1f0fad3bc2 {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig_5ab6e2eea2c9a1f6 {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight_24be02cfd2117010 {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig_10c187bfa280dd43 {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp_90a041b5cb9d9d32 {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig_cdaf66bce9c01766 {
  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_5fa04b1789ec67a6 {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig_c1a46fa4013a3384 {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft_c461e3dbb2f1107a {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig_b59b60dcbf7fa044 {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight_996b06e6228fd997 {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig_8a3e32430c2ac19a {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp_a708f3687e535f2c {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig_a820bc2be4c80168 {
  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_aaa9447914e2dd53 {
  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_9b51c21524a3995a {
  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_c78371d4f90ee0bf {
  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_052d2d4e28e1d818 {
  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_be0c9e1f5b5a334d {
  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_fe0fc726494f4c28 {
  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_da6f2a34fbb8f1b7 {
  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_5a842570f073bf7f {
  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_50d036cd97f34156 {
  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_36119efbd181760c {
  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_146d7f1c35636a27 {
  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_a3c23f59ac8e2c2b {
  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_cfe3b70111a82b02 {
  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_9a5a58decf95eb3d {
  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_cf7a60bfbfba614d {
  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_6f273db7d689d848 {
  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_f9f16168e033f4a6 {
  animation-name: rotateOutUpRight;
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(150px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInUp_f512f163b9ae01cf {
  animation-name: slideInUp;
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown_e8f76dfba3cc110a {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInLeft_7ed784bf7fb7a28b {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight_a162ed33f53d00d8 {
  animation-name: slideInRight;
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.slideOutLeft_b24839ab8adcd736 {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.slideOutRight_0d3433673f52d1f9 {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.slideOutUp_8a352536902269e6 {
  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_aa6a4d00db6ead3b {
  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_10de52fee0a52199 {
  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_1756bbae05f046b8 {
  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_90e7f3a2db409aba .theme-select-menu_95d450bad08c737c {
  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_39adc25cd6321338 {
  overflow: hidden;
}
.product-block-one_39adc25cd6321338 .img-holder_b7a3aa63aec7d150 {
  position: relative;
  background: #F5F5F5;
  z-index: 5;
  margin-bottom: 22px;
}
.product-block-one_39adc25cd6321338 .img-holder_b7a3aa63aec7d150 .cart-icon_38c6d31d7e711279 {
  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_39adc25cd6321338 .img-holder_b7a3aa63aec7d150 .cart-icon_38c6d31d7e711279:hover {
  color: #19352D;
  background: #CFFF45;
}
.product-block-one_39adc25cd6321338 .img-holder_b7a3aa63aec7d150 .cart-button_686918bc8089e24d {
  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_39adc25cd6321338 .img-holder_b7a3aa63aec7d150 .cart-button_686918bc8089e24d:hover {
  color: #19352D;
  background: #CFFF45;
}
.product-block-one_39adc25cd6321338 .product-title_4021277bf55b9e45 {
  font-weight: 500;
  color: #19352D;
  font-size: 20px;
  text-transform: capitalize;
}
.product-block-one_39adc25cd6321338 .rating_10da2557eef97779 {
  margin: 0 -3px;
}
.product-block-one_39adc25cd6321338 .rating_10da2557eef97779 li {
  font-size: 15px;
  margin: 0 3px;
  color: #B3B3B3;
}
.product-block-one_39adc25cd6321338 .rating_10da2557eef97779 li .bi-star-fill_21ad0ebb325b60e5 {
  color: #FFCB65;
}
.product-block-one_39adc25cd6321338 .price_745fd8722b1b93aa {
  font-weight: 500;
  font-size: 22px;
  color: #0E3E2F;
  margin-top: 10px;
}
.product-block-one_39adc25cd6321338:hover .cart-button_686918bc8089e24d {
  opacity: 1;
  transform: translateY(0);
}
.product-block-one_39adc25cd6321338:hover .product-img_8bec18e7de41610e {
  transform: scale(0.95);
}
.product-block-one_39adc25cd6321338:hover .cart-icon_38c6d31d7e711279 {
  opacity: 1;
  transform: scale(1);
}
.product-block-one_39adc25cd6321338:hover .product-title_4021277bf55b9e45 {
  text-decoration: underline;
}

.product-details-one_6812fd88394ccc49 .product-img-tab_5c84d628fbabe746 {
  border: none;
}
.product-details-one_6812fd88394ccc49 .product-img-tab_5c84d628fbabe746 .nav-link {
  width: 100%;
  background: #F6F6F6;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 5px 0;
  height: 88px;
  margin-bottom: 12px;
}
.product-details-one_6812fd88394ccc49 .product-img-tab_5c84d628fbabe746 .nav-link img {
  max-height: 100%;
}
.product-details-one_6812fd88394ccc49 .product-img-tab_5c84d628fbabe746 .nav-link.active {
  background: #fff;
  border-color: #000;
}
.product-details-one_6812fd88394ccc49 .product-img-tab-content_3b6bc9a9c22a43c7 {
  background: #F6F6F6;
  padding: 20px;
}
.product-details-one_6812fd88394ccc49 .product-img-tab-content_3b6bc9a9c22a43c7 img {
  margin: auto;
}
.product-details-one_6812fd88394ccc49 .product-info_4199fe33ffcfa4a5 .stock-tag_f1285bef7e667a51 {
  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_6812fd88394ccc49 .product-info_4199fe33ffcfa4a5 .product-name_6ef9a7debb52f304 {
  text-transform: capitalize;
  font-size: 32px;
  margin: 25px 0 15px;
}
.product-details-one_6812fd88394ccc49 .product-info_4199fe33ffcfa4a5 .rating_10da2557eef97779 li {
  font-size: 15px;
  margin-right: 6px;
  color: #B3B3B3;
}
.product-details-one_6812fd88394ccc49 .product-info_4199fe33ffcfa4a5 .rating_10da2557eef97779 li .bi-star-fill_21ad0ebb325b60e5 {
  color: #FFCB65;
}
.product-details-one_6812fd88394ccc49 .product-info_4199fe33ffcfa4a5 .rating_10da2557eef97779 li a {
  font-size: 17px;
  color: #000;
  margin-left: 12px;
}
.product-details-one_6812fd88394ccc49 .product-info_4199fe33ffcfa4a5 .rating_10da2557eef97779 li a:hover {
  text-decoration: underline;
}
.product-details-one_6812fd88394ccc49 .product-info_4199fe33ffcfa4a5 .price_745fd8722b1b93aa {
  font-size: 26px;
  font-weight: 700;
  color: #29594B;
  padding: 25px 0 5px;
}
.product-details-one_6812fd88394ccc49 .product-info_4199fe33ffcfa4a5 .price_745fd8722b1b93aa del {
  font-size: 0.7em;
  opacity: 0.6;
}
.product-details-one_6812fd88394ccc49 .product-info_4199fe33ffcfa4a5 .availability_a252fdc8bbb72973 {
  color: #989CA2;
  font-size: 17px;
}
.product-details-one_6812fd88394ccc49 .product-info_4199fe33ffcfa4a5 .description-text_9e9f39d8f5f5f7e4 {
  padding: 10px 0 15px;
}
.product-details-one_6812fd88394ccc49 .product-info_4199fe33ffcfa4a5 .product-feature_92be393ff575861a {
  margin-bottom: 20px;
}
.product-details-one_6812fd88394ccc49 .product-info_4199fe33ffcfa4a5 .product-feature_92be393ff575861a li {
  color: #000;
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
}
.product-details-one_6812fd88394ccc49 .product-info_4199fe33ffcfa4a5 .product-feature_92be393ff575861a li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 2px;
  left: 0;
  color: #29594B;
}
.product-details-one_6812fd88394ccc49 .product-info_4199fe33ffcfa4a5 .customize-order_46b839745d1f260a h6 {
  font-size: 18px;
  margin: 0 15px 0 0;
}
.product-details-one_6812fd88394ccc49 .product-info_4199fe33ffcfa4a5 .customize-order_46b839745d1f260a .quantity_440cda2b722ac061 .button-group_0213f14fddead5be {
  border: 1px solid #e3e3e3;
  display: inline-block;
}
.product-details-one_6812fd88394ccc49 .product-info_4199fe33ffcfa4a5 .customize-order_46b839745d1f260a .quantity_440cda2b722ac061 .button-group_0213f14fddead5be li {
  line-height: 40px;
  max-height: 40px;
}
.product-details-one_6812fd88394ccc49 .product-info_4199fe33ffcfa4a5 .customize-order_46b839745d1f260a .quantity_440cda2b722ac061 .button-group_0213f14fddead5be li button {
  font-size: 25px;
  color: #C9C9C9;
  background: transparent;
  width: 32px;
}
.product-details-one_6812fd88394ccc49 .product-info_4199fe33ffcfa4a5 .customize-order_46b839745d1f260a .quantity_440cda2b722ac061 .button-group_0213f14fddead5be 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_6812fd88394ccc49 .product-review-tab_95e61a7950fc95a6 .nav-tabs_5314421bdeb16431 {
  border-bottom: 1px solid #EBEBEB;
}
.product-details-one_6812fd88394ccc49 .product-review-tab_95e61a7950fc95a6 .nav-tabs_5314421bdeb16431 .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_6812fd88394ccc49 .product-review-tab_95e61a7950fc95a6 .nav-tabs_5314421bdeb16431 .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_6812fd88394ccc49 .product-review-tab_95e61a7950fc95a6 .nav-tabs_5314421bdeb16431 .nav-link.active:before {
  transform: scale(1);
}
.product-details-one_6812fd88394ccc49 .product-review-tab_95e61a7950fc95a6 .nav-tabs_5314421bdeb16431 .nav-item:last-child .nav-link {
  margin-right: 0;
}
.product-details-one_6812fd88394ccc49 .product-review-tab_95e61a7950fc95a6 .tab-content_b905687e3bb32186 h5 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 18px;
}
.product-details-one_6812fd88394ccc49 .product-review-tab_95e61a7950fc95a6 .tab-content_b905687e3bb32186 .product-feature_92be393ff575861a li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 18px;
}
.product-details-one_6812fd88394ccc49 .product-review-tab_95e61a7950fc95a6 .tab-content_b905687e3bb32186 .product-feature_92be393ff575861a li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 2px;
  left: 0;
  color: #29594B;
}
.product-details-one_6812fd88394ccc49 .product-review-tab_95e61a7950fc95a6 .user-comment-area_63ef96d29a572cc3 .single-comment_21b526bf3c56d124 {
  padding-bottom: 40px;
}
.product-details-one_6812fd88394ccc49 .product-review-tab_95e61a7950fc95a6 .user-comment-area_63ef96d29a572cc3 .single-comment_21b526bf3c56d124:last-child {
  padding-bottom: 0;
}
.product-details-one_6812fd88394ccc49 .product-review-tab_95e61a7950fc95a6 .user-comment-area_63ef96d29a572cc3 .user-img_1bb8703a854ad017 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.product-details-one_6812fd88394ccc49 .product-review-tab_95e61a7950fc95a6 .user-comment-area_63ef96d29a572cc3 .user-comment-data_bd8f322130a65841 {
  padding-left: 30px;
  position: relative;
}
.product-details-one_6812fd88394ccc49 .product-review-tab_95e61a7950fc95a6 .user-comment-area_63ef96d29a572cc3 .user-comment-data_bd8f322130a65841 .name {
  font-size: 18px;
  margin-bottom: 4px;
}
.product-details-one_6812fd88394ccc49 .product-review-tab_95e61a7950fc95a6 .user-comment-area_63ef96d29a572cc3 .user-comment-data_bd8f322130a65841 .rating_10da2557eef97779 li {
  font-size: 14px;
  margin: 0 3px;
  color: #B3B3B3;
}
.product-details-one_6812fd88394ccc49 .product-review-tab_95e61a7950fc95a6 .user-comment-area_63ef96d29a572cc3 .user-comment-data_bd8f322130a65841 .rating_10da2557eef97779 li .bi-star-fill_21ad0ebb325b60e5 {
  color: #FFCB65;
}
.product-details-one_6812fd88394ccc49 .product-review-tab_95e61a7950fc95a6 .user-comment-area_63ef96d29a572cc3 .user-comment-data_bd8f322130a65841 p {
  padding-top: 8px;
}

.cart-list-form_12a593beef20bc37 {
  position: relative;
}
.cart-list-form_12a593beef20bc37 .table_41d6fccf4eb16fde {
  margin: 0;
  background: transparent;
}
.cart-list-form_12a593beef20bc37 .table_41d6fccf4eb16fde 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_12a593beef20bc37 .table_41d6fccf4eb16fde th:first-child {
  text-align: left;
}
.cart-list-form_12a593beef20bc37 .table_41d6fccf4eb16fde tbody td {
  padding: 0 0 70px;
  border: none;
  vertical-align: middle;
  text-align: center;
  background: transparent;
}
.cart-list-form_12a593beef20bc37 .table_41d6fccf4eb16fde tbody tr:first-child td {
  padding-top: 60px;
}
.cart-list-form_12a593beef20bc37 .table_41d6fccf4eb16fde tbody tr:last-child td {
  padding-bottom: 40px;
}
.cart-list-form_12a593beef20bc37 .table_41d6fccf4eb16fde tbody .product-thumbnails_19b05fdcf2d2a273 {
  width: 85px;
}
.cart-list-form_12a593beef20bc37 .table_41d6fccf4eb16fde tbody .product-thumbnails_19b05fdcf2d2a273 img {
  max-height: 100%;
  max-width: none;
}
.cart-list-form_12a593beef20bc37 .table_41d6fccf4eb16fde tbody .product-thumbnails_19b05fdcf2d2a273 .product-img_8bec18e7de41610e {
  display: block;
  max-width: 85px;
  max-height: 85px;
  overflow: hidden;
}
.cart-list-form_12a593beef20bc37 .table_41d6fccf4eb16fde tbody .product-info_4199fe33ffcfa4a5 {
  padding-left: 30px;
  text-align: left;
}
.cart-list-form_12a593beef20bc37 .table_41d6fccf4eb16fde tbody .product-info_4199fe33ffcfa4a5 .product-name_6ef9a7debb52f304 {
  font-weight: 700;
  font-size: 20px;
  color: #19352D;
}
.cart-list-form_12a593beef20bc37 .table_41d6fccf4eb16fde tbody .product-info_4199fe33ffcfa4a5 .serial_bcb5b921f264b7d7 {
  font-size: 15px;
  color: rgba(31, 31, 31, 0.5);
  padding-bottom: 6px;
}
.cart-list-form_12a593beef20bc37 .table_41d6fccf4eb16fde tbody .product-info_4199fe33ffcfa4a5 ul li {
  display: inline-block;
  font-size: 16px;
  color: #000;
  padding-right: 15px;
}
.cart-list-form_12a593beef20bc37 .table_41d6fccf4eb16fde tbody .price_745fd8722b1b93aa {
  font-weight: 500;
  font-size: 18px;
  color: #19352D;
}
.cart-list-form_12a593beef20bc37 .table_41d6fccf4eb16fde tbody .quantity_440cda2b722ac061 li {
  display: inline-block;
  line-height: 40px;
  max-height: 40px;
}
.cart-list-form_12a593beef20bc37 .table_41d6fccf4eb16fde tbody .quantity_440cda2b722ac061 li .btn_1a799e2fbf103bdb {
  font-size: 24px;
  padding: 0;
  border: none;
  vertical-align: inherit;
  color: #1d1d1d;
  background: transparent;
}
.cart-list-form_12a593beef20bc37 .table_41d6fccf4eb16fde tbody .quantity_440cda2b722ac061 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_12a593beef20bc37 .table_41d6fccf4eb16fde tbody .remove-product_7486321650120cec {
  color: #000;
  font-size: 22px;
}
.cart-list-form_12a593beef20bc37 .table_41d6fccf4eb16fde tbody .remove-product_7486321650120cec:hover {
  color: #ff2759;
}
.cart-list-form_12a593beef20bc37 .cart-footer_ece8b9f9757a78b1 {
  border-top: 2px solid #545454;
  margin-top: 28px;
  padding-top: 40px;
}
.cart-list-form_12a593beef20bc37 .cart-footer_ece8b9f9757a78b1 .coupon-form_47cbbb2deb5a90fc input {
  width: 240px;
  height: 50px;
  border: none;
  border-bottom: 2px solid #545454;
  font-size: 18px;
  margin-right: 30px;
  background: transparent;
}
.cart-list-form_12a593beef20bc37 .cart-footer_ece8b9f9757a78b1 .cart-total-section_89da2d0ae83f79d7 {
  text-align: right;
  padding-right: 82px;
}
.cart-list-form_12a593beef20bc37 .cart-footer_ece8b9f9757a78b1 .cart-total-section_89da2d0ae83f79d7 .cart-total-table_d8b16a3e7fd318f1 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_12a593beef20bc37 .cart-footer_ece8b9f9757a78b1 .cart-total-section_89da2d0ae83f79d7 .cart-total-table_d8b16a3e7fd318f1 tr td {
  font-size: 18px;
  font-weight: 500;
  color: #19352D;
  padding-bottom: 16px;
}

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

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

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

.fancybox-active_85511ab19ebc8eba {
  height: auto;
}

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

.fancybox-caption_1bd32790b2554df6, .fancybox-infobar_82b062761a7e799f, .fancybox-navigation_ff692003dd06ea1b .fancybox-button_644f03c69f921144, .fancybox-toolbar_56dab4ddc1976b0f {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption_0a3828dc2a9c32cd .fancybox-caption_1bd32790b2554df6, .fancybox-show-infobar_95f033d2aa4b8179 .fancybox-infobar_82b062761a7e799f, .fancybox-show-nav_7eca75c596268963 .fancybox-navigation_ff692003dd06ea1b .fancybox-button_644f03c69f921144, .fancybox-show-toolbar_1da6f40111f9f682 .fancybox-toolbar_56dab4ddc1976b0f {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}

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

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

.fancybox-is-open_0d54ce4c70cb5003 .fancybox-stage_1cc1c2f5ecaa5d17 {
  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_aa95109804b2cbe6 .fancybox-slide, .fancybox-slide--current_6c4ceb872022c87e, .fancybox-slide--next_62a4ebc38af9e515, .fancybox-slide--previous_ebc0f1065501de71 {
  display: block;
}

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

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

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

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

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

.fancybox-content_19fd6de6a3da60c9 {
  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_9020a28d8c21f7c2 .fancybox-content_19fd6de6a3da60c9 {
  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_80756c76c1823865 .fancybox-content_19fd6de6a3da60c9 {
  cursor: zoom-out;
}

.fancybox-can-zoomIn_87a4aa94f2395b3e .fancybox-content_19fd6de6a3da60c9 {
  cursor: zoom-in;
}

.fancybox-can-drag_c9ce375aa1c69727 .fancybox-content_19fd6de6a3da60c9 {
  cursor: grab;
}

.fancybox-is-dragging_3ea93edbb3209795 .fancybox-content_19fd6de6a3da60c9 {
  cursor: grabbing;
}

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

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

.fancybox-slide--html_d2d58c23773a9787 .fancybox-content_19fd6de6a3da60c9 {
  margin-bottom: 6px;
}

.fancybox-slide--iframe_30a63af3241ded4d .fancybox-content_19fd6de6a3da60c9, .fancybox-slide--map_b2b25ccced45c111 .fancybox-content_19fd6de6a3da60c9, .fancybox-slide--video_8c3041da8fc1f37e .fancybox-content_19fd6de6a3da60c9 {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video_8c3041da8fc1f37e .fancybox-content_19fd6de6a3da60c9 {
  background: #000;
}

.fancybox-slide--map_b2b25ccced45c111 .fancybox-content_19fd6de6a3da60c9 {
  background: #e5e3df;
}

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

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

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

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

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

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

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

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

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

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

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

.fancybox-button--play_6b88fe310193d81f svg path, .fancybox-button--share_431911bc65cb07fe svg path, .fancybox-button--thumbs_d79bba262c780d35 svg path {
  fill: currentColor;
}

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

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

.fancybox-show-nav_7eca75c596268963 .fancybox-navigation_ff692003dd06ea1b .fancybox-button_644f03c69f921144 {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

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

.fancybox-navigation_ff692003dd06ea1b .fancybox-button--arrow_left_d839693415c8457c {
  left: 6px;
}

.fancybox-navigation_ff692003dd06ea1b .fancybox-button--arrow_right_c04d723078329a4c {
  right: 6px;
}

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

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

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

.fancybox-slide--iframe_30a63af3241ded4d .fancybox-close-small_c6162f633f23cd31, .fancybox-slide--image_9020a28d8c21f7c2 .fancybox-close-small_c6162f633f23cd31, .fancybox-slide--video_8c3041da8fc1f37e .fancybox-close-small_c6162f633f23cd31 {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--iframe_30a63af3241ded4d .fancybox-close-small_c6162f633f23cd31:hover svg, .fancybox-slide--image_9020a28d8c21f7c2 .fancybox-close-small_c6162f633f23cd31:hover svg, .fancybox-slide--video_8c3041da8fc1f37e .fancybox-close-small_c6162f633f23cd31:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling_df2ba5e7a972ea47 .fancybox-close-small_c6162f633f23cd31, .fancybox-is-zoomable_3dff958c13956dcf.fancybox-can-drag_c9ce375aa1c69727 .fancybox-close-small_c6162f633f23cd31 {
  display: none;
}

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

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

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

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

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

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

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

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

.fancybox-fx-fade_dfd3092784e5a584.fancybox-slide--next_62a4ebc38af9e515, .fancybox-fx-fade_dfd3092784e5a584.fancybox-slide--previous_ebc0f1065501de71 {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade_dfd3092784e5a584.fancybox-slide--current_6c4ceb872022c87e {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-share__input_93e2e6534142ce4e {
  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_4bb7c09ad2bb6d28 {
  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_5dd1261bd23008a3 {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs_4be28ddd94443149 .fancybox-thumbs_4bb7c09ad2bb6d28 {
  display: block;
}

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

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

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

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

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

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

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

.fancybox-thumbs_4bb7c09ad2bb6d28 > 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_4bb7c09ad2bb6d28 .fancybox-thumbs-active_bd7bf323ad51294d:before {
  opacity: 1;
}

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

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

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

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

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

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

.slick-slider_1711032beec28fb4 .slick-track_3bb9a4f1b808eed9,
.slick-slider_1711032beec28fb4 .slick-list_661e18cf5137b6a7 {
  transform: translate3d(0, 0, 0);
}

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

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

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

.slick-loading_7b755a204299a140 .slick-track_3bb9a4f1b808eed9 {
  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_7b755a204299a140 img {
  display: none;
}

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

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

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

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

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