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

.h1_3c0b8143968c1b30,
h1,
.h2_ad2de4f80560f55c,
h2,
.h3_a13a292718c06092,
h3,
.h4_257ecb2f2b6807ea,
h4,
.h5_94eb634dbc1bd04a,
h5,
.h6_fe7c4f3036381465,
h6 {
  font-weight: 500;
  color: #19352D;
}

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

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

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

p {
  line-height: 1.7em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box-layout_a02a5593ca5eafb1 {
  margin: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p0_6d3d9038cc76f43b {
  padding: 0 !important;
}

.m0_b4d071a02f1c5ff0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1399px) {
  .xl-p0_6fbad1dd25c6d924 {
    padding: 0 !important;
  }
  .xl-m0_caa620c87263bfd3 {
    margin: 0 !important;
  }
  .xl-pt-10_4fe759ac44a1ae4f {
    padding-top: 10px !important;
  }
  .xl-pt-20_397d4403eef92805 {
    padding-top: 20px !important;
  }
  .xl-pt-30_a2e8003264e4177b {
    padding-top: 30px !important;
  }
  .xl-pt-40_7864bd546c217164 {
    padding-top: 40px !important;
  }
  .xl-pt-50_e8f68f88b3e46dc6 {
    padding-top: 50px !important;
  }
  .xl-pt-60_d783f27f74adeee3 {
    padding-top: 60px !important;
  }
  .xl-pt-70_427e3800b2d8c7ef {
    padding-top: 70px !important;
  }
  .xl-pt-80_9bf4310f4d1e6fe6 {
    padding-top: 80px !important;
  }
  .xl-pt-90_d6bd77aff6b6c5f0 {
    padding-top: 90px !important;
  }
  .xl-pt-100_6c05996f392cd2f4 {
    padding-top: 100px !important;
  }
  .xl-pt-110_fc32c28220d7ba55 {
    padding-top: 110px !important;
  }
  .xl-pt-120_4ac8fa4f2c626920 {
    padding-top: 120px !important;
  }
  .xl-pt-130_52d63b4f5974ea43 {
    padding-top: 130px !important;
  }
  .xl-pt-140_43b7c5b66ac4fa5b {
    padding-top: 140px !important;
  }
  .xl-pt-150_fc575c1a3234c7a6 {
    padding-top: 150px !important;
  }
  .xl-pt-200_1e993f9b9efe665b {
    padding-top: 200px !important;
  }
  .xl-pb-10_8b05b2be0ffbd169 {
    padding-bottom: 10px !important;
  }
  .xl-pb-20_32100e4b3eac2004 {
    padding-bottom: 20px !important;
  }
  .xl-pb-30_aa2a87ccc4cb0a85 {
    padding-bottom: 30px !important;
  }
  .xl-pb-40_21b692d39252265b {
    padding-bottom: 40px !important;
  }
  .xl-pb-50_9200f30d905e8f5d {
    padding-bottom: 50px !important;
  }
  .xl-pb-60_1fdf7f4bf12ec6be {
    padding-bottom: 60px !important;
  }
  .xl-pb-70_ba6a0cc4478a23b1 {
    padding-bottom: 70px !important;
  }
  .xl-pb-80_53206a59a1e2426a {
    padding-bottom: 80px !important;
  }
  .xl-pb-90_6fef53641555116b {
    padding-bottom: 90px !important;
  }
  .xl-pb-100_d683bb873cf7c630 {
    padding-bottom: 100px !important;
  }
  .xl-pb-110_5981dd0ebe76788f {
    padding-bottom: 110px !important;
  }
  .xl-pb-120_cda9abea8a593dc0 {
    padding-bottom: 120px !important;
  }
  .xl-pb-130_4d8fbb06ec6db9b7 {
    padding-bottom: 130px !important;
  }
  .xl-pb-140_8e639c60906d80d8 {
    padding-bottom: 140px !important;
  }
  .xl-pb-150_3232847ff874cdc7 {
    padding-bottom: 150px !important;
  }
  .xl-pb-200_5961cb7c7412cea7 {
    padding-bottom: 200px !important;
  }
  .xl-mt-10_9558e39b0ee835ea {
    margin-top: 10px !important;
  }
  .xl-mt-20_59d6a5d25975079b {
    margin-top: 20px !important;
  }
  .xl-mt-30_67e3adc23684ed1e {
    margin-top: 30px !important;
  }
  .xl-mt-40_62342faf7205dbdb {
    margin-top: 40px !important;
  }
  .xl-mt-50_4ad959d060365df9 {
    margin-top: 50px !important;
  }
  .xl-mt-60_34346e3f667ae952 {
    margin-top: 60px !important;
  }
  .xl-mt-70_725081afd9eca0e9 {
    margin-top: 70px !important;
  }
  .xl-mt-80_0a914a40816ecc75 {
    margin-top: 80px !important;
  }
  .xl-mt-90_c23a33c72c9a5de0 {
    margin-top: 90px !important;
  }
  .xl-mt-100_75ab3745ddefeeea {
    margin-top: 100px !important;
  }
  .xl-mt-110_4c7138fc97d18f3d {
    margin-top: 110px !important;
  }
  .xl-mt-120_00fd748134ea2085 {
    margin-top: 120px !important;
  }
  .xl-mt-130_264d46efafa739e5 {
    margin-top: 130px !important;
  }
  .xl-mt-140_7482d7ee4cca68ed {
    margin-top: 140px !important;
  }
  .xl-mt-150_98fab40339187b4c {
    margin-top: 150px !important;
  }
  .xl-mt-200_2f6ca0ae3903d800 {
    margin-top: 200px !important;
  }
  .xl-mb-10_71e05f0462c402e3 {
    margin-bottom: 10px !important;
  }
  .xl-mb-20_032f315c5b02b0a2 {
    margin-bottom: 20px !important;
  }
  .xl-mb-30_06ff54755b374d05 {
    margin-bottom: 30px !important;
  }
  .xl-mb-40_d7c7cbd235b10a62 {
    margin-bottom: 40px !important;
  }
  .xl-mb-50_d40cf38c77bc902f {
    margin-bottom: 50px !important;
  }
  .xl-mb-60_3b111c1a92c9d29b {
    margin-bottom: 60px !important;
  }
  .xl-mb-70_a0e4cd28e7e7b955 {
    margin-bottom: 70px !important;
  }
  .xl-mb-80_0bb28d078e9b92ee {
    margin-bottom: 80px !important;
  }
  .xl-mb-90_46e03c257df6fde5 {
    margin-bottom: 90px !important;
  }
  .xl-mb-100_41d9adbc2d9c4de5 {
    margin-bottom: 100px !important;
  }
  .xl-mb-110_43fbe98c2fd55d71 {
    margin-bottom: 110px !important;
  }
  .xl-mb-120_8091a70fd4db2186 {
    margin-bottom: 120px !important;
  }
  .xl-mb-130_7d0760b7c61e67e7 {
    margin-bottom: 130px !important;
  }
  .xl-mb-140_14492b977d1360fd {
    margin-bottom: 140px !important;
  }
  .xl-mb-150_84fc555aba5b2410 {
    margin-bottom: 150px !important;
  }
  .xl-mb-200_c46476b5d9e3f110 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 1399px)*/
@media (max-width: 1199px) {
  .lg-p0_31a63f5b54eb098d {
    padding: 0 !important;
  }
  .lg-m0_d1a3344a867d65e0 {
    margin: 0 !important;
  }
  .lg-pt-10_c8257c862ac95385 {
    padding-top: 10px !important;
  }
  .lg-pt-20_532538d526302a03 {
    padding-top: 20px !important;
  }
  .lg-pt-30_445b81ef1b3a8abd {
    padding-top: 30px !important;
  }
  .lg-pt-40_ce90a50393be55ad {
    padding-top: 40px !important;
  }
  .lg-pt-50_b26daf1b78a89e08 {
    padding-top: 50px !important;
  }
  .lg-pt-60_1a47a3404a1684e6 {
    padding-top: 60px !important;
  }
  .lg-pt-70_04eea7d1cfa0ae03 {
    padding-top: 70px !important;
  }
  .lg-pt-80_e6ce6f04fbf82f32 {
    padding-top: 80px !important;
  }
  .lg-pt-90_fcc4d06b197fc85a {
    padding-top: 90px !important;
  }
  .lg-pt-100_84b24d9a18211854 {
    padding-top: 100px !important;
  }
  .lg-pt-110_9d6018888f5f37ca {
    padding-top: 110px !important;
  }
  .lg-pt-120_40b537c7cac5e53d {
    padding-top: 120px !important;
  }
  .lg-pt-130_2e4bcb8fc3873e6a {
    padding-top: 130px !important;
  }
  .lg-pt-140_4fb058832f90366d {
    padding-top: 140px !important;
  }
  .lg-pt-150_0bac70b813a19c94 {
    padding-top: 150px !important;
  }
  .lg-pt-200_07569e45be3a24ec {
    padding-top: 200px !important;
  }
  .lg-pb-10_5f91fa0337b0b736 {
    padding-bottom: 10px !important;
  }
  .lg-pb-20_22ce1430fc649a5d {
    padding-bottom: 20px !important;
  }
  .lg-pb-30_42fbb4965554e6d8 {
    padding-bottom: 30px !important;
  }
  .lg-pb-40_213b2930b57b9265 {
    padding-bottom: 40px !important;
  }
  .lg-pb-50_7e3bfa32d5bef866 {
    padding-bottom: 50px !important;
  }
  .lg-pb-60_82652162301fb15a {
    padding-bottom: 60px !important;
  }
  .lg-pb-70_aa7511d8493cee34 {
    padding-bottom: 70px !important;
  }
  .lg-pb-80_be1be0ff6eff758a {
    padding-bottom: 80px !important;
  }
  .lg-pb-90_d87ca884b3853de1 {
    padding-bottom: 90px !important;
  }
  .lg-pb-100_dcfe1ad7e3c9898f {
    padding-bottom: 100px !important;
  }
  .lg-pb-110_6a44160b0945bc71 {
    padding-bottom: 110px !important;
  }
  .lg-pb-120_7a534aec6585c378 {
    padding-bottom: 120px !important;
  }
  .lg-pb-130_802f5c0282ca0d06 {
    padding-bottom: 130px !important;
  }
  .lg-pb-140_76d86f7683d09997 {
    padding-bottom: 140px !important;
  }
  .lg-pb-150_8da72ee6a7fe37ad {
    padding-bottom: 150px !important;
  }
  .lg-pb-200_95e98cae65ab1775 {
    padding-bottom: 200px !important;
  }
  .lg-mt-10_8ef69ba4e90234e6 {
    margin-top: 10px !important;
  }
  .lg-mt-20_5c0731386f0f9c44 {
    margin-top: 20px !important;
  }
  .lg-mt-30_aa92971d962954af {
    margin-top: 30px !important;
  }
  .lg-mt-40_dd95244c4a0481cc {
    margin-top: 40px !important;
  }
  .lg-mt-50_c67f5cdee5ad6564 {
    margin-top: 50px !important;
  }
  .lg-mt-60_f9065ad3011edabe {
    margin-top: 60px !important;
  }
  .lg-mt-70_09d54d459121b458 {
    margin-top: 70px !important;
  }
  .lg-mt-80_05e52ba9c5c76288 {
    margin-top: 80px !important;
  }
  .lg-mt-90_9b4afc5ea3c31c4f {
    margin-top: 90px !important;
  }
  .lg-mt-100_f3e94580380c0e31 {
    margin-top: 100px !important;
  }
  .lg-mt-110_0747ae65dcc81092 {
    margin-top: 110px !important;
  }
  .lg-mt-120_16104ef69ab59711 {
    margin-top: 120px !important;
  }
  .lg-mt-130_7927eee9dbfc36ea {
    margin-top: 130px !important;
  }
  .lg-mt-140_79411191b1539968 {
    margin-top: 140px !important;
  }
  .lg-mt-150_9d22a0b7c4ff02c1 {
    margin-top: 150px !important;
  }
  .lg-mt-200_fa80cedbe57c4eed {
    margin-top: 200px !important;
  }
  .lg-mb-10_da6872c144f80712 {
    margin-bottom: 10px !important;
  }
  .lg-mb-20_5f38fae8ed977ce2 {
    margin-bottom: 20px !important;
  }
  .lg-mb-30_b7866088cbc93d42 {
    margin-bottom: 30px !important;
  }
  .lg-mb-40_933db75694820ee0 {
    margin-bottom: 40px !important;
  }
  .lg-mb-50_2cb7c13d5d51bc60 {
    margin-bottom: 50px !important;
  }
  .lg-mb-60_41f7b6fc662c34b1 {
    margin-bottom: 60px !important;
  }
  .lg-mb-70_1700c4e07ce744c5 {
    margin-bottom: 70px !important;
  }
  .lg-mb-80_0b536277f48cf19c {
    margin-bottom: 80px !important;
  }
  .lg-mb-90_bbb834d990b73198 {
    margin-bottom: 90px !important;
  }
  .lg-mb-100_cc672435c5198659 {
    margin-bottom: 100px !important;
  }
  .lg-mb-110_0a32d7b208bd6623 {
    margin-bottom: 110px !important;
  }
  .lg-mb-120_5a3fbbbad51503be {
    margin-bottom: 120px !important;
  }
  .lg-mb-130_53849fa1a7da6248 {
    margin-bottom: 130px !important;
  }
  .lg-mb-140_59143b616f87fa58 {
    margin-bottom: 140px !important;
  }
  .lg-mb-150_183823253dea0f18 {
    margin-bottom: 150px !important;
  }
  .lg-mb-200_c059e03416d189ba {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 1199px)*/
@media (max-width: 991px) {
  .md-p0_2a331f4b7ed4e3fb {
    padding: 0 !important;
  }
  .md-m0_19ee3ba537a23ec0 {
    margin: 0 !important;
  }
  .md-pt-10_5327b9380bfdce68 {
    padding-top: 10px !important;
  }
  .md-pt-20_211846866f5fdaf8 {
    padding-top: 20px !important;
  }
  .md-pt-30_cd0189443f580bd1 {
    padding-top: 30px !important;
  }
  .md-pt-40_2bd490d0be9d55e7 {
    padding-top: 40px !important;
  }
  .md-pt-50_d2cc9c2ec738ddbc {
    padding-top: 50px !important;
  }
  .md-pt-60_4bd29fc3a3ec4e67 {
    padding-top: 60px !important;
  }
  .md-pt-70_d1ac0dec2c52bdf5 {
    padding-top: 70px !important;
  }
  .md-pt-80_579388ec0ee6ad32 {
    padding-top: 80px !important;
  }
  .md-pt-90_5f70dbadab18218d {
    padding-top: 90px !important;
  }
  .md-pt-100_58231f59b4f70a3a {
    padding-top: 100px !important;
  }
  .md-pt-110_aa02fd56a125fae5 {
    padding-top: 110px !important;
  }
  .md-pt-120_bce0a8d6e4db8150 {
    padding-top: 120px !important;
  }
  .md-pt-130_f2ec161efa28141b {
    padding-top: 130px !important;
  }
  .md-pt-140_43c8911ad50ac17e {
    padding-top: 140px !important;
  }
  .md-pt-150_f91ac27b7adbc8da {
    padding-top: 150px !important;
  }
  .md-pt-200_a0518d76919479c2 {
    padding-top: 200px !important;
  }
  .md-pb-10_a9f2fadfb08f5cbc {
    padding-bottom: 10px !important;
  }
  .md-pb-20_5ebe0eb94abdeebe {
    padding-bottom: 20px !important;
  }
  .md-pb-30_9943576d827eb752 {
    padding-bottom: 30px !important;
  }
  .md-pb-40_ba873b9b596aa2ce {
    padding-bottom: 40px !important;
  }
  .md-pb-50_61063e6b61ae6972 {
    padding-bottom: 50px !important;
  }
  .md-pb-60_d4fbbde803755681 {
    padding-bottom: 60px !important;
  }
  .md-pb-70_0dd2bbab1c285baa {
    padding-bottom: 70px !important;
  }
  .md-pb-80_b6d39f42e6d27e49 {
    padding-bottom: 80px !important;
  }
  .md-pb-90_1703dff34c27fce4 {
    padding-bottom: 90px !important;
  }
  .md-pb-100_e82070403f61804c {
    padding-bottom: 100px !important;
  }
  .md-pb-110_34a3d4ee1d519f66 {
    padding-bottom: 110px !important;
  }
  .md-pb-120_9123bf3e20508d1c {
    padding-bottom: 120px !important;
  }
  .md-pb-130_b8b9598e2e2864e9 {
    padding-bottom: 130px !important;
  }
  .md-pb-140_4eafabbded0af5c8 {
    padding-bottom: 140px !important;
  }
  .md-pb-150_964356b12a465bf9 {
    padding-bottom: 150px !important;
  }
  .md-pb-200_3bc24ea4d02c194e {
    padding-bottom: 200px !important;
  }
  .md-mt-10_1302bc275ea98f68 {
    margin-top: 10px !important;
  }
  .md-mt-20_c46dfa15bfad924c {
    margin-top: 20px !important;
  }
  .md-mt-30_610a8c0e22b93b46 {
    margin-top: 30px !important;
  }
  .md-mt-40_26e61cf7ef6c77cd {
    margin-top: 40px !important;
  }
  .md-mt-50_0b59d7f996e2f966 {
    margin-top: 50px !important;
  }
  .md-mt-60_9deb82f2ad5d1ef8 {
    margin-top: 60px !important;
  }
  .md-mt-70_e6772d56905e8225 {
    margin-top: 70px !important;
  }
  .md-mt-80_a62c1d8f26c02a2f {
    margin-top: 80px !important;
  }
  .md-mt-90_4b63523958e23e8a {
    margin-top: 90px !important;
  }
  .md-mt-100_3fe73d3cbf3e7601 {
    margin-top: 100px !important;
  }
  .md-mt-110_7540fa1806962fe5 {
    margin-top: 110px !important;
  }
  .md-mt-120_58989d8629165acd {
    margin-top: 120px !important;
  }
  .md-mt-130_d231c7bb571e3399 {
    margin-top: 130px !important;
  }
  .md-mt-140_0da6dd237dd2d937 {
    margin-top: 140px !important;
  }
  .md-mt-150_9d43d0907e58774e {
    margin-top: 150px !important;
  }
  .md-mt-200_83095e577e6a74bb {
    margin-top: 200px !important;
  }
  .md-mb-10_62c11881b5685fe4 {
    margin-bottom: 10px !important;
  }
  .md-mb-20_56e4736a1dfa49c4 {
    margin-bottom: 20px !important;
  }
  .md-mb-30_cf831e827edb8b91 {
    margin-bottom: 30px !important;
  }
  .md-mb-40_4de8cc2274a61261 {
    margin-bottom: 40px !important;
  }
  .md-mb-50_91631bfc29dd860f {
    margin-bottom: 50px !important;
  }
  .md-mb-60_c1070f48b29d41fe {
    margin-bottom: 60px !important;
  }
  .md-mb-70_bdaa448bb2dcba34 {
    margin-bottom: 70px !important;
  }
  .md-mb-80_3facc26e6f98e11c {
    margin-bottom: 80px !important;
  }
  .md-mb-90_4786f809841311e8 {
    margin-bottom: 90px !important;
  }
  .md-mb-100_d87d29932d07b4f3 {
    margin-bottom: 100px !important;
  }
  .md-mb-110_a5d2bbe7cbd7448d {
    margin-bottom: 110px !important;
  }
  .md-mb-120_25e3bd89c471eb39 {
    margin-bottom: 120px !important;
  }
  .md-mb-130_f2fd2840e1862913 {
    margin-bottom: 130px !important;
  }
  .md-mb-140_2e26dc36610ab8cf {
    margin-bottom: 140px !important;
  }
  .md-mb-150_08137220fe6145b7 {
    margin-bottom: 150px !important;
  }
  .md-mb-200_d1cc2fe90b9be4a5 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 991px)*/
@media (max-width: 767px) {
  .sm-p0_5bb7cd5266f8fd29 {
    padding: 0 !important;
  }
  .sm-m0_390df801a34f65bb {
    margin: 0 !important;
  }
  .sm-pt-10_f99518d8cc2f382a {
    padding-top: 10px !important;
  }
  .sm-pt-20_2b5e9450579955e1 {
    padding-top: 20px !important;
  }
  .sm-pt-30_3f41012cf01efea7 {
    padding-top: 30px !important;
  }
  .sm-pt-40_8542558029679322 {
    padding-top: 40px !important;
  }
  .sm-pt-50_95c7ce5c4fc44ed1 {
    padding-top: 50px !important;
  }
  .sm-pt-60_c1ae682341278f9b {
    padding-top: 60px !important;
  }
  .sm-pt-70_aea29933ba32c626 {
    padding-top: 70px !important;
  }
  .sm-pt-80_84c009a00d13f71f {
    padding-top: 80px !important;
  }
  .sm-pt-90_6512e337962123c7 {
    padding-top: 90px !important;
  }
  .sm-pt-100_e6526d99fc97ed2d {
    padding-top: 100px !important;
  }
  .sm-pt-110_97b693564556d535 {
    padding-top: 110px !important;
  }
  .sm-pt-120_cb35e752c0a905ac {
    padding-top: 120px !important;
  }
  .sm-pt-130_78dc15529cfbfd6c {
    padding-top: 130px !important;
  }
  .sm-pt-140_4a8fe952278a4cf3 {
    padding-top: 140px !important;
  }
  .sm-pt-150_bb05eec2434d1b35 {
    padding-top: 150px !important;
  }
  .sm-pt-200_ccd4192ff52e605a {
    padding-top: 200px !important;
  }
  .sm-pb-10_01d8fc1b8ca1c634 {
    padding-bottom: 10px !important;
  }
  .sm-pb-20_e0de81292f57f9eb {
    padding-bottom: 20px !important;
  }
  .sm-pb-30_d088dd8c2285eda3 {
    padding-bottom: 30px !important;
  }
  .sm-pb-40_d52ce9874f8dcd66 {
    padding-bottom: 40px !important;
  }
  .sm-pb-50_df360abe033577d3 {
    padding-bottom: 50px !important;
  }
  .sm-pb-60_fa114a13b6d68436 {
    padding-bottom: 60px !important;
  }
  .sm-pb-70_af32ce7b4730daca {
    padding-bottom: 70px !important;
  }
  .sm-pb-80_8c4a45e986f3beec {
    padding-bottom: 80px !important;
  }
  .sm-pb-90_bd3f61f668356ce3 {
    padding-bottom: 90px !important;
  }
  .sm-pb-100_f1f351f89efc569f {
    padding-bottom: 100px !important;
  }
  .sm-pb-110_869d136115233142 {
    padding-bottom: 110px !important;
  }
  .sm-pb-120_69bd39a482bb9d81 {
    padding-bottom: 120px !important;
  }
  .sm-pb-130_68cb42902d4d9940 {
    padding-bottom: 130px !important;
  }
  .sm-pb-140_2c693d656c36831e {
    padding-bottom: 140px !important;
  }
  .sm-pb-150_c1b3d043beede261 {
    padding-bottom: 150px !important;
  }
  .sm-pb-200_8456acc2b1d8b6c1 {
    padding-bottom: 200px !important;
  }
  .sm-mt-10_dc8ab3a20c5b3ba2 {
    margin-top: 10px !important;
  }
  .sm-mt-20_4b23fac2f756e15b {
    margin-top: 20px !important;
  }
  .sm-mt-30_597ef4a87f3e91c2 {
    margin-top: 30px !important;
  }
  .sm-mt-40_cb1f4ddebd3394b7 {
    margin-top: 40px !important;
  }
  .sm-mt-50_1087ea7abf440541 {
    margin-top: 50px !important;
  }
  .sm-mt-60_1a0884fe664efeba {
    margin-top: 60px !important;
  }
  .sm-mt-70_58c342c28b011fd8 {
    margin-top: 70px !important;
  }
  .sm-mt-80_a902c6625b9ff3ed {
    margin-top: 80px !important;
  }
  .sm-mt-90_e5dc415b4cd6d6ec {
    margin-top: 90px !important;
  }
  .sm-mt-100_3146f530c2c3eebf {
    margin-top: 100px !important;
  }
  .sm-mt-110_398ccc71962f1bf9 {
    margin-top: 110px !important;
  }
  .sm-mt-120_b43a7c68907725fc {
    margin-top: 120px !important;
  }
  .sm-mt-130_7551b31fcf59ffe5 {
    margin-top: 130px !important;
  }
  .sm-mt-140_23d7627e99123f94 {
    margin-top: 140px !important;
  }
  .sm-mt-150_1a7228ce4acb66c0 {
    margin-top: 150px !important;
  }
  .sm-mt-200_3e73836a84dd147e {
    margin-top: 200px !important;
  }
  .sm-mb-10_1538d2fd21266efb {
    margin-bottom: 10px !important;
  }
  .sm-mb-20_2e33d66f2bf145f5 {
    margin-bottom: 20px !important;
  }
  .sm-mb-30_8df52c021c3530fa {
    margin-bottom: 30px !important;
  }
  .sm-mb-40_c5ce74f52ad278fa {
    margin-bottom: 40px !important;
  }
  .sm-mb-50_ee423a29169f33fe {
    margin-bottom: 50px !important;
  }
  .sm-mb-60_077705ce2afcf6fe {
    margin-bottom: 60px !important;
  }
  .sm-mb-70_02aebbb66700b47f {
    margin-bottom: 70px !important;
  }
  .sm-mb-80_9368f0a3240698b0 {
    margin-bottom: 80px !important;
  }
  .sm-mb-90_8e3d78c2415bbb91 {
    margin-bottom: 90px !important;
  }
  .sm-mb-100_d5978f27a89202da {
    margin-bottom: 100px !important;
  }
  .sm-mb-110_94a8c0759790423c {
    margin-bottom: 110px !important;
  }
  .sm-mb-120_61d4315057419d64 {
    margin-bottom: 120px !important;
  }
  .sm-mb-130_a5796adface1e9da {
    margin-bottom: 130px !important;
  }
  .sm-mb-140_ce46e271c40edc36 {
    margin-bottom: 140px !important;
  }
  .sm-mb-150_a8c94050690476be {
    margin-bottom: 150px !important;
  }
  .sm-mb-200_1cd2eb38fbf48474 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 767px)*/
@media (max-width: 575px) {
  .xs-p0_18e0383a93c6d8a3 {
    padding: 0 !important;
  }
  .xs-m0_e8758aff1cc70849 {
    margin: 0 !important;
  }
  .xs-pt-10_a3ca5fd8e1ab54b0 {
    padding-top: 10px !important;
  }
  .xs-pt-20_cddde887ccb38995 {
    padding-top: 20px !important;
  }
  .xs-pt-30_782f4a22961b9c9f {
    padding-top: 30px !important;
  }
  .xs-pt-40_4f5fec47edd74b1d {
    padding-top: 40px !important;
  }
  .xs-pt-50_8fd50e11f169bfaa {
    padding-top: 50px !important;
  }
  .xs-pt-60_8e8456cdfc98e1a6 {
    padding-top: 60px !important;
  }
  .xs-pt-70_c101dd4f863462fe {
    padding-top: 70px !important;
  }
  .xs-pt-80_fd839e0f4da7eedb {
    padding-top: 80px !important;
  }
  .xs-pt-90_7697223e6e4507c0 {
    padding-top: 90px !important;
  }
  .xs-pt-100_8d758137a21d52a1 {
    padding-top: 100px !important;
  }
  .xs-pt-110_28dd30fceb75434c {
    padding-top: 110px !important;
  }
  .xs-pt-120_2d9480566ea504b2 {
    padding-top: 120px !important;
  }
  .xs-pt-130_d514df91fadf46a7 {
    padding-top: 130px !important;
  }
  .xs-pt-140_b8ef89365a68bb0a {
    padding-top: 140px !important;
  }
  .xs-pt-150_6ee2b39498e3e150 {
    padding-top: 150px !important;
  }
  .xs-pt-200_50c7c42dc41a4555 {
    padding-top: 200px !important;
  }
  .xs-pb-10_59a79b9833e21ac3 {
    padding-bottom: 10px !important;
  }
  .xs-pb-20_052d9cba56737488 {
    padding-bottom: 20px !important;
  }
  .xs-pb-30_d75966edcc1fc0b7 {
    padding-bottom: 30px !important;
  }
  .xs-pb-40_8887074c1acd4001 {
    padding-bottom: 40px !important;
  }
  .xs-pb-50_4850ae0130c318c5 {
    padding-bottom: 50px !important;
  }
  .xs-pb-60_50f323ed3f062ce0 {
    padding-bottom: 60px !important;
  }
  .xs-pb-70_505669a6056938d4 {
    padding-bottom: 70px !important;
  }
  .xs-pb-80_cb27f3ed47bf13ad {
    padding-bottom: 80px !important;
  }
  .xs-pb-90_e0f7be21bac02c61 {
    padding-bottom: 90px !important;
  }
  .xs-pb-100_8f860437cfd04298 {
    padding-bottom: 100px !important;
  }
  .xs-pb-110_2dac7b0be377a340 {
    padding-bottom: 110px !important;
  }
  .xs-pb-120_d7ce304063932549 {
    padding-bottom: 120px !important;
  }
  .xs-pb-130_60b9dcc49aeecced {
    padding-bottom: 130px !important;
  }
  .xs-pb-140_fe444c6f6851661e {
    padding-bottom: 140px !important;
  }
  .xs-pb-150_9a9052b43b53c2ff {
    padding-bottom: 150px !important;
  }
  .xs-pb-200_7523871171034bae {
    padding-bottom: 200px !important;
  }
  .xs-mt-10_16186c58497a7943 {
    margin-top: 10px !important;
  }
  .xs-mt-20_01fa85434b7f84a3 {
    margin-top: 20px !important;
  }
  .xs-mt-30_1bbf4ffef883999d {
    margin-top: 30px !important;
  }
  .xs-mt-40_0a5d66e61f243a50 {
    margin-top: 40px !important;
  }
  .xs-mt-50_ae03cc3093e9d8d4 {
    margin-top: 50px !important;
  }
  .xs-mt-60_5edfc32be11a8c28 {
    margin-top: 60px !important;
  }
  .xs-mt-70_0e4186ee96935711 {
    margin-top: 70px !important;
  }
  .xs-mt-80_c7a2de8f0fea3f5f {
    margin-top: 80px !important;
  }
  .xs-mt-90_fbf23ce8efa41227 {
    margin-top: 90px !important;
  }
  .xs-mt-100_89cfefdcf8a684e5 {
    margin-top: 100px !important;
  }
  .xs-mt-110_45ce736233104abc {
    margin-top: 110px !important;
  }
  .xs-mt-120_924c93ba91b5f5d5 {
    margin-top: 120px !important;
  }
  .xs-mt-130_8a3da826b4cbd206 {
    margin-top: 130px !important;
  }
  .xs-mt-140_9d0ec813bbff55f1 {
    margin-top: 140px !important;
  }
  .xs-mt-150_e5bff075032198a8 {
    margin-top: 150px !important;
  }
  .xs-mt-200_20c9264a05f99405 {
    margin-top: 200px !important;
  }
  .xs-mb-10_6e2e91b10027e2ac {
    margin-bottom: 10px !important;
  }
  .xs-mb-20_7dfcca0f5a5eefc7 {
    margin-bottom: 20px !important;
  }
  .xs-mb-30_cd3c525d3d0f0978 {
    margin-bottom: 30px !important;
  }
  .xs-mb-40_8e1cd8272e1e422f {
    margin-bottom: 40px !important;
  }
  .xs-mb-50_1516c011f8b4ab75 {
    margin-bottom: 50px !important;
  }
  .xs-mb-60_6cc9a561c6fdfacf {
    margin-bottom: 60px !important;
  }
  .xs-mb-70_7778aa17ea8bab00 {
    margin-bottom: 70px !important;
  }
  .xs-mb-80_365b0382375490c3 {
    margin-bottom: 80px !important;
  }
  .xs-mb-90_8532e8461e8a913d {
    margin-bottom: 90px !important;
  }
  .xs-mb-100_b5c8eca2687626e5 {
    margin-bottom: 100px !important;
  }
  .xs-mb-110_85be5fcf5ca76178 {
    margin-bottom: 110px !important;
  }
  .xs-mb-120_3c9a5fd2a4a8e89d {
    margin-bottom: 120px !important;
  }
  .xs-mb-130_200cbbbbc84b8bf1 {
    margin-bottom: 130px !important;
  }
  .xs-mb-140_f6804c79822c18a4 {
    margin-bottom: 140px !important;
  }
  .xs-mb-150_9b368abbf3323d18 {
    margin-bottom: 150px !important;
  }
  .xs-mb-200_99c525b8589d6cda {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 575px)*/
.theme-main-menu_f8fd30985152fcf0 {
  background: #fff;
  position: relative;
  z-index: 999;
  padding: 18px 40px;
  transition: all 0.4s ease-in-out 0s;
}
.theme-main-menu_f8fd30985152fcf0.menu-overlay_b0995d9437e3272b {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: transparent;
}
.theme-main-menu_f8fd30985152fcf0.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_f8fd30985152fcf0 .navbar-toggler_be0f13a78a8684f6 {
  width: 48px;
  height: 44px;
  padding: 0;
  box-shadow: none;
  position: relative;
  z-index: 99;
  border: none;
  background: #CFFF45;
}
.theme-main-menu_f8fd30985152fcf0.menu-style-three_edb4b1b17255403a .navbar-toggler_be0f13a78a8684f6 {
  background: #000;
}
.theme-main-menu_f8fd30985152fcf0.menu-style-four_448b728b59595c1e .navbar-toggler_be0f13a78a8684f6 {
  background: #E6FD5A;
}
.theme-main-menu_f8fd30985152fcf0.menu-style-five_9b0a181f794b8a23 .navbar-toggler_be0f13a78a8684f6 {
  background: #DFFF5E;
}
.theme-main-menu_f8fd30985152fcf0 .navbar-toggler_be0f13a78a8684f6:focus {
  box-shadow: none;
}
.theme-main-menu_f8fd30985152fcf0 .navbar-toggler_be0f13a78a8684f6::before,
.theme-main-menu_f8fd30985152fcf0 .navbar-toggler_be0f13a78a8684f6::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_f8fd30985152fcf0 .navbar-toggler_be0f13a78a8684f6 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_f8fd30985152fcf0.menu-style-three_edb4b1b17255403a .navbar-toggler_be0f13a78a8684f6:before, .theme-main-menu_f8fd30985152fcf0.menu-style-three_edb4b1b17255403a .navbar-toggler_be0f13a78a8684f6:after, .theme-main-menu_f8fd30985152fcf0.menu-style-three_edb4b1b17255403a .navbar-toggler_be0f13a78a8684f6 span {
  background: #fff;
}
.theme-main-menu_f8fd30985152fcf0 .navbar-toggler_be0f13a78a8684f6::before {
  transform: translate3d(0, -9px, 0) scale3d(1, 1, 1);
}
.theme-main-menu_f8fd30985152fcf0 .navbar-toggler_be0f13a78a8684f6::after {
  transform: translate3d(0, 8px, 0) scale3d(1, 1, 1);
}
.theme-main-menu_f8fd30985152fcf0 .navbar-toggler_be0f13a78a8684f6[aria-expanded=true] span {
  opacity: 0;
}
.theme-main-menu_f8fd30985152fcf0 .navbar-toggler_be0f13a78a8684f6[aria-expanded=true]::before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.theme-main-menu_f8fd30985152fcf0 .navbar-toggler_be0f13a78a8684f6[aria-expanded=true]::after {
  transform: rotate3d(0, 0, 1, -45deg);
}
.theme-main-menu_f8fd30985152fcf0 .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_f8fd30985152fcf0 .nav-item:hover .nav-link {
  color: #0C3A30;
}
.theme-main-menu_f8fd30985152fcf0.white-vr_9c963287ec7ec8d5 .nav-item .nav-link {
  color: #fff;
}
.theme-main-menu_f8fd30985152fcf0.white-vr_9c963287ec7ec8d5 .nav-item:hover .nav-link {
  color: #CFFF45;
}
.theme-main-menu_f8fd30985152fcf0.white-vr_9c963287ec7ec8d5.fixed {
  background: #0C3A30;
  border: none;
}
.theme-main-menu_f8fd30985152fcf0.menu-style-one_fc3008773eba74c1 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.theme-main-menu_f8fd30985152fcf0.menu-style-two_97ad900f712a6262 {
  padding: 0;
  background: #EDF1EE;
}
.theme-main-menu_f8fd30985152fcf0.menu-style-two_97ad900f712a6262 .info-row_bb4feb1c5acaa894 {
  padding-top: 12px;
  padding-bottom: 12px;
  overflow: hidden;
}
.theme-main-menu_f8fd30985152fcf0.menu-style-two_97ad900f712a6262 .gap-fix_92448f3a34ccfefa {
  padding-left: 40px;
  padding-right: 40px;
}
.theme-main-menu_f8fd30985152fcf0.menu-style-two_97ad900f712a6262 .greetings_35d6d51f724f9a84 {
  font-size: 18px;
  color: #19352D;
}
.theme-main-menu_f8fd30985152fcf0.menu-style-two_97ad900f712a6262 .contact-info_ee48df0bb3afc4a7 {
  margin: 0 -15px;
}
.theme-main-menu_f8fd30985152fcf0.menu-style-two_97ad900f712a6262 .contact-info_ee48df0bb3afc4a7 li {
  padding: 0 15px;
}
.theme-main-menu_f8fd30985152fcf0.menu-style-two_97ad900f712a6262 .contact-info_ee48df0bb3afc4a7 li a {
  font-size: 18px;
  color: #19352D;
}
.theme-main-menu_f8fd30985152fcf0.menu-style-two_97ad900f712a6262 .contact-info_ee48df0bb3afc4a7 li a:hover {
  text-decoration: underline;
}
.theme-main-menu_f8fd30985152fcf0.menu-style-two_97ad900f712a6262 .inner-content_d5b477ac8e68b578 {
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
.theme-main-menu_f8fd30985152fcf0.menu-style-two_97ad900f712a6262.fixed .info-row_bb4feb1c5acaa894 {
  display: none;
}
.theme-main-menu_f8fd30985152fcf0.menu-style-five_9b0a181f794b8a23 {
  background: #000;
  padding: 0;
}
.theme-main-menu_f8fd30985152fcf0.menu-style-five_9b0a181f794b8a23 .inner-content_d5b477ac8e68b578 {
  background: #fff;
  border-radius: 30px;
  padding: 18px 40px;
}
.theme-main-menu_f8fd30985152fcf0.menu-style-six_d99bbad153f5e504 .nav-item .nav-link {
  color: #044F3B;
}
.theme-main-menu_f8fd30985152fcf0.menu-style-six_d99bbad153f5e504 .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_f8fd30985152fcf0 .navbar {
  position: static;
}

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

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

.navbar [class*=mega-dropdown] .menu-column_b9041e6c87466d23 {
  padding: 5px 0;
}
.navbar [class*=mega-dropdown] .menu-column_b9041e6c87466d23 .mega-menu-title_8c044c6b594faff8 {
  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_f8fd30985152fcf0 .login-btn-one_42d36f84e7d947a5 a {
  color: #000;
}
.theme-main-menu_f8fd30985152fcf0 .login-btn-one_42d36f84e7d947a5 a:hover {
  text-decoration: underline;
}
.theme-main-menu_f8fd30985152fcf0 .login-btn-two_48656b61aa7b2361 a {
  color: #044F3B;
}
.theme-main-menu_f8fd30985152fcf0 .login-btn-two_48656b61aa7b2361 a:hover {
  text-decoration: underline;
}
.theme-main-menu_f8fd30985152fcf0 .signup-btn-one_21c5f3eb7b1d9763 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_f8fd30985152fcf0 .signup-btn-one_21c5f3eb7b1d9763 .icon_cf11eaab2a685728 {
  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_f8fd30985152fcf0 .signup-btn-one_21c5f3eb7b1d9763:hover span {
  background: #29594B;
  color: #fff;
}
.theme-main-menu_f8fd30985152fcf0 .signup-btn-one_21c5f3eb7b1d9763:hover .icon_cf11eaab2a685728 {
  background: #CFFF45;
  color: #29594B;
}
.theme-main-menu_f8fd30985152fcf0 .signup-btn-two_b0054f18ef0ead64 {
  color: #044F3B;
  line-height: 50px;
  border: 1px solid #044F3B;
  border-radius: 40px;
  background: #CFFF45;
  padding: 0 32px;
  text-align: center;
}
.theme-main-menu_f8fd30985152fcf0 .signup-btn-two_b0054f18ef0ead64:hover {
  background: #29594B;
  color: #fff;
}
.theme-main-menu_f8fd30985152fcf0 .quote-one_b0df671c5308ef7a {
  line-height: 48px;
  color: #fff;
  font-size: 18px;
  padding: 0 26px;
  border: 1px solid #fff;
  border-radius: 40px;
}
.theme-main-menu_f8fd30985152fcf0 .quote-one_b0df671c5308ef7a:hover {
  background: #CFFF45;
  color: #19352D;
}

.category-menu_64a27c1ec9697c13 {
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  padding: 0 40px;
}
.category-menu_64a27c1ec9697c13 li {
  position: relative;
  padding: 0 15px;
}
.category-menu_64a27c1ec9697c13 li a {
  font-size: 15px;
  font-weight: 500;
  color: #536159;
  padding: 13px 0;
  transition: all 0.2s ease-in-out 0s;
}
.category-menu_64a27c1ec9697c13 li a:hover {
  color: #0C3A30;
}
.category-menu_64a27c1ec9697c13 .dropdown-menu {
  padding: 0;
}
.category-menu_64a27c1ec9697c13 .dropdown-menu li {
  padding: 0;
}
.category-menu_64a27c1ec9697c13 .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_5d4ca86d54c5b432 .logo_982dee5e7e1da91d {
    margin-bottom: 10vh;
    padding-left: 12px;
  }
  .white-vr_9c963287ec7ec8d5 .navbar-collapse_5d4ca86d54c5b432 {
    background-color: #0C3A30;
  }
  .navbar-collapse_5d4ca86d54c5b432 {
    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_5d4ca86d54c5b432.show {
    transform: translateX(0);
    box-shadow: 15px 0 25px rgba(35, 35, 35, 0.09);
  }
  .theme-main-menu_f8fd30985152fcf0 .navbar .mega-dropdown_3fbdaebbe931e4ca {
    position: relative;
  }
  .navbar .navbar-nav .nav-link {
    margin: 0;
    padding: 15px 12px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
  }
  .white-vr_9c963287ec7ec8d5 .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_b9041e6c87466d23 {
    padding: 0;
  }
  .navbar .dropdown-toggle::after {
    position: absolute;
    right: 15px;
    top: calc(50% - 2px);
  }
  .dashboard-menu_d02fbbcc18c46b96 .nav-link::before {
    right: auto;
    left: 0;
    top: -2px;
  }
}
/*(max-width: 991px)*/
.hero-banner-one_1d719065473ba5c0 {
  background: #29594B;
  z-index: 9;
}
.hero-banner-one_1d719065473ba5c0::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_1d719065473ba5c0 .hero-slider-one {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.hero-banner-one_1d719065473ba5c0 .hero-slider-one .hero-img_07504dd74fc2af9b {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-banner-one_1d719065473ba5c0 .hero-slider-one .slick-list_d6e864375c5622d5, .hero-banner-one_1d719065473ba5c0 .hero-slider-one .slick-track_baba6b75dccf7cae, .hero-banner-one_1d719065473ba5c0 .hero-slider-one .item {
  height: 100%;
}
.hero-banner-one_1d719065473ba5c0 .hero-heading_a570033017041d93 {
  font-weight: 700;
  color: #000;
  background: url(../media/shape_64cd06abd6/shape_01.svg) no-repeat left top;
  background-size: cover;
  padding: 11px 31px 25px 25px;
}
.hero-banner-one_1d719065473ba5c0 .more-btn_0e69d68dfed11e25 {
  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_1d719065473ba5c0 .more-btn_0e69d68dfed11e25:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #19352D;
}

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

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

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

.hero-banner-five_b7b48a603a162e7e {
  background: #000;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.hero-banner-five_b7b48a603a162e7e .bg-wrapper_1c0c2fa38dc50601 {
  background: #fff;
  border-radius: 30px;
  z-index: 1;
}
.hero-banner-five_b7b48a603a162e7e .hero-heading_a570033017041d93 {
  font-size: 85px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.176em;
  color: #000;
}
.hero-banner-five_b7b48a603a162e7e .rating_76199c005dceaaaf h3 {
  font-size: 42px;
  margin-bottom: 0px;
}
.hero-banner-five_b7b48a603a162e7e .rating_76199c005dceaaaf p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.hero-banner-five_b7b48a603a162e7e .media-wrapper_d4dd2eb359df325b {
  position: absolute;
  background: url(../media/assets_32d3f0ebab/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_b7b48a603a162e7e .media-wrapper_d4dd2eb359df325b .shape_01_6a4b29cac04bee9f {
  right: 0;
  bottom: 14%;
  width: 41.1%;
  z-index: 1;
}
.hero-banner-five_b7b48a603a162e7e .media-wrapper_d4dd2eb359df325b .shape_02_0c4be175c0b8d299 {
  top: 34%;
  left: 0;
  transform: translateX(-50%);
  width: 19.34%;
}

.hero-banner-six_a22cfdeef8944b0c .hero-heading_a570033017041d93 {
  font-size: 100px;
  line-height: 1.05em;
  color: #044F3B;
}
.hero-banner-six_a22cfdeef8944b0c .media-wrapper_d4dd2eb359df325b {
  background: url(../media/media/img_48.jpg) no-repeat center;
  background-size: cover;
  border-radius: 20px;
  max-width: 536px;
  width: 100%;
  height: 100%;
}
.hero-banner-six_a22cfdeef8944b0c .media-wrapper_d4dd2eb359df325b .screen_01_e45b7ee4ef1f8003 {
  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_a22cfdeef8944b0c .media-wrapper_d4dd2eb359df325b .screen_02_5f90863bfe3e7010 {
  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_a22cfdeef8944b0c .media-wrapper_d4dd2eb359df325b .bg-shape_9a32ffcdc82a7c53 {
  max-width: 130%;
  left: 47%;
  bottom: -12%;
  transform: translateX(-50%);
}
.hero-banner-six_a22cfdeef8944b0c .shape_01_6a4b29cac04bee9f {
  bottom: 9%;
  left: 40%;
  width: 6.53%;
}

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

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

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

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

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

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

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

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

.fancy-banner-eight_4d9d760bf2161580 .bg-wrapper_1c0c2fa38dc50601 {
  background: #F3F8F7;
  padding: 30px 75px 0;
}
.fancy-banner-eight_4d9d760bf2161580 .media-wrapper_d4dd2eb359df325b {
  padding: 0 38px;
  margin-bottom: -6px;
}
.fancy-banner-eight_4d9d760bf2161580 .media-wrapper_d4dd2eb359df325b .shape_01_6a4b29cac04bee9f {
  width: 100%;
  bottom: 0;
  left: 0;
}
.fancy-banner-eight_4d9d760bf2161580 .shape_02_0c4be175c0b8d299 {
  right: -123px;
  bottom: -5px;
}

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

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

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

.inner-banner-one_3fda31a0f251afb1 + .blog-details_24cd8cb2f0ea5d0b {
  margin-top: 15px;
}

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

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

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

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

.block-feature-three_a6a6eb16e411e852 {
  z-index: 1;
}
.block-feature-three_a6a6eb16e411e852:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 34%;
  bottom: 0;
  background: #EBF3EE;
  z-index: -1;
}
.block-feature-three_a6a6eb16e411e852.no-bg_ee2a128024982bd7:before {
  display: none;
}
.block-feature-three_a6a6eb16e411e852 .section-btn_21ec26c638141783 {
  position: absolute;
  right: 0;
  top: 68px;
}
.block-feature-three_a6a6eb16e411e852 .block-title_1aacf00fd45add7e a {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25em;
  color: #19352D;
}
.block-feature-three_a6a6eb16e411e852 .block-title_1aacf00fd45add7e a:hover {
  text-decoration: underline;
}
.block-feature-three_a6a6eb16e411e852 .round-btn_2000bcdac0a10e5b {
  font-size: 18px;
  font-weight: 900;
  color: #29594B;
  width: 38px;
  height: 38px;
  border: 1px solid #29594B;
}
.block-feature-three_a6a6eb16e411e852 .round-btn_2000bcdac0a10e5b:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #19352D;
}
.block-feature-three_a6a6eb16e411e852 .block-one_590255c7dc025551 {
  background: url(../media/media/img_05.jpg) no-repeat center;
  background-size: cover;
  height: 470px;
}
.block-feature-three_a6a6eb16e411e852 .block-one_590255c7dc025551 .tag_19e9db9ac0070922 {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  line-height: 25px;
  border: 1px solid #000;
  padding: 0 10px;
}
.block-feature-three_a6a6eb16e411e852 .block-one_590255c7dc025551 .block-title_1aacf00fd45add7e {
  background: url(../media/shape_64cd06abd6/shape_02.svg) no-repeat right top;
  background-size: cover;
  border-radius: 25px;
  padding: 12px 0 18px 18px;
}
.block-feature-three_a6a6eb16e411e852 .block-two_731ecf4f417c6a84 {
  overflow: hidden;
}
.block-feature-three_a6a6eb16e411e852 .block-two_731ecf4f417c6a84 .img-wrapper_46ff8d28f2685579 {
  background: url(../media/media/img_06.jpg) no-repeat center;
  background-size: cover;
  width: 42%;
}
.block-feature-three_a6a6eb16e411e852 .block-two_731ecf4f417c6a84 .text-wrapper_6fbd7cce251187c0 {
  width: 58%;
  padding: 30px 30px 35px 60px;
}
.block-feature-three_a6a6eb16e411e852 .block-two_731ecf4f417c6a84 .tag_19e9db9ac0070922 {
  font-size: 13px;
  letter-spacing: 1px;
  color: white;
  line-height: 27px;
  border-radius: 17px;
  background: #29594B;
  padding: 0 17px;
}
.block-feature-three_a6a6eb16e411e852 .block-three_19fd1a71d47df752 {
  background: #D3FF76;
}
.block-feature-three_a6a6eb16e411e852 .block-three_19fd1a71d47df752 .tag_19e9db9ac0070922 {
  font-size: 13px;
  letter-spacing: 1px;
  color: white;
  line-height: 27px;
  border-radius: 17px;
  background: #29594B;
  padding: 0 17px;
}
.block-feature-three_a6a6eb16e411e852 .block-three_19fd1a71d47df752 .round-btn_2000bcdac0a10e5b {
  background: #fff;
  border-color: #fff;
}
.block-feature-three_a6a6eb16e411e852 .block-three_19fd1a71d47df752 .round-btn_2000bcdac0a10e5b:hover {
  background: #29594B;
  border-color: #29594B;
  color: #fff;
}
.block-feature-three_a6a6eb16e411e852 .block-four_bd9b4b716f96e778 {
  background: url(../media/media/img_07.jpg) no-repeat center;
  background-size: cover;
}
.block-feature-three_a6a6eb16e411e852 .block-four_bd9b4b716f96e778 .block-title_1aacf00fd45add7e {
  background: url(../media/shape_64cd06abd6/shape_03.svg) no-repeat right top;
  background-size: cover;
  border-radius: 18px;
  padding: 12px 16px 12px 18px;
}
.block-feature-three_a6a6eb16e411e852 .block-four_bd9b4b716f96e778 .block-title_1aacf00fd45add7e a {
  font-size: 28px;
}
.block-feature-three_a6a6eb16e411e852 .block-four_bd9b4b716f96e778 .tag_19e9db9ac0070922 {
  font-size: 13px;
  letter-spacing: 1px;
  color: #29594B;
  line-height: 27px;
  border-radius: 17px;
  background: #fff;
  padding: 0 17px;
}
.block-feature-three_a6a6eb16e411e852 .block-four_bd9b4b716f96e778 .round-btn_2000bcdac0a10e5b {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.block-feature-three_a6a6eb16e411e852 .block-four_bd9b4b716f96e778 .round-btn_2000bcdac0a10e5b:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #000;
}
.block-feature-three_a6a6eb16e411e852 .block-five_2f5451c904b48e10 {
  background: url(../media/blog/blog_img_05.jpg) no-repeat center;
  background-size: cover;
  height: 358px;
}
.block-feature-three_a6a6eb16e411e852 .block-five_2f5451c904b48e10 .tag_19e9db9ac0070922 {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  line-height: 25px;
  border: 1px solid #000;
  padding: 0 10px;
}
.block-feature-three_a6a6eb16e411e852 .block-five_2f5451c904b48e10 .block-title_1aacf00fd45add7e {
  background: url(../media/shape_64cd06abd6/shape_29.svg) no-repeat right top;
  background-size: cover;
  border-radius: 15px;
  padding: 12px 10px 18px 18px;
}

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

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

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

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

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

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

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

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

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

.block-feature-thirteen_c91d35bf43f3e107 .upper-wrapper_48c542f412d7834c {
  border-bottom: 1px solid #E6E6E6;
}
.block-feature-thirteen_c91d35bf43f3e107 .upper-wrapper_48c542f412d7834c .shape_01_6a4b29cac04bee9f {
  right: 6%;
  bottom: 16%;
}
.block-feature-thirteen_c91d35bf43f3e107 .line-loop_e8f3a0eff553b0fd:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 130%;
  right: 0;
  top: 57%;
  background: #E6E6E6;
  z-index: -1;
}
.block-feature-thirteen_c91d35bf43f3e107 .graph-panel_ec27d9fa71ca2ce6 {
  border-right: 1px solid #E6E6E6;
}
.block-feature-thirteen_c91d35bf43f3e107 .graph-panel_ec27d9fa71ca2ce6 .main-count_26f17ef4dd3cacdc {
  font-size: 120px;
}
.block-feature-thirteen_c91d35bf43f3e107 .graph-panel_ec27d9fa71ca2ce6 .chart-box_5920d800b42514ed {
  padding: 0 15px;
}
.block-feature-thirteen_c91d35bf43f3e107 .graph-panel_ec27d9fa71ca2ce6 .chart-box_5920d800b42514ed .chart-inner_a63ee473bcaf087b {
  width: 120px;
  background: #196164;
}

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

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

.block-feature-sixteen_630e65ca42d183b5 .media-img_ea75ed0f3bddb3b9 {
  border-radius: 30px;
}
.block-feature-sixteen_630e65ca42d183b5 .shape_01_6a4b29cac04bee9f {
  top: 31%;
  left: 50%;
}

.block-feature-seventeen_59b4cb6548500481 .section-subheading_3506fd717bcd0d60 {
  position: absolute;
  right: 0;
  top: 0;
  width: 37%;
}
.block-feature-seventeen_59b4cb6548500481 .shape_01_6a4b29cac04bee9f {
  max-width: 8%;
  top: 12%;
  left: 43%;
}

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

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

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

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

.text-feature-four_cc4d032b045108da {
  z-index: 1;
}
.text-feature-four_cc4d032b045108da .avatar_7b2824187074428f {
  width: 65px;
  height: 65px;
}
.text-feature-four_cc4d032b045108da .name {
  font-size: 28px;
}
.text-feature-four_cc4d032b045108da .quote-text_775edeedcaba220e {
  font-size: 50px;
  line-height: 1.4em;
}
.text-feature-four_cc4d032b045108da .shape_01_6a4b29cac04bee9f {
  top: 56%;
  left: 22%;
  animation: rotated 60s infinite linear;
}
.text-feature-four_cc4d032b045108da .shape_02_0c4be175c0b8d299 {
  top: 12%;
  right: 9%;
  width: 16px;
  animation: rotated 50s infinite linear;
}

.text-feature-five_e35c79c2e8e845de .bg-wrapper_1c0c2fa38dc50601 {
  background: #FFF2AC;
}
.text-feature-five_e35c79c2e8e845de 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_e35c79c2e8e845de 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_e35c79c2e8e845de 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_e35c79c2e8e845de li:hover:before {
  background: #29594B;
}
.text-feature-five_e35c79c2e8e845de li:hover:after {
  color: #fff;
}
.text-feature-five_e35c79c2e8e845de .media-wrapper_d4dd2eb359df325b {
  background: url(../media/media/img_20.jpg) no-repeat center;
  background-size: cover;
  z-index: 1;
}
.text-feature-five_e35c79c2e8e845de .media-wrapper_d4dd2eb359df325b .video-icon_4fb4b92d1a2cd3a3 {
  width: 90px;
  height: 90px;
  background: #fff;
}
.text-feature-five_e35c79c2e8e845de .media-wrapper_d4dd2eb359df325b .video-icon_4fb4b92d1a2cd3a3:hover {
  background: #CFFF45;
}
.text-feature-five_e35c79c2e8e845de .media-wrapper_d4dd2eb359df325b .screen_01_e45b7ee4ef1f8003 {
  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_02a0d0956afa6152 {
  z-index: 1;
}
.text-feature-six_02a0d0956afa6152 .media-wrapper_d4dd2eb359df325b {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 63.64%;
  z-index: -1;
}
.text-feature-six_02a0d0956afa6152 .media-wrapper_d4dd2eb359df325b .screen_01_e45b7ee4ef1f8003 {
  width: 61.1%;
  bottom: 32%;
  right: -4%;
  z-index: 1;
  animation: jumpThree 5s infinite linear;
}
.text-feature-six_02a0d0956afa6152 .shape_01_6a4b29cac04bee9f {
  left: 0;
  bottom: 23%;
  width: 12.3%;
}
.text-feature-six_02a0d0956afa6152 .shape_02_0c4be175c0b8d299 {
  top: 1%;
  right: 39%;
}

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

.text-feature-nine_e2d082738db413ba {
  background: url(../media/assets_32d3f0ebab/bg_03.svg) no-repeat center bottom;
  background-size: cover;
  z-index: 1;
}
.text-feature-nine_e2d082738db413ba .block_00e8aae2b230758f .icon_cf11eaab2a685728 {
  height: 50px;
}
.text-feature-nine_e2d082738db413ba .vertical-text-wrapper_3e801b16f2fd4acf {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  border-left: 1px solid rgba(254, 255, 252, 0.17);
}
.text-feature-nine_e2d082738db413ba .vertical-text-wrapper_3e801b16f2fd4acf .text-list_09287707f13662b3 {
  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_e2d082738db413ba .vertical-text-wrapper_3e801b16f2fd4acf .text-list_09287707f13662b3:hover {
  color: #C5FF4A;
  opacity: 1;
  mix-blend-mode: normal;
}
.text-feature-nine_e2d082738db413ba .vertical-text-wrapper_3e801b16f2fd4acf .shape_01_6a4b29cac04bee9f {
  left: -83px;
  bottom: 21%;
  animation: jumpThree 6s infinite linear;
}
.text-feature-nine_e2d082738db413ba .vertical-text-wrapper_3e801b16f2fd4acf .shape_02_0c4be175c0b8d299 {
  left: 10%;
  top: 25%;
  animation: jumpFour 6s infinite linear;
}
.text-feature-nine_e2d082738db413ba .shape_03_9a02e8443985b377 {
  left: 5%;
  top: 10%;
  animation: jumpFour 6s infinite linear;
}
.text-feature-nine_e2d082738db413ba .shape_04_26502f3a305abf8c {
  bottom: 0;
  left: 13%;
  width: 29%;
}

.team-section-one_f36a6b0fbba373bc .section-btn_21ec26c638141783 {
  position: absolute;
  right: 0;
  top: 25px;
}

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

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

.team-section-three_ce82e7f8899ee2df {
  z-index: 1;
}
.team-section-three_ce82e7f8899ee2df:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  background: url(../media/shape_64cd06abd6/shape_09.svg) no-repeat right bottom;
  background-size: cover;
  z-index: -1;
}
.team-section-three_ce82e7f8899ee2df .section-btn_21ec26c638141783 {
  position: absolute;
  right: 0;
  top: 15px;
}
.team-section-three_ce82e7f8899ee2df .shape_01_6a4b29cac04bee9f {
  width: 2.3%;
  top: 17%;
  left: 39%;
}
.team-section-three_ce82e7f8899ee2df .shape_02_0c4be175c0b8d299 {
  width: 1.5%;
  bottom: 6%;
  right: 9%;
}
.team-section-three_ce82e7f8899ee2df .shape_03_9a02e8443985b377 {
  max-width: 22%;
  bottom: 0;
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.partner-logo-one_f21f5339dbc11ed9 .logo_982dee5e7e1da91d {
  width: 100%;
  height: 60px;
}

.modal .modal-dialog {
  height: auto;
}
.modal .modal-dialog .modal-content_779bda5eee1a4b91 {
  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_13364eca5a3cd0b3 {
  max-width: 565px;
}
.user-data-form .form-wrapper_13364eca5a3cd0b3 .input-group-meta_05bcd7c0b1b234d1 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_13364eca5a3cd0b3 .input-group-meta_05bcd7c0b1b234d1 label {
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  margin-bottom: 6px;
}
.user-data-form .form-wrapper_13364eca5a3cd0b3 .input-group-meta_05bcd7c0b1b234d1 .placeholder_icon_6c7fd2a7b539dc7b {
  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_13364eca5a3cd0b3 .input-group-meta_05bcd7c0b1b234d1 .placeholder_icon_6c7fd2a7b539dc7b img {
  position: relative;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%);
}
.user-data-form .form-wrapper_13364eca5a3cd0b3 .input-group-meta_05bcd7c0b1b234d1 .placeholder_icon_6c7fd2a7b539dc7b span {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
  position: relative;
}
.user-data-form .form-wrapper_13364eca5a3cd0b3 .input-group-meta_05bcd7c0b1b234d1 .placeholder_icon_6c7fd2a7b539dc7b 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_13364eca5a3cd0b3 .input-group-meta_05bcd7c0b1b234d1 .placeholder_icon_6c7fd2a7b539dc7b span.eye-slash_8e0a7cbccd3fa396:before {
  opacity: 0;
}
.user-data-form .agreement-checkbox_5f22696c006e8e0e 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_5f22696c006e8e0e label a {
  color: #0E3E2F;
  text-decoration: underline;
}
.user-data-form .agreement-checkbox_5f22696c006e8e0e input[type=checkbox] {
  display: none;
}
.user-data-form .agreement-checkbox_5f22696c006e8e0e 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_5f22696c006e8e0e 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_5f22696c006e8e0e a {
  position: relative;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.user-data-form .agreement-checkbox_5f22696c006e8e0e a:hover {
  text-decoration: underline;
  color: #0E3E2F;
}
.user-data-form .line_4f95e2b5fe2d6bf1 {
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.user-data-form .social-use-btn_d2b553847786d28f {
  font-size: 16px;
  color: #000;
  height: 55px;
  border: 1px solid #E5E5E5;
  border-radius: 7px;
}
.user-data-form .social-use-btn_d2b553847786d28f:hover {
  background: rgba(0, 0, 0, 0.06);
}
.user-data-form .social-use-btn_d2b553847786d28f img {
  width: 20px;
}
.user-data-form .btn-close_3ef40bd17fc82933 {
  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_a0ba6ad22a5409f2 .main-count_26f17ef4dd3cacdc {
  font-size: 64px;
  color: #19352D;
}

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

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

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

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

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

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

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

.card-style-three_d35dd8e407e15f59 .icon_cf11eaab2a685728 {
  height: 38px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.portfolio-block-one_504ff858be049bc4 .img-holder_7535a020c42743af {
  position: relative;
  overflow: hidden;
}
.portfolio-block-one_504ff858be049bc4 .img-holder_7535a020c42743af.round-border_e0c1e447559572d1 {
  border-radius: 30px;
}
.portfolio-block-one_504ff858be049bc4 .img-holder_7535a020c42743af .expend_4e1a86777eafa6c4 {
  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_504ff858be049bc4 .img-holder_7535a020c42743af 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_504ff858be049bc4 .img-holder_7535a020c42743af i:hover {
  background: #DFFF5E;
}
.portfolio-block-one_504ff858be049bc4:hover .expend_4e1a86777eafa6c4 {
  opacity: 1;
}
.portfolio-block-one_504ff858be049bc4:hover .img-meta_55b2ee71497f7900 {
  transform: scale(1.1) rotate(5deg);
}
.portfolio-block-one_504ff858be049bc4:hover .pj-title_664cfbf98034b841 {
  text-decoration: underline;
}
.portfolio-block-one_504ff858be049bc4 .caption {
  margin-top: 35px;
}
.portfolio-block-one_504ff858be049bc4 .caption .tag_19e9db9ac0070922 {
  margin: 0 -3px;
}
.portfolio-block-one_504ff858be049bc4 .caption .tag_19e9db9ac0070922 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_504ff858be049bc4 .caption .pj-title_664cfbf98034b841 {
  font-size: 32px;
  color: #000;
  margin-top: 15px;
}
.portfolio-block-one_504ff858be049bc4 .caption .arrow {
  font-size: 26px;
  color: #000;
}
.portfolio-block-one_504ff858be049bc4 .caption .arrow:hover {
  color: #0C3A30;
}

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

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

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

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

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

.project-details-two_223c6222719b8d38 .bg-wrapper_1c0c2fa38dc50601 {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.project-details-two_223c6222719b8d38 .slider-wrapper_cd11ec796e0fd083 {
  height: 100%;
}
.project-details-two_223c6222719b8d38 .slider-wrapper_cd11ec796e0fd083 .carousel-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.project-details-two_223c6222719b8d38 .slider-wrapper_cd11ec796e0fd083 .carousel-control-next_14a20feb2e155d1a,
.project-details-two_223c6222719b8d38 .slider-wrapper_cd11ec796e0fd083 .carousel-control-prev_abca07bc849034ef {
  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_223c6222719b8d38 .slider-wrapper_cd11ec796e0fd083 .carousel-control-next_14a20feb2e155d1a:hover,
.project-details-two_223c6222719b8d38 .slider-wrapper_cd11ec796e0fd083 .carousel-control-prev_abca07bc849034ef:hover {
  background: #29594B;
  color: #fff;
}
.project-details-two_223c6222719b8d38 .slider-wrapper_cd11ec796e0fd083 .carousel-control-prev_abca07bc849034ef {
  left: auto;
  right: 45px;
}
.project-details-two_223c6222719b8d38 .info-wrapper_849ed4ef15ae8ba7 {
  padding: 55px 50px 85px 70px;
}
.project-details-two_223c6222719b8d38 .info-wrapper_849ed4ef15ae8ba7 h3 {
  font-size: 36px;
}
.project-details-two_223c6222719b8d38 .info-wrapper_849ed4ef15ae8ba7 .list-meta_775a5e36a1dd02c8 li {
  padding: 22px 0;
}
.project-details-two_223c6222719b8d38 .info-wrapper_849ed4ef15ae8ba7 .list-meta_775a5e36a1dd02c8 .icon_cf11eaab2a685728 {
  width: 40px;
}
.project-details-two_223c6222719b8d38 .info-wrapper_849ed4ef15ae8ba7 .list-meta_775a5e36a1dd02c8 .text1_4f89614ecff5a5e1 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}
.project-details-two_223c6222719b8d38 .info-wrapper_849ed4ef15ae8ba7 .list-meta_775a5e36a1dd02c8 span {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
}
.project-details-two_223c6222719b8d38 .info-wrapper_849ed4ef15ae8ba7 .social-share_916ba52391102d80 li {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.project-details-two_223c6222719b8d38 .info-wrapper_849ed4ef15ae8ba7 .social-share_916ba52391102d80 li a {
  font-size: 20px;
  color: #19352D;
  margin-left: 20px;
}

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

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

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

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

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

.feedback-section-three_3ae4eb41aa2887cc .slider-wrapper_cd11ec796e0fd083 {
  padding-left: 100px;
}
.feedback-section-three_3ae4eb41aa2887cc .slider-wrapper_cd11ec796e0fd083 .icon_cf11eaab2a685728 {
  left: 0;
  top: 18px;
}
.feedback-section-three_3ae4eb41aa2887cc .slick-dots_ae09f12d47f9f297 {
  margin: 50px 0 0 15px;
  padding: 0;
}
.feedback-section-three_3ae4eb41aa2887cc .slick-dots_ae09f12d47f9f297 li button {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #000;
  padding: 0;
  margin-right: 3px;
}
.feedback-section-three_3ae4eb41aa2887cc .slick-dots_ae09f12d47f9f297 .slick-active button {
  background: #000;
}
.feedback-section-three_3ae4eb41aa2887cc .rating-box_0d952447ce1f1054 {
  position: absolute;
  padding: 50px 37px 35px;
  left: -75px;
  bottom: -65px;
  z-index: 1;
  background: #000;
}
.feedback-section-three_3ae4eb41aa2887cc .rating-box_0d952447ce1f1054 .rating_76199c005dceaaaf {
  font-size: 58px;
  letter-spacing: -1px;
  line-height: 25px;
  margin-bottom: 20px;
}
.feedback-section-three_3ae4eb41aa2887cc .shape_01_6a4b29cac04bee9f {
  width: 15px;
  top: 7%;
  right: 52%;
}
.feedback-section-three_3ae4eb41aa2887cc .shape_02_0c4be175c0b8d299 {
  width: 20px;
  bottom: 17%;
  right: 17%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.blog-meta-one_4b203d65363212be {
  background: #fff;
  border-radius: 30px;
}
.blog-meta-one_4b203d65363212be .post-data_c41a68ec2b93b626 {
  padding: 30px 35px 25px;
}
.blog-meta-one_4b203d65363212be .post-data_c41a68ec2b93b626 .post-info_bb4c422677817906 {
  font-size: 18px;
  color: #AAAAAA;
}
.blog-meta-one_4b203d65363212be .post-data_c41a68ec2b93b626 .blog-title_c26f6eda4180a44c {
  font-size: 32px;
  line-height: 1.281em;
}
.blog-meta-one_4b203d65363212be .post-data_c41a68ec2b93b626 .blog-title_c26f6eda4180a44c:hover {
  text-decoration: underline;
}
.blog-meta-one_4b203d65363212be .post-img_38c440a5febd8e84 {
  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_4b203d65363212be .post-img_38c440a5febd8e84 .round-btn_2000bcdac0a10e5b {
  font-size: 25px;
  width: 55px;
  height: 55px;
  background: #fff;
  color: #19352D;
}
.blog-meta-one_4b203d65363212be:hover .round-btn_2000bcdac0a10e5b {
  background: #CFFF45;
}
.blog-meta-one_4b203d65363212be.style-two_6c51fbeff993b0e8 {
  background: #F6F6F6;
  border-radius: 0;
}
.blog-meta-one_4b203d65363212be.style-two_6c51fbeff993b0e8 .post-img_38c440a5febd8e84 {
  border-radius: 0;
}
.blog-meta-one_4b203d65363212be.style-two_6c51fbeff993b0e8 .blog-title_c26f6eda4180a44c {
  font-weight: 700;
  font-size: 28px;
  color: #000;
}

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

.blog-meta-two_803a50e6112160b4 {
  background: #fff;
}
.blog-meta-two_803a50e6112160b4 .post-data_c41a68ec2b93b626 {
  padding-top: 30px;
}
.blog-meta-two_803a50e6112160b4 .post-data_c41a68ec2b93b626 .blog-title_c26f6eda4180a44c {
  width: 70%;
}
.blog-meta-two_803a50e6112160b4 .post-data_c41a68ec2b93b626 .blog-title_c26f6eda4180a44c h4 {
  font-size: 32px;
  line-height: 1.281em;
}
.blog-meta-two_803a50e6112160b4 .post-data_c41a68ec2b93b626 .blog-title_c26f6eda4180a44c:hover h4 {
  text-decoration: underline;
}
.blog-meta-two_803a50e6112160b4 .post-data_c41a68ec2b93b626 .round-btn_2000bcdac0a10e5b {
  font-size: 25px;
  width: 60px;
  height: 60px;
  border: 1px solid #19352D;
  background: #fff;
  color: #19352D;
}
.blog-meta-two_803a50e6112160b4 .post-data_c41a68ec2b93b626 .round-btn_2000bcdac0a10e5b:hover {
  background: #CFFF45;
  border-color: #CFFF45;
}
.blog-meta-two_803a50e6112160b4 .post-data_c41a68ec2b93b626 .post-info_bb4c422677817906 {
  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_803a50e6112160b4 .post-img_38c440a5febd8e84 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-meta-two_803a50e6112160b4 .post-img_38c440a5febd8e84 .date_6374d35ac2ca7ca2 {
  line-height: 38px;
  font-size: 16px;
  padding: 0 18px;
  text-transform: uppercase;
  background: #fff;
  color: #19352D;
}
.blog-meta-two_803a50e6112160b4.style-two_6c51fbeff993b0e8 {
  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_803a50e6112160b4.style-two_6c51fbeff993b0e8 p {
  font-size: 18px;
}
.blog-meta-two_803a50e6112160b4.style-two_6c51fbeff993b0e8 .post-img_38c440a5febd8e84 {
  height: auto;
  width: 100%;
}
.blog-meta-two_803a50e6112160b4.style-two_6c51fbeff993b0e8 .post-data_c41a68ec2b93b626 {
  padding: 26px 0;
}
.blog-meta-two_803a50e6112160b4.style-two_6c51fbeff993b0e8 .post-data_c41a68ec2b93b626 .post-info_bb4c422677817906 {
  border: none;
  padding: 0;
  margin: 0 0 12px;
}
.blog-meta-two_803a50e6112160b4.style-two_6c51fbeff993b0e8 .post-data_c41a68ec2b93b626 .round-btn_2000bcdac0a10e5b {
  border: none;
}

.signup-btn-one_21c5f3eb7b1d9763 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_21c5f3eb7b1d9763 .icon_cf11eaab2a685728 {
  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_3047e1960fbf0743 {
  z-index: 1;
}
.blog-section-three_3047e1960fbf0743 .section-btn_21ec26c638141783 {
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 1;
}

.blog-section-four_f32b2a08f11068f1 {
  z-index: 5;
}
.blog-section-four_f32b2a08f11068f1.block-feature-three_a6a6eb16e411e852:before {
  display: none;
}
.blog-section-four_f32b2a08f11068f1.block-feature-three_a6a6eb16e411e852 .block-one_590255c7dc025551 {
  background: url(../media/blog/blog_img_05.jpg) no-repeat center;
  height: 666px;
}

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

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

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

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

.blog-details_24cd8cb2f0ea5d0b .post-details-meta_1bf57503d0f20130 {
  border-top: 1px dashed #BEBEBE;
  margin-top: 30px;
  padding: 36px 0;
}
.blog-details_24cd8cb2f0ea5d0b .post-details-meta_1bf57503d0f20130 p {
  line-height: 1.8em;
  margin-bottom: 30px;
}
.blog-details_24cd8cb2f0ea5d0b .post-details-meta_1bf57503d0f20130 .quote-wrapper_b3561b912a04b345 {
  text-align: center;
  margin: 62px 0 35px;
}
.blog-details_24cd8cb2f0ea5d0b .post-details-meta_1bf57503d0f20130 .quote-wrapper_b3561b912a04b345 .wrapper_a9848ef0eb5c1f1a {
  position: relative;
  padding: 38px 12px 40px;
  border-top: 1px dashed #CBCBCB;
  border-bottom: 1px dashed #CBCBCB;
}
.blog-details_24cd8cb2f0ea5d0b .post-details-meta_1bf57503d0f20130 .quote-wrapper_b3561b912a04b345 .wrapper_a9848ef0eb5c1f1a .icon_cf11eaab2a685728 {
  width: 55px;
  height: 55px;
  background: #29594B;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-details_24cd8cb2f0ea5d0b .post-details-meta_1bf57503d0f20130 .quote-wrapper_b3561b912a04b345 .wrapper_a9848ef0eb5c1f1a h3 {
  font-size: 36px;
  line-height: 1.444em;
  margin: 0;
}
.blog-details_24cd8cb2f0ea5d0b .post-details-meta_1bf57503d0f20130 .quote-wrapper_b3561b912a04b345 h6 {
  font-size: 20px;
  margin: 24px 0 0;
}
.blog-details_24cd8cb2f0ea5d0b .post-details-meta_1bf57503d0f20130 .quote-wrapper_b3561b912a04b345 h6 span {
  color: rgba(0, 0, 0, 0.5);
}
.blog-details_24cd8cb2f0ea5d0b .post-details-meta_1bf57503d0f20130 .img-gallery_09507d634595edd6 {
  margin-bottom: 50px;
}
.blog-details_24cd8cb2f0ea5d0b .post-details-meta_1bf57503d0f20130 .img-gallery_09507d634595edd6 img {
  border-radius: 20px;
  margin-top: 15px;
}
.blog-details_24cd8cb2f0ea5d0b .post-details-meta_1bf57503d0f20130 h3 {
  font-size: 32px;
  margin-bottom: 20px;
}
.blog-details_24cd8cb2f0ea5d0b .post-details-meta_1bf57503d0f20130 .list-item_21d89f998f59f6ae li {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  position: relative;
  padding-left: 33px;
  margin-bottom: 23px;
}
.blog-details_24cd8cb2f0ea5d0b .post-details-meta_1bf57503d0f20130 .list-item_21d89f998f59f6ae li:after {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  font-size: 0.95em;
  top: 3px;
  left: 0;
  color: #000;
}
.blog-details_24cd8cb2f0ea5d0b .bottom-widget_2bf9711d09343f52 {
  padding: 10px 0 5px;
}
.blog-details_24cd8cb2f0ea5d0b .bottom-widget_2bf9711d09343f52 .tags_b0f59ce01d684e18 li:first-child {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
  margin-right: 7px;
}
.blog-details_24cd8cb2f0ea5d0b .bottom-widget_2bf9711d09343f52 .tags_b0f59ce01d684e18 a {
  line-height: 26px;
  border-radius: 16px;
  background: #fff;
  padding: 0 10px;
  color: #19352D;
  font-size: 16px;
  margin-right: 5px;
}
.blog-details_24cd8cb2f0ea5d0b .bottom-widget_2bf9711d09343f52 .tags_b0f59ce01d684e18 a:hover {
  color: #000;
  text-decoration: underline;
}
.blog-details_24cd8cb2f0ea5d0b .bottom-widget_2bf9711d09343f52 .share-icon_02e42f05c0962ea2 li:first-child {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.blog-details_24cd8cb2f0ea5d0b .bottom-widget_2bf9711d09343f52 .share-icon_02e42f05c0962ea2 a {
  color: #19352D;
  font-size: 18px;
  margin-left: 17px;
}
.blog-details_24cd8cb2f0ea5d0b .grey-bg_abe7f106c87e8977 {
  background: #f4f4f4;
  border-radius: 30px;
  padding: 40px 35px;
}
.blog-details_24cd8cb2f0ea5d0b .blog-inner-title_cec342850ef8fa40 {
  font-size: 42px;
  margin-bottom: 10px;
}
.blog-details_24cd8cb2f0ea5d0b .blog-comment-area_829ec971accb358c {
  margin: 60px 0;
}
.blog-details_24cd8cb2f0ea5d0b .blog-comment-area_829ec971accb358c .comment_c32171488fa766e6 {
  border-top: 1px dashed #CBCBCB;
  padding: 38px 0 20px;
}
.blog-details_24cd8cb2f0ea5d0b .blog-comment-area_829ec971accb358c .comment_c32171488fa766e6:last-child {
  padding-bottom: 5px;
}
.blog-details_24cd8cb2f0ea5d0b .blog-comment-area_829ec971accb358c .comment_c32171488fa766e6 .reply-comment_bec3a21597287964 {
  border: none;
  padding: 40px 0 30px;
}
.blog-details_24cd8cb2f0ea5d0b .blog-comment-area_829ec971accb358c .comment_c32171488fa766e6 .user-avatar_35e89d56cc024497 {
  width: 60px;
  height: 60px;
}
.blog-details_24cd8cb2f0ea5d0b .blog-comment-area_829ec971accb358c .comment_c32171488fa766e6 .comment-text_585f657d4d31efab {
  width: calc(100% - 60px);
  padding-left: 25px;
  position: relative;
}
.blog-details_24cd8cb2f0ea5d0b .blog-comment-area_829ec971accb358c .comment_c32171488fa766e6 .comment-text_585f657d4d31efab .name {
  font-size: 20px;
  color: #19352D;
}
.blog-details_24cd8cb2f0ea5d0b .blog-comment-area_829ec971accb358c .comment_c32171488fa766e6 .comment-text_585f657d4d31efab .date_6374d35ac2ca7ca2 {
  font-size: 16px;
  color: #ADADAD;
}
.blog-details_24cd8cb2f0ea5d0b .blog-comment-area_829ec971accb358c .comment_c32171488fa766e6 .comment-text_585f657d4d31efab p {
  font-size: 18px;
  line-height: 32px;
  margin: 7px 0 10px 0px;
}
.blog-details_24cd8cb2f0ea5d0b .blog-comment-area_829ec971accb358c .comment_c32171488fa766e6 .comment-text_585f657d4d31efab .reply-btn_e10beb13c8bce89a {
  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_24cd8cb2f0ea5d0b .blog-comment-area_829ec971accb358c .comment_c32171488fa766e6 .comment-text_585f657d4d31efab .reply-btn_e10beb13c8bce89a:hover {
  background: #CFFF45;
  color: #19352D;
}
.blog-details_24cd8cb2f0ea5d0b .blog-comment-form_51ba2770682ba423 p a {
  color: #19352D;
}
.blog-details_24cd8cb2f0ea5d0b .blog-comment-form_51ba2770682ba423 form label {
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  padding-bottom: 5px;
}
.blog-details_24cd8cb2f0ea5d0b .blog-comment-form_51ba2770682ba423 form input {
  display: block;
  font-size: 18px;
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 8px;
  padding: 0 25px;
  background: #fff;
}
.blog-details_24cd8cb2f0ea5d0b .blog-comment-form_51ba2770682ba423 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_6055655095b2e9be {
  height: 600px;
}

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

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

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

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

.footer-one_3e04870e2d34a71c {
  background: #0C3A30;
  padding-top: 95px;
}
.footer-one_3e04870e2d34a71c .bottom-footer_81956764872f3d5c {
  border-top: 1px dashed rgba(255, 255, 255, 0.25);
  margin-top: 32px;
  padding: 40px 0 25px;
}
.footer-one_3e04870e2d34a71c .social-icon_2fde790cecda9605 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_3e04870e2d34a71c .social-icon_2fde790cecda9605 a:hover {
  background: #CFFF45;
  color: #29594B;
}
.footer-one_3e04870e2d34a71c .footer-title_df26b3210c0bb2ca {
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
}
.footer-one_3e04870e2d34a71c .footer-nav-link_d38ce1ecc941eaf5 a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 46px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-one_3e04870e2d34a71c .footer-nav-link_d38ce1ecc941eaf5 a:hover {
  color: #fff;
}
.footer-nav-link_d38ce1ecc941eaf5 p {
  font-size: 16px;
}
.logo_982dee5e7e1da91d 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_275c83a57e372c05 {
  min-width: 80px;
  max-height: 40px;
  max-width: 150px;
}
.casino-li_16bf71038c7406a1 {
  align-content: center;
}

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

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

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

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

.footer-three_0d9e86c364898317 {
  padding: 75px 0 0;
  position: relative;
  z-index: 1;
}
.footer-three_0d9e86c364898317 .round-bg_eead28a71a95e9f0 {
  width: 350px;
  height: 350px;
  padding: 15px 15px;
  background: #FFF6C6;
}
.footer-three_0d9e86c364898317 .round-bg_eead28a71a95e9f0.color-two_9e2baeea3a93884d {
  background: #F6FFDD;
}
.footer-three_0d9e86c364898317 .footer-intro_4020c35aff971f6a p a {
  font-weight: 500;
  font-size: 24px;
  color: #000;
}
.footer-three_0d9e86c364898317 .footer-intro_4020c35aff971f6a p a:hover {
  color: #19352D;
  text-decoration: underline;
}
.footer-three_0d9e86c364898317 .footer-title_df26b3210c0bb2ca {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.footer-three_0d9e86c364898317 .footer-nav-link_d38ce1ecc941eaf5 a {
  color: rgba(0, 0, 0, 0.5);
  line-height: 46px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-three_0d9e86c364898317 .footer-nav-link_d38ce1ecc941eaf5 a:hover {
  color: #19352D;
  text-decoration: underline;
}
.footer-three_0d9e86c364898317 .bottom-footer_81956764872f3d5c {
  border-top: 1px solid #e2e2e2;
  margin-top: 40px;
  padding: 40px 0 25px;
}
.footer-three_0d9e86c364898317 .bottom-footer_81956764872f3d5c .copyright_01d15d57d69f86f6 {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}
.footer-three_0d9e86c364898317 .bottom-footer_81956764872f3d5c .bottom-nav_7b81375583cee977 {
  margin: 0 -12px;
}
.footer-three_0d9e86c364898317 .bottom-footer_81956764872f3d5c .bottom-nav_7b81375583cee977 a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: #000;
}
.footer-three_0d9e86c364898317 .bottom-footer_81956764872f3d5c .bottom-nav_7b81375583cee977 a:hover {
  text-decoration: underline;
}
.footer-three_0d9e86c364898317 .bottom-footer_81956764872f3d5c .social-icon_2fde790cecda9605 {
  margin: 0 -10px;
}
.footer-three_0d9e86c364898317 .bottom-footer_81956764872f3d5c .social-icon_2fde790cecda9605 a {
  margin: 0 10px;
}
.footer-three_0d9e86c364898317 .bottom-footer_81956764872f3d5c .social-icon_2fde790cecda9605 a:hover {
  color: #19352D;
}
.footer-three_0d9e86c364898317 .shape_01_6a4b29cac04bee9f {
  top: -3%;
  left: -3%;
}
.footer-three_0d9e86c364898317 .shape_02_0c4be175c0b8d299 {
  bottom: 8%;
  right: 13%;
  animation: rotated 48s infinite linear;
}

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

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

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

.footer-five_02ed7e17828786b7 {
  background: #000;
  padding: 105px 0 20px;
  z-index: 1;
  overflow: hidden;
}
.footer-five_02ed7e17828786b7:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: url(../media/assets_32d3f0ebab/bg_07.svg) no-repeat center bottom;
  background-size: cover;
  z-index: -1;
}
.footer-five_02ed7e17828786b7 h2 {
  font-size: 132px;
  line-height: 1.185em;
}
.footer-five_02ed7e17828786b7 .btn-group_98280826e38bb8b9 {
  padding: 15px 15px 15px 55px;
  border-radius: 80px;
  background: #DFFF5E;
  margin: 85px 0 110px;
}
.footer-five_02ed7e17828786b7 .btn-group_98280826e38bb8b9 h3 {
  font-size: 70px;
  color: #000;
  margin: 0;
}
.footer-five_02ed7e17828786b7 .btn-group_98280826e38bb8b9 h3 span {
  font-weight: 700;
  font-style: italic;
  text-decoration-line: underline;
  text-decoration-thickness: 4px;
}
.footer-five_02ed7e17828786b7 .btn-group_98280826e38bb8b9 .round-btn_2000bcdac0a10e5b {
  width: 125px;
  height: 125px;
  text-align: center;
  font-size: 55px;
  color: #DFFF5E;
  background: #101010;
}
.footer-five_02ed7e17828786b7 .btn-group_98280826e38bb8b9 .round-btn_2000bcdac0a10e5b:hover, .footer-five_02ed7e17828786b7 .btn-group_98280826e38bb8b9 .round-btn_2000bcdac0a10e5b:focus {
  background: #29594B;
  color: #fff;
}
.footer-five_02ed7e17828786b7 .social-icon_2fde790cecda9605 {
  margin: 0 -20px;
}
.footer-five_02ed7e17828786b7 .social-icon_2fde790cecda9605 a {
  color: #fff;
  margin: 0 20px;
}
.footer-five_02ed7e17828786b7 .social-icon_2fde790cecda9605 a:hover {
  color: #DFFF5E;
}
.footer-five_02ed7e17828786b7 .bottom-nav_7b81375583cee977 {
  margin: 0 -12px;
}
.footer-five_02ed7e17828786b7 .bottom-nav_7b81375583cee977 a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: #fff;
}
.footer-five_02ed7e17828786b7 .bottom-nav_7b81375583cee977 a:hover {
  text-decoration: underline;
}
.footer-five_02ed7e17828786b7 .shape_01_6a4b29cac04bee9f {
  top: 11%;
  right: 10%;
  width: 3.4%;
  animation: rotated 48s infinite linear;
}
.footer-five_02ed7e17828786b7 .shape_02_0c4be175c0b8d299 {
  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_838db52954ecfa23 {
  animation-duration: 2s;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce_40de396c92645595 {
  animation-name: bounce;
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash_61eb41abfb15a83a {
  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_544668ce5b4f22bc {
  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_60f8539bf282c22b {
  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_539566ee86e010d3 {
  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_81e0e93328b87190 {
  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_17b9d96219e2cfc2 {
  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_d2fd396958707fed {
  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_976869f8c998c1f6 {
  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_11105c2a5d84d588 {
  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_e2c6c7e117a2f3ed {
  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_393b9746205d6969 {
  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_7809f047ea064c28 {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown_805ced99199e81dc {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft_76e382aaead58665 {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight_eef22da6c261b21f {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp_c3891c03653f5001 {
  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_8956b66c32ef7bbe {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig_51f46b9b2777b5f9 {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft_b82d7531e5eea0b9 {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig_412755c44cf47e10 {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight_8c18c5b39eb59e82 {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig_02f3edbe67b32cbc {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp_65cbf9eb19741904 {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig_c8fd74fa0fa393ee {
  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_f3705f46d50e28e6 {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig_cde292af1b43d431 {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft_15d7419455482322 {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig_447b267e5faccb31 {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight_6e31c44239ba1e63 {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig_58df89edfc6afc1a {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp_fcd7058d7c9cd4fd {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig_c8e23d63ef8837fc {
  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_25a0fead15675c54 {
  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_5c18d9d8ee1a9ee5 {
  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_0e6e7d5acc5db886 {
  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_59eae02706c1f1b5 {
  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_3d55e64887696c2f {
  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_8d14f0b0ef9a54e2 {
  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_b4030a7d406468e6 {
  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_082467f775617039 {
  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_fb2b978796ee5ec9 {
  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_4e779507fe1fb0ab {
  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_bdbc05aa9202e8c6 {
  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_ceb2c69fdb9631ce {
  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_726430a15ba98932 {
  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_344f2859da89d336 {
  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_b81c8e7f2dcbf097 {
  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_794221289a232edd {
  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_cbb86dbe11a87ca9 {
  animation-name: rotateOutUpRight;
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(150px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInUp_f12850d044413230 {
  animation-name: slideInUp;
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown_b4b10e14c878efc0 {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInLeft_3cfb33c74ea090af {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight_a35d539990b1cecc {
  animation-name: slideInRight;
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.slideOutLeft_1150399daa30e4e0 {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.slideOutRight_76079f5334c6b1d9 {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.slideOutUp_b0123b2691f30b9a {
  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_838db52954ecfa23 {
  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_3f74fbea8ac0a9e7 {
  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_430ac6c31f8aaafc {
  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_8ac456ad81b85d46 .theme-select-menu_7a6abf9f88870afd {
  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_454de69bf560db22 {
  overflow: hidden;
}
.product-block-one_454de69bf560db22 .img-holder_7535a020c42743af {
  position: relative;
  background: #F5F5F5;
  z-index: 5;
  margin-bottom: 22px;
}
.product-block-one_454de69bf560db22 .img-holder_7535a020c42743af .cart-icon_a80be6b1cf960459 {
  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_454de69bf560db22 .img-holder_7535a020c42743af .cart-icon_a80be6b1cf960459:hover {
  color: #19352D;
  background: #CFFF45;
}
.product-block-one_454de69bf560db22 .img-holder_7535a020c42743af .cart-button_c3b4e389a1f1f38c {
  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_454de69bf560db22 .img-holder_7535a020c42743af .cart-button_c3b4e389a1f1f38c:hover {
  color: #19352D;
  background: #CFFF45;
}
.product-block-one_454de69bf560db22 .product-title_4c3d7577eac1d634 {
  font-weight: 500;
  color: #19352D;
  font-size: 20px;
  text-transform: capitalize;
}
.product-block-one_454de69bf560db22 .rating_76199c005dceaaaf {
  margin: 0 -3px;
}
.product-block-one_454de69bf560db22 .rating_76199c005dceaaaf li {
  font-size: 15px;
  margin: 0 3px;
  color: #B3B3B3;
}
.product-block-one_454de69bf560db22 .rating_76199c005dceaaaf li .bi-star-fill_aea0f08d5d0555c9 {
  color: #FFCB65;
}
.product-block-one_454de69bf560db22 .price_82bb6d8d2d5686f7 {
  font-weight: 500;
  font-size: 22px;
  color: #0E3E2F;
  margin-top: 10px;
}
.product-block-one_454de69bf560db22:hover .cart-button_c3b4e389a1f1f38c {
  opacity: 1;
  transform: translateY(0);
}
.product-block-one_454de69bf560db22:hover .product-img_3eb80de680dbb1c2 {
  transform: scale(0.95);
}
.product-block-one_454de69bf560db22:hover .cart-icon_a80be6b1cf960459 {
  opacity: 1;
  transform: scale(1);
}
.product-block-one_454de69bf560db22:hover .product-title_4c3d7577eac1d634 {
  text-decoration: underline;
}

.product-details-one_ca97ad1e6c766551 .product-img-tab_93499d4bd478d57e {
  border: none;
}
.product-details-one_ca97ad1e6c766551 .product-img-tab_93499d4bd478d57e .nav-link {
  width: 100%;
  background: #F6F6F6;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 5px 0;
  height: 88px;
  margin-bottom: 12px;
}
.product-details-one_ca97ad1e6c766551 .product-img-tab_93499d4bd478d57e .nav-link img {
  max-height: 100%;
}
.product-details-one_ca97ad1e6c766551 .product-img-tab_93499d4bd478d57e .nav-link.active {
  background: #fff;
  border-color: #000;
}
.product-details-one_ca97ad1e6c766551 .product-img-tab-content_44134dbd0914c7ca {
  background: #F6F6F6;
  padding: 20px;
}
.product-details-one_ca97ad1e6c766551 .product-img-tab-content_44134dbd0914c7ca img {
  margin: auto;
}
.product-details-one_ca97ad1e6c766551 .product-info_1a1f4e993f59de46 .stock-tag_3df3545e3eca3e7c {
  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_ca97ad1e6c766551 .product-info_1a1f4e993f59de46 .product-name_5b465b8466d828ee {
  text-transform: capitalize;
  font-size: 32px;
  margin: 25px 0 15px;
}
.product-details-one_ca97ad1e6c766551 .product-info_1a1f4e993f59de46 .rating_76199c005dceaaaf li {
  font-size: 15px;
  margin-right: 6px;
  color: #B3B3B3;
}
.product-details-one_ca97ad1e6c766551 .product-info_1a1f4e993f59de46 .rating_76199c005dceaaaf li .bi-star-fill_aea0f08d5d0555c9 {
  color: #FFCB65;
}
.product-details-one_ca97ad1e6c766551 .product-info_1a1f4e993f59de46 .rating_76199c005dceaaaf li a {
  font-size: 17px;
  color: #000;
  margin-left: 12px;
}
.product-details-one_ca97ad1e6c766551 .product-info_1a1f4e993f59de46 .rating_76199c005dceaaaf li a:hover {
  text-decoration: underline;
}
.product-details-one_ca97ad1e6c766551 .product-info_1a1f4e993f59de46 .price_82bb6d8d2d5686f7 {
  font-size: 26px;
  font-weight: 700;
  color: #29594B;
  padding: 25px 0 5px;
}
.product-details-one_ca97ad1e6c766551 .product-info_1a1f4e993f59de46 .price_82bb6d8d2d5686f7 del {
  font-size: 0.7em;
  opacity: 0.6;
}
.product-details-one_ca97ad1e6c766551 .product-info_1a1f4e993f59de46 .availability_3a78129597da275a {
  color: #989CA2;
  font-size: 17px;
}
.product-details-one_ca97ad1e6c766551 .product-info_1a1f4e993f59de46 .description-text_d1f407d7eef70e9b {
  padding: 10px 0 15px;
}
.product-details-one_ca97ad1e6c766551 .product-info_1a1f4e993f59de46 .product-feature_a8a2e6ff6d75fe36 {
  margin-bottom: 20px;
}
.product-details-one_ca97ad1e6c766551 .product-info_1a1f4e993f59de46 .product-feature_a8a2e6ff6d75fe36 li {
  color: #000;
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
}
.product-details-one_ca97ad1e6c766551 .product-info_1a1f4e993f59de46 .product-feature_a8a2e6ff6d75fe36 li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 2px;
  left: 0;
  color: #29594B;
}
.product-details-one_ca97ad1e6c766551 .product-info_1a1f4e993f59de46 .customize-order_06dfb99ce76a70ec h6 {
  font-size: 18px;
  margin: 0 15px 0 0;
}
.product-details-one_ca97ad1e6c766551 .product-info_1a1f4e993f59de46 .customize-order_06dfb99ce76a70ec .quantity_a24954225cc974e6 .button-group_a2a8368255084dc9 {
  border: 1px solid #e3e3e3;
  display: inline-block;
}
.product-details-one_ca97ad1e6c766551 .product-info_1a1f4e993f59de46 .customize-order_06dfb99ce76a70ec .quantity_a24954225cc974e6 .button-group_a2a8368255084dc9 li {
  line-height: 40px;
  max-height: 40px;
}
.product-details-one_ca97ad1e6c766551 .product-info_1a1f4e993f59de46 .customize-order_06dfb99ce76a70ec .quantity_a24954225cc974e6 .button-group_a2a8368255084dc9 li button {
  font-size: 25px;
  color: #C9C9C9;
  background: transparent;
  width: 32px;
}
.product-details-one_ca97ad1e6c766551 .product-info_1a1f4e993f59de46 .customize-order_06dfb99ce76a70ec .quantity_a24954225cc974e6 .button-group_a2a8368255084dc9 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_ca97ad1e6c766551 .product-review-tab_dd1929629dc89b74 .nav-tabs_06b49a1e7d44795d {
  border-bottom: 1px solid #EBEBEB;
}
.product-details-one_ca97ad1e6c766551 .product-review-tab_dd1929629dc89b74 .nav-tabs_06b49a1e7d44795d .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_ca97ad1e6c766551 .product-review-tab_dd1929629dc89b74 .nav-tabs_06b49a1e7d44795d .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_ca97ad1e6c766551 .product-review-tab_dd1929629dc89b74 .nav-tabs_06b49a1e7d44795d .nav-link.active:before {
  transform: scale(1);
}
.product-details-one_ca97ad1e6c766551 .product-review-tab_dd1929629dc89b74 .nav-tabs_06b49a1e7d44795d .nav-item:last-child .nav-link {
  margin-right: 0;
}
.product-details-one_ca97ad1e6c766551 .product-review-tab_dd1929629dc89b74 .tab-content_3f80ee0543fee1fe h5 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 18px;
}
.product-details-one_ca97ad1e6c766551 .product-review-tab_dd1929629dc89b74 .tab-content_3f80ee0543fee1fe .product-feature_a8a2e6ff6d75fe36 li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 18px;
}
.product-details-one_ca97ad1e6c766551 .product-review-tab_dd1929629dc89b74 .tab-content_3f80ee0543fee1fe .product-feature_a8a2e6ff6d75fe36 li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 2px;
  left: 0;
  color: #29594B;
}
.product-details-one_ca97ad1e6c766551 .product-review-tab_dd1929629dc89b74 .user-comment-area_61e1f4d0651aaad6 .single-comment_3149b63ec73d3df3 {
  padding-bottom: 40px;
}
.product-details-one_ca97ad1e6c766551 .product-review-tab_dd1929629dc89b74 .user-comment-area_61e1f4d0651aaad6 .single-comment_3149b63ec73d3df3:last-child {
  padding-bottom: 0;
}
.product-details-one_ca97ad1e6c766551 .product-review-tab_dd1929629dc89b74 .user-comment-area_61e1f4d0651aaad6 .user-img_26256ade163a9033 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.product-details-one_ca97ad1e6c766551 .product-review-tab_dd1929629dc89b74 .user-comment-area_61e1f4d0651aaad6 .user-comment-data_39770e2f2df84c9b {
  padding-left: 30px;
  position: relative;
}
.product-details-one_ca97ad1e6c766551 .product-review-tab_dd1929629dc89b74 .user-comment-area_61e1f4d0651aaad6 .user-comment-data_39770e2f2df84c9b .name {
  font-size: 18px;
  margin-bottom: 4px;
}
.product-details-one_ca97ad1e6c766551 .product-review-tab_dd1929629dc89b74 .user-comment-area_61e1f4d0651aaad6 .user-comment-data_39770e2f2df84c9b .rating_76199c005dceaaaf li {
  font-size: 14px;
  margin: 0 3px;
  color: #B3B3B3;
}
.product-details-one_ca97ad1e6c766551 .product-review-tab_dd1929629dc89b74 .user-comment-area_61e1f4d0651aaad6 .user-comment-data_39770e2f2df84c9b .rating_76199c005dceaaaf li .bi-star-fill_aea0f08d5d0555c9 {
  color: #FFCB65;
}
.product-details-one_ca97ad1e6c766551 .product-review-tab_dd1929629dc89b74 .user-comment-area_61e1f4d0651aaad6 .user-comment-data_39770e2f2df84c9b p {
  padding-top: 8px;
}

.cart-list-form_617b0bd20701f701 {
  position: relative;
}
.cart-list-form_617b0bd20701f701 .table_c06a78d34641215f {
  margin: 0;
  background: transparent;
}
.cart-list-form_617b0bd20701f701 .table_c06a78d34641215f 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_617b0bd20701f701 .table_c06a78d34641215f th:first-child {
  text-align: left;
}
.cart-list-form_617b0bd20701f701 .table_c06a78d34641215f tbody td {
  padding: 0 0 70px;
  border: none;
  vertical-align: middle;
  text-align: center;
  background: transparent;
}
.cart-list-form_617b0bd20701f701 .table_c06a78d34641215f tbody tr:first-child td {
  padding-top: 60px;
}
.cart-list-form_617b0bd20701f701 .table_c06a78d34641215f tbody tr:last-child td {
  padding-bottom: 40px;
}
.cart-list-form_617b0bd20701f701 .table_c06a78d34641215f tbody .product-thumbnails_f374fbd189c0261f {
  width: 85px;
}
.cart-list-form_617b0bd20701f701 .table_c06a78d34641215f tbody .product-thumbnails_f374fbd189c0261f img {
  max-height: 100%;
  max-width: none;
}
.cart-list-form_617b0bd20701f701 .table_c06a78d34641215f tbody .product-thumbnails_f374fbd189c0261f .product-img_3eb80de680dbb1c2 {
  display: block;
  max-width: 85px;
  max-height: 85px;
  overflow: hidden;
}
.cart-list-form_617b0bd20701f701 .table_c06a78d34641215f tbody .product-info_1a1f4e993f59de46 {
  padding-left: 30px;
  text-align: left;
}
.cart-list-form_617b0bd20701f701 .table_c06a78d34641215f tbody .product-info_1a1f4e993f59de46 .product-name_5b465b8466d828ee {
  font-weight: 700;
  font-size: 20px;
  color: #19352D;
}
.cart-list-form_617b0bd20701f701 .table_c06a78d34641215f tbody .product-info_1a1f4e993f59de46 .serial_37ec7ba6fb602801 {
  font-size: 15px;
  color: rgba(31, 31, 31, 0.5);
  padding-bottom: 6px;
}
.cart-list-form_617b0bd20701f701 .table_c06a78d34641215f tbody .product-info_1a1f4e993f59de46 ul li {
  display: inline-block;
  font-size: 16px;
  color: #000;
  padding-right: 15px;
}
.cart-list-form_617b0bd20701f701 .table_c06a78d34641215f tbody .price_82bb6d8d2d5686f7 {
  font-weight: 500;
  font-size: 18px;
  color: #19352D;
}
.cart-list-form_617b0bd20701f701 .table_c06a78d34641215f tbody .quantity_a24954225cc974e6 li {
  display: inline-block;
  line-height: 40px;
  max-height: 40px;
}
.cart-list-form_617b0bd20701f701 .table_c06a78d34641215f tbody .quantity_a24954225cc974e6 li .btn_759916ad5bcf19dc {
  font-size: 24px;
  padding: 0;
  border: none;
  vertical-align: inherit;
  color: #1d1d1d;
  background: transparent;
}
.cart-list-form_617b0bd20701f701 .table_c06a78d34641215f tbody .quantity_a24954225cc974e6 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_617b0bd20701f701 .table_c06a78d34641215f tbody .remove-product_fbc0afb48c1884db {
  color: #000;
  font-size: 22px;
}
.cart-list-form_617b0bd20701f701 .table_c06a78d34641215f tbody .remove-product_fbc0afb48c1884db:hover {
  color: #ff2759;
}
.cart-list-form_617b0bd20701f701 .cart-footer_8bf52df54d67d6cb {
  border-top: 2px solid #545454;
  margin-top: 28px;
  padding-top: 40px;
}
.cart-list-form_617b0bd20701f701 .cart-footer_8bf52df54d67d6cb .coupon-form_9e4d32439f3bf17d input {
  width: 240px;
  height: 50px;
  border: none;
  border-bottom: 2px solid #545454;
  font-size: 18px;
  margin-right: 30px;
  background: transparent;
}
.cart-list-form_617b0bd20701f701 .cart-footer_8bf52df54d67d6cb .cart-total-section_6c6e74e46a01a456 {
  text-align: right;
  padding-right: 82px;
}
.cart-list-form_617b0bd20701f701 .cart-footer_8bf52df54d67d6cb .cart-total-section_6c6e74e46a01a456 .cart-total-table_01014b0933129d50 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_617b0bd20701f701 .cart-footer_8bf52df54d67d6cb .cart-total-section_6c6e74e46a01a456 .cart-total-table_01014b0933129d50 tr td {
  font-size: 18px;
  font-weight: 500;
  color: #19352D;
  padding-bottom: 16px;
}

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

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

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

.fancybox-active_2ee10daaaf3e4fe1 {
  height: auto;
}

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

.fancybox-caption_f823b3d5c7ccd729, .fancybox-infobar_0e5c0846d90ed260, .fancybox-navigation_b0a08752fb2269b7 .fancybox-button_1d5e1395b58cc02b, .fancybox-toolbar_0f1c4e4d5511f290 {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption_627d9621e7ab0990 .fancybox-caption_f823b3d5c7ccd729, .fancybox-show-infobar_e44fd05d36275eaa .fancybox-infobar_0e5c0846d90ed260, .fancybox-show-nav_367e285d9c92d0fa .fancybox-navigation_b0a08752fb2269b7 .fancybox-button_1d5e1395b58cc02b, .fancybox-show-toolbar_b779edfd1e98d3db .fancybox-toolbar_0f1c4e4d5511f290 {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}

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

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

.fancybox-is-open_351ab21fb8b584e8 .fancybox-stage_d5a4b78abb7c68c2 {
  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_9f3618e180221bb1 .fancybox-slide, .fancybox-slide--current_314eb267403483d9, .fancybox-slide--next_f513a9135fd7fb2e, .fancybox-slide--previous_3652f31744712f6d {
  display: block;
}

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

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

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

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

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

.fancybox-content_8403dde1cc6e090a {
  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_9aa07faf427690fa .fancybox-content_8403dde1cc6e090a {
  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_1f71e90fb6b4d249 .fancybox-content_8403dde1cc6e090a {
  cursor: zoom-out;
}

.fancybox-can-zoomIn_a12d2671375f2bce .fancybox-content_8403dde1cc6e090a {
  cursor: zoom-in;
}

.fancybox-can-drag_caf5158e3afd895e .fancybox-content_8403dde1cc6e090a {
  cursor: grab;
}

.fancybox-is-dragging_cf660eb92229a65d .fancybox-content_8403dde1cc6e090a {
  cursor: grabbing;
}

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

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

.fancybox-slide--html_c3abb3468e639699 .fancybox-content_8403dde1cc6e090a {
  margin-bottom: 6px;
}

.fancybox-slide--iframe_b1ec0056e5626e94 .fancybox-content_8403dde1cc6e090a, .fancybox-slide--map_eb2cb8126c9fb870 .fancybox-content_8403dde1cc6e090a, .fancybox-slide--video_a0718b38c621ddfd .fancybox-content_8403dde1cc6e090a {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video_a0718b38c621ddfd .fancybox-content_8403dde1cc6e090a {
  background: #000;
}

.fancybox-slide--map_eb2cb8126c9fb870 .fancybox-content_8403dde1cc6e090a {
  background: #e5e3df;
}

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

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

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

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

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

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

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

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

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

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

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

.fancybox-button--play_8b5496db7a9f7863 svg path, .fancybox-button--share_63ddc3cf3c9dd538 svg path, .fancybox-button--thumbs_3ddad4d39b3ef9e4 svg path {
  fill: currentColor;
}

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

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

.fancybox-show-nav_367e285d9c92d0fa .fancybox-navigation_b0a08752fb2269b7 .fancybox-button_1d5e1395b58cc02b {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

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

.fancybox-navigation_b0a08752fb2269b7 .fancybox-button--arrow_left_ba54f0d6b6795e4f {
  left: 6px;
}

.fancybox-navigation_b0a08752fb2269b7 .fancybox-button--arrow_right_60cabc1409dc9009 {
  right: 6px;
}

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

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

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

.fancybox-slide--iframe_b1ec0056e5626e94 .fancybox-close-small_5c0a862571246341, .fancybox-slide--image_9aa07faf427690fa .fancybox-close-small_5c0a862571246341, .fancybox-slide--video_a0718b38c621ddfd .fancybox-close-small_5c0a862571246341 {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--iframe_b1ec0056e5626e94 .fancybox-close-small_5c0a862571246341:hover svg, .fancybox-slide--image_9aa07faf427690fa .fancybox-close-small_5c0a862571246341:hover svg, .fancybox-slide--video_a0718b38c621ddfd .fancybox-close-small_5c0a862571246341:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling_6df748831031aeb4 .fancybox-close-small_5c0a862571246341, .fancybox-is-zoomable_770015fcf6903cf9.fancybox-can-drag_caf5158e3afd895e .fancybox-close-small_5c0a862571246341 {
  display: none;
}

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

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

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

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

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

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

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

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

.fancybox-fx-fade_0281f10da0178a08.fancybox-slide--next_f513a9135fd7fb2e, .fancybox-fx-fade_0281f10da0178a08.fancybox-slide--previous_3652f31744712f6d {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade_0281f10da0178a08.fancybox-slide--current_314eb267403483d9 {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-share__input_fbce8a1d1391e704 {
  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_81a06d435f31b12c {
  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_df8efe73925e00dc {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs_7b9dbcd1bc2c77d2 .fancybox-thumbs_81a06d435f31b12c {
  display: block;
}

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

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

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

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

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

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

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

.fancybox-thumbs_81a06d435f31b12c > 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_81a06d435f31b12c .fancybox-thumbs-active_7086de9efbf9a090:before {
  opacity: 1;
}

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

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

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

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

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

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

.slick-slider_e947e5851479d4f8 .slick-track_baba6b75dccf7cae,
.slick-slider_e947e5851479d4f8 .slick-list_d6e864375c5622d5 {
  transform: translate3d(0, 0, 0);
}

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

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

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

.slick-loading_0d63262a96de532f .slick-track_baba6b75dccf7cae {
  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_0d63262a96de532f img {
  display: none;
}

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

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

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

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

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