@import 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css';

.custom-header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 4px 0
}

.custom-header-top .custom-header-top-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  list-style-type: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
  padding-left: 0
}

.custom-header-top .custom-header-top-items li.depth-1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative
}

.custom-header-top .custom-header-top-items li.depth-1:first-of-type {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.custom-header-top .custom-header-top-items li.depth-1 a {
  color: #110f14;
  font-size: 12px;
  font-family: "Poppins";
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  gap: 4px;
  text-decoration: none !important;
  padding: 8px 12px
}

@media screen and (max-width: 437px) {
  .custom-header-top .custom-header-top-items li.depth-1 a {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

@media screen and (max-width: 991px) {
  .custom-header-top .custom-header-top-items li.depth-1 {
    position: unset
  }
}

.custom-header-top .custom-header-top-items li.depth-1 .sub-menu {
  display: none;
  position: absolute;
  list-style-type: none;
  z-index: 2;
  background-color: #fff;
  padding-left: 0;
  width: 100%;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin-top: -1px
}

@media screen and (max-width: 991px) {
  .custom-header-top .custom-header-top-items li.depth-1 .sub-menu {
    left: 0
  }
}

.custom-header-top .custom-header-top-items li.depth-1 .sub-menu li {
  width: 100%;
  text-wrap: nowrap
}

.custom-header-top .custom-header-top-items li.depth-1:hover .sub-menu {
  display: block
}

.custom-header-top .custom-header-top-items.right-menu > li:not(:last-of-type) {
  border-right: 1px solid rgba(17, 15, 20, .1)
}

.custom-header-top::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(17, 15, 20, .1);
  position: absolute;
  left: 0;
  top: 40px
}

@media screen and (max-width: 437px) {
  .custom-header-top::after {
    top: 60px
  }
}

.custom-header-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (max-width: 991px) {
  .custom-header-main {
    padding: 0 24px
  }
}

@media screen and (max-width: 1280px) {
  .custom-header-main {
    max-width: 90%;
    margin: 0 auto
  }
}

@media screen and (max-width: 1099px) {
  .custom-header-main {
    max-width: unset;
    padding: 0 20px
  }
}

.custom-header-main-logo {
  width: 130px;
  margin: 16px 0
}

.custom-header-main-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0;
  padding-left: 0;
  list-style-type: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media screen and (max-width: 991px) {
  .custom-header-main-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

.custom-header-main-items > li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 0
}

.custom-header-main-items > li.cta-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.custom-header-main-items > li.cta-item a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #00b487 !important;
  border: 1px solid #00b487 !important;
  color: #fff !important;
  font-family: "Poppins";
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.32px;
  padding: 14px 32px;
  border-radius: 4px;
  text-decoration: none;
  margin-left: auto
}

@media screen and (max-width: 812px) {
  .custom-header-main-items > li.cta-item a {
    padding: 8px 13px;
    font-size: 14px
  }
}

.custom-header-main-items > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  color: #110f14;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.32px;
  text-decoration: none;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out
}

.custom-header-main-items > li > a:hover {
  color: #00b487
}

.custom-header-main-items > li .sub-wrapper {
  max-height: 0 !important;
  overflow: hidden;
  -webkit-transition: all .3s, max-width 1ms ease-in-out !important;
  transition: all .3s, max-width 1ms ease-in-out !important;
  z-index: -1;
  position: absolute;
  width: 100%;
  left: 0;
  top: 129px;
  background-color: #f2f4f6
}

.custom-header-main-items > li .sub-wrapper.active {
  max-height: 100em !important;
  border-color: #fff !important
}

@media screen and (max-width: 1280px) {
  .custom-header-main-items > li .sub-wrapper {
    top: 130px
  }
}

@media screen and (max-width: 1099px) {
  .custom-header-main-items > li .sub-wrapper {
    top: 147px
  }
}

@media screen and (max-width: 991px) {
  .custom-header-main-items > li .sub-wrapper {
    z-index: 2
  }
}

.custom-header-main-items > li .sub-wrapper .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .06), 0 0 4px 0 rgba(0, 0, 0, .04);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .06), 0 0 4px 0 rgba(0, 0, 0, .04);
  border: solid 1px rgba(17, 15, 20, .1);
  background-color: #fff;
  padding: 0 !important;
  margin: 16px auto !important
}

.custom-header-main-items > li .sub-wrapper .wrapper-back {
  cursor: pointer;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  margin-bottom: 16px
}

@media screen and (max-width: 991px) {
  .custom-header-main-items > li .sub-wrapper .wrapper-back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.custom-header-main-items > li .sub-wrapper .wrapper-back span {
  font-family: Poppins;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #110f14
}

.custom-header-main-items > li .sub-wrapper .wrapper-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 24px 32px 40px 24px
}

.custom-header-main-items > li .sub-wrapper .wrapper-left-items {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 23.5px
}

