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

.h1_065cc1e12b6354b9,
h1,
.h2_090004cc90e6628b,
h2,
.h3_eb7a0342d88fe82c,
h3,
.h4_8bc8eebcfbb26f48,
h4,
.h5_e4f5cce02da0b6bd,
h5,
.h6_fe15f3c613f4cdac,
h6 {
  font-weight: 500;
  color: #19352D;
}

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

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

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

p {
  line-height: 1.7em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box-layout_2f127a62e96ad522 {
  margin: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p0_9c22dc00cb60b12c {
  padding: 0 !important;
}

.m0_df62f2ba43c0f10f {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1399px) {
  .xl-p0_6050b75fbc4dbfe2 {
    padding: 0 !important;
  }
  .xl-m0_50c158d53662be6c {
    margin: 0 !important;
  }
  .xl-pt-10_acfe3fccd0c30445 {
    padding-top: 10px !important;
  }
  .xl-pt-20_7b28ce8c2219178d {
    padding-top: 20px !important;
  }
  .xl-pt-30_4d8bce1ec6758cc9 {
    padding-top: 30px !important;
  }
  .xl-pt-40_d3578e8d2a94955f {
    padding-top: 40px !important;
  }
  .xl-pt-50_1be159ebbe5da8e8 {
    padding-top: 50px !important;
  }
  .xl-pt-60_7bd1c882b55e47b9 {
    padding-top: 60px !important;
  }
  .xl-pt-70_e45869071463eab0 {
    padding-top: 70px !important;
  }
  .xl-pt-80_e949c743635f81a9 {
    padding-top: 80px !important;
  }
  .xl-pt-90_caf821a7825802da {
    padding-top: 90px !important;
  }
  .xl-pt-100_039b27f3b28f5ecf {
    padding-top: 100px !important;
  }
  .xl-pt-110_e9904f05748db10b {
    padding-top: 110px !important;
  }
  .xl-pt-120_7d53f9974806396b {
    padding-top: 120px !important;
  }
  .xl-pt-130_e496bbca7c370349 {
    padding-top: 130px !important;
  }
  .xl-pt-140_935201647b34d0f5 {
    padding-top: 140px !important;
  }
  .xl-pt-150_2c26876bd6fbb82f {
    padding-top: 150px !important;
  }
  .xl-pt-200_9fcc24d85ef4cb25 {
    padding-top: 200px !important;
  }
  .xl-pb-10_81705eed142f16c4 {
    padding-bottom: 10px !important;
  }
  .xl-pb-20_e46a72275daf47e4 {
    padding-bottom: 20px !important;
  }
  .xl-pb-30_9c390f722faa2eb6 {
    padding-bottom: 30px !important;
  }
  .xl-pb-40_61fe68d3ceade50b {
    padding-bottom: 40px !important;
  }
  .xl-pb-50_4dcdd01c8ae4e5e4 {
    padding-bottom: 50px !important;
  }
  .xl-pb-60_d8e8c66c297f6259 {
    padding-bottom: 60px !important;
  }
  .xl-pb-70_8cc30f5d716fe4b6 {
    padding-bottom: 70px !important;
  }
  .xl-pb-80_a12e159e9146717d {
    padding-bottom: 80px !important;
  }
  .xl-pb-90_5197c31158690bf4 {
    padding-bottom: 90px !important;
  }
  .xl-pb-100_eedab10212aba44c {
    padding-bottom: 100px !important;
  }
  .xl-pb-110_ce32c587a149d881 {
    padding-bottom: 110px !important;
  }
  .xl-pb-120_061fc9d19e550835 {
    padding-bottom: 120px !important;
  }
  .xl-pb-130_831db3e948f419dc {
    padding-bottom: 130px !important;
  }
  .xl-pb-140_c70b33a656e5d59c {
    padding-bottom: 140px !important;
  }
  .xl-pb-150_105d7cdd9d7924a5 {
    padding-bottom: 150px !important;
  }
  .xl-pb-200_74ab3d6aeda0f8aa {
    padding-bottom: 200px !important;
  }
  .xl-mt-10_cfc41503e2de5412 {
    margin-top: 10px !important;
  }
  .xl-mt-20_9be39442e1887243 {
    margin-top: 20px !important;
  }
  .xl-mt-30_307aa6f5523f5ca3 {
    margin-top: 30px !important;
  }
  .xl-mt-40_4fe6d1026294de58 {
    margin-top: 40px !important;
  }
  .xl-mt-50_abefe9066c1b7313 {
    margin-top: 50px !important;
  }
  .xl-mt-60_218c10299c2620a5 {
    margin-top: 60px !important;
  }
  .xl-mt-70_a56690560652e363 {
    margin-top: 70px !important;
  }
  .xl-mt-80_8a1257a711588777 {
    margin-top: 80px !important;
  }
  .xl-mt-90_5d713da52a4e7d14 {
    margin-top: 90px !important;
  }
  .xl-mt-100_003d518ae330cb40 {
    margin-top: 100px !important;
  }
  .xl-mt-110_459051210df93aac {
    margin-top: 110px !important;
  }
  .xl-mt-120_2480244b8211a0ea {
    margin-top: 120px !important;
  }
  .xl-mt-130_4d6589650eedb2dc {
    margin-top: 130px !important;
  }
  .xl-mt-140_e1667596b1e95ada {
    margin-top: 140px !important;
  }
  .xl-mt-150_05be9c4e39e71839 {
    margin-top: 150px !important;
  }
  .xl-mt-200_a11489719af645ef {
    margin-top: 200px !important;
  }
  .xl-mb-10_e2234bab082e4560 {
    margin-bottom: 10px !important;
  }
  .xl-mb-20_baf01c51e2948e91 {
    margin-bottom: 20px !important;
  }
  .xl-mb-30_cf8aeac4b6ce3460 {
    margin-bottom: 30px !important;
  }
  .xl-mb-40_90c1a157fa9eab46 {
    margin-bottom: 40px !important;
  }
  .xl-mb-50_2bca202de29a90fd {
    margin-bottom: 50px !important;
  }
  .xl-mb-60_97590c9b865f6d18 {
    margin-bottom: 60px !important;
  }
  .xl-mb-70_f3024d5b6240902c {
    margin-bottom: 70px !important;
  }
  .xl-mb-80_607ead9f3d8d5d7b {
    margin-bottom: 80px !important;
  }
  .xl-mb-90_043c0babf6be5e7b {
    margin-bottom: 90px !important;
  }
  .xl-mb-100_969d466fdbedb109 {
    margin-bottom: 100px !important;
  }
  .xl-mb-110_6384ce80b3d85815 {
    margin-bottom: 110px !important;
  }
  .xl-mb-120_ba9e51a3e42e801a {
    margin-bottom: 120px !important;
  }
  .xl-mb-130_59d57bb0dd73fb5a {
    margin-bottom: 130px !important;
  }
  .xl-mb-140_7aafb2ab8607113c {
    margin-bottom: 140px !important;
  }
  .xl-mb-150_4d15e8b122f47a66 {
    margin-bottom: 150px !important;
  }
  .xl-mb-200_2740dad71afe831c {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 1399px)*/
@media (max-width: 1199px) {
  .lg-p0_67c206807a8f5a96 {
    padding: 0 !important;
  }
  .lg-m0_2bdf9c60605772a3 {
    margin: 0 !important;
  }
  .lg-pt-10_96fde8428f65179f {
    padding-top: 10px !important;
  }
  .lg-pt-20_2933476f6a5f26aa {
    padding-top: 20px !important;
  }
  .lg-pt-30_466e400b2007337c {
    padding-top: 30px !important;
  }
  .lg-pt-40_c3bc42ffe082ae6a {
    padding-top: 40px !important;
  }
  .lg-pt-50_3b90cdf44728881c {
    padding-top: 50px !important;
  }
  .lg-pt-60_9ef50fdad874b855 {
    padding-top: 60px !important;
  }
  .lg-pt-70_1cc5e29f23412cfe {
    padding-top: 70px !important;
  }
  .lg-pt-80_64eb1a1b5ffc9e4b {
    padding-top: 80px !important;
  }
  .lg-pt-90_ff638b381c4d509b {
    padding-top: 90px !important;
  }
  .lg-pt-100_5c18a48fa128954f {
    padding-top: 100px !important;
  }
  .lg-pt-110_034db98e3a0d6986 {
    padding-top: 110px !important;
  }
  .lg-pt-120_f1ffd050eeba4e0e {
    padding-top: 120px !important;
  }
  .lg-pt-130_1730fdc1086d4b5d {
    padding-top: 130px !important;
  }
  .lg-pt-140_7b51b3851b96ee4d {
    padding-top: 140px !important;
  }
  .lg-pt-150_4ee713f0a1c9ec6f {
    padding-top: 150px !important;
  }
  .lg-pt-200_4fc8b73a509aba2b {
    padding-top: 200px !important;
  }
  .lg-pb-10_5a4821819310852a {
    padding-bottom: 10px !important;
  }
  .lg-pb-20_07cbbfa7d45cedb8 {
    padding-bottom: 20px !important;
  }
  .lg-pb-30_2433b659720aadf8 {
    padding-bottom: 30px !important;
  }
  .lg-pb-40_19de71f30b39d43b {
    padding-bottom: 40px !important;
  }
  .lg-pb-50_95ba60e925125dd8 {
    padding-bottom: 50px !important;
  }
  .lg-pb-60_8052e13b7d6abf30 {
    padding-bottom: 60px !important;
  }
  .lg-pb-70_22bcebf1892dcc23 {
    padding-bottom: 70px !important;
  }
  .lg-pb-80_c730a5df62792e97 {
    padding-bottom: 80px !important;
  }
  .lg-pb-90_c78c36c19b71d2ea {
    padding-bottom: 90px !important;
  }
  .lg-pb-100_3407614fc0fafb7d {
    padding-bottom: 100px !important;
  }
  .lg-pb-110_b4b5fcdb8a73d0cc {
    padding-bottom: 110px !important;
  }
  .lg-pb-120_710cf355b64326ed {
    padding-bottom: 120px !important;
  }
  .lg-pb-130_71a689b277017e37 {
    padding-bottom: 130px !important;
  }
  .lg-pb-140_51b4c96c435ea2ae {
    padding-bottom: 140px !important;
  }
  .lg-pb-150_81559123f690d375 {
    padding-bottom: 150px !important;
  }
  .lg-pb-200_1c1f78dea2aa8a4b {
    padding-bottom: 200px !important;
  }
  .lg-mt-10_b22bde7ea53b0057 {
    margin-top: 10px !important;
  }
  .lg-mt-20_d69e9d430bc32561 {
    margin-top: 20px !important;
  }
  .lg-mt-30_2e3a6f8692470105 {
    margin-top: 30px !important;
  }
  .lg-mt-40_0f71a503811fb307 {
    margin-top: 40px !important;
  }
  .lg-mt-50_f5002cccd858f832 {
    margin-top: 50px !important;
  }
  .lg-mt-60_f39fa06daa2aea2a {
    margin-top: 60px !important;
  }
  .lg-mt-70_2f8ca1cbdfdfb54b {
    margin-top: 70px !important;
  }
  .lg-mt-80_8dfa94295e641baa {
    margin-top: 80px !important;
  }
  .lg-mt-90_9521c35ceb86958d {
    margin-top: 90px !important;
  }
  .lg-mt-100_d9c8846ee4b2fd4c {
    margin-top: 100px !important;
  }
  .lg-mt-110_e0df443b1ffaa0c0 {
    margin-top: 110px !important;
  }
  .lg-mt-120_a4a85796a52f0b3e {
    margin-top: 120px !important;
  }
  .lg-mt-130_4035bb25a4b3fb17 {
    margin-top: 130px !important;
  }
  .lg-mt-140_3909245e83d770b9 {
    margin-top: 140px !important;
  }
  .lg-mt-150_c6ee8acc54e4fe40 {
    margin-top: 150px !important;
  }
  .lg-mt-200_86c8de0b6a2b0791 {
    margin-top: 200px !important;
  }
  .lg-mb-10_8aad8c3e35b3d1f6 {
    margin-bottom: 10px !important;
  }
  .lg-mb-20_0b1bf66aa9c460ad {
    margin-bottom: 20px !important;
  }
  .lg-mb-30_7ae44e7f4da9c588 {
    margin-bottom: 30px !important;
  }
  .lg-mb-40_2138404177754670 {
    margin-bottom: 40px !important;
  }
  .lg-mb-50_f037b5e8509cf05e {
    margin-bottom: 50px !important;
  }
  .lg-mb-60_74a70a5e1748b7ef {
    margin-bottom: 60px !important;
  }
  .lg-mb-70_07adb01df6b77aad {
    margin-bottom: 70px !important;
  }
  .lg-mb-80_31021bdc61a60bca {
    margin-bottom: 80px !important;
  }
  .lg-mb-90_dc595dc95d168672 {
    margin-bottom: 90px !important;
  }
  .lg-mb-100_50c1f5d0474adfef {
    margin-bottom: 100px !important;
  }
  .lg-mb-110_54447f28abb4ef27 {
    margin-bottom: 110px !important;
  }
  .lg-mb-120_6028cb97ee6cba20 {
    margin-bottom: 120px !important;
  }
  .lg-mb-130_4c93779103d6d78e {
    margin-bottom: 130px !important;
  }
  .lg-mb-140_1e27dd21000f7c58 {
    margin-bottom: 140px !important;
  }
  .lg-mb-150_96d0b026d0e88ca2 {
    margin-bottom: 150px !important;
  }
  .lg-mb-200_d2396c549f5f3adf {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 1199px)*/
@media (max-width: 991px) {
  .md-p0_a1f8673993c48739 {
    padding: 0 !important;
  }
  .md-m0_567bd5d03ab244cd {
    margin: 0 !important;
  }
  .md-pt-10_c037bc403b2e1a23 {
    padding-top: 10px !important;
  }
  .md-pt-20_a62595582e769507 {
    padding-top: 20px !important;
  }
  .md-pt-30_83967664c7ab0e6f {
    padding-top: 30px !important;
  }
  .md-pt-40_d6750c86fde63b3b {
    padding-top: 40px !important;
  }
  .md-pt-50_d90c1c326e317263 {
    padding-top: 50px !important;
  }
  .md-pt-60_588f161f2abfa4a8 {
    padding-top: 60px !important;
  }
  .md-pt-70_29a5269cbea248d1 {
    padding-top: 70px !important;
  }
  .md-pt-80_cd659b2f1acc7c92 {
    padding-top: 80px !important;
  }
  .md-pt-90_3cc6688581a127dc {
    padding-top: 90px !important;
  }
  .md-pt-100_e52aaf3522d4e729 {
    padding-top: 100px !important;
  }
  .md-pt-110_bddda3ab1790e4af {
    padding-top: 110px !important;
  }
  .md-pt-120_3bc064fc11b159d8 {
    padding-top: 120px !important;
  }
  .md-pt-130_2dc18d35149d6554 {
    padding-top: 130px !important;
  }
  .md-pt-140_432895ee0d3469aa {
    padding-top: 140px !important;
  }
  .md-pt-150_5301ea74228af263 {
    padding-top: 150px !important;
  }
  .md-pt-200_977140aae149af08 {
    padding-top: 200px !important;
  }
  .md-pb-10_7f5d1e5082c80be5 {
    padding-bottom: 10px !important;
  }
  .md-pb-20_a7ba468705c6a705 {
    padding-bottom: 20px !important;
  }
  .md-pb-30_9feed03ff3ee4d32 {
    padding-bottom: 30px !important;
  }
  .md-pb-40_623045c4533c31cf {
    padding-bottom: 40px !important;
  }
  .md-pb-50_0c789e9bdcef88fd {
    padding-bottom: 50px !important;
  }
  .md-pb-60_e5cea2e2c684baae {
    padding-bottom: 60px !important;
  }
  .md-pb-70_1ea587d34b764d5e {
    padding-bottom: 70px !important;
  }
  .md-pb-80_e024bb597f899a64 {
    padding-bottom: 80px !important;
  }
  .md-pb-90_9a5df5135d54bfef {
    padding-bottom: 90px !important;
  }
  .md-pb-100_7f133e3fbec4c04e {
    padding-bottom: 100px !important;
  }
  .md-pb-110_45681e6c59820b27 {
    padding-bottom: 110px !important;
  }
  .md-pb-120_402dd233bc8fa58c {
    padding-bottom: 120px !important;
  }
  .md-pb-130_b74f7faf6be1a77c {
    padding-bottom: 130px !important;
  }
  .md-pb-140_e2e47c5ee14f08fa {
    padding-bottom: 140px !important;
  }
  .md-pb-150_41d513a4b95c8f45 {
    padding-bottom: 150px !important;
  }
  .md-pb-200_1e89f73de92e3313 {
    padding-bottom: 200px !important;
  }
  .md-mt-10_bf8d9bb1a0fd78ac {
    margin-top: 10px !important;
  }
  .md-mt-20_9c9acc3a620fc9e5 {
    margin-top: 20px !important;
  }
  .md-mt-30_94bb96ce1203bab7 {
    margin-top: 30px !important;
  }
  .md-mt-40_b07019ca276f4cce {
    margin-top: 40px !important;
  }
  .md-mt-50_b08e49ee7e832f76 {
    margin-top: 50px !important;
  }
  .md-mt-60_c4d975a2c7fc9feb {
    margin-top: 60px !important;
  }
  .md-mt-70_fd96df24ec10aa78 {
    margin-top: 70px !important;
  }
  .md-mt-80_cac86a1988851590 {
    margin-top: 80px !important;
  }
  .md-mt-90_9c73dac8effc76f3 {
    margin-top: 90px !important;
  }
  .md-mt-100_8dfa72f914f0c6c1 {
    margin-top: 100px !important;
  }
  .md-mt-110_e9d3ad607c892b23 {
    margin-top: 110px !important;
  }
  .md-mt-120_a017c60796f7fed1 {
    margin-top: 120px !important;
  }
  .md-mt-130_000660be46a7d838 {
    margin-top: 130px !important;
  }
  .md-mt-140_110ffa75bfb00601 {
    margin-top: 140px !important;
  }
  .md-mt-150_3d2f482fb5cbecf4 {
    margin-top: 150px !important;
  }
  .md-mt-200_15ec1b2b3d8218ef {
    margin-top: 200px !important;
  }
  .md-mb-10_eedfbdc5786415c9 {
    margin-bottom: 10px !important;
  }
  .md-mb-20_2fd4704d4ada108b {
    margin-bottom: 20px !important;
  }
  .md-mb-30_becccf4806cd2fb7 {
    margin-bottom: 30px !important;
  }
  .md-mb-40_667724b0606fef23 {
    margin-bottom: 40px !important;
  }
  .md-mb-50_abce6a01ed8a1378 {
    margin-bottom: 50px !important;
  }
  .md-mb-60_17916e53f8c5c695 {
    margin-bottom: 60px !important;
  }
  .md-mb-70_b465822e44fd1ff5 {
    margin-bottom: 70px !important;
  }
  .md-mb-80_6ce9883565a60bdf {
    margin-bottom: 80px !important;
  }
  .md-mb-90_a75c9edb70fdf68f {
    margin-bottom: 90px !important;
  }
  .md-mb-100_c2d7585ae3ef400e {
    margin-bottom: 100px !important;
  }
  .md-mb-110_52408c1a378b9df0 {
    margin-bottom: 110px !important;
  }
  .md-mb-120_30bd39b3bf2d5446 {
    margin-bottom: 120px !important;
  }
  .md-mb-130_d88e842f1e6f5fab {
    margin-bottom: 130px !important;
  }
  .md-mb-140_9d3b6154958e898a {
    margin-bottom: 140px !important;
  }
  .md-mb-150_201456f47ef5052e {
    margin-bottom: 150px !important;
  }
  .md-mb-200_57bc485ff53097aa {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 991px)*/
@media (max-width: 767px) {
  .sm-p0_0c217eed4face830 {
    padding: 0 !important;
  }
  .sm-m0_041b827cae4ffccc {
    margin: 0 !important;
  }
  .sm-pt-10_1055f2abb4cd75bf {
    padding-top: 10px !important;
  }
  .sm-pt-20_bd4013e7d10c01a7 {
    padding-top: 20px !important;
  }
  .sm-pt-30_5d3b52ffdb30254c {
    padding-top: 30px !important;
  }
  .sm-pt-40_afb2f41822a4d328 {
    padding-top: 40px !important;
  }
  .sm-pt-50_01b93e2377829a34 {
    padding-top: 50px !important;
  }
  .sm-pt-60_1b4f5c6f7571dd3f {
    padding-top: 60px !important;
  }
  .sm-pt-70_a1383be852f05605 {
    padding-top: 70px !important;
  }
  .sm-pt-80_7412e62c1bf7a8ff {
    padding-top: 80px !important;
  }
  .sm-pt-90_09603b71c68f725a {
    padding-top: 90px !important;
  }
  .sm-pt-100_3e7918d2752acef8 {
    padding-top: 100px !important;
  }
  .sm-pt-110_102af7b298f10a6e {
    padding-top: 110px !important;
  }
  .sm-pt-120_48863635cdce2c89 {
    padding-top: 120px !important;
  }
  .sm-pt-130_ee5f1a989dfa5353 {
    padding-top: 130px !important;
  }
  .sm-pt-140_3f4c19d7c7cb4a45 {
    padding-top: 140px !important;
  }
  .sm-pt-150_49a544d4bcd4d564 {
    padding-top: 150px !important;
  }
  .sm-pt-200_ef5566881cc3ef3a {
    padding-top: 200px !important;
  }
  .sm-pb-10_98c154af3e39eb86 {
    padding-bottom: 10px !important;
  }
  .sm-pb-20_8e90d92fd3b25707 {
    padding-bottom: 20px !important;
  }
  .sm-pb-30_80bebc8a0dbbce7e {
    padding-bottom: 30px !important;
  }
  .sm-pb-40_9887b7d281d9821d {
    padding-bottom: 40px !important;
  }
  .sm-pb-50_f5ddbd2b0a0d2b83 {
    padding-bottom: 50px !important;
  }
  .sm-pb-60_33760316758ec20e {
    padding-bottom: 60px !important;
  }
  .sm-pb-70_d26b529e7409176f {
    padding-bottom: 70px !important;
  }
  .sm-pb-80_6e8aaa682147ab60 {
    padding-bottom: 80px !important;
  }
  .sm-pb-90_f4475b003e2c2ba3 {
    padding-bottom: 90px !important;
  }
  .sm-pb-100_da6f5bc17ef7be03 {
    padding-bottom: 100px !important;
  }
  .sm-pb-110_a9ad4f1e8cefd213 {
    padding-bottom: 110px !important;
  }
  .sm-pb-120_14cb5eaea917209f {
    padding-bottom: 120px !important;
  }
  .sm-pb-130_387db54cf59378cd {
    padding-bottom: 130px !important;
  }
  .sm-pb-140_f2694e12c917fb03 {
    padding-bottom: 140px !important;
  }
  .sm-pb-150_25f13ff13b2b18f1 {
    padding-bottom: 150px !important;
  }
  .sm-pb-200_73f613a1735401c1 {
    padding-bottom: 200px !important;
  }
  .sm-mt-10_944716ee6d6fad69 {
    margin-top: 10px !important;
  }
  .sm-mt-20_a424c82943cd0ca9 {
    margin-top: 20px !important;
  }
  .sm-mt-30_d7259fb816c51bcb {
    margin-top: 30px !important;
  }
  .sm-mt-40_a500df82dc9b7d04 {
    margin-top: 40px !important;
  }
  .sm-mt-50_ffbe0ab0116acba3 {
    margin-top: 50px !important;
  }
  .sm-mt-60_16ae48cdc99ed8a8 {
    margin-top: 60px !important;
  }
  .sm-mt-70_f978c0b9daa9458e {
    margin-top: 70px !important;
  }
  .sm-mt-80_20da22b557155056 {
    margin-top: 80px !important;
  }
  .sm-mt-90_5161793772b4033f {
    margin-top: 90px !important;
  }
  .sm-mt-100_2d17e9cc7343f886 {
    margin-top: 100px !important;
  }
  .sm-mt-110_9c50121aa119dcb0 {
    margin-top: 110px !important;
  }
  .sm-mt-120_25eb741125122145 {
    margin-top: 120px !important;
  }
  .sm-mt-130_fbd5b427a7c0c9bc {
    margin-top: 130px !important;
  }
  .sm-mt-140_f59f4fa189237c99 {
    margin-top: 140px !important;
  }
  .sm-mt-150_5104c7802af553d5 {
    margin-top: 150px !important;
  }
  .sm-mt-200_9d2722f135c83238 {
    margin-top: 200px !important;
  }
  .sm-mb-10_daa8014d8c264f51 {
    margin-bottom: 10px !important;
  }
  .sm-mb-20_f606a6d286a11754 {
    margin-bottom: 20px !important;
  }
  .sm-mb-30_7325cf3cde2ac298 {
    margin-bottom: 30px !important;
  }
  .sm-mb-40_517e4e6a9cfc236f {
    margin-bottom: 40px !important;
  }
  .sm-mb-50_25ec14292d261791 {
    margin-bottom: 50px !important;
  }
  .sm-mb-60_c1aab4bf6cb49eaa {
    margin-bottom: 60px !important;
  }
  .sm-mb-70_aa77f4772f36b201 {
    margin-bottom: 70px !important;
  }
  .sm-mb-80_ab6893f0238b9b35 {
    margin-bottom: 80px !important;
  }
  .sm-mb-90_a593a8d13247752a {
    margin-bottom: 90px !important;
  }
  .sm-mb-100_8be84c073c7c4080 {
    margin-bottom: 100px !important;
  }
  .sm-mb-110_e745c94a94824037 {
    margin-bottom: 110px !important;
  }
  .sm-mb-120_d307d132a932c37a {
    margin-bottom: 120px !important;
  }
  .sm-mb-130_d416b435b9246671 {
    margin-bottom: 130px !important;
  }
  .sm-mb-140_e4541361f653e9cc {
    margin-bottom: 140px !important;
  }
  .sm-mb-150_20688b0e250c2d71 {
    margin-bottom: 150px !important;
  }
  .sm-mb-200_49afe370edb2fb24 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 767px)*/
@media (max-width: 575px) {
  .xs-p0_24a7a5f3744bad56 {
    padding: 0 !important;
  }
  .xs-m0_04410480cead7230 {
    margin: 0 !important;
  }
  .xs-pt-10_63c879d59b555048 {
    padding-top: 10px !important;
  }
  .xs-pt-20_f4264346d1a3ca4a {
    padding-top: 20px !important;
  }
  .xs-pt-30_a127424d2e919767 {
    padding-top: 30px !important;
  }
  .xs-pt-40_f03eccaa871cb353 {
    padding-top: 40px !important;
  }
  .xs-pt-50_9eec96ca82c0c40c {
    padding-top: 50px !important;
  }
  .xs-pt-60_0f72e5da23ebe4f2 {
    padding-top: 60px !important;
  }
  .xs-pt-70_f99b6fa3ad3b5c66 {
    padding-top: 70px !important;
  }
  .xs-pt-80_ffa2b977b12b6968 {
    padding-top: 80px !important;
  }
  .xs-pt-90_565dad76ef52bf1d {
    padding-top: 90px !important;
  }
  .xs-pt-100_532738ac7fbaad56 {
    padding-top: 100px !important;
  }
  .xs-pt-110_c7f9fd164460f6e2 {
    padding-top: 110px !important;
  }
  .xs-pt-120_cdf54824ffb364ac {
    padding-top: 120px !important;
  }
  .xs-pt-130_29e3b059f9e2e42a {
    padding-top: 130px !important;
  }
  .xs-pt-140_0268abe67a0d0f18 {
    padding-top: 140px !important;
  }
  .xs-pt-150_070a883220b2c0a8 {
    padding-top: 150px !important;
  }
  .xs-pt-200_0f1b3d56f913f01c {
    padding-top: 200px !important;
  }
  .xs-pb-10_0826bf801427c55f {
    padding-bottom: 10px !important;
  }
  .xs-pb-20_797fb342332351fc {
    padding-bottom: 20px !important;
  }
  .xs-pb-30_13ee199f339867ed {
    padding-bottom: 30px !important;
  }
  .xs-pb-40_61514c30c5c14bce {
    padding-bottom: 40px !important;
  }
  .xs-pb-50_94166c9a5264a5c6 {
    padding-bottom: 50px !important;
  }
  .xs-pb-60_5f3b579b88908c3a {
    padding-bottom: 60px !important;
  }
  .xs-pb-70_4ccf6b2724d89f9f {
    padding-bottom: 70px !important;
  }
  .xs-pb-80_0ce8d4dd8eb1dee4 {
    padding-bottom: 80px !important;
  }
  .xs-pb-90_4c27f8e5cfb4cda6 {
    padding-bottom: 90px !important;
  }
  .xs-pb-100_5d949ce238a051a9 {
    padding-bottom: 100px !important;
  }
  .xs-pb-110_61249512792d2f13 {
    padding-bottom: 110px !important;
  }
  .xs-pb-120_ab161fb14d9ef436 {
    padding-bottom: 120px !important;
  }
  .xs-pb-130_274f6b78eb481f5e {
    padding-bottom: 130px !important;
  }
  .xs-pb-140_8a17e9f4c926a2c3 {
    padding-bottom: 140px !important;
  }
  .xs-pb-150_399b46d05edcec6d {
    padding-bottom: 150px !important;
  }
  .xs-pb-200_58205c3f2f5d558d {
    padding-bottom: 200px !important;
  }
  .xs-mt-10_40872ee47ce974b4 {
    margin-top: 10px !important;
  }
  .xs-mt-20_8ecb0bd708617a89 {
    margin-top: 20px !important;
  }
  .xs-mt-30_fbf33c323befcfb1 {
    margin-top: 30px !important;
  }
  .xs-mt-40_ec020012a6855c73 {
    margin-top: 40px !important;
  }
  .xs-mt-50_12dbee2488e95a7b {
    margin-top: 50px !important;
  }
  .xs-mt-60_e41fbc4225588faf {
    margin-top: 60px !important;
  }
  .xs-mt-70_64a98ed4f077e525 {
    margin-top: 70px !important;
  }
  .xs-mt-80_7a0054ea50b852dc {
    margin-top: 80px !important;
  }
  .xs-mt-90_29d00f183df04e7b {
    margin-top: 90px !important;
  }
  .xs-mt-100_928d76006bad4c26 {
    margin-top: 100px !important;
  }
  .xs-mt-110_823674ddc9890a52 {
    margin-top: 110px !important;
  }
  .xs-mt-120_f2c0a25bcf71155d {
    margin-top: 120px !important;
  }
  .xs-mt-130_e0d92077135f2381 {
    margin-top: 130px !important;
  }
  .xs-mt-140_3f0f112e8a558441 {
    margin-top: 140px !important;
  }
  .xs-mt-150_a28bb06d6bf1e029 {
    margin-top: 150px !important;
  }
  .xs-mt-200_11bd825db711ccca {
    margin-top: 200px !important;
  }
  .xs-mb-10_469abdcfd4712a6a {
    margin-bottom: 10px !important;
  }
  .xs-mb-20_46463584e216cfd7 {
    margin-bottom: 20px !important;
  }
  .xs-mb-30_dfb3bc76093762f9 {
    margin-bottom: 30px !important;
  }
  .xs-mb-40_38de5bbe0fa648c8 {
    margin-bottom: 40px !important;
  }
  .xs-mb-50_c98e352a9d55e841 {
    margin-bottom: 50px !important;
  }
  .xs-mb-60_f71dd32fc00a7b82 {
    margin-bottom: 60px !important;
  }
  .xs-mb-70_1d15ad91a8ee579c {
    margin-bottom: 70px !important;
  }
  .xs-mb-80_db150fcdadf7f254 {
    margin-bottom: 80px !important;
  }
  .xs-mb-90_dcda7a6ac0a39dd6 {
    margin-bottom: 90px !important;
  }
  .xs-mb-100_c11d7be8083f3963 {
    margin-bottom: 100px !important;
  }
  .xs-mb-110_84d2d56f037a50fa {
    margin-bottom: 110px !important;
  }
  .xs-mb-120_6ce927ec146e4574 {
    margin-bottom: 120px !important;
  }
  .xs-mb-130_972aa4c2f7d2501f {
    margin-bottom: 130px !important;
  }
  .xs-mb-140_91e48899ef1a0462 {
    margin-bottom: 140px !important;
  }
  .xs-mb-150_5e1d121e54f9babc {
    margin-bottom: 150px !important;
  }
  .xs-mb-200_d7ca3b3f6d3e3329 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 575px)*/
.theme-main-menu_81a5e3b2fc6cc8d6 {
  background: #fff;
  position: relative;
  z-index: 999;
  padding: 18px 40px;
  transition: all 0.4s ease-in-out 0s;
}
.theme-main-menu_81a5e3b2fc6cc8d6.menu-overlay_a44f0260e73de588 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: transparent;
}
.theme-main-menu_81a5e3b2fc6cc8d6.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_81a5e3b2fc6cc8d6 .navbar-toggler_b97d79c224f7d26e {
  width: 48px;
  height: 44px;
  padding: 0;
  box-shadow: none;
  position: relative;
  z-index: 99;
  border: none;
  background: #CFFF45;
}
.theme-main-menu_81a5e3b2fc6cc8d6.menu-style-three_665e2c27cb019eb0 .navbar-toggler_b97d79c224f7d26e {
  background: #000;
}
.theme-main-menu_81a5e3b2fc6cc8d6.menu-style-four_f542d956bd02b147 .navbar-toggler_b97d79c224f7d26e {
  background: #E6FD5A;
}
.theme-main-menu_81a5e3b2fc6cc8d6.menu-style-five_2fbc5f3d2aa26b01 .navbar-toggler_b97d79c224f7d26e {
  background: #DFFF5E;
}
.theme-main-menu_81a5e3b2fc6cc8d6 .navbar-toggler_b97d79c224f7d26e:focus {
  box-shadow: none;
}
.theme-main-menu_81a5e3b2fc6cc8d6 .navbar-toggler_b97d79c224f7d26e::before,
.theme-main-menu_81a5e3b2fc6cc8d6 .navbar-toggler_b97d79c224f7d26e::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_81a5e3b2fc6cc8d6 .navbar-toggler_b97d79c224f7d26e 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_81a5e3b2fc6cc8d6.menu-style-three_665e2c27cb019eb0 .navbar-toggler_b97d79c224f7d26e:before, .theme-main-menu_81a5e3b2fc6cc8d6.menu-style-three_665e2c27cb019eb0 .navbar-toggler_b97d79c224f7d26e:after, .theme-main-menu_81a5e3b2fc6cc8d6.menu-style-three_665e2c27cb019eb0 .navbar-toggler_b97d79c224f7d26e span {
  background: #fff;
}
.theme-main-menu_81a5e3b2fc6cc8d6 .navbar-toggler_b97d79c224f7d26e::before {
  transform: translate3d(0, -9px, 0) scale3d(1, 1, 1);
}
.theme-main-menu_81a5e3b2fc6cc8d6 .navbar-toggler_b97d79c224f7d26e::after {
  transform: translate3d(0, 8px, 0) scale3d(1, 1, 1);
}
.theme-main-menu_81a5e3b2fc6cc8d6 .navbar-toggler_b97d79c224f7d26e[aria-expanded=true] span {
  opacity: 0;
}
.theme-main-menu_81a5e3b2fc6cc8d6 .navbar-toggler_b97d79c224f7d26e[aria-expanded=true]::before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.theme-main-menu_81a5e3b2fc6cc8d6 .navbar-toggler_b97d79c224f7d26e[aria-expanded=true]::after {
  transform: rotate3d(0, 0, 1, -45deg);
}
.theme-main-menu_81a5e3b2fc6cc8d6 .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_81a5e3b2fc6cc8d6 .nav-item:hover .nav-link {
  color: #0C3A30;
}
.theme-main-menu_81a5e3b2fc6cc8d6.white-vr_4b9792c28854bd6e .nav-item .nav-link {
  color: #fff;
}
.theme-main-menu_81a5e3b2fc6cc8d6.white-vr_4b9792c28854bd6e .nav-item:hover .nav-link {
  color: #CFFF45;
}
.theme-main-menu_81a5e3b2fc6cc8d6.white-vr_4b9792c28854bd6e.fixed {
  background: #0C3A30;
  border: none;
}
.theme-main-menu_81a5e3b2fc6cc8d6.menu-style-one_d3a25e7a88d509e6 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.theme-main-menu_81a5e3b2fc6cc8d6.menu-style-two_684819c34a530d0a {
  padding: 0;
  background: #EDF1EE;
}
.theme-main-menu_81a5e3b2fc6cc8d6.menu-style-two_684819c34a530d0a .info-row_aae22fff146cc0df {
  padding-top: 12px;
  padding-bottom: 12px;
  overflow: hidden;
}
.theme-main-menu_81a5e3b2fc6cc8d6.menu-style-two_684819c34a530d0a .gap-fix_2f02921d65ad5ac6 {
  padding-left: 40px;
  padding-right: 40px;
}
.theme-main-menu_81a5e3b2fc6cc8d6.menu-style-two_684819c34a530d0a .greetings_d6123a023d96a4f7 {
  font-size: 18px;
  color: #19352D;
}
.theme-main-menu_81a5e3b2fc6cc8d6.menu-style-two_684819c34a530d0a .contact-info_2a3b315f2d04cbd1 {
  margin: 0 -15px;
}
.theme-main-menu_81a5e3b2fc6cc8d6.menu-style-two_684819c34a530d0a .contact-info_2a3b315f2d04cbd1 li {
  padding: 0 15px;
}
.theme-main-menu_81a5e3b2fc6cc8d6.menu-style-two_684819c34a530d0a .contact-info_2a3b315f2d04cbd1 li a {
  font-size: 18px;
  color: #19352D;
}
.theme-main-menu_81a5e3b2fc6cc8d6.menu-style-two_684819c34a530d0a .contact-info_2a3b315f2d04cbd1 li a:hover {
  text-decoration: underline;
}
.theme-main-menu_81a5e3b2fc6cc8d6.menu-style-two_684819c34a530d0a .inner-content_f3e8908fa06d0c15 {
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
.theme-main-menu_81a5e3b2fc6cc8d6.menu-style-two_684819c34a530d0a.fixed .info-row_aae22fff146cc0df {
  display: none;
}
.theme-main-menu_81a5e3b2fc6cc8d6.menu-style-five_2fbc5f3d2aa26b01 {
  background: #000;
  padding: 0;
}
.theme-main-menu_81a5e3b2fc6cc8d6.menu-style-five_2fbc5f3d2aa26b01 .inner-content_f3e8908fa06d0c15 {
  background: #fff;
  border-radius: 30px;
  padding: 18px 40px;
}
.theme-main-menu_81a5e3b2fc6cc8d6.menu-style-six_4e05452028e4f852 .nav-item .nav-link {
  color: #044F3B;
}
.theme-main-menu_81a5e3b2fc6cc8d6.menu-style-six_4e05452028e4f852 .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_81a5e3b2fc6cc8d6 .navbar {
  position: static;
}

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

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

.navbar [class*=mega-dropdown] .menu-column_cd27c8ad62a36b6c {
  padding: 5px 0;
}
.navbar [class*=mega-dropdown] .menu-column_cd27c8ad62a36b6c .mega-menu-title_2bad3033fcd662d2 {
  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_81a5e3b2fc6cc8d6 .login-btn-one_31b381cbd5b3258d a {
  color: #000;
}
.theme-main-menu_81a5e3b2fc6cc8d6 .login-btn-one_31b381cbd5b3258d a:hover {
  text-decoration: underline;
}
.theme-main-menu_81a5e3b2fc6cc8d6 .login-btn-two_3c14852808a7ba44 a {
  color: #044F3B;
}
.theme-main-menu_81a5e3b2fc6cc8d6 .login-btn-two_3c14852808a7ba44 a:hover {
  text-decoration: underline;
}
.theme-main-menu_81a5e3b2fc6cc8d6 .signup-btn-one_c4a765c6038a2a54 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_81a5e3b2fc6cc8d6 .signup-btn-one_c4a765c6038a2a54 .icon_6c2c7ccae2b329e1 {
  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_81a5e3b2fc6cc8d6 .signup-btn-one_c4a765c6038a2a54:hover span {
  background: #29594B;
  color: #fff;
}
.theme-main-menu_81a5e3b2fc6cc8d6 .signup-btn-one_c4a765c6038a2a54:hover .icon_6c2c7ccae2b329e1 {
  background: #CFFF45;
  color: #29594B;
}
.theme-main-menu_81a5e3b2fc6cc8d6 .signup-btn-two_28817fde731e593c {
  color: #044F3B;
  line-height: 50px;
  border: 1px solid #044F3B;
  border-radius: 40px;
  background: #CFFF45;
  padding: 0 32px;
  text-align: center;
}
.theme-main-menu_81a5e3b2fc6cc8d6 .signup-btn-two_28817fde731e593c:hover {
  background: #29594B;
  color: #fff;
}
.theme-main-menu_81a5e3b2fc6cc8d6 .quote-one_ed1d06975ba5ee0b {
  line-height: 48px;
  color: #fff;
  font-size: 18px;
  padding: 0 26px;
  border: 1px solid #fff;
  border-radius: 40px;
}
.theme-main-menu_81a5e3b2fc6cc8d6 .quote-one_ed1d06975ba5ee0b:hover {
  background: #CFFF45;
  color: #19352D;
}

.category-menu_e5b01969431bfcc9 {
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  padding: 0 40px;
}
.category-menu_e5b01969431bfcc9 li {
  position: relative;
  padding: 0 15px;
}
.category-menu_e5b01969431bfcc9 li a {
  font-size: 15px;
  font-weight: 500;
  color: #536159;
  padding: 13px 0;
  transition: all 0.2s ease-in-out 0s;
}
.category-menu_e5b01969431bfcc9 li a:hover {
  color: #0C3A30;
}
.category-menu_e5b01969431bfcc9 .dropdown-menu {
  padding: 0;
}
.category-menu_e5b01969431bfcc9 .dropdown-menu li {
  padding: 0;
}
.category-menu_e5b01969431bfcc9 .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_eff298f39ceb58c5 .logo_df16fea46f8a188c {
    margin-bottom: 10vh;
    padding-left: 12px;
  }
  .white-vr_4b9792c28854bd6e .navbar-collapse_eff298f39ceb58c5 {
    background-color: #0C3A30;
  }
  .navbar-collapse_eff298f39ceb58c5 {
    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_eff298f39ceb58c5.show {
    transform: translateX(0);
    box-shadow: 15px 0 25px rgba(35, 35, 35, 0.09);
  }
  .theme-main-menu_81a5e3b2fc6cc8d6 .navbar .mega-dropdown_afa04dd25f2d89a2 {
    position: relative;
  }
  .navbar .navbar-nav .nav-link {
    margin: 0;
    padding: 15px 12px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
  }
  .white-vr_4b9792c28854bd6e .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_cd27c8ad62a36b6c {
    padding: 0;
  }
  .navbar .dropdown-toggle::after {
    position: absolute;
    right: 15px;
    top: calc(50% - 2px);
  }
  .dashboard-menu_be8776f4375154eb .nav-link::before {
    right: auto;
    left: 0;
    top: -2px;
  }
}
/*(max-width: 991px)*/
.hero-banner-one_b5a28f9b9f16ee7f {
  background: #29594B;
  z-index: 9;
}
.hero-banner-one_b5a28f9b9f16ee7f::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_b5a28f9b9f16ee7f .hero-slider-one {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.hero-banner-one_b5a28f9b9f16ee7f .hero-slider-one .hero-img_75a5db4bc4988a0d {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-banner-one_b5a28f9b9f16ee7f .hero-slider-one .slick-list_196b43a7175b7453, .hero-banner-one_b5a28f9b9f16ee7f .hero-slider-one .slick-track_efdace3fe3b996ea, .hero-banner-one_b5a28f9b9f16ee7f .hero-slider-one .item {
  height: 100%;
}
.hero-banner-one_b5a28f9b9f16ee7f .hero-heading_d7bfbc24dca8ba1d {
  font-weight: 700;
  color: #000;
  background: url(../photos/shape_a13e4a05ff/shape_01.svg) no-repeat left top;
  background-size: cover;
  padding: 11px 31px 25px 25px;
}
.hero-banner-one_b5a28f9b9f16ee7f .more-btn_6128250bf123f399 {
  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_b5a28f9b9f16ee7f .more-btn_6128250bf123f399:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #19352D;
}

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

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

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

.hero-banner-five_3daf9e2b4d9cc5b1 {
  background: #000;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.hero-banner-five_3daf9e2b4d9cc5b1 .bg-wrapper_d64fe226b49ffcd9 {
  background: #fff;
  border-radius: 30px;
  z-index: 1;
}
.hero-banner-five_3daf9e2b4d9cc5b1 .hero-heading_d7bfbc24dca8ba1d {
  font-size: 85px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.176em;
  color: #000;
}
.hero-banner-five_3daf9e2b4d9cc5b1 .rating_22aebd6f01d3b041 h3 {
  font-size: 42px;
  margin-bottom: 0px;
}
.hero-banner-five_3daf9e2b4d9cc5b1 .rating_22aebd6f01d3b041 p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.hero-banner-five_3daf9e2b4d9cc5b1 .media-wrapper_28a11975ba9ab1a5 {
  position: absolute;
  background: url(../photos/assets_a9707bb205/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_3daf9e2b4d9cc5b1 .media-wrapper_28a11975ba9ab1a5 .shape_01_017d9d68868a250d {
  right: 0;
  bottom: 14%;
  width: 41.1%;
  z-index: 1;
}
.hero-banner-five_3daf9e2b4d9cc5b1 .media-wrapper_28a11975ba9ab1a5 .shape_02_5ead3d95390f1839 {
  top: 34%;
  left: 0;
  transform: translateX(-50%);
  width: 19.34%;
}

.hero-banner-six_5ceee79de66c6254 .hero-heading_d7bfbc24dca8ba1d {
  font-size: 100px;
  line-height: 1.05em;
  color: #044F3B;
}
.hero-banner-six_5ceee79de66c6254 .media-wrapper_28a11975ba9ab1a5 {
  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_5ceee79de66c6254 .media-wrapper_28a11975ba9ab1a5 .screen_01_1bb5881036f2c98f {
  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_5ceee79de66c6254 .media-wrapper_28a11975ba9ab1a5 .screen_02_d94adff9564d616e {
  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_5ceee79de66c6254 .media-wrapper_28a11975ba9ab1a5 .bg-shape_f980f06dd1c7ee8d {
  max-width: 130%;
  left: 47%;
  bottom: -12%;
  transform: translateX(-50%);
}
.hero-banner-six_5ceee79de66c6254 .shape_01_017d9d68868a250d {
  bottom: 9%;
  left: 40%;
  width: 6.53%;
}

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

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

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

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

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

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

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

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

.fancy-banner-eight_1c5b7aa0b59f89da .bg-wrapper_d64fe226b49ffcd9 {
  background: #F3F8F7;
  padding: 30px 75px 0;
}
.fancy-banner-eight_1c5b7aa0b59f89da .media-wrapper_28a11975ba9ab1a5 {
  padding: 0 38px;
  margin-bottom: -6px;
}
.fancy-banner-eight_1c5b7aa0b59f89da .media-wrapper_28a11975ba9ab1a5 .shape_01_017d9d68868a250d {
  width: 100%;
  bottom: 0;
  left: 0;
}
.fancy-banner-eight_1c5b7aa0b59f89da .shape_02_5ead3d95390f1839 {
  right: -123px;
  bottom: -5px;
}

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

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

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

.inner-banner-one_672da6dc341c75bb + .blog-details_4c6d43f240c43cdd {
  margin-top: 15px;
}

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

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

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

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

.block-feature-three_44ef6960a26ae372 {
  z-index: 1;
}
.block-feature-three_44ef6960a26ae372:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 34%;
  bottom: 0;
  background: #EBF3EE;
  z-index: -1;
}
.block-feature-three_44ef6960a26ae372.no-bg_feff65cd51b3450d:before {
  display: none;
}
.block-feature-three_44ef6960a26ae372 .section-btn_898527be7a9903ca {
  position: absolute;
  right: 0;
  top: 68px;
}
.block-feature-three_44ef6960a26ae372 .block-title_f0d08fe872194795 a {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25em;
  color: #19352D;
}
.block-feature-three_44ef6960a26ae372 .block-title_f0d08fe872194795 a:hover {
  text-decoration: underline;
}
.block-feature-three_44ef6960a26ae372 .round-btn_91b28763a1661c56 {
  font-size: 18px;
  font-weight: 900;
  color: #29594B;
  width: 38px;
  height: 38px;
  border: 1px solid #29594B;
}
.block-feature-three_44ef6960a26ae372 .round-btn_91b28763a1661c56:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #19352D;
}
.block-feature-three_44ef6960a26ae372 .block-one_e4ae18f7855ceb53 {
  background: url(../photos/media/img_05.jpg) no-repeat center;
  background-size: cover;
  height: 470px;
}
.block-feature-three_44ef6960a26ae372 .block-one_e4ae18f7855ceb53 .tag_4923f94c6f1e22d3 {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  line-height: 25px;
  border: 1px solid #000;
  padding: 0 10px;
}
.block-feature-three_44ef6960a26ae372 .block-one_e4ae18f7855ceb53 .block-title_f0d08fe872194795 {
  background: url(../photos/shape_a13e4a05ff/shape_02.svg) no-repeat right top;
  background-size: cover;
  border-radius: 25px;
  padding: 12px 0 18px 18px;
}
.block-feature-three_44ef6960a26ae372 .block-two_c0a60dccf3012b32 {
  overflow: hidden;
}
.block-feature-three_44ef6960a26ae372 .block-two_c0a60dccf3012b32 .img-wrapper_4e85e625c589033e {
  background: url(../photos/media/img_06.jpg) no-repeat center;
  background-size: cover;
  width: 42%;
}
.block-feature-three_44ef6960a26ae372 .block-two_c0a60dccf3012b32 .text-wrapper_1a55ba3eb9c844e3 {
  width: 58%;
  padding: 30px 30px 35px 60px;
}
.block-feature-three_44ef6960a26ae372 .block-two_c0a60dccf3012b32 .tag_4923f94c6f1e22d3 {
  font-size: 13px;
  letter-spacing: 1px;
  color: white;
  line-height: 27px;
  border-radius: 17px;
  background: #29594B;
  padding: 0 17px;
}
.block-feature-three_44ef6960a26ae372 .block-three_ade420c8d5a6eecf {
  background: #D3FF76;
}
.block-feature-three_44ef6960a26ae372 .block-three_ade420c8d5a6eecf .tag_4923f94c6f1e22d3 {
  font-size: 13px;
  letter-spacing: 1px;
  color: white;
  line-height: 27px;
  border-radius: 17px;
  background: #29594B;
  padding: 0 17px;
}
.block-feature-three_44ef6960a26ae372 .block-three_ade420c8d5a6eecf .round-btn_91b28763a1661c56 {
  background: #fff;
  border-color: #fff;
}
.block-feature-three_44ef6960a26ae372 .block-three_ade420c8d5a6eecf .round-btn_91b28763a1661c56:hover {
  background: #29594B;
  border-color: #29594B;
  color: #fff;
}
.block-feature-three_44ef6960a26ae372 .block-four_420ffd556125ae57 {
  background: url(../photos/media/img_07.jpg) no-repeat center;
  background-size: cover;
}
.block-feature-three_44ef6960a26ae372 .block-four_420ffd556125ae57 .block-title_f0d08fe872194795 {
  background: url(../photos/shape_a13e4a05ff/shape_03.svg) no-repeat right top;
  background-size: cover;
  border-radius: 18px;
  padding: 12px 16px 12px 18px;
}
.block-feature-three_44ef6960a26ae372 .block-four_420ffd556125ae57 .block-title_f0d08fe872194795 a {
  font-size: 28px;
}
.block-feature-three_44ef6960a26ae372 .block-four_420ffd556125ae57 .tag_4923f94c6f1e22d3 {
  font-size: 13px;
  letter-spacing: 1px;
  color: #29594B;
  line-height: 27px;
  border-radius: 17px;
  background: #fff;
  padding: 0 17px;
}
.block-feature-three_44ef6960a26ae372 .block-four_420ffd556125ae57 .round-btn_91b28763a1661c56 {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.block-feature-three_44ef6960a26ae372 .block-four_420ffd556125ae57 .round-btn_91b28763a1661c56:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #000;
}
.block-feature-three_44ef6960a26ae372 .block-five_feb54fde1b4bb5f0 {
  background: url(../photos/blog/blog_img_05.jpg) no-repeat center;
  background-size: cover;
  height: 358px;
}
.block-feature-three_44ef6960a26ae372 .block-five_feb54fde1b4bb5f0 .tag_4923f94c6f1e22d3 {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  line-height: 25px;
  border: 1px solid #000;
  padding: 0 10px;
}
.block-feature-three_44ef6960a26ae372 .block-five_feb54fde1b4bb5f0 .block-title_f0d08fe872194795 {
  background: url(../photos/shape_a13e4a05ff/shape_29.svg) no-repeat right top;
  background-size: cover;
  border-radius: 15px;
  padding: 12px 10px 18px 18px;
}

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

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

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

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

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

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

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

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

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

.block-feature-thirteen_704de2585eef3c94 .upper-wrapper_e2527852a5e48724 {
  border-bottom: 1px solid #E6E6E6;
}
.block-feature-thirteen_704de2585eef3c94 .upper-wrapper_e2527852a5e48724 .shape_01_017d9d68868a250d {
  right: 6%;
  bottom: 16%;
}
.block-feature-thirteen_704de2585eef3c94 .line-loop_083857f95284917d:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 130%;
  right: 0;
  top: 57%;
  background: #E6E6E6;
  z-index: -1;
}
.block-feature-thirteen_704de2585eef3c94 .graph-panel_c76afdf3e0a47289 {
  border-right: 1px solid #E6E6E6;
}
.block-feature-thirteen_704de2585eef3c94 .graph-panel_c76afdf3e0a47289 .main-count_e7117c958ce12ae2 {
  font-size: 120px;
}
.block-feature-thirteen_704de2585eef3c94 .graph-panel_c76afdf3e0a47289 .chart-box_cfcc7154817b8b4f {
  padding: 0 15px;
}
.block-feature-thirteen_704de2585eef3c94 .graph-panel_c76afdf3e0a47289 .chart-box_cfcc7154817b8b4f .chart-inner_616dee46a7e82313 {
  width: 120px;
  background: #196164;
}

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

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

.block-feature-sixteen_3124082a9a8fe527 .media-img_bb58077d3e396a98 {
  border-radius: 30px;
}
.block-feature-sixteen_3124082a9a8fe527 .shape_01_017d9d68868a250d {
  top: 31%;
  left: 50%;
}

.block-feature-seventeen_c85594893b6ef3d6 .section-subheading_0e3f65b8dd68f061 {
  position: absolute;
  right: 0;
  top: 0;
  width: 37%;
}
.block-feature-seventeen_c85594893b6ef3d6 .shape_01_017d9d68868a250d {
  max-width: 8%;
  top: 12%;
  left: 43%;
}

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

.text-feature-one_1b4868c85c1bd41f .line-wrapper_c1472af3e0ad1b95 {
  border-top: 1px dashed #d7d7d7;
  border-bottom: 1px dashed #d7d7d7;
}
.text-feature-one_1b4868c85c1bd41f .line-wrapper_c1472af3e0ad1b95 .shape_01_017d9d68868a250d {
  width: 48px;
  bottom: 12%;
  left: 32%;
  animation: rotated 48s infinite linear;
}
.text-feature-one_1b4868c85c1bd41f .card-style-three_17caa587491427f2 {
  border-left: 1px dashed #d7d7d7;
  border-bottom: 1px dashed #d7d7d7;
  padding-left: 100px;
}
.text-feature-one_1b4868c85c1bd41f .card-style-three_17caa587491427f2:last-child {
  border-bottom: none;
}
.text-feature-one_1b4868c85c1bd41f .media-list-item_2cabd1e270847619 {
  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_1b4868c85c1bd41f .media-list-item_2cabd1e270847619: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_1b4868c85c1bd41f .media-list-item_2cabd1e270847619 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_1b4868c85c1bd41f .media-list-item_2cabd1e270847619 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_1b4868c85c1bd41f .media-list-item_2cabd1e270847619 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_1b4868c85c1bd41f .media-list-item_2cabd1e270847619 li:hover:before {
  background: #29594B;
}
.text-feature-one_1b4868c85c1bd41f .media-list-item_2cabd1e270847619 li:hover:after {
  color: #fff;
}

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

.text-feature-three_44797f312a233359 {
  z-index: 1;
}
.text-feature-three_44797f312a233359 .counter-wrapper_d3658cf0b2dea531 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.text-feature-three_44797f312a233359 .media-wrapper_28a11975ba9ab1a5 {
  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_44797f312a233359 .media-wrapper_28a11975ba9ab1a5 .screen_01_1bb5881036f2c98f {
  right: -9%;
  top: 12%;
  width: 37.3%;
  border-radius: 10px;
  box-shadow: 10px 30px 50px rgba(0, 0, 0, 0.06);
}
.text-feature-three_44797f312a233359 .media-wrapper_28a11975ba9ab1a5 .screen_02_d94adff9564d616e {
  left: -11%;
  bottom: -9%;
  width: 65.5%;
}
.text-feature-three_44797f312a233359 .media-wrapper_28a11975ba9ab1a5 .screen_03_a09a4a558717bdc9 {
  left: -13%;
  bottom: -11%;
  width: 50.85%;
  box-shadow: 0px 35px 70px rgba(0, 0, 0, 0.06);
}
.text-feature-three_44797f312a233359 .shape_01_017d9d68868a250d {
  bottom: 2%;
  left: 39%;
  width: 2.3%;
  min-width: 28px;
  animation: rotated 50s infinite linear;
}

.text-feature-four_a64a17a11a9b7ea1 {
  z-index: 1;
}
.text-feature-four_a64a17a11a9b7ea1 .avatar_d5088560db2ccdb7 {
  width: 65px;
  height: 65px;
}
.text-feature-four_a64a17a11a9b7ea1 .name {
  font-size: 28px;
}
.text-feature-four_a64a17a11a9b7ea1 .quote-text_ff65734093880b8d {
  font-size: 50px;
  line-height: 1.4em;
}
.text-feature-four_a64a17a11a9b7ea1 .shape_01_017d9d68868a250d {
  top: 56%;
  left: 22%;
  animation: rotated 60s infinite linear;
}
.text-feature-four_a64a17a11a9b7ea1 .shape_02_5ead3d95390f1839 {
  top: 12%;
  right: 9%;
  width: 16px;
  animation: rotated 50s infinite linear;
}

.text-feature-five_86dbc52c0a226bc9 .bg-wrapper_d64fe226b49ffcd9 {
  background: #FFF2AC;
}
.text-feature-five_86dbc52c0a226bc9 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_86dbc52c0a226bc9 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_86dbc52c0a226bc9 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_86dbc52c0a226bc9 li:hover:before {
  background: #29594B;
}
.text-feature-five_86dbc52c0a226bc9 li:hover:after {
  color: #fff;
}
.text-feature-five_86dbc52c0a226bc9 .media-wrapper_28a11975ba9ab1a5 {
  background: url(../photos/media/img_20.jpg) no-repeat center;
  background-size: cover;
  z-index: 1;
}
.text-feature-five_86dbc52c0a226bc9 .media-wrapper_28a11975ba9ab1a5 .video-icon_1193f631a59e2721 {
  width: 90px;
  height: 90px;
  background: #fff;
}
.text-feature-five_86dbc52c0a226bc9 .media-wrapper_28a11975ba9ab1a5 .video-icon_1193f631a59e2721:hover {
  background: #CFFF45;
}
.text-feature-five_86dbc52c0a226bc9 .media-wrapper_28a11975ba9ab1a5 .screen_01_1bb5881036f2c98f {
  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_96bb4984daeb8d26 {
  z-index: 1;
}
.text-feature-six_96bb4984daeb8d26 .media-wrapper_28a11975ba9ab1a5 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 63.64%;
  z-index: -1;
}
.text-feature-six_96bb4984daeb8d26 .media-wrapper_28a11975ba9ab1a5 .screen_01_1bb5881036f2c98f {
  width: 61.1%;
  bottom: 32%;
  right: -4%;
  z-index: 1;
  animation: jumpThree 5s infinite linear;
}
.text-feature-six_96bb4984daeb8d26 .shape_01_017d9d68868a250d {
  left: 0;
  bottom: 23%;
  width: 12.3%;
}
.text-feature-six_96bb4984daeb8d26 .shape_02_5ead3d95390f1839 {
  top: 1%;
  right: 39%;
}

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

.text-feature-nine_f88c2fc279ae0478 {
  background: url(../photos/assets_a9707bb205/bg_03.svg) no-repeat center bottom;
  background-size: cover;
  z-index: 1;
}
.text-feature-nine_f88c2fc279ae0478 .block_865b1ccfc0b236f0 .icon_6c2c7ccae2b329e1 {
  height: 50px;
}
.text-feature-nine_f88c2fc279ae0478 .vertical-text-wrapper_2fd11ed8d1ce640d {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  border-left: 1px solid rgba(254, 255, 252, 0.17);
}
.text-feature-nine_f88c2fc279ae0478 .vertical-text-wrapper_2fd11ed8d1ce640d .text-list_dffc314c56b8c0df {
  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_f88c2fc279ae0478 .vertical-text-wrapper_2fd11ed8d1ce640d .text-list_dffc314c56b8c0df:hover {
  color: #C5FF4A;
  opacity: 1;
  mix-blend-mode: normal;
}
.text-feature-nine_f88c2fc279ae0478 .vertical-text-wrapper_2fd11ed8d1ce640d .shape_01_017d9d68868a250d {
  left: -83px;
  bottom: 21%;
  animation: jumpThree 6s infinite linear;
}
.text-feature-nine_f88c2fc279ae0478 .vertical-text-wrapper_2fd11ed8d1ce640d .shape_02_5ead3d95390f1839 {
  left: 10%;
  top: 25%;
  animation: jumpFour 6s infinite linear;
}
.text-feature-nine_f88c2fc279ae0478 .shape_03_cd2f3ea298a60334 {
  left: 5%;
  top: 10%;
  animation: jumpFour 6s infinite linear;
}
.text-feature-nine_f88c2fc279ae0478 .shape_04_6a0477c81d5fe6b8 {
  bottom: 0;
  left: 13%;
  width: 29%;
}

.team-section-one_c28c241de2ef901f .section-btn_898527be7a9903ca {
  position: absolute;
  right: 0;
  top: 25px;
}

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

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

.team-section-three_007587810c44c324 {
  z-index: 1;
}
.team-section-three_007587810c44c324:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  background: url(../photos/shape_a13e4a05ff/shape_09.svg) no-repeat right bottom;
  background-size: cover;
  z-index: -1;
}
.team-section-three_007587810c44c324 .section-btn_898527be7a9903ca {
  position: absolute;
  right: 0;
  top: 15px;
}
.team-section-three_007587810c44c324 .shape_01_017d9d68868a250d {
  width: 2.3%;
  top: 17%;
  left: 39%;
}
.team-section-three_007587810c44c324 .shape_02_5ead3d95390f1839 {
  width: 1.5%;
  bottom: 6%;
  right: 9%;
}
.team-section-three_007587810c44c324 .shape_03_cd2f3ea298a60334 {
  max-width: 22%;
  bottom: 0;
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.partner-logo-one_63d74873ac07ee25 .logo_df16fea46f8a188c {
  width: 100%;
  height: 60px;
}

.modal .modal-dialog {
  height: auto;
}
.modal .modal-dialog .modal-content_1f076e3bdad8767d {
  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_6ce961874c9614c7 {
  max-width: 565px;
}
.user-data-form .form-wrapper_6ce961874c9614c7 .input-group-meta_0da21fe5b3b8ad34 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_6ce961874c9614c7 .input-group-meta_0da21fe5b3b8ad34 label {
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  margin-bottom: 6px;
}
.user-data-form .form-wrapper_6ce961874c9614c7 .input-group-meta_0da21fe5b3b8ad34 .placeholder_icon_26a47615b200b422 {
  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_6ce961874c9614c7 .input-group-meta_0da21fe5b3b8ad34 .placeholder_icon_26a47615b200b422 img {
  position: relative;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%);
}
.user-data-form .form-wrapper_6ce961874c9614c7 .input-group-meta_0da21fe5b3b8ad34 .placeholder_icon_26a47615b200b422 span {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
  position: relative;
}
.user-data-form .form-wrapper_6ce961874c9614c7 .input-group-meta_0da21fe5b3b8ad34 .placeholder_icon_26a47615b200b422 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_6ce961874c9614c7 .input-group-meta_0da21fe5b3b8ad34 .placeholder_icon_26a47615b200b422 span.eye-slash_d9f9d4b42bfdcf32:before {
  opacity: 0;
}
.user-data-form .agreement-checkbox_4b480e81a5a30255 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_4b480e81a5a30255 label a {
  color: #0E3E2F;
  text-decoration: underline;
}
.user-data-form .agreement-checkbox_4b480e81a5a30255 input[type=checkbox] {
  display: none;
}
.user-data-form .agreement-checkbox_4b480e81a5a30255 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_4b480e81a5a30255 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_4b480e81a5a30255 a {
  position: relative;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.user-data-form .agreement-checkbox_4b480e81a5a30255 a:hover {
  text-decoration: underline;
  color: #0E3E2F;
}
.user-data-form .line_63b9eee5a7599033 {
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.user-data-form .social-use-btn_585bd962639478c5 {
  font-size: 16px;
  color: #000;
  height: 55px;
  border: 1px solid #E5E5E5;
  border-radius: 7px;
}
.user-data-form .social-use-btn_585bd962639478c5:hover {
  background: rgba(0, 0, 0, 0.06);
}
.user-data-form .social-use-btn_585bd962639478c5 img {
  width: 20px;
}
.user-data-form .btn-close_9a9012608829e488 {
  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_fed1eb8bb5c91f40 .main-count_e7117c958ce12ae2 {
  font-size: 64px;
  color: #19352D;
}

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

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

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

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

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

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

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

.card-style-three_17caa587491427f2 .icon_6c2c7ccae2b329e1 {
  height: 38px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.portfolio-block-one_65c6202d83eecf0b .img-holder_5abc5fdd9054862a {
  position: relative;
  overflow: hidden;
}
.portfolio-block-one_65c6202d83eecf0b .img-holder_5abc5fdd9054862a.round-border_14c745288712fd53 {
  border-radius: 30px;
}
.portfolio-block-one_65c6202d83eecf0b .img-holder_5abc5fdd9054862a .expend_7ab5394b3cd67389 {
  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_65c6202d83eecf0b .img-holder_5abc5fdd9054862a 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_65c6202d83eecf0b .img-holder_5abc5fdd9054862a i:hover {
  background: #DFFF5E;
}
.portfolio-block-one_65c6202d83eecf0b:hover .expend_7ab5394b3cd67389 {
  opacity: 1;
}
.portfolio-block-one_65c6202d83eecf0b:hover .img-meta_804c37c9730a0e7a {
  transform: scale(1.1) rotate(5deg);
}
.portfolio-block-one_65c6202d83eecf0b:hover .pj-title_c738b3eeef88298c {
  text-decoration: underline;
}
.portfolio-block-one_65c6202d83eecf0b .caption {
  margin-top: 35px;
}
.portfolio-block-one_65c6202d83eecf0b .caption .tag_4923f94c6f1e22d3 {
  margin: 0 -3px;
}
.portfolio-block-one_65c6202d83eecf0b .caption .tag_4923f94c6f1e22d3 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_65c6202d83eecf0b .caption .pj-title_c738b3eeef88298c {
  font-size: 32px;
  color: #000;
  margin-top: 15px;
}
.portfolio-block-one_65c6202d83eecf0b .caption .arrow {
  font-size: 26px;
  color: #000;
}
.portfolio-block-one_65c6202d83eecf0b .caption .arrow:hover {
  color: #0C3A30;
}

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

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

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

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

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

.project-details-two_6066e3229362bd33 .bg-wrapper_d64fe226b49ffcd9 {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.project-details-two_6066e3229362bd33 .slider-wrapper_421f0942ccf29afe {
  height: 100%;
}
.project-details-two_6066e3229362bd33 .slider-wrapper_421f0942ccf29afe .carousel-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.project-details-two_6066e3229362bd33 .slider-wrapper_421f0942ccf29afe .carousel-control-next_2da488de5ba2bf13,
.project-details-two_6066e3229362bd33 .slider-wrapper_421f0942ccf29afe .carousel-control-prev_b9cfb893c0eba4ac {
  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_6066e3229362bd33 .slider-wrapper_421f0942ccf29afe .carousel-control-next_2da488de5ba2bf13:hover,
.project-details-two_6066e3229362bd33 .slider-wrapper_421f0942ccf29afe .carousel-control-prev_b9cfb893c0eba4ac:hover {
  background: #29594B;
  color: #fff;
}
.project-details-two_6066e3229362bd33 .slider-wrapper_421f0942ccf29afe .carousel-control-prev_b9cfb893c0eba4ac {
  left: auto;
  right: 45px;
}
.project-details-two_6066e3229362bd33 .info-wrapper_26e6615494f98b7f {
  padding: 55px 50px 85px 70px;
}
.project-details-two_6066e3229362bd33 .info-wrapper_26e6615494f98b7f h3 {
  font-size: 36px;
}
.project-details-two_6066e3229362bd33 .info-wrapper_26e6615494f98b7f .list-meta_d3b7bda9e6430e29 li {
  padding: 22px 0;
}
.project-details-two_6066e3229362bd33 .info-wrapper_26e6615494f98b7f .list-meta_d3b7bda9e6430e29 .icon_6c2c7ccae2b329e1 {
  width: 40px;
}
.project-details-two_6066e3229362bd33 .info-wrapper_26e6615494f98b7f .list-meta_d3b7bda9e6430e29 .text1_69ab93bbf4d8761d {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}
.project-details-two_6066e3229362bd33 .info-wrapper_26e6615494f98b7f .list-meta_d3b7bda9e6430e29 span {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
}
.project-details-two_6066e3229362bd33 .info-wrapper_26e6615494f98b7f .social-share_fc31f658214dee15 li {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.project-details-two_6066e3229362bd33 .info-wrapper_26e6615494f98b7f .social-share_fc31f658214dee15 li a {
  font-size: 20px;
  color: #19352D;
  margin-left: 20px;
}

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

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

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

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

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

.feedback-section-three_899dff5efe0d2413 .slider-wrapper_421f0942ccf29afe {
  padding-left: 100px;
}
.feedback-section-three_899dff5efe0d2413 .slider-wrapper_421f0942ccf29afe .icon_6c2c7ccae2b329e1 {
  left: 0;
  top: 18px;
}
.feedback-section-three_899dff5efe0d2413 .slick-dots_bb6c68e682d6e35a {
  margin: 50px 0 0 15px;
  padding: 0;
}
.feedback-section-three_899dff5efe0d2413 .slick-dots_bb6c68e682d6e35a li button {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #000;
  padding: 0;
  margin-right: 3px;
}
.feedback-section-three_899dff5efe0d2413 .slick-dots_bb6c68e682d6e35a .slick-active button {
  background: #000;
}
.feedback-section-three_899dff5efe0d2413 .rating-box_39560a574051b3a1 {
  position: absolute;
  padding: 50px 37px 35px;
  left: -75px;
  bottom: -65px;
  z-index: 1;
  background: #000;
}
.feedback-section-three_899dff5efe0d2413 .rating-box_39560a574051b3a1 .rating_22aebd6f01d3b041 {
  font-size: 58px;
  letter-spacing: -1px;
  line-height: 25px;
  margin-bottom: 20px;
}
.feedback-section-three_899dff5efe0d2413 .shape_01_017d9d68868a250d {
  width: 15px;
  top: 7%;
  right: 52%;
}
.feedback-section-three_899dff5efe0d2413 .shape_02_5ead3d95390f1839 {
  width: 20px;
  bottom: 17%;
  right: 17%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.blog-meta-one_d0600b1700662a95 {
  background: #fff;
  border-radius: 30px;
}
.blog-meta-one_d0600b1700662a95 .post-data_3d7d1bd4cf94f025 {
  padding: 30px 35px 25px;
}
.blog-meta-one_d0600b1700662a95 .post-data_3d7d1bd4cf94f025 .post-info_3d3e92c3d8f03425 {
  font-size: 18px;
  color: #AAAAAA;
}
.blog-meta-one_d0600b1700662a95 .post-data_3d7d1bd4cf94f025 .blog-title_08bc6ece950ddb17 {
  font-size: 32px;
  line-height: 1.281em;
}
.blog-meta-one_d0600b1700662a95 .post-data_3d7d1bd4cf94f025 .blog-title_08bc6ece950ddb17:hover {
  text-decoration: underline;
}
.blog-meta-one_d0600b1700662a95 .post-img_3d844c58fc4600da {
  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_d0600b1700662a95 .post-img_3d844c58fc4600da .round-btn_91b28763a1661c56 {
  font-size: 25px;
  width: 55px;
  height: 55px;
  background: #fff;
  color: #19352D;
}
.blog-meta-one_d0600b1700662a95:hover .round-btn_91b28763a1661c56 {
  background: #CFFF45;
}
.blog-meta-one_d0600b1700662a95.style-two_1c27fa8088b992fb {
  background: #F6F6F6;
  border-radius: 0;
}
.blog-meta-one_d0600b1700662a95.style-two_1c27fa8088b992fb .post-img_3d844c58fc4600da {
  border-radius: 0;
}
.blog-meta-one_d0600b1700662a95.style-two_1c27fa8088b992fb .blog-title_08bc6ece950ddb17 {
  font-weight: 700;
  font-size: 28px;
  color: #000;
}

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

.blog-meta-two_847e834105a9097f {
  background: #fff;
}
.blog-meta-two_847e834105a9097f .post-data_3d7d1bd4cf94f025 {
  padding-top: 30px;
}
.blog-meta-two_847e834105a9097f .post-data_3d7d1bd4cf94f025 .blog-title_08bc6ece950ddb17 {
  width: 70%;
}
.blog-meta-two_847e834105a9097f .post-data_3d7d1bd4cf94f025 .blog-title_08bc6ece950ddb17 h4 {
  font-size: 32px;
  line-height: 1.281em;
}
.blog-meta-two_847e834105a9097f .post-data_3d7d1bd4cf94f025 .blog-title_08bc6ece950ddb17:hover h4 {
  text-decoration: underline;
}
.blog-meta-two_847e834105a9097f .post-data_3d7d1bd4cf94f025 .round-btn_91b28763a1661c56 {
  font-size: 25px;
  width: 60px;
  height: 60px;
  border: 1px solid #19352D;
  background: #fff;
  color: #19352D;
}
.blog-meta-two_847e834105a9097f .post-data_3d7d1bd4cf94f025 .round-btn_91b28763a1661c56:hover {
  background: #CFFF45;
  border-color: #CFFF45;
}
.blog-meta-two_847e834105a9097f .post-data_3d7d1bd4cf94f025 .post-info_3d3e92c3d8f03425 {
  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_847e834105a9097f .post-img_3d844c58fc4600da {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-meta-two_847e834105a9097f .post-img_3d844c58fc4600da .date_5c8c4573f7b06dde {
  line-height: 38px;
  font-size: 16px;
  padding: 0 18px;
  text-transform: uppercase;
  background: #fff;
  color: #19352D;
}
.blog-meta-two_847e834105a9097f.style-two_1c27fa8088b992fb {
  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_847e834105a9097f.style-two_1c27fa8088b992fb p {
  font-size: 18px;
}
.blog-meta-two_847e834105a9097f.style-two_1c27fa8088b992fb .post-img_3d844c58fc4600da {
  height: auto;
  width: 100%;
}
.blog-meta-two_847e834105a9097f.style-two_1c27fa8088b992fb .post-data_3d7d1bd4cf94f025 {
  padding: 26px 0;
}
.blog-meta-two_847e834105a9097f.style-two_1c27fa8088b992fb .post-data_3d7d1bd4cf94f025 .post-info_3d3e92c3d8f03425 {
  border: none;
  padding: 0;
  margin: 0 0 12px;
}
.blog-meta-two_847e834105a9097f.style-two_1c27fa8088b992fb .post-data_3d7d1bd4cf94f025 .round-btn_91b28763a1661c56 {
  border: none;
}

.signup-btn-one_c4a765c6038a2a54 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_c4a765c6038a2a54 .icon_6c2c7ccae2b329e1 {
  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_5b5de356e944bb06 {
  z-index: 1;
}
.blog-section-three_5b5de356e944bb06 .section-btn_898527be7a9903ca {
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 1;
}

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

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

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

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

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

.blog-details_4c6d43f240c43cdd .post-details-meta_bd2f14631d290a08 {
  border-top: 1px dashed #BEBEBE;
  margin-top: 30px;
  padding: 36px 0;
}
.blog-details_4c6d43f240c43cdd .post-details-meta_bd2f14631d290a08 p {
  line-height: 1.8em;
  margin-bottom: 30px;
}
.blog-details_4c6d43f240c43cdd .post-details-meta_bd2f14631d290a08 .quote-wrapper_cf5d66a2ed5b884d {
  text-align: center;
  margin: 62px 0 35px;
}
.blog-details_4c6d43f240c43cdd .post-details-meta_bd2f14631d290a08 .quote-wrapper_cf5d66a2ed5b884d .wrapper_e0a05bbdd14e7aed {
  position: relative;
  padding: 38px 12px 40px;
  border-top: 1px dashed #CBCBCB;
  border-bottom: 1px dashed #CBCBCB;
}
.blog-details_4c6d43f240c43cdd .post-details-meta_bd2f14631d290a08 .quote-wrapper_cf5d66a2ed5b884d .wrapper_e0a05bbdd14e7aed .icon_6c2c7ccae2b329e1 {
  width: 55px;
  height: 55px;
  background: #29594B;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-details_4c6d43f240c43cdd .post-details-meta_bd2f14631d290a08 .quote-wrapper_cf5d66a2ed5b884d .wrapper_e0a05bbdd14e7aed h3 {
  font-size: 36px;
  line-height: 1.444em;
  margin: 0;
}
.blog-details_4c6d43f240c43cdd .post-details-meta_bd2f14631d290a08 .quote-wrapper_cf5d66a2ed5b884d h6 {
  font-size: 20px;
  margin: 24px 0 0;
}
.blog-details_4c6d43f240c43cdd .post-details-meta_bd2f14631d290a08 .quote-wrapper_cf5d66a2ed5b884d h6 span {
  color: rgba(0, 0, 0, 0.5);
}
.blog-details_4c6d43f240c43cdd .post-details-meta_bd2f14631d290a08 .img-gallery_42a1a575d6b6668a {
  margin-bottom: 50px;
}
.blog-details_4c6d43f240c43cdd .post-details-meta_bd2f14631d290a08 .img-gallery_42a1a575d6b6668a img {
  border-radius: 20px;
  margin-top: 15px;
}
.blog-details_4c6d43f240c43cdd .post-details-meta_bd2f14631d290a08 h3 {
  font-size: 32px;
  margin-bottom: 20px;
}
.blog-details_4c6d43f240c43cdd .post-details-meta_bd2f14631d290a08 .list-item_65f078a6ad2cf1e2 li {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  position: relative;
  padding-left: 33px;
  margin-bottom: 23px;
}
.blog-details_4c6d43f240c43cdd .post-details-meta_bd2f14631d290a08 .list-item_65f078a6ad2cf1e2 li:after {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  font-size: 0.95em;
  top: 3px;
  left: 0;
  color: #000;
}
.blog-details_4c6d43f240c43cdd .bottom-widget_f4d0eee7991bea9e {
  padding: 10px 0 5px;
}
.blog-details_4c6d43f240c43cdd .bottom-widget_f4d0eee7991bea9e .tags_9af8dad86ee08884 li:first-child {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
  margin-right: 7px;
}
.blog-details_4c6d43f240c43cdd .bottom-widget_f4d0eee7991bea9e .tags_9af8dad86ee08884 a {
  line-height: 26px;
  border-radius: 16px;
  background: #fff;
  padding: 0 10px;
  color: #19352D;
  font-size: 16px;
  margin-right: 5px;
}
.blog-details_4c6d43f240c43cdd .bottom-widget_f4d0eee7991bea9e .tags_9af8dad86ee08884 a:hover {
  color: #000;
  text-decoration: underline;
}
.blog-details_4c6d43f240c43cdd .bottom-widget_f4d0eee7991bea9e .share-icon_84269d48add591b2 li:first-child {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.blog-details_4c6d43f240c43cdd .bottom-widget_f4d0eee7991bea9e .share-icon_84269d48add591b2 a {
  color: #19352D;
  font-size: 18px;
  margin-left: 17px;
}
.blog-details_4c6d43f240c43cdd .grey-bg_db8ba394d2d7b557 {
  background: #f4f4f4;
  border-radius: 30px;
  padding: 40px 35px;
}
.blog-details_4c6d43f240c43cdd .blog-inner-title_134f219a3ce66972 {
  font-size: 42px;
  margin-bottom: 10px;
}
.blog-details_4c6d43f240c43cdd .blog-comment-area_7a5ed5b815a21e1c {
  margin: 60px 0;
}
.blog-details_4c6d43f240c43cdd .blog-comment-area_7a5ed5b815a21e1c .comment_178703a2b2e279a5 {
  border-top: 1px dashed #CBCBCB;
  padding: 38px 0 20px;
}
.blog-details_4c6d43f240c43cdd .blog-comment-area_7a5ed5b815a21e1c .comment_178703a2b2e279a5:last-child {
  padding-bottom: 5px;
}
.blog-details_4c6d43f240c43cdd .blog-comment-area_7a5ed5b815a21e1c .comment_178703a2b2e279a5 .reply-comment_adb261053b5335cf {
  border: none;
  padding: 40px 0 30px;
}
.blog-details_4c6d43f240c43cdd .blog-comment-area_7a5ed5b815a21e1c .comment_178703a2b2e279a5 .user-avatar_4e54422152c692ff {
  width: 60px;
  height: 60px;
}
.blog-details_4c6d43f240c43cdd .blog-comment-area_7a5ed5b815a21e1c .comment_178703a2b2e279a5 .comment-text_548ebaed57559b28 {
  width: calc(100% - 60px);
  padding-left: 25px;
  position: relative;
}
.blog-details_4c6d43f240c43cdd .blog-comment-area_7a5ed5b815a21e1c .comment_178703a2b2e279a5 .comment-text_548ebaed57559b28 .name {
  font-size: 20px;
  color: #19352D;
}
.blog-details_4c6d43f240c43cdd .blog-comment-area_7a5ed5b815a21e1c .comment_178703a2b2e279a5 .comment-text_548ebaed57559b28 .date_5c8c4573f7b06dde {
  font-size: 16px;
  color: #ADADAD;
}
.blog-details_4c6d43f240c43cdd .blog-comment-area_7a5ed5b815a21e1c .comment_178703a2b2e279a5 .comment-text_548ebaed57559b28 p {
  font-size: 18px;
  line-height: 32px;
  margin: 7px 0 10px 0px;
}
.blog-details_4c6d43f240c43cdd .blog-comment-area_7a5ed5b815a21e1c .comment_178703a2b2e279a5 .comment-text_548ebaed57559b28 .reply-btn_6807d1b222fa8946 {
  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_4c6d43f240c43cdd .blog-comment-area_7a5ed5b815a21e1c .comment_178703a2b2e279a5 .comment-text_548ebaed57559b28 .reply-btn_6807d1b222fa8946:hover {
  background: #CFFF45;
  color: #19352D;
}
.blog-details_4c6d43f240c43cdd .blog-comment-form_2da0756c0f507d0d p a {
  color: #19352D;
}
.blog-details_4c6d43f240c43cdd .blog-comment-form_2da0756c0f507d0d form label {
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  padding-bottom: 5px;
}
.blog-details_4c6d43f240c43cdd .blog-comment-form_2da0756c0f507d0d form input {
  display: block;
  font-size: 18px;
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 8px;
  padding: 0 25px;
  background: #fff;
}
.blog-details_4c6d43f240c43cdd .blog-comment-form_2da0756c0f507d0d 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_97c1c795bfee4bdb {
  height: 600px;
}

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

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

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

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

.footer-one_c476a1294e459f4d {
  background: #0C3A30;
  padding-top: 95px;
}
.footer-one_c476a1294e459f4d .bottom-footer_a3fca6a7963faeb2 {
  border-top: 1px dashed rgba(255, 255, 255, 0.25);
  margin-top: 32px;
  padding: 40px 0 25px;
}
.footer-one_c476a1294e459f4d .social-icon_52a16a4fbcd5dce9 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_c476a1294e459f4d .social-icon_52a16a4fbcd5dce9 a:hover {
  background: #CFFF45;
  color: #29594B;
}
.footer-one_c476a1294e459f4d .footer-title_2c6e89781f3128cb {
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
}
.footer-one_c476a1294e459f4d .footer-nav-link_a8af5e43f18e3350 a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 46px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-one_c476a1294e459f4d .footer-nav-link_a8af5e43f18e3350 a:hover {
  color: #fff;
}
.footer-nav-link_a8af5e43f18e3350 p {
  font-size: 16px;
}
.logo_df16fea46f8a188c 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_15626768b7bd2ac7 {
  min-width: 80px;
  max-height: 40px;
  max-width: 150px;
}
.casino-li_5c7a95870bbc60d8 {
  align-content: center;
}

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

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

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

.footer-two_2fe808ffa1f4ba17 {
  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_2fe808ffa1f4ba17.no-bg_feff65cd51b3450d {
  background: none;
  padding: 0;
  position: statics;
}
.footer-two_2fe808ffa1f4ba17.no-bg_feff65cd51b3450d:before {
  display: none;
}
.footer-two_2fe808ffa1f4ba17.no-bg_feff65cd51b3450d .bg-wrapper_d64fe226b49ffcd9 {
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.footer-two_2fe808ffa1f4ba17.no-bg_feff65cd51b3450d .bg-wrapper_d64fe226b49ffcd9 .copyright_d745b33aa31f70dd {
  left: 0;
}
.footer-two_2fe808ffa1f4ba17: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_2fe808ffa1f4ba17 .bg-wrapper_d64fe226b49ffcd9 {
  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_2fe808ffa1f4ba17 .bg-wrapper_d64fe226b49ffcd9 .shape_01_017d9d68868a250d {
  bottom: 12%;
  right: 33%;
  width: 2.3%;
  min-width: 28px;
}
.footer-two_2fe808ffa1f4ba17 .bg-wrapper_d64fe226b49ffcd9 .shape_02_5ead3d95390f1839 {
  bottom: 38%;
  left: 25%;
  width: 3.8%;
  min-width: 28px;
}
.footer-two_2fe808ffa1f4ba17 .social-icon_52a16a4fbcd5dce9 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_2fe808ffa1f4ba17 .social-icon_52a16a4fbcd5dce9 a:hover {
  background: #29594B;
  border-color: #29594B;
  color: #fff;
}
.footer-two_2fe808ffa1f4ba17 .footer-title_2c6e89781f3128cb {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.footer-two_2fe808ffa1f4ba17 .footer-nav-link_a8af5e43f18e3350 a {
  color: rgba(0, 0, 0, 0.8);
  line-height: 42px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-two_2fe808ffa1f4ba17 .footer-nav-link_a8af5e43f18e3350 a:hover {
  color: #19352D;
  text-decoration: underline;
}
.footer-two_2fe808ffa1f4ba17 .copyright_d745b33aa31f70dd {
  font-size: 18px;
  color: #19352D;
  position: absolute;
  left: 40px;
  bottom: 64px;
}

.footer-three_d4b0c68ce97ddd25 {
  padding: 75px 0 0;
  position: relative;
  z-index: 1;
}
.footer-three_d4b0c68ce97ddd25 .round-bg_7ab5cb35de8d7f95 {
  width: 350px;
  height: 350px;
  padding: 15px 15px;
  background: #FFF6C6;
}
.footer-three_d4b0c68ce97ddd25 .round-bg_7ab5cb35de8d7f95.color-two_a760366f6e9e5e05 {
  background: #F6FFDD;
}
.footer-three_d4b0c68ce97ddd25 .footer-intro_95aa40eb7d9fbf8d p a {
  font-weight: 500;
  font-size: 24px;
  color: #000;
}
.footer-three_d4b0c68ce97ddd25 .footer-intro_95aa40eb7d9fbf8d p a:hover {
  color: #19352D;
  text-decoration: underline;
}
.footer-three_d4b0c68ce97ddd25 .footer-title_2c6e89781f3128cb {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.footer-three_d4b0c68ce97ddd25 .footer-nav-link_a8af5e43f18e3350 a {
  color: rgba(0, 0, 0, 0.5);
  line-height: 46px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-three_d4b0c68ce97ddd25 .footer-nav-link_a8af5e43f18e3350 a:hover {
  color: #19352D;
  text-decoration: underline;
}
.footer-three_d4b0c68ce97ddd25 .bottom-footer_a3fca6a7963faeb2 {
  border-top: 1px solid #e2e2e2;
  margin-top: 40px;
  padding: 40px 0 25px;
}
.footer-three_d4b0c68ce97ddd25 .bottom-footer_a3fca6a7963faeb2 .copyright_d745b33aa31f70dd {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}
.footer-three_d4b0c68ce97ddd25 .bottom-footer_a3fca6a7963faeb2 .bottom-nav_99cdd84620721b4f {
  margin: 0 -12px;
}
.footer-three_d4b0c68ce97ddd25 .bottom-footer_a3fca6a7963faeb2 .bottom-nav_99cdd84620721b4f a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: #000;
}
.footer-three_d4b0c68ce97ddd25 .bottom-footer_a3fca6a7963faeb2 .bottom-nav_99cdd84620721b4f a:hover {
  text-decoration: underline;
}
.footer-three_d4b0c68ce97ddd25 .bottom-footer_a3fca6a7963faeb2 .social-icon_52a16a4fbcd5dce9 {
  margin: 0 -10px;
}
.footer-three_d4b0c68ce97ddd25 .bottom-footer_a3fca6a7963faeb2 .social-icon_52a16a4fbcd5dce9 a {
  margin: 0 10px;
}
.footer-three_d4b0c68ce97ddd25 .bottom-footer_a3fca6a7963faeb2 .social-icon_52a16a4fbcd5dce9 a:hover {
  color: #19352D;
}
.footer-three_d4b0c68ce97ddd25 .shape_01_017d9d68868a250d {
  top: -3%;
  left: -3%;
}
.footer-three_d4b0c68ce97ddd25 .shape_02_5ead3d95390f1839 {
  bottom: 8%;
  right: 13%;
  animation: rotated 48s infinite linear;
}

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

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

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

.footer-five_c008d555b353e8d8 {
  background: #000;
  padding: 105px 0 20px;
  z-index: 1;
  overflow: hidden;
}
.footer-five_c008d555b353e8d8:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: url(../photos/assets_a9707bb205/bg_07.svg) no-repeat center bottom;
  background-size: cover;
  z-index: -1;
}
.footer-five_c008d555b353e8d8 h2 {
  font-size: 132px;
  line-height: 1.185em;
}
.footer-five_c008d555b353e8d8 .btn-group_bd699a5df903a2e6 {
  padding: 15px 15px 15px 55px;
  border-radius: 80px;
  background: #DFFF5E;
  margin: 85px 0 110px;
}
.footer-five_c008d555b353e8d8 .btn-group_bd699a5df903a2e6 h3 {
  font-size: 70px;
  color: #000;
  margin: 0;
}
.footer-five_c008d555b353e8d8 .btn-group_bd699a5df903a2e6 h3 span {
  font-weight: 700;
  font-style: italic;
  text-decoration-line: underline;
  text-decoration-thickness: 4px;
}
.footer-five_c008d555b353e8d8 .btn-group_bd699a5df903a2e6 .round-btn_91b28763a1661c56 {
  width: 125px;
  height: 125px;
  text-align: center;
  font-size: 55px;
  color: #DFFF5E;
  background: #101010;
}
.footer-five_c008d555b353e8d8 .btn-group_bd699a5df903a2e6 .round-btn_91b28763a1661c56:hover, .footer-five_c008d555b353e8d8 .btn-group_bd699a5df903a2e6 .round-btn_91b28763a1661c56:focus {
  background: #29594B;
  color: #fff;
}
.footer-five_c008d555b353e8d8 .social-icon_52a16a4fbcd5dce9 {
  margin: 0 -20px;
}
.footer-five_c008d555b353e8d8 .social-icon_52a16a4fbcd5dce9 a {
  color: #fff;
  margin: 0 20px;
}
.footer-five_c008d555b353e8d8 .social-icon_52a16a4fbcd5dce9 a:hover {
  color: #DFFF5E;
}
.footer-five_c008d555b353e8d8 .bottom-nav_99cdd84620721b4f {
  margin: 0 -12px;
}
.footer-five_c008d555b353e8d8 .bottom-nav_99cdd84620721b4f a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: #fff;
}
.footer-five_c008d555b353e8d8 .bottom-nav_99cdd84620721b4f a:hover {
  text-decoration: underline;
}
.footer-five_c008d555b353e8d8 .shape_01_017d9d68868a250d {
  top: 11%;
  right: 10%;
  width: 3.4%;
  animation: rotated 48s infinite linear;
}
.footer-five_c008d555b353e8d8 .shape_02_5ead3d95390f1839 {
  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_534e34228276fb52 {
  animation-duration: 2s;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce_3bd05caaa7d3e694 {
  animation-name: bounce;
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash_2f1aada4532e5c76 {
  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_a914a56664cdc150 {
  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_12d23c2d2bf32333 {
  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_1d5188f1e8940840 {
  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_033c0e1dffb7b569 {
  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_430390232bcde4fb {
  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_dc76d3448d53d6ac {
  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_c8d7dc7f7802a079 {
  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_36ed29d24be0f463 {
  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_eca754cc9de919ca {
  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_10fccd1d20048c5e {
  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_a048057eacb60c32 {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown_96da24107e4d1aec {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft_87f84f92ca9a7796 {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight_b1e2667abe42af3d {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp_5de16ede0111aec1 {
  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_f2c610d6b668e008 {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig_07c65654e9c221a0 {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft_a0e43f5d273eadb5 {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig_071bcdd7cbae936f {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight_079aa3d158c5375b {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig_d4a9043837b6f449 {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp_4e3fb890aa75af44 {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig_e6eae2c47f2342f5 {
  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_f87fbdedc3fbb770 {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig_ece393a72d3e7137 {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft_02db65998f6b7dc5 {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig_12b2bf6f9a628a18 {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight_5e26f8fac00aef9b {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig_88360c53ccea7561 {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp_35b5dca45bc6fc47 {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig_99ae71af1a2ae1c0 {
  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_bbb7ceb7815e4ce4 {
  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_e6985d3a6d19c95b {
  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_46adca8d32b9ec73 {
  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_6a28c1c591e9ac68 {
  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_d38c14b3a7dab02b {
  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_1a2845a7db041146 {
  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_686c4ec729502004 {
  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_12ef1bfcf71b08f6 {
  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_8a02b6abad16fccc {
  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_bd6f2bf0101863bc {
  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_00dc9dc62861fea8 {
  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_6d4bdccccd55ea8d {
  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_284fc6ba00d6fba5 {
  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_0b3b4ecde9192951 {
  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_807f53bdad8eef66 {
  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_a370cb20312674a2 {
  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_a7d1a5d7266863d0 {
  animation-name: rotateOutUpRight;
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(150px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInUp_67472451a3060af7 {
  animation-name: slideInUp;
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown_a634552e009b82b8 {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInLeft_a12129cbf7184ef1 {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight_99a684bc517d1a9d {
  animation-name: slideInRight;
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.slideOutLeft_a63b4b5ff11fa00c {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.slideOutRight_b15460763e1a11d0 {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.slideOutUp_47967c32ac0735f2 {
  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_534e34228276fb52 {
  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_f88a0ca2761038f3 {
  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_94ce2e251cf3088d {
  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_1129d57e0c2605e6 .theme-select-menu_93977096b47819cb {
  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_d76605c25fb5947b {
  overflow: hidden;
}
.product-block-one_d76605c25fb5947b .img-holder_5abc5fdd9054862a {
  position: relative;
  background: #F5F5F5;
  z-index: 5;
  margin-bottom: 22px;
}
.product-block-one_d76605c25fb5947b .img-holder_5abc5fdd9054862a .cart-icon_543f6a536796a2c5 {
  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_d76605c25fb5947b .img-holder_5abc5fdd9054862a .cart-icon_543f6a536796a2c5:hover {
  color: #19352D;
  background: #CFFF45;
}
.product-block-one_d76605c25fb5947b .img-holder_5abc5fdd9054862a .cart-button_1f4947650ddaa53f {
  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_d76605c25fb5947b .img-holder_5abc5fdd9054862a .cart-button_1f4947650ddaa53f:hover {
  color: #19352D;
  background: #CFFF45;
}
.product-block-one_d76605c25fb5947b .product-title_d102e6f4ce579752 {
  font-weight: 500;
  color: #19352D;
  font-size: 20px;
  text-transform: capitalize;
}
.product-block-one_d76605c25fb5947b .rating_22aebd6f01d3b041 {
  margin: 0 -3px;
}
.product-block-one_d76605c25fb5947b .rating_22aebd6f01d3b041 li {
  font-size: 15px;
  margin: 0 3px;
  color: #B3B3B3;
}
.product-block-one_d76605c25fb5947b .rating_22aebd6f01d3b041 li .bi-star-fill_991d348e1bcfc366 {
  color: #FFCB65;
}
.product-block-one_d76605c25fb5947b .price_7d53792fe461ffef {
  font-weight: 500;
  font-size: 22px;
  color: #0E3E2F;
  margin-top: 10px;
}
.product-block-one_d76605c25fb5947b:hover .cart-button_1f4947650ddaa53f {
  opacity: 1;
  transform: translateY(0);
}
.product-block-one_d76605c25fb5947b:hover .product-img_8a80f50caca46f8c {
  transform: scale(0.95);
}
.product-block-one_d76605c25fb5947b:hover .cart-icon_543f6a536796a2c5 {
  opacity: 1;
  transform: scale(1);
}
.product-block-one_d76605c25fb5947b:hover .product-title_d102e6f4ce579752 {
  text-decoration: underline;
}

.product-details-one_1295a8b3cb17a312 .product-img-tab_63a955ce02e94bef {
  border: none;
}
.product-details-one_1295a8b3cb17a312 .product-img-tab_63a955ce02e94bef .nav-link {
  width: 100%;
  background: #F6F6F6;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 5px 0;
  height: 88px;
  margin-bottom: 12px;
}
.product-details-one_1295a8b3cb17a312 .product-img-tab_63a955ce02e94bef .nav-link img {
  max-height: 100%;
}
.product-details-one_1295a8b3cb17a312 .product-img-tab_63a955ce02e94bef .nav-link.active {
  background: #fff;
  border-color: #000;
}
.product-details-one_1295a8b3cb17a312 .product-img-tab-content_e25dd76fbcdeedc5 {
  background: #F6F6F6;
  padding: 20px;
}
.product-details-one_1295a8b3cb17a312 .product-img-tab-content_e25dd76fbcdeedc5 img {
  margin: auto;
}
.product-details-one_1295a8b3cb17a312 .product-info_53df55971aebe5eb .stock-tag_cb2646beb402508a {
  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_1295a8b3cb17a312 .product-info_53df55971aebe5eb .product-name_5e0d2a7efe4a44b3 {
  text-transform: capitalize;
  font-size: 32px;
  margin: 25px 0 15px;
}
.product-details-one_1295a8b3cb17a312 .product-info_53df55971aebe5eb .rating_22aebd6f01d3b041 li {
  font-size: 15px;
  margin-right: 6px;
  color: #B3B3B3;
}
.product-details-one_1295a8b3cb17a312 .product-info_53df55971aebe5eb .rating_22aebd6f01d3b041 li .bi-star-fill_991d348e1bcfc366 {
  color: #FFCB65;
}
.product-details-one_1295a8b3cb17a312 .product-info_53df55971aebe5eb .rating_22aebd6f01d3b041 li a {
  font-size: 17px;
  color: #000;
  margin-left: 12px;
}
.product-details-one_1295a8b3cb17a312 .product-info_53df55971aebe5eb .rating_22aebd6f01d3b041 li a:hover {
  text-decoration: underline;
}
.product-details-one_1295a8b3cb17a312 .product-info_53df55971aebe5eb .price_7d53792fe461ffef {
  font-size: 26px;
  font-weight: 700;
  color: #29594B;
  padding: 25px 0 5px;
}
.product-details-one_1295a8b3cb17a312 .product-info_53df55971aebe5eb .price_7d53792fe461ffef del {
  font-size: 0.7em;
  opacity: 0.6;
}
.product-details-one_1295a8b3cb17a312 .product-info_53df55971aebe5eb .availability_1d7b7af2fd354e80 {
  color: #989CA2;
  font-size: 17px;
}
.product-details-one_1295a8b3cb17a312 .product-info_53df55971aebe5eb .description-text_8251ec1712f54e0c {
  padding: 10px 0 15px;
}
.product-details-one_1295a8b3cb17a312 .product-info_53df55971aebe5eb .product-feature_b1cbbfe1c7408476 {
  margin-bottom: 20px;
}
.product-details-one_1295a8b3cb17a312 .product-info_53df55971aebe5eb .product-feature_b1cbbfe1c7408476 li {
  color: #000;
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
}
.product-details-one_1295a8b3cb17a312 .product-info_53df55971aebe5eb .product-feature_b1cbbfe1c7408476 li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 2px;
  left: 0;
  color: #29594B;
}
.product-details-one_1295a8b3cb17a312 .product-info_53df55971aebe5eb .customize-order_c97ec76ae64a9c54 h6 {
  font-size: 18px;
  margin: 0 15px 0 0;
}
.product-details-one_1295a8b3cb17a312 .product-info_53df55971aebe5eb .customize-order_c97ec76ae64a9c54 .quantity_8edc96bfc3f85968 .button-group_dc5670d2e470e2a1 {
  border: 1px solid #e3e3e3;
  display: inline-block;
}
.product-details-one_1295a8b3cb17a312 .product-info_53df55971aebe5eb .customize-order_c97ec76ae64a9c54 .quantity_8edc96bfc3f85968 .button-group_dc5670d2e470e2a1 li {
  line-height: 40px;
  max-height: 40px;
}
.product-details-one_1295a8b3cb17a312 .product-info_53df55971aebe5eb .customize-order_c97ec76ae64a9c54 .quantity_8edc96bfc3f85968 .button-group_dc5670d2e470e2a1 li button {
  font-size: 25px;
  color: #C9C9C9;
  background: transparent;
  width: 32px;
}
.product-details-one_1295a8b3cb17a312 .product-info_53df55971aebe5eb .customize-order_c97ec76ae64a9c54 .quantity_8edc96bfc3f85968 .button-group_dc5670d2e470e2a1 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_1295a8b3cb17a312 .product-review-tab_5e0dfb80b670ed6b .nav-tabs_532d7002de2d531c {
  border-bottom: 1px solid #EBEBEB;
}
.product-details-one_1295a8b3cb17a312 .product-review-tab_5e0dfb80b670ed6b .nav-tabs_532d7002de2d531c .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_1295a8b3cb17a312 .product-review-tab_5e0dfb80b670ed6b .nav-tabs_532d7002de2d531c .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_1295a8b3cb17a312 .product-review-tab_5e0dfb80b670ed6b .nav-tabs_532d7002de2d531c .nav-link.active:before {
  transform: scale(1);
}
.product-details-one_1295a8b3cb17a312 .product-review-tab_5e0dfb80b670ed6b .nav-tabs_532d7002de2d531c .nav-item:last-child .nav-link {
  margin-right: 0;
}
.product-details-one_1295a8b3cb17a312 .product-review-tab_5e0dfb80b670ed6b .tab-content_9fd0e28796811c96 h5 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 18px;
}
.product-details-one_1295a8b3cb17a312 .product-review-tab_5e0dfb80b670ed6b .tab-content_9fd0e28796811c96 .product-feature_b1cbbfe1c7408476 li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 18px;
}
.product-details-one_1295a8b3cb17a312 .product-review-tab_5e0dfb80b670ed6b .tab-content_9fd0e28796811c96 .product-feature_b1cbbfe1c7408476 li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 2px;
  left: 0;
  color: #29594B;
}
.product-details-one_1295a8b3cb17a312 .product-review-tab_5e0dfb80b670ed6b .user-comment-area_b8c93b70e94e6038 .single-comment_ecb1ab63c898b270 {
  padding-bottom: 40px;
}
.product-details-one_1295a8b3cb17a312 .product-review-tab_5e0dfb80b670ed6b .user-comment-area_b8c93b70e94e6038 .single-comment_ecb1ab63c898b270:last-child {
  padding-bottom: 0;
}
.product-details-one_1295a8b3cb17a312 .product-review-tab_5e0dfb80b670ed6b .user-comment-area_b8c93b70e94e6038 .user-img_21f3ef1bf6c9732e {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.product-details-one_1295a8b3cb17a312 .product-review-tab_5e0dfb80b670ed6b .user-comment-area_b8c93b70e94e6038 .user-comment-data_af78d610593ec0b0 {
  padding-left: 30px;
  position: relative;
}
.product-details-one_1295a8b3cb17a312 .product-review-tab_5e0dfb80b670ed6b .user-comment-area_b8c93b70e94e6038 .user-comment-data_af78d610593ec0b0 .name {
  font-size: 18px;
  margin-bottom: 4px;
}
.product-details-one_1295a8b3cb17a312 .product-review-tab_5e0dfb80b670ed6b .user-comment-area_b8c93b70e94e6038 .user-comment-data_af78d610593ec0b0 .rating_22aebd6f01d3b041 li {
  font-size: 14px;
  margin: 0 3px;
  color: #B3B3B3;
}
.product-details-one_1295a8b3cb17a312 .product-review-tab_5e0dfb80b670ed6b .user-comment-area_b8c93b70e94e6038 .user-comment-data_af78d610593ec0b0 .rating_22aebd6f01d3b041 li .bi-star-fill_991d348e1bcfc366 {
  color: #FFCB65;
}
.product-details-one_1295a8b3cb17a312 .product-review-tab_5e0dfb80b670ed6b .user-comment-area_b8c93b70e94e6038 .user-comment-data_af78d610593ec0b0 p {
  padding-top: 8px;
}

.cart-list-form_e8c31a1571c43f0f {
  position: relative;
}
.cart-list-form_e8c31a1571c43f0f .table_8c691f02454105c5 {
  margin: 0;
  background: transparent;
}
.cart-list-form_e8c31a1571c43f0f .table_8c691f02454105c5 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_e8c31a1571c43f0f .table_8c691f02454105c5 th:first-child {
  text-align: left;
}
.cart-list-form_e8c31a1571c43f0f .table_8c691f02454105c5 tbody td {
  padding: 0 0 70px;
  border: none;
  vertical-align: middle;
  text-align: center;
  background: transparent;
}
.cart-list-form_e8c31a1571c43f0f .table_8c691f02454105c5 tbody tr:first-child td {
  padding-top: 60px;
}
.cart-list-form_e8c31a1571c43f0f .table_8c691f02454105c5 tbody tr:last-child td {
  padding-bottom: 40px;
}
.cart-list-form_e8c31a1571c43f0f .table_8c691f02454105c5 tbody .product-thumbnails_bbcb3725bd1b7bcf {
  width: 85px;
}
.cart-list-form_e8c31a1571c43f0f .table_8c691f02454105c5 tbody .product-thumbnails_bbcb3725bd1b7bcf img {
  max-height: 100%;
  max-width: none;
}
.cart-list-form_e8c31a1571c43f0f .table_8c691f02454105c5 tbody .product-thumbnails_bbcb3725bd1b7bcf .product-img_8a80f50caca46f8c {
  display: block;
  max-width: 85px;
  max-height: 85px;
  overflow: hidden;
}
.cart-list-form_e8c31a1571c43f0f .table_8c691f02454105c5 tbody .product-info_53df55971aebe5eb {
  padding-left: 30px;
  text-align: left;
}
.cart-list-form_e8c31a1571c43f0f .table_8c691f02454105c5 tbody .product-info_53df55971aebe5eb .product-name_5e0d2a7efe4a44b3 {
  font-weight: 700;
  font-size: 20px;
  color: #19352D;
}
.cart-list-form_e8c31a1571c43f0f .table_8c691f02454105c5 tbody .product-info_53df55971aebe5eb .serial_b7a712350b9a7fb0 {
  font-size: 15px;
  color: rgba(31, 31, 31, 0.5);
  padding-bottom: 6px;
}
.cart-list-form_e8c31a1571c43f0f .table_8c691f02454105c5 tbody .product-info_53df55971aebe5eb ul li {
  display: inline-block;
  font-size: 16px;
  color: #000;
  padding-right: 15px;
}
.cart-list-form_e8c31a1571c43f0f .table_8c691f02454105c5 tbody .price_7d53792fe461ffef {
  font-weight: 500;
  font-size: 18px;
  color: #19352D;
}
.cart-list-form_e8c31a1571c43f0f .table_8c691f02454105c5 tbody .quantity_8edc96bfc3f85968 li {
  display: inline-block;
  line-height: 40px;
  max-height: 40px;
}
.cart-list-form_e8c31a1571c43f0f .table_8c691f02454105c5 tbody .quantity_8edc96bfc3f85968 li .btn_b48c2fd566506cc7 {
  font-size: 24px;
  padding: 0;
  border: none;
  vertical-align: inherit;
  color: #1d1d1d;
  background: transparent;
}
.cart-list-form_e8c31a1571c43f0f .table_8c691f02454105c5 tbody .quantity_8edc96bfc3f85968 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_e8c31a1571c43f0f .table_8c691f02454105c5 tbody .remove-product_72773c23a8c98b27 {
  color: #000;
  font-size: 22px;
}
.cart-list-form_e8c31a1571c43f0f .table_8c691f02454105c5 tbody .remove-product_72773c23a8c98b27:hover {
  color: #ff2759;
}
.cart-list-form_e8c31a1571c43f0f .cart-footer_cb9795f2814c9ac6 {
  border-top: 2px solid #545454;
  margin-top: 28px;
  padding-top: 40px;
}
.cart-list-form_e8c31a1571c43f0f .cart-footer_cb9795f2814c9ac6 .coupon-form_95a29c712509cfde input {
  width: 240px;
  height: 50px;
  border: none;
  border-bottom: 2px solid #545454;
  font-size: 18px;
  margin-right: 30px;
  background: transparent;
}
.cart-list-form_e8c31a1571c43f0f .cart-footer_cb9795f2814c9ac6 .cart-total-section_07306f9e9ff5ba4e {
  text-align: right;
  padding-right: 82px;
}
.cart-list-form_e8c31a1571c43f0f .cart-footer_cb9795f2814c9ac6 .cart-total-section_07306f9e9ff5ba4e .cart-total-table_885befc12c2da9b2 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_e8c31a1571c43f0f .cart-footer_cb9795f2814c9ac6 .cart-total-section_07306f9e9ff5ba4e .cart-total-table_885befc12c2da9b2 tr td {
  font-size: 18px;
  font-weight: 500;
  color: #19352D;
  padding-bottom: 16px;
}

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

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

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

.fancybox-active_5c889485e5b1bad4 {
  height: auto;
}

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

.fancybox-caption_c6210a6ca05475ce, .fancybox-infobar_e56261b38a32ccc2, .fancybox-navigation_9c4e824917fbb244 .fancybox-button_34c9d14e7b2f064f, .fancybox-toolbar_45ea662acfd47f9f {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption_7210c6ba026a920e .fancybox-caption_c6210a6ca05475ce, .fancybox-show-infobar_0397f646b2892d0e .fancybox-infobar_e56261b38a32ccc2, .fancybox-show-nav_2547ce4e68581247 .fancybox-navigation_9c4e824917fbb244 .fancybox-button_34c9d14e7b2f064f, .fancybox-show-toolbar_0ff5e3433949b06e .fancybox-toolbar_45ea662acfd47f9f {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}

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

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

.fancybox-is-open_2e651b68cfcc24ea .fancybox-stage_9a406bf93a233417 {
  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_7707974a5c7d3f31 .fancybox-slide, .fancybox-slide--current_769ca15944688a43, .fancybox-slide--next_29c5c1894ec8fede, .fancybox-slide--previous_141431c3440efccc {
  display: block;
}

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

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

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

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

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

.fancybox-content_6446818a6c5644fc {
  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_8524ba97a46cc8d7 .fancybox-content_6446818a6c5644fc {
  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_778b796627bcb683 .fancybox-content_6446818a6c5644fc {
  cursor: zoom-out;
}

.fancybox-can-zoomIn_d2ec07e7faf35fec .fancybox-content_6446818a6c5644fc {
  cursor: zoom-in;
}

.fancybox-can-drag_b34e97ffd653b2d7 .fancybox-content_6446818a6c5644fc {
  cursor: grab;
}

.fancybox-is-dragging_9f2667698d3afa3e .fancybox-content_6446818a6c5644fc {
  cursor: grabbing;
}

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

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

.fancybox-slide--html_4a5094c115f2ba1c .fancybox-content_6446818a6c5644fc {
  margin-bottom: 6px;
}

.fancybox-slide--iframe_824b4021b2d466e1 .fancybox-content_6446818a6c5644fc, .fancybox-slide--map_84938c7ba4d290fa .fancybox-content_6446818a6c5644fc, .fancybox-slide--video_26c52193dcae56dd .fancybox-content_6446818a6c5644fc {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video_26c52193dcae56dd .fancybox-content_6446818a6c5644fc {
  background: #000;
}

.fancybox-slide--map_84938c7ba4d290fa .fancybox-content_6446818a6c5644fc {
  background: #e5e3df;
}

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

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

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

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

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

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

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

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

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

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

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

.fancybox-button--play_049e761d88016f92 svg path, .fancybox-button--share_fa4386ed783d66a0 svg path, .fancybox-button--thumbs_ef1d7ce2d117eb64 svg path {
  fill: currentColor;
}

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

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

.fancybox-show-nav_2547ce4e68581247 .fancybox-navigation_9c4e824917fbb244 .fancybox-button_34c9d14e7b2f064f {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

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

.fancybox-navigation_9c4e824917fbb244 .fancybox-button--arrow_left_fe8bcf2aa5ae982a {
  left: 6px;
}

.fancybox-navigation_9c4e824917fbb244 .fancybox-button--arrow_right_06813dd10018b819 {
  right: 6px;
}

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

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

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

.fancybox-slide--iframe_824b4021b2d466e1 .fancybox-close-small_939673c25d2b8a93, .fancybox-slide--image_8524ba97a46cc8d7 .fancybox-close-small_939673c25d2b8a93, .fancybox-slide--video_26c52193dcae56dd .fancybox-close-small_939673c25d2b8a93 {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--iframe_824b4021b2d466e1 .fancybox-close-small_939673c25d2b8a93:hover svg, .fancybox-slide--image_8524ba97a46cc8d7 .fancybox-close-small_939673c25d2b8a93:hover svg, .fancybox-slide--video_26c52193dcae56dd .fancybox-close-small_939673c25d2b8a93:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling_fe278e9a33a945e6 .fancybox-close-small_939673c25d2b8a93, .fancybox-is-zoomable_d4ae83de46107292.fancybox-can-drag_b34e97ffd653b2d7 .fancybox-close-small_939673c25d2b8a93 {
  display: none;
}

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

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

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

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

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

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

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

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

.fancybox-fx-fade_711d820be408fef2.fancybox-slide--next_29c5c1894ec8fede, .fancybox-fx-fade_711d820be408fef2.fancybox-slide--previous_141431c3440efccc {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade_711d820be408fef2.fancybox-slide--current_769ca15944688a43 {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-share__input_41db167457a2b85d {
  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_56f5b376736e4a08 {
  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_ad522d47f65d0eff {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs_f9b5aac28f2add35 .fancybox-thumbs_56f5b376736e4a08 {
  display: block;
}

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

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

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

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

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

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

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

.fancybox-thumbs_56f5b376736e4a08 > 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_56f5b376736e4a08 .fancybox-thumbs-active_960d0191bb3ee4cb:before {
  opacity: 1;
}

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

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

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

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

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

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

.slick-slider_53e1ba400bb94bda .slick-track_efdace3fe3b996ea,
.slick-slider_53e1ba400bb94bda .slick-list_196b43a7175b7453 {
  transform: translate3d(0, 0, 0);
}

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

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

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

.slick-loading_03dff5998658d54a .slick-track_efdace3fe3b996ea {
  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_03dff5998658d54a img {
  display: none;
}

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

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

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

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

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