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

.h1_d422b8d70c54aba9,
h1,
.h2_4df93f2ae24b1e67,
h2,
.h3_5235feec01ffda9a,
h3,
.h4_52d0cf7faccf43c1,
h4,
.h5_da93583136e96816,
h5,
.h6_201659ad94f93d88,
h6 {
  font-weight: 500;
  color: #19352D;
}

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

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

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

p {
  line-height: 1.7em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box-layout_4b0a8be3bfd1db88 {
  margin: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p0_c199aa1dc388bf17 {
  padding: 0 !important;
}

.m0_0751fe57be767361 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1399px) {
  .xl-p0_c51d64ab6b8d7aa5 {
    padding: 0 !important;
  }
  .xl-m0_7c3f72762f9c46d7 {
    margin: 0 !important;
  }
  .xl-pt-10_37d4d97cfb24730d {
    padding-top: 10px !important;
  }
  .xl-pt-20_be85acded8246227 {
    padding-top: 20px !important;
  }
  .xl-pt-30_83e43419de6fa7d6 {
    padding-top: 30px !important;
  }
  .xl-pt-40_a72ad540bd84f15c {
    padding-top: 40px !important;
  }
  .xl-pt-50_d548f705cfff82e4 {
    padding-top: 50px !important;
  }
  .xl-pt-60_50cebbf2e1c92bc5 {
    padding-top: 60px !important;
  }
  .xl-pt-70_b6fe506c085de07b {
    padding-top: 70px !important;
  }
  .xl-pt-80_8f77c44624116829 {
    padding-top: 80px !important;
  }
  .xl-pt-90_58f7246c1692f105 {
    padding-top: 90px !important;
  }
  .xl-pt-100_62d6a0cb155bba3e {
    padding-top: 100px !important;
  }
  .xl-pt-110_f46acddeacb1b56a {
    padding-top: 110px !important;
  }
  .xl-pt-120_0c7f0f0be9e9c2a1 {
    padding-top: 120px !important;
  }
  .xl-pt-130_8be60a819b7ffb9d {
    padding-top: 130px !important;
  }
  .xl-pt-140_15f4accdaa93e2e4 {
    padding-top: 140px !important;
  }
  .xl-pt-150_cc977790e93893c8 {
    padding-top: 150px !important;
  }
  .xl-pt-200_de07aee55044fb81 {
    padding-top: 200px !important;
  }
  .xl-pb-10_53530b509fc8660b {
    padding-bottom: 10px !important;
  }
  .xl-pb-20_4ebeb73feac0963b {
    padding-bottom: 20px !important;
  }
  .xl-pb-30_de96c054c4b957f7 {
    padding-bottom: 30px !important;
  }
  .xl-pb-40_da6c2fe9b9466fe6 {
    padding-bottom: 40px !important;
  }
  .xl-pb-50_ea9777c101d189e6 {
    padding-bottom: 50px !important;
  }
  .xl-pb-60_a281a29d6d6425d3 {
    padding-bottom: 60px !important;
  }
  .xl-pb-70_38c67615837cc5b6 {
    padding-bottom: 70px !important;
  }
  .xl-pb-80_a8007dc837a88fd2 {
    padding-bottom: 80px !important;
  }
  .xl-pb-90_b1dc9ba73e7250e5 {
    padding-bottom: 90px !important;
  }
  .xl-pb-100_1ebf579953b082eb {
    padding-bottom: 100px !important;
  }
  .xl-pb-110_07d84bc8c0088786 {
    padding-bottom: 110px !important;
  }
  .xl-pb-120_668328696921599f {
    padding-bottom: 120px !important;
  }
  .xl-pb-130_7d604151c9faf3c1 {
    padding-bottom: 130px !important;
  }
  .xl-pb-140_2e3c8a8478152e51 {
    padding-bottom: 140px !important;
  }
  .xl-pb-150_7f5daa2d2f2f15ff {
    padding-bottom: 150px !important;
  }
  .xl-pb-200_5c4e8eda4402afce {
    padding-bottom: 200px !important;
  }
  .xl-mt-10_4895a7a378d93583 {
    margin-top: 10px !important;
  }
  .xl-mt-20_488cf4404e27273a {
    margin-top: 20px !important;
  }
  .xl-mt-30_a09213098105edf7 {
    margin-top: 30px !important;
  }
  .xl-mt-40_3b7db328602a3bbb {
    margin-top: 40px !important;
  }
  .xl-mt-50_40b1f55f3208d2de {
    margin-top: 50px !important;
  }
  .xl-mt-60_88238065212e6519 {
    margin-top: 60px !important;
  }
  .xl-mt-70_fc321d3294c2e9b5 {
    margin-top: 70px !important;
  }
  .xl-mt-80_c346c06856515ec6 {
    margin-top: 80px !important;
  }
  .xl-mt-90_562fa3b21063e71a {
    margin-top: 90px !important;
  }
  .xl-mt-100_6899a4207319e413 {
    margin-top: 100px !important;
  }
  .xl-mt-110_afb749212f29f8b5 {
    margin-top: 110px !important;
  }
  .xl-mt-120_26c65fe02f11f1b5 {
    margin-top: 120px !important;
  }
  .xl-mt-130_e5efa28c6c04ef01 {
    margin-top: 130px !important;
  }
  .xl-mt-140_5d0c90ccfe13e712 {
    margin-top: 140px !important;
  }
  .xl-mt-150_07f9dd84c5a68275 {
    margin-top: 150px !important;
  }
  .xl-mt-200_283200e6e60d9682 {
    margin-top: 200px !important;
  }
  .xl-mb-10_acf8eda687041e11 {
    margin-bottom: 10px !important;
  }
  .xl-mb-20_1f113314ee22f749 {
    margin-bottom: 20px !important;
  }
  .xl-mb-30_d7da2e74f8c2e516 {
    margin-bottom: 30px !important;
  }
  .xl-mb-40_3f68f6d293d630a0 {
    margin-bottom: 40px !important;
  }
  .xl-mb-50_d657375e72511a6e {
    margin-bottom: 50px !important;
  }
  .xl-mb-60_41f7c6e6a3f45ade {
    margin-bottom: 60px !important;
  }
  .xl-mb-70_7db690c833bcc4ed {
    margin-bottom: 70px !important;
  }
  .xl-mb-80_2f81965394835dca {
    margin-bottom: 80px !important;
  }
  .xl-mb-90_9c77e475692b2d66 {
    margin-bottom: 90px !important;
  }
  .xl-mb-100_62d84de4b025a0e1 {
    margin-bottom: 100px !important;
  }
  .xl-mb-110_f9597f50cff1e6cf {
    margin-bottom: 110px !important;
  }
  .xl-mb-120_812854d904706172 {
    margin-bottom: 120px !important;
  }
  .xl-mb-130_889fa8fd61a58d75 {
    margin-bottom: 130px !important;
  }
  .xl-mb-140_189c230aac7b31ba {
    margin-bottom: 140px !important;
  }
  .xl-mb-150_d970486ffdcde465 {
    margin-bottom: 150px !important;
  }
  .xl-mb-200_3d903fda233379db {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 1399px)*/
@media (max-width: 1199px) {
  .lg-p0_10d8114e0008af0a {
    padding: 0 !important;
  }
  .lg-m0_b60dddb396aafb6a {
    margin: 0 !important;
  }
  .lg-pt-10_4709fde061b9fe35 {
    padding-top: 10px !important;
  }
  .lg-pt-20_39d3a9e2217f46ba {
    padding-top: 20px !important;
  }
  .lg-pt-30_da5d2e62559e91f1 {
    padding-top: 30px !important;
  }
  .lg-pt-40_5ff08537fabdd1ad {
    padding-top: 40px !important;
  }
  .lg-pt-50_e8c940515c66e5ec {
    padding-top: 50px !important;
  }
  .lg-pt-60_e69c60d1cc138361 {
    padding-top: 60px !important;
  }
  .lg-pt-70_65b6d030ebcc7850 {
    padding-top: 70px !important;
  }
  .lg-pt-80_6589ea95222f22b8 {
    padding-top: 80px !important;
  }
  .lg-pt-90_cef08bb6894def5b {
    padding-top: 90px !important;
  }
  .lg-pt-100_a21b40201d92f2d9 {
    padding-top: 100px !important;
  }
  .lg-pt-110_ce65b0a16e7ac0e9 {
    padding-top: 110px !important;
  }
  .lg-pt-120_fdc531fde35d40a1 {
    padding-top: 120px !important;
  }
  .lg-pt-130_b857d3f525ec3a6b {
    padding-top: 130px !important;
  }
  .lg-pt-140_9986b3394f95e4ca {
    padding-top: 140px !important;
  }
  .lg-pt-150_b13a28f75c2226b7 {
    padding-top: 150px !important;
  }
  .lg-pt-200_d945ba9f3301056d {
    padding-top: 200px !important;
  }
  .lg-pb-10_d0c5244ff6c69f92 {
    padding-bottom: 10px !important;
  }
  .lg-pb-20_b0a6bf63885a7a0b {
    padding-bottom: 20px !important;
  }
  .lg-pb-30_8a42285546ad0b84 {
    padding-bottom: 30px !important;
  }
  .lg-pb-40_70769534d430e2e9 {
    padding-bottom: 40px !important;
  }
  .lg-pb-50_598b9cc61d9e3d9f {
    padding-bottom: 50px !important;
  }
  .lg-pb-60_745d3ded32bc56d9 {
    padding-bottom: 60px !important;
  }
  .lg-pb-70_1990b4fa2c193d57 {
    padding-bottom: 70px !important;
  }
  .lg-pb-80_8d61217f2276dc36 {
    padding-bottom: 80px !important;
  }
  .lg-pb-90_83514576623f1b3e {
    padding-bottom: 90px !important;
  }
  .lg-pb-100_b45cfbb0496581a6 {
    padding-bottom: 100px !important;
  }
  .lg-pb-110_1ccd114ea17280e8 {
    padding-bottom: 110px !important;
  }
  .lg-pb-120_654c95dfff634012 {
    padding-bottom: 120px !important;
  }
  .lg-pb-130_e14423dcffc51572 {
    padding-bottom: 130px !important;
  }
  .lg-pb-140_fa3f781067f9ae13 {
    padding-bottom: 140px !important;
  }
  .lg-pb-150_4090499ad33fccbd {
    padding-bottom: 150px !important;
  }
  .lg-pb-200_6e009ed127641146 {
    padding-bottom: 200px !important;
  }
  .lg-mt-10_5c5e963d23f33a8a {
    margin-top: 10px !important;
  }
  .lg-mt-20_c72abc9b1c86526f {
    margin-top: 20px !important;
  }
  .lg-mt-30_912f446171c5f4f3 {
    margin-top: 30px !important;
  }
  .lg-mt-40_018d4a960a7d5d1a {
    margin-top: 40px !important;
  }
  .lg-mt-50_d56ada8ee2b59add {
    margin-top: 50px !important;
  }
  .lg-mt-60_15d1d886e935b6a0 {
    margin-top: 60px !important;
  }
  .lg-mt-70_e1d7c4797147bb8f {
    margin-top: 70px !important;
  }
  .lg-mt-80_2c2f43d8e1cceed7 {
    margin-top: 80px !important;
  }
  .lg-mt-90_3ebe2a55ec8f3994 {
    margin-top: 90px !important;
  }
  .lg-mt-100_3c7993ec90cf7dc8 {
    margin-top: 100px !important;
  }
  .lg-mt-110_48dd01613e7f7045 {
    margin-top: 110px !important;
  }
  .lg-mt-120_fbb51a52821db91f {
    margin-top: 120px !important;
  }
  .lg-mt-130_59cd4c35e43d258a {
    margin-top: 130px !important;
  }
  .lg-mt-140_48e0d2d308da5b32 {
    margin-top: 140px !important;
  }
  .lg-mt-150_b7d7d513cc14dbf1 {
    margin-top: 150px !important;
  }
  .lg-mt-200_8daea54ad771ba69 {
    margin-top: 200px !important;
  }
  .lg-mb-10_3bf8bad13dd032ef {
    margin-bottom: 10px !important;
  }
  .lg-mb-20_be50be00d58dd4f2 {
    margin-bottom: 20px !important;
  }
  .lg-mb-30_db354ff7cf05baaf {
    margin-bottom: 30px !important;
  }
  .lg-mb-40_fe05e7302c72f1c3 {
    margin-bottom: 40px !important;
  }
  .lg-mb-50_9074ddc0b135549c {
    margin-bottom: 50px !important;
  }
  .lg-mb-60_0d22b038ee579bb6 {
    margin-bottom: 60px !important;
  }
  .lg-mb-70_726de0a498c8de5a {
    margin-bottom: 70px !important;
  }
  .lg-mb-80_1005f6c2a2cac2e6 {
    margin-bottom: 80px !important;
  }
  .lg-mb-90_52b13cb29477f90d {
    margin-bottom: 90px !important;
  }
  .lg-mb-100_e7a5f32fb018718b {
    margin-bottom: 100px !important;
  }
  .lg-mb-110_1b39ee52a88ff39b {
    margin-bottom: 110px !important;
  }
  .lg-mb-120_dce5d7fdb699547f {
    margin-bottom: 120px !important;
  }
  .lg-mb-130_6fdec2d243cfffed {
    margin-bottom: 130px !important;
  }
  .lg-mb-140_37a9cd02fafc4cb3 {
    margin-bottom: 140px !important;
  }
  .lg-mb-150_838bc0d6a7db4a74 {
    margin-bottom: 150px !important;
  }
  .lg-mb-200_592d4a198a164c2d {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 1199px)*/
@media (max-width: 991px) {
  .md-p0_1113d5804eec9f54 {
    padding: 0 !important;
  }
  .md-m0_379f75736fe0b15f {
    margin: 0 !important;
  }
  .md-pt-10_4cb0ca66415708d5 {
    padding-top: 10px !important;
  }
  .md-pt-20_e46fbc486e76a1f7 {
    padding-top: 20px !important;
  }
  .md-pt-30_185dd3afda12748c {
    padding-top: 30px !important;
  }
  .md-pt-40_34942b3b07a73b73 {
    padding-top: 40px !important;
  }
  .md-pt-50_60378dfff36fcb4c {
    padding-top: 50px !important;
  }
  .md-pt-60_f4e979d0256a3242 {
    padding-top: 60px !important;
  }
  .md-pt-70_bed93bd18f96e56c {
    padding-top: 70px !important;
  }
  .md-pt-80_571154f75da2b5f4 {
    padding-top: 80px !important;
  }
  .md-pt-90_08a0696aad80648b {
    padding-top: 90px !important;
  }
  .md-pt-100_f683b69e4aab97c4 {
    padding-top: 100px !important;
  }
  .md-pt-110_056c8c3c7f343ee5 {
    padding-top: 110px !important;
  }
  .md-pt-120_400a0a3c588cdbea {
    padding-top: 120px !important;
  }
  .md-pt-130_f1a6a7a2d19fa72e {
    padding-top: 130px !important;
  }
  .md-pt-140_560e39225e152141 {
    padding-top: 140px !important;
  }
  .md-pt-150_5cd91d8c2691a5df {
    padding-top: 150px !important;
  }
  .md-pt-200_de339ecc2054d89b {
    padding-top: 200px !important;
  }
  .md-pb-10_fcb8be730aa72077 {
    padding-bottom: 10px !important;
  }
  .md-pb-20_cb6deeb98c045743 {
    padding-bottom: 20px !important;
  }
  .md-pb-30_60c2d6ac50ee1557 {
    padding-bottom: 30px !important;
  }
  .md-pb-40_3061af0fcffaae27 {
    padding-bottom: 40px !important;
  }
  .md-pb-50_3024a2c5ade3a635 {
    padding-bottom: 50px !important;
  }
  .md-pb-60_03d3eacb4348fb4c {
    padding-bottom: 60px !important;
  }
  .md-pb-70_d78d39a6b648744b {
    padding-bottom: 70px !important;
  }
  .md-pb-80_2d07c7759468a8a4 {
    padding-bottom: 80px !important;
  }
  .md-pb-90_aaf5ff450c561d30 {
    padding-bottom: 90px !important;
  }
  .md-pb-100_43c6879a11a1d672 {
    padding-bottom: 100px !important;
  }
  .md-pb-110_16fb734ee8cc21fb {
    padding-bottom: 110px !important;
  }
  .md-pb-120_7dae1e71c064e1ab {
    padding-bottom: 120px !important;
  }
  .md-pb-130_d55c5db531a8d584 {
    padding-bottom: 130px !important;
  }
  .md-pb-140_e6172e63f43e3c72 {
    padding-bottom: 140px !important;
  }
  .md-pb-150_d6b5a6bb58f519ca {
    padding-bottom: 150px !important;
  }
  .md-pb-200_f0d5ecb9ac1be201 {
    padding-bottom: 200px !important;
  }
  .md-mt-10_1918f7dd66d13030 {
    margin-top: 10px !important;
  }
  .md-mt-20_7ed2ff6760115d36 {
    margin-top: 20px !important;
  }
  .md-mt-30_cef9d086e879a5f4 {
    margin-top: 30px !important;
  }
  .md-mt-40_6af2db33e7fd5af2 {
    margin-top: 40px !important;
  }
  .md-mt-50_fde241a9f6a133e2 {
    margin-top: 50px !important;
  }
  .md-mt-60_e67ecdaab2b17633 {
    margin-top: 60px !important;
  }
  .md-mt-70_85db1cb9aa68a080 {
    margin-top: 70px !important;
  }
  .md-mt-80_c6e2a0311b2972f1 {
    margin-top: 80px !important;
  }
  .md-mt-90_3930b0b43ad7dbab {
    margin-top: 90px !important;
  }
  .md-mt-100_f7e328efd5e3de78 {
    margin-top: 100px !important;
  }
  .md-mt-110_dacd7ceb4aaf315d {
    margin-top: 110px !important;
  }
  .md-mt-120_1e5e0a68eae584dd {
    margin-top: 120px !important;
  }
  .md-mt-130_5bb9bf6392ab0b7a {
    margin-top: 130px !important;
  }
  .md-mt-140_141f3e36a7a69b4e {
    margin-top: 140px !important;
  }
  .md-mt-150_bdeb66ca6f3287d4 {
    margin-top: 150px !important;
  }
  .md-mt-200_b07fc9c0b43c0188 {
    margin-top: 200px !important;
  }
  .md-mb-10_2e6218cf692020dd {
    margin-bottom: 10px !important;
  }
  .md-mb-20_89c7c2e396fe5b4d {
    margin-bottom: 20px !important;
  }
  .md-mb-30_f301d533f6888ab4 {
    margin-bottom: 30px !important;
  }
  .md-mb-40_42deeff33c7704be {
    margin-bottom: 40px !important;
  }
  .md-mb-50_f5840900f8469003 {
    margin-bottom: 50px !important;
  }
  .md-mb-60_af3a3e0f07db44f8 {
    margin-bottom: 60px !important;
  }
  .md-mb-70_da3edd12325520a2 {
    margin-bottom: 70px !important;
  }
  .md-mb-80_302cf232be4e3be8 {
    margin-bottom: 80px !important;
  }
  .md-mb-90_caefb0bf42380fe0 {
    margin-bottom: 90px !important;
  }
  .md-mb-100_f97b6eff1d24275f {
    margin-bottom: 100px !important;
  }
  .md-mb-110_e2a5953569b129bf {
    margin-bottom: 110px !important;
  }
  .md-mb-120_034c61171fb3e00c {
    margin-bottom: 120px !important;
  }
  .md-mb-130_71163910f220d867 {
    margin-bottom: 130px !important;
  }
  .md-mb-140_f797e4c385960019 {
    margin-bottom: 140px !important;
  }
  .md-mb-150_c81fde7bace07dec {
    margin-bottom: 150px !important;
  }
  .md-mb-200_853be899a23b0d63 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 991px)*/
@media (max-width: 767px) {
  .sm-p0_8b07e8758f0e39d3 {
    padding: 0 !important;
  }
  .sm-m0_6c92b01992a89d8e {
    margin: 0 !important;
  }
  .sm-pt-10_55f4b3d93734346d {
    padding-top: 10px !important;
  }
  .sm-pt-20_2eed6f8b4bb5ef85 {
    padding-top: 20px !important;
  }
  .sm-pt-30_e7018d192879c88a {
    padding-top: 30px !important;
  }
  .sm-pt-40_77d441f0757923e1 {
    padding-top: 40px !important;
  }
  .sm-pt-50_4319dcc77c8a37a1 {
    padding-top: 50px !important;
  }
  .sm-pt-60_9e2dff30158808d0 {
    padding-top: 60px !important;
  }
  .sm-pt-70_00fdefe768bc25e5 {
    padding-top: 70px !important;
  }
  .sm-pt-80_b0cdb8b65cd138dc {
    padding-top: 80px !important;
  }
  .sm-pt-90_a4b5389047ac246d {
    padding-top: 90px !important;
  }
  .sm-pt-100_26efc601df8c2661 {
    padding-top: 100px !important;
  }
  .sm-pt-110_416a93d183bb95dd {
    padding-top: 110px !important;
  }
  .sm-pt-120_8169bbc2780b5819 {
    padding-top: 120px !important;
  }
  .sm-pt-130_d5633384bf724f15 {
    padding-top: 130px !important;
  }
  .sm-pt-140_d1d470986d252f0c {
    padding-top: 140px !important;
  }
  .sm-pt-150_ee5f8c7b1f5fad53 {
    padding-top: 150px !important;
  }
  .sm-pt-200_78eabfef9ae215a6 {
    padding-top: 200px !important;
  }
  .sm-pb-10_c3932ba64a46e8ff {
    padding-bottom: 10px !important;
  }
  .sm-pb-20_843d64ce8f568cd0 {
    padding-bottom: 20px !important;
  }
  .sm-pb-30_6ea5e4f4ecba3bd4 {
    padding-bottom: 30px !important;
  }
  .sm-pb-40_dcd9a5c120a846bc {
    padding-bottom: 40px !important;
  }
  .sm-pb-50_559f9a4c14da4d75 {
    padding-bottom: 50px !important;
  }
  .sm-pb-60_10a7ba24e0717dfb {
    padding-bottom: 60px !important;
  }
  .sm-pb-70_178180e73c2a845c {
    padding-bottom: 70px !important;
  }
  .sm-pb-80_86f6db05106216c5 {
    padding-bottom: 80px !important;
  }
  .sm-pb-90_c5ee2c0fe0ba8626 {
    padding-bottom: 90px !important;
  }
  .sm-pb-100_99f22eaaad018789 {
    padding-bottom: 100px !important;
  }
  .sm-pb-110_59fc7a488cf57947 {
    padding-bottom: 110px !important;
  }
  .sm-pb-120_7183ecd65792a07b {
    padding-bottom: 120px !important;
  }
  .sm-pb-130_b831acf4f0b3db80 {
    padding-bottom: 130px !important;
  }
  .sm-pb-140_7188dbbfa0ac3462 {
    padding-bottom: 140px !important;
  }
  .sm-pb-150_4e69e93aaee2d65d {
    padding-bottom: 150px !important;
  }
  .sm-pb-200_87961ea32244aba1 {
    padding-bottom: 200px !important;
  }
  .sm-mt-10_f926459c80b74b96 {
    margin-top: 10px !important;
  }
  .sm-mt-20_b6befc6766c3a38a {
    margin-top: 20px !important;
  }
  .sm-mt-30_98f469469e1b9d8b {
    margin-top: 30px !important;
  }
  .sm-mt-40_b983ee426179f3c0 {
    margin-top: 40px !important;
  }
  .sm-mt-50_6312d382d6ae249a {
    margin-top: 50px !important;
  }
  .sm-mt-60_c354e6930b4005a9 {
    margin-top: 60px !important;
  }
  .sm-mt-70_cc6f976e1475081a {
    margin-top: 70px !important;
  }
  .sm-mt-80_a1cfe33e32cdb5fa {
    margin-top: 80px !important;
  }
  .sm-mt-90_cab251c87b010e65 {
    margin-top: 90px !important;
  }
  .sm-mt-100_30c31a310099dec0 {
    margin-top: 100px !important;
  }
  .sm-mt-110_20cba86f9eb8d4d0 {
    margin-top: 110px !important;
  }
  .sm-mt-120_3ab31d2ed8e66453 {
    margin-top: 120px !important;
  }
  .sm-mt-130_7c0e1907f53d521e {
    margin-top: 130px !important;
  }
  .sm-mt-140_b68fdff2c86b34c2 {
    margin-top: 140px !important;
  }
  .sm-mt-150_c5502c553dfb485e {
    margin-top: 150px !important;
  }
  .sm-mt-200_3d9f57191657cdba {
    margin-top: 200px !important;
  }
  .sm-mb-10_d2be4a2eb39fc800 {
    margin-bottom: 10px !important;
  }
  .sm-mb-20_0b0f1122c2bb3d73 {
    margin-bottom: 20px !important;
  }
  .sm-mb-30_35b94c7c83487321 {
    margin-bottom: 30px !important;
  }
  .sm-mb-40_75c723c0a6de3aaf {
    margin-bottom: 40px !important;
  }
  .sm-mb-50_611d68c0d75879a6 {
    margin-bottom: 50px !important;
  }
  .sm-mb-60_f42ac516ee6a379c {
    margin-bottom: 60px !important;
  }
  .sm-mb-70_59d75c2c89c9cccd {
    margin-bottom: 70px !important;
  }
  .sm-mb-80_9dfe21288faa6649 {
    margin-bottom: 80px !important;
  }
  .sm-mb-90_e39f05ba9c034d6b {
    margin-bottom: 90px !important;
  }
  .sm-mb-100_fc32ee03ecbb92e9 {
    margin-bottom: 100px !important;
  }
  .sm-mb-110_8d263ca0defee097 {
    margin-bottom: 110px !important;
  }
  .sm-mb-120_235245e6cafd5c1d {
    margin-bottom: 120px !important;
  }
  .sm-mb-130_d472174bd241d49c {
    margin-bottom: 130px !important;
  }
  .sm-mb-140_9d0dbbb97ec40325 {
    margin-bottom: 140px !important;
  }
  .sm-mb-150_93e45b040edff3a0 {
    margin-bottom: 150px !important;
  }
  .sm-mb-200_b8f1be089ed31796 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 767px)*/
@media (max-width: 575px) {
  .xs-p0_fee5f5a5cc0fc13a {
    padding: 0 !important;
  }
  .xs-m0_7a9d1ae3269e00cb {
    margin: 0 !important;
  }
  .xs-pt-10_0814fcc0dcca19dc {
    padding-top: 10px !important;
  }
  .xs-pt-20_b4cbc6711023e6cb {
    padding-top: 20px !important;
  }
  .xs-pt-30_bd8f8aaddf4f0b9e {
    padding-top: 30px !important;
  }
  .xs-pt-40_dea7092e0d8a3231 {
    padding-top: 40px !important;
  }
  .xs-pt-50_a86717b000403c64 {
    padding-top: 50px !important;
  }
  .xs-pt-60_d244af6e61b8c857 {
    padding-top: 60px !important;
  }
  .xs-pt-70_14b965e486d49f06 {
    padding-top: 70px !important;
  }
  .xs-pt-80_04176b27ac44b6f0 {
    padding-top: 80px !important;
  }
  .xs-pt-90_22e1718c474bd1cb {
    padding-top: 90px !important;
  }
  .xs-pt-100_8b6ac8b8f9a4328b {
    padding-top: 100px !important;
  }
  .xs-pt-110_324abc9347f32095 {
    padding-top: 110px !important;
  }
  .xs-pt-120_7d2b670ccd28a061 {
    padding-top: 120px !important;
  }
  .xs-pt-130_d63c0ebfbb4e5ab0 {
    padding-top: 130px !important;
  }
  .xs-pt-140_c684eb12aef36c62 {
    padding-top: 140px !important;
  }
  .xs-pt-150_7c8304412c5e6417 {
    padding-top: 150px !important;
  }
  .xs-pt-200_4fd9377541f9f23f {
    padding-top: 200px !important;
  }
  .xs-pb-10_19e07e258261fd53 {
    padding-bottom: 10px !important;
  }
  .xs-pb-20_31b1821367661d7d {
    padding-bottom: 20px !important;
  }
  .xs-pb-30_119efd09c7720ccd {
    padding-bottom: 30px !important;
  }
  .xs-pb-40_2ad50ff9b88440ff {
    padding-bottom: 40px !important;
  }
  .xs-pb-50_cd5a55faf8d5829b {
    padding-bottom: 50px !important;
  }
  .xs-pb-60_ee8a5cb9557a6016 {
    padding-bottom: 60px !important;
  }
  .xs-pb-70_717a1fb14caca22c {
    padding-bottom: 70px !important;
  }
  .xs-pb-80_d50bd1b03254cd31 {
    padding-bottom: 80px !important;
  }
  .xs-pb-90_d6a242bcbc4416ec {
    padding-bottom: 90px !important;
  }
  .xs-pb-100_4832af8385af19d9 {
    padding-bottom: 100px !important;
  }
  .xs-pb-110_cbe65b11cae22651 {
    padding-bottom: 110px !important;
  }
  .xs-pb-120_6d1bacb5f5eb4091 {
    padding-bottom: 120px !important;
  }
  .xs-pb-130_0e4ab7d7d062d7c3 {
    padding-bottom: 130px !important;
  }
  .xs-pb-140_e94a011a58d656c6 {
    padding-bottom: 140px !important;
  }
  .xs-pb-150_ccd8a57e3693004c {
    padding-bottom: 150px !important;
  }
  .xs-pb-200_3a886f4805d796cf {
    padding-bottom: 200px !important;
  }
  .xs-mt-10_18a4123a49e88432 {
    margin-top: 10px !important;
  }
  .xs-mt-20_5b1fe6ac3647907c {
    margin-top: 20px !important;
  }
  .xs-mt-30_5061ceb36b2d0266 {
    margin-top: 30px !important;
  }
  .xs-mt-40_c7ef93a6dea94403 {
    margin-top: 40px !important;
  }
  .xs-mt-50_4db8080f7afbf293 {
    margin-top: 50px !important;
  }
  .xs-mt-60_02805ac2494dee71 {
    margin-top: 60px !important;
  }
  .xs-mt-70_b365cbe926f991d7 {
    margin-top: 70px !important;
  }
  .xs-mt-80_9ae5b44fcc500b5c {
    margin-top: 80px !important;
  }
  .xs-mt-90_22585a9ef1572a6d {
    margin-top: 90px !important;
  }
  .xs-mt-100_82844fadc2e6dd32 {
    margin-top: 100px !important;
  }
  .xs-mt-110_b0f4fa059dec5216 {
    margin-top: 110px !important;
  }
  .xs-mt-120_c499f8cebac1795d {
    margin-top: 120px !important;
  }
  .xs-mt-130_ca487e1f10fa7783 {
    margin-top: 130px !important;
  }
  .xs-mt-140_6456f7041d065703 {
    margin-top: 140px !important;
  }
  .xs-mt-150_f374a8ac43167ee5 {
    margin-top: 150px !important;
  }
  .xs-mt-200_4782561bad98a23b {
    margin-top: 200px !important;
  }
  .xs-mb-10_c113eadf7606c24f {
    margin-bottom: 10px !important;
  }
  .xs-mb-20_d0679bde30ca4734 {
    margin-bottom: 20px !important;
  }
  .xs-mb-30_124378b11d535978 {
    margin-bottom: 30px !important;
  }
  .xs-mb-40_6952ec05ac42c6eb {
    margin-bottom: 40px !important;
  }
  .xs-mb-50_9760401b2edb8548 {
    margin-bottom: 50px !important;
  }
  .xs-mb-60_8c483f7e1bcd1185 {
    margin-bottom: 60px !important;
  }
  .xs-mb-70_ed58c631fa56bc2e {
    margin-bottom: 70px !important;
  }
  .xs-mb-80_25bf9412ce85948c {
    margin-bottom: 80px !important;
  }
  .xs-mb-90_5d9b912eff20d693 {
    margin-bottom: 90px !important;
  }
  .xs-mb-100_7aedca4c00dcb436 {
    margin-bottom: 100px !important;
  }
  .xs-mb-110_3b4b30a92095e820 {
    margin-bottom: 110px !important;
  }
  .xs-mb-120_815e6c9a81864319 {
    margin-bottom: 120px !important;
  }
  .xs-mb-130_04e3ee61b86f5da7 {
    margin-bottom: 130px !important;
  }
  .xs-mb-140_75b959e696d3974e {
    margin-bottom: 140px !important;
  }
  .xs-mb-150_13293b96b3cee69c {
    margin-bottom: 150px !important;
  }
  .xs-mb-200_7d63908ffa420113 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 575px)*/
.theme-main-menu_5d9bab00ac199d3f {
  background: #fff;
  position: relative;
  z-index: 999;
  padding: 18px 40px;
  transition: all 0.4s ease-in-out 0s;
}
.theme-main-menu_5d9bab00ac199d3f.menu-overlay_820dc536af6a6e54 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: transparent;
}
.theme-main-menu_5d9bab00ac199d3f.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_5d9bab00ac199d3f .navbar-toggler_a4eebf02033d8602 {
  width: 48px;
  height: 44px;
  padding: 0;
  box-shadow: none;
  position: relative;
  z-index: 99;
  border: none;
  background: #CFFF45;
}
.theme-main-menu_5d9bab00ac199d3f.menu-style-three_c84fc84908049d15 .navbar-toggler_a4eebf02033d8602 {
  background: #000;
}
.theme-main-menu_5d9bab00ac199d3f.menu-style-four_fe330f0b7c787397 .navbar-toggler_a4eebf02033d8602 {
  background: #E6FD5A;
}
.theme-main-menu_5d9bab00ac199d3f.menu-style-five_24329af1d05be926 .navbar-toggler_a4eebf02033d8602 {
  background: #DFFF5E;
}
.theme-main-menu_5d9bab00ac199d3f .navbar-toggler_a4eebf02033d8602:focus {
  box-shadow: none;
}
.theme-main-menu_5d9bab00ac199d3f .navbar-toggler_a4eebf02033d8602::before,
.theme-main-menu_5d9bab00ac199d3f .navbar-toggler_a4eebf02033d8602::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_5d9bab00ac199d3f .navbar-toggler_a4eebf02033d8602 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_5d9bab00ac199d3f.menu-style-three_c84fc84908049d15 .navbar-toggler_a4eebf02033d8602:before, .theme-main-menu_5d9bab00ac199d3f.menu-style-three_c84fc84908049d15 .navbar-toggler_a4eebf02033d8602:after, .theme-main-menu_5d9bab00ac199d3f.menu-style-three_c84fc84908049d15 .navbar-toggler_a4eebf02033d8602 span {
  background: #fff;
}
.theme-main-menu_5d9bab00ac199d3f .navbar-toggler_a4eebf02033d8602::before {
  transform: translate3d(0, -9px, 0) scale3d(1, 1, 1);
}
.theme-main-menu_5d9bab00ac199d3f .navbar-toggler_a4eebf02033d8602::after {
  transform: translate3d(0, 8px, 0) scale3d(1, 1, 1);
}
.theme-main-menu_5d9bab00ac199d3f .navbar-toggler_a4eebf02033d8602[aria-expanded=true] span {
  opacity: 0;
}
.theme-main-menu_5d9bab00ac199d3f .navbar-toggler_a4eebf02033d8602[aria-expanded=true]::before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.theme-main-menu_5d9bab00ac199d3f .navbar-toggler_a4eebf02033d8602[aria-expanded=true]::after {
  transform: rotate3d(0, 0, 1, -45deg);
}
.theme-main-menu_5d9bab00ac199d3f .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_5d9bab00ac199d3f .nav-item:hover .nav-link {
  color: #0C3A30;
}
.theme-main-menu_5d9bab00ac199d3f.white-vr_679ff9857e3908f4 .nav-item .nav-link {
  color: #fff;
}
.theme-main-menu_5d9bab00ac199d3f.white-vr_679ff9857e3908f4 .nav-item:hover .nav-link {
  color: #CFFF45;
}
.theme-main-menu_5d9bab00ac199d3f.white-vr_679ff9857e3908f4.fixed {
  background: #0C3A30;
  border: none;
}
.theme-main-menu_5d9bab00ac199d3f.menu-style-one_bca52698f2aa27e4 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.theme-main-menu_5d9bab00ac199d3f.menu-style-two_12fc78a41c163768 {
  padding: 0;
  background: #EDF1EE;
}
.theme-main-menu_5d9bab00ac199d3f.menu-style-two_12fc78a41c163768 .info-row_2d0eec23231ddcc9 {
  padding-top: 12px;
  padding-bottom: 12px;
  overflow: hidden;
}
.theme-main-menu_5d9bab00ac199d3f.menu-style-two_12fc78a41c163768 .gap-fix_ad62196fb35b7499 {
  padding-left: 40px;
  padding-right: 40px;
}
.theme-main-menu_5d9bab00ac199d3f.menu-style-two_12fc78a41c163768 .greetings_21939f1f38cb62cb {
  font-size: 18px;
  color: #19352D;
}
.theme-main-menu_5d9bab00ac199d3f.menu-style-two_12fc78a41c163768 .contact-info_d7fe26904859543e {
  margin: 0 -15px;
}
.theme-main-menu_5d9bab00ac199d3f.menu-style-two_12fc78a41c163768 .contact-info_d7fe26904859543e li {
  padding: 0 15px;
}
.theme-main-menu_5d9bab00ac199d3f.menu-style-two_12fc78a41c163768 .contact-info_d7fe26904859543e li a {
  font-size: 18px;
  color: #19352D;
}
.theme-main-menu_5d9bab00ac199d3f.menu-style-two_12fc78a41c163768 .contact-info_d7fe26904859543e li a:hover {
  text-decoration: underline;
}
.theme-main-menu_5d9bab00ac199d3f.menu-style-two_12fc78a41c163768 .inner-content_e3a2dc6ffd235705 {
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
.theme-main-menu_5d9bab00ac199d3f.menu-style-two_12fc78a41c163768.fixed .info-row_2d0eec23231ddcc9 {
  display: none;
}
.theme-main-menu_5d9bab00ac199d3f.menu-style-five_24329af1d05be926 {
  background: #000;
  padding: 0;
}
.theme-main-menu_5d9bab00ac199d3f.menu-style-five_24329af1d05be926 .inner-content_e3a2dc6ffd235705 {
  background: #fff;
  border-radius: 30px;
  padding: 18px 40px;
}
.theme-main-menu_5d9bab00ac199d3f.menu-style-six_1bffa9d5fccc7b8d .nav-item .nav-link {
  color: #044F3B;
}
.theme-main-menu_5d9bab00ac199d3f.menu-style-six_1bffa9d5fccc7b8d .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_5d9bab00ac199d3f .navbar {
  position: static;
}

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

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

.navbar [class*=mega-dropdown] .menu-column_6278337dd86be9a4 {
  padding: 5px 0;
}
.navbar [class*=mega-dropdown] .menu-column_6278337dd86be9a4 .mega-menu-title_6afebf9d3098389f {
  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_5d9bab00ac199d3f .login-btn-one_51b109914fd7737c a {
  color: #000;
}
.theme-main-menu_5d9bab00ac199d3f .login-btn-one_51b109914fd7737c a:hover {
  text-decoration: underline;
}
.theme-main-menu_5d9bab00ac199d3f .login-btn-two_be29c647af9c98d9 a {
  color: #044F3B;
}
.theme-main-menu_5d9bab00ac199d3f .login-btn-two_be29c647af9c98d9 a:hover {
  text-decoration: underline;
}
.theme-main-menu_5d9bab00ac199d3f .signup-btn-one_c429b8041274834c 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_5d9bab00ac199d3f .signup-btn-one_c429b8041274834c .icon_8326013fc6eb1737 {
  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_5d9bab00ac199d3f .signup-btn-one_c429b8041274834c:hover span {
  background: #29594B;
  color: #fff;
}
.theme-main-menu_5d9bab00ac199d3f .signup-btn-one_c429b8041274834c:hover .icon_8326013fc6eb1737 {
  background: #CFFF45;
  color: #29594B;
}
.theme-main-menu_5d9bab00ac199d3f .signup-btn-two_0994ab1c374908cb {
  color: #044F3B;
  line-height: 50px;
  border: 1px solid #044F3B;
  border-radius: 40px;
  background: #CFFF45;
  padding: 0 32px;
  text-align: center;
}
.theme-main-menu_5d9bab00ac199d3f .signup-btn-two_0994ab1c374908cb:hover {
  background: #29594B;
  color: #fff;
}
.theme-main-menu_5d9bab00ac199d3f .quote-one_ceba47a293f990a1 {
  line-height: 48px;
  color: #fff;
  font-size: 18px;
  padding: 0 26px;
  border: 1px solid #fff;
  border-radius: 40px;
}
.theme-main-menu_5d9bab00ac199d3f .quote-one_ceba47a293f990a1:hover {
  background: #CFFF45;
  color: #19352D;
}

.category-menu_5816049970903624 {
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  padding: 0 40px;
}
.category-menu_5816049970903624 li {
  position: relative;
  padding: 0 15px;
}
.category-menu_5816049970903624 li a {
  font-size: 15px;
  font-weight: 500;
  color: #536159;
  padding: 13px 0;
  transition: all 0.2s ease-in-out 0s;
}
.category-menu_5816049970903624 li a:hover {
  color: #0C3A30;
}
.category-menu_5816049970903624 .dropdown-menu {
  padding: 0;
}
.category-menu_5816049970903624 .dropdown-menu li {
  padding: 0;
}
.category-menu_5816049970903624 .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_cdf83fc2e5909574 .logo_56dc1d624f31d485 {
    margin-bottom: 10vh;
    padding-left: 12px;
  }
  .white-vr_679ff9857e3908f4 .navbar-collapse_cdf83fc2e5909574 {
    background-color: #0C3A30;
  }
  .navbar-collapse_cdf83fc2e5909574 {
    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_cdf83fc2e5909574.show {
    transform: translateX(0);
    box-shadow: 15px 0 25px rgba(35, 35, 35, 0.09);
  }
  .theme-main-menu_5d9bab00ac199d3f .navbar .mega-dropdown_d47f4634320c6c2f {
    position: relative;
  }
  .navbar .navbar-nav .nav-link {
    margin: 0;
    padding: 15px 12px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
  }
  .white-vr_679ff9857e3908f4 .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_6278337dd86be9a4 {
    padding: 0;
  }
  .navbar .dropdown-toggle::after {
    position: absolute;
    right: 15px;
    top: calc(50% - 2px);
  }
  .dashboard-menu_b6a11c3b050c23dc .nav-link::before {
    right: auto;
    left: 0;
    top: -2px;
  }
}
/*(max-width: 991px)*/
.hero-banner-one_6dab5adc2c2deb03 {
  background: #29594B;
  z-index: 9;
}
.hero-banner-one_6dab5adc2c2deb03::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_6dab5adc2c2deb03 .hero-slider-one {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.hero-banner-one_6dab5adc2c2deb03 .hero-slider-one .hero-img_a927f6490f16e67d {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-banner-one_6dab5adc2c2deb03 .hero-slider-one .slick-list_3fe9626ed6de67e0, .hero-banner-one_6dab5adc2c2deb03 .hero-slider-one .slick-track_51d1fa5f73a3dce5, .hero-banner-one_6dab5adc2c2deb03 .hero-slider-one .item {
  height: 100%;
}
.hero-banner-one_6dab5adc2c2deb03 .hero-heading_9315804cf691221c {
  font-weight: 700;
  color: #000;
  background: url(../gallery/shape_2086e7ac0f/shape_01.svg) no-repeat left top;
  background-size: cover;
  padding: 11px 31px 25px 25px;
}
.hero-banner-one_6dab5adc2c2deb03 .more-btn_754c62f77318dbd9 {
  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_6dab5adc2c2deb03 .more-btn_754c62f77318dbd9:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #19352D;
}

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

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

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

.hero-banner-five_e806eac00aa1fbb3 {
  background: #000;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.hero-banner-five_e806eac00aa1fbb3 .bg-wrapper_6d78eaaae73298c1 {
  background: #fff;
  border-radius: 30px;
  z-index: 1;
}
.hero-banner-five_e806eac00aa1fbb3 .hero-heading_9315804cf691221c {
  font-size: 85px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.176em;
  color: #000;
}
.hero-banner-five_e806eac00aa1fbb3 .rating_aae850015820fe09 h3 {
  font-size: 42px;
  margin-bottom: 0px;
}
.hero-banner-five_e806eac00aa1fbb3 .rating_aae850015820fe09 p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.hero-banner-five_e806eac00aa1fbb3 .media-wrapper_db70987b662a2c73 {
  position: absolute;
  background: url(../gallery/assets_8bd6fc0177/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_e806eac00aa1fbb3 .media-wrapper_db70987b662a2c73 .shape_01_340e488918856285 {
  right: 0;
  bottom: 14%;
  width: 41.1%;
  z-index: 1;
}
.hero-banner-five_e806eac00aa1fbb3 .media-wrapper_db70987b662a2c73 .shape_02_6fb5c7572a9d3601 {
  top: 34%;
  left: 0;
  transform: translateX(-50%);
  width: 19.34%;
}

.hero-banner-six_c28edb11fe2841b8 .hero-heading_9315804cf691221c {
  font-size: 100px;
  line-height: 1.05em;
  color: #044F3B;
}
.hero-banner-six_c28edb11fe2841b8 .media-wrapper_db70987b662a2c73 {
  background: url(../gallery/media/img_48.jpg) no-repeat center;
  background-size: cover;
  border-radius: 20px;
  max-width: 536px;
  width: 100%;
  height: 100%;
}
.hero-banner-six_c28edb11fe2841b8 .media-wrapper_db70987b662a2c73 .screen_01_b3bba38b68f877fd {
  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_c28edb11fe2841b8 .media-wrapper_db70987b662a2c73 .screen_02_a89e9d2544a61276 {
  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_c28edb11fe2841b8 .media-wrapper_db70987b662a2c73 .bg-shape_9ff281374430bb2c {
  max-width: 130%;
  left: 47%;
  bottom: -12%;
  transform: translateX(-50%);
}
.hero-banner-six_c28edb11fe2841b8 .shape_01_340e488918856285 {
  bottom: 9%;
  left: 40%;
  width: 6.53%;
}

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

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

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

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

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

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

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

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

.fancy-banner-eight_9ff136a965f0cae3 .bg-wrapper_6d78eaaae73298c1 {
  background: #F3F8F7;
  padding: 30px 75px 0;
}
.fancy-banner-eight_9ff136a965f0cae3 .media-wrapper_db70987b662a2c73 {
  padding: 0 38px;
  margin-bottom: -6px;
}
.fancy-banner-eight_9ff136a965f0cae3 .media-wrapper_db70987b662a2c73 .shape_01_340e488918856285 {
  width: 100%;
  bottom: 0;
  left: 0;
}
.fancy-banner-eight_9ff136a965f0cae3 .shape_02_6fb5c7572a9d3601 {
  right: -123px;
  bottom: -5px;
}

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

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

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

.inner-banner-one_7db72cdc13154f89 + .blog-details_b6c918cdb16d0194 {
  margin-top: 15px;
}

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

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

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

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

.block-feature-three_3a48d0a3fe92840a {
  z-index: 1;
}
.block-feature-three_3a48d0a3fe92840a:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 34%;
  bottom: 0;
  background: #EBF3EE;
  z-index: -1;
}
.block-feature-three_3a48d0a3fe92840a.no-bg_63562c21be8bbda0:before {
  display: none;
}
.block-feature-three_3a48d0a3fe92840a .section-btn_05613ba91ed9e339 {
  position: absolute;
  right: 0;
  top: 68px;
}
.block-feature-three_3a48d0a3fe92840a .block-title_dac2f10f9f88bd19 a {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25em;
  color: #19352D;
}
.block-feature-three_3a48d0a3fe92840a .block-title_dac2f10f9f88bd19 a:hover {
  text-decoration: underline;
}
.block-feature-three_3a48d0a3fe92840a .round-btn_292691fc19954645 {
  font-size: 18px;
  font-weight: 900;
  color: #29594B;
  width: 38px;
  height: 38px;
  border: 1px solid #29594B;
}
.block-feature-three_3a48d0a3fe92840a .round-btn_292691fc19954645:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #19352D;
}
.block-feature-three_3a48d0a3fe92840a .block-one_f937e10f9c2cae40 {
  background: url(../gallery/media/img_05.jpg) no-repeat center;
  background-size: cover;
  height: 470px;
}
.block-feature-three_3a48d0a3fe92840a .block-one_f937e10f9c2cae40 .tag_dcd58f5d5c4797ac {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  line-height: 25px;
  border: 1px solid #000;
  padding: 0 10px;
}
.block-feature-three_3a48d0a3fe92840a .block-one_f937e10f9c2cae40 .block-title_dac2f10f9f88bd19 {
  background: url(../gallery/shape_2086e7ac0f/shape_02.svg) no-repeat right top;
  background-size: cover;
  border-radius: 25px;
  padding: 12px 0 18px 18px;
}
.block-feature-three_3a48d0a3fe92840a .block-two_cc51f582d5c79dbb {
  overflow: hidden;
}
.block-feature-three_3a48d0a3fe92840a .block-two_cc51f582d5c79dbb .img-wrapper_72f471d3cf9a4cb1 {
  background: url(../gallery/media/img_06.jpg) no-repeat center;
  background-size: cover;
  width: 42%;
}
.block-feature-three_3a48d0a3fe92840a .block-two_cc51f582d5c79dbb .text-wrapper_74caa9a1fa6f7a43 {
  width: 58%;
  padding: 30px 30px 35px 60px;
}
.block-feature-three_3a48d0a3fe92840a .block-two_cc51f582d5c79dbb .tag_dcd58f5d5c4797ac {
  font-size: 13px;
  letter-spacing: 1px;
  color: white;
  line-height: 27px;
  border-radius: 17px;
  background: #29594B;
  padding: 0 17px;
}
.block-feature-three_3a48d0a3fe92840a .block-three_1fc72841d19ea181 {
  background: #D3FF76;
}
.block-feature-three_3a48d0a3fe92840a .block-three_1fc72841d19ea181 .tag_dcd58f5d5c4797ac {
  font-size: 13px;
  letter-spacing: 1px;
  color: white;
  line-height: 27px;
  border-radius: 17px;
  background: #29594B;
  padding: 0 17px;
}
.block-feature-three_3a48d0a3fe92840a .block-three_1fc72841d19ea181 .round-btn_292691fc19954645 {
  background: #fff;
  border-color: #fff;
}
.block-feature-three_3a48d0a3fe92840a .block-three_1fc72841d19ea181 .round-btn_292691fc19954645:hover {
  background: #29594B;
  border-color: #29594B;
  color: #fff;
}
.block-feature-three_3a48d0a3fe92840a .block-four_be5cc658823e9138 {
  background: url(../gallery/media/img_07.jpg) no-repeat center;
  background-size: cover;
}
.block-feature-three_3a48d0a3fe92840a .block-four_be5cc658823e9138 .block-title_dac2f10f9f88bd19 {
  background: url(../gallery/shape_2086e7ac0f/shape_03.svg) no-repeat right top;
  background-size: cover;
  border-radius: 18px;
  padding: 12px 16px 12px 18px;
}
.block-feature-three_3a48d0a3fe92840a .block-four_be5cc658823e9138 .block-title_dac2f10f9f88bd19 a {
  font-size: 28px;
}
.block-feature-three_3a48d0a3fe92840a .block-four_be5cc658823e9138 .tag_dcd58f5d5c4797ac {
  font-size: 13px;
  letter-spacing: 1px;
  color: #29594B;
  line-height: 27px;
  border-radius: 17px;
  background: #fff;
  padding: 0 17px;
}
.block-feature-three_3a48d0a3fe92840a .block-four_be5cc658823e9138 .round-btn_292691fc19954645 {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.block-feature-three_3a48d0a3fe92840a .block-four_be5cc658823e9138 .round-btn_292691fc19954645:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #000;
}
.block-feature-three_3a48d0a3fe92840a .block-five_62741c7998f5ee6e {
  background: url(../gallery/blog/blog_img_05.jpg) no-repeat center;
  background-size: cover;
  height: 358px;
}
.block-feature-three_3a48d0a3fe92840a .block-five_62741c7998f5ee6e .tag_dcd58f5d5c4797ac {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  line-height: 25px;
  border: 1px solid #000;
  padding: 0 10px;
}
.block-feature-three_3a48d0a3fe92840a .block-five_62741c7998f5ee6e .block-title_dac2f10f9f88bd19 {
  background: url(../gallery/shape_2086e7ac0f/shape_29.svg) no-repeat right top;
  background-size: cover;
  border-radius: 15px;
  padding: 12px 10px 18px 18px;
}

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

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

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

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

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

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

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

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

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

.block-feature-thirteen_1a6e3c7d42000ff0 .upper-wrapper_25619cca1436253b {
  border-bottom: 1px solid #E6E6E6;
}
.block-feature-thirteen_1a6e3c7d42000ff0 .upper-wrapper_25619cca1436253b .shape_01_340e488918856285 {
  right: 6%;
  bottom: 16%;
}
.block-feature-thirteen_1a6e3c7d42000ff0 .line-loop_b51319239e3d24a1:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 130%;
  right: 0;
  top: 57%;
  background: #E6E6E6;
  z-index: -1;
}
.block-feature-thirteen_1a6e3c7d42000ff0 .graph-panel_af16d6b21db992b3 {
  border-right: 1px solid #E6E6E6;
}
.block-feature-thirteen_1a6e3c7d42000ff0 .graph-panel_af16d6b21db992b3 .main-count_4bf8613e50755c28 {
  font-size: 120px;
}
.block-feature-thirteen_1a6e3c7d42000ff0 .graph-panel_af16d6b21db992b3 .chart-box_f938e0952b528135 {
  padding: 0 15px;
}
.block-feature-thirteen_1a6e3c7d42000ff0 .graph-panel_af16d6b21db992b3 .chart-box_f938e0952b528135 .chart-inner_937b8b955dc40b32 {
  width: 120px;
  background: #196164;
}

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

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

.block-feature-sixteen_6bdfc4b26b714f2a .media-img_dd0004c49e4cd682 {
  border-radius: 30px;
}
.block-feature-sixteen_6bdfc4b26b714f2a .shape_01_340e488918856285 {
  top: 31%;
  left: 50%;
}

.block-feature-seventeen_470806a9843cbc5f .section-subheading_180f5a22e13f177d {
  position: absolute;
  right: 0;
  top: 0;
  width: 37%;
}
.block-feature-seventeen_470806a9843cbc5f .shape_01_340e488918856285 {
  max-width: 8%;
  top: 12%;
  left: 43%;
}

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

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

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

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

.text-feature-four_36a1456137d8a8c5 {
  z-index: 1;
}
.text-feature-four_36a1456137d8a8c5 .avatar_d1bd858dc3030203 {
  width: 65px;
  height: 65px;
}
.text-feature-four_36a1456137d8a8c5 .name {
  font-size: 28px;
}
.text-feature-four_36a1456137d8a8c5 .quote-text_5fafa7a9e78a81c2 {
  font-size: 50px;
  line-height: 1.4em;
}
.text-feature-four_36a1456137d8a8c5 .shape_01_340e488918856285 {
  top: 56%;
  left: 22%;
  animation: rotated 60s infinite linear;
}
.text-feature-four_36a1456137d8a8c5 .shape_02_6fb5c7572a9d3601 {
  top: 12%;
  right: 9%;
  width: 16px;
  animation: rotated 50s infinite linear;
}

.text-feature-five_bfa7ba6431a29b8c .bg-wrapper_6d78eaaae73298c1 {
  background: #FFF2AC;
}
.text-feature-five_bfa7ba6431a29b8c 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_bfa7ba6431a29b8c 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_bfa7ba6431a29b8c 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_bfa7ba6431a29b8c li:hover:before {
  background: #29594B;
}
.text-feature-five_bfa7ba6431a29b8c li:hover:after {
  color: #fff;
}
.text-feature-five_bfa7ba6431a29b8c .media-wrapper_db70987b662a2c73 {
  background: url(../gallery/media/img_20.jpg) no-repeat center;
  background-size: cover;
  z-index: 1;
}
.text-feature-five_bfa7ba6431a29b8c .media-wrapper_db70987b662a2c73 .video-icon_94f745fc9c45bc2a {
  width: 90px;
  height: 90px;
  background: #fff;
}
.text-feature-five_bfa7ba6431a29b8c .media-wrapper_db70987b662a2c73 .video-icon_94f745fc9c45bc2a:hover {
  background: #CFFF45;
}
.text-feature-five_bfa7ba6431a29b8c .media-wrapper_db70987b662a2c73 .screen_01_b3bba38b68f877fd {
  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_73f4d61b8ec9af5b {
  z-index: 1;
}
.text-feature-six_73f4d61b8ec9af5b .media-wrapper_db70987b662a2c73 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 63.64%;
  z-index: -1;
}
.text-feature-six_73f4d61b8ec9af5b .media-wrapper_db70987b662a2c73 .screen_01_b3bba38b68f877fd {
  width: 61.1%;
  bottom: 32%;
  right: -4%;
  z-index: 1;
  animation: jumpThree 5s infinite linear;
}
.text-feature-six_73f4d61b8ec9af5b .shape_01_340e488918856285 {
  left: 0;
  bottom: 23%;
  width: 12.3%;
}
.text-feature-six_73f4d61b8ec9af5b .shape_02_6fb5c7572a9d3601 {
  top: 1%;
  right: 39%;
}

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

.text-feature-nine_8188f120661c689c {
  background: url(../gallery/assets_8bd6fc0177/bg_03.svg) no-repeat center bottom;
  background-size: cover;
  z-index: 1;
}
.text-feature-nine_8188f120661c689c .block_b6b8568505ef143a .icon_8326013fc6eb1737 {
  height: 50px;
}
.text-feature-nine_8188f120661c689c .vertical-text-wrapper_8fb138b5f3ccc88c {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  border-left: 1px solid rgba(254, 255, 252, 0.17);
}
.text-feature-nine_8188f120661c689c .vertical-text-wrapper_8fb138b5f3ccc88c .text-list_4eb79178d81f9d00 {
  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_8188f120661c689c .vertical-text-wrapper_8fb138b5f3ccc88c .text-list_4eb79178d81f9d00:hover {
  color: #C5FF4A;
  opacity: 1;
  mix-blend-mode: normal;
}
.text-feature-nine_8188f120661c689c .vertical-text-wrapper_8fb138b5f3ccc88c .shape_01_340e488918856285 {
  left: -83px;
  bottom: 21%;
  animation: jumpThree 6s infinite linear;
}
.text-feature-nine_8188f120661c689c .vertical-text-wrapper_8fb138b5f3ccc88c .shape_02_6fb5c7572a9d3601 {
  left: 10%;
  top: 25%;
  animation: jumpFour 6s infinite linear;
}
.text-feature-nine_8188f120661c689c .shape_03_9eeac7e86da3ebb8 {
  left: 5%;
  top: 10%;
  animation: jumpFour 6s infinite linear;
}
.text-feature-nine_8188f120661c689c .shape_04_77948a2db1ce3c90 {
  bottom: 0;
  left: 13%;
  width: 29%;
}

.team-section-one_da9d48e491860c8c .section-btn_05613ba91ed9e339 {
  position: absolute;
  right: 0;
  top: 25px;
}

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

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

.team-section-three_fcc0fe9c7417dff7 {
  z-index: 1;
}
.team-section-three_fcc0fe9c7417dff7:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  background: url(../gallery/shape_2086e7ac0f/shape_09.svg) no-repeat right bottom;
  background-size: cover;
  z-index: -1;
}
.team-section-three_fcc0fe9c7417dff7 .section-btn_05613ba91ed9e339 {
  position: absolute;
  right: 0;
  top: 15px;
}
.team-section-three_fcc0fe9c7417dff7 .shape_01_340e488918856285 {
  width: 2.3%;
  top: 17%;
  left: 39%;
}
.team-section-three_fcc0fe9c7417dff7 .shape_02_6fb5c7572a9d3601 {
  width: 1.5%;
  bottom: 6%;
  right: 9%;
}
.team-section-three_fcc0fe9c7417dff7 .shape_03_9eeac7e86da3ebb8 {
  max-width: 22%;
  bottom: 0;
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.partner-logo-one_82ca6bef6d0cbb90 .logo_56dc1d624f31d485 {
  width: 100%;
  height: 60px;
}

.modal .modal-dialog {
  height: auto;
}
.modal .modal-dialog .modal-content_2e70555b216f9186 {
  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_b3078a8455e77733 {
  max-width: 565px;
}
.user-data-form .form-wrapper_b3078a8455e77733 .input-group-meta_6af6cb5c291c801a 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_b3078a8455e77733 .input-group-meta_6af6cb5c291c801a label {
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  margin-bottom: 6px;
}
.user-data-form .form-wrapper_b3078a8455e77733 .input-group-meta_6af6cb5c291c801a .placeholder_icon_d11d06a01254a51d {
  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_b3078a8455e77733 .input-group-meta_6af6cb5c291c801a .placeholder_icon_d11d06a01254a51d img {
  position: relative;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%);
}
.user-data-form .form-wrapper_b3078a8455e77733 .input-group-meta_6af6cb5c291c801a .placeholder_icon_d11d06a01254a51d span {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
  position: relative;
}
.user-data-form .form-wrapper_b3078a8455e77733 .input-group-meta_6af6cb5c291c801a .placeholder_icon_d11d06a01254a51d 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_b3078a8455e77733 .input-group-meta_6af6cb5c291c801a .placeholder_icon_d11d06a01254a51d span.eye-slash_3d87213c21716cbd:before {
  opacity: 0;
}
.user-data-form .agreement-checkbox_9a089b3a0730db28 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_9a089b3a0730db28 label a {
  color: #0E3E2F;
  text-decoration: underline;
}
.user-data-form .agreement-checkbox_9a089b3a0730db28 input[type=checkbox] {
  display: none;
}
.user-data-form .agreement-checkbox_9a089b3a0730db28 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_9a089b3a0730db28 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_9a089b3a0730db28 a {
  position: relative;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.user-data-form .agreement-checkbox_9a089b3a0730db28 a:hover {
  text-decoration: underline;
  color: #0E3E2F;
}
.user-data-form .line_d64b0f43602c833d {
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.user-data-form .social-use-btn_a35b69b04063e2b5 {
  font-size: 16px;
  color: #000;
  height: 55px;
  border: 1px solid #E5E5E5;
  border-radius: 7px;
}
.user-data-form .social-use-btn_a35b69b04063e2b5:hover {
  background: rgba(0, 0, 0, 0.06);
}
.user-data-form .social-use-btn_a35b69b04063e2b5 img {
  width: 20px;
}
.user-data-form .btn-close_10d9ee1246639ba0 {
  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_5038bab9d2ecc1c1 .main-count_4bf8613e50755c28 {
  font-size: 64px;
  color: #19352D;
}

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

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

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

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

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

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

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

.card-style-three_183caabd66892475 .icon_8326013fc6eb1737 {
  height: 38px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.portfolio-block-one_2aa541f41deb2193 .img-holder_7d41b78796f778a4 {
  position: relative;
  overflow: hidden;
}
.portfolio-block-one_2aa541f41deb2193 .img-holder_7d41b78796f778a4.round-border_6366c209f931f595 {
  border-radius: 30px;
}
.portfolio-block-one_2aa541f41deb2193 .img-holder_7d41b78796f778a4 .expend_0a75a5b7eb54c300 {
  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_2aa541f41deb2193 .img-holder_7d41b78796f778a4 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_2aa541f41deb2193 .img-holder_7d41b78796f778a4 i:hover {
  background: #DFFF5E;
}
.portfolio-block-one_2aa541f41deb2193:hover .expend_0a75a5b7eb54c300 {
  opacity: 1;
}
.portfolio-block-one_2aa541f41deb2193:hover .img-meta_a13b77bf17696308 {
  transform: scale(1.1) rotate(5deg);
}
.portfolio-block-one_2aa541f41deb2193:hover .pj-title_3537d8f8945ff460 {
  text-decoration: underline;
}
.portfolio-block-one_2aa541f41deb2193 .caption {
  margin-top: 35px;
}
.portfolio-block-one_2aa541f41deb2193 .caption .tag_dcd58f5d5c4797ac {
  margin: 0 -3px;
}
.portfolio-block-one_2aa541f41deb2193 .caption .tag_dcd58f5d5c4797ac 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_2aa541f41deb2193 .caption .pj-title_3537d8f8945ff460 {
  font-size: 32px;
  color: #000;
  margin-top: 15px;
}
.portfolio-block-one_2aa541f41deb2193 .caption .arrow {
  font-size: 26px;
  color: #000;
}
.portfolio-block-one_2aa541f41deb2193 .caption .arrow:hover {
  color: #0C3A30;
}

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

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

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

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

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

.project-details-two_dd7f4d062bd80985 .bg-wrapper_6d78eaaae73298c1 {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.project-details-two_dd7f4d062bd80985 .slider-wrapper_e43cc3779c5bab29 {
  height: 100%;
}
.project-details-two_dd7f4d062bd80985 .slider-wrapper_e43cc3779c5bab29 .carousel-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.project-details-two_dd7f4d062bd80985 .slider-wrapper_e43cc3779c5bab29 .carousel-control-next_7095d9488b2a219f,
.project-details-two_dd7f4d062bd80985 .slider-wrapper_e43cc3779c5bab29 .carousel-control-prev_222e2a909aa524c7 {
  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_dd7f4d062bd80985 .slider-wrapper_e43cc3779c5bab29 .carousel-control-next_7095d9488b2a219f:hover,
.project-details-two_dd7f4d062bd80985 .slider-wrapper_e43cc3779c5bab29 .carousel-control-prev_222e2a909aa524c7:hover {
  background: #29594B;
  color: #fff;
}
.project-details-two_dd7f4d062bd80985 .slider-wrapper_e43cc3779c5bab29 .carousel-control-prev_222e2a909aa524c7 {
  left: auto;
  right: 45px;
}
.project-details-two_dd7f4d062bd80985 .info-wrapper_903362eacfec8fa1 {
  padding: 55px 50px 85px 70px;
}
.project-details-two_dd7f4d062bd80985 .info-wrapper_903362eacfec8fa1 h3 {
  font-size: 36px;
}
.project-details-two_dd7f4d062bd80985 .info-wrapper_903362eacfec8fa1 .list-meta_3009c97619728e9f li {
  padding: 22px 0;
}
.project-details-two_dd7f4d062bd80985 .info-wrapper_903362eacfec8fa1 .list-meta_3009c97619728e9f .icon_8326013fc6eb1737 {
  width: 40px;
}
.project-details-two_dd7f4d062bd80985 .info-wrapper_903362eacfec8fa1 .list-meta_3009c97619728e9f .text1_2760de0c68797177 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}
.project-details-two_dd7f4d062bd80985 .info-wrapper_903362eacfec8fa1 .list-meta_3009c97619728e9f span {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
}
.project-details-two_dd7f4d062bd80985 .info-wrapper_903362eacfec8fa1 .social-share_dedb170a626a5a5e li {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.project-details-two_dd7f4d062bd80985 .info-wrapper_903362eacfec8fa1 .social-share_dedb170a626a5a5e li a {
  font-size: 20px;
  color: #19352D;
  margin-left: 20px;
}

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

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

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

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

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

.feedback-section-three_e413b17c31dc17e2 .slider-wrapper_e43cc3779c5bab29 {
  padding-left: 100px;
}
.feedback-section-three_e413b17c31dc17e2 .slider-wrapper_e43cc3779c5bab29 .icon_8326013fc6eb1737 {
  left: 0;
  top: 18px;
}
.feedback-section-three_e413b17c31dc17e2 .slick-dots_d390f183ff61d44a {
  margin: 50px 0 0 15px;
  padding: 0;
}
.feedback-section-three_e413b17c31dc17e2 .slick-dots_d390f183ff61d44a li button {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #000;
  padding: 0;
  margin-right: 3px;
}
.feedback-section-three_e413b17c31dc17e2 .slick-dots_d390f183ff61d44a .slick-active button {
  background: #000;
}
.feedback-section-three_e413b17c31dc17e2 .rating-box_6b52377a0ca8a5c8 {
  position: absolute;
  padding: 50px 37px 35px;
  left: -75px;
  bottom: -65px;
  z-index: 1;
  background: #000;
}
.feedback-section-three_e413b17c31dc17e2 .rating-box_6b52377a0ca8a5c8 .rating_aae850015820fe09 {
  font-size: 58px;
  letter-spacing: -1px;
  line-height: 25px;
  margin-bottom: 20px;
}
.feedback-section-three_e413b17c31dc17e2 .shape_01_340e488918856285 {
  width: 15px;
  top: 7%;
  right: 52%;
}
.feedback-section-three_e413b17c31dc17e2 .shape_02_6fb5c7572a9d3601 {
  width: 20px;
  bottom: 17%;
  right: 17%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.blog-meta-one_cfbe1c0b2fd753fa {
  background: #fff;
  border-radius: 30px;
}
.blog-meta-one_cfbe1c0b2fd753fa .post-data_c4892863e0dc730d {
  padding: 30px 35px 25px;
}
.blog-meta-one_cfbe1c0b2fd753fa .post-data_c4892863e0dc730d .post-info_6d0a50477756b735 {
  font-size: 18px;
  color: #AAAAAA;
}
.blog-meta-one_cfbe1c0b2fd753fa .post-data_c4892863e0dc730d .blog-title_b39c479d6e58ebca {
  font-size: 32px;
  line-height: 1.281em;
}
.blog-meta-one_cfbe1c0b2fd753fa .post-data_c4892863e0dc730d .blog-title_b39c479d6e58ebca:hover {
  text-decoration: underline;
}
.blog-meta-one_cfbe1c0b2fd753fa .post-img_b9c230cdcf20bf29 {
  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_cfbe1c0b2fd753fa .post-img_b9c230cdcf20bf29 .round-btn_292691fc19954645 {
  font-size: 25px;
  width: 55px;
  height: 55px;
  background: #fff;
  color: #19352D;
}
.blog-meta-one_cfbe1c0b2fd753fa:hover .round-btn_292691fc19954645 {
  background: #CFFF45;
}
.blog-meta-one_cfbe1c0b2fd753fa.style-two_bb4fb6520be71ec3 {
  background: #F6F6F6;
  border-radius: 0;
}
.blog-meta-one_cfbe1c0b2fd753fa.style-two_bb4fb6520be71ec3 .post-img_b9c230cdcf20bf29 {
  border-radius: 0;
}
.blog-meta-one_cfbe1c0b2fd753fa.style-two_bb4fb6520be71ec3 .blog-title_b39c479d6e58ebca {
  font-weight: 700;
  font-size: 28px;
  color: #000;
}

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

.blog-meta-two_646ca46e1d54a477 {
  background: #fff;
}
.blog-meta-two_646ca46e1d54a477 .post-data_c4892863e0dc730d {
  padding-top: 30px;
}
.blog-meta-two_646ca46e1d54a477 .post-data_c4892863e0dc730d .blog-title_b39c479d6e58ebca {
  width: 70%;
}
.blog-meta-two_646ca46e1d54a477 .post-data_c4892863e0dc730d .blog-title_b39c479d6e58ebca h4 {
  font-size: 32px;
  line-height: 1.281em;
}
.blog-meta-two_646ca46e1d54a477 .post-data_c4892863e0dc730d .blog-title_b39c479d6e58ebca:hover h4 {
  text-decoration: underline;
}
.blog-meta-two_646ca46e1d54a477 .post-data_c4892863e0dc730d .round-btn_292691fc19954645 {
  font-size: 25px;
  width: 60px;
  height: 60px;
  border: 1px solid #19352D;
  background: #fff;
  color: #19352D;
}
.blog-meta-two_646ca46e1d54a477 .post-data_c4892863e0dc730d .round-btn_292691fc19954645:hover {
  background: #CFFF45;
  border-color: #CFFF45;
}
.blog-meta-two_646ca46e1d54a477 .post-data_c4892863e0dc730d .post-info_6d0a50477756b735 {
  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_646ca46e1d54a477 .post-img_b9c230cdcf20bf29 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-meta-two_646ca46e1d54a477 .post-img_b9c230cdcf20bf29 .date_1646939bd6695a5c {
  line-height: 38px;
  font-size: 16px;
  padding: 0 18px;
  text-transform: uppercase;
  background: #fff;
  color: #19352D;
}
.blog-meta-two_646ca46e1d54a477.style-two_bb4fb6520be71ec3 {
  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_646ca46e1d54a477.style-two_bb4fb6520be71ec3 p {
  font-size: 18px;
}
.blog-meta-two_646ca46e1d54a477.style-two_bb4fb6520be71ec3 .post-img_b9c230cdcf20bf29 {
  height: auto;
  width: 100%;
}
.blog-meta-two_646ca46e1d54a477.style-two_bb4fb6520be71ec3 .post-data_c4892863e0dc730d {
  padding: 26px 0;
}
.blog-meta-two_646ca46e1d54a477.style-two_bb4fb6520be71ec3 .post-data_c4892863e0dc730d .post-info_6d0a50477756b735 {
  border: none;
  padding: 0;
  margin: 0 0 12px;
}
.blog-meta-two_646ca46e1d54a477.style-two_bb4fb6520be71ec3 .post-data_c4892863e0dc730d .round-btn_292691fc19954645 {
  border: none;
}

.signup-btn-one_c429b8041274834c 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_c429b8041274834c .icon_8326013fc6eb1737 {
  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_59c9641c48e2d82d {
  z-index: 1;
}
.blog-section-three_59c9641c48e2d82d .section-btn_05613ba91ed9e339 {
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 1;
}

.blog-section-four_676e2e615a480011 {
  z-index: 5;
}
.blog-section-four_676e2e615a480011.block-feature-three_3a48d0a3fe92840a:before {
  display: none;
}
.blog-section-four_676e2e615a480011.block-feature-three_3a48d0a3fe92840a .block-one_f937e10f9c2cae40 {
  background: url(../gallery/blog/blog_img_05.jpg) no-repeat center;
  height: 666px;
}

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

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

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

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

.blog-details_b6c918cdb16d0194 .post-details-meta_e4e3a89eaaae1f08 {
  border-top: 1px dashed #BEBEBE;
  margin-top: 30px;
  padding: 36px 0;
}
.blog-details_b6c918cdb16d0194 .post-details-meta_e4e3a89eaaae1f08 p {
  line-height: 1.8em;
  margin-bottom: 30px;
}
.blog-details_b6c918cdb16d0194 .post-details-meta_e4e3a89eaaae1f08 .quote-wrapper_e8ba0209875eea88 {
  text-align: center;
  margin: 62px 0 35px;
}
.blog-details_b6c918cdb16d0194 .post-details-meta_e4e3a89eaaae1f08 .quote-wrapper_e8ba0209875eea88 .wrapper_584c62f4f6c3f0df {
  position: relative;
  padding: 38px 12px 40px;
  border-top: 1px dashed #CBCBCB;
  border-bottom: 1px dashed #CBCBCB;
}
.blog-details_b6c918cdb16d0194 .post-details-meta_e4e3a89eaaae1f08 .quote-wrapper_e8ba0209875eea88 .wrapper_584c62f4f6c3f0df .icon_8326013fc6eb1737 {
  width: 55px;
  height: 55px;
  background: #29594B;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-details_b6c918cdb16d0194 .post-details-meta_e4e3a89eaaae1f08 .quote-wrapper_e8ba0209875eea88 .wrapper_584c62f4f6c3f0df h3 {
  font-size: 36px;
  line-height: 1.444em;
  margin: 0;
}
.blog-details_b6c918cdb16d0194 .post-details-meta_e4e3a89eaaae1f08 .quote-wrapper_e8ba0209875eea88 h6 {
  font-size: 20px;
  margin: 24px 0 0;
}
.blog-details_b6c918cdb16d0194 .post-details-meta_e4e3a89eaaae1f08 .quote-wrapper_e8ba0209875eea88 h6 span {
  color: rgba(0, 0, 0, 0.5);
}
.blog-details_b6c918cdb16d0194 .post-details-meta_e4e3a89eaaae1f08 .img-gallery_b043d045ca83ca42 {
  margin-bottom: 50px;
}
.blog-details_b6c918cdb16d0194 .post-details-meta_e4e3a89eaaae1f08 .img-gallery_b043d045ca83ca42 img {
  border-radius: 20px;
  margin-top: 15px;
}
.blog-details_b6c918cdb16d0194 .post-details-meta_e4e3a89eaaae1f08 h3 {
  font-size: 32px;
  margin-bottom: 20px;
}
.blog-details_b6c918cdb16d0194 .post-details-meta_e4e3a89eaaae1f08 .list-item_39567bea08c83151 li {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  position: relative;
  padding-left: 33px;
  margin-bottom: 23px;
}
.blog-details_b6c918cdb16d0194 .post-details-meta_e4e3a89eaaae1f08 .list-item_39567bea08c83151 li:after {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  font-size: 0.95em;
  top: 3px;
  left: 0;
  color: #000;
}
.blog-details_b6c918cdb16d0194 .bottom-widget_5c8950bfb3312755 {
  padding: 10px 0 5px;
}
.blog-details_b6c918cdb16d0194 .bottom-widget_5c8950bfb3312755 .tags_d39d74df7e6e8313 li:first-child {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
  margin-right: 7px;
}
.blog-details_b6c918cdb16d0194 .bottom-widget_5c8950bfb3312755 .tags_d39d74df7e6e8313 a {
  line-height: 26px;
  border-radius: 16px;
  background: #fff;
  padding: 0 10px;
  color: #19352D;
  font-size: 16px;
  margin-right: 5px;
}
.blog-details_b6c918cdb16d0194 .bottom-widget_5c8950bfb3312755 .tags_d39d74df7e6e8313 a:hover {
  color: #000;
  text-decoration: underline;
}
.blog-details_b6c918cdb16d0194 .bottom-widget_5c8950bfb3312755 .share-icon_1c03a8e62be86e1a li:first-child {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.blog-details_b6c918cdb16d0194 .bottom-widget_5c8950bfb3312755 .share-icon_1c03a8e62be86e1a a {
  color: #19352D;
  font-size: 18px;
  margin-left: 17px;
}
.blog-details_b6c918cdb16d0194 .grey-bg_d6be656e376f4b23 {
  background: #f4f4f4;
  border-radius: 30px;
  padding: 40px 35px;
}
.blog-details_b6c918cdb16d0194 .blog-inner-title_1e8d9506d40edae1 {
  font-size: 42px;
  margin-bottom: 10px;
}
.blog-details_b6c918cdb16d0194 .blog-comment-area_dbeba5d998c8b32e {
  margin: 60px 0;
}
.blog-details_b6c918cdb16d0194 .blog-comment-area_dbeba5d998c8b32e .comment_3a09efe74fcb3761 {
  border-top: 1px dashed #CBCBCB;
  padding: 38px 0 20px;
}
.blog-details_b6c918cdb16d0194 .blog-comment-area_dbeba5d998c8b32e .comment_3a09efe74fcb3761:last-child {
  padding-bottom: 5px;
}
.blog-details_b6c918cdb16d0194 .blog-comment-area_dbeba5d998c8b32e .comment_3a09efe74fcb3761 .reply-comment_76cae3c45398189a {
  border: none;
  padding: 40px 0 30px;
}
.blog-details_b6c918cdb16d0194 .blog-comment-area_dbeba5d998c8b32e .comment_3a09efe74fcb3761 .user-avatar_b13841c06cc49458 {
  width: 60px;
  height: 60px;
}
.blog-details_b6c918cdb16d0194 .blog-comment-area_dbeba5d998c8b32e .comment_3a09efe74fcb3761 .comment-text_64350d1306835ca2 {
  width: calc(100% - 60px);
  padding-left: 25px;
  position: relative;
}
.blog-details_b6c918cdb16d0194 .blog-comment-area_dbeba5d998c8b32e .comment_3a09efe74fcb3761 .comment-text_64350d1306835ca2 .name {
  font-size: 20px;
  color: #19352D;
}
.blog-details_b6c918cdb16d0194 .blog-comment-area_dbeba5d998c8b32e .comment_3a09efe74fcb3761 .comment-text_64350d1306835ca2 .date_1646939bd6695a5c {
  font-size: 16px;
  color: #ADADAD;
}
.blog-details_b6c918cdb16d0194 .blog-comment-area_dbeba5d998c8b32e .comment_3a09efe74fcb3761 .comment-text_64350d1306835ca2 p {
  font-size: 18px;
  line-height: 32px;
  margin: 7px 0 10px 0px;
}
.blog-details_b6c918cdb16d0194 .blog-comment-area_dbeba5d998c8b32e .comment_3a09efe74fcb3761 .comment-text_64350d1306835ca2 .reply-btn_4d7dfedf2988ce2a {
  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_b6c918cdb16d0194 .blog-comment-area_dbeba5d998c8b32e .comment_3a09efe74fcb3761 .comment-text_64350d1306835ca2 .reply-btn_4d7dfedf2988ce2a:hover {
  background: #CFFF45;
  color: #19352D;
}
.blog-details_b6c918cdb16d0194 .blog-comment-form_e0cb353067b8bcfd p a {
  color: #19352D;
}
.blog-details_b6c918cdb16d0194 .blog-comment-form_e0cb353067b8bcfd form label {
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  padding-bottom: 5px;
}
.blog-details_b6c918cdb16d0194 .blog-comment-form_e0cb353067b8bcfd form input {
  display: block;
  font-size: 18px;
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 8px;
  padding: 0 25px;
  background: #fff;
}
.blog-details_b6c918cdb16d0194 .blog-comment-form_e0cb353067b8bcfd 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_9986170103f4b3c8 {
  height: 600px;
}

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

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

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

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

.footer-one_d5cb19a19a8d3911 {
  background: #0C3A30;
  padding-top: 95px;
}
.footer-one_d5cb19a19a8d3911 .bottom-footer_1dd4f4e9a716ef7d {
  border-top: 1px dashed rgba(255, 255, 255, 0.25);
  margin-top: 32px;
  padding: 40px 0 25px;
}
.footer-one_d5cb19a19a8d3911 .social-icon_049fadeabecc282d 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_d5cb19a19a8d3911 .social-icon_049fadeabecc282d a:hover {
  background: #CFFF45;
  color: #29594B;
}
.footer-one_d5cb19a19a8d3911 .footer-title_d4a60310d3e0b51b {
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
}
.footer-one_d5cb19a19a8d3911 .footer-nav-link_4b236c723419d958 a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 46px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-one_d5cb19a19a8d3911 .footer-nav-link_4b236c723419d958 a:hover {
  color: #fff;
}
.footer-nav-link_4b236c723419d958 p {
  font-size: 16px;
}
.logo_56dc1d624f31d485 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_9ae9d4b52f7ff4c4 {
  min-width: 80px;
  max-height: 40px;
  max-width: 150px;
}
.casino-li_8f50f1e6bc251bf6 {
  align-content: center;
}

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

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

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

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

.footer-three_d33566de9404e3c6 {
  padding: 75px 0 0;
  position: relative;
  z-index: 1;
}
.footer-three_d33566de9404e3c6 .round-bg_26ad906390af4fdd {
  width: 350px;
  height: 350px;
  padding: 15px 15px;
  background: #FFF6C6;
}
.footer-three_d33566de9404e3c6 .round-bg_26ad906390af4fdd.color-two_cf62439bc8f8d4b5 {
  background: #F6FFDD;
}
.footer-three_d33566de9404e3c6 .footer-intro_293912afddc60a8e p a {
  font-weight: 500;
  font-size: 24px;
  color: #000;
}
.footer-three_d33566de9404e3c6 .footer-intro_293912afddc60a8e p a:hover {
  color: #19352D;
  text-decoration: underline;
}
.footer-three_d33566de9404e3c6 .footer-title_d4a60310d3e0b51b {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.footer-three_d33566de9404e3c6 .footer-nav-link_4b236c723419d958 a {
  color: rgba(0, 0, 0, 0.5);
  line-height: 46px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-three_d33566de9404e3c6 .footer-nav-link_4b236c723419d958 a:hover {
  color: #19352D;
  text-decoration: underline;
}
.footer-three_d33566de9404e3c6 .bottom-footer_1dd4f4e9a716ef7d {
  border-top: 1px solid #e2e2e2;
  margin-top: 40px;
  padding: 40px 0 25px;
}
.footer-three_d33566de9404e3c6 .bottom-footer_1dd4f4e9a716ef7d .copyright_54fe0021a739101d {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}
.footer-three_d33566de9404e3c6 .bottom-footer_1dd4f4e9a716ef7d .bottom-nav_fbfbcbd1ddb3789f {
  margin: 0 -12px;
}
.footer-three_d33566de9404e3c6 .bottom-footer_1dd4f4e9a716ef7d .bottom-nav_fbfbcbd1ddb3789f a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: #000;
}
.footer-three_d33566de9404e3c6 .bottom-footer_1dd4f4e9a716ef7d .bottom-nav_fbfbcbd1ddb3789f a:hover {
  text-decoration: underline;
}
.footer-three_d33566de9404e3c6 .bottom-footer_1dd4f4e9a716ef7d .social-icon_049fadeabecc282d {
  margin: 0 -10px;
}
.footer-three_d33566de9404e3c6 .bottom-footer_1dd4f4e9a716ef7d .social-icon_049fadeabecc282d a {
  margin: 0 10px;
}
.footer-three_d33566de9404e3c6 .bottom-footer_1dd4f4e9a716ef7d .social-icon_049fadeabecc282d a:hover {
  color: #19352D;
}
.footer-three_d33566de9404e3c6 .shape_01_340e488918856285 {
  top: -3%;
  left: -3%;
}
.footer-three_d33566de9404e3c6 .shape_02_6fb5c7572a9d3601 {
  bottom: 8%;
  right: 13%;
  animation: rotated 48s infinite linear;
}

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

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

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

.footer-five_6dad6c95ef2d101b {
  background: #000;
  padding: 105px 0 20px;
  z-index: 1;
  overflow: hidden;
}
.footer-five_6dad6c95ef2d101b:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: url(../gallery/assets_8bd6fc0177/bg_07.svg) no-repeat center bottom;
  background-size: cover;
  z-index: -1;
}
.footer-five_6dad6c95ef2d101b h2 {
  font-size: 132px;
  line-height: 1.185em;
}
.footer-five_6dad6c95ef2d101b .btn-group_369f5ac139a8bb3a {
  padding: 15px 15px 15px 55px;
  border-radius: 80px;
  background: #DFFF5E;
  margin: 85px 0 110px;
}
.footer-five_6dad6c95ef2d101b .btn-group_369f5ac139a8bb3a h3 {
  font-size: 70px;
  color: #000;
  margin: 0;
}
.footer-five_6dad6c95ef2d101b .btn-group_369f5ac139a8bb3a h3 span {
  font-weight: 700;
  font-style: italic;
  text-decoration-line: underline;
  text-decoration-thickness: 4px;
}
.footer-five_6dad6c95ef2d101b .btn-group_369f5ac139a8bb3a .round-btn_292691fc19954645 {
  width: 125px;
  height: 125px;
  text-align: center;
  font-size: 55px;
  color: #DFFF5E;
  background: #101010;
}
.footer-five_6dad6c95ef2d101b .btn-group_369f5ac139a8bb3a .round-btn_292691fc19954645:hover, .footer-five_6dad6c95ef2d101b .btn-group_369f5ac139a8bb3a .round-btn_292691fc19954645:focus {
  background: #29594B;
  color: #fff;
}
.footer-five_6dad6c95ef2d101b .social-icon_049fadeabecc282d {
  margin: 0 -20px;
}
.footer-five_6dad6c95ef2d101b .social-icon_049fadeabecc282d a {
  color: #fff;
  margin: 0 20px;
}
.footer-five_6dad6c95ef2d101b .social-icon_049fadeabecc282d a:hover {
  color: #DFFF5E;
}
.footer-five_6dad6c95ef2d101b .bottom-nav_fbfbcbd1ddb3789f {
  margin: 0 -12px;
}
.footer-five_6dad6c95ef2d101b .bottom-nav_fbfbcbd1ddb3789f a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: #fff;
}
.footer-five_6dad6c95ef2d101b .bottom-nav_fbfbcbd1ddb3789f a:hover {
  text-decoration: underline;
}
.footer-five_6dad6c95ef2d101b .shape_01_340e488918856285 {
  top: 11%;
  right: 10%;
  width: 3.4%;
  animation: rotated 48s infinite linear;
}
.footer-five_6dad6c95ef2d101b .shape_02_6fb5c7572a9d3601 {
  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_d5852b6dfee620f7 {
  animation-duration: 2s;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce_7ecfef364dab0a61 {
  animation-name: bounce;
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash_b3c2b3c38dc1e8a3 {
  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_6705b5c5c5bb5f45 {
  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_5512b6d04ec268e9 {
  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_7b26578365b7222a {
  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_65bb9e133943a996 {
  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_bd7504bfc7d12ca0 {
  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_db7ad51b9ef60fb5 {
  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_26541820207c1bdb {
  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_fb37567dbd051236 {
  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_54d646ac792ab414 {
  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_b17b277291f063b3 {
  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_395f178c8626cf47 {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown_19f34bceaa0cbe59 {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft_dd85137e41c4e76d {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight_1cd0a9002459173b {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp_16e557be05108f83 {
  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_838d4f8218e3c2df {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig_124cb268ab9a6b17 {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft_0c79e4006f3e05fa {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig_cf4154288004bd30 {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight_62042a9257f15788 {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig_e38452a09891e32d {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp_6efe501dd10c8d4f {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig_db6fbfb15ae4011b {
  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_10319f8438da805e {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig_6919bf6d26c80828 {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft_47945706e5d50c13 {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig_c4a1dc1d7c529f41 {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight_78307a81094f3340 {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig_311f648a3a1f798f {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp_66fd20211beb1a3e {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig_09a8ac4f08a98899 {
  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_fed1ebfddc498852 {
  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_a59429356ede722c {
  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_59073000a1042ce1 {
  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_997bb4068b912459 {
  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_ccb0024c8b7cb71b {
  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_a75780516373a77f {
  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_bfdd91249e255a86 {
  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_a691704457f9c5af {
  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_8ed8490d7ba7b5fd {
  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_d57f5dccb816346b {
  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_08f4dc9e0066f57d {
  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_1a1bd9aba727c55e {
  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_d1f9fa5ad4eecd2e {
  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_d263c828d6b30ba4 {
  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_d0069e3ccf99c56e {
  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_f803054c56b6149f {
  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_4887066fb8dd943a {
  animation-name: rotateOutUpRight;
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(150px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInUp_64a1cf7d203168f2 {
  animation-name: slideInUp;
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown_2b25993deb10a2e3 {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInLeft_7acb1ef79c0c88d8 {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight_4ce7e3558354f222 {
  animation-name: slideInRight;
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.slideOutLeft_3d8c4e1b9afc8cb0 {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.slideOutRight_4325838256cb71ca {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.slideOutUp_b3438d4eac2e5b0f {
  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_d5852b6dfee620f7 {
  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_024851570d99d06b {
  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_65d3e32f32903ada {
  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_dc14c893f1f48507 .theme-select-menu_ac1c35bd355b7db5 {
  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_9449c56156c869b3 {
  overflow: hidden;
}
.product-block-one_9449c56156c869b3 .img-holder_7d41b78796f778a4 {
  position: relative;
  background: #F5F5F5;
  z-index: 5;
  margin-bottom: 22px;
}
.product-block-one_9449c56156c869b3 .img-holder_7d41b78796f778a4 .cart-icon_de293d3de9d1ecb9 {
  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_9449c56156c869b3 .img-holder_7d41b78796f778a4 .cart-icon_de293d3de9d1ecb9:hover {
  color: #19352D;
  background: #CFFF45;
}
.product-block-one_9449c56156c869b3 .img-holder_7d41b78796f778a4 .cart-button_430890a08c660112 {
  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_9449c56156c869b3 .img-holder_7d41b78796f778a4 .cart-button_430890a08c660112:hover {
  color: #19352D;
  background: #CFFF45;
}
.product-block-one_9449c56156c869b3 .product-title_78c796997420ea8b {
  font-weight: 500;
  color: #19352D;
  font-size: 20px;
  text-transform: capitalize;
}
.product-block-one_9449c56156c869b3 .rating_aae850015820fe09 {
  margin: 0 -3px;
}
.product-block-one_9449c56156c869b3 .rating_aae850015820fe09 li {
  font-size: 15px;
  margin: 0 3px;
  color: #B3B3B3;
}
.product-block-one_9449c56156c869b3 .rating_aae850015820fe09 li .bi-star-fill_0b4b37974d75d207 {
  color: #FFCB65;
}
.product-block-one_9449c56156c869b3 .price_8fa2dad6b53e4f42 {
  font-weight: 500;
  font-size: 22px;
  color: #0E3E2F;
  margin-top: 10px;
}
.product-block-one_9449c56156c869b3:hover .cart-button_430890a08c660112 {
  opacity: 1;
  transform: translateY(0);
}
.product-block-one_9449c56156c869b3:hover .product-img_68a281a0c5ff5eed {
  transform: scale(0.95);
}
.product-block-one_9449c56156c869b3:hover .cart-icon_de293d3de9d1ecb9 {
  opacity: 1;
  transform: scale(1);
}
.product-block-one_9449c56156c869b3:hover .product-title_78c796997420ea8b {
  text-decoration: underline;
}

.product-details-one_17f75ff87892f394 .product-img-tab_52f30f077e6a8938 {
  border: none;
}
.product-details-one_17f75ff87892f394 .product-img-tab_52f30f077e6a8938 .nav-link {
  width: 100%;
  background: #F6F6F6;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 5px 0;
  height: 88px;
  margin-bottom: 12px;
}
.product-details-one_17f75ff87892f394 .product-img-tab_52f30f077e6a8938 .nav-link img {
  max-height: 100%;
}
.product-details-one_17f75ff87892f394 .product-img-tab_52f30f077e6a8938 .nav-link.active {
  background: #fff;
  border-color: #000;
}
.product-details-one_17f75ff87892f394 .product-img-tab-content_e6dc3c6b685d74ec {
  background: #F6F6F6;
  padding: 20px;
}
.product-details-one_17f75ff87892f394 .product-img-tab-content_e6dc3c6b685d74ec img {
  margin: auto;
}
.product-details-one_17f75ff87892f394 .product-info_1b00769cb70c0bab .stock-tag_dd89a18f8e8672ab {
  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_17f75ff87892f394 .product-info_1b00769cb70c0bab .product-name_15e239118eeeb8c3 {
  text-transform: capitalize;
  font-size: 32px;
  margin: 25px 0 15px;
}
.product-details-one_17f75ff87892f394 .product-info_1b00769cb70c0bab .rating_aae850015820fe09 li {
  font-size: 15px;
  margin-right: 6px;
  color: #B3B3B3;
}
.product-details-one_17f75ff87892f394 .product-info_1b00769cb70c0bab .rating_aae850015820fe09 li .bi-star-fill_0b4b37974d75d207 {
  color: #FFCB65;
}
.product-details-one_17f75ff87892f394 .product-info_1b00769cb70c0bab .rating_aae850015820fe09 li a {
  font-size: 17px;
  color: #000;
  margin-left: 12px;
}
.product-details-one_17f75ff87892f394 .product-info_1b00769cb70c0bab .rating_aae850015820fe09 li a:hover {
  text-decoration: underline;
}
.product-details-one_17f75ff87892f394 .product-info_1b00769cb70c0bab .price_8fa2dad6b53e4f42 {
  font-size: 26px;
  font-weight: 700;
  color: #29594B;
  padding: 25px 0 5px;
}
.product-details-one_17f75ff87892f394 .product-info_1b00769cb70c0bab .price_8fa2dad6b53e4f42 del {
  font-size: 0.7em;
  opacity: 0.6;
}
.product-details-one_17f75ff87892f394 .product-info_1b00769cb70c0bab .availability_668507c2535327e5 {
  color: #989CA2;
  font-size: 17px;
}
.product-details-one_17f75ff87892f394 .product-info_1b00769cb70c0bab .description-text_43c59cb8c9147a20 {
  padding: 10px 0 15px;
}
.product-details-one_17f75ff87892f394 .product-info_1b00769cb70c0bab .product-feature_2d7e2e506c050e14 {
  margin-bottom: 20px;
}
.product-details-one_17f75ff87892f394 .product-info_1b00769cb70c0bab .product-feature_2d7e2e506c050e14 li {
  color: #000;
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
}
.product-details-one_17f75ff87892f394 .product-info_1b00769cb70c0bab .product-feature_2d7e2e506c050e14 li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 2px;
  left: 0;
  color: #29594B;
}
.product-details-one_17f75ff87892f394 .product-info_1b00769cb70c0bab .customize-order_2a01b80f6bd690bb h6 {
  font-size: 18px;
  margin: 0 15px 0 0;
}
.product-details-one_17f75ff87892f394 .product-info_1b00769cb70c0bab .customize-order_2a01b80f6bd690bb .quantity_07ab6973962ca22a .button-group_b4d2b7443c3d4914 {
  border: 1px solid #e3e3e3;
  display: inline-block;
}
.product-details-one_17f75ff87892f394 .product-info_1b00769cb70c0bab .customize-order_2a01b80f6bd690bb .quantity_07ab6973962ca22a .button-group_b4d2b7443c3d4914 li {
  line-height: 40px;
  max-height: 40px;
}
.product-details-one_17f75ff87892f394 .product-info_1b00769cb70c0bab .customize-order_2a01b80f6bd690bb .quantity_07ab6973962ca22a .button-group_b4d2b7443c3d4914 li button {
  font-size: 25px;
  color: #C9C9C9;
  background: transparent;
  width: 32px;
}
.product-details-one_17f75ff87892f394 .product-info_1b00769cb70c0bab .customize-order_2a01b80f6bd690bb .quantity_07ab6973962ca22a .button-group_b4d2b7443c3d4914 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_17f75ff87892f394 .product-review-tab_391dfe210047b169 .nav-tabs_5e90a229473bfded {
  border-bottom: 1px solid #EBEBEB;
}
.product-details-one_17f75ff87892f394 .product-review-tab_391dfe210047b169 .nav-tabs_5e90a229473bfded .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_17f75ff87892f394 .product-review-tab_391dfe210047b169 .nav-tabs_5e90a229473bfded .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_17f75ff87892f394 .product-review-tab_391dfe210047b169 .nav-tabs_5e90a229473bfded .nav-link.active:before {
  transform: scale(1);
}
.product-details-one_17f75ff87892f394 .product-review-tab_391dfe210047b169 .nav-tabs_5e90a229473bfded .nav-item:last-child .nav-link {
  margin-right: 0;
}
.product-details-one_17f75ff87892f394 .product-review-tab_391dfe210047b169 .tab-content_d2c26b2f0d221e52 h5 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 18px;
}
.product-details-one_17f75ff87892f394 .product-review-tab_391dfe210047b169 .tab-content_d2c26b2f0d221e52 .product-feature_2d7e2e506c050e14 li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 18px;
}
.product-details-one_17f75ff87892f394 .product-review-tab_391dfe210047b169 .tab-content_d2c26b2f0d221e52 .product-feature_2d7e2e506c050e14 li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 2px;
  left: 0;
  color: #29594B;
}
.product-details-one_17f75ff87892f394 .product-review-tab_391dfe210047b169 .user-comment-area_b50472b38cb76044 .single-comment_0928bda9efb11d3d {
  padding-bottom: 40px;
}
.product-details-one_17f75ff87892f394 .product-review-tab_391dfe210047b169 .user-comment-area_b50472b38cb76044 .single-comment_0928bda9efb11d3d:last-child {
  padding-bottom: 0;
}
.product-details-one_17f75ff87892f394 .product-review-tab_391dfe210047b169 .user-comment-area_b50472b38cb76044 .user-img_0bbb66548d98408c {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.product-details-one_17f75ff87892f394 .product-review-tab_391dfe210047b169 .user-comment-area_b50472b38cb76044 .user-comment-data_8e4dbe94d0a90f83 {
  padding-left: 30px;
  position: relative;
}
.product-details-one_17f75ff87892f394 .product-review-tab_391dfe210047b169 .user-comment-area_b50472b38cb76044 .user-comment-data_8e4dbe94d0a90f83 .name {
  font-size: 18px;
  margin-bottom: 4px;
}
.product-details-one_17f75ff87892f394 .product-review-tab_391dfe210047b169 .user-comment-area_b50472b38cb76044 .user-comment-data_8e4dbe94d0a90f83 .rating_aae850015820fe09 li {
  font-size: 14px;
  margin: 0 3px;
  color: #B3B3B3;
}
.product-details-one_17f75ff87892f394 .product-review-tab_391dfe210047b169 .user-comment-area_b50472b38cb76044 .user-comment-data_8e4dbe94d0a90f83 .rating_aae850015820fe09 li .bi-star-fill_0b4b37974d75d207 {
  color: #FFCB65;
}
.product-details-one_17f75ff87892f394 .product-review-tab_391dfe210047b169 .user-comment-area_b50472b38cb76044 .user-comment-data_8e4dbe94d0a90f83 p {
  padding-top: 8px;
}

.cart-list-form_64a9cf0f47968601 {
  position: relative;
}
.cart-list-form_64a9cf0f47968601 .table_807f5d5522d539d9 {
  margin: 0;
  background: transparent;
}
.cart-list-form_64a9cf0f47968601 .table_807f5d5522d539d9 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_64a9cf0f47968601 .table_807f5d5522d539d9 th:first-child {
  text-align: left;
}
.cart-list-form_64a9cf0f47968601 .table_807f5d5522d539d9 tbody td {
  padding: 0 0 70px;
  border: none;
  vertical-align: middle;
  text-align: center;
  background: transparent;
}
.cart-list-form_64a9cf0f47968601 .table_807f5d5522d539d9 tbody tr:first-child td {
  padding-top: 60px;
}
.cart-list-form_64a9cf0f47968601 .table_807f5d5522d539d9 tbody tr:last-child td {
  padding-bottom: 40px;
}
.cart-list-form_64a9cf0f47968601 .table_807f5d5522d539d9 tbody .product-thumbnails_8d8099b1e1d0ae93 {
  width: 85px;
}
.cart-list-form_64a9cf0f47968601 .table_807f5d5522d539d9 tbody .product-thumbnails_8d8099b1e1d0ae93 img {
  max-height: 100%;
  max-width: none;
}
.cart-list-form_64a9cf0f47968601 .table_807f5d5522d539d9 tbody .product-thumbnails_8d8099b1e1d0ae93 .product-img_68a281a0c5ff5eed {
  display: block;
  max-width: 85px;
  max-height: 85px;
  overflow: hidden;
}
.cart-list-form_64a9cf0f47968601 .table_807f5d5522d539d9 tbody .product-info_1b00769cb70c0bab {
  padding-left: 30px;
  text-align: left;
}
.cart-list-form_64a9cf0f47968601 .table_807f5d5522d539d9 tbody .product-info_1b00769cb70c0bab .product-name_15e239118eeeb8c3 {
  font-weight: 700;
  font-size: 20px;
  color: #19352D;
}
.cart-list-form_64a9cf0f47968601 .table_807f5d5522d539d9 tbody .product-info_1b00769cb70c0bab .serial_d89de64ae598ede8 {
  font-size: 15px;
  color: rgba(31, 31, 31, 0.5);
  padding-bottom: 6px;
}
.cart-list-form_64a9cf0f47968601 .table_807f5d5522d539d9 tbody .product-info_1b00769cb70c0bab ul li {
  display: inline-block;
  font-size: 16px;
  color: #000;
  padding-right: 15px;
}
.cart-list-form_64a9cf0f47968601 .table_807f5d5522d539d9 tbody .price_8fa2dad6b53e4f42 {
  font-weight: 500;
  font-size: 18px;
  color: #19352D;
}
.cart-list-form_64a9cf0f47968601 .table_807f5d5522d539d9 tbody .quantity_07ab6973962ca22a li {
  display: inline-block;
  line-height: 40px;
  max-height: 40px;
}
.cart-list-form_64a9cf0f47968601 .table_807f5d5522d539d9 tbody .quantity_07ab6973962ca22a li .btn_e15c0a04cf2f6c1d {
  font-size: 24px;
  padding: 0;
  border: none;
  vertical-align: inherit;
  color: #1d1d1d;
  background: transparent;
}
.cart-list-form_64a9cf0f47968601 .table_807f5d5522d539d9 tbody .quantity_07ab6973962ca22a 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_64a9cf0f47968601 .table_807f5d5522d539d9 tbody .remove-product_b598ce832be4b6ae {
  color: #000;
  font-size: 22px;
}
.cart-list-form_64a9cf0f47968601 .table_807f5d5522d539d9 tbody .remove-product_b598ce832be4b6ae:hover {
  color: #ff2759;
}
.cart-list-form_64a9cf0f47968601 .cart-footer_58f63fe2ef2a0bc1 {
  border-top: 2px solid #545454;
  margin-top: 28px;
  padding-top: 40px;
}
.cart-list-form_64a9cf0f47968601 .cart-footer_58f63fe2ef2a0bc1 .coupon-form_e7eb1346ebc0dd21 input {
  width: 240px;
  height: 50px;
  border: none;
  border-bottom: 2px solid #545454;
  font-size: 18px;
  margin-right: 30px;
  background: transparent;
}
.cart-list-form_64a9cf0f47968601 .cart-footer_58f63fe2ef2a0bc1 .cart-total-section_8943e7080db375ea {
  text-align: right;
  padding-right: 82px;
}
.cart-list-form_64a9cf0f47968601 .cart-footer_58f63fe2ef2a0bc1 .cart-total-section_8943e7080db375ea .cart-total-table_b6c30d405e024c9f 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_64a9cf0f47968601 .cart-footer_58f63fe2ef2a0bc1 .cart-total-section_8943e7080db375ea .cart-total-table_b6c30d405e024c9f tr td {
  font-size: 18px;
  font-weight: 500;
  color: #19352D;
  padding-bottom: 16px;
}

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

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

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

.fancybox-active_2592d2c1ed193299 {
  height: auto;
}

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

.fancybox-caption_d0d26d0d96f411c8, .fancybox-infobar_e729e70a3c7e5df7, .fancybox-navigation_aadcf6bcaed7a2d9 .fancybox-button_fc62add09c3138b5, .fancybox-toolbar_2a0e0db387a65ef0 {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption_7da8f44caf32f5f4 .fancybox-caption_d0d26d0d96f411c8, .fancybox-show-infobar_1eab058c5a301406 .fancybox-infobar_e729e70a3c7e5df7, .fancybox-show-nav_ddf9164959560f33 .fancybox-navigation_aadcf6bcaed7a2d9 .fancybox-button_fc62add09c3138b5, .fancybox-show-toolbar_e6461e9e5db37d05 .fancybox-toolbar_2a0e0db387a65ef0 {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}

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

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

.fancybox-is-open_0b6f56af393e563d .fancybox-stage_730785e46fa20d53 {
  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_b649870a451ba025 .fancybox-slide, .fancybox-slide--current_21baf0f34b99a27a, .fancybox-slide--next_44112d08cda31fca, .fancybox-slide--previous_6d326f6f3b75a983 {
  display: block;
}

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

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

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

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

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

.fancybox-content_493747e0884bcd24 {
  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_0a6882ef8d778d3d .fancybox-content_493747e0884bcd24 {
  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_51fb7cfa6f42a61d .fancybox-content_493747e0884bcd24 {
  cursor: zoom-out;
}

.fancybox-can-zoomIn_2156d40814cb62b8 .fancybox-content_493747e0884bcd24 {
  cursor: zoom-in;
}

.fancybox-can-drag_d5e8d0e42653cced .fancybox-content_493747e0884bcd24 {
  cursor: grab;
}

.fancybox-is-dragging_8d15ca8c355c1a7a .fancybox-content_493747e0884bcd24 {
  cursor: grabbing;
}

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

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

.fancybox-slide--html_61ed9a077259d7c4 .fancybox-content_493747e0884bcd24 {
  margin-bottom: 6px;
}

.fancybox-slide--iframe_76601c39b215faad .fancybox-content_493747e0884bcd24, .fancybox-slide--map_f6348dd38d8f7357 .fancybox-content_493747e0884bcd24, .fancybox-slide--video_392128385580c8e3 .fancybox-content_493747e0884bcd24 {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video_392128385580c8e3 .fancybox-content_493747e0884bcd24 {
  background: #000;
}

.fancybox-slide--map_f6348dd38d8f7357 .fancybox-content_493747e0884bcd24 {
  background: #e5e3df;
}

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

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

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

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

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

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

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

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

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

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

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

.fancybox-button--play_16d4329096d753b0 svg path, .fancybox-button--share_07909d38c52d85d5 svg path, .fancybox-button--thumbs_39d96981ce5b2c06 svg path {
  fill: currentColor;
}

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

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

.fancybox-show-nav_ddf9164959560f33 .fancybox-navigation_aadcf6bcaed7a2d9 .fancybox-button_fc62add09c3138b5 {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

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

.fancybox-navigation_aadcf6bcaed7a2d9 .fancybox-button--arrow_left_8dd362138afc6cef {
  left: 6px;
}

.fancybox-navigation_aadcf6bcaed7a2d9 .fancybox-button--arrow_right_83ac7b2581373afd {
  right: 6px;
}

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

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

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

.fancybox-slide--iframe_76601c39b215faad .fancybox-close-small_fa4744871ac1b39f, .fancybox-slide--image_0a6882ef8d778d3d .fancybox-close-small_fa4744871ac1b39f, .fancybox-slide--video_392128385580c8e3 .fancybox-close-small_fa4744871ac1b39f {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--iframe_76601c39b215faad .fancybox-close-small_fa4744871ac1b39f:hover svg, .fancybox-slide--image_0a6882ef8d778d3d .fancybox-close-small_fa4744871ac1b39f:hover svg, .fancybox-slide--video_392128385580c8e3 .fancybox-close-small_fa4744871ac1b39f:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling_0d12bd61d4c266ab .fancybox-close-small_fa4744871ac1b39f, .fancybox-is-zoomable_33816483cb08a43d.fancybox-can-drag_d5e8d0e42653cced .fancybox-close-small_fa4744871ac1b39f {
  display: none;
}

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

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

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

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

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

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

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

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

.fancybox-fx-fade_50b87716e63eebab.fancybox-slide--next_44112d08cda31fca, .fancybox-fx-fade_50b87716e63eebab.fancybox-slide--previous_6d326f6f3b75a983 {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade_50b87716e63eebab.fancybox-slide--current_21baf0f34b99a27a {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-share__input_51a5f339dfad051a {
  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_51651f3faeebbe8f {
  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_50b9e67e65b1cc8d {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs_56f04783c5626f24 .fancybox-thumbs_51651f3faeebbe8f {
  display: block;
}

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

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

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

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

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

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

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

.fancybox-thumbs_51651f3faeebbe8f > 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_51651f3faeebbe8f .fancybox-thumbs-active_f4c606f97bf661d5:before {
  opacity: 1;
}

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

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

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

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

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

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

.slick-slider_bbe99d28bc97ab5e .slick-track_51d1fa5f73a3dce5,
.slick-slider_bbe99d28bc97ab5e .slick-list_3fe9626ed6de67e0 {
  transform: translate3d(0, 0, 0);
}

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

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

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

.slick-loading_c52693d322330e96 .slick-track_51d1fa5f73a3dce5 {
  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_c52693d322330e96 img {
  display: none;
}

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

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

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

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

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