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

.h1_71e0d21e4926b70d,
h1,
.h2_a7b1170ada899ab3,
h2,
.h3_07c99004b9f0b3d6,
h3,
.h4_11ebdbd713e9d9ec,
h4,
.h5_d146016d7093bf37,
h5,
.h6_a3c08fe150c00ff0,
h6 {
  font-weight: 500;
  color: #19352D;
}

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

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

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

p {
  line-height: 1.7em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box-layout_e3c5e81f63df3dff {
  margin: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p0_99b5568e892fdb78 {
  padding: 0 !important;
}

.m0_867f969f9aee120c {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1399px) {
  .xl-p0_9688a71ec9b162db {
    padding: 0 !important;
  }
  .xl-m0_c7a14e736203e918 {
    margin: 0 !important;
  }
  .xl-pt-10_167b6284dfa74ea1 {
    padding-top: 10px !important;
  }
  .xl-pt-20_6a3318eeb3706104 {
    padding-top: 20px !important;
  }
  .xl-pt-30_c0e8d20f3781714e {
    padding-top: 30px !important;
  }
  .xl-pt-40_817d55f26de77072 {
    padding-top: 40px !important;
  }
  .xl-pt-50_d735c58fcee1e4ea {
    padding-top: 50px !important;
  }
  .xl-pt-60_1c33039bf4f444d8 {
    padding-top: 60px !important;
  }
  .xl-pt-70_95be4499270fad17 {
    padding-top: 70px !important;
  }
  .xl-pt-80_3d77aee65fcad086 {
    padding-top: 80px !important;
  }
  .xl-pt-90_5708181ba6c4089b {
    padding-top: 90px !important;
  }
  .xl-pt-100_68ff3bdab0dd9beb {
    padding-top: 100px !important;
  }
  .xl-pt-110_ad772c389556451f {
    padding-top: 110px !important;
  }
  .xl-pt-120_02317507f496edb8 {
    padding-top: 120px !important;
  }
  .xl-pt-130_e1d03f92cec4a4f2 {
    padding-top: 130px !important;
  }
  .xl-pt-140_09ebcf0cd506345a {
    padding-top: 140px !important;
  }
  .xl-pt-150_7e7d4860b9551807 {
    padding-top: 150px !important;
  }
  .xl-pt-200_581251cab947ffda {
    padding-top: 200px !important;
  }
  .xl-pb-10_72990a76fe4e23d0 {
    padding-bottom: 10px !important;
  }
  .xl-pb-20_acc0b1cee8936f5e {
    padding-bottom: 20px !important;
  }
  .xl-pb-30_21961d98459f255d {
    padding-bottom: 30px !important;
  }
  .xl-pb-40_3fba421946359198 {
    padding-bottom: 40px !important;
  }
  .xl-pb-50_31f10b1782143230 {
    padding-bottom: 50px !important;
  }
  .xl-pb-60_b8513be39bac6c13 {
    padding-bottom: 60px !important;
  }
  .xl-pb-70_e8c186b99678d6c7 {
    padding-bottom: 70px !important;
  }
  .xl-pb-80_1b9536876f44fc83 {
    padding-bottom: 80px !important;
  }
  .xl-pb-90_eaac0db407d368e3 {
    padding-bottom: 90px !important;
  }
  .xl-pb-100_aab4e70c3648d60e {
    padding-bottom: 100px !important;
  }
  .xl-pb-110_6673f5fb515345d8 {
    padding-bottom: 110px !important;
  }
  .xl-pb-120_c74d5fe5e2f53cc3 {
    padding-bottom: 120px !important;
  }
  .xl-pb-130_9eea0f426104a6d3 {
    padding-bottom: 130px !important;
  }
  .xl-pb-140_954641d16afd4042 {
    padding-bottom: 140px !important;
  }
  .xl-pb-150_6dd4cf811a49c4fb {
    padding-bottom: 150px !important;
  }
  .xl-pb-200_a29916ef80ec00ae {
    padding-bottom: 200px !important;
  }
  .xl-mt-10_13c4cd9188f2de7f {
    margin-top: 10px !important;
  }
  .xl-mt-20_8efeaec7194b63ef {
    margin-top: 20px !important;
  }
  .xl-mt-30_745ef5ef578cc205 {
    margin-top: 30px !important;
  }
  .xl-mt-40_d1d5db00dd0d3785 {
    margin-top: 40px !important;
  }
  .xl-mt-50_fc58683f48c45d84 {
    margin-top: 50px !important;
  }
  .xl-mt-60_53494db49118f232 {
    margin-top: 60px !important;
  }
  .xl-mt-70_e006598de3698d58 {
    margin-top: 70px !important;
  }
  .xl-mt-80_3000893e767938f8 {
    margin-top: 80px !important;
  }
  .xl-mt-90_6882ae71852c715a {
    margin-top: 90px !important;
  }
  .xl-mt-100_79c64e2756ef3828 {
    margin-top: 100px !important;
  }
  .xl-mt-110_151b04aec9384fd3 {
    margin-top: 110px !important;
  }
  .xl-mt-120_36d466a31fb19a14 {
    margin-top: 120px !important;
  }
  .xl-mt-130_4a7c99af19a86073 {
    margin-top: 130px !important;
  }
  .xl-mt-140_6c4b9f956db259b8 {
    margin-top: 140px !important;
  }
  .xl-mt-150_8b103873503747f0 {
    margin-top: 150px !important;
  }
  .xl-mt-200_530270c28c4bb3f5 {
    margin-top: 200px !important;
  }
  .xl-mb-10_0cf88c43eb2db8bc {
    margin-bottom: 10px !important;
  }
  .xl-mb-20_a761269b53ca15f1 {
    margin-bottom: 20px !important;
  }
  .xl-mb-30_4411aa87b5288fce {
    margin-bottom: 30px !important;
  }
  .xl-mb-40_d92e6890fdb48f01 {
    margin-bottom: 40px !important;
  }
  .xl-mb-50_e076deee162d3e50 {
    margin-bottom: 50px !important;
  }
  .xl-mb-60_8e8613b40e8e5b47 {
    margin-bottom: 60px !important;
  }
  .xl-mb-70_fc8c255bf5e3105a {
    margin-bottom: 70px !important;
  }
  .xl-mb-80_1f256cbe268d6651 {
    margin-bottom: 80px !important;
  }
  .xl-mb-90_005fd222aec3cad7 {
    margin-bottom: 90px !important;
  }
  .xl-mb-100_638ce9b796a31092 {
    margin-bottom: 100px !important;
  }
  .xl-mb-110_e1d32123e8bd53c8 {
    margin-bottom: 110px !important;
  }
  .xl-mb-120_288ea0eb27a8ab9d {
    margin-bottom: 120px !important;
  }
  .xl-mb-130_a12de34fc90ef9a9 {
    margin-bottom: 130px !important;
  }
  .xl-mb-140_5ce2dd002374e31e {
    margin-bottom: 140px !important;
  }
  .xl-mb-150_3244d26470f9bb2f {
    margin-bottom: 150px !important;
  }
  .xl-mb-200_75ba741282c7faae {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 1399px)*/
@media (max-width: 1199px) {
  .lg-p0_b19ceb10f642a080 {
    padding: 0 !important;
  }
  .lg-m0_7187b4bc2e2e119e {
    margin: 0 !important;
  }
  .lg-pt-10_c894c82ce08cca88 {
    padding-top: 10px !important;
  }
  .lg-pt-20_1c70eaac29892d16 {
    padding-top: 20px !important;
  }
  .lg-pt-30_21b9542d614111d9 {
    padding-top: 30px !important;
  }
  .lg-pt-40_e32bcbb6f11fc1a4 {
    padding-top: 40px !important;
  }
  .lg-pt-50_98baab0d94a55ef9 {
    padding-top: 50px !important;
  }
  .lg-pt-60_36008b83297458e9 {
    padding-top: 60px !important;
  }
  .lg-pt-70_4db08d7583ab6359 {
    padding-top: 70px !important;
  }
  .lg-pt-80_bc795ccb894f9ba2 {
    padding-top: 80px !important;
  }
  .lg-pt-90_3badb2fae3cb98f7 {
    padding-top: 90px !important;
  }
  .lg-pt-100_df9ceb26ba3c2e6a {
    padding-top: 100px !important;
  }
  .lg-pt-110_bc72bdc48e7fe73e {
    padding-top: 110px !important;
  }
  .lg-pt-120_433d4f6b3bc35ec9 {
    padding-top: 120px !important;
  }
  .lg-pt-130_b6a275b3ebebb8ec {
    padding-top: 130px !important;
  }
  .lg-pt-140_6c2f9e5dff738758 {
    padding-top: 140px !important;
  }
  .lg-pt-150_ebdf2ca617006274 {
    padding-top: 150px !important;
  }
  .lg-pt-200_3aeaff7c4df25e91 {
    padding-top: 200px !important;
  }
  .lg-pb-10_5848cd9859df82d9 {
    padding-bottom: 10px !important;
  }
  .lg-pb-20_0d36ef4b7e686e3f {
    padding-bottom: 20px !important;
  }
  .lg-pb-30_f89a4b2c10303750 {
    padding-bottom: 30px !important;
  }
  .lg-pb-40_f4a00cdfddfd24a3 {
    padding-bottom: 40px !important;
  }
  .lg-pb-50_251d72cbd2e1e437 {
    padding-bottom: 50px !important;
  }
  .lg-pb-60_e2b83c073125ac3f {
    padding-bottom: 60px !important;
  }
  .lg-pb-70_392bb129bf2a949f {
    padding-bottom: 70px !important;
  }
  .lg-pb-80_7108b50d83d4c101 {
    padding-bottom: 80px !important;
  }
  .lg-pb-90_b49e62d40f66ee18 {
    padding-bottom: 90px !important;
  }
  .lg-pb-100_6a4079198fa0c9a1 {
    padding-bottom: 100px !important;
  }
  .lg-pb-110_8aa5e12b4844abae {
    padding-bottom: 110px !important;
  }
  .lg-pb-120_74c692c5e2218516 {
    padding-bottom: 120px !important;
  }
  .lg-pb-130_3c9b345e1b3d9180 {
    padding-bottom: 130px !important;
  }
  .lg-pb-140_0bba3038249aeaac {
    padding-bottom: 140px !important;
  }
  .lg-pb-150_98e41e090c9eee0f {
    padding-bottom: 150px !important;
  }
  .lg-pb-200_d184fea17ecd983e {
    padding-bottom: 200px !important;
  }
  .lg-mt-10_a3837cafb6734b9c {
    margin-top: 10px !important;
  }
  .lg-mt-20_f94cd16936472eee {
    margin-top: 20px !important;
  }
  .lg-mt-30_c7bea34ed62bb169 {
    margin-top: 30px !important;
  }
  .lg-mt-40_18258dcb7d2343d6 {
    margin-top: 40px !important;
  }
  .lg-mt-50_e64d4095bc7c9f1b {
    margin-top: 50px !important;
  }
  .lg-mt-60_b9b7e5ddd47c0254 {
    margin-top: 60px !important;
  }
  .lg-mt-70_d54385bdb2f79b91 {
    margin-top: 70px !important;
  }
  .lg-mt-80_fb67811da1c8b187 {
    margin-top: 80px !important;
  }
  .lg-mt-90_00972a7ddbc852ac {
    margin-top: 90px !important;
  }
  .lg-mt-100_2e2cbffdf64b4add {
    margin-top: 100px !important;
  }
  .lg-mt-110_fed007630fe0f6f6 {
    margin-top: 110px !important;
  }
  .lg-mt-120_4ac15ecf99222d3f {
    margin-top: 120px !important;
  }
  .lg-mt-130_64ad40eca7537c97 {
    margin-top: 130px !important;
  }
  .lg-mt-140_f4710991c3611f48 {
    margin-top: 140px !important;
  }
  .lg-mt-150_25006469c0e8a4df {
    margin-top: 150px !important;
  }
  .lg-mt-200_8f7f5d99d63ce08d {
    margin-top: 200px !important;
  }
  .lg-mb-10_cdd87cc41e2eb316 {
    margin-bottom: 10px !important;
  }
  .lg-mb-20_ba0e707f4b13e5ce {
    margin-bottom: 20px !important;
  }
  .lg-mb-30_ce3e32187c512734 {
    margin-bottom: 30px !important;
  }
  .lg-mb-40_8652e861a9cc5c5d {
    margin-bottom: 40px !important;
  }
  .lg-mb-50_628384d834c055de {
    margin-bottom: 50px !important;
  }
  .lg-mb-60_7d0910beba3af04c {
    margin-bottom: 60px !important;
  }
  .lg-mb-70_2c6a1c4ffc81a650 {
    margin-bottom: 70px !important;
  }
  .lg-mb-80_44ea517111fd865a {
    margin-bottom: 80px !important;
  }
  .lg-mb-90_60900805b833e5f6 {
    margin-bottom: 90px !important;
  }
  .lg-mb-100_a4231724e44c5a98 {
    margin-bottom: 100px !important;
  }
  .lg-mb-110_79c4849feef1791a {
    margin-bottom: 110px !important;
  }
  .lg-mb-120_a1c9aaa01f485b20 {
    margin-bottom: 120px !important;
  }
  .lg-mb-130_56a4b6ca2dd5de8b {
    margin-bottom: 130px !important;
  }
  .lg-mb-140_0ac7af0e562504d9 {
    margin-bottom: 140px !important;
  }
  .lg-mb-150_bb3f5301d27bf18d {
    margin-bottom: 150px !important;
  }
  .lg-mb-200_aacec5656a3b2938 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 1199px)*/
@media (max-width: 991px) {
  .md-p0_f6f95e687ee5fe8f {
    padding: 0 !important;
  }
  .md-m0_505a859d7ec6bca1 {
    margin: 0 !important;
  }
  .md-pt-10_be6a9ebf9b398871 {
    padding-top: 10px !important;
  }
  .md-pt-20_277b5bd8a2b2f457 {
    padding-top: 20px !important;
  }
  .md-pt-30_2fe6133dfbbe05a5 {
    padding-top: 30px !important;
  }
  .md-pt-40_8aa0a4367dfb4434 {
    padding-top: 40px !important;
  }
  .md-pt-50_c175190d2cc6be84 {
    padding-top: 50px !important;
  }
  .md-pt-60_fe6387e18ac3ee22 {
    padding-top: 60px !important;
  }
  .md-pt-70_243e4a5015c6b5f3 {
    padding-top: 70px !important;
  }
  .md-pt-80_dbf9e5809427e996 {
    padding-top: 80px !important;
  }
  .md-pt-90_3a97a6d04afcc50b {
    padding-top: 90px !important;
  }
  .md-pt-100_7fa95967eead4325 {
    padding-top: 100px !important;
  }
  .md-pt-110_d779d4040a46eb81 {
    padding-top: 110px !important;
  }
  .md-pt-120_8ef46f798b5aa77a {
    padding-top: 120px !important;
  }
  .md-pt-130_228e0610b17e7f08 {
    padding-top: 130px !important;
  }
  .md-pt-140_e5012ae632c4e3e5 {
    padding-top: 140px !important;
  }
  .md-pt-150_3fd4772a39fc925a {
    padding-top: 150px !important;
  }
  .md-pt-200_6c6e2821d1563872 {
    padding-top: 200px !important;
  }
  .md-pb-10_146c0a0123aa8937 {
    padding-bottom: 10px !important;
  }
  .md-pb-20_0f31a5d5f3e7fa8f {
    padding-bottom: 20px !important;
  }
  .md-pb-30_75ad4306f00459f6 {
    padding-bottom: 30px !important;
  }
  .md-pb-40_3984bf5d1dc7e9fa {
    padding-bottom: 40px !important;
  }
  .md-pb-50_914482c2802f98c7 {
    padding-bottom: 50px !important;
  }
  .md-pb-60_35a52184ae7d938d {
    padding-bottom: 60px !important;
  }
  .md-pb-70_7b94004e36ad3f8f {
    padding-bottom: 70px !important;
  }
  .md-pb-80_c3dbc3ab7a32d338 {
    padding-bottom: 80px !important;
  }
  .md-pb-90_1ff7e1b5cf764b81 {
    padding-bottom: 90px !important;
  }
  .md-pb-100_edae3eb91b14c7fb {
    padding-bottom: 100px !important;
  }
  .md-pb-110_dfa4187b155fa5f5 {
    padding-bottom: 110px !important;
  }
  .md-pb-120_4eddfd5efe382d64 {
    padding-bottom: 120px !important;
  }
  .md-pb-130_6fab3f946d24de4d {
    padding-bottom: 130px !important;
  }
  .md-pb-140_0e3d43ef570e657a {
    padding-bottom: 140px !important;
  }
  .md-pb-150_e5cc6681ec81d6c2 {
    padding-bottom: 150px !important;
  }
  .md-pb-200_f57ff2d2a6b9604e {
    padding-bottom: 200px !important;
  }
  .md-mt-10_7dfa357d3b79cf6c {
    margin-top: 10px !important;
  }
  .md-mt-20_c24b5eec51fac9a5 {
    margin-top: 20px !important;
  }
  .md-mt-30_89a463b8cf3c04a2 {
    margin-top: 30px !important;
  }
  .md-mt-40_467db9bcfdcd0a1e {
    margin-top: 40px !important;
  }
  .md-mt-50_a3c1f9475cc06390 {
    margin-top: 50px !important;
  }
  .md-mt-60_eea0ae036857ea81 {
    margin-top: 60px !important;
  }
  .md-mt-70_6d3773fc3910cad0 {
    margin-top: 70px !important;
  }
  .md-mt-80_448ef0d4da9b65c6 {
    margin-top: 80px !important;
  }
  .md-mt-90_0b06e4e729ce48ee {
    margin-top: 90px !important;
  }
  .md-mt-100_e739858074ec2a78 {
    margin-top: 100px !important;
  }
  .md-mt-110_592fce3a606db5b3 {
    margin-top: 110px !important;
  }
  .md-mt-120_07f14a4a718116d9 {
    margin-top: 120px !important;
  }
  .md-mt-130_7f2307e1371c1b24 {
    margin-top: 130px !important;
  }
  .md-mt-140_e578e3b41e00fbb0 {
    margin-top: 140px !important;
  }
  .md-mt-150_73480238cb17f695 {
    margin-top: 150px !important;
  }
  .md-mt-200_3fa0124f815a7d36 {
    margin-top: 200px !important;
  }
  .md-mb-10_a0c23e7ca80cac08 {
    margin-bottom: 10px !important;
  }
  .md-mb-20_ea8c4405d1de4d12 {
    margin-bottom: 20px !important;
  }
  .md-mb-30_e90689929bed148a {
    margin-bottom: 30px !important;
  }
  .md-mb-40_8bce99a2485a9ace {
    margin-bottom: 40px !important;
  }
  .md-mb-50_29ed7de90caaca24 {
    margin-bottom: 50px !important;
  }
  .md-mb-60_3d1bbf6ef24b3b0b {
    margin-bottom: 60px !important;
  }
  .md-mb-70_5ca8f0509add0020 {
    margin-bottom: 70px !important;
  }
  .md-mb-80_9f473ca2c6255ba7 {
    margin-bottom: 80px !important;
  }
  .md-mb-90_2bfd7431cf8daf80 {
    margin-bottom: 90px !important;
  }
  .md-mb-100_f2a8851e701564d5 {
    margin-bottom: 100px !important;
  }
  .md-mb-110_71910f283933df76 {
    margin-bottom: 110px !important;
  }
  .md-mb-120_c91433163c8d3ac4 {
    margin-bottom: 120px !important;
  }
  .md-mb-130_3484612c55084256 {
    margin-bottom: 130px !important;
  }
  .md-mb-140_f6386f3f07c7e3fa {
    margin-bottom: 140px !important;
  }
  .md-mb-150_d242f472c239682c {
    margin-bottom: 150px !important;
  }
  .md-mb-200_e4977f0ed78e615d {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 991px)*/
@media (max-width: 767px) {
  .sm-p0_b4fa1a4bc813a8d9 {
    padding: 0 !important;
  }
  .sm-m0_5d472aece987b2fc {
    margin: 0 !important;
  }
  .sm-pt-10_7501dcd6e9484ca7 {
    padding-top: 10px !important;
  }
  .sm-pt-20_c3851a5379829830 {
    padding-top: 20px !important;
  }
  .sm-pt-30_429c55b18faee696 {
    padding-top: 30px !important;
  }
  .sm-pt-40_d9b89f360db97b8a {
    padding-top: 40px !important;
  }
  .sm-pt-50_3db0043ab8a680b9 {
    padding-top: 50px !important;
  }
  .sm-pt-60_10d412b28b12a339 {
    padding-top: 60px !important;
  }
  .sm-pt-70_590b799731366f34 {
    padding-top: 70px !important;
  }
  .sm-pt-80_999e74acc79ecdc1 {
    padding-top: 80px !important;
  }
  .sm-pt-90_09c60688003f6378 {
    padding-top: 90px !important;
  }
  .sm-pt-100_16becca8f08da646 {
    padding-top: 100px !important;
  }
  .sm-pt-110_1b8cfe12c41952b7 {
    padding-top: 110px !important;
  }
  .sm-pt-120_065b10f5e96c249d {
    padding-top: 120px !important;
  }
  .sm-pt-130_6098a27a618eb12b {
    padding-top: 130px !important;
  }
  .sm-pt-140_323213ccc1214c64 {
    padding-top: 140px !important;
  }
  .sm-pt-150_3d9b01e84a00284c {
    padding-top: 150px !important;
  }
  .sm-pt-200_7a93e76b5e24c464 {
    padding-top: 200px !important;
  }
  .sm-pb-10_c0770657dc206417 {
    padding-bottom: 10px !important;
  }
  .sm-pb-20_fcd385d4ea0a809a {
    padding-bottom: 20px !important;
  }
  .sm-pb-30_ffd430110a7adcab {
    padding-bottom: 30px !important;
  }
  .sm-pb-40_d0ca1211e125bd57 {
    padding-bottom: 40px !important;
  }
  .sm-pb-50_b07bd13fc6646549 {
    padding-bottom: 50px !important;
  }
  .sm-pb-60_d2597a81f9cb3093 {
    padding-bottom: 60px !important;
  }
  .sm-pb-70_ec78594c61eccbc8 {
    padding-bottom: 70px !important;
  }
  .sm-pb-80_f64a3987978c6d6e {
    padding-bottom: 80px !important;
  }
  .sm-pb-90_297a0cc14c9b6bd4 {
    padding-bottom: 90px !important;
  }
  .sm-pb-100_7c7e2873261a2324 {
    padding-bottom: 100px !important;
  }
  .sm-pb-110_d92673ab9792ad51 {
    padding-bottom: 110px !important;
  }
  .sm-pb-120_6ec82cd7aa5c313b {
    padding-bottom: 120px !important;
  }
  .sm-pb-130_de7acff84e853daf {
    padding-bottom: 130px !important;
  }
  .sm-pb-140_67bec0d0f8ad0e49 {
    padding-bottom: 140px !important;
  }
  .sm-pb-150_205a3b962545aefb {
    padding-bottom: 150px !important;
  }
  .sm-pb-200_98e0576ae1dc4da2 {
    padding-bottom: 200px !important;
  }
  .sm-mt-10_5f28d15d492b3e58 {
    margin-top: 10px !important;
  }
  .sm-mt-20_5a080ccca713f073 {
    margin-top: 20px !important;
  }
  .sm-mt-30_ed9a1524ecb24edb {
    margin-top: 30px !important;
  }
  .sm-mt-40_a3e7ccfb4df9b162 {
    margin-top: 40px !important;
  }
  .sm-mt-50_f13a279b62ecef64 {
    margin-top: 50px !important;
  }
  .sm-mt-60_d7a1ee7e165c24ed {
    margin-top: 60px !important;
  }
  .sm-mt-70_baa6da335033a940 {
    margin-top: 70px !important;
  }
  .sm-mt-80_95d69d4f2e61bb08 {
    margin-top: 80px !important;
  }
  .sm-mt-90_95544552042f9d04 {
    margin-top: 90px !important;
  }
  .sm-mt-100_790614e25bb46561 {
    margin-top: 100px !important;
  }
  .sm-mt-110_2673373dcd19eaf1 {
    margin-top: 110px !important;
  }
  .sm-mt-120_f987fb990876605a {
    margin-top: 120px !important;
  }
  .sm-mt-130_676514e5025bae03 {
    margin-top: 130px !important;
  }
  .sm-mt-140_98c9470f4734a934 {
    margin-top: 140px !important;
  }
  .sm-mt-150_dca220298e6fe22d {
    margin-top: 150px !important;
  }
  .sm-mt-200_ccc50c4bf9c18851 {
    margin-top: 200px !important;
  }
  .sm-mb-10_a3e5a684cbde1c26 {
    margin-bottom: 10px !important;
  }
  .sm-mb-20_b6b3b71519a18392 {
    margin-bottom: 20px !important;
  }
  .sm-mb-30_e6c120c94e7b090f {
    margin-bottom: 30px !important;
  }
  .sm-mb-40_7d9546bf902f2298 {
    margin-bottom: 40px !important;
  }
  .sm-mb-50_6336b2584e47ed17 {
    margin-bottom: 50px !important;
  }
  .sm-mb-60_6be64504dd46cb51 {
    margin-bottom: 60px !important;
  }
  .sm-mb-70_154c3297f1d87bee {
    margin-bottom: 70px !important;
  }
  .sm-mb-80_d11869d1c07b27d3 {
    margin-bottom: 80px !important;
  }
  .sm-mb-90_88551643bea93a72 {
    margin-bottom: 90px !important;
  }
  .sm-mb-100_621db69a54837ad6 {
    margin-bottom: 100px !important;
  }
  .sm-mb-110_bae75bada2885223 {
    margin-bottom: 110px !important;
  }
  .sm-mb-120_9270d0a325991c10 {
    margin-bottom: 120px !important;
  }
  .sm-mb-130_a69f54d29c3d85aa {
    margin-bottom: 130px !important;
  }
  .sm-mb-140_082e1ed668e46ff3 {
    margin-bottom: 140px !important;
  }
  .sm-mb-150_cf413abc1b1125e2 {
    margin-bottom: 150px !important;
  }
  .sm-mb-200_80084c868d4ef1ec {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 767px)*/
@media (max-width: 575px) {
  .xs-p0_ab2fdf1ddbba8d29 {
    padding: 0 !important;
  }
  .xs-m0_885f1c3d33507a8f {
    margin: 0 !important;
  }
  .xs-pt-10_0ef181b75885e7e5 {
    padding-top: 10px !important;
  }
  .xs-pt-20_56d1ddb5a6ae880f {
    padding-top: 20px !important;
  }
  .xs-pt-30_5e1dfd7810768c0a {
    padding-top: 30px !important;
  }
  .xs-pt-40_298864dd040b5ae7 {
    padding-top: 40px !important;
  }
  .xs-pt-50_062e82ddfcfe6e5a {
    padding-top: 50px !important;
  }
  .xs-pt-60_624c7c32c04fec89 {
    padding-top: 60px !important;
  }
  .xs-pt-70_38553292259a3f8b {
    padding-top: 70px !important;
  }
  .xs-pt-80_d8ace6518b604e0b {
    padding-top: 80px !important;
  }
  .xs-pt-90_3601f90e7b9ef6ac {
    padding-top: 90px !important;
  }
  .xs-pt-100_1883ec9a790b3888 {
    padding-top: 100px !important;
  }
  .xs-pt-110_de41f792d3828301 {
    padding-top: 110px !important;
  }
  .xs-pt-120_f3323c449fbd9693 {
    padding-top: 120px !important;
  }
  .xs-pt-130_a86a0c9bb37a5ac4 {
    padding-top: 130px !important;
  }
  .xs-pt-140_3ab4689f76b5de03 {
    padding-top: 140px !important;
  }
  .xs-pt-150_136582a76c435e18 {
    padding-top: 150px !important;
  }
  .xs-pt-200_034f763cc004e564 {
    padding-top: 200px !important;
  }
  .xs-pb-10_ce1304a7e1f323dd {
    padding-bottom: 10px !important;
  }
  .xs-pb-20_f7a53c784172bea9 {
    padding-bottom: 20px !important;
  }
  .xs-pb-30_1eb99c5efe7da46c {
    padding-bottom: 30px !important;
  }
  .xs-pb-40_03ea439fd5c1815e {
    padding-bottom: 40px !important;
  }
  .xs-pb-50_3cce19400802645e {
    padding-bottom: 50px !important;
  }
  .xs-pb-60_2add64718f1a4d06 {
    padding-bottom: 60px !important;
  }
  .xs-pb-70_16026868765e61e5 {
    padding-bottom: 70px !important;
  }
  .xs-pb-80_594a43369f6c9de3 {
    padding-bottom: 80px !important;
  }
  .xs-pb-90_a220ea8f5e792fa5 {
    padding-bottom: 90px !important;
  }
  .xs-pb-100_6004d06d67d74623 {
    padding-bottom: 100px !important;
  }
  .xs-pb-110_fa13a4e3d3da4df5 {
    padding-bottom: 110px !important;
  }
  .xs-pb-120_8b11bbe71dd5fdfd {
    padding-bottom: 120px !important;
  }
  .xs-pb-130_f18fd5bc7ebc91a8 {
    padding-bottom: 130px !important;
  }
  .xs-pb-140_518b453255267bea {
    padding-bottom: 140px !important;
  }
  .xs-pb-150_0b52ccfa581e2643 {
    padding-bottom: 150px !important;
  }
  .xs-pb-200_a02664b8d6516400 {
    padding-bottom: 200px !important;
  }
  .xs-mt-10_b744881aa632f8a2 {
    margin-top: 10px !important;
  }
  .xs-mt-20_3a7a49dff695bac3 {
    margin-top: 20px !important;
  }
  .xs-mt-30_e473924d37f97aba {
    margin-top: 30px !important;
  }
  .xs-mt-40_b1a7130bad0a44a3 {
    margin-top: 40px !important;
  }
  .xs-mt-50_7a5e7d6b7443b040 {
    margin-top: 50px !important;
  }
  .xs-mt-60_9132250adfd2e6aa {
    margin-top: 60px !important;
  }
  .xs-mt-70_e890055c433df8fd {
    margin-top: 70px !important;
  }
  .xs-mt-80_9cc2b5fdd4b02c8a {
    margin-top: 80px !important;
  }
  .xs-mt-90_a30553f61d1e28da {
    margin-top: 90px !important;
  }
  .xs-mt-100_c2bf0c2e4330ea5d {
    margin-top: 100px !important;
  }
  .xs-mt-110_3df00c7424beead8 {
    margin-top: 110px !important;
  }
  .xs-mt-120_d135834d6b057bd1 {
    margin-top: 120px !important;
  }
  .xs-mt-130_0a62dc86df091e20 {
    margin-top: 130px !important;
  }
  .xs-mt-140_bd11ae38f4095b40 {
    margin-top: 140px !important;
  }
  .xs-mt-150_ef793eeacd136d5a {
    margin-top: 150px !important;
  }
  .xs-mt-200_ba0aa809cb5d898f {
    margin-top: 200px !important;
  }
  .xs-mb-10_2079e37714c91946 {
    margin-bottom: 10px !important;
  }
  .xs-mb-20_99c35b50a75dca83 {
    margin-bottom: 20px !important;
  }
  .xs-mb-30_61b85ec59be384f9 {
    margin-bottom: 30px !important;
  }
  .xs-mb-40_058a2ae9c69c8ab1 {
    margin-bottom: 40px !important;
  }
  .xs-mb-50_48655127bdab103c {
    margin-bottom: 50px !important;
  }
  .xs-mb-60_e7f374db56b5246a {
    margin-bottom: 60px !important;
  }
  .xs-mb-70_0772c34470e11e38 {
    margin-bottom: 70px !important;
  }
  .xs-mb-80_dd51dea6ebdb3768 {
    margin-bottom: 80px !important;
  }
  .xs-mb-90_e9b2775b9c8bb631 {
    margin-bottom: 90px !important;
  }
  .xs-mb-100_33016558f00ce014 {
    margin-bottom: 100px !important;
  }
  .xs-mb-110_c5cc14ee58f36ad5 {
    margin-bottom: 110px !important;
  }
  .xs-mb-120_e4ce2fb373b96529 {
    margin-bottom: 120px !important;
  }
  .xs-mb-130_8abf265949759d49 {
    margin-bottom: 130px !important;
  }
  .xs-mb-140_836dbfa04d424a97 {
    margin-bottom: 140px !important;
  }
  .xs-mb-150_b239dbcb849168b5 {
    margin-bottom: 150px !important;
  }
  .xs-mb-200_3a54b95a0212e6ad {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 575px)*/
.theme-main-menu_c4ca05d0a9dc203e {
  background: #fff;
  position: relative;
  z-index: 999;
  padding: 18px 40px;
  transition: all 0.4s ease-in-out 0s;
}
.theme-main-menu_c4ca05d0a9dc203e.menu-overlay_43768ccb09108bd6 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: transparent;
}
.theme-main-menu_c4ca05d0a9dc203e.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_c4ca05d0a9dc203e .navbar-toggler_711930ae810867b1 {
  width: 48px;
  height: 44px;
  padding: 0;
  box-shadow: none;
  position: relative;
  z-index: 99;
  border: none;
  background: #CFFF45;
}
.theme-main-menu_c4ca05d0a9dc203e.menu-style-three_1e43f241543c8853 .navbar-toggler_711930ae810867b1 {
  background: #000;
}
.theme-main-menu_c4ca05d0a9dc203e.menu-style-four_ebce6ea5cc8a4fc2 .navbar-toggler_711930ae810867b1 {
  background: #E6FD5A;
}
.theme-main-menu_c4ca05d0a9dc203e.menu-style-five_84fc893d7aab43dc .navbar-toggler_711930ae810867b1 {
  background: #DFFF5E;
}
.theme-main-menu_c4ca05d0a9dc203e .navbar-toggler_711930ae810867b1:focus {
  box-shadow: none;
}
.theme-main-menu_c4ca05d0a9dc203e .navbar-toggler_711930ae810867b1::before,
.theme-main-menu_c4ca05d0a9dc203e .navbar-toggler_711930ae810867b1::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_c4ca05d0a9dc203e .navbar-toggler_711930ae810867b1 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_c4ca05d0a9dc203e.menu-style-three_1e43f241543c8853 .navbar-toggler_711930ae810867b1:before, .theme-main-menu_c4ca05d0a9dc203e.menu-style-three_1e43f241543c8853 .navbar-toggler_711930ae810867b1:after, .theme-main-menu_c4ca05d0a9dc203e.menu-style-three_1e43f241543c8853 .navbar-toggler_711930ae810867b1 span {
  background: #fff;
}
.theme-main-menu_c4ca05d0a9dc203e .navbar-toggler_711930ae810867b1::before {
  transform: translate3d(0, -9px, 0) scale3d(1, 1, 1);
}
.theme-main-menu_c4ca05d0a9dc203e .navbar-toggler_711930ae810867b1::after {
  transform: translate3d(0, 8px, 0) scale3d(1, 1, 1);
}
.theme-main-menu_c4ca05d0a9dc203e .navbar-toggler_711930ae810867b1[aria-expanded=true] span {
  opacity: 0;
}
.theme-main-menu_c4ca05d0a9dc203e .navbar-toggler_711930ae810867b1[aria-expanded=true]::before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.theme-main-menu_c4ca05d0a9dc203e .navbar-toggler_711930ae810867b1[aria-expanded=true]::after {
  transform: rotate3d(0, 0, 1, -45deg);
}
.theme-main-menu_c4ca05d0a9dc203e .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_c4ca05d0a9dc203e .nav-item:hover .nav-link {
  color: #0C3A30;
}
.theme-main-menu_c4ca05d0a9dc203e.white-vr_6ad2b1f63127da99 .nav-item .nav-link {
  color: #fff;
}
.theme-main-menu_c4ca05d0a9dc203e.white-vr_6ad2b1f63127da99 .nav-item:hover .nav-link {
  color: #CFFF45;
}
.theme-main-menu_c4ca05d0a9dc203e.white-vr_6ad2b1f63127da99.fixed {
  background: #0C3A30;
  border: none;
}
.theme-main-menu_c4ca05d0a9dc203e.menu-style-one_41fd01dc087ea1ce {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.theme-main-menu_c4ca05d0a9dc203e.menu-style-two_1e79483c7478f4c9 {
  padding: 0;
  background: #EDF1EE;
}
.theme-main-menu_c4ca05d0a9dc203e.menu-style-two_1e79483c7478f4c9 .info-row_214afb0cbb90c14a {
  padding-top: 12px;
  padding-bottom: 12px;
  overflow: hidden;
}
.theme-main-menu_c4ca05d0a9dc203e.menu-style-two_1e79483c7478f4c9 .gap-fix_e1942b23cdc4ba4d {
  padding-left: 40px;
  padding-right: 40px;
}
.theme-main-menu_c4ca05d0a9dc203e.menu-style-two_1e79483c7478f4c9 .greetings_64ce54b7cf051216 {
  font-size: 18px;
  color: #19352D;
}
.theme-main-menu_c4ca05d0a9dc203e.menu-style-two_1e79483c7478f4c9 .contact-info_de2905b7a06037e4 {
  margin: 0 -15px;
}
.theme-main-menu_c4ca05d0a9dc203e.menu-style-two_1e79483c7478f4c9 .contact-info_de2905b7a06037e4 li {
  padding: 0 15px;
}
.theme-main-menu_c4ca05d0a9dc203e.menu-style-two_1e79483c7478f4c9 .contact-info_de2905b7a06037e4 li a {
  font-size: 18px;
  color: #19352D;
}
.theme-main-menu_c4ca05d0a9dc203e.menu-style-two_1e79483c7478f4c9 .contact-info_de2905b7a06037e4 li a:hover {
  text-decoration: underline;
}
.theme-main-menu_c4ca05d0a9dc203e.menu-style-two_1e79483c7478f4c9 .inner-content_8c6f760aa697b702 {
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
.theme-main-menu_c4ca05d0a9dc203e.menu-style-two_1e79483c7478f4c9.fixed .info-row_214afb0cbb90c14a {
  display: none;
}
.theme-main-menu_c4ca05d0a9dc203e.menu-style-five_84fc893d7aab43dc {
  background: #000;
  padding: 0;
}
.theme-main-menu_c4ca05d0a9dc203e.menu-style-five_84fc893d7aab43dc .inner-content_8c6f760aa697b702 {
  background: #fff;
  border-radius: 30px;
  padding: 18px 40px;
}
.theme-main-menu_c4ca05d0a9dc203e.menu-style-six_2e416de1182d81d3 .nav-item .nav-link {
  color: #044F3B;
}
.theme-main-menu_c4ca05d0a9dc203e.menu-style-six_2e416de1182d81d3 .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_c4ca05d0a9dc203e .navbar {
  position: static;
}

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

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

.navbar [class*=mega-dropdown] .menu-column_6e3cd9c775433dd2 {
  padding: 5px 0;
}
.navbar [class*=mega-dropdown] .menu-column_6e3cd9c775433dd2 .mega-menu-title_4890d678e71ee22d {
  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_c4ca05d0a9dc203e .login-btn-one_19ef16f440c96d3d a {
  color: #000;
}
.theme-main-menu_c4ca05d0a9dc203e .login-btn-one_19ef16f440c96d3d a:hover {
  text-decoration: underline;
}
.theme-main-menu_c4ca05d0a9dc203e .login-btn-two_ad5aae812a4704ae a {
  color: #044F3B;
}
.theme-main-menu_c4ca05d0a9dc203e .login-btn-two_ad5aae812a4704ae a:hover {
  text-decoration: underline;
}
.theme-main-menu_c4ca05d0a9dc203e .signup-btn-one_0038f27bb0e0a57e 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_c4ca05d0a9dc203e .signup-btn-one_0038f27bb0e0a57e .icon_9bbdd42d5ee4212f {
  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_c4ca05d0a9dc203e .signup-btn-one_0038f27bb0e0a57e:hover span {
  background: #29594B;
  color: #fff;
}
.theme-main-menu_c4ca05d0a9dc203e .signup-btn-one_0038f27bb0e0a57e:hover .icon_9bbdd42d5ee4212f {
  background: #CFFF45;
  color: #29594B;
}
.theme-main-menu_c4ca05d0a9dc203e .signup-btn-two_ef4be65d89f38660 {
  color: #044F3B;
  line-height: 50px;
  border: 1px solid #044F3B;
  border-radius: 40px;
  background: #CFFF45;
  padding: 0 32px;
  text-align: center;
}
.theme-main-menu_c4ca05d0a9dc203e .signup-btn-two_ef4be65d89f38660:hover {
  background: #29594B;
  color: #fff;
}
.theme-main-menu_c4ca05d0a9dc203e .quote-one_4d9473395b10c1a4 {
  line-height: 48px;
  color: #fff;
  font-size: 18px;
  padding: 0 26px;
  border: 1px solid #fff;
  border-radius: 40px;
}
.theme-main-menu_c4ca05d0a9dc203e .quote-one_4d9473395b10c1a4:hover {
  background: #CFFF45;
  color: #19352D;
}

.category-menu_903c16e1952d4a7e {
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  padding: 0 40px;
}
.category-menu_903c16e1952d4a7e li {
  position: relative;
  padding: 0 15px;
}
.category-menu_903c16e1952d4a7e li a {
  font-size: 15px;
  font-weight: 500;
  color: #536159;
  padding: 13px 0;
  transition: all 0.2s ease-in-out 0s;
}
.category-menu_903c16e1952d4a7e li a:hover {
  color: #0C3A30;
}
.category-menu_903c16e1952d4a7e .dropdown-menu {
  padding: 0;
}
.category-menu_903c16e1952d4a7e .dropdown-menu li {
  padding: 0;
}
.category-menu_903c16e1952d4a7e .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_c50d14794489c7ab .logo_f8333a94bf33f59e {
    margin-bottom: 10vh;
    padding-left: 12px;
  }
  .white-vr_6ad2b1f63127da99 .navbar-collapse_c50d14794489c7ab {
    background-color: #0C3A30;
  }
  .navbar-collapse_c50d14794489c7ab {
    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_c50d14794489c7ab.show {
    transform: translateX(0);
    box-shadow: 15px 0 25px rgba(35, 35, 35, 0.09);
  }
  .theme-main-menu_c4ca05d0a9dc203e .navbar .mega-dropdown_ad1e292289e7c3b3 {
    position: relative;
  }
  .navbar .navbar-nav .nav-link {
    margin: 0;
    padding: 15px 12px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
  }
  .white-vr_6ad2b1f63127da99 .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_6e3cd9c775433dd2 {
    padding: 0;
  }
  .navbar .dropdown-toggle::after {
    position: absolute;
    right: 15px;
    top: calc(50% - 2px);
  }
  .dashboard-menu_4a1cb82cefe29952 .nav-link::before {
    right: auto;
    left: 0;
    top: -2px;
  }
}
/*(max-width: 991px)*/
.hero-banner-one_973924503f830f13 {
  background: #29594B;
  z-index: 9;
}
.hero-banner-one_973924503f830f13::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_973924503f830f13 .hero-slider-one {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.hero-banner-one_973924503f830f13 .hero-slider-one .hero-img_b7f454fed75bae7c {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-banner-one_973924503f830f13 .hero-slider-one .slick-list_b7e84b38083e5182, .hero-banner-one_973924503f830f13 .hero-slider-one .slick-track_a7266a5572bb83a8, .hero-banner-one_973924503f830f13 .hero-slider-one .item {
  height: 100%;
}
.hero-banner-one_973924503f830f13 .hero-heading_4779f12c201eff9f {
  font-weight: 700;
  color: #000;
  background: url(../resources/shape_baab22eb04/shape_01.svg) no-repeat left top;
  background-size: cover;
  padding: 11px 31px 25px 25px;
}
.hero-banner-one_973924503f830f13 .more-btn_f7070ee04df9e897 {
  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_973924503f830f13 .more-btn_f7070ee04df9e897:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #19352D;
}

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

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

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

.hero-banner-five_5930768133182f2b {
  background: #000;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.hero-banner-five_5930768133182f2b .bg-wrapper_5bd0cced70a9d56f {
  background: #fff;
  border-radius: 30px;
  z-index: 1;
}
.hero-banner-five_5930768133182f2b .hero-heading_4779f12c201eff9f {
  font-size: 85px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.176em;
  color: #000;
}
.hero-banner-five_5930768133182f2b .rating_27b762a743806bd1 h3 {
  font-size: 42px;
  margin-bottom: 0px;
}
.hero-banner-five_5930768133182f2b .rating_27b762a743806bd1 p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.hero-banner-five_5930768133182f2b .media-wrapper_cf15d60aa43d4f91 {
  position: absolute;
  background: url(../resources/assets_c3902fe0ce/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_5930768133182f2b .media-wrapper_cf15d60aa43d4f91 .shape_01_f1ad4f5857906d74 {
  right: 0;
  bottom: 14%;
  width: 41.1%;
  z-index: 1;
}
.hero-banner-five_5930768133182f2b .media-wrapper_cf15d60aa43d4f91 .shape_02_c51ab3fa6622e7fa {
  top: 34%;
  left: 0;
  transform: translateX(-50%);
  width: 19.34%;
}

.hero-banner-six_3ef0b09b0e02ced3 .hero-heading_4779f12c201eff9f {
  font-size: 100px;
  line-height: 1.05em;
  color: #044F3B;
}
.hero-banner-six_3ef0b09b0e02ced3 .media-wrapper_cf15d60aa43d4f91 {
  background: url(../resources/media/img_48.jpg) no-repeat center;
  background-size: cover;
  border-radius: 20px;
  max-width: 536px;
  width: 100%;
  height: 100%;
}
.hero-banner-six_3ef0b09b0e02ced3 .media-wrapper_cf15d60aa43d4f91 .screen_01_a1cae6fb97656b15 {
  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_3ef0b09b0e02ced3 .media-wrapper_cf15d60aa43d4f91 .screen_02_2e2f3ed8393ac4e3 {
  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_3ef0b09b0e02ced3 .media-wrapper_cf15d60aa43d4f91 .bg-shape_bbabbbb44b81c02a {
  max-width: 130%;
  left: 47%;
  bottom: -12%;
  transform: translateX(-50%);
}
.hero-banner-six_3ef0b09b0e02ced3 .shape_01_f1ad4f5857906d74 {
  bottom: 9%;
  left: 40%;
  width: 6.53%;
}

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

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

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

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

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

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

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

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

.fancy-banner-eight_383d0e87ccfbc96c .bg-wrapper_5bd0cced70a9d56f {
  background: #F3F8F7;
  padding: 30px 75px 0;
}
.fancy-banner-eight_383d0e87ccfbc96c .media-wrapper_cf15d60aa43d4f91 {
  padding: 0 38px;
  margin-bottom: -6px;
}
.fancy-banner-eight_383d0e87ccfbc96c .media-wrapper_cf15d60aa43d4f91 .shape_01_f1ad4f5857906d74 {
  width: 100%;
  bottom: 0;
  left: 0;
}
.fancy-banner-eight_383d0e87ccfbc96c .shape_02_c51ab3fa6622e7fa {
  right: -123px;
  bottom: -5px;
}

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

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

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

.inner-banner-one_b24bc11cfa9843b6 + .blog-details_d456c9f12572a371 {
  margin-top: 15px;
}

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

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

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

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

.block-feature-three_648c68dd2d1e3a18 {
  z-index: 1;
}
.block-feature-three_648c68dd2d1e3a18:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 34%;
  bottom: 0;
  background: #EBF3EE;
  z-index: -1;
}
.block-feature-three_648c68dd2d1e3a18.no-bg_7c97a08add74b10b:before {
  display: none;
}
.block-feature-three_648c68dd2d1e3a18 .section-btn_6d86ccf762b97558 {
  position: absolute;
  right: 0;
  top: 68px;
}
.block-feature-three_648c68dd2d1e3a18 .block-title_82211da93ad3d450 a {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25em;
  color: #19352D;
}
.block-feature-three_648c68dd2d1e3a18 .block-title_82211da93ad3d450 a:hover {
  text-decoration: underline;
}
.block-feature-three_648c68dd2d1e3a18 .round-btn_ed7c84c6bd8c528f {
  font-size: 18px;
  font-weight: 900;
  color: #29594B;
  width: 38px;
  height: 38px;
  border: 1px solid #29594B;
}
.block-feature-three_648c68dd2d1e3a18 .round-btn_ed7c84c6bd8c528f:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #19352D;
}
.block-feature-three_648c68dd2d1e3a18 .block-one_04183d3bec141b73 {
  background: url(../resources/media/img_05.jpg) no-repeat center;
  background-size: cover;
  height: 470px;
}
.block-feature-three_648c68dd2d1e3a18 .block-one_04183d3bec141b73 .tag_7ffb7a5ecd09ef81 {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  line-height: 25px;
  border: 1px solid #000;
  padding: 0 10px;
}
.block-feature-three_648c68dd2d1e3a18 .block-one_04183d3bec141b73 .block-title_82211da93ad3d450 {
  background: url(../resources/shape_baab22eb04/shape_02.svg) no-repeat right top;
  background-size: cover;
  border-radius: 25px;
  padding: 12px 0 18px 18px;
}
.block-feature-three_648c68dd2d1e3a18 .block-two_23ab3f15b3234ce9 {
  overflow: hidden;
}
.block-feature-three_648c68dd2d1e3a18 .block-two_23ab3f15b3234ce9 .img-wrapper_4e4680dc3712bdad {
  background: url(../resources/media/img_06.jpg) no-repeat center;
  background-size: cover;
  width: 42%;
}
.block-feature-three_648c68dd2d1e3a18 .block-two_23ab3f15b3234ce9 .text-wrapper_2a7a5e2c3752e34b {
  width: 58%;
  padding: 30px 30px 35px 60px;
}
.block-feature-three_648c68dd2d1e3a18 .block-two_23ab3f15b3234ce9 .tag_7ffb7a5ecd09ef81 {
  font-size: 13px;
  letter-spacing: 1px;
  color: white;
  line-height: 27px;
  border-radius: 17px;
  background: #29594B;
  padding: 0 17px;
}
.block-feature-three_648c68dd2d1e3a18 .block-three_08f98ea5267ce9ed {
  background: #D3FF76;
}
.block-feature-three_648c68dd2d1e3a18 .block-three_08f98ea5267ce9ed .tag_7ffb7a5ecd09ef81 {
  font-size: 13px;
  letter-spacing: 1px;
  color: white;
  line-height: 27px;
  border-radius: 17px;
  background: #29594B;
  padding: 0 17px;
}
.block-feature-three_648c68dd2d1e3a18 .block-three_08f98ea5267ce9ed .round-btn_ed7c84c6bd8c528f {
  background: #fff;
  border-color: #fff;
}
.block-feature-three_648c68dd2d1e3a18 .block-three_08f98ea5267ce9ed .round-btn_ed7c84c6bd8c528f:hover {
  background: #29594B;
  border-color: #29594B;
  color: #fff;
}
.block-feature-three_648c68dd2d1e3a18 .block-four_e8bfa5c51c6828fb {
  background: url(../resources/media/img_07.jpg) no-repeat center;
  background-size: cover;
}
.block-feature-three_648c68dd2d1e3a18 .block-four_e8bfa5c51c6828fb .block-title_82211da93ad3d450 {
  background: url(../resources/shape_baab22eb04/shape_03.svg) no-repeat right top;
  background-size: cover;
  border-radius: 18px;
  padding: 12px 16px 12px 18px;
}
.block-feature-three_648c68dd2d1e3a18 .block-four_e8bfa5c51c6828fb .block-title_82211da93ad3d450 a {
  font-size: 28px;
}
.block-feature-three_648c68dd2d1e3a18 .block-four_e8bfa5c51c6828fb .tag_7ffb7a5ecd09ef81 {
  font-size: 13px;
  letter-spacing: 1px;
  color: #29594B;
  line-height: 27px;
  border-radius: 17px;
  background: #fff;
  padding: 0 17px;
}
.block-feature-three_648c68dd2d1e3a18 .block-four_e8bfa5c51c6828fb .round-btn_ed7c84c6bd8c528f {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.block-feature-three_648c68dd2d1e3a18 .block-four_e8bfa5c51c6828fb .round-btn_ed7c84c6bd8c528f:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #000;
}
.block-feature-three_648c68dd2d1e3a18 .block-five_5638eace71a3ec23 {
  background: url(../resources/blog/blog_img_05.jpg) no-repeat center;
  background-size: cover;
  height: 358px;
}
.block-feature-three_648c68dd2d1e3a18 .block-five_5638eace71a3ec23 .tag_7ffb7a5ecd09ef81 {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  line-height: 25px;
  border: 1px solid #000;
  padding: 0 10px;
}
.block-feature-three_648c68dd2d1e3a18 .block-five_5638eace71a3ec23 .block-title_82211da93ad3d450 {
  background: url(../resources/shape_baab22eb04/shape_29.svg) no-repeat right top;
  background-size: cover;
  border-radius: 15px;
  padding: 12px 10px 18px 18px;
}

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

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

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

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

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

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

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

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

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

.block-feature-thirteen_cdb216e4d0147259 .upper-wrapper_816c25dbfd0e4bf6 {
  border-bottom: 1px solid #E6E6E6;
}
.block-feature-thirteen_cdb216e4d0147259 .upper-wrapper_816c25dbfd0e4bf6 .shape_01_f1ad4f5857906d74 {
  right: 6%;
  bottom: 16%;
}
.block-feature-thirteen_cdb216e4d0147259 .line-loop_d404477e838d2be4:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 130%;
  right: 0;
  top: 57%;
  background: #E6E6E6;
  z-index: -1;
}
.block-feature-thirteen_cdb216e4d0147259 .graph-panel_0563340f9475c526 {
  border-right: 1px solid #E6E6E6;
}
.block-feature-thirteen_cdb216e4d0147259 .graph-panel_0563340f9475c526 .main-count_eb2f62eec0c86ef7 {
  font-size: 120px;
}
.block-feature-thirteen_cdb216e4d0147259 .graph-panel_0563340f9475c526 .chart-box_b1ba79150d27410b {
  padding: 0 15px;
}
.block-feature-thirteen_cdb216e4d0147259 .graph-panel_0563340f9475c526 .chart-box_b1ba79150d27410b .chart-inner_05fb3cc5d1db7e85 {
  width: 120px;
  background: #196164;
}

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

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

.block-feature-sixteen_0be2ca11adc7dbd9 .media-img_0c48d0b02ffbb9b4 {
  border-radius: 30px;
}
.block-feature-sixteen_0be2ca11adc7dbd9 .shape_01_f1ad4f5857906d74 {
  top: 31%;
  left: 50%;
}

.block-feature-seventeen_8ddcb37208728b50 .section-subheading_fc2afe61c9c58bb7 {
  position: absolute;
  right: 0;
  top: 0;
  width: 37%;
}
.block-feature-seventeen_8ddcb37208728b50 .shape_01_f1ad4f5857906d74 {
  max-width: 8%;
  top: 12%;
  left: 43%;
}

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

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

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

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

.text-feature-four_a12de6cb187b8251 {
  z-index: 1;
}
.text-feature-four_a12de6cb187b8251 .avatar_aefd7446e92d9bfa {
  width: 65px;
  height: 65px;
}
.text-feature-four_a12de6cb187b8251 .name {
  font-size: 28px;
}
.text-feature-four_a12de6cb187b8251 .quote-text_dcb437ed92b5c232 {
  font-size: 50px;
  line-height: 1.4em;
}
.text-feature-four_a12de6cb187b8251 .shape_01_f1ad4f5857906d74 {
  top: 56%;
  left: 22%;
  animation: rotated 60s infinite linear;
}
.text-feature-four_a12de6cb187b8251 .shape_02_c51ab3fa6622e7fa {
  top: 12%;
  right: 9%;
  width: 16px;
  animation: rotated 50s infinite linear;
}

.text-feature-five_dcf33bedf43632f6 .bg-wrapper_5bd0cced70a9d56f {
  background: #FFF2AC;
}
.text-feature-five_dcf33bedf43632f6 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_dcf33bedf43632f6 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_dcf33bedf43632f6 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_dcf33bedf43632f6 li:hover:before {
  background: #29594B;
}
.text-feature-five_dcf33bedf43632f6 li:hover:after {
  color: #fff;
}
.text-feature-five_dcf33bedf43632f6 .media-wrapper_cf15d60aa43d4f91 {
  background: url(../resources/media/img_20.jpg) no-repeat center;
  background-size: cover;
  z-index: 1;
}
.text-feature-five_dcf33bedf43632f6 .media-wrapper_cf15d60aa43d4f91 .video-icon_1a4f55d49d70f31d {
  width: 90px;
  height: 90px;
  background: #fff;
}
.text-feature-five_dcf33bedf43632f6 .media-wrapper_cf15d60aa43d4f91 .video-icon_1a4f55d49d70f31d:hover {
  background: #CFFF45;
}
.text-feature-five_dcf33bedf43632f6 .media-wrapper_cf15d60aa43d4f91 .screen_01_a1cae6fb97656b15 {
  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_f0f3a897500ef020 {
  z-index: 1;
}
.text-feature-six_f0f3a897500ef020 .media-wrapper_cf15d60aa43d4f91 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 63.64%;
  z-index: -1;
}
.text-feature-six_f0f3a897500ef020 .media-wrapper_cf15d60aa43d4f91 .screen_01_a1cae6fb97656b15 {
  width: 61.1%;
  bottom: 32%;
  right: -4%;
  z-index: 1;
  animation: jumpThree 5s infinite linear;
}
.text-feature-six_f0f3a897500ef020 .shape_01_f1ad4f5857906d74 {
  left: 0;
  bottom: 23%;
  width: 12.3%;
}
.text-feature-six_f0f3a897500ef020 .shape_02_c51ab3fa6622e7fa {
  top: 1%;
  right: 39%;
}

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

.text-feature-nine_2df50601e16ab0d2 {
  background: url(../resources/assets_c3902fe0ce/bg_03.svg) no-repeat center bottom;
  background-size: cover;
  z-index: 1;
}
.text-feature-nine_2df50601e16ab0d2 .block_90f16f74adb86582 .icon_9bbdd42d5ee4212f {
  height: 50px;
}
.text-feature-nine_2df50601e16ab0d2 .vertical-text-wrapper_ef1e5bcf7d211142 {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  border-left: 1px solid rgba(254, 255, 252, 0.17);
}
.text-feature-nine_2df50601e16ab0d2 .vertical-text-wrapper_ef1e5bcf7d211142 .text-list_5cdb7ca542adc194 {
  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_2df50601e16ab0d2 .vertical-text-wrapper_ef1e5bcf7d211142 .text-list_5cdb7ca542adc194:hover {
  color: #C5FF4A;
  opacity: 1;
  mix-blend-mode: normal;
}
.text-feature-nine_2df50601e16ab0d2 .vertical-text-wrapper_ef1e5bcf7d211142 .shape_01_f1ad4f5857906d74 {
  left: -83px;
  bottom: 21%;
  animation: jumpThree 6s infinite linear;
}
.text-feature-nine_2df50601e16ab0d2 .vertical-text-wrapper_ef1e5bcf7d211142 .shape_02_c51ab3fa6622e7fa {
  left: 10%;
  top: 25%;
  animation: jumpFour 6s infinite linear;
}
.text-feature-nine_2df50601e16ab0d2 .shape_03_117ef3aa8d2f30ba {
  left: 5%;
  top: 10%;
  animation: jumpFour 6s infinite linear;
}
.text-feature-nine_2df50601e16ab0d2 .shape_04_4f964425babd2781 {
  bottom: 0;
  left: 13%;
  width: 29%;
}

.team-section-one_3285acc706c4f4ce .section-btn_6d86ccf762b97558 {
  position: absolute;
  right: 0;
  top: 25px;
}

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

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

.team-section-three_42597964b802b5a8 {
  z-index: 1;
}
.team-section-three_42597964b802b5a8:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  background: url(../resources/shape_baab22eb04/shape_09.svg) no-repeat right bottom;
  background-size: cover;
  z-index: -1;
}
.team-section-three_42597964b802b5a8 .section-btn_6d86ccf762b97558 {
  position: absolute;
  right: 0;
  top: 15px;
}
.team-section-three_42597964b802b5a8 .shape_01_f1ad4f5857906d74 {
  width: 2.3%;
  top: 17%;
  left: 39%;
}
.team-section-three_42597964b802b5a8 .shape_02_c51ab3fa6622e7fa {
  width: 1.5%;
  bottom: 6%;
  right: 9%;
}
.team-section-three_42597964b802b5a8 .shape_03_117ef3aa8d2f30ba {
  max-width: 22%;
  bottom: 0;
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.partner-logo-one_bf58b9df7abdc508 .logo_f8333a94bf33f59e {
  width: 100%;
  height: 60px;
}

.modal .modal-dialog {
  height: auto;
}
.modal .modal-dialog .modal-content_0e4604bb598b616b {
  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_b00e2d63774e7793 {
  max-width: 565px;
}
.user-data-form .form-wrapper_b00e2d63774e7793 .input-group-meta_0b57860574847f7c 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_b00e2d63774e7793 .input-group-meta_0b57860574847f7c label {
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  margin-bottom: 6px;
}
.user-data-form .form-wrapper_b00e2d63774e7793 .input-group-meta_0b57860574847f7c .placeholder_icon_6f5425eb9d491186 {
  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_b00e2d63774e7793 .input-group-meta_0b57860574847f7c .placeholder_icon_6f5425eb9d491186 img {
  position: relative;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%);
}
.user-data-form .form-wrapper_b00e2d63774e7793 .input-group-meta_0b57860574847f7c .placeholder_icon_6f5425eb9d491186 span {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
  position: relative;
}
.user-data-form .form-wrapper_b00e2d63774e7793 .input-group-meta_0b57860574847f7c .placeholder_icon_6f5425eb9d491186 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_b00e2d63774e7793 .input-group-meta_0b57860574847f7c .placeholder_icon_6f5425eb9d491186 span.eye-slash_6036b73680a1d0c8:before {
  opacity: 0;
}
.user-data-form .agreement-checkbox_a668c99ecdadd538 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_a668c99ecdadd538 label a {
  color: #0E3E2F;
  text-decoration: underline;
}
.user-data-form .agreement-checkbox_a668c99ecdadd538 input[type=checkbox] {
  display: none;
}
.user-data-form .agreement-checkbox_a668c99ecdadd538 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_a668c99ecdadd538 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_a668c99ecdadd538 a {
  position: relative;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.user-data-form .agreement-checkbox_a668c99ecdadd538 a:hover {
  text-decoration: underline;
  color: #0E3E2F;
}
.user-data-form .line_8f72fe43cdd5a00a {
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.user-data-form .social-use-btn_0ff3c498291ed9df {
  font-size: 16px;
  color: #000;
  height: 55px;
  border: 1px solid #E5E5E5;
  border-radius: 7px;
}
.user-data-form .social-use-btn_0ff3c498291ed9df:hover {
  background: rgba(0, 0, 0, 0.06);
}
.user-data-form .social-use-btn_0ff3c498291ed9df img {
  width: 20px;
}
.user-data-form .btn-close_4558d6c8dd515a61 {
  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_7a8fe745b208768b .main-count_eb2f62eec0c86ef7 {
  font-size: 64px;
  color: #19352D;
}

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

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

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

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

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

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

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

.card-style-three_59fd93e685b8361e .icon_9bbdd42d5ee4212f {
  height: 38px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.portfolio-block-one_080e76c13128ccde .img-holder_7d1705f9fffbe857 {
  position: relative;
  overflow: hidden;
}
.portfolio-block-one_080e76c13128ccde .img-holder_7d1705f9fffbe857.round-border_f5bf278b22e4a4a6 {
  border-radius: 30px;
}
.portfolio-block-one_080e76c13128ccde .img-holder_7d1705f9fffbe857 .expend_7b73e990b87af7b7 {
  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_080e76c13128ccde .img-holder_7d1705f9fffbe857 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_080e76c13128ccde .img-holder_7d1705f9fffbe857 i:hover {
  background: #DFFF5E;
}
.portfolio-block-one_080e76c13128ccde:hover .expend_7b73e990b87af7b7 {
  opacity: 1;
}
.portfolio-block-one_080e76c13128ccde:hover .img-meta_4962279b2dae9ced {
  transform: scale(1.1) rotate(5deg);
}
.portfolio-block-one_080e76c13128ccde:hover .pj-title_2b0f550ad63c02ea {
  text-decoration: underline;
}
.portfolio-block-one_080e76c13128ccde .caption {
  margin-top: 35px;
}
.portfolio-block-one_080e76c13128ccde .caption .tag_7ffb7a5ecd09ef81 {
  margin: 0 -3px;
}
.portfolio-block-one_080e76c13128ccde .caption .tag_7ffb7a5ecd09ef81 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_080e76c13128ccde .caption .pj-title_2b0f550ad63c02ea {
  font-size: 32px;
  color: #000;
  margin-top: 15px;
}
.portfolio-block-one_080e76c13128ccde .caption .arrow {
  font-size: 26px;
  color: #000;
}
.portfolio-block-one_080e76c13128ccde .caption .arrow:hover {
  color: #0C3A30;
}

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

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

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

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

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

.project-details-two_5cac0ba7091d91de .bg-wrapper_5bd0cced70a9d56f {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.project-details-two_5cac0ba7091d91de .slider-wrapper_7092538d1352ac77 {
  height: 100%;
}
.project-details-two_5cac0ba7091d91de .slider-wrapper_7092538d1352ac77 .carousel-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.project-details-two_5cac0ba7091d91de .slider-wrapper_7092538d1352ac77 .carousel-control-next_372d051587fa0731,
.project-details-two_5cac0ba7091d91de .slider-wrapper_7092538d1352ac77 .carousel-control-prev_de6340d7c7d6dd06 {
  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_5cac0ba7091d91de .slider-wrapper_7092538d1352ac77 .carousel-control-next_372d051587fa0731:hover,
.project-details-two_5cac0ba7091d91de .slider-wrapper_7092538d1352ac77 .carousel-control-prev_de6340d7c7d6dd06:hover {
  background: #29594B;
  color: #fff;
}
.project-details-two_5cac0ba7091d91de .slider-wrapper_7092538d1352ac77 .carousel-control-prev_de6340d7c7d6dd06 {
  left: auto;
  right: 45px;
}
.project-details-two_5cac0ba7091d91de .info-wrapper_53aac418acaa3f1c {
  padding: 55px 50px 85px 70px;
}
.project-details-two_5cac0ba7091d91de .info-wrapper_53aac418acaa3f1c h3 {
  font-size: 36px;
}
.project-details-two_5cac0ba7091d91de .info-wrapper_53aac418acaa3f1c .list-meta_e15d32277bcdb6b3 li {
  padding: 22px 0;
}
.project-details-two_5cac0ba7091d91de .info-wrapper_53aac418acaa3f1c .list-meta_e15d32277bcdb6b3 .icon_9bbdd42d5ee4212f {
  width: 40px;
}
.project-details-two_5cac0ba7091d91de .info-wrapper_53aac418acaa3f1c .list-meta_e15d32277bcdb6b3 .text1_0e5cfdde49713f2b {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}
.project-details-two_5cac0ba7091d91de .info-wrapper_53aac418acaa3f1c .list-meta_e15d32277bcdb6b3 span {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
}
.project-details-two_5cac0ba7091d91de .info-wrapper_53aac418acaa3f1c .social-share_33551c0cd8d7226f li {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.project-details-two_5cac0ba7091d91de .info-wrapper_53aac418acaa3f1c .social-share_33551c0cd8d7226f li a {
  font-size: 20px;
  color: #19352D;
  margin-left: 20px;
}

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

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

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

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

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

.feedback-section-three_de2153ce0e739909 .slider-wrapper_7092538d1352ac77 {
  padding-left: 100px;
}
.feedback-section-three_de2153ce0e739909 .slider-wrapper_7092538d1352ac77 .icon_9bbdd42d5ee4212f {
  left: 0;
  top: 18px;
}
.feedback-section-three_de2153ce0e739909 .slick-dots_90f4aa96fa1ef0b8 {
  margin: 50px 0 0 15px;
  padding: 0;
}
.feedback-section-three_de2153ce0e739909 .slick-dots_90f4aa96fa1ef0b8 li button {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #000;
  padding: 0;
  margin-right: 3px;
}
.feedback-section-three_de2153ce0e739909 .slick-dots_90f4aa96fa1ef0b8 .slick-active button {
  background: #000;
}
.feedback-section-three_de2153ce0e739909 .rating-box_ef3fe923c715813c {
  position: absolute;
  padding: 50px 37px 35px;
  left: -75px;
  bottom: -65px;
  z-index: 1;
  background: #000;
}
.feedback-section-three_de2153ce0e739909 .rating-box_ef3fe923c715813c .rating_27b762a743806bd1 {
  font-size: 58px;
  letter-spacing: -1px;
  line-height: 25px;
  margin-bottom: 20px;
}
.feedback-section-three_de2153ce0e739909 .shape_01_f1ad4f5857906d74 {
  width: 15px;
  top: 7%;
  right: 52%;
}
.feedback-section-three_de2153ce0e739909 .shape_02_c51ab3fa6622e7fa {
  width: 20px;
  bottom: 17%;
  right: 17%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.blog-meta-one_7fa81ef52f9ada50 {
  background: #fff;
  border-radius: 30px;
}
.blog-meta-one_7fa81ef52f9ada50 .post-data_a89c68f7e2bd2bf1 {
  padding: 30px 35px 25px;
}
.blog-meta-one_7fa81ef52f9ada50 .post-data_a89c68f7e2bd2bf1 .post-info_3f3754bbe9052674 {
  font-size: 18px;
  color: #AAAAAA;
}
.blog-meta-one_7fa81ef52f9ada50 .post-data_a89c68f7e2bd2bf1 .blog-title_edcf956b4ba58998 {
  font-size: 32px;
  line-height: 1.281em;
}
.blog-meta-one_7fa81ef52f9ada50 .post-data_a89c68f7e2bd2bf1 .blog-title_edcf956b4ba58998:hover {
  text-decoration: underline;
}
.blog-meta-one_7fa81ef52f9ada50 .post-img_52d695b9c909d9cd {
  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_7fa81ef52f9ada50 .post-img_52d695b9c909d9cd .round-btn_ed7c84c6bd8c528f {
  font-size: 25px;
  width: 55px;
  height: 55px;
  background: #fff;
  color: #19352D;
}
.blog-meta-one_7fa81ef52f9ada50:hover .round-btn_ed7c84c6bd8c528f {
  background: #CFFF45;
}
.blog-meta-one_7fa81ef52f9ada50.style-two_5ea7fccf49fc32ae {
  background: #F6F6F6;
  border-radius: 0;
}
.blog-meta-one_7fa81ef52f9ada50.style-two_5ea7fccf49fc32ae .post-img_52d695b9c909d9cd {
  border-radius: 0;
}
.blog-meta-one_7fa81ef52f9ada50.style-two_5ea7fccf49fc32ae .blog-title_edcf956b4ba58998 {
  font-weight: 700;
  font-size: 28px;
  color: #000;
}

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

.blog-meta-two_4f0612f4dfbb8ad5 {
  background: #fff;
}
.blog-meta-two_4f0612f4dfbb8ad5 .post-data_a89c68f7e2bd2bf1 {
  padding-top: 30px;
}
.blog-meta-two_4f0612f4dfbb8ad5 .post-data_a89c68f7e2bd2bf1 .blog-title_edcf956b4ba58998 {
  width: 70%;
}
.blog-meta-two_4f0612f4dfbb8ad5 .post-data_a89c68f7e2bd2bf1 .blog-title_edcf956b4ba58998 h4 {
  font-size: 32px;
  line-height: 1.281em;
}
.blog-meta-two_4f0612f4dfbb8ad5 .post-data_a89c68f7e2bd2bf1 .blog-title_edcf956b4ba58998:hover h4 {
  text-decoration: underline;
}
.blog-meta-two_4f0612f4dfbb8ad5 .post-data_a89c68f7e2bd2bf1 .round-btn_ed7c84c6bd8c528f {
  font-size: 25px;
  width: 60px;
  height: 60px;
  border: 1px solid #19352D;
  background: #fff;
  color: #19352D;
}
.blog-meta-two_4f0612f4dfbb8ad5 .post-data_a89c68f7e2bd2bf1 .round-btn_ed7c84c6bd8c528f:hover {
  background: #CFFF45;
  border-color: #CFFF45;
}
.blog-meta-two_4f0612f4dfbb8ad5 .post-data_a89c68f7e2bd2bf1 .post-info_3f3754bbe9052674 {
  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_4f0612f4dfbb8ad5 .post-img_52d695b9c909d9cd {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-meta-two_4f0612f4dfbb8ad5 .post-img_52d695b9c909d9cd .date_36f497402eb0be03 {
  line-height: 38px;
  font-size: 16px;
  padding: 0 18px;
  text-transform: uppercase;
  background: #fff;
  color: #19352D;
}
.blog-meta-two_4f0612f4dfbb8ad5.style-two_5ea7fccf49fc32ae {
  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_4f0612f4dfbb8ad5.style-two_5ea7fccf49fc32ae p {
  font-size: 18px;
}
.blog-meta-two_4f0612f4dfbb8ad5.style-two_5ea7fccf49fc32ae .post-img_52d695b9c909d9cd {
  height: auto;
  width: 100%;
}
.blog-meta-two_4f0612f4dfbb8ad5.style-two_5ea7fccf49fc32ae .post-data_a89c68f7e2bd2bf1 {
  padding: 26px 0;
}
.blog-meta-two_4f0612f4dfbb8ad5.style-two_5ea7fccf49fc32ae .post-data_a89c68f7e2bd2bf1 .post-info_3f3754bbe9052674 {
  border: none;
  padding: 0;
  margin: 0 0 12px;
}
.blog-meta-two_4f0612f4dfbb8ad5.style-two_5ea7fccf49fc32ae .post-data_a89c68f7e2bd2bf1 .round-btn_ed7c84c6bd8c528f {
  border: none;
}

.signup-btn-one_0038f27bb0e0a57e 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_0038f27bb0e0a57e .icon_9bbdd42d5ee4212f {
  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_f90db6d62d3f64c1 {
  z-index: 1;
}
.blog-section-three_f90db6d62d3f64c1 .section-btn_6d86ccf762b97558 {
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 1;
}

.blog-section-four_fc4ed940d4557fac {
  z-index: 5;
}
.blog-section-four_fc4ed940d4557fac.block-feature-three_648c68dd2d1e3a18:before {
  display: none;
}
.blog-section-four_fc4ed940d4557fac.block-feature-three_648c68dd2d1e3a18 .block-one_04183d3bec141b73 {
  background: url(../resources/blog/blog_img_05.jpg) no-repeat center;
  height: 666px;
}

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

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

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

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

.blog-details_d456c9f12572a371 .post-details-meta_d3c7b7bfb1e26bb3 {
  border-top: 1px dashed #BEBEBE;
  margin-top: 30px;
  padding: 36px 0;
}
.blog-details_d456c9f12572a371 .post-details-meta_d3c7b7bfb1e26bb3 p {
  line-height: 1.8em;
  margin-bottom: 30px;
}
.blog-details_d456c9f12572a371 .post-details-meta_d3c7b7bfb1e26bb3 .quote-wrapper_eaca445e612887d3 {
  text-align: center;
  margin: 62px 0 35px;
}
.blog-details_d456c9f12572a371 .post-details-meta_d3c7b7bfb1e26bb3 .quote-wrapper_eaca445e612887d3 .wrapper_188a1240989d7523 {
  position: relative;
  padding: 38px 12px 40px;
  border-top: 1px dashed #CBCBCB;
  border-bottom: 1px dashed #CBCBCB;
}
.blog-details_d456c9f12572a371 .post-details-meta_d3c7b7bfb1e26bb3 .quote-wrapper_eaca445e612887d3 .wrapper_188a1240989d7523 .icon_9bbdd42d5ee4212f {
  width: 55px;
  height: 55px;
  background: #29594B;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-details_d456c9f12572a371 .post-details-meta_d3c7b7bfb1e26bb3 .quote-wrapper_eaca445e612887d3 .wrapper_188a1240989d7523 h3 {
  font-size: 36px;
  line-height: 1.444em;
  margin: 0;
}
.blog-details_d456c9f12572a371 .post-details-meta_d3c7b7bfb1e26bb3 .quote-wrapper_eaca445e612887d3 h6 {
  font-size: 20px;
  margin: 24px 0 0;
}
.blog-details_d456c9f12572a371 .post-details-meta_d3c7b7bfb1e26bb3 .quote-wrapper_eaca445e612887d3 h6 span {
  color: rgba(0, 0, 0, 0.5);
}
.blog-details_d456c9f12572a371 .post-details-meta_d3c7b7bfb1e26bb3 .img-gallery_cdd1d6f1a1167a24 {
  margin-bottom: 50px;
}
.blog-details_d456c9f12572a371 .post-details-meta_d3c7b7bfb1e26bb3 .img-gallery_cdd1d6f1a1167a24 img {
  border-radius: 20px;
  margin-top: 15px;
}
.blog-details_d456c9f12572a371 .post-details-meta_d3c7b7bfb1e26bb3 h3 {
  font-size: 32px;
  margin-bottom: 20px;
}
.blog-details_d456c9f12572a371 .post-details-meta_d3c7b7bfb1e26bb3 .list-item_749d83926b8af097 li {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  position: relative;
  padding-left: 33px;
  margin-bottom: 23px;
}
.blog-details_d456c9f12572a371 .post-details-meta_d3c7b7bfb1e26bb3 .list-item_749d83926b8af097 li:after {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  font-size: 0.95em;
  top: 3px;
  left: 0;
  color: #000;
}
.blog-details_d456c9f12572a371 .bottom-widget_58054632c386581a {
  padding: 10px 0 5px;
}
.blog-details_d456c9f12572a371 .bottom-widget_58054632c386581a .tags_f47a1b3753d7abd1 li:first-child {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
  margin-right: 7px;
}
.blog-details_d456c9f12572a371 .bottom-widget_58054632c386581a .tags_f47a1b3753d7abd1 a {
  line-height: 26px;
  border-radius: 16px;
  background: #fff;
  padding: 0 10px;
  color: #19352D;
  font-size: 16px;
  margin-right: 5px;
}
.blog-details_d456c9f12572a371 .bottom-widget_58054632c386581a .tags_f47a1b3753d7abd1 a:hover {
  color: #000;
  text-decoration: underline;
}
.blog-details_d456c9f12572a371 .bottom-widget_58054632c386581a .share-icon_8aaf0d16f5dfc83a li:first-child {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.blog-details_d456c9f12572a371 .bottom-widget_58054632c386581a .share-icon_8aaf0d16f5dfc83a a {
  color: #19352D;
  font-size: 18px;
  margin-left: 17px;
}
.blog-details_d456c9f12572a371 .grey-bg_ce45f7a4ebc26e9f {
  background: #f4f4f4;
  border-radius: 30px;
  padding: 40px 35px;
}
.blog-details_d456c9f12572a371 .blog-inner-title_b87a560ffcc28f1b {
  font-size: 42px;
  margin-bottom: 10px;
}
.blog-details_d456c9f12572a371 .blog-comment-area_4fe617fbb2481dd4 {
  margin: 60px 0;
}
.blog-details_d456c9f12572a371 .blog-comment-area_4fe617fbb2481dd4 .comment_5b6d6e13064eaa65 {
  border-top: 1px dashed #CBCBCB;
  padding: 38px 0 20px;
}
.blog-details_d456c9f12572a371 .blog-comment-area_4fe617fbb2481dd4 .comment_5b6d6e13064eaa65:last-child {
  padding-bottom: 5px;
}
.blog-details_d456c9f12572a371 .blog-comment-area_4fe617fbb2481dd4 .comment_5b6d6e13064eaa65 .reply-comment_6e48b4cb2df7960d {
  border: none;
  padding: 40px 0 30px;
}
.blog-details_d456c9f12572a371 .blog-comment-area_4fe617fbb2481dd4 .comment_5b6d6e13064eaa65 .user-avatar_3b72013dfca81689 {
  width: 60px;
  height: 60px;
}
.blog-details_d456c9f12572a371 .blog-comment-area_4fe617fbb2481dd4 .comment_5b6d6e13064eaa65 .comment-text_e657726b5cfdec43 {
  width: calc(100% - 60px);
  padding-left: 25px;
  position: relative;
}
.blog-details_d456c9f12572a371 .blog-comment-area_4fe617fbb2481dd4 .comment_5b6d6e13064eaa65 .comment-text_e657726b5cfdec43 .name {
  font-size: 20px;
  color: #19352D;
}
.blog-details_d456c9f12572a371 .blog-comment-area_4fe617fbb2481dd4 .comment_5b6d6e13064eaa65 .comment-text_e657726b5cfdec43 .date_36f497402eb0be03 {
  font-size: 16px;
  color: #ADADAD;
}
.blog-details_d456c9f12572a371 .blog-comment-area_4fe617fbb2481dd4 .comment_5b6d6e13064eaa65 .comment-text_e657726b5cfdec43 p {
  font-size: 18px;
  line-height: 32px;
  margin: 7px 0 10px 0px;
}
.blog-details_d456c9f12572a371 .blog-comment-area_4fe617fbb2481dd4 .comment_5b6d6e13064eaa65 .comment-text_e657726b5cfdec43 .reply-btn_da52f6f3264948a4 {
  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_d456c9f12572a371 .blog-comment-area_4fe617fbb2481dd4 .comment_5b6d6e13064eaa65 .comment-text_e657726b5cfdec43 .reply-btn_da52f6f3264948a4:hover {
  background: #CFFF45;
  color: #19352D;
}
.blog-details_d456c9f12572a371 .blog-comment-form_14faac25f1429874 p a {
  color: #19352D;
}
.blog-details_d456c9f12572a371 .blog-comment-form_14faac25f1429874 form label {
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  padding-bottom: 5px;
}
.blog-details_d456c9f12572a371 .blog-comment-form_14faac25f1429874 form input {
  display: block;
  font-size: 18px;
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 8px;
  padding: 0 25px;
  background: #fff;
}
.blog-details_d456c9f12572a371 .blog-comment-form_14faac25f1429874 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_d4c6c9234eda11bc {
  height: 600px;
}

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

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

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

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

.footer-one_e14af6fb71a3d5b9 {
  background: #0C3A30;
  padding-top: 95px;
}
.footer-one_e14af6fb71a3d5b9 .bottom-footer_30d8b99f24c9386e {
  border-top: 1px dashed rgba(255, 255, 255, 0.25);
  margin-top: 32px;
  padding: 40px 0 25px;
}
.footer-one_e14af6fb71a3d5b9 .social-icon_afdd1c95e71040e6 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_e14af6fb71a3d5b9 .social-icon_afdd1c95e71040e6 a:hover {
  background: #CFFF45;
  color: #29594B;
}
.footer-one_e14af6fb71a3d5b9 .footer-title_e8ab60619777225a {
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
}
.footer-one_e14af6fb71a3d5b9 .footer-nav-link_b1e85a212a10534f a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 46px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-one_e14af6fb71a3d5b9 .footer-nav-link_b1e85a212a10534f a:hover {
  color: #fff;
}
.footer-nav-link_b1e85a212a10534f p {
  font-size: 16px;
}
.logo_f8333a94bf33f59e 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_448c3783135a7895 {
  min-width: 80px;
  max-height: 40px;
  max-width: 150px;
}
.casino-li_154d7c927eb61b83 {
  align-content: center;
}

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

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

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

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

.footer-three_e42ed8d0e8a5b116 {
  padding: 75px 0 0;
  position: relative;
  z-index: 1;
}
.footer-three_e42ed8d0e8a5b116 .round-bg_a38e1ef467e9234d {
  width: 350px;
  height: 350px;
  padding: 15px 15px;
  background: #FFF6C6;
}
.footer-three_e42ed8d0e8a5b116 .round-bg_a38e1ef467e9234d.color-two_5b2f33c34e26076e {
  background: #F6FFDD;
}
.footer-three_e42ed8d0e8a5b116 .footer-intro_ff13db6b26aeca60 p a {
  font-weight: 500;
  font-size: 24px;
  color: #000;
}
.footer-three_e42ed8d0e8a5b116 .footer-intro_ff13db6b26aeca60 p a:hover {
  color: #19352D;
  text-decoration: underline;
}
.footer-three_e42ed8d0e8a5b116 .footer-title_e8ab60619777225a {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.footer-three_e42ed8d0e8a5b116 .footer-nav-link_b1e85a212a10534f a {
  color: rgba(0, 0, 0, 0.5);
  line-height: 46px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-three_e42ed8d0e8a5b116 .footer-nav-link_b1e85a212a10534f a:hover {
  color: #19352D;
  text-decoration: underline;
}
.footer-three_e42ed8d0e8a5b116 .bottom-footer_30d8b99f24c9386e {
  border-top: 1px solid #e2e2e2;
  margin-top: 40px;
  padding: 40px 0 25px;
}
.footer-three_e42ed8d0e8a5b116 .bottom-footer_30d8b99f24c9386e .copyright_ec565c7f17c78f50 {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}
.footer-three_e42ed8d0e8a5b116 .bottom-footer_30d8b99f24c9386e .bottom-nav_471789163eb7b638 {
  margin: 0 -12px;
}
.footer-three_e42ed8d0e8a5b116 .bottom-footer_30d8b99f24c9386e .bottom-nav_471789163eb7b638 a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: #000;
}
.footer-three_e42ed8d0e8a5b116 .bottom-footer_30d8b99f24c9386e .bottom-nav_471789163eb7b638 a:hover {
  text-decoration: underline;
}
.footer-three_e42ed8d0e8a5b116 .bottom-footer_30d8b99f24c9386e .social-icon_afdd1c95e71040e6 {
  margin: 0 -10px;
}
.footer-three_e42ed8d0e8a5b116 .bottom-footer_30d8b99f24c9386e .social-icon_afdd1c95e71040e6 a {
  margin: 0 10px;
}
.footer-three_e42ed8d0e8a5b116 .bottom-footer_30d8b99f24c9386e .social-icon_afdd1c95e71040e6 a:hover {
  color: #19352D;
}
.footer-three_e42ed8d0e8a5b116 .shape_01_f1ad4f5857906d74 {
  top: -3%;
  left: -3%;
}
.footer-three_e42ed8d0e8a5b116 .shape_02_c51ab3fa6622e7fa {
  bottom: 8%;
  right: 13%;
  animation: rotated 48s infinite linear;
}

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

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

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

.footer-five_d4c9334963ef719e {
  background: #000;
  padding: 105px 0 20px;
  z-index: 1;
  overflow: hidden;
}
.footer-five_d4c9334963ef719e:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: url(../resources/assets_c3902fe0ce/bg_07.svg) no-repeat center bottom;
  background-size: cover;
  z-index: -1;
}
.footer-five_d4c9334963ef719e h2 {
  font-size: 132px;
  line-height: 1.185em;
}
.footer-five_d4c9334963ef719e .btn-group_be04623448b5d97e {
  padding: 15px 15px 15px 55px;
  border-radius: 80px;
  background: #DFFF5E;
  margin: 85px 0 110px;
}
.footer-five_d4c9334963ef719e .btn-group_be04623448b5d97e h3 {
  font-size: 70px;
  color: #000;
  margin: 0;
}
.footer-five_d4c9334963ef719e .btn-group_be04623448b5d97e h3 span {
  font-weight: 700;
  font-style: italic;
  text-decoration-line: underline;
  text-decoration-thickness: 4px;
}
.footer-five_d4c9334963ef719e .btn-group_be04623448b5d97e .round-btn_ed7c84c6bd8c528f {
  width: 125px;
  height: 125px;
  text-align: center;
  font-size: 55px;
  color: #DFFF5E;
  background: #101010;
}
.footer-five_d4c9334963ef719e .btn-group_be04623448b5d97e .round-btn_ed7c84c6bd8c528f:hover, .footer-five_d4c9334963ef719e .btn-group_be04623448b5d97e .round-btn_ed7c84c6bd8c528f:focus {
  background: #29594B;
  color: #fff;
}
.footer-five_d4c9334963ef719e .social-icon_afdd1c95e71040e6 {
  margin: 0 -20px;
}
.footer-five_d4c9334963ef719e .social-icon_afdd1c95e71040e6 a {
  color: #fff;
  margin: 0 20px;
}
.footer-five_d4c9334963ef719e .social-icon_afdd1c95e71040e6 a:hover {
  color: #DFFF5E;
}
.footer-five_d4c9334963ef719e .bottom-nav_471789163eb7b638 {
  margin: 0 -12px;
}
.footer-five_d4c9334963ef719e .bottom-nav_471789163eb7b638 a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: #fff;
}
.footer-five_d4c9334963ef719e .bottom-nav_471789163eb7b638 a:hover {
  text-decoration: underline;
}
.footer-five_d4c9334963ef719e .shape_01_f1ad4f5857906d74 {
  top: 11%;
  right: 10%;
  width: 3.4%;
  animation: rotated 48s infinite linear;
}
.footer-five_d4c9334963ef719e .shape_02_c51ab3fa6622e7fa {
  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_942d57d2a433269a {
  animation-duration: 2s;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce_61a53c308dc77a91 {
  animation-name: bounce;
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash_2d34b08e89c56a1d {
  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_cc7e3a455abf0d14 {
  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_09ee07384c2d0885 {
  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_e766f83e0bc658de {
  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_43b9505b4fb2b5da {
  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_1e47d34e8fac958c {
  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_5fab31e128f99999 {
  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_b1c39f59b8db30ed {
  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_3882d9053d9885e3 {
  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_a2fe8c5e0cc04e42 {
  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_99022feefd2b4e6f {
  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_499740a251fa3e23 {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown_928bc82280fe6b93 {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft_c735c11f444b3d6b {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight_2e9334f0fc3ab788 {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp_b5a0d0792c388cfc {
  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_73cc23eb74907cb0 {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig_ecc538813919715e {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft_3bf95f2692131b31 {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig_acd083aad7c8325a {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight_d2af8d3aa7375499 {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig_5e459b063deb6b53 {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp_be605954c7eb2ace {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig_92636a589f785e31 {
  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_432b4b90c15b2300 {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig_97c6b0f72ccd3ab1 {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft_2ad985bfcd99ca5e {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig_7ccd49b3888bbac6 {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight_37ae4bb84dad04e0 {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig_9f11def723623224 {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp_d9eefadcd41424dc {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig_3c83897f647d2b5c {
  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_eb6c08900dcb369f {
  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_64c1888fff39180c {
  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_132b6475cf8c1bdd {
  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_a9eb7da48637a210 {
  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_eedabe78ffb58043 {
  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_7a590aa3a530ef34 {
  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_80ebe61ae5f004d5 {
  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_fb0dfc7359c94112 {
  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_de0eb70585a46274 {
  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_2e152098978ceef1 {
  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_513ff7e2aeb54b31 {
  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_a51216a94f94dd71 {
  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_ac9253bf7e0153b2 {
  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_adc83cc53e40f6ae {
  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_c6e9b6e706cd0fce {
  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_41a12e80fcb93155 {
  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_6bab16c89a3c7d33 {
  animation-name: rotateOutUpRight;
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(150px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInUp_bbe4250cb5bb2e84 {
  animation-name: slideInUp;
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown_a84b21a59686061b {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInLeft_7816d112dd80da63 {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight_9f2f7482cabb299a {
  animation-name: slideInRight;
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.slideOutLeft_3400176b405a1f2c {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.slideOutRight_6c574190726b55f8 {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.slideOutUp_15f3f25b87a175c2 {
  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_942d57d2a433269a {
  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_8f45fd75a65f360f {
  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_f96370612dd84965 {
  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_47515f656e157088 .theme-select-menu_be690f8205d4f38b {
  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_949613de48b0de4b {
  overflow: hidden;
}
.product-block-one_949613de48b0de4b .img-holder_7d1705f9fffbe857 {
  position: relative;
  background: #F5F5F5;
  z-index: 5;
  margin-bottom: 22px;
}
.product-block-one_949613de48b0de4b .img-holder_7d1705f9fffbe857 .cart-icon_5fba5575f84cba24 {
  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_949613de48b0de4b .img-holder_7d1705f9fffbe857 .cart-icon_5fba5575f84cba24:hover {
  color: #19352D;
  background: #CFFF45;
}
.product-block-one_949613de48b0de4b .img-holder_7d1705f9fffbe857 .cart-button_9ed80ae37b516b85 {
  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_949613de48b0de4b .img-holder_7d1705f9fffbe857 .cart-button_9ed80ae37b516b85:hover {
  color: #19352D;
  background: #CFFF45;
}
.product-block-one_949613de48b0de4b .product-title_b3136c6619f20513 {
  font-weight: 500;
  color: #19352D;
  font-size: 20px;
  text-transform: capitalize;
}
.product-block-one_949613de48b0de4b .rating_27b762a743806bd1 {
  margin: 0 -3px;
}
.product-block-one_949613de48b0de4b .rating_27b762a743806bd1 li {
  font-size: 15px;
  margin: 0 3px;
  color: #B3B3B3;
}
.product-block-one_949613de48b0de4b .rating_27b762a743806bd1 li .bi-star-fill_9f58f9b2369a2cee {
  color: #FFCB65;
}
.product-block-one_949613de48b0de4b .price_b78b56d2ca592a71 {
  font-weight: 500;
  font-size: 22px;
  color: #0E3E2F;
  margin-top: 10px;
}
.product-block-one_949613de48b0de4b:hover .cart-button_9ed80ae37b516b85 {
  opacity: 1;
  transform: translateY(0);
}
.product-block-one_949613de48b0de4b:hover .product-img_ec97a990070b6bb3 {
  transform: scale(0.95);
}
.product-block-one_949613de48b0de4b:hover .cart-icon_5fba5575f84cba24 {
  opacity: 1;
  transform: scale(1);
}
.product-block-one_949613de48b0de4b:hover .product-title_b3136c6619f20513 {
  text-decoration: underline;
}

.product-details-one_589907c8ce808bc1 .product-img-tab_1a13bf5062784448 {
  border: none;
}
.product-details-one_589907c8ce808bc1 .product-img-tab_1a13bf5062784448 .nav-link {
  width: 100%;
  background: #F6F6F6;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 5px 0;
  height: 88px;
  margin-bottom: 12px;
}
.product-details-one_589907c8ce808bc1 .product-img-tab_1a13bf5062784448 .nav-link img {
  max-height: 100%;
}
.product-details-one_589907c8ce808bc1 .product-img-tab_1a13bf5062784448 .nav-link.active {
  background: #fff;
  border-color: #000;
}
.product-details-one_589907c8ce808bc1 .product-img-tab-content_ce319953d8b2ffc7 {
  background: #F6F6F6;
  padding: 20px;
}
.product-details-one_589907c8ce808bc1 .product-img-tab-content_ce319953d8b2ffc7 img {
  margin: auto;
}
.product-details-one_589907c8ce808bc1 .product-info_e937ed07377d3e39 .stock-tag_a96f1325a776432e {
  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_589907c8ce808bc1 .product-info_e937ed07377d3e39 .product-name_68a0facb26c613d9 {
  text-transform: capitalize;
  font-size: 32px;
  margin: 25px 0 15px;
}
.product-details-one_589907c8ce808bc1 .product-info_e937ed07377d3e39 .rating_27b762a743806bd1 li {
  font-size: 15px;
  margin-right: 6px;
  color: #B3B3B3;
}
.product-details-one_589907c8ce808bc1 .product-info_e937ed07377d3e39 .rating_27b762a743806bd1 li .bi-star-fill_9f58f9b2369a2cee {
  color: #FFCB65;
}
.product-details-one_589907c8ce808bc1 .product-info_e937ed07377d3e39 .rating_27b762a743806bd1 li a {
  font-size: 17px;
  color: #000;
  margin-left: 12px;
}
.product-details-one_589907c8ce808bc1 .product-info_e937ed07377d3e39 .rating_27b762a743806bd1 li a:hover {
  text-decoration: underline;
}
.product-details-one_589907c8ce808bc1 .product-info_e937ed07377d3e39 .price_b78b56d2ca592a71 {
  font-size: 26px;
  font-weight: 700;
  color: #29594B;
  padding: 25px 0 5px;
}
.product-details-one_589907c8ce808bc1 .product-info_e937ed07377d3e39 .price_b78b56d2ca592a71 del {
  font-size: 0.7em;
  opacity: 0.6;
}
.product-details-one_589907c8ce808bc1 .product-info_e937ed07377d3e39 .availability_1c474e250e7bd2a8 {
  color: #989CA2;
  font-size: 17px;
}
.product-details-one_589907c8ce808bc1 .product-info_e937ed07377d3e39 .description-text_0a46daf7ce4e59d4 {
  padding: 10px 0 15px;
}
.product-details-one_589907c8ce808bc1 .product-info_e937ed07377d3e39 .product-feature_60c5aa8858cffd51 {
  margin-bottom: 20px;
}
.product-details-one_589907c8ce808bc1 .product-info_e937ed07377d3e39 .product-feature_60c5aa8858cffd51 li {
  color: #000;
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
}
.product-details-one_589907c8ce808bc1 .product-info_e937ed07377d3e39 .product-feature_60c5aa8858cffd51 li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 2px;
  left: 0;
  color: #29594B;
}
.product-details-one_589907c8ce808bc1 .product-info_e937ed07377d3e39 .customize-order_a370a05a361d7273 h6 {
  font-size: 18px;
  margin: 0 15px 0 0;
}
.product-details-one_589907c8ce808bc1 .product-info_e937ed07377d3e39 .customize-order_a370a05a361d7273 .quantity_b38a9c0f0091fb33 .button-group_0a09d5101fffdbfb {
  border: 1px solid #e3e3e3;
  display: inline-block;
}
.product-details-one_589907c8ce808bc1 .product-info_e937ed07377d3e39 .customize-order_a370a05a361d7273 .quantity_b38a9c0f0091fb33 .button-group_0a09d5101fffdbfb li {
  line-height: 40px;
  max-height: 40px;
}
.product-details-one_589907c8ce808bc1 .product-info_e937ed07377d3e39 .customize-order_a370a05a361d7273 .quantity_b38a9c0f0091fb33 .button-group_0a09d5101fffdbfb li button {
  font-size: 25px;
  color: #C9C9C9;
  background: transparent;
  width: 32px;
}
.product-details-one_589907c8ce808bc1 .product-info_e937ed07377d3e39 .customize-order_a370a05a361d7273 .quantity_b38a9c0f0091fb33 .button-group_0a09d5101fffdbfb 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_589907c8ce808bc1 .product-review-tab_fdd3db86693da6ed .nav-tabs_54320dbf7787d896 {
  border-bottom: 1px solid #EBEBEB;
}
.product-details-one_589907c8ce808bc1 .product-review-tab_fdd3db86693da6ed .nav-tabs_54320dbf7787d896 .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_589907c8ce808bc1 .product-review-tab_fdd3db86693da6ed .nav-tabs_54320dbf7787d896 .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_589907c8ce808bc1 .product-review-tab_fdd3db86693da6ed .nav-tabs_54320dbf7787d896 .nav-link.active:before {
  transform: scale(1);
}
.product-details-one_589907c8ce808bc1 .product-review-tab_fdd3db86693da6ed .nav-tabs_54320dbf7787d896 .nav-item:last-child .nav-link {
  margin-right: 0;
}
.product-details-one_589907c8ce808bc1 .product-review-tab_fdd3db86693da6ed .tab-content_6e54eac62e599b1d h5 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 18px;
}
.product-details-one_589907c8ce808bc1 .product-review-tab_fdd3db86693da6ed .tab-content_6e54eac62e599b1d .product-feature_60c5aa8858cffd51 li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 18px;
}
.product-details-one_589907c8ce808bc1 .product-review-tab_fdd3db86693da6ed .tab-content_6e54eac62e599b1d .product-feature_60c5aa8858cffd51 li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 2px;
  left: 0;
  color: #29594B;
}
.product-details-one_589907c8ce808bc1 .product-review-tab_fdd3db86693da6ed .user-comment-area_34fbd2e9a3317215 .single-comment_27ae2f13b21b62f1 {
  padding-bottom: 40px;
}
.product-details-one_589907c8ce808bc1 .product-review-tab_fdd3db86693da6ed .user-comment-area_34fbd2e9a3317215 .single-comment_27ae2f13b21b62f1:last-child {
  padding-bottom: 0;
}
.product-details-one_589907c8ce808bc1 .product-review-tab_fdd3db86693da6ed .user-comment-area_34fbd2e9a3317215 .user-img_71052b5c3b823548 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.product-details-one_589907c8ce808bc1 .product-review-tab_fdd3db86693da6ed .user-comment-area_34fbd2e9a3317215 .user-comment-data_76014f58eef707db {
  padding-left: 30px;
  position: relative;
}
.product-details-one_589907c8ce808bc1 .product-review-tab_fdd3db86693da6ed .user-comment-area_34fbd2e9a3317215 .user-comment-data_76014f58eef707db .name {
  font-size: 18px;
  margin-bottom: 4px;
}
.product-details-one_589907c8ce808bc1 .product-review-tab_fdd3db86693da6ed .user-comment-area_34fbd2e9a3317215 .user-comment-data_76014f58eef707db .rating_27b762a743806bd1 li {
  font-size: 14px;
  margin: 0 3px;
  color: #B3B3B3;
}
.product-details-one_589907c8ce808bc1 .product-review-tab_fdd3db86693da6ed .user-comment-area_34fbd2e9a3317215 .user-comment-data_76014f58eef707db .rating_27b762a743806bd1 li .bi-star-fill_9f58f9b2369a2cee {
  color: #FFCB65;
}
.product-details-one_589907c8ce808bc1 .product-review-tab_fdd3db86693da6ed .user-comment-area_34fbd2e9a3317215 .user-comment-data_76014f58eef707db p {
  padding-top: 8px;
}

.cart-list-form_e5c8e07b6b0a5c20 {
  position: relative;
}
.cart-list-form_e5c8e07b6b0a5c20 .table_dfa5a9ed5d899a91 {
  margin: 0;
  background: transparent;
}
.cart-list-form_e5c8e07b6b0a5c20 .table_dfa5a9ed5d899a91 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_e5c8e07b6b0a5c20 .table_dfa5a9ed5d899a91 th:first-child {
  text-align: left;
}
.cart-list-form_e5c8e07b6b0a5c20 .table_dfa5a9ed5d899a91 tbody td {
  padding: 0 0 70px;
  border: none;
  vertical-align: middle;
  text-align: center;
  background: transparent;
}
.cart-list-form_e5c8e07b6b0a5c20 .table_dfa5a9ed5d899a91 tbody tr:first-child td {
  padding-top: 60px;
}
.cart-list-form_e5c8e07b6b0a5c20 .table_dfa5a9ed5d899a91 tbody tr:last-child td {
  padding-bottom: 40px;
}
.cart-list-form_e5c8e07b6b0a5c20 .table_dfa5a9ed5d899a91 tbody .product-thumbnails_5541ad577bb85ee5 {
  width: 85px;
}
.cart-list-form_e5c8e07b6b0a5c20 .table_dfa5a9ed5d899a91 tbody .product-thumbnails_5541ad577bb85ee5 img {
  max-height: 100%;
  max-width: none;
}
.cart-list-form_e5c8e07b6b0a5c20 .table_dfa5a9ed5d899a91 tbody .product-thumbnails_5541ad577bb85ee5 .product-img_ec97a990070b6bb3 {
  display: block;
  max-width: 85px;
  max-height: 85px;
  overflow: hidden;
}
.cart-list-form_e5c8e07b6b0a5c20 .table_dfa5a9ed5d899a91 tbody .product-info_e937ed07377d3e39 {
  padding-left: 30px;
  text-align: left;
}
.cart-list-form_e5c8e07b6b0a5c20 .table_dfa5a9ed5d899a91 tbody .product-info_e937ed07377d3e39 .product-name_68a0facb26c613d9 {
  font-weight: 700;
  font-size: 20px;
  color: #19352D;
}
.cart-list-form_e5c8e07b6b0a5c20 .table_dfa5a9ed5d899a91 tbody .product-info_e937ed07377d3e39 .serial_88c5b77007f66069 {
  font-size: 15px;
  color: rgba(31, 31, 31, 0.5);
  padding-bottom: 6px;
}
.cart-list-form_e5c8e07b6b0a5c20 .table_dfa5a9ed5d899a91 tbody .product-info_e937ed07377d3e39 ul li {
  display: inline-block;
  font-size: 16px;
  color: #000;
  padding-right: 15px;
}
.cart-list-form_e5c8e07b6b0a5c20 .table_dfa5a9ed5d899a91 tbody .price_b78b56d2ca592a71 {
  font-weight: 500;
  font-size: 18px;
  color: #19352D;
}
.cart-list-form_e5c8e07b6b0a5c20 .table_dfa5a9ed5d899a91 tbody .quantity_b38a9c0f0091fb33 li {
  display: inline-block;
  line-height: 40px;
  max-height: 40px;
}
.cart-list-form_e5c8e07b6b0a5c20 .table_dfa5a9ed5d899a91 tbody .quantity_b38a9c0f0091fb33 li .btn_f73a43e083ec1579 {
  font-size: 24px;
  padding: 0;
  border: none;
  vertical-align: inherit;
  color: #1d1d1d;
  background: transparent;
}
.cart-list-form_e5c8e07b6b0a5c20 .table_dfa5a9ed5d899a91 tbody .quantity_b38a9c0f0091fb33 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_e5c8e07b6b0a5c20 .table_dfa5a9ed5d899a91 tbody .remove-product_59b27c7f6fe235e0 {
  color: #000;
  font-size: 22px;
}
.cart-list-form_e5c8e07b6b0a5c20 .table_dfa5a9ed5d899a91 tbody .remove-product_59b27c7f6fe235e0:hover {
  color: #ff2759;
}
.cart-list-form_e5c8e07b6b0a5c20 .cart-footer_1be74443f8b0384c {
  border-top: 2px solid #545454;
  margin-top: 28px;
  padding-top: 40px;
}
.cart-list-form_e5c8e07b6b0a5c20 .cart-footer_1be74443f8b0384c .coupon-form_5509a52bb6f16af0 input {
  width: 240px;
  height: 50px;
  border: none;
  border-bottom: 2px solid #545454;
  font-size: 18px;
  margin-right: 30px;
  background: transparent;
}
.cart-list-form_e5c8e07b6b0a5c20 .cart-footer_1be74443f8b0384c .cart-total-section_99da09e6fa22b2f6 {
  text-align: right;
  padding-right: 82px;
}
.cart-list-form_e5c8e07b6b0a5c20 .cart-footer_1be74443f8b0384c .cart-total-section_99da09e6fa22b2f6 .cart-total-table_ac42280e1c63244d 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_e5c8e07b6b0a5c20 .cart-footer_1be74443f8b0384c .cart-total-section_99da09e6fa22b2f6 .cart-total-table_ac42280e1c63244d tr td {
  font-size: 18px;
  font-weight: 500;
  color: #19352D;
  padding-bottom: 16px;
}

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

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

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

.fancybox-active_38f28c8d0e0bd10b {
  height: auto;
}

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

.fancybox-caption_27661c9120e6f73c, .fancybox-infobar_8e6e1e465241b173, .fancybox-navigation_d288116654b72df8 .fancybox-button_f13da0f2441226bd, .fancybox-toolbar_d49bfc11ade54844 {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption_e463d8cb58878fa9 .fancybox-caption_27661c9120e6f73c, .fancybox-show-infobar_7aa9cf24c3b8f6ce .fancybox-infobar_8e6e1e465241b173, .fancybox-show-nav_d83a0781c53dde70 .fancybox-navigation_d288116654b72df8 .fancybox-button_f13da0f2441226bd, .fancybox-show-toolbar_f35009703ec70680 .fancybox-toolbar_d49bfc11ade54844 {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}

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

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

.fancybox-is-open_ded0e1bc895996c7 .fancybox-stage_6f8da0eb22aacb6f {
  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_091dc6e747d0895b .fancybox-slide, .fancybox-slide--current_2da40429cb686871, .fancybox-slide--next_d3731c2b35e12334, .fancybox-slide--previous_2cfac628318b4ae6 {
  display: block;
}

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

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

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

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

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

.fancybox-content_303a0355c3722960 {
  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_8cfdb60447ed8299 .fancybox-content_303a0355c3722960 {
  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_6ed7dacdc670999d .fancybox-content_303a0355c3722960 {
  cursor: zoom-out;
}

.fancybox-can-zoomIn_ec327fbee8185783 .fancybox-content_303a0355c3722960 {
  cursor: zoom-in;
}

.fancybox-can-drag_2fbb9e7a9061013c .fancybox-content_303a0355c3722960 {
  cursor: grab;
}

.fancybox-is-dragging_db89933b90242b65 .fancybox-content_303a0355c3722960 {
  cursor: grabbing;
}

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

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

.fancybox-slide--html_487ddd55f902e36e .fancybox-content_303a0355c3722960 {
  margin-bottom: 6px;
}

.fancybox-slide--iframe_41f0905c6a0a8834 .fancybox-content_303a0355c3722960, .fancybox-slide--map_60ab359707cf7aa3 .fancybox-content_303a0355c3722960, .fancybox-slide--video_0b1c783b1451193a .fancybox-content_303a0355c3722960 {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video_0b1c783b1451193a .fancybox-content_303a0355c3722960 {
  background: #000;
}

.fancybox-slide--map_60ab359707cf7aa3 .fancybox-content_303a0355c3722960 {
  background: #e5e3df;
}

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

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

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

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

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

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

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

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

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

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

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

.fancybox-button--play_ec44a2b5303dd57b svg path, .fancybox-button--share_cc20c7188ff8a335 svg path, .fancybox-button--thumbs_d38e9a1bf75adf58 svg path {
  fill: currentColor;
}

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

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

.fancybox-show-nav_d83a0781c53dde70 .fancybox-navigation_d288116654b72df8 .fancybox-button_f13da0f2441226bd {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

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

.fancybox-navigation_d288116654b72df8 .fancybox-button--arrow_left_c7d434aceffd3f0f {
  left: 6px;
}

.fancybox-navigation_d288116654b72df8 .fancybox-button--arrow_right_b923a88dc88e1a6e {
  right: 6px;
}

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

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

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

.fancybox-slide--iframe_41f0905c6a0a8834 .fancybox-close-small_17596167c43fe02a, .fancybox-slide--image_8cfdb60447ed8299 .fancybox-close-small_17596167c43fe02a, .fancybox-slide--video_0b1c783b1451193a .fancybox-close-small_17596167c43fe02a {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--iframe_41f0905c6a0a8834 .fancybox-close-small_17596167c43fe02a:hover svg, .fancybox-slide--image_8cfdb60447ed8299 .fancybox-close-small_17596167c43fe02a:hover svg, .fancybox-slide--video_0b1c783b1451193a .fancybox-close-small_17596167c43fe02a:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling_05a1a3198338b35b .fancybox-close-small_17596167c43fe02a, .fancybox-is-zoomable_40d26edb439b51ba.fancybox-can-drag_2fbb9e7a9061013c .fancybox-close-small_17596167c43fe02a {
  display: none;
}

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

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

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

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

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

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

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

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

.fancybox-fx-fade_c4fcc1a6e660ff19.fancybox-slide--next_d3731c2b35e12334, .fancybox-fx-fade_c4fcc1a6e660ff19.fancybox-slide--previous_2cfac628318b4ae6 {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade_c4fcc1a6e660ff19.fancybox-slide--current_2da40429cb686871 {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-share__input_324d2462af2f9535 {
  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_9b0319085e1ce518 {
  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_d0e2611bc013259a {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs_0b0c0b4bbf2a107f .fancybox-thumbs_9b0319085e1ce518 {
  display: block;
}

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

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

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

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

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

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

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

.fancybox-thumbs_9b0319085e1ce518 > 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_9b0319085e1ce518 .fancybox-thumbs-active_713c957f0d5f72cf:before {
  opacity: 1;
}

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

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

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

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

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

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

.slick-slider_5243687967b0023a .slick-track_a7266a5572bb83a8,
.slick-slider_5243687967b0023a .slick-list_b7e84b38083e5182 {
  transform: translate3d(0, 0, 0);
}

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

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

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

.slick-loading_dc28a5e92937b556 .slick-track_a7266a5572bb83a8 {
  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_dc28a5e92937b556 img {
  display: none;
}

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

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

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

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

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