.custom-header-main-items > li .sub-wrapper .wrapper-left-items h3 {
  font-family: "Poppins";
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(17, 15, 20, .4);
  line-height: 20px;
  letter-spacing: .24px;
  font-weight: 500;
  margin: 0
}

.custom-header-main-items > li .sub-wrapper .wrapper-left-items ul {
  margin-top: 24px;
  list-style-type: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 48px
}

.custom-header-main-items > li .sub-wrapper .wrapper-left-items ul li {
  width: calc(33.3333333333% - 48px)
}

.custom-header-main-items > li .sub-wrapper .wrapper-left-items ul li.new .si-right h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.custom-header-main-items > li .sub-wrapper .wrapper-left-items ul li.new .si-right h5::after {
  content: "NEW";
  margin-left: 8px;
  background-color: rgba(0, 180, 135, .2);
  color: #00b487;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 10px;
  line-height: 4px;
  letter-spacing: .2px;
  padding: 8px;
  border-radius: 24px;
  display: block
}

.custom-header-main-items > li .sub-wrapper .wrapper-left-items ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  text-decoration: none
}

.custom-header-main-items > li .sub-wrapper .wrapper-left-items ul li a .si-left {
  width: 16px
}

.custom-header-main-items > li .sub-wrapper .wrapper-left-items ul li a .si-left img {
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out
}

.custom-header-main-items > li .sub-wrapper .wrapper-left-items ul li a .si-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.custom-header-main-items > li .sub-wrapper .wrapper-left-items ul li a .si-right h5 {
  margin-top: 0;
  margin-bottom: 2px;
  line-height: 16px;
  font-family: "Poppins";
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0;
  color: #110f14;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out
}

.custom-header-main-items > li .sub-wrapper .wrapper-left-items ul li a .si-right .menu-item-description {
  font-size: 13px;
  font-family: "Poppins";
  font-weight: 400;
  line-height: 1.4em;
  color: rgba(17, 15, 20, .7)
}

.custom-header-main-items > li .sub-wrapper .wrapper-left-items ul li a:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(17%) sepia(87%) saturate(7487%) hue-rotate(150deg) brightness(94%) contrast(101%);
  filter: brightness(0) saturate(100%) invert(17%) sepia(87%) saturate(7487%) hue-rotate(150deg) brightness(94%) contrast(101%)
}

.custom-header-main-items > li .sub-wrapper .wrapper-left-items ul li a:hover h5 {
  color: #00b487
}

@media screen and (max-width: 890px) {
  .custom-header-main-items > li .sub-wrapper .wrapper-left-items ul {
    gap: 30px
  }

  .custom-header-main-items > li .sub-wrapper .wrapper-left-items ul li {
    width: calc(50% - 15px)
  }
}

.custom-header-main-items > li .sub-wrapper .wrapper-left-cta {
  margin-top: 23.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.custom-header-main-items > li .sub-wrapper .wrapper-left-cta-left {
  width: 50%
}

.custom-header-main-items > li .sub-wrapper .wrapper-left-cta-left h5 {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #110f14;
  margin: 0
}

.custom-header-main-items > li .sub-wrapper .wrapper-left-cta-left p {
  font-family: "Poppins";
  font-size: 13px;
  line-height: 18px;
  color: rgba(17, 15, 20, .7);
  font-weight: normal;
  margin-top: 4px
}

.custom-header-main-items > li .sub-wrapper .wrapper-left-cta-right a {
  border: 1px solid rgba(17, 15, 20, .6);
  border-radius: 4px;
  padding: 12px 16px;
  color: #110f14;
  font-size: 12px;
  font-family: "Poppins";
  font-weight: normal;
  line-height: 14px;
  text-decoration: none;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  display: block
}

.custom-header-main-items > li .sub-wrapper .wrapper-left-cta-right a:hover {
  color: #fff;
  background-color: #110f14
}

.custom-header-main-items > li .sub-wrapper .wrapper-right {
  width: 25%;
  padding: 24px 32px;
  background-color: #e9edf0
}

.custom-header-main-items > li .sub-wrapper .wrapper-right h5 {
  font-family: "Poppins";
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(17, 15, 20, .4);
  line-height: 20px;
  letter-spacing: .24px;
  font-weight: 500;
  margin: 0
}

.custom-header-main-items > li .sub-wrapper .wrapper-right-featured {
  margin-top: 24px
}

.custom-header-main-items > li .sub-wrapper .wrapper-right-featured-img {
  width: 100%;
}

.custom-header-main-items > li .sub-wrapper .wrapper-right-featured-title {
  margin-top: 12px;
  margin-bottom: 4px;
  line-height: 22px;
  font-size: 14px;
  font-family: "Poppins";
  font-weight: 500;
  color: #110f14
}

.custom-header-main-items > li .sub-wrapper .wrapper-right-featured-text {
  color: rgba(17, 15, 20, .7);
  font-family: "Poppins";
  font-weight: normal;
  font-size: 13px;
  line-height: 1.4;
}

.custom-header-main-items > li .sub-wrapper .wrapper-right-featured-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  color: #110f14;
  text-decoration: none;
  font-family: "Poppins";
  font-weight: normal;
  line-height: 14px;
  margin-top: 16px
}

