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

.h1_54340b4751f9b1c8,
h1,
.h2_a1c1d61d1c6a8e77,
h2,
.h3_8c36e08374a7709c,
h3,
.h4_e27406de64ff3f99,
h4,
.h5_0a121bae42127ca9,
h5,
.h6_6ee1818b1466a1cd,
h6 {
  font-weight: 500;
  color: #19352D;
}

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

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

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

p {
  line-height: 1.7em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box-layout_059d83d6797855f5 {
  margin: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p0_72478fb7790e30ee {
  padding: 0 !important;
}

.m0_a8989fc387e36260 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1399px) {
  .xl-p0_a87a83c673e05d1a {
    padding: 0 !important;
  }
  .xl-m0_b490cd7dab5c9811 {
    margin: 0 !important;
  }
  .xl-pt-10_054e8087a44350bb {
    padding-top: 10px !important;
  }
  .xl-pt-20_24062f89f32787be {
    padding-top: 20px !important;
  }
  .xl-pt-30_3eaa34097b08b799 {
    padding-top: 30px !important;
  }
  .xl-pt-40_a8b4777f74931157 {
    padding-top: 40px !important;
  }
  .xl-pt-50_0c6ef1e1f761a656 {
    padding-top: 50px !important;
  }
  .xl-pt-60_c5326d16119fd70f {
    padding-top: 60px !important;
  }
  .xl-pt-70_1bca9c95e2d7655d {
    padding-top: 70px !important;
  }
  .xl-pt-80_8b55f27bf48aee85 {
    padding-top: 80px !important;
  }
  .xl-pt-90_32846e01697fadfa {
    padding-top: 90px !important;
  }
  .xl-pt-100_b39e01e48da7838e {
    padding-top: 100px !important;
  }
  .xl-pt-110_46602ed8718b5a94 {
    padding-top: 110px !important;
  }
  .xl-pt-120_45fb6f71b45a82d3 {
    padding-top: 120px !important;
  }
  .xl-pt-130_75cd31c2028e409b {
    padding-top: 130px !important;
  }
  .xl-pt-140_53c410a5d8c26793 {
    padding-top: 140px !important;
  }
  .xl-pt-150_8a27417666cdf227 {
    padding-top: 150px !important;
  }
  .xl-pt-200_9f7a5d67ddeb3436 {
    padding-top: 200px !important;
  }
  .xl-pb-10_40c6d3af00f2fd01 {
    padding-bottom: 10px !important;
  }
  .xl-pb-20_709615b8b211b229 {
    padding-bottom: 20px !important;
  }
  .xl-pb-30_1760d2ad26d08a18 {
    padding-bottom: 30px !important;
  }
  .xl-pb-40_4649e06b6c24cf20 {
    padding-bottom: 40px !important;
  }
  .xl-pb-50_5f7eaa1bbac629d1 {
    padding-bottom: 50px !important;
  }
  .xl-pb-60_880ee3949c10f08d {
    padding-bottom: 60px !important;
  }
  .xl-pb-70_369d9bd957a9bf29 {
    padding-bottom: 70px !important;
  }
  .xl-pb-80_50076b89c97b1f02 {
    padding-bottom: 80px !important;
  }
  .xl-pb-90_2e1f23cbfd8f3d24 {
    padding-bottom: 90px !important;
  }
  .xl-pb-100_70ac647e25ea3c56 {
    padding-bottom: 100px !important;
  }
  .xl-pb-110_4acb24f4414de80e {
    padding-bottom: 110px !important;
  }
  .xl-pb-120_092aaaf9e68fab3a {
    padding-bottom: 120px !important;
  }
  .xl-pb-130_a7d8ed1e2f2cc9e7 {
    padding-bottom: 130px !important;
  }
  .xl-pb-140_b9078c540aed1350 {
    padding-bottom: 140px !important;
  }
  .xl-pb-150_cccd01e3b874aea9 {
    padding-bottom: 150px !important;
  }
  .xl-pb-200_c46d42942b5fd605 {
    padding-bottom: 200px !important;
  }
  .xl-mt-10_6f3d487fbb29752d {
    margin-top: 10px !important;
  }
  .xl-mt-20_767505c17ce75648 {
    margin-top: 20px !important;
  }
  .xl-mt-30_7669c15c6830b950 {
    margin-top: 30px !important;
  }
  .xl-mt-40_bc46c4a0b75f2f18 {
    margin-top: 40px !important;
  }
  .xl-mt-50_455f2eed5a50c51d {
    margin-top: 50px !important;
  }
  .xl-mt-60_d14ed68f3d879f40 {
    margin-top: 60px !important;
  }
  .xl-mt-70_d376c0bbaa6e8804 {
    margin-top: 70px !important;
  }
  .xl-mt-80_950d5bcd85ab6b58 {
    margin-top: 80px !important;
  }
  .xl-mt-90_0b281b88297d096a {
    margin-top: 90px !important;
  }
  .xl-mt-100_dc7af41d25c4b8ce {
    margin-top: 100px !important;
  }
  .xl-mt-110_f3d0059dad92a447 {
    margin-top: 110px !important;
  }
  .xl-mt-120_7d1e55e29f2ac670 {
    margin-top: 120px !important;
  }
  .xl-mt-130_71bd6d66eb6d2b9d {
    margin-top: 130px !important;
  }
  .xl-mt-140_ec47a4af8868af5f {
    margin-top: 140px !important;
  }
  .xl-mt-150_89d3fbf0865fc70d {
    margin-top: 150px !important;
  }
  .xl-mt-200_939639a70ccad6ff {
    margin-top: 200px !important;
  }
  .xl-mb-10_df6f7ee88729f145 {
    margin-bottom: 10px !important;
  }
  .xl-mb-20_ac2a9ad374ef075c {
    margin-bottom: 20px !important;
  }
  .xl-mb-30_a4fc63dfd7e89aa5 {
    margin-bottom: 30px !important;
  }
  .xl-mb-40_6447ba0b5c8a0904 {
    margin-bottom: 40px !important;
  }
  .xl-mb-50_b6d7d0dc45fea436 {
    margin-bottom: 50px !important;
  }
  .xl-mb-60_641672962dc647e4 {
    margin-bottom: 60px !important;
  }
  .xl-mb-70_3c5af482f9c0bf88 {
    margin-bottom: 70px !important;
  }
  .xl-mb-80_91da30aad32139d0 {
    margin-bottom: 80px !important;
  }
  .xl-mb-90_146db429af7fd50c {
    margin-bottom: 90px !important;
  }
  .xl-mb-100_b372f36ded38ca72 {
    margin-bottom: 100px !important;
  }
  .xl-mb-110_10ac300e7b495437 {
    margin-bottom: 110px !important;
  }
  .xl-mb-120_2b7f7d50f156b69b {
    margin-bottom: 120px !important;
  }
  .xl-mb-130_cbf7d666d8ed5a14 {
    margin-bottom: 130px !important;
  }
  .xl-mb-140_10d9f942e5906655 {
    margin-bottom: 140px !important;
  }
  .xl-mb-150_19af12017a8c4f3d {
    margin-bottom: 150px !important;
  }
  .xl-mb-200_cee4c2c9ce742ecb {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 1399px)*/
@media (max-width: 1199px) {
  .lg-p0_4e0aa60f28ea90da {
    padding: 0 !important;
  }
  .lg-m0_1388089d7a997df5 {
    margin: 0 !important;
  }
  .lg-pt-10_f8cc7819cea6ed1f {
    padding-top: 10px !important;
  }
  .lg-pt-20_f18af3ec35434662 {
    padding-top: 20px !important;
  }
  .lg-pt-30_071779ec2b20e936 {
    padding-top: 30px !important;
  }
  .lg-pt-40_b634f965d54ece0f {
    padding-top: 40px !important;
  }
  .lg-pt-50_64e9db85d6d78885 {
    padding-top: 50px !important;
  }
  .lg-pt-60_024738ac1141f392 {
    padding-top: 60px !important;
  }
  .lg-pt-70_3bb1539fae0a87b0 {
    padding-top: 70px !important;
  }
  .lg-pt-80_f90f3182768c5155 {
    padding-top: 80px !important;
  }
  .lg-pt-90_1481acdf0c688cfc {
    padding-top: 90px !important;
  }
  .lg-pt-100_79d7cc4df245cea1 {
    padding-top: 100px !important;
  }
  .lg-pt-110_3a78117a4710182f {
    padding-top: 110px !important;
  }
  .lg-pt-120_39c53d48d6f73815 {
    padding-top: 120px !important;
  }
  .lg-pt-130_40446fb20d8c9a1e {
    padding-top: 130px !important;
  }
  .lg-pt-140_7187ae940eb77630 {
    padding-top: 140px !important;
  }
  .lg-pt-150_ecf1f8158ab25880 {
    padding-top: 150px !important;
  }
  .lg-pt-200_011fbb7639b6c55d {
    padding-top: 200px !important;
  }
  .lg-pb-10_df40546673b19aab {
    padding-bottom: 10px !important;
  }
  .lg-pb-20_17cb429952c79433 {
    padding-bottom: 20px !important;
  }
  .lg-pb-30_b3de6ce46732636c {
    padding-bottom: 30px !important;
  }
  .lg-pb-40_de45d07456fc2c41 {
    padding-bottom: 40px !important;
  }
  .lg-pb-50_f53b9606876769e5 {
    padding-bottom: 50px !important;
  }
  .lg-pb-60_08aa43872c6dc499 {
    padding-bottom: 60px !important;
  }
  .lg-pb-70_d4d4c515353217a8 {
    padding-bottom: 70px !important;
  }
  .lg-pb-80_98f0ad70ca2448aa {
    padding-bottom: 80px !important;
  }
  .lg-pb-90_730a1adcd66b3233 {
    padding-bottom: 90px !important;
  }
  .lg-pb-100_25cbac035200b80c {
    padding-bottom: 100px !important;
  }
  .lg-pb-110_e8ea2d955af1aaa2 {
    padding-bottom: 110px !important;
  }
  .lg-pb-120_811d27cbd6670da1 {
    padding-bottom: 120px !important;
  }
  .lg-pb-130_44c66287c3b8c4cb {
    padding-bottom: 130px !important;
  }
  .lg-pb-140_76f50d98ca5c6267 {
    padding-bottom: 140px !important;
  }
  .lg-pb-150_2eb8a14c98c336c5 {
    padding-bottom: 150px !important;
  }
  .lg-pb-200_eb9f3c587a4a5835 {
    padding-bottom: 200px !important;
  }
  .lg-mt-10_156247055cb79d57 {
    margin-top: 10px !important;
  }
  .lg-mt-20_8c1408e2376439da {
    margin-top: 20px !important;
  }
  .lg-mt-30_0a6f4c02c0e5e60e {
    margin-top: 30px !important;
  }
  .lg-mt-40_7382842aca4dfb8e {
    margin-top: 40px !important;
  }
  .lg-mt-50_3ed09e1988221839 {
    margin-top: 50px !important;
  }
  .lg-mt-60_1b4ee2e183ae6a29 {
    margin-top: 60px !important;
  }
  .lg-mt-70_d6618546796f52fc {
    margin-top: 70px !important;
  }
  .lg-mt-80_72f48b6d2bd9bc30 {
    margin-top: 80px !important;
  }
  .lg-mt-90_8c8faf027121154a {
    margin-top: 90px !important;
  }
  .lg-mt-100_c081b44c7d155862 {
    margin-top: 100px !important;
  }
  .lg-mt-110_6d4cdb82be6826d1 {
    margin-top: 110px !important;
  }
  .lg-mt-120_5ad6260481cc2d44 {
    margin-top: 120px !important;
  }
  .lg-mt-130_6e0ba75177563654 {
    margin-top: 130px !important;
  }
  .lg-mt-140_5f1ea6d2de4c80d9 {
    margin-top: 140px !important;
  }
  .lg-mt-150_483ee2084e977d47 {
    margin-top: 150px !important;
  }
  .lg-mt-200_0f22f9661f205cad {
    margin-top: 200px !important;
  }
  .lg-mb-10_af77840ac9fd60d8 {
    margin-bottom: 10px !important;
  }
  .lg-mb-20_04897c39317b4ad4 {
    margin-bottom: 20px !important;
  }
  .lg-mb-30_dcf01d105ef5708f {
    margin-bottom: 30px !important;
  }
  .lg-mb-40_98ef6171a6f8c57f {
    margin-bottom: 40px !important;
  }
  .lg-mb-50_7c468f98b46741fe {
    margin-bottom: 50px !important;
  }
  .lg-mb-60_5e6fb7df5c1174ca {
    margin-bottom: 60px !important;
  }
  .lg-mb-70_a9c7b978f8a11cdc {
    margin-bottom: 70px !important;
  }
  .lg-mb-80_ca90c46bd999c7f4 {
    margin-bottom: 80px !important;
  }
  .lg-mb-90_c2e7b145e3f5b51a {
    margin-bottom: 90px !important;
  }
  .lg-mb-100_31141120de2bc462 {
    margin-bottom: 100px !important;
  }
  .lg-mb-110_af39ee491e09c5d9 {
    margin-bottom: 110px !important;
  }
  .lg-mb-120_641bca3aabf678c9 {
    margin-bottom: 120px !important;
  }
  .lg-mb-130_9c4118da75ad31d8 {
    margin-bottom: 130px !important;
  }
  .lg-mb-140_bc761dc0edfc867a {
    margin-bottom: 140px !important;
  }
  .lg-mb-150_ba86d8da40f0dc1a {
    margin-bottom: 150px !important;
  }
  .lg-mb-200_a7e5f0e3b5edf90d {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 1199px)*/
@media (max-width: 991px) {
  .md-p0_d27c7a4ed48e9f90 {
    padding: 0 !important;
  }
  .md-m0_cb9ceda63de5040a {
    margin: 0 !important;
  }
  .md-pt-10_a22325fa9a1034db {
    padding-top: 10px !important;
  }
  .md-pt-20_7d7bd1374bf8255c {
    padding-top: 20px !important;
  }
  .md-pt-30_358925de9cd652a7 {
    padding-top: 30px !important;
  }
  .md-pt-40_670ffccd534641e1 {
    padding-top: 40px !important;
  }
  .md-pt-50_0d0e356eb0b270b8 {
    padding-top: 50px !important;
  }
  .md-pt-60_c2a71607b249ab95 {
    padding-top: 60px !important;
  }
  .md-pt-70_4caf2fbb346c7a39 {
    padding-top: 70px !important;
  }
  .md-pt-80_06755da34128258c {
    padding-top: 80px !important;
  }
  .md-pt-90_65739ccf9dd9b881 {
    padding-top: 90px !important;
  }
  .md-pt-100_d5d5fcaece30199a {
    padding-top: 100px !important;
  }
  .md-pt-110_b3b6104465d38e0e {
    padding-top: 110px !important;
  }
  .md-pt-120_1cbbbd714e180f62 {
    padding-top: 120px !important;
  }
  .md-pt-130_5689001629033c0d {
    padding-top: 130px !important;
  }
  .md-pt-140_db20fd4d8ba082f1 {
    padding-top: 140px !important;
  }
  .md-pt-150_9bc9f1fa54e0b947 {
    padding-top: 150px !important;
  }
  .md-pt-200_665734a6f6a0209d {
    padding-top: 200px !important;
  }
  .md-pb-10_8b599d45b10982e5 {
    padding-bottom: 10px !important;
  }
  .md-pb-20_13fc5a627ad95327 {
    padding-bottom: 20px !important;
  }
  .md-pb-30_21429ccc1b386abb {
    padding-bottom: 30px !important;
  }
  .md-pb-40_73c55c53340b8062 {
    padding-bottom: 40px !important;
  }
  .md-pb-50_dee00c0d896e2baa {
    padding-bottom: 50px !important;
  }
  .md-pb-60_b83ae1ce513bf8ae {
    padding-bottom: 60px !important;
  }
  .md-pb-70_6d47b1db6b5f6e68 {
    padding-bottom: 70px !important;
  }
  .md-pb-80_ee25ebf4eafc9b74 {
    padding-bottom: 80px !important;
  }
  .md-pb-90_e73314f39b90d097 {
    padding-bottom: 90px !important;
  }
  .md-pb-100_ebaae96ff08980d1 {
    padding-bottom: 100px !important;
  }
  .md-pb-110_802db43d264d4b77 {
    padding-bottom: 110px !important;
  }
  .md-pb-120_e22bb69c27af077b {
    padding-bottom: 120px !important;
  }
  .md-pb-130_36a12afbc29baa49 {
    padding-bottom: 130px !important;
  }
  .md-pb-140_74f017b7c4cfc5da {
    padding-bottom: 140px !important;
  }
  .md-pb-150_2b8aea6bc6738de2 {
    padding-bottom: 150px !important;
  }
  .md-pb-200_b4108129f9427e0f {
    padding-bottom: 200px !important;
  }
  .md-mt-10_32b742690252b7b5 {
    margin-top: 10px !important;
  }
  .md-mt-20_6a179884c6fe67c7 {
    margin-top: 20px !important;
  }
  .md-mt-30_c99ed439f848bb08 {
    margin-top: 30px !important;
  }
  .md-mt-40_23b6b0d405becc58 {
    margin-top: 40px !important;
  }
  .md-mt-50_7af226c86a5f8f99 {
    margin-top: 50px !important;
  }
  .md-mt-60_78bc12515074a122 {
    margin-top: 60px !important;
  }
  .md-mt-70_56f7fb7dabacae1c {
    margin-top: 70px !important;
  }
  .md-mt-80_84cc721b5f5b91aa {
    margin-top: 80px !important;
  }
  .md-mt-90_4004472fefae3203 {
    margin-top: 90px !important;
  }
  .md-mt-100_a7a92f10882c366e {
    margin-top: 100px !important;
  }
  .md-mt-110_8a80481712fca60d {
    margin-top: 110px !important;
  }
  .md-mt-120_bf726b78cd2cf1bd {
    margin-top: 120px !important;
  }
  .md-mt-130_73aae745f6883ff3 {
    margin-top: 130px !important;
  }
  .md-mt-140_f4aefdb383c876de {
    margin-top: 140px !important;
  }
  .md-mt-150_81e80ec507bf0d1f {
    margin-top: 150px !important;
  }
  .md-mt-200_fbce10437c4c7d06 {
    margin-top: 200px !important;
  }
  .md-mb-10_a4746d27f09b09e6 {
    margin-bottom: 10px !important;
  }
  .md-mb-20_a56d657e513d8755 {
    margin-bottom: 20px !important;
  }
  .md-mb-30_341c5636a3484fd6 {
    margin-bottom: 30px !important;
  }
  .md-mb-40_6c6b077a66f41172 {
    margin-bottom: 40px !important;
  }
  .md-mb-50_5e6eb55b1994a654 {
    margin-bottom: 50px !important;
  }
  .md-mb-60_29a3f76e561a3de5 {
    margin-bottom: 60px !important;
  }
  .md-mb-70_a037a7997b8ada95 {
    margin-bottom: 70px !important;
  }
  .md-mb-80_ebe04a52c8faa03a {
    margin-bottom: 80px !important;
  }
  .md-mb-90_7e2973319cabf9fc {
    margin-bottom: 90px !important;
  }
  .md-mb-100_c2250799af256b61 {
    margin-bottom: 100px !important;
  }
  .md-mb-110_85bc96dda2a48c70 {
    margin-bottom: 110px !important;
  }
  .md-mb-120_ad049004700c8591 {
    margin-bottom: 120px !important;
  }
  .md-mb-130_becfc2a8c929833f {
    margin-bottom: 130px !important;
  }
  .md-mb-140_3acc1ef4430b3345 {
    margin-bottom: 140px !important;
  }
  .md-mb-150_aa845bd90ad73ce0 {
    margin-bottom: 150px !important;
  }
  .md-mb-200_734c03d0a5951465 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 991px)*/
@media (max-width: 767px) {
  .sm-p0_4a3ff92f03991daa {
    padding: 0 !important;
  }
  .sm-m0_a85b53f29fc60eaf {
    margin: 0 !important;
  }
  .sm-pt-10_54a0522228597ac8 {
    padding-top: 10px !important;
  }
  .sm-pt-20_7a7c28467d297906 {
    padding-top: 20px !important;
  }
  .sm-pt-30_8674ac016517f947 {
    padding-top: 30px !important;
  }
  .sm-pt-40_310feb7de1fee9cd {
    padding-top: 40px !important;
  }
  .sm-pt-50_020d63bb591e10d5 {
    padding-top: 50px !important;
  }
  .sm-pt-60_c80e22f26436f00c {
    padding-top: 60px !important;
  }
  .sm-pt-70_022d638a02183dd9 {
    padding-top: 70px !important;
  }
  .sm-pt-80_85bd729f35d2940e {
    padding-top: 80px !important;
  }
  .sm-pt-90_a77084cad98fcf0d {
    padding-top: 90px !important;
  }
  .sm-pt-100_c00312be499f5c70 {
    padding-top: 100px !important;
  }
  .sm-pt-110_09de728341109cbd {
    padding-top: 110px !important;
  }
  .sm-pt-120_0f436348a848cd00 {
    padding-top: 120px !important;
  }
  .sm-pt-130_e3121a4ca8b4035f {
    padding-top: 130px !important;
  }
  .sm-pt-140_91937bcd6cb2ad10 {
    padding-top: 140px !important;
  }
  .sm-pt-150_3a16dd32451ce07b {
    padding-top: 150px !important;
  }
  .sm-pt-200_562e7de3fc9ec4f8 {
    padding-top: 200px !important;
  }
  .sm-pb-10_40a56cc217410603 {
    padding-bottom: 10px !important;
  }
  .sm-pb-20_1a2a63b6c3dbffb3 {
    padding-bottom: 20px !important;
  }
  .sm-pb-30_97875c4ca9a8a01f {
    padding-bottom: 30px !important;
  }
  .sm-pb-40_09375fad6642565c {
    padding-bottom: 40px !important;
  }
  .sm-pb-50_2a82ac1e522333fb {
    padding-bottom: 50px !important;
  }
  .sm-pb-60_574135517ba4bb74 {
    padding-bottom: 60px !important;
  }
  .sm-pb-70_d3831361e5a3b638 {
    padding-bottom: 70px !important;
  }
  .sm-pb-80_64d512a5ad2fecea {
    padding-bottom: 80px !important;
  }
  .sm-pb-90_a8e51aa3da0e9bcc {
    padding-bottom: 90px !important;
  }
  .sm-pb-100_d119bed028b89662 {
    padding-bottom: 100px !important;
  }
  .sm-pb-110_3ec6bcf09d729235 {
    padding-bottom: 110px !important;
  }
  .sm-pb-120_126f73cbd37ad099 {
    padding-bottom: 120px !important;
  }
  .sm-pb-130_214f438212d52f63 {
    padding-bottom: 130px !important;
  }
  .sm-pb-140_43d85f4c4dcc783b {
    padding-bottom: 140px !important;
  }
  .sm-pb-150_ec696e0dd4bbd319 {
    padding-bottom: 150px !important;
  }
  .sm-pb-200_c017e7922b7839f0 {
    padding-bottom: 200px !important;
  }
  .sm-mt-10_bd9b1b61492d3c6b {
    margin-top: 10px !important;
  }
  .sm-mt-20_8380e1051f3106dc {
    margin-top: 20px !important;
  }
  .sm-mt-30_8c6b5caeff3fe0b1 {
    margin-top: 30px !important;
  }
  .sm-mt-40_c0be5aae244a3e24 {
    margin-top: 40px !important;
  }
  .sm-mt-50_e824ac53ecbcd671 {
    margin-top: 50px !important;
  }
  .sm-mt-60_8fa60aae1f508131 {
    margin-top: 60px !important;
  }
  .sm-mt-70_7b8a3e3323b397d9 {
    margin-top: 70px !important;
  }
  .sm-mt-80_f5c88ff5d82015c2 {
    margin-top: 80px !important;
  }
  .sm-mt-90_1a26c87da871fba9 {
    margin-top: 90px !important;
  }
  .sm-mt-100_b74a9c24f4f74627 {
    margin-top: 100px !important;
  }
  .sm-mt-110_7648b08d1e426ba3 {
    margin-top: 110px !important;
  }
  .sm-mt-120_202666ebfcbf8a28 {
    margin-top: 120px !important;
  }
  .sm-mt-130_1c8afd7a3533b4e1 {
    margin-top: 130px !important;
  }
  .sm-mt-140_0fb9a06d4bb6a10b {
    margin-top: 140px !important;
  }
  .sm-mt-150_58d077720354f9c4 {
    margin-top: 150px !important;
  }
  .sm-mt-200_fc2c93aef7e02db0 {
    margin-top: 200px !important;
  }
  .sm-mb-10_f649e6c18ce7a738 {
    margin-bottom: 10px !important;
  }
  .sm-mb-20_1c25799057bb2502 {
    margin-bottom: 20px !important;
  }
  .sm-mb-30_e25911f50696945b {
    margin-bottom: 30px !important;
  }
  .sm-mb-40_10e88e0b5614f87c {
    margin-bottom: 40px !important;
  }
  .sm-mb-50_ef9b291abe9d9938 {
    margin-bottom: 50px !important;
  }
  .sm-mb-60_45219c481ad12d24 {
    margin-bottom: 60px !important;
  }
  .sm-mb-70_e6e960bad43238a4 {
    margin-bottom: 70px !important;
  }
  .sm-mb-80_a70f49185aa1552a {
    margin-bottom: 80px !important;
  }
  .sm-mb-90_44eceacb34371f2a {
    margin-bottom: 90px !important;
  }
  .sm-mb-100_24cdbfc18b23fa44 {
    margin-bottom: 100px !important;
  }
  .sm-mb-110_dee0038190bc103b {
    margin-bottom: 110px !important;
  }
  .sm-mb-120_de3d2c61a8a330e4 {
    margin-bottom: 120px !important;
  }
  .sm-mb-130_8eda4866ebcbe4e4 {
    margin-bottom: 130px !important;
  }
  .sm-mb-140_bfbc0b09bd2007e0 {
    margin-bottom: 140px !important;
  }
  .sm-mb-150_cf1bf3aed8395053 {
    margin-bottom: 150px !important;
  }
  .sm-mb-200_fc2c73c7e5199154 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 767px)*/
@media (max-width: 575px) {
  .xs-p0_6294e3723dac057f {
    padding: 0 !important;
  }
  .xs-m0_9f8a98e5a8eda422 {
    margin: 0 !important;
  }
  .xs-pt-10_d4f0a3e0da3c83a9 {
    padding-top: 10px !important;
  }
  .xs-pt-20_a3dedafbb7ddbfd7 {
    padding-top: 20px !important;
  }
  .xs-pt-30_66bf1852caa7cc29 {
    padding-top: 30px !important;
  }
  .xs-pt-40_1e0b0a37db30273c {
    padding-top: 40px !important;
  }
  .xs-pt-50_d1d4cb24a91de4ff {
    padding-top: 50px !important;
  }
  .xs-pt-60_95971d9f23296f00 {
    padding-top: 60px !important;
  }
  .xs-pt-70_e4a61e104580df28 {
    padding-top: 70px !important;
  }
  .xs-pt-80_382a9f59f3daa4f4 {
    padding-top: 80px !important;
  }
  .xs-pt-90_e59a6de18e77fd1e {
    padding-top: 90px !important;
  }
  .xs-pt-100_f05303f3e63ab217 {
    padding-top: 100px !important;
  }
  .xs-pt-110_3f801d41fa96ccb9 {
    padding-top: 110px !important;
  }
  .xs-pt-120_2ca0dbb56cf01379 {
    padding-top: 120px !important;
  }
  .xs-pt-130_85195f58c17309cc {
    padding-top: 130px !important;
  }
  .xs-pt-140_383888c2bbcb954e {
    padding-top: 140px !important;
  }
  .xs-pt-150_250886f3e7f60490 {
    padding-top: 150px !important;
  }
  .xs-pt-200_e9506c8027247c8b {
    padding-top: 200px !important;
  }
  .xs-pb-10_32fd63d4a3f4351e {
    padding-bottom: 10px !important;
  }
  .xs-pb-20_584af3e8af22273e {
    padding-bottom: 20px !important;
  }
  .xs-pb-30_12fcd5679d08871b {
    padding-bottom: 30px !important;
  }
  .xs-pb-40_3bdfeb64cbbddc09 {
    padding-bottom: 40px !important;
  }
  .xs-pb-50_4d9a651b1d013dc8 {
    padding-bottom: 50px !important;
  }
  .xs-pb-60_1dbc56ab564b573d {
    padding-bottom: 60px !important;
  }
  .xs-pb-70_89c8775fa26608da {
    padding-bottom: 70px !important;
  }
  .xs-pb-80_e303e740464f20d0 {
    padding-bottom: 80px !important;
  }
  .xs-pb-90_f69f8e8fbcafc4e7 {
    padding-bottom: 90px !important;
  }
  .xs-pb-100_bc332e8e1fa595eb {
    padding-bottom: 100px !important;
  }
  .xs-pb-110_69a7965f800dea85 {
    padding-bottom: 110px !important;
  }
  .xs-pb-120_b954d15ea1b5eda0 {
    padding-bottom: 120px !important;
  }
  .xs-pb-130_9a6986cdfa4be2d8 {
    padding-bottom: 130px !important;
  }
  .xs-pb-140_b05acac193045a7e {
    padding-bottom: 140px !important;
  }
  .xs-pb-150_688845f481206c63 {
    padding-bottom: 150px !important;
  }
  .xs-pb-200_abc7df71b15d7dd3 {
    padding-bottom: 200px !important;
  }
  .xs-mt-10_1f224277acf53e47 {
    margin-top: 10px !important;
  }
  .xs-mt-20_0ac7c31f58d2ac94 {
    margin-top: 20px !important;
  }
  .xs-mt-30_f8c885eaa49855c0 {
    margin-top: 30px !important;
  }
  .xs-mt-40_2456132ed0f32f61 {
    margin-top: 40px !important;
  }
  .xs-mt-50_ec18f5fdad8b5c36 {
    margin-top: 50px !important;
  }
  .xs-mt-60_815a5808bff7eb6a {
    margin-top: 60px !important;
  }
  .xs-mt-70_bd4dde2bb154adb4 {
    margin-top: 70px !important;
  }
  .xs-mt-80_860b06d083760dcf {
    margin-top: 80px !important;
  }
  .xs-mt-90_2991c95dbc3fffb7 {
    margin-top: 90px !important;
  }
  .xs-mt-100_43474921da144665 {
    margin-top: 100px !important;
  }
  .xs-mt-110_1d09f30e72a5d032 {
    margin-top: 110px !important;
  }
  .xs-mt-120_01932c30a0f8459b {
    margin-top: 120px !important;
  }
  .xs-mt-130_4bfe4e6ee59bea50 {
    margin-top: 130px !important;
  }
  .xs-mt-140_167932a84eff9772 {
    margin-top: 140px !important;
  }
  .xs-mt-150_905fba5fdfff6088 {
    margin-top: 150px !important;
  }
  .xs-mt-200_b8c57bb873491852 {
    margin-top: 200px !important;
  }
  .xs-mb-10_87f045280c803fa1 {
    margin-bottom: 10px !important;
  }
  .xs-mb-20_1d375f3cae253e32 {
    margin-bottom: 20px !important;
  }
  .xs-mb-30_a35d6c3a70b75436 {
    margin-bottom: 30px !important;
  }
  .xs-mb-40_96efa282ec8311d1 {
    margin-bottom: 40px !important;
  }
  .xs-mb-50_289ccee8a5fdcd7b {
    margin-bottom: 50px !important;
  }
  .xs-mb-60_1643628f9085a0b5 {
    margin-bottom: 60px !important;
  }
  .xs-mb-70_0a0dac1c7fd2b5f5 {
    margin-bottom: 70px !important;
  }
  .xs-mb-80_87c46b49db876027 {
    margin-bottom: 80px !important;
  }
  .xs-mb-90_caf1824f6f825257 {
    margin-bottom: 90px !important;
  }
  .xs-mb-100_a21aab74be519054 {
    margin-bottom: 100px !important;
  }
  .xs-mb-110_e14eada88e009020 {
    margin-bottom: 110px !important;
  }
  .xs-mb-120_336b77e8edfc39b6 {
    margin-bottom: 120px !important;
  }
  .xs-mb-130_a9690e6ee2e4a4dc {
    margin-bottom: 130px !important;
  }
  .xs-mb-140_866a01d9ef0e8ad3 {
    margin-bottom: 140px !important;
  }
  .xs-mb-150_b638284aceb41709 {
    margin-bottom: 150px !important;
  }
  .xs-mb-200_c1a672208e5f0de6 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 575px)*/
.theme-main-menu_9e46982b2d1427e1 {
  background: #fff;
  position: relative;
  z-index: 999;
  padding: 18px 40px;
  transition: all 0.4s ease-in-out 0s;
}
.theme-main-menu_9e46982b2d1427e1.menu-overlay_a84a6b3ea236f9b4 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: transparent;
}
.theme-main-menu_9e46982b2d1427e1.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_9e46982b2d1427e1 .navbar-toggler_71d8514fe519873c {
  width: 48px;
  height: 44px;
  padding: 0;
  box-shadow: none;
  position: relative;
  z-index: 99;
  border: none;
  background: #CFFF45;
}
.theme-main-menu_9e46982b2d1427e1.menu-style-three_88ae2f1c066f2e90 .navbar-toggler_71d8514fe519873c {
  background: #000;
}
.theme-main-menu_9e46982b2d1427e1.menu-style-four_ad0e275d208de747 .navbar-toggler_71d8514fe519873c {
  background: #E6FD5A;
}
.theme-main-menu_9e46982b2d1427e1.menu-style-five_260e1f7622002ec7 .navbar-toggler_71d8514fe519873c {
  background: #DFFF5E;
}
.theme-main-menu_9e46982b2d1427e1 .navbar-toggler_71d8514fe519873c:focus {
  box-shadow: none;
}
.theme-main-menu_9e46982b2d1427e1 .navbar-toggler_71d8514fe519873c::before,
.theme-main-menu_9e46982b2d1427e1 .navbar-toggler_71d8514fe519873c::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_9e46982b2d1427e1 .navbar-toggler_71d8514fe519873c 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_9e46982b2d1427e1.menu-style-three_88ae2f1c066f2e90 .navbar-toggler_71d8514fe519873c:before, .theme-main-menu_9e46982b2d1427e1.menu-style-three_88ae2f1c066f2e90 .navbar-toggler_71d8514fe519873c:after, .theme-main-menu_9e46982b2d1427e1.menu-style-three_88ae2f1c066f2e90 .navbar-toggler_71d8514fe519873c span {
  background: #fff;
}
.theme-main-menu_9e46982b2d1427e1 .navbar-toggler_71d8514fe519873c::before {
  transform: translate3d(0, -9px, 0) scale3d(1, 1, 1);
}
.theme-main-menu_9e46982b2d1427e1 .navbar-toggler_71d8514fe519873c::after {
  transform: translate3d(0, 8px, 0) scale3d(1, 1, 1);
}
.theme-main-menu_9e46982b2d1427e1 .navbar-toggler_71d8514fe519873c[aria-expanded=true] span {
  opacity: 0;
}
.theme-main-menu_9e46982b2d1427e1 .navbar-toggler_71d8514fe519873c[aria-expanded=true]::before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.theme-main-menu_9e46982b2d1427e1 .navbar-toggler_71d8514fe519873c[aria-expanded=true]::after {
  transform: rotate3d(0, 0, 1, -45deg);
}
.theme-main-menu_9e46982b2d1427e1 .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_9e46982b2d1427e1 .nav-item:hover .nav-link {
  color: #0C3A30;
}
.theme-main-menu_9e46982b2d1427e1.white-vr_c61ab12d4a5f979a .nav-item .nav-link {
  color: #fff;
}
.theme-main-menu_9e46982b2d1427e1.white-vr_c61ab12d4a5f979a .nav-item:hover .nav-link {
  color: #CFFF45;
}
.theme-main-menu_9e46982b2d1427e1.white-vr_c61ab12d4a5f979a.fixed {
  background: #0C3A30;
  border: none;
}
.theme-main-menu_9e46982b2d1427e1.menu-style-one_4a19fa32435b13a5 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.theme-main-menu_9e46982b2d1427e1.menu-style-two_e2dac0af6136a1c9 {
  padding: 0;
  background: #EDF1EE;
}
.theme-main-menu_9e46982b2d1427e1.menu-style-two_e2dac0af6136a1c9 .info-row_f082d0d86fb85477 {
  padding-top: 12px;
  padding-bottom: 12px;
  overflow: hidden;
}
.theme-main-menu_9e46982b2d1427e1.menu-style-two_e2dac0af6136a1c9 .gap-fix_8b427beb9db00f4f {
  padding-left: 40px;
  padding-right: 40px;
}
.theme-main-menu_9e46982b2d1427e1.menu-style-two_e2dac0af6136a1c9 .greetings_545d4c40ff508187 {
  font-size: 18px;
  color: #19352D;
}
.theme-main-menu_9e46982b2d1427e1.menu-style-two_e2dac0af6136a1c9 .contact-info_c3887e484293ccb3 {
  margin: 0 -15px;
}
.theme-main-menu_9e46982b2d1427e1.menu-style-two_e2dac0af6136a1c9 .contact-info_c3887e484293ccb3 li {
  padding: 0 15px;
}
.theme-main-menu_9e46982b2d1427e1.menu-style-two_e2dac0af6136a1c9 .contact-info_c3887e484293ccb3 li a {
  font-size: 18px;
  color: #19352D;
}
.theme-main-menu_9e46982b2d1427e1.menu-style-two_e2dac0af6136a1c9 .contact-info_c3887e484293ccb3 li a:hover {
  text-decoration: underline;
}
.theme-main-menu_9e46982b2d1427e1.menu-style-two_e2dac0af6136a1c9 .inner-content_88c5251e1f2eb16d {
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
.theme-main-menu_9e46982b2d1427e1.menu-style-two_e2dac0af6136a1c9.fixed .info-row_f082d0d86fb85477 {
  display: none;
}
.theme-main-menu_9e46982b2d1427e1.menu-style-five_260e1f7622002ec7 {
  background: #000;
  padding: 0;
}
.theme-main-menu_9e46982b2d1427e1.menu-style-five_260e1f7622002ec7 .inner-content_88c5251e1f2eb16d {
  background: #fff;
  border-radius: 30px;
  padding: 18px 40px;
}
.theme-main-menu_9e46982b2d1427e1.menu-style-six_06d05e5ef45a9c38 .nav-item .nav-link {
  color: #044F3B;
}
.theme-main-menu_9e46982b2d1427e1.menu-style-six_06d05e5ef45a9c38 .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_9e46982b2d1427e1 .navbar {
  position: static;
}

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

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

.navbar [class*=mega-dropdown] .menu-column_0fe07455d2452167 {
  padding: 5px 0;
}
.navbar [class*=mega-dropdown] .menu-column_0fe07455d2452167 .mega-menu-title_a9a807fe60e804eb {
  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_9e46982b2d1427e1 .login-btn-one_ba53fd222ec8c6f8 a {
  color: #000;
}
.theme-main-menu_9e46982b2d1427e1 .login-btn-one_ba53fd222ec8c6f8 a:hover {
  text-decoration: underline;
}
.theme-main-menu_9e46982b2d1427e1 .login-btn-two_fc132e36c2179aba a {
  color: #044F3B;
}
.theme-main-menu_9e46982b2d1427e1 .login-btn-two_fc132e36c2179aba a:hover {
  text-decoration: underline;
}
.theme-main-menu_9e46982b2d1427e1 .signup-btn-one_8d3840c218b08f03 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_9e46982b2d1427e1 .signup-btn-one_8d3840c218b08f03 .icon_801efcbdfee2cc9d {
  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_9e46982b2d1427e1 .signup-btn-one_8d3840c218b08f03:hover span {
  background: #29594B;
  color: #fff;
}
.theme-main-menu_9e46982b2d1427e1 .signup-btn-one_8d3840c218b08f03:hover .icon_801efcbdfee2cc9d {
  background: #CFFF45;
  color: #29594B;
}
.theme-main-menu_9e46982b2d1427e1 .signup-btn-two_43a1b40c149d2474 {
  color: #044F3B;
  line-height: 50px;
  border: 1px solid #044F3B;
  border-radius: 40px;
  background: #CFFF45;
  padding: 0 32px;
  text-align: center;
}
.theme-main-menu_9e46982b2d1427e1 .signup-btn-two_43a1b40c149d2474:hover {
  background: #29594B;
  color: #fff;
}
.theme-main-menu_9e46982b2d1427e1 .quote-one_8a7e0694c70af44e {
  line-height: 48px;
  color: #fff;
  font-size: 18px;
  padding: 0 26px;
  border: 1px solid #fff;
  border-radius: 40px;
}
.theme-main-menu_9e46982b2d1427e1 .quote-one_8a7e0694c70af44e:hover {
  background: #CFFF45;
  color: #19352D;
}

.category-menu_7fc17d193208cac3 {
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  padding: 0 40px;
}
.category-menu_7fc17d193208cac3 li {
  position: relative;
  padding: 0 15px;
}
.category-menu_7fc17d193208cac3 li a {
  font-size: 15px;
  font-weight: 500;
  color: #536159;
  padding: 13px 0;
  transition: all 0.2s ease-in-out 0s;
}
.category-menu_7fc17d193208cac3 li a:hover {
  color: #0C3A30;
}
.category-menu_7fc17d193208cac3 .dropdown-menu {
  padding: 0;
}
.category-menu_7fc17d193208cac3 .dropdown-menu li {
  padding: 0;
}
.category-menu_7fc17d193208cac3 .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_97e88036030f3433 .logo_834d56992c39a0aa {
    margin-bottom: 10vh;
    padding-left: 12px;
  }
  .white-vr_c61ab12d4a5f979a .navbar-collapse_97e88036030f3433 {
    background-color: #0C3A30;
  }
  .navbar-collapse_97e88036030f3433 {
    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_97e88036030f3433.show {
    transform: translateX(0);
    box-shadow: 15px 0 25px rgba(35, 35, 35, 0.09);
  }
  .theme-main-menu_9e46982b2d1427e1 .navbar .mega-dropdown_b9392fa917499b44 {
    position: relative;
  }
  .navbar .navbar-nav .nav-link {
    margin: 0;
    padding: 15px 12px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
  }
  .white-vr_c61ab12d4a5f979a .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_0fe07455d2452167 {
    padding: 0;
  }
  .navbar .dropdown-toggle::after {
    position: absolute;
    right: 15px;
    top: calc(50% - 2px);
  }
  .dashboard-menu_2839030c06bfd29f .nav-link::before {
    right: auto;
    left: 0;
    top: -2px;
  }
}
/*(max-width: 991px)*/
.hero-banner-one_9688a4de980e1d25 {
  background: #29594B;
  z-index: 9;
}
.hero-banner-one_9688a4de980e1d25::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_9688a4de980e1d25 .hero-slider-one {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.hero-banner-one_9688a4de980e1d25 .hero-slider-one .hero-img_2e521a312223bc5e {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-banner-one_9688a4de980e1d25 .hero-slider-one .slick-list_43247bcf4798d5b5, .hero-banner-one_9688a4de980e1d25 .hero-slider-one .slick-track_b035c614cf2530ba, .hero-banner-one_9688a4de980e1d25 .hero-slider-one .item {
  height: 100%;
}
.hero-banner-one_9688a4de980e1d25 .hero-heading_0a60a4a40e87c8de {
  font-weight: 700;
  color: #000;
  background: url(../captures/shape_a37d3cdc74/shape_01.svg) no-repeat left top;
  background-size: cover;
  padding: 11px 31px 25px 25px;
}
.hero-banner-one_9688a4de980e1d25 .more-btn_68423d0c5593adb0 {
  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_9688a4de980e1d25 .more-btn_68423d0c5593adb0:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #19352D;
}

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

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

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

.hero-banner-five_0bdf04a3be7f0d2d {
  background: #000;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.hero-banner-five_0bdf04a3be7f0d2d .bg-wrapper_2b9b54695b03fbec {
  background: #fff;
  border-radius: 30px;
  z-index: 1;
}
.hero-banner-five_0bdf04a3be7f0d2d .hero-heading_0a60a4a40e87c8de {
  font-size: 85px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.176em;
  color: #000;
}
.hero-banner-five_0bdf04a3be7f0d2d .rating_f3ffb554293933b6 h3 {
  font-size: 42px;
  margin-bottom: 0px;
}
.hero-banner-five_0bdf04a3be7f0d2d .rating_f3ffb554293933b6 p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.hero-banner-five_0bdf04a3be7f0d2d .media-wrapper_f1a551b8972d295e {
  position: absolute;
  background: url(../captures/assets_05d8864123/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_0bdf04a3be7f0d2d .media-wrapper_f1a551b8972d295e .shape_01_bec7f3d207504e48 {
  right: 0;
  bottom: 14%;
  width: 41.1%;
  z-index: 1;
}
.hero-banner-five_0bdf04a3be7f0d2d .media-wrapper_f1a551b8972d295e .shape_02_7d0627ad510d6b52 {
  top: 34%;
  left: 0;
  transform: translateX(-50%);
  width: 19.34%;
}

.hero-banner-six_82384bd2945cfcd1 .hero-heading_0a60a4a40e87c8de {
  font-size: 100px;
  line-height: 1.05em;
  color: #044F3B;
}
.hero-banner-six_82384bd2945cfcd1 .media-wrapper_f1a551b8972d295e {
  background: url(../captures/media/img_48.jpg) no-repeat center;
  background-size: cover;
  border-radius: 20px;
  max-width: 536px;
  width: 100%;
  height: 100%;
}
.hero-banner-six_82384bd2945cfcd1 .media-wrapper_f1a551b8972d295e .screen_01_f5d73bf3cfc533fe {
  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_82384bd2945cfcd1 .media-wrapper_f1a551b8972d295e .screen_02_d47599a6427d754e {
  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_82384bd2945cfcd1 .media-wrapper_f1a551b8972d295e .bg-shape_f9981e7c24c4ed91 {
  max-width: 130%;
  left: 47%;
  bottom: -12%;
  transform: translateX(-50%);
}
.hero-banner-six_82384bd2945cfcd1 .shape_01_bec7f3d207504e48 {
  bottom: 9%;
  left: 40%;
  width: 6.53%;
}

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

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

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

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

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

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

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

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

.fancy-banner-eight_ffffbafda60da73f .bg-wrapper_2b9b54695b03fbec {
  background: #F3F8F7;
  padding: 30px 75px 0;
}
.fancy-banner-eight_ffffbafda60da73f .media-wrapper_f1a551b8972d295e {
  padding: 0 38px;
  margin-bottom: -6px;
}
.fancy-banner-eight_ffffbafda60da73f .media-wrapper_f1a551b8972d295e .shape_01_bec7f3d207504e48 {
  width: 100%;
  bottom: 0;
  left: 0;
}
.fancy-banner-eight_ffffbafda60da73f .shape_02_7d0627ad510d6b52 {
  right: -123px;
  bottom: -5px;
}

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

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

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

.inner-banner-one_61363581688d0c86 + .blog-details_5be19bf566d56102 {
  margin-top: 15px;
}

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

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

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

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

.block-feature-three_fe0e28d3c85d494b {
  z-index: 1;
}
.block-feature-three_fe0e28d3c85d494b:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 34%;
  bottom: 0;
  background: #EBF3EE;
  z-index: -1;
}
.block-feature-three_fe0e28d3c85d494b.no-bg_199de200e3a432aa:before {
  display: none;
}
.block-feature-three_fe0e28d3c85d494b .section-btn_b720fba6fe8c0827 {
  position: absolute;
  right: 0;
  top: 68px;
}
.block-feature-three_fe0e28d3c85d494b .block-title_2b04a82a09e541d5 a {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25em;
  color: #19352D;
}
.block-feature-three_fe0e28d3c85d494b .block-title_2b04a82a09e541d5 a:hover {
  text-decoration: underline;
}
.block-feature-three_fe0e28d3c85d494b .round-btn_5129e5f31be55b07 {
  font-size: 18px;
  font-weight: 900;
  color: #29594B;
  width: 38px;
  height: 38px;
  border: 1px solid #29594B;
}
.block-feature-three_fe0e28d3c85d494b .round-btn_5129e5f31be55b07:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #19352D;
}
.block-feature-three_fe0e28d3c85d494b .block-one_f1af4a71882e18be {
  background: url(../captures/media/img_05.jpg) no-repeat center;
  background-size: cover;
  height: 470px;
}
.block-feature-three_fe0e28d3c85d494b .block-one_f1af4a71882e18be .tag_f025dda5f3b3381c {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  line-height: 25px;
  border: 1px solid #000;
  padding: 0 10px;
}
.block-feature-three_fe0e28d3c85d494b .block-one_f1af4a71882e18be .block-title_2b04a82a09e541d5 {
  background: url(../captures/shape_a37d3cdc74/shape_02.svg) no-repeat right top;
  background-size: cover;
  border-radius: 25px;
  padding: 12px 0 18px 18px;
}
.block-feature-three_fe0e28d3c85d494b .block-two_42bd0dd50a18a189 {
  overflow: hidden;
}
.block-feature-three_fe0e28d3c85d494b .block-two_42bd0dd50a18a189 .img-wrapper_3d5d43de788f8f64 {
  background: url(../captures/media/img_06.jpg) no-repeat center;
  background-size: cover;
  width: 42%;
}
.block-feature-three_fe0e28d3c85d494b .block-two_42bd0dd50a18a189 .text-wrapper_354feb84f99d713b {
  width: 58%;
  padding: 30px 30px 35px 60px;
}
.block-feature-three_fe0e28d3c85d494b .block-two_42bd0dd50a18a189 .tag_f025dda5f3b3381c {
  font-size: 13px;
  letter-spacing: 1px;
  color: white;
  line-height: 27px;
  border-radius: 17px;
  background: #29594B;
  padding: 0 17px;
}
.block-feature-three_fe0e28d3c85d494b .block-three_2d877dc2c67d7b39 {
  background: #D3FF76;
}
.block-feature-three_fe0e28d3c85d494b .block-three_2d877dc2c67d7b39 .tag_f025dda5f3b3381c {
  font-size: 13px;
  letter-spacing: 1px;
  color: white;
  line-height: 27px;
  border-radius: 17px;
  background: #29594B;
  padding: 0 17px;
}
.block-feature-three_fe0e28d3c85d494b .block-three_2d877dc2c67d7b39 .round-btn_5129e5f31be55b07 {
  background: #fff;
  border-color: #fff;
}
.block-feature-three_fe0e28d3c85d494b .block-three_2d877dc2c67d7b39 .round-btn_5129e5f31be55b07:hover {
  background: #29594B;
  border-color: #29594B;
  color: #fff;
}
.block-feature-three_fe0e28d3c85d494b .block-four_f5ad86f25e01cd54 {
  background: url(../captures/media/img_07.jpg) no-repeat center;
  background-size: cover;
}
.block-feature-three_fe0e28d3c85d494b .block-four_f5ad86f25e01cd54 .block-title_2b04a82a09e541d5 {
  background: url(../captures/shape_a37d3cdc74/shape_03.svg) no-repeat right top;
  background-size: cover;
  border-radius: 18px;
  padding: 12px 16px 12px 18px;
}
.block-feature-three_fe0e28d3c85d494b .block-four_f5ad86f25e01cd54 .block-title_2b04a82a09e541d5 a {
  font-size: 28px;
}
.block-feature-three_fe0e28d3c85d494b .block-four_f5ad86f25e01cd54 .tag_f025dda5f3b3381c {
  font-size: 13px;
  letter-spacing: 1px;
  color: #29594B;
  line-height: 27px;
  border-radius: 17px;
  background: #fff;
  padding: 0 17px;
}
.block-feature-three_fe0e28d3c85d494b .block-four_f5ad86f25e01cd54 .round-btn_5129e5f31be55b07 {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.block-feature-three_fe0e28d3c85d494b .block-four_f5ad86f25e01cd54 .round-btn_5129e5f31be55b07:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #000;
}
.block-feature-three_fe0e28d3c85d494b .block-five_0dc4290e6ca8588b {
  background: url(../captures/blog/blog_img_05.jpg) no-repeat center;
  background-size: cover;
  height: 358px;
}
.block-feature-three_fe0e28d3c85d494b .block-five_0dc4290e6ca8588b .tag_f025dda5f3b3381c {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  line-height: 25px;
  border: 1px solid #000;
  padding: 0 10px;
}
.block-feature-three_fe0e28d3c85d494b .block-five_0dc4290e6ca8588b .block-title_2b04a82a09e541d5 {
  background: url(../captures/shape_a37d3cdc74/shape_29.svg) no-repeat right top;
  background-size: cover;
  border-radius: 15px;
  padding: 12px 10px 18px 18px;
}

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

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

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

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

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

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

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

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

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

.block-feature-thirteen_8d3354d43b106603 .upper-wrapper_4dcff9f6d6db2de0 {
  border-bottom: 1px solid #E6E6E6;
}
.block-feature-thirteen_8d3354d43b106603 .upper-wrapper_4dcff9f6d6db2de0 .shape_01_bec7f3d207504e48 {
  right: 6%;
  bottom: 16%;
}
.block-feature-thirteen_8d3354d43b106603 .line-loop_67b17df7737edc45:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 130%;
  right: 0;
  top: 57%;
  background: #E6E6E6;
  z-index: -1;
}
.block-feature-thirteen_8d3354d43b106603 .graph-panel_16465d2a330e727f {
  border-right: 1px solid #E6E6E6;
}
.block-feature-thirteen_8d3354d43b106603 .graph-panel_16465d2a330e727f .main-count_7c28396e42f20b24 {
  font-size: 120px;
}
.block-feature-thirteen_8d3354d43b106603 .graph-panel_16465d2a330e727f .chart-box_2774db1cf3313938 {
  padding: 0 15px;
}
.block-feature-thirteen_8d3354d43b106603 .graph-panel_16465d2a330e727f .chart-box_2774db1cf3313938 .chart-inner_21f73e762c0cceca {
  width: 120px;
  background: #196164;
}

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

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

.block-feature-sixteen_ae435bf3c7065243 .media-img_fbcc0da81612cb45 {
  border-radius: 30px;
}
.block-feature-sixteen_ae435bf3c7065243 .shape_01_bec7f3d207504e48 {
  top: 31%;
  left: 50%;
}

.block-feature-seventeen_1ddf7aa69c4461fa .section-subheading_20476298cc35b78f {
  position: absolute;
  right: 0;
  top: 0;
  width: 37%;
}
.block-feature-seventeen_1ddf7aa69c4461fa .shape_01_bec7f3d207504e48 {
  max-width: 8%;
  top: 12%;
  left: 43%;
}

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

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

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

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

.text-feature-four_af9d34fc07c0124f {
  z-index: 1;
}
.text-feature-four_af9d34fc07c0124f .avatar_8461ad64d5b6aa2b {
  width: 65px;
  height: 65px;
}
.text-feature-four_af9d34fc07c0124f .name {
  font-size: 28px;
}
.text-feature-four_af9d34fc07c0124f .quote-text_92d2542ce2aa7bfc {
  font-size: 50px;
  line-height: 1.4em;
}
.text-feature-four_af9d34fc07c0124f .shape_01_bec7f3d207504e48 {
  top: 56%;
  left: 22%;
  animation: rotated 60s infinite linear;
}
.text-feature-four_af9d34fc07c0124f .shape_02_7d0627ad510d6b52 {
  top: 12%;
  right: 9%;
  width: 16px;
  animation: rotated 50s infinite linear;
}

.text-feature-five_70ff02b2e203edd2 .bg-wrapper_2b9b54695b03fbec {
  background: #FFF2AC;
}
.text-feature-five_70ff02b2e203edd2 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_70ff02b2e203edd2 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_70ff02b2e203edd2 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_70ff02b2e203edd2 li:hover:before {
  background: #29594B;
}
.text-feature-five_70ff02b2e203edd2 li:hover:after {
  color: #fff;
}
.text-feature-five_70ff02b2e203edd2 .media-wrapper_f1a551b8972d295e {
  background: url(../captures/media/img_20.jpg) no-repeat center;
  background-size: cover;
  z-index: 1;
}
.text-feature-five_70ff02b2e203edd2 .media-wrapper_f1a551b8972d295e .video-icon_e337cf28a1899521 {
  width: 90px;
  height: 90px;
  background: #fff;
}
.text-feature-five_70ff02b2e203edd2 .media-wrapper_f1a551b8972d295e .video-icon_e337cf28a1899521:hover {
  background: #CFFF45;
}
.text-feature-five_70ff02b2e203edd2 .media-wrapper_f1a551b8972d295e .screen_01_f5d73bf3cfc533fe {
  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_b6e06ea4b8cdaf11 {
  z-index: 1;
}
.text-feature-six_b6e06ea4b8cdaf11 .media-wrapper_f1a551b8972d295e {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 63.64%;
  z-index: -1;
}
.text-feature-six_b6e06ea4b8cdaf11 .media-wrapper_f1a551b8972d295e .screen_01_f5d73bf3cfc533fe {
  width: 61.1%;
  bottom: 32%;
  right: -4%;
  z-index: 1;
  animation: jumpThree 5s infinite linear;
}
.text-feature-six_b6e06ea4b8cdaf11 .shape_01_bec7f3d207504e48 {
  left: 0;
  bottom: 23%;
  width: 12.3%;
}
.text-feature-six_b6e06ea4b8cdaf11 .shape_02_7d0627ad510d6b52 {
  top: 1%;
  right: 39%;
}

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

.text-feature-nine_c83d3e7d56bc4a96 {
  background: url(../captures/assets_05d8864123/bg_03.svg) no-repeat center bottom;
  background-size: cover;
  z-index: 1;
}
.text-feature-nine_c83d3e7d56bc4a96 .block_d468bb93d1f2dc7a .icon_801efcbdfee2cc9d {
  height: 50px;
}
.text-feature-nine_c83d3e7d56bc4a96 .vertical-text-wrapper_6b47240255f7f2b7 {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  border-left: 1px solid rgba(254, 255, 252, 0.17);
}
.text-feature-nine_c83d3e7d56bc4a96 .vertical-text-wrapper_6b47240255f7f2b7 .text-list_a984cb52fcfb2482 {
  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_c83d3e7d56bc4a96 .vertical-text-wrapper_6b47240255f7f2b7 .text-list_a984cb52fcfb2482:hover {
  color: #C5FF4A;
  opacity: 1;
  mix-blend-mode: normal;
}
.text-feature-nine_c83d3e7d56bc4a96 .vertical-text-wrapper_6b47240255f7f2b7 .shape_01_bec7f3d207504e48 {
  left: -83px;
  bottom: 21%;
  animation: jumpThree 6s infinite linear;
}
.text-feature-nine_c83d3e7d56bc4a96 .vertical-text-wrapper_6b47240255f7f2b7 .shape_02_7d0627ad510d6b52 {
  left: 10%;
  top: 25%;
  animation: jumpFour 6s infinite linear;
}
.text-feature-nine_c83d3e7d56bc4a96 .shape_03_b3f0c6e0ef82c5c8 {
  left: 5%;
  top: 10%;
  animation: jumpFour 6s infinite linear;
}
.text-feature-nine_c83d3e7d56bc4a96 .shape_04_2d6fcc409856de45 {
  bottom: 0;
  left: 13%;
  width: 29%;
}

.team-section-one_4ac92159575f8ff6 .section-btn_b720fba6fe8c0827 {
  position: absolute;
  right: 0;
  top: 25px;
}

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

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

.team-section-three_bc06006a23adb2e6 {
  z-index: 1;
}
.team-section-three_bc06006a23adb2e6:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  background: url(../captures/shape_a37d3cdc74/shape_09.svg) no-repeat right bottom;
  background-size: cover;
  z-index: -1;
}
.team-section-three_bc06006a23adb2e6 .section-btn_b720fba6fe8c0827 {
  position: absolute;
  right: 0;
  top: 15px;
}
.team-section-three_bc06006a23adb2e6 .shape_01_bec7f3d207504e48 {
  width: 2.3%;
  top: 17%;
  left: 39%;
}
.team-section-three_bc06006a23adb2e6 .shape_02_7d0627ad510d6b52 {
  width: 1.5%;
  bottom: 6%;
  right: 9%;
}
.team-section-three_bc06006a23adb2e6 .shape_03_b3f0c6e0ef82c5c8 {
  max-width: 22%;
  bottom: 0;
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.partner-logo-one_f54dc1a4d58c01b3 .logo_834d56992c39a0aa {
  width: 100%;
  height: 60px;
}

.modal .modal-dialog {
  height: auto;
}
.modal .modal-dialog .modal-content_2d28d9b730a36e3b {
  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_6edf5f8c1adf140a {
  max-width: 565px;
}
.user-data-form .form-wrapper_6edf5f8c1adf140a .input-group-meta_e9284fb12ae57a31 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_6edf5f8c1adf140a .input-group-meta_e9284fb12ae57a31 label {
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  margin-bottom: 6px;
}
.user-data-form .form-wrapper_6edf5f8c1adf140a .input-group-meta_e9284fb12ae57a31 .placeholder_icon_1d9475c620ed35d3 {
  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_6edf5f8c1adf140a .input-group-meta_e9284fb12ae57a31 .placeholder_icon_1d9475c620ed35d3 img {
  position: relative;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%);
}
.user-data-form .form-wrapper_6edf5f8c1adf140a .input-group-meta_e9284fb12ae57a31 .placeholder_icon_1d9475c620ed35d3 span {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
  position: relative;
}
.user-data-form .form-wrapper_6edf5f8c1adf140a .input-group-meta_e9284fb12ae57a31 .placeholder_icon_1d9475c620ed35d3 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_6edf5f8c1adf140a .input-group-meta_e9284fb12ae57a31 .placeholder_icon_1d9475c620ed35d3 span.eye-slash_14cdb9038b8e5af6:before {
  opacity: 0;
}
.user-data-form .agreement-checkbox_9039fdacf82c2e77 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_9039fdacf82c2e77 label a {
  color: #0E3E2F;
  text-decoration: underline;
}
.user-data-form .agreement-checkbox_9039fdacf82c2e77 input[type=checkbox] {
  display: none;
}
.user-data-form .agreement-checkbox_9039fdacf82c2e77 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_9039fdacf82c2e77 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_9039fdacf82c2e77 a {
  position: relative;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.user-data-form .agreement-checkbox_9039fdacf82c2e77 a:hover {
  text-decoration: underline;
  color: #0E3E2F;
}
.user-data-form .line_cf6a7041c8d2e75b {
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.user-data-form .social-use-btn_7d7f4c76579e184f {
  font-size: 16px;
  color: #000;
  height: 55px;
  border: 1px solid #E5E5E5;
  border-radius: 7px;
}
.user-data-form .social-use-btn_7d7f4c76579e184f:hover {
  background: rgba(0, 0, 0, 0.06);
}
.user-data-form .social-use-btn_7d7f4c76579e184f img {
  width: 20px;
}
.user-data-form .btn-close_90143bf44701202c {
  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_420ebeb0cd549f42 .main-count_7c28396e42f20b24 {
  font-size: 64px;
  color: #19352D;
}

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

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

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

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

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

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

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

.card-style-three_79dfad223865b6e2 .icon_801efcbdfee2cc9d {
  height: 38px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.portfolio-block-one_7a40baee3f3d99ed .img-holder_17f4659e67cc03eb {
  position: relative;
  overflow: hidden;
}
.portfolio-block-one_7a40baee3f3d99ed .img-holder_17f4659e67cc03eb.round-border_8a5b17d67e9d8d65 {
  border-radius: 30px;
}
.portfolio-block-one_7a40baee3f3d99ed .img-holder_17f4659e67cc03eb .expend_0c06a350948f4fa8 {
  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_7a40baee3f3d99ed .img-holder_17f4659e67cc03eb 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_7a40baee3f3d99ed .img-holder_17f4659e67cc03eb i:hover {
  background: #DFFF5E;
}
.portfolio-block-one_7a40baee3f3d99ed:hover .expend_0c06a350948f4fa8 {
  opacity: 1;
}
.portfolio-block-one_7a40baee3f3d99ed:hover .img-meta_ec0f9f5093cb6a50 {
  transform: scale(1.1) rotate(5deg);
}
.portfolio-block-one_7a40baee3f3d99ed:hover .pj-title_1e67f75d9f58f0b7 {
  text-decoration: underline;
}
.portfolio-block-one_7a40baee3f3d99ed .caption {
  margin-top: 35px;
}
.portfolio-block-one_7a40baee3f3d99ed .caption .tag_f025dda5f3b3381c {
  margin: 0 -3px;
}
.portfolio-block-one_7a40baee3f3d99ed .caption .tag_f025dda5f3b3381c 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_7a40baee3f3d99ed .caption .pj-title_1e67f75d9f58f0b7 {
  font-size: 32px;
  color: #000;
  margin-top: 15px;
}
.portfolio-block-one_7a40baee3f3d99ed .caption .arrow {
  font-size: 26px;
  color: #000;
}
.portfolio-block-one_7a40baee3f3d99ed .caption .arrow:hover {
  color: #0C3A30;
}

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

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

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

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

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

.project-details-two_24b2089ec6baa5ee .bg-wrapper_2b9b54695b03fbec {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.project-details-two_24b2089ec6baa5ee .slider-wrapper_1909af12c1f27699 {
  height: 100%;
}
.project-details-two_24b2089ec6baa5ee .slider-wrapper_1909af12c1f27699 .carousel-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.project-details-two_24b2089ec6baa5ee .slider-wrapper_1909af12c1f27699 .carousel-control-next_061aa44a51d1c50a,
.project-details-two_24b2089ec6baa5ee .slider-wrapper_1909af12c1f27699 .carousel-control-prev_b6724f3cbbb90ec7 {
  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_24b2089ec6baa5ee .slider-wrapper_1909af12c1f27699 .carousel-control-next_061aa44a51d1c50a:hover,
.project-details-two_24b2089ec6baa5ee .slider-wrapper_1909af12c1f27699 .carousel-control-prev_b6724f3cbbb90ec7:hover {
  background: #29594B;
  color: #fff;
}
.project-details-two_24b2089ec6baa5ee .slider-wrapper_1909af12c1f27699 .carousel-control-prev_b6724f3cbbb90ec7 {
  left: auto;
  right: 45px;
}
.project-details-two_24b2089ec6baa5ee .info-wrapper_9a22b3658bcb6bb2 {
  padding: 55px 50px 85px 70px;
}
.project-details-two_24b2089ec6baa5ee .info-wrapper_9a22b3658bcb6bb2 h3 {
  font-size: 36px;
}
.project-details-two_24b2089ec6baa5ee .info-wrapper_9a22b3658bcb6bb2 .list-meta_d6d495fa0bc3b391 li {
  padding: 22px 0;
}
.project-details-two_24b2089ec6baa5ee .info-wrapper_9a22b3658bcb6bb2 .list-meta_d6d495fa0bc3b391 .icon_801efcbdfee2cc9d {
  width: 40px;
}
.project-details-two_24b2089ec6baa5ee .info-wrapper_9a22b3658bcb6bb2 .list-meta_d6d495fa0bc3b391 .text1_512ccaad18b85eb9 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}
.project-details-two_24b2089ec6baa5ee .info-wrapper_9a22b3658bcb6bb2 .list-meta_d6d495fa0bc3b391 span {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
}
.project-details-two_24b2089ec6baa5ee .info-wrapper_9a22b3658bcb6bb2 .social-share_235dab81bb869aeb li {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.project-details-two_24b2089ec6baa5ee .info-wrapper_9a22b3658bcb6bb2 .social-share_235dab81bb869aeb li a {
  font-size: 20px;
  color: #19352D;
  margin-left: 20px;
}

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

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

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

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

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

.feedback-section-three_4e641ba94e32cf20 .slider-wrapper_1909af12c1f27699 {
  padding-left: 100px;
}
.feedback-section-three_4e641ba94e32cf20 .slider-wrapper_1909af12c1f27699 .icon_801efcbdfee2cc9d {
  left: 0;
  top: 18px;
}
.feedback-section-three_4e641ba94e32cf20 .slick-dots_dd81c498042431f5 {
  margin: 50px 0 0 15px;
  padding: 0;
}
.feedback-section-three_4e641ba94e32cf20 .slick-dots_dd81c498042431f5 li button {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #000;
  padding: 0;
  margin-right: 3px;
}
.feedback-section-three_4e641ba94e32cf20 .slick-dots_dd81c498042431f5 .slick-active button {
  background: #000;
}
.feedback-section-three_4e641ba94e32cf20 .rating-box_e08e6a443cb0e2c5 {
  position: absolute;
  padding: 50px 37px 35px;
  left: -75px;
  bottom: -65px;
  z-index: 1;
  background: #000;
}
.feedback-section-three_4e641ba94e32cf20 .rating-box_e08e6a443cb0e2c5 .rating_f3ffb554293933b6 {
  font-size: 58px;
  letter-spacing: -1px;
  line-height: 25px;
  margin-bottom: 20px;
}
.feedback-section-three_4e641ba94e32cf20 .shape_01_bec7f3d207504e48 {
  width: 15px;
  top: 7%;
  right: 52%;
}
.feedback-section-three_4e641ba94e32cf20 .shape_02_7d0627ad510d6b52 {
  width: 20px;
  bottom: 17%;
  right: 17%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.blog-meta-one_9a169b26332545aa {
  background: #fff;
  border-radius: 30px;
}
.blog-meta-one_9a169b26332545aa .post-data_49aeb280fc68a228 {
  padding: 30px 35px 25px;
}
.blog-meta-one_9a169b26332545aa .post-data_49aeb280fc68a228 .post-info_931feea44939eb67 {
  font-size: 18px;
  color: #AAAAAA;
}
.blog-meta-one_9a169b26332545aa .post-data_49aeb280fc68a228 .blog-title_0b6b78b00c82cee5 {
  font-size: 32px;
  line-height: 1.281em;
}
.blog-meta-one_9a169b26332545aa .post-data_49aeb280fc68a228 .blog-title_0b6b78b00c82cee5:hover {
  text-decoration: underline;
}
.blog-meta-one_9a169b26332545aa .post-img_650e8c120e8de921 {
  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_9a169b26332545aa .post-img_650e8c120e8de921 .round-btn_5129e5f31be55b07 {
  font-size: 25px;
  width: 55px;
  height: 55px;
  background: #fff;
  color: #19352D;
}
.blog-meta-one_9a169b26332545aa:hover .round-btn_5129e5f31be55b07 {
  background: #CFFF45;
}
.blog-meta-one_9a169b26332545aa.style-two_bebb381d20635490 {
  background: #F6F6F6;
  border-radius: 0;
}
.blog-meta-one_9a169b26332545aa.style-two_bebb381d20635490 .post-img_650e8c120e8de921 {
  border-radius: 0;
}
.blog-meta-one_9a169b26332545aa.style-two_bebb381d20635490 .blog-title_0b6b78b00c82cee5 {
  font-weight: 700;
  font-size: 28px;
  color: #000;
}

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

.blog-meta-two_43baae13aee5e607 {
  background: #fff;
}
.blog-meta-two_43baae13aee5e607 .post-data_49aeb280fc68a228 {
  padding-top: 30px;
}
.blog-meta-two_43baae13aee5e607 .post-data_49aeb280fc68a228 .blog-title_0b6b78b00c82cee5 {
  width: 70%;
}
.blog-meta-two_43baae13aee5e607 .post-data_49aeb280fc68a228 .blog-title_0b6b78b00c82cee5 h4 {
  font-size: 32px;
  line-height: 1.281em;
}
.blog-meta-two_43baae13aee5e607 .post-data_49aeb280fc68a228 .blog-title_0b6b78b00c82cee5:hover h4 {
  text-decoration: underline;
}
.blog-meta-two_43baae13aee5e607 .post-data_49aeb280fc68a228 .round-btn_5129e5f31be55b07 {
  font-size: 25px;
  width: 60px;
  height: 60px;
  border: 1px solid #19352D;
  background: #fff;
  color: #19352D;
}
.blog-meta-two_43baae13aee5e607 .post-data_49aeb280fc68a228 .round-btn_5129e5f31be55b07:hover {
  background: #CFFF45;
  border-color: #CFFF45;
}
.blog-meta-two_43baae13aee5e607 .post-data_49aeb280fc68a228 .post-info_931feea44939eb67 {
  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_43baae13aee5e607 .post-img_650e8c120e8de921 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-meta-two_43baae13aee5e607 .post-img_650e8c120e8de921 .date_375e3d97b0a2f7f6 {
  line-height: 38px;
  font-size: 16px;
  padding: 0 18px;
  text-transform: uppercase;
  background: #fff;
  color: #19352D;
}
.blog-meta-two_43baae13aee5e607.style-two_bebb381d20635490 {
  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_43baae13aee5e607.style-two_bebb381d20635490 p {
  font-size: 18px;
}
.blog-meta-two_43baae13aee5e607.style-two_bebb381d20635490 .post-img_650e8c120e8de921 {
  height: auto;
  width: 100%;
}
.blog-meta-two_43baae13aee5e607.style-two_bebb381d20635490 .post-data_49aeb280fc68a228 {
  padding: 26px 0;
}
.blog-meta-two_43baae13aee5e607.style-two_bebb381d20635490 .post-data_49aeb280fc68a228 .post-info_931feea44939eb67 {
  border: none;
  padding: 0;
  margin: 0 0 12px;
}
.blog-meta-two_43baae13aee5e607.style-two_bebb381d20635490 .post-data_49aeb280fc68a228 .round-btn_5129e5f31be55b07 {
  border: none;
}

.signup-btn-one_8d3840c218b08f03 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_8d3840c218b08f03 .icon_801efcbdfee2cc9d {
  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_928b0fd32872f0d9 {
  z-index: 1;
}
.blog-section-three_928b0fd32872f0d9 .section-btn_b720fba6fe8c0827 {
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 1;
}

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

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

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

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

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

.blog-details_5be19bf566d56102 .post-details-meta_f594079a2a86e536 {
  border-top: 1px dashed #BEBEBE;
  margin-top: 30px;
  padding: 36px 0;
}
.blog-details_5be19bf566d56102 .post-details-meta_f594079a2a86e536 p {
  line-height: 1.8em;
  margin-bottom: 30px;
}
.blog-details_5be19bf566d56102 .post-details-meta_f594079a2a86e536 .quote-wrapper_1a0d4ff166cb2288 {
  text-align: center;
  margin: 62px 0 35px;
}
.blog-details_5be19bf566d56102 .post-details-meta_f594079a2a86e536 .quote-wrapper_1a0d4ff166cb2288 .wrapper_8efeb099df494b7e {
  position: relative;
  padding: 38px 12px 40px;
  border-top: 1px dashed #CBCBCB;
  border-bottom: 1px dashed #CBCBCB;
}
.blog-details_5be19bf566d56102 .post-details-meta_f594079a2a86e536 .quote-wrapper_1a0d4ff166cb2288 .wrapper_8efeb099df494b7e .icon_801efcbdfee2cc9d {
  width: 55px;
  height: 55px;
  background: #29594B;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-details_5be19bf566d56102 .post-details-meta_f594079a2a86e536 .quote-wrapper_1a0d4ff166cb2288 .wrapper_8efeb099df494b7e h3 {
  font-size: 36px;
  line-height: 1.444em;
  margin: 0;
}
.blog-details_5be19bf566d56102 .post-details-meta_f594079a2a86e536 .quote-wrapper_1a0d4ff166cb2288 h6 {
  font-size: 20px;
  margin: 24px 0 0;
}
.blog-details_5be19bf566d56102 .post-details-meta_f594079a2a86e536 .quote-wrapper_1a0d4ff166cb2288 h6 span {
  color: rgba(0, 0, 0, 0.5);
}
.blog-details_5be19bf566d56102 .post-details-meta_f594079a2a86e536 .img-gallery_836dab4155dcfdf7 {
  margin-bottom: 50px;
}
.blog-details_5be19bf566d56102 .post-details-meta_f594079a2a86e536 .img-gallery_836dab4155dcfdf7 img {
  border-radius: 20px;
  margin-top: 15px;
}
.blog-details_5be19bf566d56102 .post-details-meta_f594079a2a86e536 h3 {
  font-size: 32px;
  margin-bottom: 20px;
}
.blog-details_5be19bf566d56102 .post-details-meta_f594079a2a86e536 .list-item_110ca848a7d32d82 li {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  position: relative;
  padding-left: 33px;
  margin-bottom: 23px;
}
.blog-details_5be19bf566d56102 .post-details-meta_f594079a2a86e536 .list-item_110ca848a7d32d82 li:after {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  font-size: 0.95em;
  top: 3px;
  left: 0;
  color: #000;
}
.blog-details_5be19bf566d56102 .bottom-widget_b51ddb5b233d97d7 {
  padding: 10px 0 5px;
}
.blog-details_5be19bf566d56102 .bottom-widget_b51ddb5b233d97d7 .tags_25357276881e3755 li:first-child {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
  margin-right: 7px;
}
.blog-details_5be19bf566d56102 .bottom-widget_b51ddb5b233d97d7 .tags_25357276881e3755 a {
  line-height: 26px;
  border-radius: 16px;
  background: #fff;
  padding: 0 10px;
  color: #19352D;
  font-size: 16px;
  margin-right: 5px;
}
.blog-details_5be19bf566d56102 .bottom-widget_b51ddb5b233d97d7 .tags_25357276881e3755 a:hover {
  color: #000;
  text-decoration: underline;
}
.blog-details_5be19bf566d56102 .bottom-widget_b51ddb5b233d97d7 .share-icon_d6373858f0acf1fb li:first-child {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.blog-details_5be19bf566d56102 .bottom-widget_b51ddb5b233d97d7 .share-icon_d6373858f0acf1fb a {
  color: #19352D;
  font-size: 18px;
  margin-left: 17px;
}
.blog-details_5be19bf566d56102 .grey-bg_b8f505aa8d4d804f {
  background: #f4f4f4;
  border-radius: 30px;
  padding: 40px 35px;
}
.blog-details_5be19bf566d56102 .blog-inner-title_4faf07841e5f3a60 {
  font-size: 42px;
  margin-bottom: 10px;
}
.blog-details_5be19bf566d56102 .blog-comment-area_37b4b53365383f35 {
  margin: 60px 0;
}
.blog-details_5be19bf566d56102 .blog-comment-area_37b4b53365383f35 .comment_19eb574785ae2fe4 {
  border-top: 1px dashed #CBCBCB;
  padding: 38px 0 20px;
}
.blog-details_5be19bf566d56102 .blog-comment-area_37b4b53365383f35 .comment_19eb574785ae2fe4:last-child {
  padding-bottom: 5px;
}
.blog-details_5be19bf566d56102 .blog-comment-area_37b4b53365383f35 .comment_19eb574785ae2fe4 .reply-comment_987b018ba52643b2 {
  border: none;
  padding: 40px 0 30px;
}
.blog-details_5be19bf566d56102 .blog-comment-area_37b4b53365383f35 .comment_19eb574785ae2fe4 .user-avatar_d8e9016b6e438b2a {
  width: 60px;
  height: 60px;
}
.blog-details_5be19bf566d56102 .blog-comment-area_37b4b53365383f35 .comment_19eb574785ae2fe4 .comment-text_c1ffa9ee122a8cca {
  width: calc(100% - 60px);
  padding-left: 25px;
  position: relative;
}
.blog-details_5be19bf566d56102 .blog-comment-area_37b4b53365383f35 .comment_19eb574785ae2fe4 .comment-text_c1ffa9ee122a8cca .name {
  font-size: 20px;
  color: #19352D;
}
.blog-details_5be19bf566d56102 .blog-comment-area_37b4b53365383f35 .comment_19eb574785ae2fe4 .comment-text_c1ffa9ee122a8cca .date_375e3d97b0a2f7f6 {
  font-size: 16px;
  color: #ADADAD;
}
.blog-details_5be19bf566d56102 .blog-comment-area_37b4b53365383f35 .comment_19eb574785ae2fe4 .comment-text_c1ffa9ee122a8cca p {
  font-size: 18px;
  line-height: 32px;
  margin: 7px 0 10px 0px;
}
.blog-details_5be19bf566d56102 .blog-comment-area_37b4b53365383f35 .comment_19eb574785ae2fe4 .comment-text_c1ffa9ee122a8cca .reply-btn_57f82ce513e32c8a {
  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_5be19bf566d56102 .blog-comment-area_37b4b53365383f35 .comment_19eb574785ae2fe4 .comment-text_c1ffa9ee122a8cca .reply-btn_57f82ce513e32c8a:hover {
  background: #CFFF45;
  color: #19352D;
}
.blog-details_5be19bf566d56102 .blog-comment-form_7db0cc9820c5ab7e p a {
  color: #19352D;
}
.blog-details_5be19bf566d56102 .blog-comment-form_7db0cc9820c5ab7e form label {
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  padding-bottom: 5px;
}
.blog-details_5be19bf566d56102 .blog-comment-form_7db0cc9820c5ab7e form input {
  display: block;
  font-size: 18px;
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 8px;
  padding: 0 25px;
  background: #fff;
}
.blog-details_5be19bf566d56102 .blog-comment-form_7db0cc9820c5ab7e 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_a4011db6ec890fdd {
  height: 600px;
}

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

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

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

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

.footer-one_36a1aaa87e9868fa {
  background: #0C3A30;
  padding-top: 95px;
}
.footer-one_36a1aaa87e9868fa .bottom-footer_a4841548febb4d88 {
  border-top: 1px dashed rgba(255, 255, 255, 0.25);
  margin-top: 32px;
  padding: 40px 0 25px;
}
.footer-one_36a1aaa87e9868fa .social-icon_dff69c9317b42bc7 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_36a1aaa87e9868fa .social-icon_dff69c9317b42bc7 a:hover {
  background: #CFFF45;
  color: #29594B;
}
.footer-one_36a1aaa87e9868fa .footer-title_a280aee6caa80df6 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
}
.footer-one_36a1aaa87e9868fa .footer-nav-link_611df635233a13ff a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 46px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-one_36a1aaa87e9868fa .footer-nav-link_611df635233a13ff a:hover {
  color: #fff;
}
.footer-nav-link_611df635233a13ff p {
  font-size: 16px;
}
.logo_834d56992c39a0aa 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_21699b781eebd38f {
  min-width: 80px;
  max-height: 40px;
  max-width: 150px;
}
.casino-li_664a537de78d2c37 {
  align-content: center;
}

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

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

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

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

.footer-three_fb85367aedc663e6 {
  padding: 75px 0 0;
  position: relative;
  z-index: 1;
}
.footer-three_fb85367aedc663e6 .round-bg_890c9afa96901d10 {
  width: 350px;
  height: 350px;
  padding: 15px 15px;
  background: #FFF6C6;
}
.footer-three_fb85367aedc663e6 .round-bg_890c9afa96901d10.color-two_782629ff6f44fda4 {
  background: #F6FFDD;
}
.footer-three_fb85367aedc663e6 .footer-intro_920d366c467aee79 p a {
  font-weight: 500;
  font-size: 24px;
  color: #000;
}
.footer-three_fb85367aedc663e6 .footer-intro_920d366c467aee79 p a:hover {
  color: #19352D;
  text-decoration: underline;
}
.footer-three_fb85367aedc663e6 .footer-title_a280aee6caa80df6 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.footer-three_fb85367aedc663e6 .footer-nav-link_611df635233a13ff a {
  color: rgba(0, 0, 0, 0.5);
  line-height: 46px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-three_fb85367aedc663e6 .footer-nav-link_611df635233a13ff a:hover {
  color: #19352D;
  text-decoration: underline;
}
.footer-three_fb85367aedc663e6 .bottom-footer_a4841548febb4d88 {
  border-top: 1px solid #e2e2e2;
  margin-top: 40px;
  padding: 40px 0 25px;
}
.footer-three_fb85367aedc663e6 .bottom-footer_a4841548febb4d88 .copyright_f7ec331e2adbd096 {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}
.footer-three_fb85367aedc663e6 .bottom-footer_a4841548febb4d88 .bottom-nav_17eca08973e2b21b {
  margin: 0 -12px;
}
.footer-three_fb85367aedc663e6 .bottom-footer_a4841548febb4d88 .bottom-nav_17eca08973e2b21b a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: #000;
}
.footer-three_fb85367aedc663e6 .bottom-footer_a4841548febb4d88 .bottom-nav_17eca08973e2b21b a:hover {
  text-decoration: underline;
}
.footer-three_fb85367aedc663e6 .bottom-footer_a4841548febb4d88 .social-icon_dff69c9317b42bc7 {
  margin: 0 -10px;
}
.footer-three_fb85367aedc663e6 .bottom-footer_a4841548febb4d88 .social-icon_dff69c9317b42bc7 a {
  margin: 0 10px;
}
.footer-three_fb85367aedc663e6 .bottom-footer_a4841548febb4d88 .social-icon_dff69c9317b42bc7 a:hover {
  color: #19352D;
}
.footer-three_fb85367aedc663e6 .shape_01_bec7f3d207504e48 {
  top: -3%;
  left: -3%;
}
.footer-three_fb85367aedc663e6 .shape_02_7d0627ad510d6b52 {
  bottom: 8%;
  right: 13%;
  animation: rotated 48s infinite linear;
}

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

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

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

.footer-five_40a36cb0b06da553 {
  background: #000;
  padding: 105px 0 20px;
  z-index: 1;
  overflow: hidden;
}
.footer-five_40a36cb0b06da553:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: url(../captures/assets_05d8864123/bg_07.svg) no-repeat center bottom;
  background-size: cover;
  z-index: -1;
}
.footer-five_40a36cb0b06da553 h2 {
  font-size: 132px;
  line-height: 1.185em;
}
.footer-five_40a36cb0b06da553 .btn-group_7201f8e1ce957cdf {
  padding: 15px 15px 15px 55px;
  border-radius: 80px;
  background: #DFFF5E;
  margin: 85px 0 110px;
}
.footer-five_40a36cb0b06da553 .btn-group_7201f8e1ce957cdf h3 {
  font-size: 70px;
  color: #000;
  margin: 0;
}
.footer-five_40a36cb0b06da553 .btn-group_7201f8e1ce957cdf h3 span {
  font-weight: 700;
  font-style: italic;
  text-decoration-line: underline;
  text-decoration-thickness: 4px;
}
.footer-five_40a36cb0b06da553 .btn-group_7201f8e1ce957cdf .round-btn_5129e5f31be55b07 {
  width: 125px;
  height: 125px;
  text-align: center;
  font-size: 55px;
  color: #DFFF5E;
  background: #101010;
}
.footer-five_40a36cb0b06da553 .btn-group_7201f8e1ce957cdf .round-btn_5129e5f31be55b07:hover, .footer-five_40a36cb0b06da553 .btn-group_7201f8e1ce957cdf .round-btn_5129e5f31be55b07:focus {
  background: #29594B;
  color: #fff;
}
.footer-five_40a36cb0b06da553 .social-icon_dff69c9317b42bc7 {
  margin: 0 -20px;
}
.footer-five_40a36cb0b06da553 .social-icon_dff69c9317b42bc7 a {
  color: #fff;
  margin: 0 20px;
}
.footer-five_40a36cb0b06da553 .social-icon_dff69c9317b42bc7 a:hover {
  color: #DFFF5E;
}
.footer-five_40a36cb0b06da553 .bottom-nav_17eca08973e2b21b {
  margin: 0 -12px;
}
.footer-five_40a36cb0b06da553 .bottom-nav_17eca08973e2b21b a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: #fff;
}
.footer-five_40a36cb0b06da553 .bottom-nav_17eca08973e2b21b a:hover {
  text-decoration: underline;
}
.footer-five_40a36cb0b06da553 .shape_01_bec7f3d207504e48 {
  top: 11%;
  right: 10%;
  width: 3.4%;
  animation: rotated 48s infinite linear;
}
.footer-five_40a36cb0b06da553 .shape_02_7d0627ad510d6b52 {
  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_c8fdfe08ae1b4b0c {
  animation-duration: 2s;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce_35aeed749925e3e2 {
  animation-name: bounce;
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash_25c1c42cb9d9f421 {
  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_6f05caf239065e10 {
  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_3235b958db16fd4e {
  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_286d7711b1aea076 {
  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_80ef0dff6695caf3 {
  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_9470b5ece786750b {
  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_a0250a863224fa7a {
  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_7ab7e3b7e74a1c26 {
  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_7c99cf7bac8489de {
  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_f317a191e2f58675 {
  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_d1286c72e1c241e1 {
  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_5d2b9b7c8efc067f {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown_8b27a74e14554c76 {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft_7e3272aa459e803e {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight_7edd8f1b66cf7d8f {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp_5a14c0af7b6f565c {
  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_c83e3557a95cb900 {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig_15d3edf4e1ad1963 {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft_c2970cd745acc4fe {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig_d7b1ac6e4569b562 {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight_2d254d901e1589b8 {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig_efa4a2681c77e967 {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp_536ffded98457527 {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig_b71f287b27e56e65 {
  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_25f5ae93eca31b58 {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig_4e54c8402b3c6afe {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft_975e5865e97e02d9 {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig_03a396797c29f7e8 {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight_c6e1605df10d4211 {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig_0f7ef2623302c7e9 {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp_9b09c46f2f243729 {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig_326c75283f27169b {
  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_3caa69a3d6a1f534 {
  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_b16c2aba8dff42da {
  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_5082bafc7a4f4832 {
  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_5d35f0f0309fb66c {
  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_401b2c094bc1cb1f {
  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_6c501ac800c986e7 {
  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_d92552783ee24fb1 {
  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_c668b0b1eaa1c06b {
  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_496be2eb6be3b1f1 {
  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_05d2ca9e2ce6b561 {
  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_44bad16cce25bed4 {
  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_589cd61e1132978c {
  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_c930d00a71985150 {
  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_aa03badcb76fc032 {
  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_0c9978403f9a3fb1 {
  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_874fa235bf5437ab {
  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_d8f05f3467e617ba {
  animation-name: rotateOutUpRight;
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(150px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInUp_c4d80913547ae8a1 {
  animation-name: slideInUp;
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown_869754c05b2ff0d8 {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInLeft_a59a6c7e7fbc6e20 {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight_23f872c8660afb62 {
  animation-name: slideInRight;
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.slideOutLeft_d29a8ce39ef01dd2 {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.slideOutRight_754d18d196ccf2eb {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.slideOutUp_7d28990b6d741a14 {
  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_c8fdfe08ae1b4b0c {
  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_da74aa974e0dc5c3 {
  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_3967f624d1ac84a9 {
  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_2b3134887b0d764d .theme-select-menu_f90341dfd90a64db {
  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_fc707af029b75072 {
  overflow: hidden;
}
.product-block-one_fc707af029b75072 .img-holder_17f4659e67cc03eb {
  position: relative;
  background: #F5F5F5;
  z-index: 5;
  margin-bottom: 22px;
}
.product-block-one_fc707af029b75072 .img-holder_17f4659e67cc03eb .cart-icon_495812ef76fcf73a {
  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_fc707af029b75072 .img-holder_17f4659e67cc03eb .cart-icon_495812ef76fcf73a:hover {
  color: #19352D;
  background: #CFFF45;
}
.product-block-one_fc707af029b75072 .img-holder_17f4659e67cc03eb .cart-button_4dc959f6d4b87935 {
  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_fc707af029b75072 .img-holder_17f4659e67cc03eb .cart-button_4dc959f6d4b87935:hover {
  color: #19352D;
  background: #CFFF45;
}
.product-block-one_fc707af029b75072 .product-title_d6626a6b97a6f219 {
  font-weight: 500;
  color: #19352D;
  font-size: 20px;
  text-transform: capitalize;
}
.product-block-one_fc707af029b75072 .rating_f3ffb554293933b6 {
  margin: 0 -3px;
}
.product-block-one_fc707af029b75072 .rating_f3ffb554293933b6 li {
  font-size: 15px;
  margin: 0 3px;
  color: #B3B3B3;
}
.product-block-one_fc707af029b75072 .rating_f3ffb554293933b6 li .bi-star-fill_bd9aea9411da8345 {
  color: #FFCB65;
}
.product-block-one_fc707af029b75072 .price_a54bb49e1d30827f {
  font-weight: 500;
  font-size: 22px;
  color: #0E3E2F;
  margin-top: 10px;
}
.product-block-one_fc707af029b75072:hover .cart-button_4dc959f6d4b87935 {
  opacity: 1;
  transform: translateY(0);
}
.product-block-one_fc707af029b75072:hover .product-img_017250a312f0571a {
  transform: scale(0.95);
}
.product-block-one_fc707af029b75072:hover .cart-icon_495812ef76fcf73a {
  opacity: 1;
  transform: scale(1);
}
.product-block-one_fc707af029b75072:hover .product-title_d6626a6b97a6f219 {
  text-decoration: underline;
}

.product-details-one_f77cf7a252b1daf3 .product-img-tab_fde7268a6ba0d7f6 {
  border: none;
}
.product-details-one_f77cf7a252b1daf3 .product-img-tab_fde7268a6ba0d7f6 .nav-link {
  width: 100%;
  background: #F6F6F6;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 5px 0;
  height: 88px;
  margin-bottom: 12px;
}
.product-details-one_f77cf7a252b1daf3 .product-img-tab_fde7268a6ba0d7f6 .nav-link img {
  max-height: 100%;
}
.product-details-one_f77cf7a252b1daf3 .product-img-tab_fde7268a6ba0d7f6 .nav-link.active {
  background: #fff;
  border-color: #000;
}
.product-details-one_f77cf7a252b1daf3 .product-img-tab-content_2d468e569722db05 {
  background: #F6F6F6;
  padding: 20px;
}
.product-details-one_f77cf7a252b1daf3 .product-img-tab-content_2d468e569722db05 img {
  margin: auto;
}
.product-details-one_f77cf7a252b1daf3 .product-info_37a7e14bfb816ef0 .stock-tag_f6f99e8926f60fe3 {
  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_f77cf7a252b1daf3 .product-info_37a7e14bfb816ef0 .product-name_032a2051138e368d {
  text-transform: capitalize;
  font-size: 32px;
  margin: 25px 0 15px;
}
.product-details-one_f77cf7a252b1daf3 .product-info_37a7e14bfb816ef0 .rating_f3ffb554293933b6 li {
  font-size: 15px;
  margin-right: 6px;
  color: #B3B3B3;
}
.product-details-one_f77cf7a252b1daf3 .product-info_37a7e14bfb816ef0 .rating_f3ffb554293933b6 li .bi-star-fill_bd9aea9411da8345 {
  color: #FFCB65;
}
.product-details-one_f77cf7a252b1daf3 .product-info_37a7e14bfb816ef0 .rating_f3ffb554293933b6 li a {
  font-size: 17px;
  color: #000;
  margin-left: 12px;
}
.product-details-one_f77cf7a252b1daf3 .product-info_37a7e14bfb816ef0 .rating_f3ffb554293933b6 li a:hover {
  text-decoration: underline;
}
.product-details-one_f77cf7a252b1daf3 .product-info_37a7e14bfb816ef0 .price_a54bb49e1d30827f {
  font-size: 26px;
  font-weight: 700;
  color: #29594B;
  padding: 25px 0 5px;
}
.product-details-one_f77cf7a252b1daf3 .product-info_37a7e14bfb816ef0 .price_a54bb49e1d30827f del {
  font-size: 0.7em;
  opacity: 0.6;
}
.product-details-one_f77cf7a252b1daf3 .product-info_37a7e14bfb816ef0 .availability_ebc261b7e1d2119a {
  color: #989CA2;
  font-size: 17px;
}
.product-details-one_f77cf7a252b1daf3 .product-info_37a7e14bfb816ef0 .description-text_2e63f72ff8f6206d {
  padding: 10px 0 15px;
}
.product-details-one_f77cf7a252b1daf3 .product-info_37a7e14bfb816ef0 .product-feature_a0234ecd3cc74776 {
  margin-bottom: 20px;
}
.product-details-one_f77cf7a252b1daf3 .product-info_37a7e14bfb816ef0 .product-feature_a0234ecd3cc74776 li {
  color: #000;
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
}
.product-details-one_f77cf7a252b1daf3 .product-info_37a7e14bfb816ef0 .product-feature_a0234ecd3cc74776 li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 2px;
  left: 0;
  color: #29594B;
}
.product-details-one_f77cf7a252b1daf3 .product-info_37a7e14bfb816ef0 .customize-order_ed33b6f0c6713407 h6 {
  font-size: 18px;
  margin: 0 15px 0 0;
}
.product-details-one_f77cf7a252b1daf3 .product-info_37a7e14bfb816ef0 .customize-order_ed33b6f0c6713407 .quantity_a7cadcf3a6f94b18 .button-group_024b63d9c3ea5c2a {
  border: 1px solid #e3e3e3;
  display: inline-block;
}
.product-details-one_f77cf7a252b1daf3 .product-info_37a7e14bfb816ef0 .customize-order_ed33b6f0c6713407 .quantity_a7cadcf3a6f94b18 .button-group_024b63d9c3ea5c2a li {
  line-height: 40px;
  max-height: 40px;
}
.product-details-one_f77cf7a252b1daf3 .product-info_37a7e14bfb816ef0 .customize-order_ed33b6f0c6713407 .quantity_a7cadcf3a6f94b18 .button-group_024b63d9c3ea5c2a li button {
  font-size: 25px;
  color: #C9C9C9;
  background: transparent;
  width: 32px;
}
.product-details-one_f77cf7a252b1daf3 .product-info_37a7e14bfb816ef0 .customize-order_ed33b6f0c6713407 .quantity_a7cadcf3a6f94b18 .button-group_024b63d9c3ea5c2a 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_f77cf7a252b1daf3 .product-review-tab_6083714a1aa29e7e .nav-tabs_06cd202a35834a95 {
  border-bottom: 1px solid #EBEBEB;
}
.product-details-one_f77cf7a252b1daf3 .product-review-tab_6083714a1aa29e7e .nav-tabs_06cd202a35834a95 .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_f77cf7a252b1daf3 .product-review-tab_6083714a1aa29e7e .nav-tabs_06cd202a35834a95 .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_f77cf7a252b1daf3 .product-review-tab_6083714a1aa29e7e .nav-tabs_06cd202a35834a95 .nav-link.active:before {
  transform: scale(1);
}
.product-details-one_f77cf7a252b1daf3 .product-review-tab_6083714a1aa29e7e .nav-tabs_06cd202a35834a95 .nav-item:last-child .nav-link {
  margin-right: 0;
}
.product-details-one_f77cf7a252b1daf3 .product-review-tab_6083714a1aa29e7e .tab-content_5e2ddc0b7fda76e2 h5 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 18px;
}
.product-details-one_f77cf7a252b1daf3 .product-review-tab_6083714a1aa29e7e .tab-content_5e2ddc0b7fda76e2 .product-feature_a0234ecd3cc74776 li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 18px;
}
.product-details-one_f77cf7a252b1daf3 .product-review-tab_6083714a1aa29e7e .tab-content_5e2ddc0b7fda76e2 .product-feature_a0234ecd3cc74776 li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 2px;
  left: 0;
  color: #29594B;
}
.product-details-one_f77cf7a252b1daf3 .product-review-tab_6083714a1aa29e7e .user-comment-area_c9cd55d56706a242 .single-comment_d4df350400e8c72f {
  padding-bottom: 40px;
}
.product-details-one_f77cf7a252b1daf3 .product-review-tab_6083714a1aa29e7e .user-comment-area_c9cd55d56706a242 .single-comment_d4df350400e8c72f:last-child {
  padding-bottom: 0;
}
.product-details-one_f77cf7a252b1daf3 .product-review-tab_6083714a1aa29e7e .user-comment-area_c9cd55d56706a242 .user-img_2b836eb012c36017 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.product-details-one_f77cf7a252b1daf3 .product-review-tab_6083714a1aa29e7e .user-comment-area_c9cd55d56706a242 .user-comment-data_3a4fddb438de71e2 {
  padding-left: 30px;
  position: relative;
}
.product-details-one_f77cf7a252b1daf3 .product-review-tab_6083714a1aa29e7e .user-comment-area_c9cd55d56706a242 .user-comment-data_3a4fddb438de71e2 .name {
  font-size: 18px;
  margin-bottom: 4px;
}
.product-details-one_f77cf7a252b1daf3 .product-review-tab_6083714a1aa29e7e .user-comment-area_c9cd55d56706a242 .user-comment-data_3a4fddb438de71e2 .rating_f3ffb554293933b6 li {
  font-size: 14px;
  margin: 0 3px;
  color: #B3B3B3;
}
.product-details-one_f77cf7a252b1daf3 .product-review-tab_6083714a1aa29e7e .user-comment-area_c9cd55d56706a242 .user-comment-data_3a4fddb438de71e2 .rating_f3ffb554293933b6 li .bi-star-fill_bd9aea9411da8345 {
  color: #FFCB65;
}
.product-details-one_f77cf7a252b1daf3 .product-review-tab_6083714a1aa29e7e .user-comment-area_c9cd55d56706a242 .user-comment-data_3a4fddb438de71e2 p {
  padding-top: 8px;
}

.cart-list-form_846283f9f653ca26 {
  position: relative;
}
.cart-list-form_846283f9f653ca26 .table_51643ade878c2b18 {
  margin: 0;
  background: transparent;
}
.cart-list-form_846283f9f653ca26 .table_51643ade878c2b18 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_846283f9f653ca26 .table_51643ade878c2b18 th:first-child {
  text-align: left;
}
.cart-list-form_846283f9f653ca26 .table_51643ade878c2b18 tbody td {
  padding: 0 0 70px;
  border: none;
  vertical-align: middle;
  text-align: center;
  background: transparent;
}
.cart-list-form_846283f9f653ca26 .table_51643ade878c2b18 tbody tr:first-child td {
  padding-top: 60px;
}
.cart-list-form_846283f9f653ca26 .table_51643ade878c2b18 tbody tr:last-child td {
  padding-bottom: 40px;
}
.cart-list-form_846283f9f653ca26 .table_51643ade878c2b18 tbody .product-thumbnails_e638a81069a24fea {
  width: 85px;
}
.cart-list-form_846283f9f653ca26 .table_51643ade878c2b18 tbody .product-thumbnails_e638a81069a24fea img {
  max-height: 100%;
  max-width: none;
}
.cart-list-form_846283f9f653ca26 .table_51643ade878c2b18 tbody .product-thumbnails_e638a81069a24fea .product-img_017250a312f0571a {
  display: block;
  max-width: 85px;
  max-height: 85px;
  overflow: hidden;
}
.cart-list-form_846283f9f653ca26 .table_51643ade878c2b18 tbody .product-info_37a7e14bfb816ef0 {
  padding-left: 30px;
  text-align: left;
}
.cart-list-form_846283f9f653ca26 .table_51643ade878c2b18 tbody .product-info_37a7e14bfb816ef0 .product-name_032a2051138e368d {
  font-weight: 700;
  font-size: 20px;
  color: #19352D;
}
.cart-list-form_846283f9f653ca26 .table_51643ade878c2b18 tbody .product-info_37a7e14bfb816ef0 .serial_f27c3820b2b1d1de {
  font-size: 15px;
  color: rgba(31, 31, 31, 0.5);
  padding-bottom: 6px;
}
.cart-list-form_846283f9f653ca26 .table_51643ade878c2b18 tbody .product-info_37a7e14bfb816ef0 ul li {
  display: inline-block;
  font-size: 16px;
  color: #000;
  padding-right: 15px;
}
.cart-list-form_846283f9f653ca26 .table_51643ade878c2b18 tbody .price_a54bb49e1d30827f {
  font-weight: 500;
  font-size: 18px;
  color: #19352D;
}
.cart-list-form_846283f9f653ca26 .table_51643ade878c2b18 tbody .quantity_a7cadcf3a6f94b18 li {
  display: inline-block;
  line-height: 40px;
  max-height: 40px;
}
.cart-list-form_846283f9f653ca26 .table_51643ade878c2b18 tbody .quantity_a7cadcf3a6f94b18 li .btn_195bb56d3e54c034 {
  font-size: 24px;
  padding: 0;
  border: none;
  vertical-align: inherit;
  color: #1d1d1d;
  background: transparent;
}
.cart-list-form_846283f9f653ca26 .table_51643ade878c2b18 tbody .quantity_a7cadcf3a6f94b18 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_846283f9f653ca26 .table_51643ade878c2b18 tbody .remove-product_4898691af1d6464b {
  color: #000;
  font-size: 22px;
}
.cart-list-form_846283f9f653ca26 .table_51643ade878c2b18 tbody .remove-product_4898691af1d6464b:hover {
  color: #ff2759;
}
.cart-list-form_846283f9f653ca26 .cart-footer_87f2f58e2c8f45eb {
  border-top: 2px solid #545454;
  margin-top: 28px;
  padding-top: 40px;
}
.cart-list-form_846283f9f653ca26 .cart-footer_87f2f58e2c8f45eb .coupon-form_1ef799a72903aa1b input {
  width: 240px;
  height: 50px;
  border: none;
  border-bottom: 2px solid #545454;
  font-size: 18px;
  margin-right: 30px;
  background: transparent;
}
.cart-list-form_846283f9f653ca26 .cart-footer_87f2f58e2c8f45eb .cart-total-section_2f988de3736bbe2e {
  text-align: right;
  padding-right: 82px;
}
.cart-list-form_846283f9f653ca26 .cart-footer_87f2f58e2c8f45eb .cart-total-section_2f988de3736bbe2e .cart-total-table_54f3069ef83de73f 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_846283f9f653ca26 .cart-footer_87f2f58e2c8f45eb .cart-total-section_2f988de3736bbe2e .cart-total-table_54f3069ef83de73f tr td {
  font-size: 18px;
  font-weight: 500;
  color: #19352D;
  padding-bottom: 16px;
}

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

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

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

.fancybox-active_f7b7d6bcad503a0f {
  height: auto;
}

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

.fancybox-caption_64ae210b4e0427b8, .fancybox-infobar_034d6e2fbada1a64, .fancybox-navigation_480bf78cbeb0d36c .fancybox-button_9fd3c8d11df7d4bc, .fancybox-toolbar_7a61f2faa2ccb2b7 {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption_aede0a17aac06530 .fancybox-caption_64ae210b4e0427b8, .fancybox-show-infobar_45f0579f45bff366 .fancybox-infobar_034d6e2fbada1a64, .fancybox-show-nav_0314dd45b540f04a .fancybox-navigation_480bf78cbeb0d36c .fancybox-button_9fd3c8d11df7d4bc, .fancybox-show-toolbar_d8dc848a386b9d5b .fancybox-toolbar_7a61f2faa2ccb2b7 {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}

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

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

.fancybox-is-open_9c88c39d7fe968ee .fancybox-stage_3532b192bde21539 {
  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_185b85158b7f8d42 .fancybox-slide, .fancybox-slide--current_3cd31b24c079b6c3, .fancybox-slide--next_b914af2750e712ea, .fancybox-slide--previous_417ead463b5c199d {
  display: block;
}

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

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

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

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

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

.fancybox-content_ca9516852e2d5977 {
  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_485eee9f1f6cb1ef .fancybox-content_ca9516852e2d5977 {
  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_50e6ac95c049fd66 .fancybox-content_ca9516852e2d5977 {
  cursor: zoom-out;
}

.fancybox-can-zoomIn_34e796305d3f75b3 .fancybox-content_ca9516852e2d5977 {
  cursor: zoom-in;
}

.fancybox-can-drag_98d9d040def51ec7 .fancybox-content_ca9516852e2d5977 {
  cursor: grab;
}

.fancybox-is-dragging_346e07471fa6da3d .fancybox-content_ca9516852e2d5977 {
  cursor: grabbing;
}

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

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

.fancybox-slide--html_9fefa079d911342c .fancybox-content_ca9516852e2d5977 {
  margin-bottom: 6px;
}

.fancybox-slide--iframe_c8af82ba4259d8b1 .fancybox-content_ca9516852e2d5977, .fancybox-slide--map_807e7879c1177a75 .fancybox-content_ca9516852e2d5977, .fancybox-slide--video_5ed14c7ad5e2fa99 .fancybox-content_ca9516852e2d5977 {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video_5ed14c7ad5e2fa99 .fancybox-content_ca9516852e2d5977 {
  background: #000;
}

.fancybox-slide--map_807e7879c1177a75 .fancybox-content_ca9516852e2d5977 {
  background: #e5e3df;
}

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

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

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

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

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

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

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

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

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

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

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

.fancybox-button--play_a737ba9be473d2c1 svg path, .fancybox-button--share_48601d51ba7d6ac8 svg path, .fancybox-button--thumbs_6bdc7e509ba38df4 svg path {
  fill: currentColor;
}

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

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

.fancybox-show-nav_0314dd45b540f04a .fancybox-navigation_480bf78cbeb0d36c .fancybox-button_9fd3c8d11df7d4bc {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

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

.fancybox-navigation_480bf78cbeb0d36c .fancybox-button--arrow_left_29f68ad5ed25bf0c {
  left: 6px;
}

.fancybox-navigation_480bf78cbeb0d36c .fancybox-button--arrow_right_027a392bd98d4637 {
  right: 6px;
}

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

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

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

.fancybox-slide--iframe_c8af82ba4259d8b1 .fancybox-close-small_2a9ae246ea84618f, .fancybox-slide--image_485eee9f1f6cb1ef .fancybox-close-small_2a9ae246ea84618f, .fancybox-slide--video_5ed14c7ad5e2fa99 .fancybox-close-small_2a9ae246ea84618f {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--iframe_c8af82ba4259d8b1 .fancybox-close-small_2a9ae246ea84618f:hover svg, .fancybox-slide--image_485eee9f1f6cb1ef .fancybox-close-small_2a9ae246ea84618f:hover svg, .fancybox-slide--video_5ed14c7ad5e2fa99 .fancybox-close-small_2a9ae246ea84618f:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling_6f6dba3483d26d12 .fancybox-close-small_2a9ae246ea84618f, .fancybox-is-zoomable_92572a535f1681f1.fancybox-can-drag_98d9d040def51ec7 .fancybox-close-small_2a9ae246ea84618f {
  display: none;
}

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

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

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

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

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

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

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

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

.fancybox-fx-fade_9a7949c10a03a4f3.fancybox-slide--next_b914af2750e712ea, .fancybox-fx-fade_9a7949c10a03a4f3.fancybox-slide--previous_417ead463b5c199d {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade_9a7949c10a03a4f3.fancybox-slide--current_3cd31b24c079b6c3 {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-share__input_901398ffc17a23e5 {
  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_e7e4758623ce8fa6 {
  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_4f075cc6fbeb5877 {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs_eea55a4133fcabe0 .fancybox-thumbs_e7e4758623ce8fa6 {
  display: block;
}

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

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

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

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

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

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

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

.fancybox-thumbs_e7e4758623ce8fa6 > 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_e7e4758623ce8fa6 .fancybox-thumbs-active_2750ca3dae602d40:before {
  opacity: 1;
}

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

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

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

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

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

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

.slick-slider_e4700798c539faf7 .slick-track_b035c614cf2530ba,
.slick-slider_e4700798c539faf7 .slick-list_43247bcf4798d5b5 {
  transform: translate3d(0, 0, 0);
}

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

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

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

.slick-loading_e5cb545830afbdcd .slick-track_b035c614cf2530ba {
  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_e5cb545830afbdcd img {
  display: none;
}

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

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

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

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

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