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

.h1_9b8a851170dcea0a,
h1,
.h2_684aecd6a54255cc,
h2,
.h3_a813da643d89cc55,
h3,
.h4_72c63a00f631c1b0,
h4,
.h5_4e5f93a31866afa5,
h5,
.h6_d46de7215d852c12,
h6 {
  font-weight: 500;
  color: #19352D;
}

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

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

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

p {
  line-height: 1.7em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box-layout_6d4e87ec073560a3 {
  margin: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p0_f2a2c15a0552fa3b {
  padding: 0 !important;
}

.m0_60fb4a1f07111a1b {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1399px) {
  .xl-p0_e83992b70327f365 {
    padding: 0 !important;
  }
  .xl-m0_291740c74ace746f {
    margin: 0 !important;
  }
  .xl-pt-10_8601552e780c305b {
    padding-top: 10px !important;
  }
  .xl-pt-20_ba44fb46a5f44fce {
    padding-top: 20px !important;
  }
  .xl-pt-30_43271c4d94f26a11 {
    padding-top: 30px !important;
  }
  .xl-pt-40_dc95ac75b7ffd6eb {
    padding-top: 40px !important;
  }
  .xl-pt-50_b7d5550419a49d74 {
    padding-top: 50px !important;
  }
  .xl-pt-60_5fb12500654261a6 {
    padding-top: 60px !important;
  }
  .xl-pt-70_47a068aab7760e42 {
    padding-top: 70px !important;
  }
  .xl-pt-80_f79e0a518b803d41 {
    padding-top: 80px !important;
  }
  .xl-pt-90_22cc0bd70f7f6aeb {
    padding-top: 90px !important;
  }
  .xl-pt-100_1ed5e97646f9abf7 {
    padding-top: 100px !important;
  }
  .xl-pt-110_3b2400af7c47a127 {
    padding-top: 110px !important;
  }
  .xl-pt-120_76fde19af859d85b {
    padding-top: 120px !important;
  }
  .xl-pt-130_7d72d1aba0510dc5 {
    padding-top: 130px !important;
  }
  .xl-pt-140_20085da74c47ffff {
    padding-top: 140px !important;
  }
  .xl-pt-150_6e45d8ac16dab175 {
    padding-top: 150px !important;
  }
  .xl-pt-200_408ee5a1bcbd5c53 {
    padding-top: 200px !important;
  }
  .xl-pb-10_22f6058019834b5b {
    padding-bottom: 10px !important;
  }
  .xl-pb-20_867c46a7c4122c67 {
    padding-bottom: 20px !important;
  }
  .xl-pb-30_954cef218988bb12 {
    padding-bottom: 30px !important;
  }
  .xl-pb-40_eee497339d4296e8 {
    padding-bottom: 40px !important;
  }
  .xl-pb-50_def50e9d34e693c7 {
    padding-bottom: 50px !important;
  }
  .xl-pb-60_c3437ce4f833499c {
    padding-bottom: 60px !important;
  }
  .xl-pb-70_14f60c5b592d5603 {
    padding-bottom: 70px !important;
  }
  .xl-pb-80_ca21d21885ede439 {
    padding-bottom: 80px !important;
  }
  .xl-pb-90_cd5161b128674bee {
    padding-bottom: 90px !important;
  }
  .xl-pb-100_fb385ac17abeea28 {
    padding-bottom: 100px !important;
  }
  .xl-pb-110_0f45f3fe4d5c4d84 {
    padding-bottom: 110px !important;
  }
  .xl-pb-120_1b5572e7bd879588 {
    padding-bottom: 120px !important;
  }
  .xl-pb-130_83bc501e3fae2e6a {
    padding-bottom: 130px !important;
  }
  .xl-pb-140_d01229520135df96 {
    padding-bottom: 140px !important;
  }
  .xl-pb-150_4ea7c7edc9a59acb {
    padding-bottom: 150px !important;
  }
  .xl-pb-200_362569ecbad559c3 {
    padding-bottom: 200px !important;
  }
  .xl-mt-10_1fffef629c49951a {
    margin-top: 10px !important;
  }
  .xl-mt-20_e2438a22a6f16e31 {
    margin-top: 20px !important;
  }
  .xl-mt-30_fd1875ed50165679 {
    margin-top: 30px !important;
  }
  .xl-mt-40_a33c13b8acd7574b {
    margin-top: 40px !important;
  }
  .xl-mt-50_02e6785251b48551 {
    margin-top: 50px !important;
  }
  .xl-mt-60_c1347d53fd752d33 {
    margin-top: 60px !important;
  }
  .xl-mt-70_7bd3db3d17269a03 {
    margin-top: 70px !important;
  }
  .xl-mt-80_cd9aa3279836b8d5 {
    margin-top: 80px !important;
  }
  .xl-mt-90_e0139882644f1558 {
    margin-top: 90px !important;
  }
  .xl-mt-100_2f6fad878dbafc02 {
    margin-top: 100px !important;
  }
  .xl-mt-110_dc4e6b5b9bce6917 {
    margin-top: 110px !important;
  }
  .xl-mt-120_63a4084d4bece1c0 {
    margin-top: 120px !important;
  }
  .xl-mt-130_5b6579c10540980d {
    margin-top: 130px !important;
  }
  .xl-mt-140_cf30db970f150065 {
    margin-top: 140px !important;
  }
  .xl-mt-150_06593af0d8177953 {
    margin-top: 150px !important;
  }
  .xl-mt-200_af9b1126aaf18b32 {
    margin-top: 200px !important;
  }
  .xl-mb-10_832982caefbc9fdf {
    margin-bottom: 10px !important;
  }
  .xl-mb-20_bfee50b266a94ea6 {
    margin-bottom: 20px !important;
  }
  .xl-mb-30_cb61a423b1da1bf1 {
    margin-bottom: 30px !important;
  }
  .xl-mb-40_b29f637478e07891 {
    margin-bottom: 40px !important;
  }
  .xl-mb-50_1e7aa63d3e869d0e {
    margin-bottom: 50px !important;
  }
  .xl-mb-60_7ca458d233dc8c8e {
    margin-bottom: 60px !important;
  }
  .xl-mb-70_2cf042e4af117812 {
    margin-bottom: 70px !important;
  }
  .xl-mb-80_0dc186865269ea26 {
    margin-bottom: 80px !important;
  }
  .xl-mb-90_dd614bd3ef67e1a2 {
    margin-bottom: 90px !important;
  }
  .xl-mb-100_c443cb7b6d7e9256 {
    margin-bottom: 100px !important;
  }
  .xl-mb-110_e37cc1144160d12e {
    margin-bottom: 110px !important;
  }
  .xl-mb-120_95bae8ee7fe78d2b {
    margin-bottom: 120px !important;
  }
  .xl-mb-130_fd3c1d6f818ab146 {
    margin-bottom: 130px !important;
  }
  .xl-mb-140_9fe08fa2e11140c6 {
    margin-bottom: 140px !important;
  }
  .xl-mb-150_31c6ef77014414e2 {
    margin-bottom: 150px !important;
  }
  .xl-mb-200_077e8b75c6942513 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 1399px)*/
@media (max-width: 1199px) {
  .lg-p0_9a2229ff65ab2f61 {
    padding: 0 !important;
  }
  .lg-m0_c8f8d30a01ae89a4 {
    margin: 0 !important;
  }
  .lg-pt-10_dcdd3ec250d74f5b {
    padding-top: 10px !important;
  }
  .lg-pt-20_dbfb0b2c06210724 {
    padding-top: 20px !important;
  }
  .lg-pt-30_de3d1abeeb53b0d1 {
    padding-top: 30px !important;
  }
  .lg-pt-40_050191acbbae6289 {
    padding-top: 40px !important;
  }
  .lg-pt-50_0bd4ebc7016bdf92 {
    padding-top: 50px !important;
  }
  .lg-pt-60_ba606a34955a9c02 {
    padding-top: 60px !important;
  }
  .lg-pt-70_05f561c8ecfb600e {
    padding-top: 70px !important;
  }
  .lg-pt-80_d671104fb7e42cdd {
    padding-top: 80px !important;
  }
  .lg-pt-90_e8947978876f5431 {
    padding-top: 90px !important;
  }
  .lg-pt-100_e8ad8e06bd1c3b4c {
    padding-top: 100px !important;
  }
  .lg-pt-110_4abefd3349f7a64b {
    padding-top: 110px !important;
  }
  .lg-pt-120_54bd35e7691bdbdf {
    padding-top: 120px !important;
  }
  .lg-pt-130_915304d90b91d6f0 {
    padding-top: 130px !important;
  }
  .lg-pt-140_8411b5939de00834 {
    padding-top: 140px !important;
  }
  .lg-pt-150_d6acfa82b21631df {
    padding-top: 150px !important;
  }
  .lg-pt-200_8aceaa7f6b74119f {
    padding-top: 200px !important;
  }
  .lg-pb-10_639dabf3e1411dbb {
    padding-bottom: 10px !important;
  }
  .lg-pb-20_6450e95e94ca464d {
    padding-bottom: 20px !important;
  }
  .lg-pb-30_2f808c15aae65ef7 {
    padding-bottom: 30px !important;
  }
  .lg-pb-40_45f22db0669e6f3a {
    padding-bottom: 40px !important;
  }
  .lg-pb-50_aa667f69dede6b30 {
    padding-bottom: 50px !important;
  }
  .lg-pb-60_f1749d763f2ce2b9 {
    padding-bottom: 60px !important;
  }
  .lg-pb-70_562fb458b303f6fa {
    padding-bottom: 70px !important;
  }
  .lg-pb-80_80e4a582ce6365af {
    padding-bottom: 80px !important;
  }
  .lg-pb-90_9c585596f080daa1 {
    padding-bottom: 90px !important;
  }
  .lg-pb-100_58028d5d3436c2a7 {
    padding-bottom: 100px !important;
  }
  .lg-pb-110_24d12852ab7b0a5f {
    padding-bottom: 110px !important;
  }
  .lg-pb-120_0a25d14b05e8ad4e {
    padding-bottom: 120px !important;
  }
  .lg-pb-130_1579cdcfba6b7c50 {
    padding-bottom: 130px !important;
  }
  .lg-pb-140_3096ded4e8089f64 {
    padding-bottom: 140px !important;
  }
  .lg-pb-150_b1bd1d0d4ff4865e {
    padding-bottom: 150px !important;
  }
  .lg-pb-200_17efdda0b53a7a53 {
    padding-bottom: 200px !important;
  }
  .lg-mt-10_ff2de998946bd4c3 {
    margin-top: 10px !important;
  }
  .lg-mt-20_78463d6a821fd412 {
    margin-top: 20px !important;
  }
  .lg-mt-30_465b17e7c82401cb {
    margin-top: 30px !important;
  }
  .lg-mt-40_7d79f8d066732509 {
    margin-top: 40px !important;
  }
  .lg-mt-50_4f9eaf8dfd91f857 {
    margin-top: 50px !important;
  }
  .lg-mt-60_8f876147004b6cda {
    margin-top: 60px !important;
  }
  .lg-mt-70_10959513491e50b9 {
    margin-top: 70px !important;
  }
  .lg-mt-80_fce02774de5fb6f5 {
    margin-top: 80px !important;
  }
  .lg-mt-90_3508fb20857df883 {
    margin-top: 90px !important;
  }
  .lg-mt-100_319c9cc8caa650ff {
    margin-top: 100px !important;
  }
  .lg-mt-110_275ebbc9cebd2558 {
    margin-top: 110px !important;
  }
  .lg-mt-120_d95a39a6a05dd90f {
    margin-top: 120px !important;
  }
  .lg-mt-130_61f1e47575ecf765 {
    margin-top: 130px !important;
  }
  .lg-mt-140_057ebe0cb48d9116 {
    margin-top: 140px !important;
  }
  .lg-mt-150_6d806605e6713b33 {
    margin-top: 150px !important;
  }
  .lg-mt-200_6166e35480d3000b {
    margin-top: 200px !important;
  }
  .lg-mb-10_3f67f35d62faca75 {
    margin-bottom: 10px !important;
  }
  .lg-mb-20_c8ff0baef86881ae {
    margin-bottom: 20px !important;
  }
  .lg-mb-30_6c72ab10840f1e05 {
    margin-bottom: 30px !important;
  }
  .lg-mb-40_017cf76069b6648d {
    margin-bottom: 40px !important;
  }
  .lg-mb-50_a084d65756b3783b {
    margin-bottom: 50px !important;
  }
  .lg-mb-60_61ad323680491497 {
    margin-bottom: 60px !important;
  }
  .lg-mb-70_46ee48bcc7daa818 {
    margin-bottom: 70px !important;
  }
  .lg-mb-80_fd6bc8334fd3d6ba {
    margin-bottom: 80px !important;
  }
  .lg-mb-90_5c71e8ff873b13ba {
    margin-bottom: 90px !important;
  }
  .lg-mb-100_5612d0dffe5a6f94 {
    margin-bottom: 100px !important;
  }
  .lg-mb-110_04d02b7402766153 {
    margin-bottom: 110px !important;
  }
  .lg-mb-120_640fa69d8b367c51 {
    margin-bottom: 120px !important;
  }
  .lg-mb-130_6794b9f7ddc1d0df {
    margin-bottom: 130px !important;
  }
  .lg-mb-140_ef8cc283d7d4c555 {
    margin-bottom: 140px !important;
  }
  .lg-mb-150_92e78d8c0ec4752c {
    margin-bottom: 150px !important;
  }
  .lg-mb-200_4c2c936303e125e6 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 1199px)*/
@media (max-width: 991px) {
  .md-p0_0cc1518b2fdc5125 {
    padding: 0 !important;
  }
  .md-m0_e6b6852ebe2a7667 {
    margin: 0 !important;
  }
  .md-pt-10_31b53f5389c10bb1 {
    padding-top: 10px !important;
  }
  .md-pt-20_6b64ec98e7c28d50 {
    padding-top: 20px !important;
  }
  .md-pt-30_b5d162c6fbc610d4 {
    padding-top: 30px !important;
  }
  .md-pt-40_315048a1caa491d6 {
    padding-top: 40px !important;
  }
  .md-pt-50_0db1e7cf24def71a {
    padding-top: 50px !important;
  }
  .md-pt-60_d3d881366738b1da {
    padding-top: 60px !important;
  }
  .md-pt-70_a616f00a6adcdb23 {
    padding-top: 70px !important;
  }
  .md-pt-80_a2f4fbbfea815f75 {
    padding-top: 80px !important;
  }
  .md-pt-90_b76fc65bd8da94bd {
    padding-top: 90px !important;
  }
  .md-pt-100_5f627f7c71b2ecf2 {
    padding-top: 100px !important;
  }
  .md-pt-110_06de4c22ea45ebfe {
    padding-top: 110px !important;
  }
  .md-pt-120_8e8d712b06910f9e {
    padding-top: 120px !important;
  }
  .md-pt-130_266f929d27337082 {
    padding-top: 130px !important;
  }
  .md-pt-140_9e272a69c9b63712 {
    padding-top: 140px !important;
  }
  .md-pt-150_98f2ad4c9b73f917 {
    padding-top: 150px !important;
  }
  .md-pt-200_8abf328edc46110a {
    padding-top: 200px !important;
  }
  .md-pb-10_e08ab575d824d05c {
    padding-bottom: 10px !important;
  }
  .md-pb-20_92efd97416511a3e {
    padding-bottom: 20px !important;
  }
  .md-pb-30_2b3e71ed1ac52ecf {
    padding-bottom: 30px !important;
  }
  .md-pb-40_78fee72d354266b3 {
    padding-bottom: 40px !important;
  }
  .md-pb-50_c1426ad1955adab4 {
    padding-bottom: 50px !important;
  }
  .md-pb-60_491388f1ae19dff4 {
    padding-bottom: 60px !important;
  }
  .md-pb-70_73a9ed313be07b63 {
    padding-bottom: 70px !important;
  }
  .md-pb-80_84cd23c3cacdc6ed {
    padding-bottom: 80px !important;
  }
  .md-pb-90_7d6fa142f4789015 {
    padding-bottom: 90px !important;
  }
  .md-pb-100_5121da26f684481d {
    padding-bottom: 100px !important;
  }
  .md-pb-110_6725b3696c29ac6a {
    padding-bottom: 110px !important;
  }
  .md-pb-120_1ddf5b5a223304be {
    padding-bottom: 120px !important;
  }
  .md-pb-130_4b0b4538bcbd06d8 {
    padding-bottom: 130px !important;
  }
  .md-pb-140_01d104e8729c018f {
    padding-bottom: 140px !important;
  }
  .md-pb-150_b5b86d80ec7339b4 {
    padding-bottom: 150px !important;
  }
  .md-pb-200_1fee387556aead1b {
    padding-bottom: 200px !important;
  }
  .md-mt-10_fa16969031235b33 {
    margin-top: 10px !important;
  }
  .md-mt-20_f028caad5bc9f320 {
    margin-top: 20px !important;
  }
  .md-mt-30_05ac485db6db27e8 {
    margin-top: 30px !important;
  }
  .md-mt-40_bd1bc2a014fe0e7c {
    margin-top: 40px !important;
  }
  .md-mt-50_567573794797621b {
    margin-top: 50px !important;
  }
  .md-mt-60_ad88109693d8a5e6 {
    margin-top: 60px !important;
  }
  .md-mt-70_8dbf87805425bdf6 {
    margin-top: 70px !important;
  }
  .md-mt-80_ec22d3d9571d9f1e {
    margin-top: 80px !important;
  }
  .md-mt-90_b2562f25d54e202b {
    margin-top: 90px !important;
  }
  .md-mt-100_be825c5c86c562f9 {
    margin-top: 100px !important;
  }
  .md-mt-110_ca347b1e6ad7ec8d {
    margin-top: 110px !important;
  }
  .md-mt-120_64f40dc3573bfafe {
    margin-top: 120px !important;
  }
  .md-mt-130_95b22e3e977af5d8 {
    margin-top: 130px !important;
  }
  .md-mt-140_a5e9cd6e7dd68653 {
    margin-top: 140px !important;
  }
  .md-mt-150_e660786844a57fd9 {
    margin-top: 150px !important;
  }
  .md-mt-200_b68ceca914c8285a {
    margin-top: 200px !important;
  }
  .md-mb-10_5759d2e78e3cee7f {
    margin-bottom: 10px !important;
  }
  .md-mb-20_65a38ec2ed0cd004 {
    margin-bottom: 20px !important;
  }
  .md-mb-30_c7b825328749d2c0 {
    margin-bottom: 30px !important;
  }
  .md-mb-40_4f2dc77a78328063 {
    margin-bottom: 40px !important;
  }
  .md-mb-50_c731e475ce0396da {
    margin-bottom: 50px !important;
  }
  .md-mb-60_1ea6c29f4b8aa4dd {
    margin-bottom: 60px !important;
  }
  .md-mb-70_23e79e5fd12d6f0a {
    margin-bottom: 70px !important;
  }
  .md-mb-80_e1ef561ae71fb930 {
    margin-bottom: 80px !important;
  }
  .md-mb-90_f10931a13c55ba36 {
    margin-bottom: 90px !important;
  }
  .md-mb-100_e647c0a24df0bfa8 {
    margin-bottom: 100px !important;
  }
  .md-mb-110_866c3b0602db4c6a {
    margin-bottom: 110px !important;
  }
  .md-mb-120_50b9d0bdadb43086 {
    margin-bottom: 120px !important;
  }
  .md-mb-130_64bf1197dfb0b8c6 {
    margin-bottom: 130px !important;
  }
  .md-mb-140_5b8914dc64a7ecd1 {
    margin-bottom: 140px !important;
  }
  .md-mb-150_fbc9f0522d8e9b93 {
    margin-bottom: 150px !important;
  }
  .md-mb-200_0ae07ec3cb9c140e {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 991px)*/
@media (max-width: 767px) {
  .sm-p0_6479ea85aacaa751 {
    padding: 0 !important;
  }
  .sm-m0_2b862fa2fc832067 {
    margin: 0 !important;
  }
  .sm-pt-10_7a8e3e50f589faf4 {
    padding-top: 10px !important;
  }
  .sm-pt-20_bbb40e4bb46c3006 {
    padding-top: 20px !important;
  }
  .sm-pt-30_c08ce37bf69321c2 {
    padding-top: 30px !important;
  }
  .sm-pt-40_ec27268b0d5c8dec {
    padding-top: 40px !important;
  }
  .sm-pt-50_45d2d965383c77f3 {
    padding-top: 50px !important;
  }
  .sm-pt-60_136dd394ea55e3c7 {
    padding-top: 60px !important;
  }
  .sm-pt-70_41629aae6bec6987 {
    padding-top: 70px !important;
  }
  .sm-pt-80_7eaa1f019853ebb6 {
    padding-top: 80px !important;
  }
  .sm-pt-90_2f04cb5544c9781f {
    padding-top: 90px !important;
  }
  .sm-pt-100_ca2184108c7a436a {
    padding-top: 100px !important;
  }
  .sm-pt-110_34728f6d2e1577f4 {
    padding-top: 110px !important;
  }
  .sm-pt-120_797b399a1ffa1766 {
    padding-top: 120px !important;
  }
  .sm-pt-130_4626a8a84aa31074 {
    padding-top: 130px !important;
  }
  .sm-pt-140_663cf4a66e7ec710 {
    padding-top: 140px !important;
  }
  .sm-pt-150_4818f616b75e869a {
    padding-top: 150px !important;
  }
  .sm-pt-200_09ec8cc8f8fedcee {
    padding-top: 200px !important;
  }
  .sm-pb-10_35e587f8bb6d4baa {
    padding-bottom: 10px !important;
  }
  .sm-pb-20_5b1d6a54d7d08077 {
    padding-bottom: 20px !important;
  }
  .sm-pb-30_9f4f0aa20a23a9ba {
    padding-bottom: 30px !important;
  }
  .sm-pb-40_aa4d32faa356e7ff {
    padding-bottom: 40px !important;
  }
  .sm-pb-50_3fd6a4f0a369968b {
    padding-bottom: 50px !important;
  }
  .sm-pb-60_d2ac618bc959e67f {
    padding-bottom: 60px !important;
  }
  .sm-pb-70_b438311b4993d627 {
    padding-bottom: 70px !important;
  }
  .sm-pb-80_7c1410f09ec842eb {
    padding-bottom: 80px !important;
  }
  .sm-pb-90_6c637714ad861fef {
    padding-bottom: 90px !important;
  }
  .sm-pb-100_6b59d88fb579d409 {
    padding-bottom: 100px !important;
  }
  .sm-pb-110_4fd3ec85ba78d067 {
    padding-bottom: 110px !important;
  }
  .sm-pb-120_88ca17e2d62e0aab {
    padding-bottom: 120px !important;
  }
  .sm-pb-130_f31d49ac951437db {
    padding-bottom: 130px !important;
  }
  .sm-pb-140_d0975095fa1728a0 {
    padding-bottom: 140px !important;
  }
  .sm-pb-150_2fb4a0f79aefaace {
    padding-bottom: 150px !important;
  }
  .sm-pb-200_adf71802297b44c3 {
    padding-bottom: 200px !important;
  }
  .sm-mt-10_40fe2f8a1f7c9dc3 {
    margin-top: 10px !important;
  }
  .sm-mt-20_73613bb98169817c {
    margin-top: 20px !important;
  }
  .sm-mt-30_3fb133b5bc1f0b1d {
    margin-top: 30px !important;
  }
  .sm-mt-40_bf4c5487ef884336 {
    margin-top: 40px !important;
  }
  .sm-mt-50_6836f184554c5399 {
    margin-top: 50px !important;
  }
  .sm-mt-60_7830ccc46dc3c1f8 {
    margin-top: 60px !important;
  }
  .sm-mt-70_6f8691a47e4a78df {
    margin-top: 70px !important;
  }
  .sm-mt-80_35a8a5496ab9e391 {
    margin-top: 80px !important;
  }
  .sm-mt-90_e5b14992c3810856 {
    margin-top: 90px !important;
  }
  .sm-mt-100_390bfe28e2b2efb9 {
    margin-top: 100px !important;
  }
  .sm-mt-110_58129276aa7280c3 {
    margin-top: 110px !important;
  }
  .sm-mt-120_889e2c05312da6cb {
    margin-top: 120px !important;
  }
  .sm-mt-130_e60d78f89c61e852 {
    margin-top: 130px !important;
  }
  .sm-mt-140_f358a2eb69799bb1 {
    margin-top: 140px !important;
  }
  .sm-mt-150_35c0279a7a5749ba {
    margin-top: 150px !important;
  }
  .sm-mt-200_e63ad63524b08ce3 {
    margin-top: 200px !important;
  }
  .sm-mb-10_1d9907c7d9ae34ad {
    margin-bottom: 10px !important;
  }
  .sm-mb-20_269babb9413182d0 {
    margin-bottom: 20px !important;
  }
  .sm-mb-30_75a2f99794f5f123 {
    margin-bottom: 30px !important;
  }
  .sm-mb-40_bfa259394e034f4c {
    margin-bottom: 40px !important;
  }
  .sm-mb-50_d04d6194d098661f {
    margin-bottom: 50px !important;
  }
  .sm-mb-60_a822de6ada1499c9 {
    margin-bottom: 60px !important;
  }
  .sm-mb-70_eed8f4aa6361dd9e {
    margin-bottom: 70px !important;
  }
  .sm-mb-80_8f43e801b76f9b7c {
    margin-bottom: 80px !important;
  }
  .sm-mb-90_71fb3ad295b63ab5 {
    margin-bottom: 90px !important;
  }
  .sm-mb-100_73628ab1c950ba4d {
    margin-bottom: 100px !important;
  }
  .sm-mb-110_55c398a2f417d42f {
    margin-bottom: 110px !important;
  }
  .sm-mb-120_818280c9be6e3b2d {
    margin-bottom: 120px !important;
  }
  .sm-mb-130_9eb77e0507f84102 {
    margin-bottom: 130px !important;
  }
  .sm-mb-140_a048d9debc13ad14 {
    margin-bottom: 140px !important;
  }
  .sm-mb-150_622fc91c6f8b9bad {
    margin-bottom: 150px !important;
  }
  .sm-mb-200_6e9e415f38064bcb {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 767px)*/
@media (max-width: 575px) {
  .xs-p0_14f7b05348793445 {
    padding: 0 !important;
  }
  .xs-m0_3de51626227f91df {
    margin: 0 !important;
  }
  .xs-pt-10_5cb8816d2d919306 {
    padding-top: 10px !important;
  }
  .xs-pt-20_84745c142259f22e {
    padding-top: 20px !important;
  }
  .xs-pt-30_c5c77c6a8485964f {
    padding-top: 30px !important;
  }
  .xs-pt-40_13d22a8d222cdcdf {
    padding-top: 40px !important;
  }
  .xs-pt-50_24d977b8ab0ca0ae {
    padding-top: 50px !important;
  }
  .xs-pt-60_7a33e7a5bcf694d2 {
    padding-top: 60px !important;
  }
  .xs-pt-70_d1540c1e82715f56 {
    padding-top: 70px !important;
  }
  .xs-pt-80_95df05776cb456d0 {
    padding-top: 80px !important;
  }
  .xs-pt-90_aba12a926f1a7c3e {
    padding-top: 90px !important;
  }
  .xs-pt-100_701239e7ff89c9c7 {
    padding-top: 100px !important;
  }
  .xs-pt-110_1e5a7799932fef3d {
    padding-top: 110px !important;
  }
  .xs-pt-120_4cebf62e8c9eee39 {
    padding-top: 120px !important;
  }
  .xs-pt-130_ee12fbba78c55712 {
    padding-top: 130px !important;
  }
  .xs-pt-140_67288715fc27d3b1 {
    padding-top: 140px !important;
  }
  .xs-pt-150_268b3c61adcdb031 {
    padding-top: 150px !important;
  }
  .xs-pt-200_75c8912cabadeef7 {
    padding-top: 200px !important;
  }
  .xs-pb-10_4d5a5cdba2ef436b {
    padding-bottom: 10px !important;
  }
  .xs-pb-20_a07a4d57ba6e2d8e {
    padding-bottom: 20px !important;
  }
  .xs-pb-30_9f587051e73e5a42 {
    padding-bottom: 30px !important;
  }
  .xs-pb-40_b1c471aaf8bcbf7d {
    padding-bottom: 40px !important;
  }
  .xs-pb-50_1466af25f578e2cc {
    padding-bottom: 50px !important;
  }
  .xs-pb-60_b7e7baece3bdc77d {
    padding-bottom: 60px !important;
  }
  .xs-pb-70_daa4c1cc07b89440 {
    padding-bottom: 70px !important;
  }
  .xs-pb-80_d34a9347bee161d6 {
    padding-bottom: 80px !important;
  }
  .xs-pb-90_27a62f0c168f8310 {
    padding-bottom: 90px !important;
  }
  .xs-pb-100_bddcc0911c21f649 {
    padding-bottom: 100px !important;
  }
  .xs-pb-110_7349c9fcf3464938 {
    padding-bottom: 110px !important;
  }
  .xs-pb-120_df0bc1d56060e153 {
    padding-bottom: 120px !important;
  }
  .xs-pb-130_53a8bdee6726a7b3 {
    padding-bottom: 130px !important;
  }
  .xs-pb-140_d856f4f8fb4e173c {
    padding-bottom: 140px !important;
  }
  .xs-pb-150_119a0afa3c1fe263 {
    padding-bottom: 150px !important;
  }
  .xs-pb-200_64c6940879b76681 {
    padding-bottom: 200px !important;
  }
  .xs-mt-10_6e44d79918e3a09a {
    margin-top: 10px !important;
  }
  .xs-mt-20_3a3e81d010678f9d {
    margin-top: 20px !important;
  }
  .xs-mt-30_37a497e62519d59f {
    margin-top: 30px !important;
  }
  .xs-mt-40_29c34a20b8b9836a {
    margin-top: 40px !important;
  }
  .xs-mt-50_4a549a05deb21a33 {
    margin-top: 50px !important;
  }
  .xs-mt-60_57177df78162a165 {
    margin-top: 60px !important;
  }
  .xs-mt-70_f5e32ec67dd76358 {
    margin-top: 70px !important;
  }
  .xs-mt-80_6049d488ef0ba0e2 {
    margin-top: 80px !important;
  }
  .xs-mt-90_f9d23e88dccaf296 {
    margin-top: 90px !important;
  }
  .xs-mt-100_71a2836c1a6ded94 {
    margin-top: 100px !important;
  }
  .xs-mt-110_47619fffccb67a99 {
    margin-top: 110px !important;
  }
  .xs-mt-120_022900cd0cd9d19c {
    margin-top: 120px !important;
  }
  .xs-mt-130_f31fa7d2d723adff {
    margin-top: 130px !important;
  }
  .xs-mt-140_758d7373083441a9 {
    margin-top: 140px !important;
  }
  .xs-mt-150_ba47b25a0a596bd3 {
    margin-top: 150px !important;
  }
  .xs-mt-200_f4a18ee7a8136798 {
    margin-top: 200px !important;
  }
  .xs-mb-10_1fb99a5267ed0e0a {
    margin-bottom: 10px !important;
  }
  .xs-mb-20_d33cb5be7c5c2c8b {
    margin-bottom: 20px !important;
  }
  .xs-mb-30_773418ef6c0ac240 {
    margin-bottom: 30px !important;
  }
  .xs-mb-40_749a762a88704e63 {
    margin-bottom: 40px !important;
  }
  .xs-mb-50_2e25783fdbf318a4 {
    margin-bottom: 50px !important;
  }
  .xs-mb-60_441d46e0813207d9 {
    margin-bottom: 60px !important;
  }
  .xs-mb-70_4a648d0af4ee867e {
    margin-bottom: 70px !important;
  }
  .xs-mb-80_b011dc573f7de91e {
    margin-bottom: 80px !important;
  }
  .xs-mb-90_912c4566c2ef61dd {
    margin-bottom: 90px !important;
  }
  .xs-mb-100_60c04ece5a1d9ca3 {
    margin-bottom: 100px !important;
  }
  .xs-mb-110_5eb8c9c9cac158de {
    margin-bottom: 110px !important;
  }
  .xs-mb-120_41edc9530ad1eee1 {
    margin-bottom: 120px !important;
  }
  .xs-mb-130_1a830208ee676b45 {
    margin-bottom: 130px !important;
  }
  .xs-mb-140_77c6c3af1b79a548 {
    margin-bottom: 140px !important;
  }
  .xs-mb-150_f3033f58a65e48ef {
    margin-bottom: 150px !important;
  }
  .xs-mb-200_3e8a7e2889b2c945 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 575px)*/
.theme-main-menu_85a11d6adb376827 {
  background: #fff;
  position: relative;
  z-index: 999;
  padding: 18px 40px;
  transition: all 0.4s ease-in-out 0s;
}
.theme-main-menu_85a11d6adb376827.menu-overlay_470e0647e6615340 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: transparent;
}
.theme-main-menu_85a11d6adb376827.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_85a11d6adb376827 .navbar-toggler_6b1a34a875feb176 {
  width: 48px;
  height: 44px;
  padding: 0;
  box-shadow: none;
  position: relative;
  z-index: 99;
  border: none;
  background: #CFFF45;
}
.theme-main-menu_85a11d6adb376827.menu-style-three_77bda34d88dafc2d .navbar-toggler_6b1a34a875feb176 {
  background: #000;
}
.theme-main-menu_85a11d6adb376827.menu-style-four_1ec84b99a38899a7 .navbar-toggler_6b1a34a875feb176 {
  background: #E6FD5A;
}
.theme-main-menu_85a11d6adb376827.menu-style-five_10ea52c38ba6ab34 .navbar-toggler_6b1a34a875feb176 {
  background: #DFFF5E;
}
.theme-main-menu_85a11d6adb376827 .navbar-toggler_6b1a34a875feb176:focus {
  box-shadow: none;
}
.theme-main-menu_85a11d6adb376827 .navbar-toggler_6b1a34a875feb176::before,
.theme-main-menu_85a11d6adb376827 .navbar-toggler_6b1a34a875feb176::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_85a11d6adb376827 .navbar-toggler_6b1a34a875feb176 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_85a11d6adb376827.menu-style-three_77bda34d88dafc2d .navbar-toggler_6b1a34a875feb176:before, .theme-main-menu_85a11d6adb376827.menu-style-three_77bda34d88dafc2d .navbar-toggler_6b1a34a875feb176:after, .theme-main-menu_85a11d6adb376827.menu-style-three_77bda34d88dafc2d .navbar-toggler_6b1a34a875feb176 span {
  background: #fff;
}
.theme-main-menu_85a11d6adb376827 .navbar-toggler_6b1a34a875feb176::before {
  transform: translate3d(0, -9px, 0) scale3d(1, 1, 1);
}
.theme-main-menu_85a11d6adb376827 .navbar-toggler_6b1a34a875feb176::after {
  transform: translate3d(0, 8px, 0) scale3d(1, 1, 1);
}
.theme-main-menu_85a11d6adb376827 .navbar-toggler_6b1a34a875feb176[aria-expanded=true] span {
  opacity: 0;
}
.theme-main-menu_85a11d6adb376827 .navbar-toggler_6b1a34a875feb176[aria-expanded=true]::before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.theme-main-menu_85a11d6adb376827 .navbar-toggler_6b1a34a875feb176[aria-expanded=true]::after {
  transform: rotate3d(0, 0, 1, -45deg);
}
.theme-main-menu_85a11d6adb376827 .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_85a11d6adb376827 .nav-item:hover .nav-link {
  color: #0C3A30;
}
.theme-main-menu_85a11d6adb376827.white-vr_d42ed71227e218c1 .nav-item .nav-link {
  color: #fff;
}
.theme-main-menu_85a11d6adb376827.white-vr_d42ed71227e218c1 .nav-item:hover .nav-link {
  color: #CFFF45;
}
.theme-main-menu_85a11d6adb376827.white-vr_d42ed71227e218c1.fixed {
  background: #0C3A30;
  border: none;
}
.theme-main-menu_85a11d6adb376827.menu-style-one_bf38b99d3a179224 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.theme-main-menu_85a11d6adb376827.menu-style-two_d0d4e5bd83276f4b {
  padding: 0;
  background: #EDF1EE;
}
.theme-main-menu_85a11d6adb376827.menu-style-two_d0d4e5bd83276f4b .info-row_3a2dcc0308b3ef6f {
  padding-top: 12px;
  padding-bottom: 12px;
  overflow: hidden;
}
.theme-main-menu_85a11d6adb376827.menu-style-two_d0d4e5bd83276f4b .gap-fix_4d8e71d2835c0eaa {
  padding-left: 40px;
  padding-right: 40px;
}
.theme-main-menu_85a11d6adb376827.menu-style-two_d0d4e5bd83276f4b .greetings_d45286d63ef0cb48 {
  font-size: 18px;
  color: #19352D;
}
.theme-main-menu_85a11d6adb376827.menu-style-two_d0d4e5bd83276f4b .contact-info_7a34e8032e88c6d4 {
  margin: 0 -15px;
}
.theme-main-menu_85a11d6adb376827.menu-style-two_d0d4e5bd83276f4b .contact-info_7a34e8032e88c6d4 li {
  padding: 0 15px;
}
.theme-main-menu_85a11d6adb376827.menu-style-two_d0d4e5bd83276f4b .contact-info_7a34e8032e88c6d4 li a {
  font-size: 18px;
  color: #19352D;
}
.theme-main-menu_85a11d6adb376827.menu-style-two_d0d4e5bd83276f4b .contact-info_7a34e8032e88c6d4 li a:hover {
  text-decoration: underline;
}
.theme-main-menu_85a11d6adb376827.menu-style-two_d0d4e5bd83276f4b .inner-content_84587928e578f99b {
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
.theme-main-menu_85a11d6adb376827.menu-style-two_d0d4e5bd83276f4b.fixed .info-row_3a2dcc0308b3ef6f {
  display: none;
}
.theme-main-menu_85a11d6adb376827.menu-style-five_10ea52c38ba6ab34 {
  background: #000;
  padding: 0;
}
.theme-main-menu_85a11d6adb376827.menu-style-five_10ea52c38ba6ab34 .inner-content_84587928e578f99b {
  background: #fff;
  border-radius: 30px;
  padding: 18px 40px;
}
.theme-main-menu_85a11d6adb376827.menu-style-six_9b28f22f8eb1dd27 .nav-item .nav-link {
  color: #044F3B;
}
.theme-main-menu_85a11d6adb376827.menu-style-six_9b28f22f8eb1dd27 .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_85a11d6adb376827 .navbar {
  position: static;
}

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

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

.navbar [class*=mega-dropdown] .menu-column_ecaa7f09ff09d6ac {
  padding: 5px 0;
}
.navbar [class*=mega-dropdown] .menu-column_ecaa7f09ff09d6ac .mega-menu-title_2d5b5e5ae02b102d {
  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_85a11d6adb376827 .login-btn-one_3faa146dd14c927a a {
  color: #000;
}
.theme-main-menu_85a11d6adb376827 .login-btn-one_3faa146dd14c927a a:hover {
  text-decoration: underline;
}
.theme-main-menu_85a11d6adb376827 .login-btn-two_679024996fbea97d a {
  color: #044F3B;
}
.theme-main-menu_85a11d6adb376827 .login-btn-two_679024996fbea97d a:hover {
  text-decoration: underline;
}
.theme-main-menu_85a11d6adb376827 .signup-btn-one_ac7480c7f41dc771 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_85a11d6adb376827 .signup-btn-one_ac7480c7f41dc771 .icon_80a33bde5dee264d {
  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_85a11d6adb376827 .signup-btn-one_ac7480c7f41dc771:hover span {
  background: #29594B;
  color: #fff;
}
.theme-main-menu_85a11d6adb376827 .signup-btn-one_ac7480c7f41dc771:hover .icon_80a33bde5dee264d {
  background: #CFFF45;
  color: #29594B;
}
.theme-main-menu_85a11d6adb376827 .signup-btn-two_c1f620f9b3f10f69 {
  color: #044F3B;
  line-height: 50px;
  border: 1px solid #044F3B;
  border-radius: 40px;
  background: #CFFF45;
  padding: 0 32px;
  text-align: center;
}
.theme-main-menu_85a11d6adb376827 .signup-btn-two_c1f620f9b3f10f69:hover {
  background: #29594B;
  color: #fff;
}
.theme-main-menu_85a11d6adb376827 .quote-one_2068e13d98843b33 {
  line-height: 48px;
  color: #fff;
  font-size: 18px;
  padding: 0 26px;
  border: 1px solid #fff;
  border-radius: 40px;
}
.theme-main-menu_85a11d6adb376827 .quote-one_2068e13d98843b33:hover {
  background: #CFFF45;
  color: #19352D;
}

.category-menu_e5a5f266e8514b08 {
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  padding: 0 40px;
}
.category-menu_e5a5f266e8514b08 li {
  position: relative;
  padding: 0 15px;
}
.category-menu_e5a5f266e8514b08 li a {
  font-size: 15px;
  font-weight: 500;
  color: #536159;
  padding: 13px 0;
  transition: all 0.2s ease-in-out 0s;
}
.category-menu_e5a5f266e8514b08 li a:hover {
  color: #0C3A30;
}
.category-menu_e5a5f266e8514b08 .dropdown-menu {
  padding: 0;
}
.category-menu_e5a5f266e8514b08 .dropdown-menu li {
  padding: 0;
}
.category-menu_e5a5f266e8514b08 .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_ed1550017978aba2 .logo_53c7344676b3e16c {
    margin-bottom: 10vh;
    padding-left: 12px;
  }
  .white-vr_d42ed71227e218c1 .navbar-collapse_ed1550017978aba2 {
    background-color: #0C3A30;
  }
  .navbar-collapse_ed1550017978aba2 {
    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_ed1550017978aba2.show {
    transform: translateX(0);
    box-shadow: 15px 0 25px rgba(35, 35, 35, 0.09);
  }
  .theme-main-menu_85a11d6adb376827 .navbar .mega-dropdown_91e5b6adc8469a01 {
    position: relative;
  }
  .navbar .navbar-nav .nav-link {
    margin: 0;
    padding: 15px 12px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
  }
  .white-vr_d42ed71227e218c1 .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_ecaa7f09ff09d6ac {
    padding: 0;
  }
  .navbar .dropdown-toggle::after {
    position: absolute;
    right: 15px;
    top: calc(50% - 2px);
  }
  .dashboard-menu_3b0a85897414227a .nav-link::before {
    right: auto;
    left: 0;
    top: -2px;
  }
}
/*(max-width: 991px)*/
.hero-banner-one_39792abb6ec9d6cc {
  background: #29594B;
  z-index: 9;
}
.hero-banner-one_39792abb6ec9d6cc::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_39792abb6ec9d6cc .hero-slider-one {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.hero-banner-one_39792abb6ec9d6cc .hero-slider-one .hero-img_a5cb1ae67a1466fb {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-banner-one_39792abb6ec9d6cc .hero-slider-one .slick-list_522fca8a99c573c4, .hero-banner-one_39792abb6ec9d6cc .hero-slider-one .slick-track_3a8b2e3f203ff938, .hero-banner-one_39792abb6ec9d6cc .hero-slider-one .item {
  height: 100%;
}
.hero-banner-one_39792abb6ec9d6cc .hero-heading_a03c58af91d26906 {
  font-weight: 700;
  color: #000;
  background: url(../resources/shape_ca3198198f/shape_01.svg) no-repeat left top;
  background-size: cover;
  padding: 11px 31px 25px 25px;
}
.hero-banner-one_39792abb6ec9d6cc .more-btn_7cea0293c098cfe2 {
  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_39792abb6ec9d6cc .more-btn_7cea0293c098cfe2:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #19352D;
}

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

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

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

.hero-banner-five_ebd9a037783d85d0 {
  background: #000;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.hero-banner-five_ebd9a037783d85d0 .bg-wrapper_fe82b3256cfd262e {
  background: #fff;
  border-radius: 30px;
  z-index: 1;
}
.hero-banner-five_ebd9a037783d85d0 .hero-heading_a03c58af91d26906 {
  font-size: 85px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.176em;
  color: #000;
}
.hero-banner-five_ebd9a037783d85d0 .rating_2a7ee6544d0f0475 h3 {
  font-size: 42px;
  margin-bottom: 0px;
}
.hero-banner-five_ebd9a037783d85d0 .rating_2a7ee6544d0f0475 p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.hero-banner-five_ebd9a037783d85d0 .media-wrapper_685a87ef985155e0 {
  position: absolute;
  background: url(../resources/assets_1561e96600/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_ebd9a037783d85d0 .media-wrapper_685a87ef985155e0 .shape_01_fa039f1d85e892aa {
  right: 0;
  bottom: 14%;
  width: 41.1%;
  z-index: 1;
}
.hero-banner-five_ebd9a037783d85d0 .media-wrapper_685a87ef985155e0 .shape_02_29682c040fa69f0b {
  top: 34%;
  left: 0;
  transform: translateX(-50%);
  width: 19.34%;
}

.hero-banner-six_efec315a34353568 .hero-heading_a03c58af91d26906 {
  font-size: 100px;
  line-height: 1.05em;
  color: #044F3B;
}
.hero-banner-six_efec315a34353568 .media-wrapper_685a87ef985155e0 {
  background: url(../resources/media/img_48.jpg) no-repeat center;
  background-size: cover;
  border-radius: 20px;
  max-width: 536px;
  width: 100%;
  height: 100%;
}
.hero-banner-six_efec315a34353568 .media-wrapper_685a87ef985155e0 .screen_01_fcc473904ca2997c {
  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_efec315a34353568 .media-wrapper_685a87ef985155e0 .screen_02_a916eba7672823ef {
  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_efec315a34353568 .media-wrapper_685a87ef985155e0 .bg-shape_86aaf238820bd090 {
  max-width: 130%;
  left: 47%;
  bottom: -12%;
  transform: translateX(-50%);
}
.hero-banner-six_efec315a34353568 .shape_01_fa039f1d85e892aa {
  bottom: 9%;
  left: 40%;
  width: 6.53%;
}

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

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

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

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

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

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

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

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

.fancy-banner-eight_4848b41a4f212a21 .bg-wrapper_fe82b3256cfd262e {
  background: #F3F8F7;
  padding: 30px 75px 0;
}
.fancy-banner-eight_4848b41a4f212a21 .media-wrapper_685a87ef985155e0 {
  padding: 0 38px;
  margin-bottom: -6px;
}
.fancy-banner-eight_4848b41a4f212a21 .media-wrapper_685a87ef985155e0 .shape_01_fa039f1d85e892aa {
  width: 100%;
  bottom: 0;
  left: 0;
}
.fancy-banner-eight_4848b41a4f212a21 .shape_02_29682c040fa69f0b {
  right: -123px;
  bottom: -5px;
}

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

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

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

.inner-banner-one_0a633fe07ceda3ae + .blog-details_7411e62437e3e053 {
  margin-top: 15px;
}

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

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

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

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

.block-feature-three_582600ef69a9a5ee {
  z-index: 1;
}
.block-feature-three_582600ef69a9a5ee:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 34%;
  bottom: 0;
  background: #EBF3EE;
  z-index: -1;
}
.block-feature-three_582600ef69a9a5ee.no-bg_0187e90dfe1dba6f:before {
  display: none;
}
.block-feature-three_582600ef69a9a5ee .section-btn_c4cd03ca9da9ee15 {
  position: absolute;
  right: 0;
  top: 68px;
}
.block-feature-three_582600ef69a9a5ee .block-title_72369003b2678be1 a {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25em;
  color: #19352D;
}
.block-feature-three_582600ef69a9a5ee .block-title_72369003b2678be1 a:hover {
  text-decoration: underline;
}
.block-feature-three_582600ef69a9a5ee .round-btn_2ef2c82b70b2cbc8 {
  font-size: 18px;
  font-weight: 900;
  color: #29594B;
  width: 38px;
  height: 38px;
  border: 1px solid #29594B;
}
.block-feature-three_582600ef69a9a5ee .round-btn_2ef2c82b70b2cbc8:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #19352D;
}
.block-feature-three_582600ef69a9a5ee .block-one_7a7aa71b66e40a16 {
  background: url(../resources/media/img_05.jpg) no-repeat center;
  background-size: cover;
  height: 470px;
}
.block-feature-three_582600ef69a9a5ee .block-one_7a7aa71b66e40a16 .tag_f128f460fb21c4fb {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  line-height: 25px;
  border: 1px solid #000;
  padding: 0 10px;
}
.block-feature-three_582600ef69a9a5ee .block-one_7a7aa71b66e40a16 .block-title_72369003b2678be1 {
  background: url(../resources/shape_ca3198198f/shape_02.svg) no-repeat right top;
  background-size: cover;
  border-radius: 25px;
  padding: 12px 0 18px 18px;
}
.block-feature-three_582600ef69a9a5ee .block-two_45d4984def66dc01 {
  overflow: hidden;
}
.block-feature-three_582600ef69a9a5ee .block-two_45d4984def66dc01 .img-wrapper_44fc98350a0dcc8a {
  background: url(../resources/media/img_06.jpg) no-repeat center;
  background-size: cover;
  width: 42%;
}
.block-feature-three_582600ef69a9a5ee .block-two_45d4984def66dc01 .text-wrapper_6215417e3b9e10af {
  width: 58%;
  padding: 30px 30px 35px 60px;
}
.block-feature-three_582600ef69a9a5ee .block-two_45d4984def66dc01 .tag_f128f460fb21c4fb {
  font-size: 13px;
  letter-spacing: 1px;
  color: white;
  line-height: 27px;
  border-radius: 17px;
  background: #29594B;
  padding: 0 17px;
}
.block-feature-three_582600ef69a9a5ee .block-three_daecc9d66f581c22 {
  background: #D3FF76;
}
.block-feature-three_582600ef69a9a5ee .block-three_daecc9d66f581c22 .tag_f128f460fb21c4fb {
  font-size: 13px;
  letter-spacing: 1px;
  color: white;
  line-height: 27px;
  border-radius: 17px;
  background: #29594B;
  padding: 0 17px;
}
.block-feature-three_582600ef69a9a5ee .block-three_daecc9d66f581c22 .round-btn_2ef2c82b70b2cbc8 {
  background: #fff;
  border-color: #fff;
}
.block-feature-three_582600ef69a9a5ee .block-three_daecc9d66f581c22 .round-btn_2ef2c82b70b2cbc8:hover {
  background: #29594B;
  border-color: #29594B;
  color: #fff;
}
.block-feature-three_582600ef69a9a5ee .block-four_3d9198b395aa2322 {
  background: url(../resources/media/img_07.jpg) no-repeat center;
  background-size: cover;
}
.block-feature-three_582600ef69a9a5ee .block-four_3d9198b395aa2322 .block-title_72369003b2678be1 {
  background: url(../resources/shape_ca3198198f/shape_03.svg) no-repeat right top;
  background-size: cover;
  border-radius: 18px;
  padding: 12px 16px 12px 18px;
}
.block-feature-three_582600ef69a9a5ee .block-four_3d9198b395aa2322 .block-title_72369003b2678be1 a {
  font-size: 28px;
}
.block-feature-three_582600ef69a9a5ee .block-four_3d9198b395aa2322 .tag_f128f460fb21c4fb {
  font-size: 13px;
  letter-spacing: 1px;
  color: #29594B;
  line-height: 27px;
  border-radius: 17px;
  background: #fff;
  padding: 0 17px;
}
.block-feature-three_582600ef69a9a5ee .block-four_3d9198b395aa2322 .round-btn_2ef2c82b70b2cbc8 {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.block-feature-three_582600ef69a9a5ee .block-four_3d9198b395aa2322 .round-btn_2ef2c82b70b2cbc8:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #000;
}
.block-feature-three_582600ef69a9a5ee .block-five_05f87ef6930ca8e3 {
  background: url(../resources/blog/blog_img_05.jpg) no-repeat center;
  background-size: cover;
  height: 358px;
}
.block-feature-three_582600ef69a9a5ee .block-five_05f87ef6930ca8e3 .tag_f128f460fb21c4fb {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  line-height: 25px;
  border: 1px solid #000;
  padding: 0 10px;
}
.block-feature-three_582600ef69a9a5ee .block-five_05f87ef6930ca8e3 .block-title_72369003b2678be1 {
  background: url(../resources/shape_ca3198198f/shape_29.svg) no-repeat right top;
  background-size: cover;
  border-radius: 15px;
  padding: 12px 10px 18px 18px;
}

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

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

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

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

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

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

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

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

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

.block-feature-thirteen_cff770f8a5fa36f0 .upper-wrapper_85bd2fbb928e7d58 {
  border-bottom: 1px solid #E6E6E6;
}
.block-feature-thirteen_cff770f8a5fa36f0 .upper-wrapper_85bd2fbb928e7d58 .shape_01_fa039f1d85e892aa {
  right: 6%;
  bottom: 16%;
}
.block-feature-thirteen_cff770f8a5fa36f0 .line-loop_f4d31f971d090445:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 130%;
  right: 0;
  top: 57%;
  background: #E6E6E6;
  z-index: -1;
}
.block-feature-thirteen_cff770f8a5fa36f0 .graph-panel_6035c89e816528d7 {
  border-right: 1px solid #E6E6E6;
}
.block-feature-thirteen_cff770f8a5fa36f0 .graph-panel_6035c89e816528d7 .main-count_3fc94b9e3835616b {
  font-size: 120px;
}
.block-feature-thirteen_cff770f8a5fa36f0 .graph-panel_6035c89e816528d7 .chart-box_97033ab53bfcdfc6 {
  padding: 0 15px;
}
.block-feature-thirteen_cff770f8a5fa36f0 .graph-panel_6035c89e816528d7 .chart-box_97033ab53bfcdfc6 .chart-inner_fd56c33cc8dbe265 {
  width: 120px;
  background: #196164;
}

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

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

.block-feature-sixteen_74533206a694de43 .media-img_523d50cbd26ca918 {
  border-radius: 30px;
}
.block-feature-sixteen_74533206a694de43 .shape_01_fa039f1d85e892aa {
  top: 31%;
  left: 50%;
}

.block-feature-seventeen_4d8978086723b2ce .section-subheading_18403982aa1d892b {
  position: absolute;
  right: 0;
  top: 0;
  width: 37%;
}
.block-feature-seventeen_4d8978086723b2ce .shape_01_fa039f1d85e892aa {
  max-width: 8%;
  top: 12%;
  left: 43%;
}

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

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

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

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

.text-feature-four_22132460c1629f27 {
  z-index: 1;
}
.text-feature-four_22132460c1629f27 .avatar_6b872a735bebe960 {
  width: 65px;
  height: 65px;
}
.text-feature-four_22132460c1629f27 .name {
  font-size: 28px;
}
.text-feature-four_22132460c1629f27 .quote-text_a31bd047441ee312 {
  font-size: 50px;
  line-height: 1.4em;
}
.text-feature-four_22132460c1629f27 .shape_01_fa039f1d85e892aa {
  top: 56%;
  left: 22%;
  animation: rotated 60s infinite linear;
}
.text-feature-four_22132460c1629f27 .shape_02_29682c040fa69f0b {
  top: 12%;
  right: 9%;
  width: 16px;
  animation: rotated 50s infinite linear;
}

.text-feature-five_d431b27f605ffef0 .bg-wrapper_fe82b3256cfd262e {
  background: #FFF2AC;
}
.text-feature-five_d431b27f605ffef0 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_d431b27f605ffef0 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_d431b27f605ffef0 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_d431b27f605ffef0 li:hover:before {
  background: #29594B;
}
.text-feature-five_d431b27f605ffef0 li:hover:after {
  color: #fff;
}
.text-feature-five_d431b27f605ffef0 .media-wrapper_685a87ef985155e0 {
  background: url(../resources/media/img_20.jpg) no-repeat center;
  background-size: cover;
  z-index: 1;
}
.text-feature-five_d431b27f605ffef0 .media-wrapper_685a87ef985155e0 .video-icon_db9f91a2b41a6b75 {
  width: 90px;
  height: 90px;
  background: #fff;
}
.text-feature-five_d431b27f605ffef0 .media-wrapper_685a87ef985155e0 .video-icon_db9f91a2b41a6b75:hover {
  background: #CFFF45;
}
.text-feature-five_d431b27f605ffef0 .media-wrapper_685a87ef985155e0 .screen_01_fcc473904ca2997c {
  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_c772ca21867d234a {
  z-index: 1;
}
.text-feature-six_c772ca21867d234a .media-wrapper_685a87ef985155e0 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 63.64%;
  z-index: -1;
}
.text-feature-six_c772ca21867d234a .media-wrapper_685a87ef985155e0 .screen_01_fcc473904ca2997c {
  width: 61.1%;
  bottom: 32%;
  right: -4%;
  z-index: 1;
  animation: jumpThree 5s infinite linear;
}
.text-feature-six_c772ca21867d234a .shape_01_fa039f1d85e892aa {
  left: 0;
  bottom: 23%;
  width: 12.3%;
}
.text-feature-six_c772ca21867d234a .shape_02_29682c040fa69f0b {
  top: 1%;
  right: 39%;
}

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

.text-feature-nine_9e2d6583108b4af3 {
  background: url(../resources/assets_1561e96600/bg_03.svg) no-repeat center bottom;
  background-size: cover;
  z-index: 1;
}
.text-feature-nine_9e2d6583108b4af3 .block_c45318990730de49 .icon_80a33bde5dee264d {
  height: 50px;
}
.text-feature-nine_9e2d6583108b4af3 .vertical-text-wrapper_4041179014a6ffb1 {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  border-left: 1px solid rgba(254, 255, 252, 0.17);
}
.text-feature-nine_9e2d6583108b4af3 .vertical-text-wrapper_4041179014a6ffb1 .text-list_96bf28151ac8f85f {
  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_9e2d6583108b4af3 .vertical-text-wrapper_4041179014a6ffb1 .text-list_96bf28151ac8f85f:hover {
  color: #C5FF4A;
  opacity: 1;
  mix-blend-mode: normal;
}
.text-feature-nine_9e2d6583108b4af3 .vertical-text-wrapper_4041179014a6ffb1 .shape_01_fa039f1d85e892aa {
  left: -83px;
  bottom: 21%;
  animation: jumpThree 6s infinite linear;
}
.text-feature-nine_9e2d6583108b4af3 .vertical-text-wrapper_4041179014a6ffb1 .shape_02_29682c040fa69f0b {
  left: 10%;
  top: 25%;
  animation: jumpFour 6s infinite linear;
}
.text-feature-nine_9e2d6583108b4af3 .shape_03_a7824ed42a8be6bc {
  left: 5%;
  top: 10%;
  animation: jumpFour 6s infinite linear;
}
.text-feature-nine_9e2d6583108b4af3 .shape_04_73794ff3832c3a38 {
  bottom: 0;
  left: 13%;
  width: 29%;
}

.team-section-one_47ece48cda0eb0e5 .section-btn_c4cd03ca9da9ee15 {
  position: absolute;
  right: 0;
  top: 25px;
}

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

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

.team-section-three_ba917a53e31f9b9b {
  z-index: 1;
}
.team-section-three_ba917a53e31f9b9b:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  background: url(../resources/shape_ca3198198f/shape_09.svg) no-repeat right bottom;
  background-size: cover;
  z-index: -1;
}
.team-section-three_ba917a53e31f9b9b .section-btn_c4cd03ca9da9ee15 {
  position: absolute;
  right: 0;
  top: 15px;
}
.team-section-three_ba917a53e31f9b9b .shape_01_fa039f1d85e892aa {
  width: 2.3%;
  top: 17%;
  left: 39%;
}
.team-section-three_ba917a53e31f9b9b .shape_02_29682c040fa69f0b {
  width: 1.5%;
  bottom: 6%;
  right: 9%;
}
.team-section-three_ba917a53e31f9b9b .shape_03_a7824ed42a8be6bc {
  max-width: 22%;
  bottom: 0;
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.partner-logo-one_ed885043edeeb37c .logo_53c7344676b3e16c {
  width: 100%;
  height: 60px;
}

.modal .modal-dialog {
  height: auto;
}
.modal .modal-dialog .modal-content_e8c9038ecbdbc2ca {
  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_a1296dd58f5150c9 {
  max-width: 565px;
}
.user-data-form .form-wrapper_a1296dd58f5150c9 .input-group-meta_64e8b7e119d13bbb 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_a1296dd58f5150c9 .input-group-meta_64e8b7e119d13bbb label {
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  margin-bottom: 6px;
}
.user-data-form .form-wrapper_a1296dd58f5150c9 .input-group-meta_64e8b7e119d13bbb .placeholder_icon_0b9220a91d1668e1 {
  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_a1296dd58f5150c9 .input-group-meta_64e8b7e119d13bbb .placeholder_icon_0b9220a91d1668e1 img {
  position: relative;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%);
}
.user-data-form .form-wrapper_a1296dd58f5150c9 .input-group-meta_64e8b7e119d13bbb .placeholder_icon_0b9220a91d1668e1 span {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
  position: relative;
}
.user-data-form .form-wrapper_a1296dd58f5150c9 .input-group-meta_64e8b7e119d13bbb .placeholder_icon_0b9220a91d1668e1 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_a1296dd58f5150c9 .input-group-meta_64e8b7e119d13bbb .placeholder_icon_0b9220a91d1668e1 span.eye-slash_3cce9b85394f25fe:before {
  opacity: 0;
}
.user-data-form .agreement-checkbox_05f83e6999e26537 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_05f83e6999e26537 label a {
  color: #0E3E2F;
  text-decoration: underline;
}
.user-data-form .agreement-checkbox_05f83e6999e26537 input[type=checkbox] {
  display: none;
}
.user-data-form .agreement-checkbox_05f83e6999e26537 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_05f83e6999e26537 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_05f83e6999e26537 a {
  position: relative;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.user-data-form .agreement-checkbox_05f83e6999e26537 a:hover {
  text-decoration: underline;
  color: #0E3E2F;
}
.user-data-form .line_37dbd2762e1781fc {
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.user-data-form .social-use-btn_c28a6db4784dcdbe {
  font-size: 16px;
  color: #000;
  height: 55px;
  border: 1px solid #E5E5E5;
  border-radius: 7px;
}
.user-data-form .social-use-btn_c28a6db4784dcdbe:hover {
  background: rgba(0, 0, 0, 0.06);
}
.user-data-form .social-use-btn_c28a6db4784dcdbe img {
  width: 20px;
}
.user-data-form .btn-close_9f46f0aab4fa13f8 {
  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_af5496ba0cab84c4 .main-count_3fc94b9e3835616b {
  font-size: 64px;
  color: #19352D;
}

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

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

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

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

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

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

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

.card-style-three_56f65ab6e5d9268c .icon_80a33bde5dee264d {
  height: 38px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.portfolio-block-one_a25752e942b43bbb .img-holder_02086186a9aa30fc {
  position: relative;
  overflow: hidden;
}
.portfolio-block-one_a25752e942b43bbb .img-holder_02086186a9aa30fc.round-border_7629635d013d97ea {
  border-radius: 30px;
}
.portfolio-block-one_a25752e942b43bbb .img-holder_02086186a9aa30fc .expend_b60552d31cfe5dbd {
  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_a25752e942b43bbb .img-holder_02086186a9aa30fc 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_a25752e942b43bbb .img-holder_02086186a9aa30fc i:hover {
  background: #DFFF5E;
}
.portfolio-block-one_a25752e942b43bbb:hover .expend_b60552d31cfe5dbd {
  opacity: 1;
}
.portfolio-block-one_a25752e942b43bbb:hover .img-meta_db6725870d2e9c5e {
  transform: scale(1.1) rotate(5deg);
}
.portfolio-block-one_a25752e942b43bbb:hover .pj-title_2105a7985c628dbf {
  text-decoration: underline;
}
.portfolio-block-one_a25752e942b43bbb .caption {
  margin-top: 35px;
}
.portfolio-block-one_a25752e942b43bbb .caption .tag_f128f460fb21c4fb {
  margin: 0 -3px;
}
.portfolio-block-one_a25752e942b43bbb .caption .tag_f128f460fb21c4fb 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_a25752e942b43bbb .caption .pj-title_2105a7985c628dbf {
  font-size: 32px;
  color: #000;
  margin-top: 15px;
}
.portfolio-block-one_a25752e942b43bbb .caption .arrow {
  font-size: 26px;
  color: #000;
}
.portfolio-block-one_a25752e942b43bbb .caption .arrow:hover {
  color: #0C3A30;
}

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

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

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

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

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

.project-details-two_4a2162b4131aeb59 .bg-wrapper_fe82b3256cfd262e {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.project-details-two_4a2162b4131aeb59 .slider-wrapper_263fc0085c5fd21e {
  height: 100%;
}
.project-details-two_4a2162b4131aeb59 .slider-wrapper_263fc0085c5fd21e .carousel-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.project-details-two_4a2162b4131aeb59 .slider-wrapper_263fc0085c5fd21e .carousel-control-next_8db40f13b303d77d,
.project-details-two_4a2162b4131aeb59 .slider-wrapper_263fc0085c5fd21e .carousel-control-prev_649c8766a144bf9e {
  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_4a2162b4131aeb59 .slider-wrapper_263fc0085c5fd21e .carousel-control-next_8db40f13b303d77d:hover,
.project-details-two_4a2162b4131aeb59 .slider-wrapper_263fc0085c5fd21e .carousel-control-prev_649c8766a144bf9e:hover {
  background: #29594B;
  color: #fff;
}
.project-details-two_4a2162b4131aeb59 .slider-wrapper_263fc0085c5fd21e .carousel-control-prev_649c8766a144bf9e {
  left: auto;
  right: 45px;
}
.project-details-two_4a2162b4131aeb59 .info-wrapper_a686303f7832353a {
  padding: 55px 50px 85px 70px;
}
.project-details-two_4a2162b4131aeb59 .info-wrapper_a686303f7832353a h3 {
  font-size: 36px;
}
.project-details-two_4a2162b4131aeb59 .info-wrapper_a686303f7832353a .list-meta_d831e4ea683b0025 li {
  padding: 22px 0;
}
.project-details-two_4a2162b4131aeb59 .info-wrapper_a686303f7832353a .list-meta_d831e4ea683b0025 .icon_80a33bde5dee264d {
  width: 40px;
}
.project-details-two_4a2162b4131aeb59 .info-wrapper_a686303f7832353a .list-meta_d831e4ea683b0025 .text1_4a23a88191cb8e2f {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}
.project-details-two_4a2162b4131aeb59 .info-wrapper_a686303f7832353a .list-meta_d831e4ea683b0025 span {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
}
.project-details-two_4a2162b4131aeb59 .info-wrapper_a686303f7832353a .social-share_9c34cdc9e294c7be li {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.project-details-two_4a2162b4131aeb59 .info-wrapper_a686303f7832353a .social-share_9c34cdc9e294c7be li a {
  font-size: 20px;
  color: #19352D;
  margin-left: 20px;
}

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

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

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

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

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

.feedback-section-three_198348861da293ff .slider-wrapper_263fc0085c5fd21e {
  padding-left: 100px;
}
.feedback-section-three_198348861da293ff .slider-wrapper_263fc0085c5fd21e .icon_80a33bde5dee264d {
  left: 0;
  top: 18px;
}
.feedback-section-three_198348861da293ff .slick-dots_a452185d4a8ef146 {
  margin: 50px 0 0 15px;
  padding: 0;
}
.feedback-section-three_198348861da293ff .slick-dots_a452185d4a8ef146 li button {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #000;
  padding: 0;
  margin-right: 3px;
}
.feedback-section-three_198348861da293ff .slick-dots_a452185d4a8ef146 .slick-active button {
  background: #000;
}
.feedback-section-three_198348861da293ff .rating-box_ba89ad22ddda686e {
  position: absolute;
  padding: 50px 37px 35px;
  left: -75px;
  bottom: -65px;
  z-index: 1;
  background: #000;
}
.feedback-section-three_198348861da293ff .rating-box_ba89ad22ddda686e .rating_2a7ee6544d0f0475 {
  font-size: 58px;
  letter-spacing: -1px;
  line-height: 25px;
  margin-bottom: 20px;
}
.feedback-section-three_198348861da293ff .shape_01_fa039f1d85e892aa {
  width: 15px;
  top: 7%;
  right: 52%;
}
.feedback-section-three_198348861da293ff .shape_02_29682c040fa69f0b {
  width: 20px;
  bottom: 17%;
  right: 17%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.blog-meta-one_e9189f7502e0fe32 {
  background: #fff;
  border-radius: 30px;
}
.blog-meta-one_e9189f7502e0fe32 .post-data_3be1e7a084ee3f65 {
  padding: 30px 35px 25px;
}
.blog-meta-one_e9189f7502e0fe32 .post-data_3be1e7a084ee3f65 .post-info_37dfa72c4dd0da23 {
  font-size: 18px;
  color: #AAAAAA;
}
.blog-meta-one_e9189f7502e0fe32 .post-data_3be1e7a084ee3f65 .blog-title_e16e54e0cc19bcbe {
  font-size: 32px;
  line-height: 1.281em;
}
.blog-meta-one_e9189f7502e0fe32 .post-data_3be1e7a084ee3f65 .blog-title_e16e54e0cc19bcbe:hover {
  text-decoration: underline;
}
.blog-meta-one_e9189f7502e0fe32 .post-img_40cb7b2553a16048 {
  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_e9189f7502e0fe32 .post-img_40cb7b2553a16048 .round-btn_2ef2c82b70b2cbc8 {
  font-size: 25px;
  width: 55px;
  height: 55px;
  background: #fff;
  color: #19352D;
}
.blog-meta-one_e9189f7502e0fe32:hover .round-btn_2ef2c82b70b2cbc8 {
  background: #CFFF45;
}
.blog-meta-one_e9189f7502e0fe32.style-two_a8d768845e6ab8a0 {
  background: #F6F6F6;
  border-radius: 0;
}
.blog-meta-one_e9189f7502e0fe32.style-two_a8d768845e6ab8a0 .post-img_40cb7b2553a16048 {
  border-radius: 0;
}
.blog-meta-one_e9189f7502e0fe32.style-two_a8d768845e6ab8a0 .blog-title_e16e54e0cc19bcbe {
  font-weight: 700;
  font-size: 28px;
  color: #000;
}

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

.blog-meta-two_552680c7267d629a {
  background: #fff;
}
.blog-meta-two_552680c7267d629a .post-data_3be1e7a084ee3f65 {
  padding-top: 30px;
}
.blog-meta-two_552680c7267d629a .post-data_3be1e7a084ee3f65 .blog-title_e16e54e0cc19bcbe {
  width: 70%;
}
.blog-meta-two_552680c7267d629a .post-data_3be1e7a084ee3f65 .blog-title_e16e54e0cc19bcbe h4 {
  font-size: 32px;
  line-height: 1.281em;
}
.blog-meta-two_552680c7267d629a .post-data_3be1e7a084ee3f65 .blog-title_e16e54e0cc19bcbe:hover h4 {
  text-decoration: underline;
}
.blog-meta-two_552680c7267d629a .post-data_3be1e7a084ee3f65 .round-btn_2ef2c82b70b2cbc8 {
  font-size: 25px;
  width: 60px;
  height: 60px;
  border: 1px solid #19352D;
  background: #fff;
  color: #19352D;
}
.blog-meta-two_552680c7267d629a .post-data_3be1e7a084ee3f65 .round-btn_2ef2c82b70b2cbc8:hover {
  background: #CFFF45;
  border-color: #CFFF45;
}
.blog-meta-two_552680c7267d629a .post-data_3be1e7a084ee3f65 .post-info_37dfa72c4dd0da23 {
  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_552680c7267d629a .post-img_40cb7b2553a16048 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-meta-two_552680c7267d629a .post-img_40cb7b2553a16048 .date_26df47622a3e4d1f {
  line-height: 38px;
  font-size: 16px;
  padding: 0 18px;
  text-transform: uppercase;
  background: #fff;
  color: #19352D;
}
.blog-meta-two_552680c7267d629a.style-two_a8d768845e6ab8a0 {
  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_552680c7267d629a.style-two_a8d768845e6ab8a0 p {
  font-size: 18px;
}
.blog-meta-two_552680c7267d629a.style-two_a8d768845e6ab8a0 .post-img_40cb7b2553a16048 {
  height: auto;
  width: 100%;
}
.blog-meta-two_552680c7267d629a.style-two_a8d768845e6ab8a0 .post-data_3be1e7a084ee3f65 {
  padding: 26px 0;
}
.blog-meta-two_552680c7267d629a.style-two_a8d768845e6ab8a0 .post-data_3be1e7a084ee3f65 .post-info_37dfa72c4dd0da23 {
  border: none;
  padding: 0;
  margin: 0 0 12px;
}
.blog-meta-two_552680c7267d629a.style-two_a8d768845e6ab8a0 .post-data_3be1e7a084ee3f65 .round-btn_2ef2c82b70b2cbc8 {
  border: none;
}

.signup-btn-one_ac7480c7f41dc771 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_ac7480c7f41dc771 .icon_80a33bde5dee264d {
  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_bdaa0f93f40d6bea {
  z-index: 1;
}
.blog-section-three_bdaa0f93f40d6bea .section-btn_c4cd03ca9da9ee15 {
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 1;
}

.blog-section-four_ee559eff78f83470 {
  z-index: 5;
}
.blog-section-four_ee559eff78f83470.block-feature-three_582600ef69a9a5ee:before {
  display: none;
}
.blog-section-four_ee559eff78f83470.block-feature-three_582600ef69a9a5ee .block-one_7a7aa71b66e40a16 {
  background: url(../resources/blog/blog_img_05.jpg) no-repeat center;
  height: 666px;
}

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

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

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

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

.blog-details_7411e62437e3e053 .post-details-meta_9c82b8c85b53fc7f {
  border-top: 1px dashed #BEBEBE;
  margin-top: 30px;
  padding: 36px 0;
}
.blog-details_7411e62437e3e053 .post-details-meta_9c82b8c85b53fc7f p {
  line-height: 1.8em;
  margin-bottom: 30px;
}
.blog-details_7411e62437e3e053 .post-details-meta_9c82b8c85b53fc7f .quote-wrapper_a8e4a7e6a2d763cf {
  text-align: center;
  margin: 62px 0 35px;
}
.blog-details_7411e62437e3e053 .post-details-meta_9c82b8c85b53fc7f .quote-wrapper_a8e4a7e6a2d763cf .wrapper_d5e6d225091c5b83 {
  position: relative;
  padding: 38px 12px 40px;
  border-top: 1px dashed #CBCBCB;
  border-bottom: 1px dashed #CBCBCB;
}
.blog-details_7411e62437e3e053 .post-details-meta_9c82b8c85b53fc7f .quote-wrapper_a8e4a7e6a2d763cf .wrapper_d5e6d225091c5b83 .icon_80a33bde5dee264d {
  width: 55px;
  height: 55px;
  background: #29594B;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-details_7411e62437e3e053 .post-details-meta_9c82b8c85b53fc7f .quote-wrapper_a8e4a7e6a2d763cf .wrapper_d5e6d225091c5b83 h3 {
  font-size: 36px;
  line-height: 1.444em;
  margin: 0;
}
.blog-details_7411e62437e3e053 .post-details-meta_9c82b8c85b53fc7f .quote-wrapper_a8e4a7e6a2d763cf h6 {
  font-size: 20px;
  margin: 24px 0 0;
}
.blog-details_7411e62437e3e053 .post-details-meta_9c82b8c85b53fc7f .quote-wrapper_a8e4a7e6a2d763cf h6 span {
  color: rgba(0, 0, 0, 0.5);
}
.blog-details_7411e62437e3e053 .post-details-meta_9c82b8c85b53fc7f .img-gallery_8d30c2a59ecae51a {
  margin-bottom: 50px;
}
.blog-details_7411e62437e3e053 .post-details-meta_9c82b8c85b53fc7f .img-gallery_8d30c2a59ecae51a img {
  border-radius: 20px;
  margin-top: 15px;
}
.blog-details_7411e62437e3e053 .post-details-meta_9c82b8c85b53fc7f h3 {
  font-size: 32px;
  margin-bottom: 20px;
}
.blog-details_7411e62437e3e053 .post-details-meta_9c82b8c85b53fc7f .list-item_ddbbebff4066b19d li {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  position: relative;
  padding-left: 33px;
  margin-bottom: 23px;
}
.blog-details_7411e62437e3e053 .post-details-meta_9c82b8c85b53fc7f .list-item_ddbbebff4066b19d li:after {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  font-size: 0.95em;
  top: 3px;
  left: 0;
  color: #000;
}
.blog-details_7411e62437e3e053 .bottom-widget_60ed053a922a8106 {
  padding: 10px 0 5px;
}
.blog-details_7411e62437e3e053 .bottom-widget_60ed053a922a8106 .tags_f5d84efeeade18d9 li:first-child {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
  margin-right: 7px;
}
.blog-details_7411e62437e3e053 .bottom-widget_60ed053a922a8106 .tags_f5d84efeeade18d9 a {
  line-height: 26px;
  border-radius: 16px;
  background: #fff;
  padding: 0 10px;
  color: #19352D;
  font-size: 16px;
  margin-right: 5px;
}
.blog-details_7411e62437e3e053 .bottom-widget_60ed053a922a8106 .tags_f5d84efeeade18d9 a:hover {
  color: #000;
  text-decoration: underline;
}
.blog-details_7411e62437e3e053 .bottom-widget_60ed053a922a8106 .share-icon_199c3cdc3554dac8 li:first-child {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.blog-details_7411e62437e3e053 .bottom-widget_60ed053a922a8106 .share-icon_199c3cdc3554dac8 a {
  color: #19352D;
  font-size: 18px;
  margin-left: 17px;
}
.blog-details_7411e62437e3e053 .grey-bg_91a68e7d9757cfda {
  background: #f4f4f4;
  border-radius: 30px;
  padding: 40px 35px;
}
.blog-details_7411e62437e3e053 .blog-inner-title_106f25c424ab5e81 {
  font-size: 42px;
  margin-bottom: 10px;
}
.blog-details_7411e62437e3e053 .blog-comment-area_c3a79eae33b7e49f {
  margin: 60px 0;
}
.blog-details_7411e62437e3e053 .blog-comment-area_c3a79eae33b7e49f .comment_f8eafebbbc560581 {
  border-top: 1px dashed #CBCBCB;
  padding: 38px 0 20px;
}
.blog-details_7411e62437e3e053 .blog-comment-area_c3a79eae33b7e49f .comment_f8eafebbbc560581:last-child {
  padding-bottom: 5px;
}
.blog-details_7411e62437e3e053 .blog-comment-area_c3a79eae33b7e49f .comment_f8eafebbbc560581 .reply-comment_bf624c4574f5cd2d {
  border: none;
  padding: 40px 0 30px;
}
.blog-details_7411e62437e3e053 .blog-comment-area_c3a79eae33b7e49f .comment_f8eafebbbc560581 .user-avatar_54af9621055b7aad {
  width: 60px;
  height: 60px;
}
.blog-details_7411e62437e3e053 .blog-comment-area_c3a79eae33b7e49f .comment_f8eafebbbc560581 .comment-text_34ed29e5010e88bc {
  width: calc(100% - 60px);
  padding-left: 25px;
  position: relative;
}
.blog-details_7411e62437e3e053 .blog-comment-area_c3a79eae33b7e49f .comment_f8eafebbbc560581 .comment-text_34ed29e5010e88bc .name {
  font-size: 20px;
  color: #19352D;
}
.blog-details_7411e62437e3e053 .blog-comment-area_c3a79eae33b7e49f .comment_f8eafebbbc560581 .comment-text_34ed29e5010e88bc .date_26df47622a3e4d1f {
  font-size: 16px;
  color: #ADADAD;
}
.blog-details_7411e62437e3e053 .blog-comment-area_c3a79eae33b7e49f .comment_f8eafebbbc560581 .comment-text_34ed29e5010e88bc p {
  font-size: 18px;
  line-height: 32px;
  margin: 7px 0 10px 0px;
}
.blog-details_7411e62437e3e053 .blog-comment-area_c3a79eae33b7e49f .comment_f8eafebbbc560581 .comment-text_34ed29e5010e88bc .reply-btn_fb0b099117cc71e4 {
  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_7411e62437e3e053 .blog-comment-area_c3a79eae33b7e49f .comment_f8eafebbbc560581 .comment-text_34ed29e5010e88bc .reply-btn_fb0b099117cc71e4:hover {
  background: #CFFF45;
  color: #19352D;
}
.blog-details_7411e62437e3e053 .blog-comment-form_f5032f3df2066fb9 p a {
  color: #19352D;
}
.blog-details_7411e62437e3e053 .blog-comment-form_f5032f3df2066fb9 form label {
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  padding-bottom: 5px;
}
.blog-details_7411e62437e3e053 .blog-comment-form_f5032f3df2066fb9 form input {
  display: block;
  font-size: 18px;
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 8px;
  padding: 0 25px;
  background: #fff;
}
.blog-details_7411e62437e3e053 .blog-comment-form_f5032f3df2066fb9 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_38aacfb6558de12f {
  height: 600px;
}

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

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

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

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

.footer-one_9e670cccc927cc03 {
  background: #0C3A30;
  padding-top: 95px;
}
.footer-one_9e670cccc927cc03 .bottom-footer_174fb8750661c0e4 {
  border-top: 1px dashed rgba(255, 255, 255, 0.25);
  margin-top: 32px;
  padding: 40px 0 25px;
}
.footer-one_9e670cccc927cc03 .social-icon_dc7143bdcd2b3ec0 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_9e670cccc927cc03 .social-icon_dc7143bdcd2b3ec0 a:hover {
  background: #CFFF45;
  color: #29594B;
}
.footer-one_9e670cccc927cc03 .footer-title_5119b3ab9152cfdb {
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
}
.footer-one_9e670cccc927cc03 .footer-nav-link_938b9179f960d499 a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 46px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-one_9e670cccc927cc03 .footer-nav-link_938b9179f960d499 a:hover {
  color: #fff;
}
.footer-nav-link_938b9179f960d499 p {
  font-size: 16px;
}
.logo_53c7344676b3e16c 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_24d068f9b5587dc4 {
  min-width: 80px;
  max-height: 40px;
  max-width: 150px;
}
.casino-li_4d9bbbcc3f5a0d2f {
  align-content: center;
}

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

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

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

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

.footer-three_efc22a9694f9b2f1 {
  padding: 75px 0 0;
  position: relative;
  z-index: 1;
}
.footer-three_efc22a9694f9b2f1 .round-bg_e5244e4c5b7df3e9 {
  width: 350px;
  height: 350px;
  padding: 15px 15px;
  background: #FFF6C6;
}
.footer-three_efc22a9694f9b2f1 .round-bg_e5244e4c5b7df3e9.color-two_588095cade59f385 {
  background: #F6FFDD;
}
.footer-three_efc22a9694f9b2f1 .footer-intro_8895b59a333aac77 p a {
  font-weight: 500;
  font-size: 24px;
  color: #000;
}
.footer-three_efc22a9694f9b2f1 .footer-intro_8895b59a333aac77 p a:hover {
  color: #19352D;
  text-decoration: underline;
}
.footer-three_efc22a9694f9b2f1 .footer-title_5119b3ab9152cfdb {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.footer-three_efc22a9694f9b2f1 .footer-nav-link_938b9179f960d499 a {
  color: rgba(0, 0, 0, 0.5);
  line-height: 46px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-three_efc22a9694f9b2f1 .footer-nav-link_938b9179f960d499 a:hover {
  color: #19352D;
  text-decoration: underline;
}
.footer-three_efc22a9694f9b2f1 .bottom-footer_174fb8750661c0e4 {
  border-top: 1px solid #e2e2e2;
  margin-top: 40px;
  padding: 40px 0 25px;
}
.footer-three_efc22a9694f9b2f1 .bottom-footer_174fb8750661c0e4 .copyright_1ccb863bb539f0e3 {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}
.footer-three_efc22a9694f9b2f1 .bottom-footer_174fb8750661c0e4 .bottom-nav_ab3e0e53a5fba1d1 {
  margin: 0 -12px;
}
.footer-three_efc22a9694f9b2f1 .bottom-footer_174fb8750661c0e4 .bottom-nav_ab3e0e53a5fba1d1 a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: #000;
}
.footer-three_efc22a9694f9b2f1 .bottom-footer_174fb8750661c0e4 .bottom-nav_ab3e0e53a5fba1d1 a:hover {
  text-decoration: underline;
}
.footer-three_efc22a9694f9b2f1 .bottom-footer_174fb8750661c0e4 .social-icon_dc7143bdcd2b3ec0 {
  margin: 0 -10px;
}
.footer-three_efc22a9694f9b2f1 .bottom-footer_174fb8750661c0e4 .social-icon_dc7143bdcd2b3ec0 a {
  margin: 0 10px;
}
.footer-three_efc22a9694f9b2f1 .bottom-footer_174fb8750661c0e4 .social-icon_dc7143bdcd2b3ec0 a:hover {
  color: #19352D;
}
.footer-three_efc22a9694f9b2f1 .shape_01_fa039f1d85e892aa {
  top: -3%;
  left: -3%;
}
.footer-three_efc22a9694f9b2f1 .shape_02_29682c040fa69f0b {
  bottom: 8%;
  right: 13%;
  animation: rotated 48s infinite linear;
}

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

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

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

.footer-five_f5789f95dab9b1d7 {
  background: #000;
  padding: 105px 0 20px;
  z-index: 1;
  overflow: hidden;
}
.footer-five_f5789f95dab9b1d7:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: url(../resources/assets_1561e96600/bg_07.svg) no-repeat center bottom;
  background-size: cover;
  z-index: -1;
}
.footer-five_f5789f95dab9b1d7 h2 {
  font-size: 132px;
  line-height: 1.185em;
}
.footer-five_f5789f95dab9b1d7 .btn-group_8baf08ec250c9256 {
  padding: 15px 15px 15px 55px;
  border-radius: 80px;
  background: #DFFF5E;
  margin: 85px 0 110px;
}
.footer-five_f5789f95dab9b1d7 .btn-group_8baf08ec250c9256 h3 {
  font-size: 70px;
  color: #000;
  margin: 0;
}
.footer-five_f5789f95dab9b1d7 .btn-group_8baf08ec250c9256 h3 span {
  font-weight: 700;
  font-style: italic;
  text-decoration-line: underline;
  text-decoration-thickness: 4px;
}
.footer-five_f5789f95dab9b1d7 .btn-group_8baf08ec250c9256 .round-btn_2ef2c82b70b2cbc8 {
  width: 125px;
  height: 125px;
  text-align: center;
  font-size: 55px;
  color: #DFFF5E;
  background: #101010;
}
.footer-five_f5789f95dab9b1d7 .btn-group_8baf08ec250c9256 .round-btn_2ef2c82b70b2cbc8:hover, .footer-five_f5789f95dab9b1d7 .btn-group_8baf08ec250c9256 .round-btn_2ef2c82b70b2cbc8:focus {
  background: #29594B;
  color: #fff;
}
.footer-five_f5789f95dab9b1d7 .social-icon_dc7143bdcd2b3ec0 {
  margin: 0 -20px;
}
.footer-five_f5789f95dab9b1d7 .social-icon_dc7143bdcd2b3ec0 a {
  color: #fff;
  margin: 0 20px;
}
.footer-five_f5789f95dab9b1d7 .social-icon_dc7143bdcd2b3ec0 a:hover {
  color: #DFFF5E;
}
.footer-five_f5789f95dab9b1d7 .bottom-nav_ab3e0e53a5fba1d1 {
  margin: 0 -12px;
}
.footer-five_f5789f95dab9b1d7 .bottom-nav_ab3e0e53a5fba1d1 a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: #fff;
}
.footer-five_f5789f95dab9b1d7 .bottom-nav_ab3e0e53a5fba1d1 a:hover {
  text-decoration: underline;
}
.footer-five_f5789f95dab9b1d7 .shape_01_fa039f1d85e892aa {
  top: 11%;
  right: 10%;
  width: 3.4%;
  animation: rotated 48s infinite linear;
}
.footer-five_f5789f95dab9b1d7 .shape_02_29682c040fa69f0b {
  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_a55a6740ad52de5b {
  animation-duration: 2s;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce_88491d12f43f8afd {
  animation-name: bounce;
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash_1c1d25a5a4944259 {
  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_ce233d5cdb92e62a {
  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_03683ac97aff81a6 {
  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_01c5bb852fce535b {
  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_9b68d459a430c8af {
  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_2cb48e5066dcdc16 {
  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_aaf842b9927e9c53 {
  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_50aa43fd25f1efdb {
  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_8bf131f9b32c5664 {
  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_10b4b029747ca25b {
  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_2e0b22e5bdb00be3 {
  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_9578c5c8cad7a1c6 {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown_0fc5b5aba124812e {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft_6d40f36e516c2ffc {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight_5619e5339610a10f {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp_b1f1539d37fb711d {
  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_82ddf3847fc5b347 {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig_90d50729a9627f37 {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft_590a85f3e2823c77 {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig_449a875505d27f86 {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight_5d0e5289830891ad {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig_927d9579ac34b0b2 {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp_1bced777a12764b3 {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig_b3c21864b0e814fb {
  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_19f12bd2bcaf4b07 {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig_bbb40e56d4ec5909 {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft_521b3b2f576ab857 {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig_2a441019caeef84f {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight_53ab4769326c2efc {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig_a98c7e16cdff959c {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp_da0f0d88bc1baa0b {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig_781146f93607e97d {
  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_4d714590d2e60737 {
  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_5b8e1b4b35471c95 {
  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_f32b459ce0102b91 {
  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_6b26a9e540925b3b {
  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_5eab2dbc6a55edd9 {
  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_aecdf1fe85566930 {
  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_41f2d0a521538957 {
  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_75e0dff8e0dbdc65 {
  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_eef70930faabd716 {
  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_47537e6014aecb3b {
  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_4b698eae1216da04 {
  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_9ed755952a9daab6 {
  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_351c6ce33902718b {
  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_957a1c56255d5931 {
  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_6ad2c3bdeb3d3fd2 {
  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_33d935246b8ab657 {
  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_38389f2299e17fdc {
  animation-name: rotateOutUpRight;
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(150px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInUp_7e5cb4d613003f93 {
  animation-name: slideInUp;
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown_0a204a4a6ad66366 {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInLeft_1ecb0f780f22584d {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight_9d232f6e4f3504b9 {
  animation-name: slideInRight;
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.slideOutLeft_fee2cdce7f9a8c59 {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.slideOutRight_debf4a304827c207 {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.slideOutUp_b028c7fa6607ebf9 {
  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_a55a6740ad52de5b {
  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_edc413c160c0b5b6 {
  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_f12ec859decb0f4d {
  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_ac177a01be49e388 .theme-select-menu_1857da48a7db8516 {
  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_918e413b67c06875 {
  overflow: hidden;
}
.product-block-one_918e413b67c06875 .img-holder_02086186a9aa30fc {
  position: relative;
  background: #F5F5F5;
  z-index: 5;
  margin-bottom: 22px;
}
.product-block-one_918e413b67c06875 .img-holder_02086186a9aa30fc .cart-icon_9769d0d0978e8719 {
  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_918e413b67c06875 .img-holder_02086186a9aa30fc .cart-icon_9769d0d0978e8719:hover {
  color: #19352D;
  background: #CFFF45;
}
.product-block-one_918e413b67c06875 .img-holder_02086186a9aa30fc .cart-button_f69e001da586ad3f {
  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_918e413b67c06875 .img-holder_02086186a9aa30fc .cart-button_f69e001da586ad3f:hover {
  color: #19352D;
  background: #CFFF45;
}
.product-block-one_918e413b67c06875 .product-title_14de52e1c695212c {
  font-weight: 500;
  color: #19352D;
  font-size: 20px;
  text-transform: capitalize;
}
.product-block-one_918e413b67c06875 .rating_2a7ee6544d0f0475 {
  margin: 0 -3px;
}
.product-block-one_918e413b67c06875 .rating_2a7ee6544d0f0475 li {
  font-size: 15px;
  margin: 0 3px;
  color: #B3B3B3;
}
.product-block-one_918e413b67c06875 .rating_2a7ee6544d0f0475 li .bi-star-fill_1941d855e93fcd21 {
  color: #FFCB65;
}
.product-block-one_918e413b67c06875 .price_71560f28f0ca0f49 {
  font-weight: 500;
  font-size: 22px;
  color: #0E3E2F;
  margin-top: 10px;
}
.product-block-one_918e413b67c06875:hover .cart-button_f69e001da586ad3f {
  opacity: 1;
  transform: translateY(0);
}
.product-block-one_918e413b67c06875:hover .product-img_585a27ce012947be {
  transform: scale(0.95);
}
.product-block-one_918e413b67c06875:hover .cart-icon_9769d0d0978e8719 {
  opacity: 1;
  transform: scale(1);
}
.product-block-one_918e413b67c06875:hover .product-title_14de52e1c695212c {
  text-decoration: underline;
}

.product-details-one_eb394128e981d3fb .product-img-tab_e9496a95935ce704 {
  border: none;
}
.product-details-one_eb394128e981d3fb .product-img-tab_e9496a95935ce704 .nav-link {
  width: 100%;
  background: #F6F6F6;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 5px 0;
  height: 88px;
  margin-bottom: 12px;
}
.product-details-one_eb394128e981d3fb .product-img-tab_e9496a95935ce704 .nav-link img {
  max-height: 100%;
}
.product-details-one_eb394128e981d3fb .product-img-tab_e9496a95935ce704 .nav-link.active {
  background: #fff;
  border-color: #000;
}
.product-details-one_eb394128e981d3fb .product-img-tab-content_f4e977a63ccff91e {
  background: #F6F6F6;
  padding: 20px;
}
.product-details-one_eb394128e981d3fb .product-img-tab-content_f4e977a63ccff91e img {
  margin: auto;
}
.product-details-one_eb394128e981d3fb .product-info_c72afafa38e49593 .stock-tag_a71690bdb62d87f7 {
  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_eb394128e981d3fb .product-info_c72afafa38e49593 .product-name_c7f3aadbb3e39131 {
  text-transform: capitalize;
  font-size: 32px;
  margin: 25px 0 15px;
}
.product-details-one_eb394128e981d3fb .product-info_c72afafa38e49593 .rating_2a7ee6544d0f0475 li {
  font-size: 15px;
  margin-right: 6px;
  color: #B3B3B3;
}
.product-details-one_eb394128e981d3fb .product-info_c72afafa38e49593 .rating_2a7ee6544d0f0475 li .bi-star-fill_1941d855e93fcd21 {
  color: #FFCB65;
}
.product-details-one_eb394128e981d3fb .product-info_c72afafa38e49593 .rating_2a7ee6544d0f0475 li a {
  font-size: 17px;
  color: #000;
  margin-left: 12px;
}
.product-details-one_eb394128e981d3fb .product-info_c72afafa38e49593 .rating_2a7ee6544d0f0475 li a:hover {
  text-decoration: underline;
}
.product-details-one_eb394128e981d3fb .product-info_c72afafa38e49593 .price_71560f28f0ca0f49 {
  font-size: 26px;
  font-weight: 700;
  color: #29594B;
  padding: 25px 0 5px;
}
.product-details-one_eb394128e981d3fb .product-info_c72afafa38e49593 .price_71560f28f0ca0f49 del {
  font-size: 0.7em;
  opacity: 0.6;
}
.product-details-one_eb394128e981d3fb .product-info_c72afafa38e49593 .availability_2309314859edb5d6 {
  color: #989CA2;
  font-size: 17px;
}
.product-details-one_eb394128e981d3fb .product-info_c72afafa38e49593 .description-text_3951bf2f9a143223 {
  padding: 10px 0 15px;
}
.product-details-one_eb394128e981d3fb .product-info_c72afafa38e49593 .product-feature_7854aa1fc425e8d9 {
  margin-bottom: 20px;
}
.product-details-one_eb394128e981d3fb .product-info_c72afafa38e49593 .product-feature_7854aa1fc425e8d9 li {
  color: #000;
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
}
.product-details-one_eb394128e981d3fb .product-info_c72afafa38e49593 .product-feature_7854aa1fc425e8d9 li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 2px;
  left: 0;
  color: #29594B;
}
.product-details-one_eb394128e981d3fb .product-info_c72afafa38e49593 .customize-order_a92685c4b2bb2691 h6 {
  font-size: 18px;
  margin: 0 15px 0 0;
}
.product-details-one_eb394128e981d3fb .product-info_c72afafa38e49593 .customize-order_a92685c4b2bb2691 .quantity_2f71d25c7657cc17 .button-group_d779b660e69f7aa2 {
  border: 1px solid #e3e3e3;
  display: inline-block;
}
.product-details-one_eb394128e981d3fb .product-info_c72afafa38e49593 .customize-order_a92685c4b2bb2691 .quantity_2f71d25c7657cc17 .button-group_d779b660e69f7aa2 li {
  line-height: 40px;
  max-height: 40px;
}
.product-details-one_eb394128e981d3fb .product-info_c72afafa38e49593 .customize-order_a92685c4b2bb2691 .quantity_2f71d25c7657cc17 .button-group_d779b660e69f7aa2 li button {
  font-size: 25px;
  color: #C9C9C9;
  background: transparent;
  width: 32px;
}
.product-details-one_eb394128e981d3fb .product-info_c72afafa38e49593 .customize-order_a92685c4b2bb2691 .quantity_2f71d25c7657cc17 .button-group_d779b660e69f7aa2 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_eb394128e981d3fb .product-review-tab_69a23e0219f3e866 .nav-tabs_1dd939d7e4ffd7b4 {
  border-bottom: 1px solid #EBEBEB;
}
.product-details-one_eb394128e981d3fb .product-review-tab_69a23e0219f3e866 .nav-tabs_1dd939d7e4ffd7b4 .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_eb394128e981d3fb .product-review-tab_69a23e0219f3e866 .nav-tabs_1dd939d7e4ffd7b4 .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_eb394128e981d3fb .product-review-tab_69a23e0219f3e866 .nav-tabs_1dd939d7e4ffd7b4 .nav-link.active:before {
  transform: scale(1);
}
.product-details-one_eb394128e981d3fb .product-review-tab_69a23e0219f3e866 .nav-tabs_1dd939d7e4ffd7b4 .nav-item:last-child .nav-link {
  margin-right: 0;
}
.product-details-one_eb394128e981d3fb .product-review-tab_69a23e0219f3e866 .tab-content_3b2fdab390f7d7bd h5 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 18px;
}
.product-details-one_eb394128e981d3fb .product-review-tab_69a23e0219f3e866 .tab-content_3b2fdab390f7d7bd .product-feature_7854aa1fc425e8d9 li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 18px;
}
.product-details-one_eb394128e981d3fb .product-review-tab_69a23e0219f3e866 .tab-content_3b2fdab390f7d7bd .product-feature_7854aa1fc425e8d9 li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 2px;
  left: 0;
  color: #29594B;
}
.product-details-one_eb394128e981d3fb .product-review-tab_69a23e0219f3e866 .user-comment-area_a682a442a0bb4ec3 .single-comment_d88aa3406b9a4f9e {
  padding-bottom: 40px;
}
.product-details-one_eb394128e981d3fb .product-review-tab_69a23e0219f3e866 .user-comment-area_a682a442a0bb4ec3 .single-comment_d88aa3406b9a4f9e:last-child {
  padding-bottom: 0;
}
.product-details-one_eb394128e981d3fb .product-review-tab_69a23e0219f3e866 .user-comment-area_a682a442a0bb4ec3 .user-img_7ffea175fcdd1ef7 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.product-details-one_eb394128e981d3fb .product-review-tab_69a23e0219f3e866 .user-comment-area_a682a442a0bb4ec3 .user-comment-data_ba8ab9dfc6587bcc {
  padding-left: 30px;
  position: relative;
}
.product-details-one_eb394128e981d3fb .product-review-tab_69a23e0219f3e866 .user-comment-area_a682a442a0bb4ec3 .user-comment-data_ba8ab9dfc6587bcc .name {
  font-size: 18px;
  margin-bottom: 4px;
}
.product-details-one_eb394128e981d3fb .product-review-tab_69a23e0219f3e866 .user-comment-area_a682a442a0bb4ec3 .user-comment-data_ba8ab9dfc6587bcc .rating_2a7ee6544d0f0475 li {
  font-size: 14px;
  margin: 0 3px;
  color: #B3B3B3;
}
.product-details-one_eb394128e981d3fb .product-review-tab_69a23e0219f3e866 .user-comment-area_a682a442a0bb4ec3 .user-comment-data_ba8ab9dfc6587bcc .rating_2a7ee6544d0f0475 li .bi-star-fill_1941d855e93fcd21 {
  color: #FFCB65;
}
.product-details-one_eb394128e981d3fb .product-review-tab_69a23e0219f3e866 .user-comment-area_a682a442a0bb4ec3 .user-comment-data_ba8ab9dfc6587bcc p {
  padding-top: 8px;
}

.cart-list-form_5b9158a697d13d83 {
  position: relative;
}
.cart-list-form_5b9158a697d13d83 .table_6f19eb4008dc98a7 {
  margin: 0;
  background: transparent;
}
.cart-list-form_5b9158a697d13d83 .table_6f19eb4008dc98a7 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_5b9158a697d13d83 .table_6f19eb4008dc98a7 th:first-child {
  text-align: left;
}
.cart-list-form_5b9158a697d13d83 .table_6f19eb4008dc98a7 tbody td {
  padding: 0 0 70px;
  border: none;
  vertical-align: middle;
  text-align: center;
  background: transparent;
}
.cart-list-form_5b9158a697d13d83 .table_6f19eb4008dc98a7 tbody tr:first-child td {
  padding-top: 60px;
}
.cart-list-form_5b9158a697d13d83 .table_6f19eb4008dc98a7 tbody tr:last-child td {
  padding-bottom: 40px;
}
.cart-list-form_5b9158a697d13d83 .table_6f19eb4008dc98a7 tbody .product-thumbnails_918a6f84ca884502 {
  width: 85px;
}
.cart-list-form_5b9158a697d13d83 .table_6f19eb4008dc98a7 tbody .product-thumbnails_918a6f84ca884502 img {
  max-height: 100%;
  max-width: none;
}
.cart-list-form_5b9158a697d13d83 .table_6f19eb4008dc98a7 tbody .product-thumbnails_918a6f84ca884502 .product-img_585a27ce012947be {
  display: block;
  max-width: 85px;
  max-height: 85px;
  overflow: hidden;
}
.cart-list-form_5b9158a697d13d83 .table_6f19eb4008dc98a7 tbody .product-info_c72afafa38e49593 {
  padding-left: 30px;
  text-align: left;
}
.cart-list-form_5b9158a697d13d83 .table_6f19eb4008dc98a7 tbody .product-info_c72afafa38e49593 .product-name_c7f3aadbb3e39131 {
  font-weight: 700;
  font-size: 20px;
  color: #19352D;
}
.cart-list-form_5b9158a697d13d83 .table_6f19eb4008dc98a7 tbody .product-info_c72afafa38e49593 .serial_27a5084441889e1b {
  font-size: 15px;
  color: rgba(31, 31, 31, 0.5);
  padding-bottom: 6px;
}
.cart-list-form_5b9158a697d13d83 .table_6f19eb4008dc98a7 tbody .product-info_c72afafa38e49593 ul li {
  display: inline-block;
  font-size: 16px;
  color: #000;
  padding-right: 15px;
}
.cart-list-form_5b9158a697d13d83 .table_6f19eb4008dc98a7 tbody .price_71560f28f0ca0f49 {
  font-weight: 500;
  font-size: 18px;
  color: #19352D;
}
.cart-list-form_5b9158a697d13d83 .table_6f19eb4008dc98a7 tbody .quantity_2f71d25c7657cc17 li {
  display: inline-block;
  line-height: 40px;
  max-height: 40px;
}
.cart-list-form_5b9158a697d13d83 .table_6f19eb4008dc98a7 tbody .quantity_2f71d25c7657cc17 li .btn_0c4013a68ceab018 {
  font-size: 24px;
  padding: 0;
  border: none;
  vertical-align: inherit;
  color: #1d1d1d;
  background: transparent;
}
.cart-list-form_5b9158a697d13d83 .table_6f19eb4008dc98a7 tbody .quantity_2f71d25c7657cc17 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_5b9158a697d13d83 .table_6f19eb4008dc98a7 tbody .remove-product_760bd24afa71b75c {
  color: #000;
  font-size: 22px;
}
.cart-list-form_5b9158a697d13d83 .table_6f19eb4008dc98a7 tbody .remove-product_760bd24afa71b75c:hover {
  color: #ff2759;
}
.cart-list-form_5b9158a697d13d83 .cart-footer_fac96643c355c3be {
  border-top: 2px solid #545454;
  margin-top: 28px;
  padding-top: 40px;
}
.cart-list-form_5b9158a697d13d83 .cart-footer_fac96643c355c3be .coupon-form_72d57d3dec16b01e input {
  width: 240px;
  height: 50px;
  border: none;
  border-bottom: 2px solid #545454;
  font-size: 18px;
  margin-right: 30px;
  background: transparent;
}
.cart-list-form_5b9158a697d13d83 .cart-footer_fac96643c355c3be .cart-total-section_f9f0b6365e3c710c {
  text-align: right;
  padding-right: 82px;
}
.cart-list-form_5b9158a697d13d83 .cart-footer_fac96643c355c3be .cart-total-section_f9f0b6365e3c710c .cart-total-table_4c6fb2bc4b7791be 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_5b9158a697d13d83 .cart-footer_fac96643c355c3be .cart-total-section_f9f0b6365e3c710c .cart-total-table_4c6fb2bc4b7791be tr td {
  font-size: 18px;
  font-weight: 500;
  color: #19352D;
  padding-bottom: 16px;
}

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

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

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

.fancybox-active_1b90649a8c1cbd4b {
  height: auto;
}

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

.fancybox-caption_c7386896864169c2, .fancybox-infobar_ef214439b2992b76, .fancybox-navigation_9206687dc506ff56 .fancybox-button_3518fa88abfc8cac, .fancybox-toolbar_b68e637a8c620364 {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption_8db0afadcacecc2e .fancybox-caption_c7386896864169c2, .fancybox-show-infobar_e31ab624c9a78e4d .fancybox-infobar_ef214439b2992b76, .fancybox-show-nav_cf7d0f0be7070910 .fancybox-navigation_9206687dc506ff56 .fancybox-button_3518fa88abfc8cac, .fancybox-show-toolbar_75031c4dd2742c65 .fancybox-toolbar_b68e637a8c620364 {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}

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

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

.fancybox-is-open_279ecf1a1fc7116f .fancybox-stage_7c9083fe2a687bbf {
  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_5c4dae5655f41f34 .fancybox-slide, .fancybox-slide--current_0a967afac7d09289, .fancybox-slide--next_1e5afce588ca9e0e, .fancybox-slide--previous_d141dcf360a1460c {
  display: block;
}

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

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

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

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

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

.fancybox-content_099d6b478f94c25f {
  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_8c54a12a9aa35e6d .fancybox-content_099d6b478f94c25f {
  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_33a0136e63c0e1e3 .fancybox-content_099d6b478f94c25f {
  cursor: zoom-out;
}

.fancybox-can-zoomIn_0fd4c2a82ed6fbfe .fancybox-content_099d6b478f94c25f {
  cursor: zoom-in;
}

.fancybox-can-drag_4726ad196a39f074 .fancybox-content_099d6b478f94c25f {
  cursor: grab;
}

.fancybox-is-dragging_a71345161daf29c2 .fancybox-content_099d6b478f94c25f {
  cursor: grabbing;
}

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

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

.fancybox-slide--html_14bb5c9ebf99a5d5 .fancybox-content_099d6b478f94c25f {
  margin-bottom: 6px;
}

.fancybox-slide--iframe_cf2662c648710c51 .fancybox-content_099d6b478f94c25f, .fancybox-slide--map_d866d725bab61885 .fancybox-content_099d6b478f94c25f, .fancybox-slide--video_cb5dc95c3d1b0b71 .fancybox-content_099d6b478f94c25f {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video_cb5dc95c3d1b0b71 .fancybox-content_099d6b478f94c25f {
  background: #000;
}

.fancybox-slide--map_d866d725bab61885 .fancybox-content_099d6b478f94c25f {
  background: #e5e3df;
}

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

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

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

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

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

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

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

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

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

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

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

.fancybox-button--play_fd6eb4659edf7527 svg path, .fancybox-button--share_7f07b23ab6bc8d3a svg path, .fancybox-button--thumbs_fe740d5786ecd7b4 svg path {
  fill: currentColor;
}

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

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

.fancybox-show-nav_cf7d0f0be7070910 .fancybox-navigation_9206687dc506ff56 .fancybox-button_3518fa88abfc8cac {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

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

.fancybox-navigation_9206687dc506ff56 .fancybox-button--arrow_left_8180338255a49da5 {
  left: 6px;
}

.fancybox-navigation_9206687dc506ff56 .fancybox-button--arrow_right_7e93221b7c2a5788 {
  right: 6px;
}

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

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

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

.fancybox-slide--iframe_cf2662c648710c51 .fancybox-close-small_96e8e930c5fa46f0, .fancybox-slide--image_8c54a12a9aa35e6d .fancybox-close-small_96e8e930c5fa46f0, .fancybox-slide--video_cb5dc95c3d1b0b71 .fancybox-close-small_96e8e930c5fa46f0 {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--iframe_cf2662c648710c51 .fancybox-close-small_96e8e930c5fa46f0:hover svg, .fancybox-slide--image_8c54a12a9aa35e6d .fancybox-close-small_96e8e930c5fa46f0:hover svg, .fancybox-slide--video_cb5dc95c3d1b0b71 .fancybox-close-small_96e8e930c5fa46f0:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling_a400f413da1aa996 .fancybox-close-small_96e8e930c5fa46f0, .fancybox-is-zoomable_67c2d70e88889f67.fancybox-can-drag_4726ad196a39f074 .fancybox-close-small_96e8e930c5fa46f0 {
  display: none;
}

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

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

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

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

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

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

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

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

.fancybox-fx-fade_df537c0773ca2f79.fancybox-slide--next_1e5afce588ca9e0e, .fancybox-fx-fade_df537c0773ca2f79.fancybox-slide--previous_d141dcf360a1460c {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade_df537c0773ca2f79.fancybox-slide--current_0a967afac7d09289 {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-share__input_66e91a9e8b335558 {
  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_4c93307d824af7e6 {
  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_3cbf18efe1d1f9dd {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs_4d801981d5248591 .fancybox-thumbs_4c93307d824af7e6 {
  display: block;
}

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

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

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

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

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

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

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

.fancybox-thumbs_4c93307d824af7e6 > 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_4c93307d824af7e6 .fancybox-thumbs-active_8b1f959bc7081dba:before {
  opacity: 1;
}

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

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

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

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

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

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

.slick-slider_e5061b63cbfa24a5 .slick-track_3a8b2e3f203ff938,
.slick-slider_e5061b63cbfa24a5 .slick-list_522fca8a99c573c4 {
  transform: translate3d(0, 0, 0);
}

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

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

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

.slick-loading_a73d26f3cd74e7e2 .slick-track_3a8b2e3f203ff938 {
  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_a73d26f3cd74e7e2 img {
  display: none;
}

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

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

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

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

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