.custom-header-main-items > li .sub-wrapper .wrapper-right-featured-cta svg {
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out
}

.custom-header-main-items > li .sub-wrapper .wrapper-right-featured-cta:hover svg {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

@media screen and (min-width: 991px) {
  .custom-header-main-items > li:hover .sub-wrapper {
    max-height: 100em !important;
    z-index: 99999;
    -webkit-transition: all .9s, max-width 1ms ease-in-out !important;
    transition: all .9s, max-width 1ms ease-in-out !important
  }
}

@media screen and (max-width: 893px) {
  .custom-header-main-items {
    width: 79%
  }
}

@media screen and (max-width: 991px) {
  .custom-header-main-items {
    position: fixed;
    top: -500px;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #f2f4f6;
    z-index: 99;
    overflow-y: scroll;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    padding: 24px
  }

  .custom-header-main-items.active {
    top: 160px
  }

  .custom-header-main-items > li {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: unset;
    position: relative
  }

  .custom-header-main-items > li > a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .custom-header-main-items > li > a::after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
  }

  .custom-header-main-items > li.cta-item {
    display: none
  }

  .custom-header-main-items > li .sub-wrapper {
    border-top: none;
    position: fixed;
    display: block;
    top: 126px;
    right: 0;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    width: 100%;
    padding: 0;
    bottom: 0;
    overflow-y: scroll;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
  }
}

@media screen and (max-width: 991px)and (max-width: 478px) {
  .custom-header-main-items > li .sub-wrapper {
    top: 145px
  }
}

@media screen and (max-width: 991px) {
  .custom-header-main-items > li .sub-wrapper .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    background-color: #f2f4f6;
    padding: 16px !important
  }

  .custom-header-main-items > li .sub-wrapper .wrapper-left {
    background-color: #fff;
    width: 100%;
    padding: 24px 16px 32px
  }

  .custom-header-main-items > li .sub-wrapper .wrapper-left-items .sub-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
  }

  .custom-header-main-items > li .sub-wrapper .wrapper-left-items .sub-menu li {
    width: 100%
  }

  .custom-header-main-items > li .sub-wrapper .wrapper-left-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .custom-header-main-items > li .sub-wrapper .wrapper-left-cta-left {
    width: 100%
  }

  .custom-header-main-items > li .sub-wrapper .wrapper-left-cta-right a {
    text-align: center;
    margin-top: 24px
  }

  .custom-header-main-items > li .sub-wrapper .wrapper-right {
    width: 100%;
    padding: 24px 16px 32px
  }

  .custom-header-main-items > li .sub-wrapper .wrapper-right img {
    aspect-ratio: 5/3
  }

  .custom-header-main-items > li .sub-wrapper.active {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@media screen and (max-width: 991px)and (max-width: 478px) {
  .custom-header-main-items {
    top: 145px
  }
}

.custom-header-main-cta li a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #00b487 !important;
  border: 1px solid #00b487 !important;
  color: #fff !important;
  font-family: "Poppins";
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.32px;
  padding: 14px 32px;
  border-radius: 4px;
  text-decoration: none;
  margin-left: auto
}

@media screen and (max-width: 812px) {
  .custom-header-main-cta li a {
    padding: 8px 13px;
    font-size: 14px
  }
}

@media screen and (max-width: 991px) {
  .custom-header-main-cta li a {
    display: none
  }
}

.custom-header-main-mobile {
  display: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

@media screen and (max-width: 991px) {
  .custom-header-main-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.custom-header-main-mobile-cta {
  padding: 0;
  margin: 0
}

.custom-header-main-mobile-cta li {
  display: none
}

.custom-header-main-mobile-cta li.cta-item {
  display: block !important
}

.custom-header-main-mobile-cta li.cta-item a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #00b487 !important;
  border: 1px solid #00b487 !important;
  color: #fff !important;
  font-family: "Poppins";
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.32px;
  padding: 14px 32px;
  border-radius: 4px;
  text-decoration: none;
  margin-left: auto
}

@media screen and (max-width: 812px) {
  .custom-header-main-mobile-cta li.cta-item a {
    padding: 8px 26px;
    font-size: 14px
  }
}

.custom-header-main-mobile-hamburger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4.7px;
  overflow: hidden
}

@media screen and (max-width: 991px) {
  .custom-header-main-mobile-hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.custom-header-main-mobile-hamburger span.line {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #000;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out
}

.custom-header-main-mobile-hamburger.x span.line {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0)
}

