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

.h1_b3ed9d13dba3829e,
h1,
.h2_b25c40d77f1ca705,
h2,
.h3_98d1ded5f5f58e67,
h3,
.h4_771a584b5db223db,
h4,
.h5_dc207ed7bdc14874,
h5,
.h6_7a074dd86477395f,
h6 {
  font-weight: 500;
  color: #19352D;
}

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

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

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

p {
  line-height: 1.7em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box-layout_98295d9ee4c8b154 {
  margin: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p0_dfd37d36d66615e8 {
  padding: 0 !important;
}

.m0_532cfad6e2e8c053 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1399px) {
  .xl-p0_b5b38ee6de8bfcac {
    padding: 0 !important;
  }
  .xl-m0_cbfab20ffb04344c {
    margin: 0 !important;
  }
  .xl-pt-10_009efa8e1a2e0589 {
    padding-top: 10px !important;
  }
  .xl-pt-20_64cac2a1ca5abe53 {
    padding-top: 20px !important;
  }
  .xl-pt-30_5e107335f242f17f {
    padding-top: 30px !important;
  }
  .xl-pt-40_40a96585e533108a {
    padding-top: 40px !important;
  }
  .xl-pt-50_11504b3a9157425c {
    padding-top: 50px !important;
  }
  .xl-pt-60_20bbca9aec4bb68c {
    padding-top: 60px !important;
  }
  .xl-pt-70_f597f9d522c8d6d0 {
    padding-top: 70px !important;
  }
  .xl-pt-80_80f536d6e6e518a7 {
    padding-top: 80px !important;
  }
  .xl-pt-90_500b5c1bb998628d {
    padding-top: 90px !important;
  }
  .xl-pt-100_88bdeeee36aa150d {
    padding-top: 100px !important;
  }
  .xl-pt-110_01ba2969d4ab4350 {
    padding-top: 110px !important;
  }
  .xl-pt-120_02cab99541ac1183 {
    padding-top: 120px !important;
  }
  .xl-pt-130_8a3bc5d758ecbe70 {
    padding-top: 130px !important;
  }
  .xl-pt-140_4e3f533f7e538188 {
    padding-top: 140px !important;
  }
  .xl-pt-150_0679b2e7e2c0417e {
    padding-top: 150px !important;
  }
  .xl-pt-200_6c0f87125a694928 {
    padding-top: 200px !important;
  }
  .xl-pb-10_f66e00cc787794a0 {
    padding-bottom: 10px !important;
  }
  .xl-pb-20_319199c78ec0b647 {
    padding-bottom: 20px !important;
  }
  .xl-pb-30_7cefea7cb905ef7f {
    padding-bottom: 30px !important;
  }
  .xl-pb-40_028e954d4f984f1d {
    padding-bottom: 40px !important;
  }
  .xl-pb-50_26565c1821f91ec7 {
    padding-bottom: 50px !important;
  }
  .xl-pb-60_e6ee73a8e0ecefc3 {
    padding-bottom: 60px !important;
  }
  .xl-pb-70_af0345c1dfcdbe5f {
    padding-bottom: 70px !important;
  }
  .xl-pb-80_f135865173bb30dd {
    padding-bottom: 80px !important;
  }
  .xl-pb-90_d76b33693bfcbeb6 {
    padding-bottom: 90px !important;
  }
  .xl-pb-100_8357cbdd158e3a04 {
    padding-bottom: 100px !important;
  }
  .xl-pb-110_4eb7eefae79112d5 {
    padding-bottom: 110px !important;
  }
  .xl-pb-120_12acb8d3914a88d2 {
    padding-bottom: 120px !important;
  }
  .xl-pb-130_ceb53b991f98b93d {
    padding-bottom: 130px !important;
  }
  .xl-pb-140_7d218a966e0e022d {
    padding-bottom: 140px !important;
  }
  .xl-pb-150_2f2a16fb60846292 {
    padding-bottom: 150px !important;
  }
  .xl-pb-200_34deda5340b943e3 {
    padding-bottom: 200px !important;
  }
  .xl-mt-10_66fd67ef86ed96ba {
    margin-top: 10px !important;
  }
  .xl-mt-20_9652e5bcd355e72b {
    margin-top: 20px !important;
  }
  .xl-mt-30_b1bad0675d02eeb7 {
    margin-top: 30px !important;
  }
  .xl-mt-40_89a779e7160f590f {
    margin-top: 40px !important;
  }
  .xl-mt-50_96c48c56f7d24090 {
    margin-top: 50px !important;
  }
  .xl-mt-60_d3aefd918bc4677c {
    margin-top: 60px !important;
  }
  .xl-mt-70_934e1e0140c8054a {
    margin-top: 70px !important;
  }
  .xl-mt-80_0e1ff656556e254b {
    margin-top: 80px !important;
  }
  .xl-mt-90_c2efb0acbd76cb13 {
    margin-top: 90px !important;
  }
  .xl-mt-100_0de117b28bab4f0c {
    margin-top: 100px !important;
  }
  .xl-mt-110_87e5df49f2b72fa2 {
    margin-top: 110px !important;
  }
  .xl-mt-120_877ad4f33e01c053 {
    margin-top: 120px !important;
  }
  .xl-mt-130_bd3bfe2b2d6b3411 {
    margin-top: 130px !important;
  }
  .xl-mt-140_4f36fa4fd140f668 {
    margin-top: 140px !important;
  }
  .xl-mt-150_6c46102b0ca02a43 {
    margin-top: 150px !important;
  }
  .xl-mt-200_5295f86fb6518231 {
    margin-top: 200px !important;
  }
  .xl-mb-10_7059a65a5beb0058 {
    margin-bottom: 10px !important;
  }
  .xl-mb-20_2a76c38196ab1a17 {
    margin-bottom: 20px !important;
  }
  .xl-mb-30_576c3a36c2734810 {
    margin-bottom: 30px !important;
  }
  .xl-mb-40_2a2f7ef7f644edfa {
    margin-bottom: 40px !important;
  }
  .xl-mb-50_d98844c06a48af11 {
    margin-bottom: 50px !important;
  }
  .xl-mb-60_c30f1f4620936d42 {
    margin-bottom: 60px !important;
  }
  .xl-mb-70_81289d82722f5c08 {
    margin-bottom: 70px !important;
  }
  .xl-mb-80_e0178cc4e223a4f1 {
    margin-bottom: 80px !important;
  }
  .xl-mb-90_f7d08b685b8cde16 {
    margin-bottom: 90px !important;
  }
  .xl-mb-100_33680b29e6dbab46 {
    margin-bottom: 100px !important;
  }
  .xl-mb-110_d1fc9e9ee4182eac {
    margin-bottom: 110px !important;
  }
  .xl-mb-120_4276021541329cbb {
    margin-bottom: 120px !important;
  }
  .xl-mb-130_b3c646ea1151aa90 {
    margin-bottom: 130px !important;
  }
  .xl-mb-140_6e6bde332b2da231 {
    margin-bottom: 140px !important;
  }
  .xl-mb-150_ff5be2bd63e774da {
    margin-bottom: 150px !important;
  }
  .xl-mb-200_eda3f909cfed282d {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 1399px)*/
@media (max-width: 1199px) {
  .lg-p0_8b0314085cfbd323 {
    padding: 0 !important;
  }
  .lg-m0_78eb05f3b0d00c76 {
    margin: 0 !important;
  }
  .lg-pt-10_c524c1221b094b7d {
    padding-top: 10px !important;
  }
  .lg-pt-20_41ee1fd99de10701 {
    padding-top: 20px !important;
  }
  .lg-pt-30_2d4ef8f359b5d31f {
    padding-top: 30px !important;
  }
  .lg-pt-40_96c18a552d5042c3 {
    padding-top: 40px !important;
  }
  .lg-pt-50_1248066108bbe935 {
    padding-top: 50px !important;
  }
  .lg-pt-60_1462da216f8858d9 {
    padding-top: 60px !important;
  }
  .lg-pt-70_430a0542841cc484 {
    padding-top: 70px !important;
  }
  .lg-pt-80_98786f9ecaaf871d {
    padding-top: 80px !important;
  }
  .lg-pt-90_7587b55167e9b0a8 {
    padding-top: 90px !important;
  }
  .lg-pt-100_70dcbf2738f575af {
    padding-top: 100px !important;
  }
  .lg-pt-110_08ae76fb39122f34 {
    padding-top: 110px !important;
  }
  .lg-pt-120_cca9a95571db32f5 {
    padding-top: 120px !important;
  }
  .lg-pt-130_02bfc9ba31af4a8f {
    padding-top: 130px !important;
  }
  .lg-pt-140_212149446448d79b {
    padding-top: 140px !important;
  }
  .lg-pt-150_b4681daa708cdaa6 {
    padding-top: 150px !important;
  }
  .lg-pt-200_03a67b1e724386a2 {
    padding-top: 200px !important;
  }
  .lg-pb-10_4e51d668d4aa9f68 {
    padding-bottom: 10px !important;
  }
  .lg-pb-20_c6affe0c0274aad6 {
    padding-bottom: 20px !important;
  }
  .lg-pb-30_c9f9882ded7447d8 {
    padding-bottom: 30px !important;
  }
  .lg-pb-40_065bbcaa3032fd37 {
    padding-bottom: 40px !important;
  }
  .lg-pb-50_b8e1e2f5d99cff99 {
    padding-bottom: 50px !important;
  }
  .lg-pb-60_4b235392ebf1e855 {
    padding-bottom: 60px !important;
  }
  .lg-pb-70_ae7f12c6c883201a {
    padding-bottom: 70px !important;
  }
  .lg-pb-80_f93ff9f944df0465 {
    padding-bottom: 80px !important;
  }
  .lg-pb-90_91919f0e6ef21007 {
    padding-bottom: 90px !important;
  }
  .lg-pb-100_3031a6a72324dca9 {
    padding-bottom: 100px !important;
  }
  .lg-pb-110_367c571bde6b36a6 {
    padding-bottom: 110px !important;
  }
  .lg-pb-120_8d770cd6ad9b1c05 {
    padding-bottom: 120px !important;
  }
  .lg-pb-130_530a0527aa78d3c3 {
    padding-bottom: 130px !important;
  }
  .lg-pb-140_ea28b4a78b06a190 {
    padding-bottom: 140px !important;
  }
  .lg-pb-150_f7935f2ede3a97b2 {
    padding-bottom: 150px !important;
  }
  .lg-pb-200_690cda2577b05a8d {
    padding-bottom: 200px !important;
  }
  .lg-mt-10_3c0840af965f08ec {
    margin-top: 10px !important;
  }
  .lg-mt-20_017a22dc942c5d3a {
    margin-top: 20px !important;
  }
  .lg-mt-30_8747ca9a32c011e7 {
    margin-top: 30px !important;
  }
  .lg-mt-40_aac2403dc343c2dd {
    margin-top: 40px !important;
  }
  .lg-mt-50_06b6b4f682f9473b {
    margin-top: 50px !important;
  }
  .lg-mt-60_b9e6f5ed912efdae {
    margin-top: 60px !important;
  }
  .lg-mt-70_32d4dce2cea27c22 {
    margin-top: 70px !important;
  }
  .lg-mt-80_e9d6f509f02a45b1 {
    margin-top: 80px !important;
  }
  .lg-mt-90_a115bf535cbdd8ec {
    margin-top: 90px !important;
  }
  .lg-mt-100_5f0214d955d89647 {
    margin-top: 100px !important;
  }
  .lg-mt-110_6b192ddf86774f28 {
    margin-top: 110px !important;
  }
  .lg-mt-120_80e3147e22254b6b {
    margin-top: 120px !important;
  }
  .lg-mt-130_46995e24da3aca6f {
    margin-top: 130px !important;
  }
  .lg-mt-140_22711fd2fea56c6d {
    margin-top: 140px !important;
  }
  .lg-mt-150_b92538b7407549b4 {
    margin-top: 150px !important;
  }
  .lg-mt-200_0f5f735d64436e7a {
    margin-top: 200px !important;
  }
  .lg-mb-10_4d472da13dadb215 {
    margin-bottom: 10px !important;
  }
  .lg-mb-20_d00715d06431092e {
    margin-bottom: 20px !important;
  }
  .lg-mb-30_b9c8c53350ca2caf {
    margin-bottom: 30px !important;
  }
  .lg-mb-40_730b0ae73dbc8d7f {
    margin-bottom: 40px !important;
  }
  .lg-mb-50_d89d902eac3287d3 {
    margin-bottom: 50px !important;
  }
  .lg-mb-60_ee19384b76196bd9 {
    margin-bottom: 60px !important;
  }
  .lg-mb-70_62b29d0af4cda866 {
    margin-bottom: 70px !important;
  }
  .lg-mb-80_8ce9b1354e1565c3 {
    margin-bottom: 80px !important;
  }
  .lg-mb-90_f18d95372252aba5 {
    margin-bottom: 90px !important;
  }
  .lg-mb-100_c8cc12a9c50d9c32 {
    margin-bottom: 100px !important;
  }
  .lg-mb-110_7e52c5727702112a {
    margin-bottom: 110px !important;
  }
  .lg-mb-120_cb4790a0ca810289 {
    margin-bottom: 120px !important;
  }
  .lg-mb-130_5abba0a47775236a {
    margin-bottom: 130px !important;
  }
  .lg-mb-140_5c22d4c6824a78da {
    margin-bottom: 140px !important;
  }
  .lg-mb-150_15b7be474ca7c2fc {
    margin-bottom: 150px !important;
  }
  .lg-mb-200_3efe3469cad8d50f {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 1199px)*/
@media (max-width: 991px) {
  .md-p0_1aed47506eb3b140 {
    padding: 0 !important;
  }
  .md-m0_440063fd83304f3b {
    margin: 0 !important;
  }
  .md-pt-10_5d9b61e7da957c23 {
    padding-top: 10px !important;
  }
  .md-pt-20_d2a07d0def5a7b92 {
    padding-top: 20px !important;
  }
  .md-pt-30_24aef44fc7c7171c {
    padding-top: 30px !important;
  }
  .md-pt-40_728a9be43366ea4e {
    padding-top: 40px !important;
  }
  .md-pt-50_66c3f50848dc9807 {
    padding-top: 50px !important;
  }
  .md-pt-60_f71e4ee6649c5f0d {
    padding-top: 60px !important;
  }
  .md-pt-70_9de0b114fe63a0e4 {
    padding-top: 70px !important;
  }
  .md-pt-80_56b126fdad47e074 {
    padding-top: 80px !important;
  }
  .md-pt-90_772a49ed4bfd0b4a {
    padding-top: 90px !important;
  }
  .md-pt-100_5b6ab7d24ec89f30 {
    padding-top: 100px !important;
  }
  .md-pt-110_99c0d0ff98c65f30 {
    padding-top: 110px !important;
  }
  .md-pt-120_a23b73dbf62c1c52 {
    padding-top: 120px !important;
  }
  .md-pt-130_3012a33762e862a6 {
    padding-top: 130px !important;
  }
  .md-pt-140_61592a9407969c5a {
    padding-top: 140px !important;
  }
  .md-pt-150_b049a7037ee6490d {
    padding-top: 150px !important;
  }
  .md-pt-200_70a7d928c64adff2 {
    padding-top: 200px !important;
  }
  .md-pb-10_64ec92916f498882 {
    padding-bottom: 10px !important;
  }
  .md-pb-20_0ec21fe6c56005c5 {
    padding-bottom: 20px !important;
  }
  .md-pb-30_ecf438fddc487b7a {
    padding-bottom: 30px !important;
  }
  .md-pb-40_2cefd9e56b76d5e6 {
    padding-bottom: 40px !important;
  }
  .md-pb-50_53b4857a4d2b26c7 {
    padding-bottom: 50px !important;
  }
  .md-pb-60_aaaae4c7fa6cc806 {
    padding-bottom: 60px !important;
  }
  .md-pb-70_335122e3177a493a {
    padding-bottom: 70px !important;
  }
  .md-pb-80_5f6705d49aac660f {
    padding-bottom: 80px !important;
  }
  .md-pb-90_f8da7c5ac3ff331b {
    padding-bottom: 90px !important;
  }
  .md-pb-100_25f1c3ad43c8a7f1 {
    padding-bottom: 100px !important;
  }
  .md-pb-110_bb632108bb5103d6 {
    padding-bottom: 110px !important;
  }
  .md-pb-120_38211645991ad56e {
    padding-bottom: 120px !important;
  }
  .md-pb-130_e92c70ad506b2301 {
    padding-bottom: 130px !important;
  }
  .md-pb-140_9e85672cc8d93ce6 {
    padding-bottom: 140px !important;
  }
  .md-pb-150_81f16470fd962513 {
    padding-bottom: 150px !important;
  }
  .md-pb-200_2075a9f858f3d266 {
    padding-bottom: 200px !important;
  }
  .md-mt-10_cfdb8afe1a8ff853 {
    margin-top: 10px !important;
  }
  .md-mt-20_9adb2291ddad5052 {
    margin-top: 20px !important;
  }
  .md-mt-30_bcd18ae5b0719515 {
    margin-top: 30px !important;
  }
  .md-mt-40_fc3b8057982c0bac {
    margin-top: 40px !important;
  }
  .md-mt-50_02714a0125c551f9 {
    margin-top: 50px !important;
  }
  .md-mt-60_3ecb4697d02da945 {
    margin-top: 60px !important;
  }
  .md-mt-70_cf798705c822366e {
    margin-top: 70px !important;
  }
  .md-mt-80_9bb3ec927485556d {
    margin-top: 80px !important;
  }
  .md-mt-90_f1b161a4b9deb6da {
    margin-top: 90px !important;
  }
  .md-mt-100_d9778bb083da65f5 {
    margin-top: 100px !important;
  }
  .md-mt-110_24cbc742263672e3 {
    margin-top: 110px !important;
  }
  .md-mt-120_dd2ae1681b0a260e {
    margin-top: 120px !important;
  }
  .md-mt-130_55d5a7d958b79c39 {
    margin-top: 130px !important;
  }
  .md-mt-140_146fb64e1eaa85c2 {
    margin-top: 140px !important;
  }
  .md-mt-150_48eebf2b1b864384 {
    margin-top: 150px !important;
  }
  .md-mt-200_e3b333d7cbd9e7ec {
    margin-top: 200px !important;
  }
  .md-mb-10_2fff84563da9f816 {
    margin-bottom: 10px !important;
  }
  .md-mb-20_b1a1f92fe504c8eb {
    margin-bottom: 20px !important;
  }
  .md-mb-30_933b4e4e59def15b {
    margin-bottom: 30px !important;
  }
  .md-mb-40_9ae3bd7d07773521 {
    margin-bottom: 40px !important;
  }
  .md-mb-50_6f60c28879c4bf44 {
    margin-bottom: 50px !important;
  }
  .md-mb-60_6a127b5cc22f6a0b {
    margin-bottom: 60px !important;
  }
  .md-mb-70_0bbf6baab312a298 {
    margin-bottom: 70px !important;
  }
  .md-mb-80_b99e600ed83f81ac {
    margin-bottom: 80px !important;
  }
  .md-mb-90_9f435ab1e44bd636 {
    margin-bottom: 90px !important;
  }
  .md-mb-100_976a1f8900d7c53c {
    margin-bottom: 100px !important;
  }
  .md-mb-110_f2fcdabc16eb3f41 {
    margin-bottom: 110px !important;
  }
  .md-mb-120_1d5c8051c5418a0e {
    margin-bottom: 120px !important;
  }
  .md-mb-130_fac2793438ba4a15 {
    margin-bottom: 130px !important;
  }
  .md-mb-140_235f56d3431c1016 {
    margin-bottom: 140px !important;
  }
  .md-mb-150_d1718b48522b861b {
    margin-bottom: 150px !important;
  }
  .md-mb-200_8f28ef14263c375e {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 991px)*/
@media (max-width: 767px) {
  .sm-p0_67df3d0bdb5cae14 {
    padding: 0 !important;
  }
  .sm-m0_3f341adfcd3a7d67 {
    margin: 0 !important;
  }
  .sm-pt-10_d73c15c4a0ed18f6 {
    padding-top: 10px !important;
  }
  .sm-pt-20_6cde6e2f48da60cd {
    padding-top: 20px !important;
  }
  .sm-pt-30_60d0e8afcd10ddde {
    padding-top: 30px !important;
  }
  .sm-pt-40_95c9aadfdaa5c5d6 {
    padding-top: 40px !important;
  }
  .sm-pt-50_f460548a11bbb62a {
    padding-top: 50px !important;
  }
  .sm-pt-60_b7c09478b3037089 {
    padding-top: 60px !important;
  }
  .sm-pt-70_0d5336c0b88bc5a6 {
    padding-top: 70px !important;
  }
  .sm-pt-80_2c89191355a8e92e {
    padding-top: 80px !important;
  }
  .sm-pt-90_113bbd3eb96f52ea {
    padding-top: 90px !important;
  }
  .sm-pt-100_0f71ffc170327cb7 {
    padding-top: 100px !important;
  }
  .sm-pt-110_1fd5c74141d10e9f {
    padding-top: 110px !important;
  }
  .sm-pt-120_224d43a3e4f657c2 {
    padding-top: 120px !important;
  }
  .sm-pt-130_3e7c75f480fff398 {
    padding-top: 130px !important;
  }
  .sm-pt-140_afdc52203d9203d0 {
    padding-top: 140px !important;
  }
  .sm-pt-150_9eda341bbbcc667b {
    padding-top: 150px !important;
  }
  .sm-pt-200_475601088fe8bda2 {
    padding-top: 200px !important;
  }
  .sm-pb-10_0f36335d0b48c981 {
    padding-bottom: 10px !important;
  }
  .sm-pb-20_3f20d99db043ffa4 {
    padding-bottom: 20px !important;
  }
  .sm-pb-30_3c2276e21d74b439 {
    padding-bottom: 30px !important;
  }
  .sm-pb-40_6f679ccf9029c2b6 {
    padding-bottom: 40px !important;
  }
  .sm-pb-50_80d19cd4d40f944a {
    padding-bottom: 50px !important;
  }
  .sm-pb-60_392b7ccb88a4b918 {
    padding-bottom: 60px !important;
  }
  .sm-pb-70_709e962672906ce4 {
    padding-bottom: 70px !important;
  }
  .sm-pb-80_bd31b3c105991350 {
    padding-bottom: 80px !important;
  }
  .sm-pb-90_b19a495edde426d3 {
    padding-bottom: 90px !important;
  }
  .sm-pb-100_5cd42a835536cf5b {
    padding-bottom: 100px !important;
  }
  .sm-pb-110_ac34c862153e2417 {
    padding-bottom: 110px !important;
  }
  .sm-pb-120_316f448762522d78 {
    padding-bottom: 120px !important;
  }
  .sm-pb-130_399a1949b134a164 {
    padding-bottom: 130px !important;
  }
  .sm-pb-140_db24cb8149b9ab85 {
    padding-bottom: 140px !important;
  }
  .sm-pb-150_4c24a695ea6fa3a9 {
    padding-bottom: 150px !important;
  }
  .sm-pb-200_9dea20e81f8a073c {
    padding-bottom: 200px !important;
  }
  .sm-mt-10_1a71c6e4372bfc6d {
    margin-top: 10px !important;
  }
  .sm-mt-20_e5ae3fbf09bc7b2f {
    margin-top: 20px !important;
  }
  .sm-mt-30_46d767bce80779f3 {
    margin-top: 30px !important;
  }
  .sm-mt-40_5ea1f04209b2ed16 {
    margin-top: 40px !important;
  }
  .sm-mt-50_058c71562eb04d78 {
    margin-top: 50px !important;
  }
  .sm-mt-60_39ae1fc6afa0ba08 {
    margin-top: 60px !important;
  }
  .sm-mt-70_269f74ca2d0c767e {
    margin-top: 70px !important;
  }
  .sm-mt-80_a638c4903fd0b9f1 {
    margin-top: 80px !important;
  }
  .sm-mt-90_4ecfbaa205ea39af {
    margin-top: 90px !important;
  }
  .sm-mt-100_bdb87b65b1208bda {
    margin-top: 100px !important;
  }
  .sm-mt-110_6d60710fd4436d33 {
    margin-top: 110px !important;
  }
  .sm-mt-120_a358474cf23e1bf0 {
    margin-top: 120px !important;
  }
  .sm-mt-130_d7ca2ab57e52033a {
    margin-top: 130px !important;
  }
  .sm-mt-140_d46ee06105eee174 {
    margin-top: 140px !important;
  }
  .sm-mt-150_2fbe539a3d4660a2 {
    margin-top: 150px !important;
  }
  .sm-mt-200_c27739766b1f3d17 {
    margin-top: 200px !important;
  }
  .sm-mb-10_ee3bad1cc62b5cdc {
    margin-bottom: 10px !important;
  }
  .sm-mb-20_cce049df0b5972b5 {
    margin-bottom: 20px !important;
  }
  .sm-mb-30_946d8ab20384296e {
    margin-bottom: 30px !important;
  }
  .sm-mb-40_d2365ea7218f64b9 {
    margin-bottom: 40px !important;
  }
  .sm-mb-50_e0b5989fb10aceff {
    margin-bottom: 50px !important;
  }
  .sm-mb-60_58c9097151ddb065 {
    margin-bottom: 60px !important;
  }
  .sm-mb-70_c26791d93de7f707 {
    margin-bottom: 70px !important;
  }
  .sm-mb-80_964e8e1f1b7b13cf {
    margin-bottom: 80px !important;
  }
  .sm-mb-90_09cee40f54525eba {
    margin-bottom: 90px !important;
  }
  .sm-mb-100_8d60ce3a19062a04 {
    margin-bottom: 100px !important;
  }
  .sm-mb-110_1283f2a2921bf76a {
    margin-bottom: 110px !important;
  }
  .sm-mb-120_41642a46f9045474 {
    margin-bottom: 120px !important;
  }
  .sm-mb-130_d9080f2702f23eea {
    margin-bottom: 130px !important;
  }
  .sm-mb-140_322258f9f8978a5c {
    margin-bottom: 140px !important;
  }
  .sm-mb-150_3dc3408a7f0e4db5 {
    margin-bottom: 150px !important;
  }
  .sm-mb-200_12e9d978e9cc3f30 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 767px)*/
@media (max-width: 575px) {
  .xs-p0_008b226c53f4566e {
    padding: 0 !important;
  }
  .xs-m0_16a09ea8cf5ee2e1 {
    margin: 0 !important;
  }
  .xs-pt-10_7e117e37ae11e1ba {
    padding-top: 10px !important;
  }
  .xs-pt-20_5b951dfcc860ddcb {
    padding-top: 20px !important;
  }
  .xs-pt-30_1cb80a1928a4e775 {
    padding-top: 30px !important;
  }
  .xs-pt-40_cbf0d3237d0a80b6 {
    padding-top: 40px !important;
  }
  .xs-pt-50_6c793aeb597970c4 {
    padding-top: 50px !important;
  }
  .xs-pt-60_61989c51f3d2d5ae {
    padding-top: 60px !important;
  }
  .xs-pt-70_99ab9133cd9b35a2 {
    padding-top: 70px !important;
  }
  .xs-pt-80_5c1b46db984a68dd {
    padding-top: 80px !important;
  }
  .xs-pt-90_2a42fcf7a7dfb134 {
    padding-top: 90px !important;
  }
  .xs-pt-100_b5af68178cd9ffe4 {
    padding-top: 100px !important;
  }
  .xs-pt-110_79b8537c4e79eac7 {
    padding-top: 110px !important;
  }
  .xs-pt-120_bf376f29c2859eb7 {
    padding-top: 120px !important;
  }
  .xs-pt-130_2f121dd6d73d1895 {
    padding-top: 130px !important;
  }
  .xs-pt-140_7769880852451d19 {
    padding-top: 140px !important;
  }
  .xs-pt-150_dd6af4eac8559cc2 {
    padding-top: 150px !important;
  }
  .xs-pt-200_457c9509c3e1e8b3 {
    padding-top: 200px !important;
  }
  .xs-pb-10_312a2a03d1194511 {
    padding-bottom: 10px !important;
  }
  .xs-pb-20_99abdb2af4ed581f {
    padding-bottom: 20px !important;
  }
  .xs-pb-30_04b71ffb5a4f4e33 {
    padding-bottom: 30px !important;
  }
  .xs-pb-40_5ebd3fb7dc7ddfce {
    padding-bottom: 40px !important;
  }
  .xs-pb-50_4f26fa31788eb236 {
    padding-bottom: 50px !important;
  }
  .xs-pb-60_1cc88b1cbb776944 {
    padding-bottom: 60px !important;
  }
  .xs-pb-70_8b28f901fb5b9422 {
    padding-bottom: 70px !important;
  }
  .xs-pb-80_fee088933d31cdc1 {
    padding-bottom: 80px !important;
  }
  .xs-pb-90_ab7869486e9515d3 {
    padding-bottom: 90px !important;
  }
  .xs-pb-100_b558dda6a07b2727 {
    padding-bottom: 100px !important;
  }
  .xs-pb-110_9af89a3455a3e958 {
    padding-bottom: 110px !important;
  }
  .xs-pb-120_3b7c314d82a5af56 {
    padding-bottom: 120px !important;
  }
  .xs-pb-130_009629dd89f76191 {
    padding-bottom: 130px !important;
  }
  .xs-pb-140_937b0d4e01721083 {
    padding-bottom: 140px !important;
  }
  .xs-pb-150_c96c3942fe0a29e7 {
    padding-bottom: 150px !important;
  }
  .xs-pb-200_ddd9f0607c57ffcc {
    padding-bottom: 200px !important;
  }
  .xs-mt-10_94ffe3198e863360 {
    margin-top: 10px !important;
  }
  .xs-mt-20_2c396a05c6e6c4e2 {
    margin-top: 20px !important;
  }
  .xs-mt-30_69ad69a1ef84bcd7 {
    margin-top: 30px !important;
  }
  .xs-mt-40_39679d8f472e7e9c {
    margin-top: 40px !important;
  }
  .xs-mt-50_850719c90cbf0371 {
    margin-top: 50px !important;
  }
  .xs-mt-60_b1f32b0e30234262 {
    margin-top: 60px !important;
  }
  .xs-mt-70_688f79f8f2557d3d {
    margin-top: 70px !important;
  }
  .xs-mt-80_abc968328134e74e {
    margin-top: 80px !important;
  }
  .xs-mt-90_7ea5d30e3b49c8a4 {
    margin-top: 90px !important;
  }
  .xs-mt-100_e1e307c1358f73b7 {
    margin-top: 100px !important;
  }
  .xs-mt-110_66e5af5bedd0b897 {
    margin-top: 110px !important;
  }
  .xs-mt-120_5b10eee022980698 {
    margin-top: 120px !important;
  }
  .xs-mt-130_621a9606175640cd {
    margin-top: 130px !important;
  }
  .xs-mt-140_58c07ba979739530 {
    margin-top: 140px !important;
  }
  .xs-mt-150_d2c159d355932be8 {
    margin-top: 150px !important;
  }
  .xs-mt-200_24932cef90cc738c {
    margin-top: 200px !important;
  }
  .xs-mb-10_2866f3e099b48794 {
    margin-bottom: 10px !important;
  }
  .xs-mb-20_9bd3f69b0fe1be3a {
    margin-bottom: 20px !important;
  }
  .xs-mb-30_a8dd88a9883f0433 {
    margin-bottom: 30px !important;
  }
  .xs-mb-40_90a11f8712e8bd42 {
    margin-bottom: 40px !important;
  }
  .xs-mb-50_370285c7233a0331 {
    margin-bottom: 50px !important;
  }
  .xs-mb-60_aca3aedecd52fb32 {
    margin-bottom: 60px !important;
  }
  .xs-mb-70_36a1fc4994142a5f {
    margin-bottom: 70px !important;
  }
  .xs-mb-80_aa4f742713d89609 {
    margin-bottom: 80px !important;
  }
  .xs-mb-90_23d4bf025cefd5a9 {
    margin-bottom: 90px !important;
  }
  .xs-mb-100_74d906b3829a8038 {
    margin-bottom: 100px !important;
  }
  .xs-mb-110_6d939f516b97881b {
    margin-bottom: 110px !important;
  }
  .xs-mb-120_89bcac7fa5f37a5d {
    margin-bottom: 120px !important;
  }
  .xs-mb-130_28864d6abf5b5b48 {
    margin-bottom: 130px !important;
  }
  .xs-mb-140_707cd59ef47b2e4f {
    margin-bottom: 140px !important;
  }
  .xs-mb-150_a53c5ff7dddceec2 {
    margin-bottom: 150px !important;
  }
  .xs-mb-200_f76c3cfc95637765 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 575px)*/
.theme-main-menu_5b47c219a04b06a3 {
  background: #fff;
  position: relative;
  z-index: 999;
  padding: 18px 40px;
  transition: all 0.4s ease-in-out 0s;
}
.theme-main-menu_5b47c219a04b06a3.menu-overlay_c77a0de105184603 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: transparent;
}
.theme-main-menu_5b47c219a04b06a3.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_5b47c219a04b06a3 .navbar-toggler_2bb8377cb1bfed8e {
  width: 48px;
  height: 44px;
  padding: 0;
  box-shadow: none;
  position: relative;
  z-index: 99;
  border: none;
  background: #CFFF45;
}
.theme-main-menu_5b47c219a04b06a3.menu-style-three_5a340ed141650a6d .navbar-toggler_2bb8377cb1bfed8e {
  background: #000;
}
.theme-main-menu_5b47c219a04b06a3.menu-style-four_e2a02d7985ee5899 .navbar-toggler_2bb8377cb1bfed8e {
  background: #E6FD5A;
}
.theme-main-menu_5b47c219a04b06a3.menu-style-five_776b0348ff11b925 .navbar-toggler_2bb8377cb1bfed8e {
  background: #DFFF5E;
}
.theme-main-menu_5b47c219a04b06a3 .navbar-toggler_2bb8377cb1bfed8e:focus {
  box-shadow: none;
}
.theme-main-menu_5b47c219a04b06a3 .navbar-toggler_2bb8377cb1bfed8e::before,
.theme-main-menu_5b47c219a04b06a3 .navbar-toggler_2bb8377cb1bfed8e::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_5b47c219a04b06a3 .navbar-toggler_2bb8377cb1bfed8e 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_5b47c219a04b06a3.menu-style-three_5a340ed141650a6d .navbar-toggler_2bb8377cb1bfed8e:before, .theme-main-menu_5b47c219a04b06a3.menu-style-three_5a340ed141650a6d .navbar-toggler_2bb8377cb1bfed8e:after, .theme-main-menu_5b47c219a04b06a3.menu-style-three_5a340ed141650a6d .navbar-toggler_2bb8377cb1bfed8e span {
  background: #fff;
}
.theme-main-menu_5b47c219a04b06a3 .navbar-toggler_2bb8377cb1bfed8e::before {
  transform: translate3d(0, -9px, 0) scale3d(1, 1, 1);
}
.theme-main-menu_5b47c219a04b06a3 .navbar-toggler_2bb8377cb1bfed8e::after {
  transform: translate3d(0, 8px, 0) scale3d(1, 1, 1);
}
.theme-main-menu_5b47c219a04b06a3 .navbar-toggler_2bb8377cb1bfed8e[aria-expanded=true] span {
  opacity: 0;
}
.theme-main-menu_5b47c219a04b06a3 .navbar-toggler_2bb8377cb1bfed8e[aria-expanded=true]::before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.theme-main-menu_5b47c219a04b06a3 .navbar-toggler_2bb8377cb1bfed8e[aria-expanded=true]::after {
  transform: rotate3d(0, 0, 1, -45deg);
}
.theme-main-menu_5b47c219a04b06a3 .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_5b47c219a04b06a3 .nav-item:hover .nav-link {
  color: #0C3A30;
}
.theme-main-menu_5b47c219a04b06a3.white-vr_310ac52ef5dcf419 .nav-item .nav-link {
  color: #fff;
}
.theme-main-menu_5b47c219a04b06a3.white-vr_310ac52ef5dcf419 .nav-item:hover .nav-link {
  color: #CFFF45;
}
.theme-main-menu_5b47c219a04b06a3.white-vr_310ac52ef5dcf419.fixed {
  background: #0C3A30;
  border: none;
}
.theme-main-menu_5b47c219a04b06a3.menu-style-one_755dbc5041b46f09 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.theme-main-menu_5b47c219a04b06a3.menu-style-two_83d9e14cab3effe5 {
  padding: 0;
  background: #EDF1EE;
}
.theme-main-menu_5b47c219a04b06a3.menu-style-two_83d9e14cab3effe5 .info-row_52cb0dc80771180a {
  padding-top: 12px;
  padding-bottom: 12px;
  overflow: hidden;
}
.theme-main-menu_5b47c219a04b06a3.menu-style-two_83d9e14cab3effe5 .gap-fix_c1b0489c344ba964 {
  padding-left: 40px;
  padding-right: 40px;
}
.theme-main-menu_5b47c219a04b06a3.menu-style-two_83d9e14cab3effe5 .greetings_abde5cba1562b63c {
  font-size: 18px;
  color: #19352D;
}
.theme-main-menu_5b47c219a04b06a3.menu-style-two_83d9e14cab3effe5 .contact-info_1c1d5d391a7af9f6 {
  margin: 0 -15px;
}
.theme-main-menu_5b47c219a04b06a3.menu-style-two_83d9e14cab3effe5 .contact-info_1c1d5d391a7af9f6 li {
  padding: 0 15px;
}
.theme-main-menu_5b47c219a04b06a3.menu-style-two_83d9e14cab3effe5 .contact-info_1c1d5d391a7af9f6 li a {
  font-size: 18px;
  color: #19352D;
}
.theme-main-menu_5b47c219a04b06a3.menu-style-two_83d9e14cab3effe5 .contact-info_1c1d5d391a7af9f6 li a:hover {
  text-decoration: underline;
}
.theme-main-menu_5b47c219a04b06a3.menu-style-two_83d9e14cab3effe5 .inner-content_699044c8f6415c8a {
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
.theme-main-menu_5b47c219a04b06a3.menu-style-two_83d9e14cab3effe5.fixed .info-row_52cb0dc80771180a {
  display: none;
}
.theme-main-menu_5b47c219a04b06a3.menu-style-five_776b0348ff11b925 {
  background: #000;
  padding: 0;
}
.theme-main-menu_5b47c219a04b06a3.menu-style-five_776b0348ff11b925 .inner-content_699044c8f6415c8a {
  background: #fff;
  border-radius: 30px;
  padding: 18px 40px;
}
.theme-main-menu_5b47c219a04b06a3.menu-style-six_3eca095441b64eb4 .nav-item .nav-link {
  color: #044F3B;
}
.theme-main-menu_5b47c219a04b06a3.menu-style-six_3eca095441b64eb4 .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_5b47c219a04b06a3 .navbar {
  position: static;
}

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

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

.navbar [class*=mega-dropdown] .menu-column_f8fb7ec1de511539 {
  padding: 5px 0;
}
.navbar [class*=mega-dropdown] .menu-column_f8fb7ec1de511539 .mega-menu-title_4034d7b5a313e872 {
  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_5b47c219a04b06a3 .login-btn-one_c4bf362845ae5888 a {
  color: #000;
}
.theme-main-menu_5b47c219a04b06a3 .login-btn-one_c4bf362845ae5888 a:hover {
  text-decoration: underline;
}
.theme-main-menu_5b47c219a04b06a3 .login-btn-two_1d4fe8e45b2f7bdd a {
  color: #044F3B;
}
.theme-main-menu_5b47c219a04b06a3 .login-btn-two_1d4fe8e45b2f7bdd a:hover {
  text-decoration: underline;
}
.theme-main-menu_5b47c219a04b06a3 .signup-btn-one_29ff52a949accce1 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_5b47c219a04b06a3 .signup-btn-one_29ff52a949accce1 .icon_a15dc6c2b7035581 {
  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_5b47c219a04b06a3 .signup-btn-one_29ff52a949accce1:hover span {
  background: #29594B;
  color: #fff;
}
.theme-main-menu_5b47c219a04b06a3 .signup-btn-one_29ff52a949accce1:hover .icon_a15dc6c2b7035581 {
  background: #CFFF45;
  color: #29594B;
}
.theme-main-menu_5b47c219a04b06a3 .signup-btn-two_0db1c117fb304eb0 {
  color: #044F3B;
  line-height: 50px;
  border: 1px solid #044F3B;
  border-radius: 40px;
  background: #CFFF45;
  padding: 0 32px;
  text-align: center;
}
.theme-main-menu_5b47c219a04b06a3 .signup-btn-two_0db1c117fb304eb0:hover {
  background: #29594B;
  color: #fff;
}
.theme-main-menu_5b47c219a04b06a3 .quote-one_55dfeb168c3b1ca5 {
  line-height: 48px;
  color: #fff;
  font-size: 18px;
  padding: 0 26px;
  border: 1px solid #fff;
  border-radius: 40px;
}
.theme-main-menu_5b47c219a04b06a3 .quote-one_55dfeb168c3b1ca5:hover {
  background: #CFFF45;
  color: #19352D;
}

.category-menu_c48cfccebf0f4ca9 {
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  padding: 0 40px;
}
.category-menu_c48cfccebf0f4ca9 li {
  position: relative;
  padding: 0 15px;
}
.category-menu_c48cfccebf0f4ca9 li a {
  font-size: 15px;
  font-weight: 500;
  color: #536159;
  padding: 13px 0;
  transition: all 0.2s ease-in-out 0s;
}
.category-menu_c48cfccebf0f4ca9 li a:hover {
  color: #0C3A30;
}
.category-menu_c48cfccebf0f4ca9 .dropdown-menu {
  padding: 0;
}
.category-menu_c48cfccebf0f4ca9 .dropdown-menu li {
  padding: 0;
}
.category-menu_c48cfccebf0f4ca9 .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_913a651192362c77 .logo_cdacac10a75ca4c5 {
    margin-bottom: 10vh;
    padding-left: 12px;
  }
  .white-vr_310ac52ef5dcf419 .navbar-collapse_913a651192362c77 {
    background-color: #0C3A30;
  }
  .navbar-collapse_913a651192362c77 {
    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_913a651192362c77.show {
    transform: translateX(0);
    box-shadow: 15px 0 25px rgba(35, 35, 35, 0.09);
  }
  .theme-main-menu_5b47c219a04b06a3 .navbar .mega-dropdown_ac765fc4cfbf01c7 {
    position: relative;
  }
  .navbar .navbar-nav .nav-link {
    margin: 0;
    padding: 15px 12px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
  }
  .white-vr_310ac52ef5dcf419 .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_f8fb7ec1de511539 {
    padding: 0;
  }
  .navbar .dropdown-toggle::after {
    position: absolute;
    right: 15px;
    top: calc(50% - 2px);
  }
  .dashboard-menu_5339211a68d10b4f .nav-link::before {
    right: auto;
    left: 0;
    top: -2px;
  }
}
/*(max-width: 991px)*/
.hero-banner-one_30e348c2c0b7e88f {
  background: #29594B;
  z-index: 9;
}
.hero-banner-one_30e348c2c0b7e88f::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_30e348c2c0b7e88f .hero-slider-one {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.hero-banner-one_30e348c2c0b7e88f .hero-slider-one .hero-img_fe5e4d06ecb351d7 {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-banner-one_30e348c2c0b7e88f .hero-slider-one .slick-list_46cccc1d61f247ec, .hero-banner-one_30e348c2c0b7e88f .hero-slider-one .slick-track_f70a0d77e4024059, .hero-banner-one_30e348c2c0b7e88f .hero-slider-one .item {
  height: 100%;
}
.hero-banner-one_30e348c2c0b7e88f .hero-heading_0118973d5a1d4cfa {
  font-weight: 700;
  color: #000;
  background: url(../photos/shape_bb200f3dd3/shape_01.svg) no-repeat left top;
  background-size: cover;
  padding: 11px 31px 25px 25px;
}
.hero-banner-one_30e348c2c0b7e88f .more-btn_2c68ef211bcd9962 {
  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_30e348c2c0b7e88f .more-btn_2c68ef211bcd9962:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #19352D;
}

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

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

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

.hero-banner-five_00644ddd69ce9817 {
  background: #000;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.hero-banner-five_00644ddd69ce9817 .bg-wrapper_22a29fc887b2134a {
  background: #fff;
  border-radius: 30px;
  z-index: 1;
}
.hero-banner-five_00644ddd69ce9817 .hero-heading_0118973d5a1d4cfa {
  font-size: 85px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.176em;
  color: #000;
}
.hero-banner-five_00644ddd69ce9817 .rating_2ccc10a63c019faa h3 {
  font-size: 42px;
  margin-bottom: 0px;
}
.hero-banner-five_00644ddd69ce9817 .rating_2ccc10a63c019faa p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.hero-banner-five_00644ddd69ce9817 .media-wrapper_28cdbea7f81ea993 {
  position: absolute;
  background: url(../photos/assets_a68564799e/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_00644ddd69ce9817 .media-wrapper_28cdbea7f81ea993 .shape_01_70fa2f5827ceaf4f {
  right: 0;
  bottom: 14%;
  width: 41.1%;
  z-index: 1;
}
.hero-banner-five_00644ddd69ce9817 .media-wrapper_28cdbea7f81ea993 .shape_02_3f68d9127af97700 {
  top: 34%;
  left: 0;
  transform: translateX(-50%);
  width: 19.34%;
}

.hero-banner-six_478eaadea345dbc4 .hero-heading_0118973d5a1d4cfa {
  font-size: 100px;
  line-height: 1.05em;
  color: #044F3B;
}
.hero-banner-six_478eaadea345dbc4 .media-wrapper_28cdbea7f81ea993 {
  background: url(../photos/media/img_48.jpg) no-repeat center;
  background-size: cover;
  border-radius: 20px;
  max-width: 536px;
  width: 100%;
  height: 100%;
}
.hero-banner-six_478eaadea345dbc4 .media-wrapper_28cdbea7f81ea993 .screen_01_a06752be03bc5656 {
  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_478eaadea345dbc4 .media-wrapper_28cdbea7f81ea993 .screen_02_9084a71db46220f4 {
  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_478eaadea345dbc4 .media-wrapper_28cdbea7f81ea993 .bg-shape_b22e911e85193d82 {
  max-width: 130%;
  left: 47%;
  bottom: -12%;
  transform: translateX(-50%);
}
.hero-banner-six_478eaadea345dbc4 .shape_01_70fa2f5827ceaf4f {
  bottom: 9%;
  left: 40%;
  width: 6.53%;
}

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

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

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

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

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

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

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

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

.fancy-banner-eight_51c99c7ea68997a5 .bg-wrapper_22a29fc887b2134a {
  background: #F3F8F7;
  padding: 30px 75px 0;
}
.fancy-banner-eight_51c99c7ea68997a5 .media-wrapper_28cdbea7f81ea993 {
  padding: 0 38px;
  margin-bottom: -6px;
}
.fancy-banner-eight_51c99c7ea68997a5 .media-wrapper_28cdbea7f81ea993 .shape_01_70fa2f5827ceaf4f {
  width: 100%;
  bottom: 0;
  left: 0;
}
.fancy-banner-eight_51c99c7ea68997a5 .shape_02_3f68d9127af97700 {
  right: -123px;
  bottom: -5px;
}

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

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

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

.inner-banner-one_82557bad5f72c603 + .blog-details_6ffc1b7c96c28ec8 {
  margin-top: 15px;
}

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

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

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

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

.block-feature-three_b6d06513a1ad9620 {
  z-index: 1;
}
.block-feature-three_b6d06513a1ad9620:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 34%;
  bottom: 0;
  background: #EBF3EE;
  z-index: -1;
}
.block-feature-three_b6d06513a1ad9620.no-bg_1d5f96552c2f9f94:before {
  display: none;
}
.block-feature-three_b6d06513a1ad9620 .section-btn_cf8e9dda515e218a {
  position: absolute;
  right: 0;
  top: 68px;
}
.block-feature-three_b6d06513a1ad9620 .block-title_7e4e5b4c87cc3481 a {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25em;
  color: #19352D;
}
.block-feature-three_b6d06513a1ad9620 .block-title_7e4e5b4c87cc3481 a:hover {
  text-decoration: underline;
}
.block-feature-three_b6d06513a1ad9620 .round-btn_6c59109d95d60e5c {
  font-size: 18px;
  font-weight: 900;
  color: #29594B;
  width: 38px;
  height: 38px;
  border: 1px solid #29594B;
}
.block-feature-three_b6d06513a1ad9620 .round-btn_6c59109d95d60e5c:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #19352D;
}
.block-feature-three_b6d06513a1ad9620 .block-one_c8d159f08ae18b85 {
  background: url(../photos/media/img_05.jpg) no-repeat center;
  background-size: cover;
  height: 470px;
}
.block-feature-three_b6d06513a1ad9620 .block-one_c8d159f08ae18b85 .tag_720db065fa26038a {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  line-height: 25px;
  border: 1px solid #000;
  padding: 0 10px;
}
.block-feature-three_b6d06513a1ad9620 .block-one_c8d159f08ae18b85 .block-title_7e4e5b4c87cc3481 {
  background: url(../photos/shape_bb200f3dd3/shape_02.svg) no-repeat right top;
  background-size: cover;
  border-radius: 25px;
  padding: 12px 0 18px 18px;
}
.block-feature-three_b6d06513a1ad9620 .block-two_63a0cc8392e51b51 {
  overflow: hidden;
}
.block-feature-three_b6d06513a1ad9620 .block-two_63a0cc8392e51b51 .img-wrapper_efc5e93a8ded4e78 {
  background: url(../photos/media/img_06.jpg) no-repeat center;
  background-size: cover;
  width: 42%;
}
.block-feature-three_b6d06513a1ad9620 .block-two_63a0cc8392e51b51 .text-wrapper_016a3cbb99701a4e {
  width: 58%;
  padding: 30px 30px 35px 60px;
}
.block-feature-three_b6d06513a1ad9620 .block-two_63a0cc8392e51b51 .tag_720db065fa26038a {
  font-size: 13px;
  letter-spacing: 1px;
  color: white;
  line-height: 27px;
  border-radius: 17px;
  background: #29594B;
  padding: 0 17px;
}
.block-feature-three_b6d06513a1ad9620 .block-three_24a9f0f9088b0c24 {
  background: #D3FF76;
}
.block-feature-three_b6d06513a1ad9620 .block-three_24a9f0f9088b0c24 .tag_720db065fa26038a {
  font-size: 13px;
  letter-spacing: 1px;
  color: white;
  line-height: 27px;
  border-radius: 17px;
  background: #29594B;
  padding: 0 17px;
}
.block-feature-three_b6d06513a1ad9620 .block-three_24a9f0f9088b0c24 .round-btn_6c59109d95d60e5c {
  background: #fff;
  border-color: #fff;
}
.block-feature-three_b6d06513a1ad9620 .block-three_24a9f0f9088b0c24 .round-btn_6c59109d95d60e5c:hover {
  background: #29594B;
  border-color: #29594B;
  color: #fff;
}
.block-feature-three_b6d06513a1ad9620 .block-four_19c4ea9b91110a60 {
  background: url(../photos/media/img_07.jpg) no-repeat center;
  background-size: cover;
}
.block-feature-three_b6d06513a1ad9620 .block-four_19c4ea9b91110a60 .block-title_7e4e5b4c87cc3481 {
  background: url(../photos/shape_bb200f3dd3/shape_03.svg) no-repeat right top;
  background-size: cover;
  border-radius: 18px;
  padding: 12px 16px 12px 18px;
}
.block-feature-three_b6d06513a1ad9620 .block-four_19c4ea9b91110a60 .block-title_7e4e5b4c87cc3481 a {
  font-size: 28px;
}
.block-feature-three_b6d06513a1ad9620 .block-four_19c4ea9b91110a60 .tag_720db065fa26038a {
  font-size: 13px;
  letter-spacing: 1px;
  color: #29594B;
  line-height: 27px;
  border-radius: 17px;
  background: #fff;
  padding: 0 17px;
}
.block-feature-three_b6d06513a1ad9620 .block-four_19c4ea9b91110a60 .round-btn_6c59109d95d60e5c {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.block-feature-three_b6d06513a1ad9620 .block-four_19c4ea9b91110a60 .round-btn_6c59109d95d60e5c:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #000;
}
.block-feature-three_b6d06513a1ad9620 .block-five_aad998645a2c9bce {
  background: url(../photos/blog/blog_img_05.jpg) no-repeat center;
  background-size: cover;
  height: 358px;
}
.block-feature-three_b6d06513a1ad9620 .block-five_aad998645a2c9bce .tag_720db065fa26038a {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  line-height: 25px;
  border: 1px solid #000;
  padding: 0 10px;
}
.block-feature-three_b6d06513a1ad9620 .block-five_aad998645a2c9bce .block-title_7e4e5b4c87cc3481 {
  background: url(../photos/shape_bb200f3dd3/shape_29.svg) no-repeat right top;
  background-size: cover;
  border-radius: 15px;
  padding: 12px 10px 18px 18px;
}

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

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

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

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

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

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

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

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

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

.block-feature-thirteen_f93ed98eed24ea4c .upper-wrapper_b7219749cf25360f {
  border-bottom: 1px solid #E6E6E6;
}
.block-feature-thirteen_f93ed98eed24ea4c .upper-wrapper_b7219749cf25360f .shape_01_70fa2f5827ceaf4f {
  right: 6%;
  bottom: 16%;
}
.block-feature-thirteen_f93ed98eed24ea4c .line-loop_5dc9da25fd6ddfbd:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 130%;
  right: 0;
  top: 57%;
  background: #E6E6E6;
  z-index: -1;
}
.block-feature-thirteen_f93ed98eed24ea4c .graph-panel_5e4b24f76dce05c4 {
  border-right: 1px solid #E6E6E6;
}
.block-feature-thirteen_f93ed98eed24ea4c .graph-panel_5e4b24f76dce05c4 .main-count_4e9406491f553bba {
  font-size: 120px;
}
.block-feature-thirteen_f93ed98eed24ea4c .graph-panel_5e4b24f76dce05c4 .chart-box_18b1c7b2e14025d3 {
  padding: 0 15px;
}
.block-feature-thirteen_f93ed98eed24ea4c .graph-panel_5e4b24f76dce05c4 .chart-box_18b1c7b2e14025d3 .chart-inner_2073977cf6d47e33 {
  width: 120px;
  background: #196164;
}

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

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

.block-feature-sixteen_910c653fe40481a1 .media-img_537c1c8e99d8903f {
  border-radius: 30px;
}
.block-feature-sixteen_910c653fe40481a1 .shape_01_70fa2f5827ceaf4f {
  top: 31%;
  left: 50%;
}

.block-feature-seventeen_95671701ca4dd6e0 .section-subheading_1daa35f37c0d823e {
  position: absolute;
  right: 0;
  top: 0;
  width: 37%;
}
.block-feature-seventeen_95671701ca4dd6e0 .shape_01_70fa2f5827ceaf4f {
  max-width: 8%;
  top: 12%;
  left: 43%;
}

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

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

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

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

.text-feature-four_3ddc8f713f401102 {
  z-index: 1;
}
.text-feature-four_3ddc8f713f401102 .avatar_a14e49b090e290c0 {
  width: 65px;
  height: 65px;
}
.text-feature-four_3ddc8f713f401102 .name {
  font-size: 28px;
}
.text-feature-four_3ddc8f713f401102 .quote-text_447584d1ab53371d {
  font-size: 50px;
  line-height: 1.4em;
}
.text-feature-four_3ddc8f713f401102 .shape_01_70fa2f5827ceaf4f {
  top: 56%;
  left: 22%;
  animation: rotated 60s infinite linear;
}
.text-feature-four_3ddc8f713f401102 .shape_02_3f68d9127af97700 {
  top: 12%;
  right: 9%;
  width: 16px;
  animation: rotated 50s infinite linear;
}

.text-feature-five_494a51249a174cd1 .bg-wrapper_22a29fc887b2134a {
  background: #FFF2AC;
}
.text-feature-five_494a51249a174cd1 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_494a51249a174cd1 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_494a51249a174cd1 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_494a51249a174cd1 li:hover:before {
  background: #29594B;
}
.text-feature-five_494a51249a174cd1 li:hover:after {
  color: #fff;
}
.text-feature-five_494a51249a174cd1 .media-wrapper_28cdbea7f81ea993 {
  background: url(../photos/media/img_20.jpg) no-repeat center;
  background-size: cover;
  z-index: 1;
}
.text-feature-five_494a51249a174cd1 .media-wrapper_28cdbea7f81ea993 .video-icon_12ead7f705c95792 {
  width: 90px;
  height: 90px;
  background: #fff;
}
.text-feature-five_494a51249a174cd1 .media-wrapper_28cdbea7f81ea993 .video-icon_12ead7f705c95792:hover {
  background: #CFFF45;
}
.text-feature-five_494a51249a174cd1 .media-wrapper_28cdbea7f81ea993 .screen_01_a06752be03bc5656 {
  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_c0055412d00d84db {
  z-index: 1;
}
.text-feature-six_c0055412d00d84db .media-wrapper_28cdbea7f81ea993 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 63.64%;
  z-index: -1;
}
.text-feature-six_c0055412d00d84db .media-wrapper_28cdbea7f81ea993 .screen_01_a06752be03bc5656 {
  width: 61.1%;
  bottom: 32%;
  right: -4%;
  z-index: 1;
  animation: jumpThree 5s infinite linear;
}
.text-feature-six_c0055412d00d84db .shape_01_70fa2f5827ceaf4f {
  left: 0;
  bottom: 23%;
  width: 12.3%;
}
.text-feature-six_c0055412d00d84db .shape_02_3f68d9127af97700 {
  top: 1%;
  right: 39%;
}

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

.text-feature-nine_2a8f4b052f0f1bda {
  background: url(../photos/assets_a68564799e/bg_03.svg) no-repeat center bottom;
  background-size: cover;
  z-index: 1;
}
.text-feature-nine_2a8f4b052f0f1bda .block_772f5defd81bac7d .icon_a15dc6c2b7035581 {
  height: 50px;
}
.text-feature-nine_2a8f4b052f0f1bda .vertical-text-wrapper_6c755cfa854836f3 {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  border-left: 1px solid rgba(254, 255, 252, 0.17);
}
.text-feature-nine_2a8f4b052f0f1bda .vertical-text-wrapper_6c755cfa854836f3 .text-list_17b2b9b27d02f5bc {
  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_2a8f4b052f0f1bda .vertical-text-wrapper_6c755cfa854836f3 .text-list_17b2b9b27d02f5bc:hover {
  color: #C5FF4A;
  opacity: 1;
  mix-blend-mode: normal;
}
.text-feature-nine_2a8f4b052f0f1bda .vertical-text-wrapper_6c755cfa854836f3 .shape_01_70fa2f5827ceaf4f {
  left: -83px;
  bottom: 21%;
  animation: jumpThree 6s infinite linear;
}
.text-feature-nine_2a8f4b052f0f1bda .vertical-text-wrapper_6c755cfa854836f3 .shape_02_3f68d9127af97700 {
  left: 10%;
  top: 25%;
  animation: jumpFour 6s infinite linear;
}
.text-feature-nine_2a8f4b052f0f1bda .shape_03_f333af9bc8ea3cd7 {
  left: 5%;
  top: 10%;
  animation: jumpFour 6s infinite linear;
}
.text-feature-nine_2a8f4b052f0f1bda .shape_04_1efe1994638aa32c {
  bottom: 0;
  left: 13%;
  width: 29%;
}

.team-section-one_1b609d89bed96921 .section-btn_cf8e9dda515e218a {
  position: absolute;
  right: 0;
  top: 25px;
}

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

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

.team-section-three_e0cecabffd93dc12 {
  z-index: 1;
}
.team-section-three_e0cecabffd93dc12:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  background: url(../photos/shape_bb200f3dd3/shape_09.svg) no-repeat right bottom;
  background-size: cover;
  z-index: -1;
}
.team-section-three_e0cecabffd93dc12 .section-btn_cf8e9dda515e218a {
  position: absolute;
  right: 0;
  top: 15px;
}
.team-section-three_e0cecabffd93dc12 .shape_01_70fa2f5827ceaf4f {
  width: 2.3%;
  top: 17%;
  left: 39%;
}
.team-section-three_e0cecabffd93dc12 .shape_02_3f68d9127af97700 {
  width: 1.5%;
  bottom: 6%;
  right: 9%;
}
.team-section-three_e0cecabffd93dc12 .shape_03_f333af9bc8ea3cd7 {
  max-width: 22%;
  bottom: 0;
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.partner-logo-one_989f3f744c68889e .logo_cdacac10a75ca4c5 {
  width: 100%;
  height: 60px;
}

.modal .modal-dialog {
  height: auto;
}
.modal .modal-dialog .modal-content_0bfb0038332cc957 {
  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_fff8441f555967f1 {
  max-width: 565px;
}
.user-data-form .form-wrapper_fff8441f555967f1 .input-group-meta_6ebd50d9679b7c17 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_fff8441f555967f1 .input-group-meta_6ebd50d9679b7c17 label {
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  margin-bottom: 6px;
}
.user-data-form .form-wrapper_fff8441f555967f1 .input-group-meta_6ebd50d9679b7c17 .placeholder_icon_916cd0c44d6c4cb7 {
  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_fff8441f555967f1 .input-group-meta_6ebd50d9679b7c17 .placeholder_icon_916cd0c44d6c4cb7 img {
  position: relative;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%);
}
.user-data-form .form-wrapper_fff8441f555967f1 .input-group-meta_6ebd50d9679b7c17 .placeholder_icon_916cd0c44d6c4cb7 span {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
  position: relative;
}
.user-data-form .form-wrapper_fff8441f555967f1 .input-group-meta_6ebd50d9679b7c17 .placeholder_icon_916cd0c44d6c4cb7 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_fff8441f555967f1 .input-group-meta_6ebd50d9679b7c17 .placeholder_icon_916cd0c44d6c4cb7 span.eye-slash_145e512ea9c13221:before {
  opacity: 0;
}
.user-data-form .agreement-checkbox_827c0b60ee643e35 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_827c0b60ee643e35 label a {
  color: #0E3E2F;
  text-decoration: underline;
}
.user-data-form .agreement-checkbox_827c0b60ee643e35 input[type=checkbox] {
  display: none;
}
.user-data-form .agreement-checkbox_827c0b60ee643e35 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_827c0b60ee643e35 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_827c0b60ee643e35 a {
  position: relative;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.user-data-form .agreement-checkbox_827c0b60ee643e35 a:hover {
  text-decoration: underline;
  color: #0E3E2F;
}
.user-data-form .line_23e7f127b1e92719 {
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.user-data-form .social-use-btn_418a83f9d563190d {
  font-size: 16px;
  color: #000;
  height: 55px;
  border: 1px solid #E5E5E5;
  border-radius: 7px;
}
.user-data-form .social-use-btn_418a83f9d563190d:hover {
  background: rgba(0, 0, 0, 0.06);
}
.user-data-form .social-use-btn_418a83f9d563190d img {
  width: 20px;
}
.user-data-form .btn-close_0c9cd2c709e89104 {
  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_4ef5ed64c92a6d90 .main-count_4e9406491f553bba {
  font-size: 64px;
  color: #19352D;
}

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

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

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

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

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

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

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

.card-style-three_46f2e2a589f15198 .icon_a15dc6c2b7035581 {
  height: 38px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.portfolio-block-one_8a3295f2cbd0699a .img-holder_2c65134ef3ba4746 {
  position: relative;
  overflow: hidden;
}
.portfolio-block-one_8a3295f2cbd0699a .img-holder_2c65134ef3ba4746.round-border_19d444de6120116a {
  border-radius: 30px;
}
.portfolio-block-one_8a3295f2cbd0699a .img-holder_2c65134ef3ba4746 .expend_dab75711e6e3e043 {
  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_8a3295f2cbd0699a .img-holder_2c65134ef3ba4746 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_8a3295f2cbd0699a .img-holder_2c65134ef3ba4746 i:hover {
  background: #DFFF5E;
}
.portfolio-block-one_8a3295f2cbd0699a:hover .expend_dab75711e6e3e043 {
  opacity: 1;
}
.portfolio-block-one_8a3295f2cbd0699a:hover .img-meta_c22adebdc5e2e967 {
  transform: scale(1.1) rotate(5deg);
}
.portfolio-block-one_8a3295f2cbd0699a:hover .pj-title_e6c1cb9cfb216d3d {
  text-decoration: underline;
}
.portfolio-block-one_8a3295f2cbd0699a .caption {
  margin-top: 35px;
}
.portfolio-block-one_8a3295f2cbd0699a .caption .tag_720db065fa26038a {
  margin: 0 -3px;
}
.portfolio-block-one_8a3295f2cbd0699a .caption .tag_720db065fa26038a 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_8a3295f2cbd0699a .caption .pj-title_e6c1cb9cfb216d3d {
  font-size: 32px;
  color: #000;
  margin-top: 15px;
}
.portfolio-block-one_8a3295f2cbd0699a .caption .arrow {
  font-size: 26px;
  color: #000;
}
.portfolio-block-one_8a3295f2cbd0699a .caption .arrow:hover {
  color: #0C3A30;
}

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

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

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

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

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

.project-details-two_f4a6b123d23def16 .bg-wrapper_22a29fc887b2134a {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.project-details-two_f4a6b123d23def16 .slider-wrapper_8ccba35d542d251a {
  height: 100%;
}
.project-details-two_f4a6b123d23def16 .slider-wrapper_8ccba35d542d251a .carousel-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.project-details-two_f4a6b123d23def16 .slider-wrapper_8ccba35d542d251a .carousel-control-next_8aee415651e77021,
.project-details-two_f4a6b123d23def16 .slider-wrapper_8ccba35d542d251a .carousel-control-prev_540edd8739eef002 {
  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_f4a6b123d23def16 .slider-wrapper_8ccba35d542d251a .carousel-control-next_8aee415651e77021:hover,
.project-details-two_f4a6b123d23def16 .slider-wrapper_8ccba35d542d251a .carousel-control-prev_540edd8739eef002:hover {
  background: #29594B;
  color: #fff;
}
.project-details-two_f4a6b123d23def16 .slider-wrapper_8ccba35d542d251a .carousel-control-prev_540edd8739eef002 {
  left: auto;
  right: 45px;
}
.project-details-two_f4a6b123d23def16 .info-wrapper_a775513588ad6d83 {
  padding: 55px 50px 85px 70px;
}
.project-details-two_f4a6b123d23def16 .info-wrapper_a775513588ad6d83 h3 {
  font-size: 36px;
}
.project-details-two_f4a6b123d23def16 .info-wrapper_a775513588ad6d83 .list-meta_b6926025c40c4fce li {
  padding: 22px 0;
}
.project-details-two_f4a6b123d23def16 .info-wrapper_a775513588ad6d83 .list-meta_b6926025c40c4fce .icon_a15dc6c2b7035581 {
  width: 40px;
}
.project-details-two_f4a6b123d23def16 .info-wrapper_a775513588ad6d83 .list-meta_b6926025c40c4fce .text1_1eb4a0d6a4b6c2ed {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}
.project-details-two_f4a6b123d23def16 .info-wrapper_a775513588ad6d83 .list-meta_b6926025c40c4fce span {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
}
.project-details-two_f4a6b123d23def16 .info-wrapper_a775513588ad6d83 .social-share_55362defc91b306b li {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.project-details-two_f4a6b123d23def16 .info-wrapper_a775513588ad6d83 .social-share_55362defc91b306b li a {
  font-size: 20px;
  color: #19352D;
  margin-left: 20px;
}

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

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

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

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

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

.feedback-section-three_f23aa2b4289f8639 .slider-wrapper_8ccba35d542d251a {
  padding-left: 100px;
}
.feedback-section-three_f23aa2b4289f8639 .slider-wrapper_8ccba35d542d251a .icon_a15dc6c2b7035581 {
  left: 0;
  top: 18px;
}
.feedback-section-three_f23aa2b4289f8639 .slick-dots_9ff1233d42872e20 {
  margin: 50px 0 0 15px;
  padding: 0;
}
.feedback-section-three_f23aa2b4289f8639 .slick-dots_9ff1233d42872e20 li button {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #000;
  padding: 0;
  margin-right: 3px;
}
.feedback-section-three_f23aa2b4289f8639 .slick-dots_9ff1233d42872e20 .slick-active button {
  background: #000;
}
.feedback-section-three_f23aa2b4289f8639 .rating-box_244ecf84a8aaec6a {
  position: absolute;
  padding: 50px 37px 35px;
  left: -75px;
  bottom: -65px;
  z-index: 1;
  background: #000;
}
.feedback-section-three_f23aa2b4289f8639 .rating-box_244ecf84a8aaec6a .rating_2ccc10a63c019faa {
  font-size: 58px;
  letter-spacing: -1px;
  line-height: 25px;
  margin-bottom: 20px;
}
.feedback-section-three_f23aa2b4289f8639 .shape_01_70fa2f5827ceaf4f {
  width: 15px;
  top: 7%;
  right: 52%;
}
.feedback-section-three_f23aa2b4289f8639 .shape_02_3f68d9127af97700 {
  width: 20px;
  bottom: 17%;
  right: 17%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.blog-meta-one_47cd2fb41b624ab1 {
  background: #fff;
  border-radius: 30px;
}
.blog-meta-one_47cd2fb41b624ab1 .post-data_89ca1eecf1d6b356 {
  padding: 30px 35px 25px;
}
.blog-meta-one_47cd2fb41b624ab1 .post-data_89ca1eecf1d6b356 .post-info_2b53c99b32511407 {
  font-size: 18px;
  color: #AAAAAA;
}
.blog-meta-one_47cd2fb41b624ab1 .post-data_89ca1eecf1d6b356 .blog-title_032f2fe940f3f425 {
  font-size: 32px;
  line-height: 1.281em;
}
.blog-meta-one_47cd2fb41b624ab1 .post-data_89ca1eecf1d6b356 .blog-title_032f2fe940f3f425:hover {
  text-decoration: underline;
}
.blog-meta-one_47cd2fb41b624ab1 .post-img_bd46507dcade5325 {
  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_47cd2fb41b624ab1 .post-img_bd46507dcade5325 .round-btn_6c59109d95d60e5c {
  font-size: 25px;
  width: 55px;
  height: 55px;
  background: #fff;
  color: #19352D;
}
.blog-meta-one_47cd2fb41b624ab1:hover .round-btn_6c59109d95d60e5c {
  background: #CFFF45;
}
.blog-meta-one_47cd2fb41b624ab1.style-two_5d51b36fc30e11b7 {
  background: #F6F6F6;
  border-radius: 0;
}
.blog-meta-one_47cd2fb41b624ab1.style-two_5d51b36fc30e11b7 .post-img_bd46507dcade5325 {
  border-radius: 0;
}
.blog-meta-one_47cd2fb41b624ab1.style-two_5d51b36fc30e11b7 .blog-title_032f2fe940f3f425 {
  font-weight: 700;
  font-size: 28px;
  color: #000;
}

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

.blog-meta-two_fb089834ffe69495 {
  background: #fff;
}
.blog-meta-two_fb089834ffe69495 .post-data_89ca1eecf1d6b356 {
  padding-top: 30px;
}
.blog-meta-two_fb089834ffe69495 .post-data_89ca1eecf1d6b356 .blog-title_032f2fe940f3f425 {
  width: 70%;
}
.blog-meta-two_fb089834ffe69495 .post-data_89ca1eecf1d6b356 .blog-title_032f2fe940f3f425 h4 {
  font-size: 32px;
  line-height: 1.281em;
}
.blog-meta-two_fb089834ffe69495 .post-data_89ca1eecf1d6b356 .blog-title_032f2fe940f3f425:hover h4 {
  text-decoration: underline;
}
.blog-meta-two_fb089834ffe69495 .post-data_89ca1eecf1d6b356 .round-btn_6c59109d95d60e5c {
  font-size: 25px;
  width: 60px;
  height: 60px;
  border: 1px solid #19352D;
  background: #fff;
  color: #19352D;
}
.blog-meta-two_fb089834ffe69495 .post-data_89ca1eecf1d6b356 .round-btn_6c59109d95d60e5c:hover {
  background: #CFFF45;
  border-color: #CFFF45;
}
.blog-meta-two_fb089834ffe69495 .post-data_89ca1eecf1d6b356 .post-info_2b53c99b32511407 {
  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_fb089834ffe69495 .post-img_bd46507dcade5325 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-meta-two_fb089834ffe69495 .post-img_bd46507dcade5325 .date_6067e6ffe16b0938 {
  line-height: 38px;
  font-size: 16px;
  padding: 0 18px;
  text-transform: uppercase;
  background: #fff;
  color: #19352D;
}
.blog-meta-two_fb089834ffe69495.style-two_5d51b36fc30e11b7 {
  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_fb089834ffe69495.style-two_5d51b36fc30e11b7 p {
  font-size: 18px;
}
.blog-meta-two_fb089834ffe69495.style-two_5d51b36fc30e11b7 .post-img_bd46507dcade5325 {
  height: auto;
  width: 100%;
}
.blog-meta-two_fb089834ffe69495.style-two_5d51b36fc30e11b7 .post-data_89ca1eecf1d6b356 {
  padding: 26px 0;
}
.blog-meta-two_fb089834ffe69495.style-two_5d51b36fc30e11b7 .post-data_89ca1eecf1d6b356 .post-info_2b53c99b32511407 {
  border: none;
  padding: 0;
  margin: 0 0 12px;
}
.blog-meta-two_fb089834ffe69495.style-two_5d51b36fc30e11b7 .post-data_89ca1eecf1d6b356 .round-btn_6c59109d95d60e5c {
  border: none;
}

.signup-btn-one_29ff52a949accce1 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_29ff52a949accce1 .icon_a15dc6c2b7035581 {
  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_2af1c89c17dcf68c {
  z-index: 1;
}
.blog-section-three_2af1c89c17dcf68c .section-btn_cf8e9dda515e218a {
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 1;
}

.blog-section-four_8ddb9dd43d382f86 {
  z-index: 5;
}
.blog-section-four_8ddb9dd43d382f86.block-feature-three_b6d06513a1ad9620:before {
  display: none;
}
.blog-section-four_8ddb9dd43d382f86.block-feature-three_b6d06513a1ad9620 .block-one_c8d159f08ae18b85 {
  background: url(../photos/blog/blog_img_05.jpg) no-repeat center;
  height: 666px;
}

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

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

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

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

.blog-details_6ffc1b7c96c28ec8 .post-details-meta_87fc625221da7fef {
  border-top: 1px dashed #BEBEBE;
  margin-top: 30px;
  padding: 36px 0;
}
.blog-details_6ffc1b7c96c28ec8 .post-details-meta_87fc625221da7fef p {
  line-height: 1.8em;
  margin-bottom: 30px;
}
.blog-details_6ffc1b7c96c28ec8 .post-details-meta_87fc625221da7fef .quote-wrapper_597addca8a04ca49 {
  text-align: center;
  margin: 62px 0 35px;
}
.blog-details_6ffc1b7c96c28ec8 .post-details-meta_87fc625221da7fef .quote-wrapper_597addca8a04ca49 .wrapper_8ca46e65aa54fccd {
  position: relative;
  padding: 38px 12px 40px;
  border-top: 1px dashed #CBCBCB;
  border-bottom: 1px dashed #CBCBCB;
}
.blog-details_6ffc1b7c96c28ec8 .post-details-meta_87fc625221da7fef .quote-wrapper_597addca8a04ca49 .wrapper_8ca46e65aa54fccd .icon_a15dc6c2b7035581 {
  width: 55px;
  height: 55px;
  background: #29594B;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-details_6ffc1b7c96c28ec8 .post-details-meta_87fc625221da7fef .quote-wrapper_597addca8a04ca49 .wrapper_8ca46e65aa54fccd h3 {
  font-size: 36px;
  line-height: 1.444em;
  margin: 0;
}
.blog-details_6ffc1b7c96c28ec8 .post-details-meta_87fc625221da7fef .quote-wrapper_597addca8a04ca49 h6 {
  font-size: 20px;
  margin: 24px 0 0;
}
.blog-details_6ffc1b7c96c28ec8 .post-details-meta_87fc625221da7fef .quote-wrapper_597addca8a04ca49 h6 span {
  color: rgba(0, 0, 0, 0.5);
}
.blog-details_6ffc1b7c96c28ec8 .post-details-meta_87fc625221da7fef .img-gallery_651427ecbbb8cfd5 {
  margin-bottom: 50px;
}
.blog-details_6ffc1b7c96c28ec8 .post-details-meta_87fc625221da7fef .img-gallery_651427ecbbb8cfd5 img {
  border-radius: 20px;
  margin-top: 15px;
}
.blog-details_6ffc1b7c96c28ec8 .post-details-meta_87fc625221da7fef h3 {
  font-size: 32px;
  margin-bottom: 20px;
}
.blog-details_6ffc1b7c96c28ec8 .post-details-meta_87fc625221da7fef .list-item_77c0d42d09916755 li {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  position: relative;
  padding-left: 33px;
  margin-bottom: 23px;
}
.blog-details_6ffc1b7c96c28ec8 .post-details-meta_87fc625221da7fef .list-item_77c0d42d09916755 li:after {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  font-size: 0.95em;
  top: 3px;
  left: 0;
  color: #000;
}
.blog-details_6ffc1b7c96c28ec8 .bottom-widget_d8a005db8a37039e {
  padding: 10px 0 5px;
}
.blog-details_6ffc1b7c96c28ec8 .bottom-widget_d8a005db8a37039e .tags_2ed03524b06f9fb2 li:first-child {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
  margin-right: 7px;
}
.blog-details_6ffc1b7c96c28ec8 .bottom-widget_d8a005db8a37039e .tags_2ed03524b06f9fb2 a {
  line-height: 26px;
  border-radius: 16px;
  background: #fff;
  padding: 0 10px;
  color: #19352D;
  font-size: 16px;
  margin-right: 5px;
}
.blog-details_6ffc1b7c96c28ec8 .bottom-widget_d8a005db8a37039e .tags_2ed03524b06f9fb2 a:hover {
  color: #000;
  text-decoration: underline;
}
.blog-details_6ffc1b7c96c28ec8 .bottom-widget_d8a005db8a37039e .share-icon_079b84dfe977612a li:first-child {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.blog-details_6ffc1b7c96c28ec8 .bottom-widget_d8a005db8a37039e .share-icon_079b84dfe977612a a {
  color: #19352D;
  font-size: 18px;
  margin-left: 17px;
}
.blog-details_6ffc1b7c96c28ec8 .grey-bg_4ed61df29abf44dc {
  background: #f4f4f4;
  border-radius: 30px;
  padding: 40px 35px;
}
.blog-details_6ffc1b7c96c28ec8 .blog-inner-title_3f63ba9ce36a4ea0 {
  font-size: 42px;
  margin-bottom: 10px;
}
.blog-details_6ffc1b7c96c28ec8 .blog-comment-area_8143d61efdf00751 {
  margin: 60px 0;
}
.blog-details_6ffc1b7c96c28ec8 .blog-comment-area_8143d61efdf00751 .comment_69ae05d18f965f8e {
  border-top: 1px dashed #CBCBCB;
  padding: 38px 0 20px;
}
.blog-details_6ffc1b7c96c28ec8 .blog-comment-area_8143d61efdf00751 .comment_69ae05d18f965f8e:last-child {
  padding-bottom: 5px;
}
.blog-details_6ffc1b7c96c28ec8 .blog-comment-area_8143d61efdf00751 .comment_69ae05d18f965f8e .reply-comment_5fbf0e9ff936e37b {
  border: none;
  padding: 40px 0 30px;
}
.blog-details_6ffc1b7c96c28ec8 .blog-comment-area_8143d61efdf00751 .comment_69ae05d18f965f8e .user-avatar_53b151ff551fba59 {
  width: 60px;
  height: 60px;
}
.blog-details_6ffc1b7c96c28ec8 .blog-comment-area_8143d61efdf00751 .comment_69ae05d18f965f8e .comment-text_c767c18536e6d862 {
  width: calc(100% - 60px);
  padding-left: 25px;
  position: relative;
}
.blog-details_6ffc1b7c96c28ec8 .blog-comment-area_8143d61efdf00751 .comment_69ae05d18f965f8e .comment-text_c767c18536e6d862 .name {
  font-size: 20px;
  color: #19352D;
}
.blog-details_6ffc1b7c96c28ec8 .blog-comment-area_8143d61efdf00751 .comment_69ae05d18f965f8e .comment-text_c767c18536e6d862 .date_6067e6ffe16b0938 {
  font-size: 16px;
  color: #ADADAD;
}
.blog-details_6ffc1b7c96c28ec8 .blog-comment-area_8143d61efdf00751 .comment_69ae05d18f965f8e .comment-text_c767c18536e6d862 p {
  font-size: 18px;
  line-height: 32px;
  margin: 7px 0 10px 0px;
}
.blog-details_6ffc1b7c96c28ec8 .blog-comment-area_8143d61efdf00751 .comment_69ae05d18f965f8e .comment-text_c767c18536e6d862 .reply-btn_e53aab721fafcc96 {
  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_6ffc1b7c96c28ec8 .blog-comment-area_8143d61efdf00751 .comment_69ae05d18f965f8e .comment-text_c767c18536e6d862 .reply-btn_e53aab721fafcc96:hover {
  background: #CFFF45;
  color: #19352D;
}
.blog-details_6ffc1b7c96c28ec8 .blog-comment-form_da70da643ad4bce4 p a {
  color: #19352D;
}
.blog-details_6ffc1b7c96c28ec8 .blog-comment-form_da70da643ad4bce4 form label {
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  padding-bottom: 5px;
}
.blog-details_6ffc1b7c96c28ec8 .blog-comment-form_da70da643ad4bce4 form input {
  display: block;
  font-size: 18px;
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 8px;
  padding: 0 25px;
  background: #fff;
}
.blog-details_6ffc1b7c96c28ec8 .blog-comment-form_da70da643ad4bce4 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_b9b509ddfc0ba67a {
  height: 600px;
}

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

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

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

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

.footer-one_94bcddb82801ca8c {
  background: #0C3A30;
  padding-top: 95px;
}
.footer-one_94bcddb82801ca8c .bottom-footer_2e8818843ad1b81b {
  border-top: 1px dashed rgba(255, 255, 255, 0.25);
  margin-top: 32px;
  padding: 40px 0 25px;
}
.footer-one_94bcddb82801ca8c .social-icon_5b2451c4b66bf54b 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_94bcddb82801ca8c .social-icon_5b2451c4b66bf54b a:hover {
  background: #CFFF45;
  color: #29594B;
}
.footer-one_94bcddb82801ca8c .footer-title_f5425bc4b77855ed {
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
}
.footer-one_94bcddb82801ca8c .footer-nav-link_c1668a51c2ae8179 a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 46px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-one_94bcddb82801ca8c .footer-nav-link_c1668a51c2ae8179 a:hover {
  color: #fff;
}
.footer-nav-link_c1668a51c2ae8179 p {
  font-size: 16px;
}
.logo_cdacac10a75ca4c5 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_352c9aaf27a0e06a {
  min-width: 80px;
  max-height: 40px;
  max-width: 150px;
}
.casino-li_ff6c04b0913fde09 {
  align-content: center;
}

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

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

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

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

.footer-three_f3a94996d80ad03f {
  padding: 75px 0 0;
  position: relative;
  z-index: 1;
}
.footer-three_f3a94996d80ad03f .round-bg_cb4d771b6706b88a {
  width: 350px;
  height: 350px;
  padding: 15px 15px;
  background: #FFF6C6;
}
.footer-three_f3a94996d80ad03f .round-bg_cb4d771b6706b88a.color-two_21cdcb21f621172d {
  background: #F6FFDD;
}
.footer-three_f3a94996d80ad03f .footer-intro_656b096ec5e7c649 p a {
  font-weight: 500;
  font-size: 24px;
  color: #000;
}
.footer-three_f3a94996d80ad03f .footer-intro_656b096ec5e7c649 p a:hover {
  color: #19352D;
  text-decoration: underline;
}
.footer-three_f3a94996d80ad03f .footer-title_f5425bc4b77855ed {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.footer-three_f3a94996d80ad03f .footer-nav-link_c1668a51c2ae8179 a {
  color: rgba(0, 0, 0, 0.5);
  line-height: 46px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-three_f3a94996d80ad03f .footer-nav-link_c1668a51c2ae8179 a:hover {
  color: #19352D;
  text-decoration: underline;
}
.footer-three_f3a94996d80ad03f .bottom-footer_2e8818843ad1b81b {
  border-top: 1px solid #e2e2e2;
  margin-top: 40px;
  padding: 40px 0 25px;
}
.footer-three_f3a94996d80ad03f .bottom-footer_2e8818843ad1b81b .copyright_1537a3bedc41209e {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}
.footer-three_f3a94996d80ad03f .bottom-footer_2e8818843ad1b81b .bottom-nav_44d11f6be296f09a {
  margin: 0 -12px;
}
.footer-three_f3a94996d80ad03f .bottom-footer_2e8818843ad1b81b .bottom-nav_44d11f6be296f09a a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: #000;
}
.footer-three_f3a94996d80ad03f .bottom-footer_2e8818843ad1b81b .bottom-nav_44d11f6be296f09a a:hover {
  text-decoration: underline;
}
.footer-three_f3a94996d80ad03f .bottom-footer_2e8818843ad1b81b .social-icon_5b2451c4b66bf54b {
  margin: 0 -10px;
}
.footer-three_f3a94996d80ad03f .bottom-footer_2e8818843ad1b81b .social-icon_5b2451c4b66bf54b a {
  margin: 0 10px;
}
.footer-three_f3a94996d80ad03f .bottom-footer_2e8818843ad1b81b .social-icon_5b2451c4b66bf54b a:hover {
  color: #19352D;
}
.footer-three_f3a94996d80ad03f .shape_01_70fa2f5827ceaf4f {
  top: -3%;
  left: -3%;
}
.footer-three_f3a94996d80ad03f .shape_02_3f68d9127af97700 {
  bottom: 8%;
  right: 13%;
  animation: rotated 48s infinite linear;
}

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

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

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

.footer-five_208f92850ed00de1 {
  background: #000;
  padding: 105px 0 20px;
  z-index: 1;
  overflow: hidden;
}
.footer-five_208f92850ed00de1:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: url(../photos/assets_a68564799e/bg_07.svg) no-repeat center bottom;
  background-size: cover;
  z-index: -1;
}
.footer-five_208f92850ed00de1 h2 {
  font-size: 132px;
  line-height: 1.185em;
}
.footer-five_208f92850ed00de1 .btn-group_a5a6d3388f9b99ee {
  padding: 15px 15px 15px 55px;
  border-radius: 80px;
  background: #DFFF5E;
  margin: 85px 0 110px;
}
.footer-five_208f92850ed00de1 .btn-group_a5a6d3388f9b99ee h3 {
  font-size: 70px;
  color: #000;
  margin: 0;
}
.footer-five_208f92850ed00de1 .btn-group_a5a6d3388f9b99ee h3 span {
  font-weight: 700;
  font-style: italic;
  text-decoration-line: underline;
  text-decoration-thickness: 4px;
}
.footer-five_208f92850ed00de1 .btn-group_a5a6d3388f9b99ee .round-btn_6c59109d95d60e5c {
  width: 125px;
  height: 125px;
  text-align: center;
  font-size: 55px;
  color: #DFFF5E;
  background: #101010;
}
.footer-five_208f92850ed00de1 .btn-group_a5a6d3388f9b99ee .round-btn_6c59109d95d60e5c:hover, .footer-five_208f92850ed00de1 .btn-group_a5a6d3388f9b99ee .round-btn_6c59109d95d60e5c:focus {
  background: #29594B;
  color: #fff;
}
.footer-five_208f92850ed00de1 .social-icon_5b2451c4b66bf54b {
  margin: 0 -20px;
}
.footer-five_208f92850ed00de1 .social-icon_5b2451c4b66bf54b a {
  color: #fff;
  margin: 0 20px;
}
.footer-five_208f92850ed00de1 .social-icon_5b2451c4b66bf54b a:hover {
  color: #DFFF5E;
}
.footer-five_208f92850ed00de1 .bottom-nav_44d11f6be296f09a {
  margin: 0 -12px;
}
.footer-five_208f92850ed00de1 .bottom-nav_44d11f6be296f09a a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: #fff;
}
.footer-five_208f92850ed00de1 .bottom-nav_44d11f6be296f09a a:hover {
  text-decoration: underline;
}
.footer-five_208f92850ed00de1 .shape_01_70fa2f5827ceaf4f {
  top: 11%;
  right: 10%;
  width: 3.4%;
  animation: rotated 48s infinite linear;
}
.footer-five_208f92850ed00de1 .shape_02_3f68d9127af97700 {
  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_8a9781b56a11c8ea {
  animation-duration: 2s;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce_2a64a594edc545fc {
  animation-name: bounce;
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash_017a13352218c647 {
  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_df16b583ca4999b5 {
  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_fa18c332875b5bda {
  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_f9f1b5d0e986fab0 {
  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_e475e82c7f41ed86 {
  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_ce5016b1ca621bbe {
  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_890fe5b886549377 {
  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_e2926e82226fe408 {
  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_6d50437653277f3e {
  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_ed08f73aec72f47b {
  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_ee51a9f80b8403f6 {
  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_2ba935aacd88b945 {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown_1d9d6f55b097a9ec {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft_1538d56771c8b034 {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight_b2c3851dbf9ae202 {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp_a9a624c81f77a843 {
  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_b70943bc5d46ce46 {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig_3eb6055e39508d7d {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft_787cfa1688ccf1b6 {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig_992088e0414f8f35 {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight_ce57f2389bc71efe {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig_0ee53923b7953826 {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp_7a5402f098ef7dcd {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig_5865b50eefb19ba8 {
  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_40cb9833a700a1f6 {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig_5b270d5d8914772d {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft_7c4fe40e29ac3851 {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig_8a80d253b9607936 {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight_f5e476bac26c9b55 {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig_92659693d570d113 {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp_de726975dc3c49a3 {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig_e48b5acbb52e98d0 {
  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_b7bc99fdbe3cf2dd {
  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_ee93caff860d0b1b {
  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_7fcd95073dd1eaba {
  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_930622c8dc10cc43 {
  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_56af178819434457 {
  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_84ae09b62eef2f26 {
  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_b1c2e6312b91ab70 {
  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_258a16d1632fdaf6 {
  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_76532b5e29e48cec {
  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_6da71eea8e8822ef {
  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_715a2201fff9833d {
  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_016bf243ab2a1c5c {
  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_0a900e9cd7fd9ccd {
  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_3d442770906f05dc {
  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_740582009d4269e6 {
  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_1f2a6e010a329a2e {
  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_1c62477217f55740 {
  animation-name: rotateOutUpRight;
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(150px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInUp_faa08dd8d9c63644 {
  animation-name: slideInUp;
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown_0dd4303bb8b82143 {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInLeft_f9cbc5c818ed89db {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight_ffc327323f7e5439 {
  animation-name: slideInRight;
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.slideOutLeft_8b702fcfe6614a6f {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.slideOutRight_c2fe8e2adafd9e48 {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.slideOutUp_06302957c03fbc11 {
  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_8a9781b56a11c8ea {
  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_c47526bdb1d13aa1 {
  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_1dabc4d6d9db0d7d {
  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_8308de4fb70a0050 .theme-select-menu_facf0c31b6232c6f {
  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_7b2063993e870363 {
  overflow: hidden;
}
.product-block-one_7b2063993e870363 .img-holder_2c65134ef3ba4746 {
  position: relative;
  background: #F5F5F5;
  z-index: 5;
  margin-bottom: 22px;
}
.product-block-one_7b2063993e870363 .img-holder_2c65134ef3ba4746 .cart-icon_00f48f90731198db {
  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_7b2063993e870363 .img-holder_2c65134ef3ba4746 .cart-icon_00f48f90731198db:hover {
  color: #19352D;
  background: #CFFF45;
}
.product-block-one_7b2063993e870363 .img-holder_2c65134ef3ba4746 .cart-button_ce5405ec0f41055e {
  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_7b2063993e870363 .img-holder_2c65134ef3ba4746 .cart-button_ce5405ec0f41055e:hover {
  color: #19352D;
  background: #CFFF45;
}
.product-block-one_7b2063993e870363 .product-title_a450804289272381 {
  font-weight: 500;
  color: #19352D;
  font-size: 20px;
  text-transform: capitalize;
}
.product-block-one_7b2063993e870363 .rating_2ccc10a63c019faa {
  margin: 0 -3px;
}
.product-block-one_7b2063993e870363 .rating_2ccc10a63c019faa li {
  font-size: 15px;
  margin: 0 3px;
  color: #B3B3B3;
}
.product-block-one_7b2063993e870363 .rating_2ccc10a63c019faa li .bi-star-fill_38dda51db78b1d6f {
  color: #FFCB65;
}
.product-block-one_7b2063993e870363 .price_95f9132c4e7851ef {
  font-weight: 500;
  font-size: 22px;
  color: #0E3E2F;
  margin-top: 10px;
}
.product-block-one_7b2063993e870363:hover .cart-button_ce5405ec0f41055e {
  opacity: 1;
  transform: translateY(0);
}
.product-block-one_7b2063993e870363:hover .product-img_f354181953edffa5 {
  transform: scale(0.95);
}
.product-block-one_7b2063993e870363:hover .cart-icon_00f48f90731198db {
  opacity: 1;
  transform: scale(1);
}
.product-block-one_7b2063993e870363:hover .product-title_a450804289272381 {
  text-decoration: underline;
}

.product-details-one_649779293b736ea6 .product-img-tab_002b8d9206e17672 {
  border: none;
}
.product-details-one_649779293b736ea6 .product-img-tab_002b8d9206e17672 .nav-link {
  width: 100%;
  background: #F6F6F6;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 5px 0;
  height: 88px;
  margin-bottom: 12px;
}
.product-details-one_649779293b736ea6 .product-img-tab_002b8d9206e17672 .nav-link img {
  max-height: 100%;
}
.product-details-one_649779293b736ea6 .product-img-tab_002b8d9206e17672 .nav-link.active {
  background: #fff;
  border-color: #000;
}
.product-details-one_649779293b736ea6 .product-img-tab-content_bb569b2e46debe96 {
  background: #F6F6F6;
  padding: 20px;
}
.product-details-one_649779293b736ea6 .product-img-tab-content_bb569b2e46debe96 img {
  margin: auto;
}
.product-details-one_649779293b736ea6 .product-info_b78789d707bdf418 .stock-tag_d7784fd7f3cd7046 {
  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_649779293b736ea6 .product-info_b78789d707bdf418 .product-name_80ec70fd99b5edf2 {
  text-transform: capitalize;
  font-size: 32px;
  margin: 25px 0 15px;
}
.product-details-one_649779293b736ea6 .product-info_b78789d707bdf418 .rating_2ccc10a63c019faa li {
  font-size: 15px;
  margin-right: 6px;
  color: #B3B3B3;
}
.product-details-one_649779293b736ea6 .product-info_b78789d707bdf418 .rating_2ccc10a63c019faa li .bi-star-fill_38dda51db78b1d6f {
  color: #FFCB65;
}
.product-details-one_649779293b736ea6 .product-info_b78789d707bdf418 .rating_2ccc10a63c019faa li a {
  font-size: 17px;
  color: #000;
  margin-left: 12px;
}
.product-details-one_649779293b736ea6 .product-info_b78789d707bdf418 .rating_2ccc10a63c019faa li a:hover {
  text-decoration: underline;
}
.product-details-one_649779293b736ea6 .product-info_b78789d707bdf418 .price_95f9132c4e7851ef {
  font-size: 26px;
  font-weight: 700;
  color: #29594B;
  padding: 25px 0 5px;
}
.product-details-one_649779293b736ea6 .product-info_b78789d707bdf418 .price_95f9132c4e7851ef del {
  font-size: 0.7em;
  opacity: 0.6;
}
.product-details-one_649779293b736ea6 .product-info_b78789d707bdf418 .availability_4dd4158facb57af8 {
  color: #989CA2;
  font-size: 17px;
}
.product-details-one_649779293b736ea6 .product-info_b78789d707bdf418 .description-text_d375f2f55f26a8c6 {
  padding: 10px 0 15px;
}
.product-details-one_649779293b736ea6 .product-info_b78789d707bdf418 .product-feature_b7d6d5e94d0bab71 {
  margin-bottom: 20px;
}
.product-details-one_649779293b736ea6 .product-info_b78789d707bdf418 .product-feature_b7d6d5e94d0bab71 li {
  color: #000;
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
}
.product-details-one_649779293b736ea6 .product-info_b78789d707bdf418 .product-feature_b7d6d5e94d0bab71 li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 2px;
  left: 0;
  color: #29594B;
}
.product-details-one_649779293b736ea6 .product-info_b78789d707bdf418 .customize-order_47bd380c8e95af02 h6 {
  font-size: 18px;
  margin: 0 15px 0 0;
}
.product-details-one_649779293b736ea6 .product-info_b78789d707bdf418 .customize-order_47bd380c8e95af02 .quantity_d8977ff8992257d3 .button-group_dc42e9579728482d {
  border: 1px solid #e3e3e3;
  display: inline-block;
}
.product-details-one_649779293b736ea6 .product-info_b78789d707bdf418 .customize-order_47bd380c8e95af02 .quantity_d8977ff8992257d3 .button-group_dc42e9579728482d li {
  line-height: 40px;
  max-height: 40px;
}
.product-details-one_649779293b736ea6 .product-info_b78789d707bdf418 .customize-order_47bd380c8e95af02 .quantity_d8977ff8992257d3 .button-group_dc42e9579728482d li button {
  font-size: 25px;
  color: #C9C9C9;
  background: transparent;
  width: 32px;
}
.product-details-one_649779293b736ea6 .product-info_b78789d707bdf418 .customize-order_47bd380c8e95af02 .quantity_d8977ff8992257d3 .button-group_dc42e9579728482d 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_649779293b736ea6 .product-review-tab_8f745f8467ee4fa9 .nav-tabs_f7018cc980a269ff {
  border-bottom: 1px solid #EBEBEB;
}
.product-details-one_649779293b736ea6 .product-review-tab_8f745f8467ee4fa9 .nav-tabs_f7018cc980a269ff .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_649779293b736ea6 .product-review-tab_8f745f8467ee4fa9 .nav-tabs_f7018cc980a269ff .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_649779293b736ea6 .product-review-tab_8f745f8467ee4fa9 .nav-tabs_f7018cc980a269ff .nav-link.active:before {
  transform: scale(1);
}
.product-details-one_649779293b736ea6 .product-review-tab_8f745f8467ee4fa9 .nav-tabs_f7018cc980a269ff .nav-item:last-child .nav-link {
  margin-right: 0;
}
.product-details-one_649779293b736ea6 .product-review-tab_8f745f8467ee4fa9 .tab-content_b897d24ac0e16eb5 h5 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 18px;
}
.product-details-one_649779293b736ea6 .product-review-tab_8f745f8467ee4fa9 .tab-content_b897d24ac0e16eb5 .product-feature_b7d6d5e94d0bab71 li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 18px;
}
.product-details-one_649779293b736ea6 .product-review-tab_8f745f8467ee4fa9 .tab-content_b897d24ac0e16eb5 .product-feature_b7d6d5e94d0bab71 li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 2px;
  left: 0;
  color: #29594B;
}
.product-details-one_649779293b736ea6 .product-review-tab_8f745f8467ee4fa9 .user-comment-area_3270bd1047dcab1c .single-comment_0380e38ad081520a {
  padding-bottom: 40px;
}
.product-details-one_649779293b736ea6 .product-review-tab_8f745f8467ee4fa9 .user-comment-area_3270bd1047dcab1c .single-comment_0380e38ad081520a:last-child {
  padding-bottom: 0;
}
.product-details-one_649779293b736ea6 .product-review-tab_8f745f8467ee4fa9 .user-comment-area_3270bd1047dcab1c .user-img_b896fa6dc19bd523 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.product-details-one_649779293b736ea6 .product-review-tab_8f745f8467ee4fa9 .user-comment-area_3270bd1047dcab1c .user-comment-data_49badc880bd8b1cb {
  padding-left: 30px;
  position: relative;
}
.product-details-one_649779293b736ea6 .product-review-tab_8f745f8467ee4fa9 .user-comment-area_3270bd1047dcab1c .user-comment-data_49badc880bd8b1cb .name {
  font-size: 18px;
  margin-bottom: 4px;
}
.product-details-one_649779293b736ea6 .product-review-tab_8f745f8467ee4fa9 .user-comment-area_3270bd1047dcab1c .user-comment-data_49badc880bd8b1cb .rating_2ccc10a63c019faa li {
  font-size: 14px;
  margin: 0 3px;
  color: #B3B3B3;
}
.product-details-one_649779293b736ea6 .product-review-tab_8f745f8467ee4fa9 .user-comment-area_3270bd1047dcab1c .user-comment-data_49badc880bd8b1cb .rating_2ccc10a63c019faa li .bi-star-fill_38dda51db78b1d6f {
  color: #FFCB65;
}
.product-details-one_649779293b736ea6 .product-review-tab_8f745f8467ee4fa9 .user-comment-area_3270bd1047dcab1c .user-comment-data_49badc880bd8b1cb p {
  padding-top: 8px;
}

.cart-list-form_4127eccaeeef3531 {
  position: relative;
}
.cart-list-form_4127eccaeeef3531 .table_ee33e01a929129d2 {
  margin: 0;
  background: transparent;
}
.cart-list-form_4127eccaeeef3531 .table_ee33e01a929129d2 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_4127eccaeeef3531 .table_ee33e01a929129d2 th:first-child {
  text-align: left;
}
.cart-list-form_4127eccaeeef3531 .table_ee33e01a929129d2 tbody td {
  padding: 0 0 70px;
  border: none;
  vertical-align: middle;
  text-align: center;
  background: transparent;
}
.cart-list-form_4127eccaeeef3531 .table_ee33e01a929129d2 tbody tr:first-child td {
  padding-top: 60px;
}
.cart-list-form_4127eccaeeef3531 .table_ee33e01a929129d2 tbody tr:last-child td {
  padding-bottom: 40px;
}
.cart-list-form_4127eccaeeef3531 .table_ee33e01a929129d2 tbody .product-thumbnails_33a138fcdebaadb1 {
  width: 85px;
}
.cart-list-form_4127eccaeeef3531 .table_ee33e01a929129d2 tbody .product-thumbnails_33a138fcdebaadb1 img {
  max-height: 100%;
  max-width: none;
}
.cart-list-form_4127eccaeeef3531 .table_ee33e01a929129d2 tbody .product-thumbnails_33a138fcdebaadb1 .product-img_f354181953edffa5 {
  display: block;
  max-width: 85px;
  max-height: 85px;
  overflow: hidden;
}
.cart-list-form_4127eccaeeef3531 .table_ee33e01a929129d2 tbody .product-info_b78789d707bdf418 {
  padding-left: 30px;
  text-align: left;
}
.cart-list-form_4127eccaeeef3531 .table_ee33e01a929129d2 tbody .product-info_b78789d707bdf418 .product-name_80ec70fd99b5edf2 {
  font-weight: 700;
  font-size: 20px;
  color: #19352D;
}
.cart-list-form_4127eccaeeef3531 .table_ee33e01a929129d2 tbody .product-info_b78789d707bdf418 .serial_012ce3a1ed3e1a92 {
  font-size: 15px;
  color: rgba(31, 31, 31, 0.5);
  padding-bottom: 6px;
}
.cart-list-form_4127eccaeeef3531 .table_ee33e01a929129d2 tbody .product-info_b78789d707bdf418 ul li {
  display: inline-block;
  font-size: 16px;
  color: #000;
  padding-right: 15px;
}
.cart-list-form_4127eccaeeef3531 .table_ee33e01a929129d2 tbody .price_95f9132c4e7851ef {
  font-weight: 500;
  font-size: 18px;
  color: #19352D;
}
.cart-list-form_4127eccaeeef3531 .table_ee33e01a929129d2 tbody .quantity_d8977ff8992257d3 li {
  display: inline-block;
  line-height: 40px;
  max-height: 40px;
}
.cart-list-form_4127eccaeeef3531 .table_ee33e01a929129d2 tbody .quantity_d8977ff8992257d3 li .btn_6d6447d137a2cef8 {
  font-size: 24px;
  padding: 0;
  border: none;
  vertical-align: inherit;
  color: #1d1d1d;
  background: transparent;
}
.cart-list-form_4127eccaeeef3531 .table_ee33e01a929129d2 tbody .quantity_d8977ff8992257d3 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_4127eccaeeef3531 .table_ee33e01a929129d2 tbody .remove-product_3fed1a372fb0e1fd {
  color: #000;
  font-size: 22px;
}
.cart-list-form_4127eccaeeef3531 .table_ee33e01a929129d2 tbody .remove-product_3fed1a372fb0e1fd:hover {
  color: #ff2759;
}
.cart-list-form_4127eccaeeef3531 .cart-footer_e1090764cb51f529 {
  border-top: 2px solid #545454;
  margin-top: 28px;
  padding-top: 40px;
}
.cart-list-form_4127eccaeeef3531 .cart-footer_e1090764cb51f529 .coupon-form_4549c78d2de90064 input {
  width: 240px;
  height: 50px;
  border: none;
  border-bottom: 2px solid #545454;
  font-size: 18px;
  margin-right: 30px;
  background: transparent;
}
.cart-list-form_4127eccaeeef3531 .cart-footer_e1090764cb51f529 .cart-total-section_c48d6339dd114fdc {
  text-align: right;
  padding-right: 82px;
}
.cart-list-form_4127eccaeeef3531 .cart-footer_e1090764cb51f529 .cart-total-section_c48d6339dd114fdc .cart-total-table_d340f4a7ceb0a3b0 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_4127eccaeeef3531 .cart-footer_e1090764cb51f529 .cart-total-section_c48d6339dd114fdc .cart-total-table_d340f4a7ceb0a3b0 tr td {
  font-size: 18px;
  font-weight: 500;
  color: #19352D;
  padding-bottom: 16px;
}

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

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

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

.fancybox-active_e485976cc52be176 {
  height: auto;
}

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

.fancybox-caption_35311644e752be4c, .fancybox-infobar_ef8b582fa2e913a6, .fancybox-navigation_a6bdbf33d99e6f28 .fancybox-button_83616588aa817623, .fancybox-toolbar_0e43945f6351b6c1 {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption_10e6664af584a39b .fancybox-caption_35311644e752be4c, .fancybox-show-infobar_32eff411f6032eb4 .fancybox-infobar_ef8b582fa2e913a6, .fancybox-show-nav_0bc3d03c7a2ef10b .fancybox-navigation_a6bdbf33d99e6f28 .fancybox-button_83616588aa817623, .fancybox-show-toolbar_f2121e3eeb7aa057 .fancybox-toolbar_0e43945f6351b6c1 {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}

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

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

.fancybox-is-open_021f2191cf3f0ab2 .fancybox-stage_1dfdc924199d9371 {
  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_6826ba9c3559da46 .fancybox-slide, .fancybox-slide--current_7324ddd9e306efe5, .fancybox-slide--next_94be7b8d1f8d2a94, .fancybox-slide--previous_362f997576de613a {
  display: block;
}

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

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

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

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

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

.fancybox-content_6fccbae2c6808fc8 {
  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_696fa07f4df93457 .fancybox-content_6fccbae2c6808fc8 {
  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_af58a5e94511bd07 .fancybox-content_6fccbae2c6808fc8 {
  cursor: zoom-out;
}

.fancybox-can-zoomIn_52413199e242e2b1 .fancybox-content_6fccbae2c6808fc8 {
  cursor: zoom-in;
}

.fancybox-can-drag_b68d7382dc02f1bd .fancybox-content_6fccbae2c6808fc8 {
  cursor: grab;
}

.fancybox-is-dragging_7b7f3b206021d0b1 .fancybox-content_6fccbae2c6808fc8 {
  cursor: grabbing;
}

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

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

.fancybox-slide--html_754968b67453cdda .fancybox-content_6fccbae2c6808fc8 {
  margin-bottom: 6px;
}

.fancybox-slide--iframe_44621c16eed2b229 .fancybox-content_6fccbae2c6808fc8, .fancybox-slide--map_7a432ab0d452694e .fancybox-content_6fccbae2c6808fc8, .fancybox-slide--video_8a7a02eedf216ebe .fancybox-content_6fccbae2c6808fc8 {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video_8a7a02eedf216ebe .fancybox-content_6fccbae2c6808fc8 {
  background: #000;
}

.fancybox-slide--map_7a432ab0d452694e .fancybox-content_6fccbae2c6808fc8 {
  background: #e5e3df;
}

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

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

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

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

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

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

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

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

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

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

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

.fancybox-button--play_e44c85131c19b945 svg path, .fancybox-button--share_1d597a0cd1915982 svg path, .fancybox-button--thumbs_5a32a445144ed40b svg path {
  fill: currentColor;
}

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

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

.fancybox-show-nav_0bc3d03c7a2ef10b .fancybox-navigation_a6bdbf33d99e6f28 .fancybox-button_83616588aa817623 {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

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

.fancybox-navigation_a6bdbf33d99e6f28 .fancybox-button--arrow_left_6988a5823be1128c {
  left: 6px;
}

.fancybox-navigation_a6bdbf33d99e6f28 .fancybox-button--arrow_right_aed16e2a840f0994 {
  right: 6px;
}

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

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

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

.fancybox-slide--iframe_44621c16eed2b229 .fancybox-close-small_146de41bd6a04250, .fancybox-slide--image_696fa07f4df93457 .fancybox-close-small_146de41bd6a04250, .fancybox-slide--video_8a7a02eedf216ebe .fancybox-close-small_146de41bd6a04250 {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--iframe_44621c16eed2b229 .fancybox-close-small_146de41bd6a04250:hover svg, .fancybox-slide--image_696fa07f4df93457 .fancybox-close-small_146de41bd6a04250:hover svg, .fancybox-slide--video_8a7a02eedf216ebe .fancybox-close-small_146de41bd6a04250:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling_3c7be326f70ae864 .fancybox-close-small_146de41bd6a04250, .fancybox-is-zoomable_91e8753260022675.fancybox-can-drag_b68d7382dc02f1bd .fancybox-close-small_146de41bd6a04250 {
  display: none;
}

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

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

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

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

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

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

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

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

.fancybox-fx-fade_d2aec5e910814d86.fancybox-slide--next_94be7b8d1f8d2a94, .fancybox-fx-fade_d2aec5e910814d86.fancybox-slide--previous_362f997576de613a {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade_d2aec5e910814d86.fancybox-slide--current_7324ddd9e306efe5 {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-share__input_3f0831c4cdbbf414 {
  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_979b32363314993d {
  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_bca01fc719aa8b8f {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs_0b1ed1281ffa852c .fancybox-thumbs_979b32363314993d {
  display: block;
}

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

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

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

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

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

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

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

.fancybox-thumbs_979b32363314993d > 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_979b32363314993d .fancybox-thumbs-active_13ea243480b1736d:before {
  opacity: 1;
}

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

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

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

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

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

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

.slick-slider_00c93b7d0fd9de32 .slick-track_f70a0d77e4024059,
.slick-slider_00c93b7d0fd9de32 .slick-list_46cccc1d61f247ec {
  transform: translate3d(0, 0, 0);
}

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

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

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

.slick-loading_4f169dd744fd2904 .slick-track_f70a0d77e4024059 {
  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_4f169dd744fd2904 img {
  display: none;
}

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

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

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

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

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