.custom-header-main-mobile-hamburger.x span.line:first-of-type {
  -webkit-transform: translate(0, 7px) rotate(45deg);
  transform: translate(0, 7px) rotate(45deg)
}

.custom-header-main-mobile-hamburger.x span.line:last-of-type {
  -webkit-transform: translate(0, -6px) rotate(-45deg);
  transform: translate(0, -6px) rotate(-45deg)
}

@media screen and (max-width: 991px) {
  .custom-header.active {
    position: fixed;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 999
  }
}

.custom-header .custom-header-main-items li.depth-1 > ul.sub-menu {
  display: none !important
}

.custom-header .container {
  margin: 0 auto !important
}

@media (min-width: 991px) {
  .custom-header-main-items .two-column {
    position: relative
  }

  .custom-header-main-items .two-column .sub-wrapper {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #f2f4f6;
    left: 50% !important;
    top: 83px !important;
    padding: 0 16px
  }

  .custom-header-main-items .two-column .sub-wrapper.full {
    width: 640px !important
  }

  .custom-header-main-items .two-column .sub-wrapper .wrapper {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    margin: 16px auto !important
  }

  .custom-header-main-items .two-column .wrapper-left {
    width: 317px !important
  }

  .custom-header-main-items .two-column .wrapper-left .wrapper-left-items {
    border-bottom: 0px !important
  }

  .custom-header-main-items .two-column .wrapper-left .wrapper-left-items .sub-menu {
    gap: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .custom-header-main-items .two-column .wrapper-left .wrapper-left-items .sub-menu li {
    width: 100% !important
  }

  .custom-header-main-items .two-column .wrapper-left .wrapper-left-items .sub-menu li h5 {
    font-size: 14px !important
  }

  .custom-header-main-items .two-column .wrapper-right {
    width: 291px !important
  }

  .custom-header-main-items .two-column .wrapper-left .wrapper-left-cta {
    display: none !important
  }
}

.custom-header-main-items .two-column .wrapper-left .wrapper-left-items {
  border-bottom: 0px !important
}

.custom-header-main-items .two-column .wrapper-left .wrapper-left-cta {
  display: none !important
}

.TransparentHeader {
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999
}

.TransparentHeader .fl-row-content-wrap {
  -webkit-transition: .3s background-color ease-in-out;
  transition: .3s background-color ease-in-out
}

.TransparentHeader:not(:hover) .fl-row-content-wrap {
  background-color: #000 !important
}

.TransparentHeader:not(:hover) .custom-header-top:after {
  background-color: #7d7a7a !important
}

.TransparentHeader:not(:hover) .custom-header-top .custom-header-top-items.right-menu > li:not(:last-of-type) {
  border-right: 1px solid #7d7a7a !important
}

.TransparentHeader:not(:hover) .custom-header .custom-header-top li a {
  color: #fff !important
}

@media screen and (max-width: 991px) {
  .TransparentHeader:not(:hover) .custom-header .custom-header-top li a {
    color: #110f14 !important
  }
}

.TransparentHeader:not(:hover) .custom-header .custom-header-top li a:after, .TransparentHeader:not(:hover) .custom-header .custom-header-main .custom-header-main-items li a:after {
  color: #fff !important;
  -webkit-filter: invert(1);
  filter: invert(1)
}

.TransparentHeader:not(:hover) .custom-header .custom-header-main .custom-header-main-items li a {
  color: #fff !important
}

.TransparentHeader:not(:hover) .custom-header .custom-header-main .custom-header-main-items .cta-item a {
  background-color: #000 !important;
  border: 1px solid #fff !important
}

.TransparentHeader .custom-header-main-logo {
  -webkit-filter: invert(1);
  filter: invert(1)
}

.TransparentHeader:hover .custom-header-main-logo {
  -webkit-filter: invert(0);
  filter: invert(0)
}

.TransparentHeader .custom-header-main-mobile-hamburger span.line {
  background-color: #fff !important
}

.TransparentHeader:not(:hover) .custom-header .custom-header-main .custom-header-main-cta .cta-item a {
  border: 1px solid #fff !important;
  background-color: #000 !important
}

@media (max-width: 991px) {
  .TransparentHeader .custom-header.active {
    top: 0px !important
  }

  .TransparentHeader .custom-header-main-items {
    top: -100% !important
  }

  .TransparentHeader .custom-header-main-items.active {
    top: 145px !important
  }

  .TransparentHeader .custom-header-main, .TransparentHeader:hover .custom-header-main {
    background: #000 !important
  }

  .TransparentHeader .custom-header-top, .TransparentHeader:hover .custom-header-top {
    background: #fff !important
  }

  .TransparentHeader:hover .custom-header-main-logo, .TransparentHeader .custom-header-main-logo {
    -webkit-filter: invert(1) !important;
    filter: invert(1) !important
  }

  .TransparentHeader .custom-header .custom-header-main .custom-header-main-mobile .cta-item a, .TransparentHeader .custom-header .custom-header-main .custom-header-main-cta .cta-item a {
    border: 1px solid #fff !important;
    background-color: #000 !important
  }

  .TransparentHeader .custom-header-top .custom-header-top-items li.depth-1 a, .TransparentHeader:hover .custom-header-top .custom-header-top-items li.depth-1 a {
    color: #110f14 !important
  }

  .TransparentHeader .custom-header-top .custom-header-top-items.right-menu > li:not(:last-of-type), .TransparentHeader:not(:hover) .custom-header-top .custom-header-top-items.right-menu > li:not(:last-of-type), .TransparentHeader:hover .custom-header-top .custom-header-top-items.right-menu > li:not(:last-of-type) {
    border-right: 1px solid rgba(17, 15, 20, .1) !important
  }

  .TransparentHeader .custom-header-top:after, .TransparentHeader:hover .custom-header-top:after {
    content: unset !important
  }

  .TransparentHeader .custom-header .custom-header-top li a:after, .TransparentHeader:hover .custom-header .custom-header-top li a:after {
    -webkit-filter: invert(0) !important;
    filter: invert(0) !important
  }

  .TransparentHeader:not(:hover) {
    border-bottom: 0px !important
  }

  .TransparentHeader .custom-header-main-items > li .sub-wrapper .wrapper {
    width: 100% !important
  }

  .TransparentHeader .custom-header-main-items > li .sub-wrapper .wrapper {
    border: 0px !important
  }

  .TransparentHeader:hover .custom-header .custom-header-main .custom-header-main-items .cta-item a {
    border: 1px solid #4d6991
  }
}

.Business .Business-wrapper {
  overflow: hidden
}

.Business .Business-wrapper .Business-Select .Business-after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Poppins";
  font-size: 38px;
  font-weight: normal;
  letter-spacing: -0.76px;
  position: relative
}

@media screen and (max-width: 768px) {
  .Business .Business-wrapper .Business-Select .Business-after {
    font-size: 26px
  }
}

.Business .Business-wrapper .Business-Select .Business-after .select_dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 2px solid #00b487;
  gap: 10px;
  cursor: pointer !important;
  min-width: 200px;
  position: relative
}

.Business .Business-wrapper .Business-Select .Business-after .select_dropdown .select_business .options {
  background-color: #110f14;
  z-index: 5;
  position: absolute;
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
  display: none;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  max-width: 100%;
  border: 1px solid #00b487;
  width: 100%;
  min-width: 205px
}

.Business .Business-wrapper .Business-Select .Business-after .select_dropdown .select_business .options .option {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100%;
  padding: 5px;
  font-size: 20px
}

.Business .Business-wrapper .Business-Select .Business-after .select_dropdown .select_business .options .option.active {
  display: none
}

.Business .Business-wrapper .Business-content {
  margin: 64px 0
}

@media screen and (max-width: 768px) {
  .Business .Business-wrapper .Business-content {
    margin-top: 40px
  }
}

.Business .Business-wrapper .Business-content .Business-MainContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .7s all ease-in-out;
  transition: .7s all ease-in-out;
  height: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px
}

.Business .Business-wrapper .Business-content .Business-MainContent.active {
  visibility: visible;
  opacity: 1;
  height: auto
}

.Business .Business-wrapper .Business-content .Business-MainContent .MainContent-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.Business .Business-wrapper .Business-content .Business-MainContent .MainContent-left h2 {
  font-size: 38px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: -0.76px;
  text-align: left;
  color: #fff;
  margin-bottom: 16px
}

.Business .Business-wrapper .Business-content .Business-MainContent .MainContent-left .description {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: rgba(255, 255, 255, .8);
  margin-bottom: 24px
}

.Business .Business-wrapper .Business-content .Business-MainContent .MainContent-left .cta-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.Business .Business-wrapper .Business-content .Business-MainContent .MainContent-left .cta-buttons a {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  padding: 12px 32px
}

.Business .Business-wrapper .Business-content .Business-MainContent .MainContent-left .cta-buttons a.primary-cta {
  background-color: #00b487;
  border-radius: 4px
}

.Business .Business-wrapper .Business-content .Business-MainContent .MainContent-left .cta-buttons a.secondary-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px
}

.Business .Business-wrapper .Business-content .Business-MainContent .MainContent-left .cta-buttons a.secondary-cta svg {
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out
}

.Business .Business-wrapper .Business-content .Business-MainContent .MainContent-left .cta-buttons a.secondary-cta:hover svg {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

@media screen and (max-width: 768px) {
  .Business .Business-wrapper .Business-content .Business-MainContent .MainContent-left h2 {
    font-size: 26px;
    line-height: 32px
  }

  .Business .Business-wrapper .Business-content .Business-MainContent .MainContent-left .description {
    font-size: 14px;
    line-height: 22px
  }
}

.Business .Business-wrapper .Business-content .Business-MainContent .MainContent-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.Business .Business-wrapper .Business-content .Business-MainContent .MainContent-features {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 64px
}

.Business .Business-wrapper .Business-content .Business-MainContent .MainContent-features-feature {
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f2f4f6
}

.Business .Business-wrapper .Business-content .Business-MainContent .MainContent-features-feature-content {
  padding: 24px
}

.Business .Business-wrapper .Business-content .Business-MainContent .MainContent-features-feature-content-title {
  font-family: "Poppins";
  font-weight: 300;
  font-size: 22px;
  color: #110f14
}

.Business .Business-wrapper .Business-content .Business-MainContent .MainContent-features-feature-content-description {
  color: rgba(17, 15, 20, .7);
  font-size: 16px;
  font-family: "Poppins";
  line-height: 28px;
  margin-top: 16px
}

.Business .Business-wrapper .Business-content .Business-MainContent .MainContent-features-feature-content-cta {
  display: block;
  margin-top: 32px;
  color: #110f14;
  font-size: 16px;
  font-family: "Poppins";
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px
}

.Business .Business-wrapper .Business-content .Business-MainContent .MainContent-features-feature-content-cta svg {
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out
}

.Business .Business-wrapper .Business-content .Business-MainContent .MainContent-features-feature-content-cta:hover svg {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

@media screen and (max-width: 768px) {
  .Business .Business-wrapper .Business-content .Business-MainContent .MainContent-features-feature-content-title {
    font-size: 18px;
    line-height: 24px
  }

  .Business .Business-wrapper .Business-content .Business-MainContent .MainContent-features-feature-content-description {
    font-size: 14px;
    line-height: 22px;
    margin-top: 8px
  }

  .Business .Business-wrapper .Business-content .Business-MainContent .MainContent-features-feature-content-cta {
    font-size: 14px
  }
}

@media screen and (max-width: 550px) {
  .Business .Business-wrapper .Business-content .Business-MainContent .MainContent-features-feature {
    width: 100% !important;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset
  }

  .Business .Business-wrapper .Business-content .Business-MainContent .MainContent-features-feature-content {
    padding: 8px
  }
}

.Business .Business-wrapper .Business-content .Business-MainContent .MainContent-features-feature:nth-child(3n) {
  background-color: #fbfffe;
  width: 100%;
  -webkit-box-flex: unset;
  -ms-flex: unset;
  flex: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.Business .Business-wrapper .Business-content .Business-MainContent .MainContent-features-feature:nth-child(3n) img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 50%
}

.Business .Business-wrapper .Business-content .Business-MainContent .MainContent-features-feature:nth-child(3n) .MainContent-features-feature-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

@media screen and (max-width: 768px) {
  .Business .Business-wrapper .Business-content .Business-MainContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.PainPoints-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative
}

@media screen and (max-width: 1280px) {
  .PainPoints-wrapper {
    gap: 60px
  }
}

.PainPoints-wrapper-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

@media screen and (max-width: 1280px) {
  .PainPoints-wrapper-content {
    width: 100%
  }
}

.PainPoints-wrapper-content-single {
  margin-bottom: 128px
}

@media screen and (max-width: 991px) {
  .PainPoints-wrapper-content-single-img {
    display: block !important;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 48px
  }
}

.PainPoints-wrapper-content-single-title {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 26px;
  color: #110f14
}

.PainPoints-wrapper-content-single-description {
  color: rgba(17, 15, 20, .7);
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 28px;
  max-width: 100%;
  margin-top: 8px
}

.PainPoints-wrapper-content-single-list ul {
  margin: 22px 0 30px;
  list-style-type: none;
  padding-left: 0
}

.PainPoints-wrapper-content-single-list ul li {
  font-size: 14px;
  color: rgba(17, 15, 20, .7);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 22px;
  padding: 4px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px
}

.PainPoints-wrapper-content-single-list ul li::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 13.3px;
  min-width: 13.3px
}

.PainPoints-wrapper-content-single-cta {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.32px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #110f14;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.PainPoints-wrapper-content-single-cta svg {
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out
}

.PainPoints-wrapper-content-single-cta:hover svg {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

@media screen and (max-width: 1280px) {
  .PainPoints-wrapper-content-single-title {
    font-size: 26px
  }

  .PainPoints-wrapper-content-single-description {
    font-size: 16px
  }

  .PainPoints-wrapper-content-single-list ul li {
    font-size: 14px
  }

  .PainPoints-wrapper-content-single-cta {
    font-size: 16px
  }

  .PainPoints-wrapper-content-single-testimonial-text, .PainPoints-wrapper-content-single-testimonial-wrapper-info-author, .PainPoints-wrapper-content-single-testimonial-wrapper-info-company {
    font-size: 14px
  }
}

.PainPoints-wrapper-content-single-testimonial {
  margin-top: 64px;
  border: 1px solid rgba(17, 15, 20, .1);
  padding: 16px
}

@media screen and (max-width: 768px) {
  .PainPoints-wrapper-content-single-testimonial {
    margin-top: 32px
  }
}

.PainPoints-wrapper-content-single-testimonial-text {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: rgba(17, 15, 20, .7);
  font-size: 14px
}

.PainPoints-wrapper-content-single-testimonial-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  gap: 15px
}

.PainPoints-wrapper-content-single-testimonial-wrapper img {
  width: 48px;
  height: 48px;
  border-radius: 100%
}

.PainPoints-wrapper-content-single-testimonial-wrapper-info-author {
  color: #110f14;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 22px;
  font-size: 14px
}

.PainPoints-wrapper-content-single-testimonial-wrapper-info-company {
  color: rgba(17, 15, 20, .7);
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 500
}

.PainPoints-wrapper-content .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

.PainPoints-wrapper-content .slick-dots li button {
  width: 30px;
  height: 4px;
  background-color: #e3e9ed;
  color: rgba(0, 0, 0, 0)
}

.PainPoints-wrapper-content .slick-dots li.slick-active button {
  background-color: #00b487
}

.PainPoints-wrapper-content .nextArrow, .PainPoints-wrapper-content .prevArrow {
  position: absolute;
  right: 0;
  bottom: 40px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(17, 15, 20, .6);
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer
}

.PainPoints-wrapper-content .nextArrow:hover, .PainPoints-wrapper-content .prevArrow:hover {
  background-color: #00b487;
  border-color: #00b487
}

.PainPoints-wrapper-content .nextArrow:hover svg path, .PainPoints-wrapper-content .prevArrow:hover svg path {
  stroke: #fff
}

.PainPoints-wrapper-content .prevArrow {
  -webkit-transform: translate(-120%, 0);
  transform: translate(-120%, 0)
}

.PainPoints-wrapper-image {
  width: 60%;
  margin-bottom: 128px
}

@media screen and (max-width: 1280px) {
  .PainPoints-wrapper-image {
    display: none
  }
}

.PainPoints-wrapper-image img {
  width: 100%;
  border-radius: 10px;
  position: sticky;
  top: 150px;
  bottom: 128px
}

@media screen and (max-width: 1280px) {
  .PainPoints-wrapper-image {
    width: 592px
  }
}

.FeatureTiles .FeatureTiles-wrapper .FeatureTiles-heading {
  width: 60%
}

@media (max-width: 767px) {
  .FeatureTiles .FeatureTiles-wrapper .FeatureTiles-heading {
    width: 100%
  }
}

.FeatureTiles .FeatureTiles-wrapper .FeatureTiles-heading h2 {
  font-family: "Poppins";
  font-size: 38px;
  line-height: 46px;
  letter-spacing: -0.76px;
  color: #110f14
}

@media (max-width: 767px) {
  .FeatureTiles .FeatureTiles-wrapper .FeatureTiles-heading h2 {
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: -0.52px
  }
}

.FeatureTiles .FeatureTiles-wrapper .FeatureTiles-heading .content {
  font-family: Poppins;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: rgba(17, 15, 20, .7)
}

@media (max-width: 767px) {
  .FeatureTiles .FeatureTiles-wrapper .FeatureTiles-heading .content {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal
  }
}

.FeatureTiles .FeatureTiles-wrapper .FeaturesTiles-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 60px;
  margin-top: 150px
}

@media (max-width: 767px) {
  .FeatureTiles .FeatureTiles-wrapper .FeaturesTiles-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
    gap: 40px
  }
}

@media (max-width: 575px) {
  .FeatureTiles .FeatureTiles-wrapper .FeaturesTiles-items {
    gap: 32px
  }
}

.FeatureTiles .FeatureTiles-wrapper .FeaturesTiles-items .item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(50% - 30px);
  flex: 1 0 calc(50% - 30px)
}

.FeatureTiles .FeatureTiles-wrapper .FeaturesTiles-items .item:nth-child(even) {
  margin-top: -128px
}

@media (max-width: 767px) {
  .FeatureTiles .FeatureTiles-wrapper .FeaturesTiles-items .item:nth-child(even) {
    margin-top: 0px
  }
}

.FeatureTiles .FeatureTiles-wrapper .FeaturesTiles-items .item .wrapper {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .06), 0 0 4px 0 rgba(0, 0, 0, .04);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .06), 0 0 4px 0 rgba(0, 0, 0, .04);
  border-radius: 8px;
  -webkit-transition: .3s ease;
  transition: .3s ease
}

.FeatureTiles .FeatureTiles-wrapper .FeaturesTiles-items .item .wrapper:hover {
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .06), 0 0 10px 0 rgba(0, 0, 0, .04);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .06), 0 0 10px 0 rgba(0, 0, 0, .04);
  -webkit-transition: .3s ease;
  transition: .3s ease
}

.FeatureTiles .FeatureTiles-wrapper .FeaturesTiles-items .item .wrapper:hover .image img {
  scale: 1.2;
  -webkit-transition: .3s ease;
  transition: .3s ease
}

.FeatureTiles .FeatureTiles-wrapper .FeaturesTiles-items .item .wrapper:hover .image-hover {
  opacity: 1
}

.FeatureTiles .FeatureTiles-wrapper .FeaturesTiles-items .item .wrapper .image {
  height: 300px;
  overflow: hidden;
  border-radius: 8px 8px 0px 0px;
  position: relative
}

@media (max-width: 767px) {
  .FeatureTiles .FeatureTiles-wrapper .FeaturesTiles-items .item .wrapper .image {
    height: 250px
  }
}

@media (max-width: 575px) {
  .FeatureTiles .FeatureTiles-wrapper .FeaturesTiles-items .item .wrapper .image {
    height: 150px
  }
}

.FeatureTiles .FeatureTiles-wrapper .FeaturesTiles-items .item .wrapper .image-hover {
  position: absolute;
  width: 100%;
  width: 100% !important;
  bottom: 0;
  background: #fff;
  left: 0;
  opacity: 0
}

.FeatureTiles .FeatureTiles-wrapper .FeaturesTiles-items .item .wrapper .image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  scale: 1;
  -webkit-transition: .3s ease;
  transition: .3s ease
}

.FeatureTiles .FeatureTiles-wrapper .FeaturesTiles-items .item .wrapper .content_wrapper {
  padding: 16px 24px 24px 24px
}

.FeatureTiles .FeatureTiles-wrapper .FeaturesTiles-items .item .wrapper .content_wrapper .subheading {
  margin-bottom: 8px
}

.FeatureTiles .FeatureTiles-wrapper .FeaturesTiles-items .item .wrapper .content_wrapper .subheading h5 {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: .28px;
  text-align: left;
  color: #00b487;
  margin: 0px
}

@media (max-width: 767px) {
  .FeatureTiles .FeatureTiles-wrapper .FeaturesTiles-items .item .wrapper .content_wrapper .subheading h5 {
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: .24px
  }
}

.FeatureTiles .FeatureTiles-wrapper .FeaturesTiles-items .item .wrapper .content_wrapper .title {
  margin-bottom: 8px
}

.FeatureTiles .FeatureTiles-wrapper .FeaturesTiles-items .item .wrapper .content_wrapper .title h3 {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  letter-spacing: normal;
  text-align: left;
  color: #110f14;
  margin: 0px
}

@media (max-width: 767px) {
  .FeatureTiles .FeatureTiles-wrapper .FeaturesTiles-items .item .wrapper .content_wrapper .title h3 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left
  }
}

.FeatureTiles .FeatureTiles-wrapper .FeaturesTiles-items .item .wrapper .content_wrapper .bullet_points .bullet_wrapper {
  position: relative
}

.FeatureTiles .FeatureTiles-wrapper .FeaturesTiles-items .item .wrapper .content_wrapper .bullet_points .bullet_wrapper .bullet_item::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 13.3px;
  min-width: 13.3px
}

.FeatureTiles .FeatureTiles-wrapper .FeaturesTiles-items .item .wrapper .content_wrapper .content {
  font-family: Poppins;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: left;
  color: rgba(17, 15, 20, .7);
  margin-bottom: 16px
}

@media (max-width: 767px) {
  .FeatureTiles .FeatureTiles-wrapper .FeaturesTiles-items .item .wrapper .content_wrapper .content {
    font-size: 14px;
    line-height: 1.57
  }
}

.FeatureTiles .FeatureTiles-wrapper .FeaturesTiles-items .item .wrapper .content_wrapper .tiles_cta {
  margin-top: 32px
}

.FeatureTiles .FeatureTiles-wrapper .FeaturesTiles-items .item .wrapper .content_wrapper .tiles_cta a {
  font-family: Poppins;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -0.32px;
  text-align: left;
  color: #110f14;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .3s ease;
  transition: .3s ease
}

.FeatureTiles .FeatureTiles-wrapper .FeaturesTiles-items .item .wrapper .content_wrapper .tiles_cta a svg {
  margin-left: 4px
}

.FeatureTiles .FeatureTiles-wrapper .FeaturesTiles-items .item .wrapper .content_wrapper .tiles_cta a:hover svg {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: .3s ease;
  transition: .3s ease
}

@media (max-width: 767px) {
  .FeatureTiles .FeatureTiles-wrapper .FeaturesTiles-items .item .wrapper .content_wrapper .tiles_cta a {
    font-size: 12px;
    line-height: 1.67
  }
}

.Header-Huemor-custom-width .fl-builder-module-template {
  padding: 0px !important;
  max-width: 1280px !important
}

.Header-Huemor-custom-width .fl-node-content {
  margin-top: 0 !important
}