.hbn-slider-container {
  margin: 15px 0 0;
  padding: 47px 0 0;
}

.content-wrapper {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}

.hbn-slides-inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  align-items: flex-start;
}

.hbn-slides-inner > * {
  padding: 0 15px;
  width: 57%;
}

.hbn-slides-right {
  width: 43%;
  line-height: 0;
  display: flex;
  align-items: flex-end;
}

.hbn-content {
  margin: 17px 0 0;
  font-family: Work Sans;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  width: 100%;
}

h1, .hbn-content h2 {
  font-family: Work Sans;
  font-weight: 500;
  font-size: 56px;
  line-height: 100%;
  margin: 0 0 16px;
}

.hbn-slides-left {
  display: flex;
  min-height: 418px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hbn-button {
  width: 100%;
  margin: 24px 0 0;
}

a.btn-gr {
  display: inline-block;
  font-family: Work Sans;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  color: #fff;
  background: linear-gradient(270deg, #FF5C00 0%, #FFB100 100%);
  padding: 12.5px 32px;
  border-radius: 10px;
  transition: all .3s ease;
}

a.btn-gr:hover {
  -webkit-transform: translateY(-3px) ;
  -ms-transform: translateY(-3px);
  transform: translateY(-3px) !important;
  text-decoration: none;
}

.hbn-slider-container .content-wrapper {
  position: relative;
}

.cnn-slider-nav {
  display: flex;
  align-items: center;
  gap: 16px;
}

.cnn-slider-nav * {
  position: static !important;
}

.cnn-slider-dot ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex !important;
  gap: 8px;
}

.cnn-slider-dot ul li {
  margin: 0;
  width: 15px;
  height: 15px;
  background: #EAE9E5;
  border-radius: 100%;
  transition: all .3s ease;
}

.cnn-slider-dot ul li button {
  display: none !important;
}

.cnn-slider-dot ul li.slick-active, .cnn-slider-dot ul li:hover {
  background: #FF5C00;
}

.cnn-slider-left.slick-arrow {
  transform: rotate(-180deg);
  line-height: 0;
}

.cnn-slider-right.slick-arrow {
  transform: none;
  line-height: 0;
}

.cnn-slider-nav .slick-arrow {
  transition: all .3s ease;
}

.cnn-slider-left.slick-arrow:hover {
  transform: rotate(-180deg) translateX(4px);
}

.cnn-slider-right.slick-arrow:hover {
  transform: translateX(4px);
}

.cnn-slider-nav .slick-arrow.slick-disabled {
  opacity: 20%;
  pointer-events: none;
}

.hbn-slider-nav {
  position: absolute;
  bottom: 24px;
  left: 20px;
}

.hbn-content h2 {
}

.hbn-slides-wrapper {
  margin: 0 !important;
}

.hws-container {
  padding: 80px 0;
}

.hws-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 0 0 25px;
}

.hws-top h2 {
  margin: 0;
}

h2 {
  font-family: Work Sans;
  font-weight: 500;
  font-size: 48px;
  line-height: 110.00000000000001%;
}

.hws-cards-holder {
  padding: 16px;
}

.hws-rows {
  display: flex;
  gap: 24px;
}

.hws-rows + .hws-rows {
  margin: 27px 0 0;
}

.hws-content {
  padding: 24px;
  background: #FFFFFF;
  box-shadow: 0px 4px 6px 0px #00000012;
  border-radius: 10px;
  font-family: Work Sans;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  transition: all .3s ease;
}

.hws-image {
  box-shadow: 0px 4px 4px 0px #0000001C;
  line-height: 0;
  border-radius: 10px;
  overflow: hidden;
}

.hws-cards-inner {
  height: 100%;
}

.hws-cards-inner > * {
  height: 100%;
}

.hws-image img {
  height: 100% !important;
  object-fit: cover;
  max-width: unset !important;
}

h5 {
  font-family: Work Sans;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  margin: 0 0 8px;
}

.hws-button {
  text-align: center;
  margin: 25px 0 0;
}

.hws-image-inner {
  height: 100%;
}



.hss-container {
  padding: 64px 0 80px;
}

.hss-top {
  margin: 0 0 32px;
}

.hss-card-container {
  background: linear-gradient(0deg, #FF5C00 0%, #FFB100 100%);
  padding: 16px 8px;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 0;
}

.hss-card {
  width: 33.33%;
  padding: 0 8px;
}

.hss-cards-inner {
  box-shadow: 0px 4px 6px 0px #00000012;
  background: #FAF9F5;
  border-radius: 10px;
  height: 100%;
  padding: 16px;
  transition: all .3s ease;
  border: 1px solid #FAF9F5;
}

.hss-cards-inner a {
  display: flex;
  color: #31404C !important;
  text-decoration: none !important;
}

.hss-icon {
  width: 25.309999465942383px;
}

.hss-content {
  width: calc(100% - 25.309999465942383px);
  padding-left: 8px;
  font-family: Work Sans;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
}

.hss-content h4 {
  font-family: Work Sans;
  font-weight: 500;
  font-size: 20px;
  line-height: 110.00000000000001%;
  margin: 0 0 4px;
}

.hss-cards-inner:hover { 
  border: 1px solid #FFB100;
  box-shadow: 0px 4px 4px 0px #0000001C;
  background: #31404C;
  transform: scale(1.04);
  cursor: pointer;
}

.hss-cards-inner:hover * {
  color: #fff;
}
.his-container {
  padding: 64px 0 95px;
}

.his-top {
  margin: 0 0 64px;
}

.his-card-container {
  max-width: 840px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 32px 0;
}

.his-card {
  padding: 0 12px;
  width: 33.33%;
}

.his-cards-inner {
  height: 100%;
}

.his-cards-inner a {
  display: flex;
  align-items: center;
  padding: 24px;
  height: 100%;
  border: 1px solid #FFB100;
  border-radius: 10px;
  gap: 16px;
  font-weight: 500;
  font-size: 28px;
  line-height: 110.00000000000001%;
  color: #31404C !important;
  text-decoration: none !important;
  transition: all .3s ease;
}

.his-content h3 {
  font-family: Work Sans;
  font-weight: 500;
  font-size: 28px;
  line-height: 110.00000000000001%;
  margin: 0;
}

.his-icon {
  line-height: 0;
}
.slick-arrow {
  cursor: pointer;
}
.his-cards-inner a:hover { 
  box-shadow: 0px 4px 6px 0px #00000012;
  background: #31404C;
  transform: scale(1.04);
}
.his-cards-inner a:hover * { 
  color:#fff;
}
.hvd-container {
  padding: 80px 0;
}

.hvd-top {
  line-height: 0;
  text-align: center;
  margin: 0 0 40px;
}

.hvd-tw-col {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
}

.hvd-left {
  width: 42%;
  padding: 0 16px;
}

h2 {
  font-family: Work Sans;
  font-weight: 500;
  font-size: 48px;
  line-height: 110.00000000000001%;
}

.hvd-right {
  font-family: Work Sans;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  padding: 0 16px;
  width: 58%;
}

.hvd-left h2 {
  margin: 0;
  padding: 0 0 16px;
  border-bottom: 1px solid #FF5C00;
}

.hvd-videoo {
  margin: 40px 0 0;
}

.hvd-button {
  text-align: center;
  margin: 40px 0 0;
}

.hvd-slides-right {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

div#videoContainer {
  height: 0;
  padding-bottom: 59%;
}

.hvd-video-thumbnail img {
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

div#videoThumbnail {
  position: static;
}

video#mainVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.has-container {
  padding: 64px 0;
}

.has-top-content {
  text-align: center;
  margin: 0 0 32px;
}

.has-boxd-logo ul {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 32px;
}

.has-boxd-logo ul li {
  padding: 20px;
  box-shadow: 0px 4px 4px 0px #0000001C;
  background: #FFFFFF;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.has-boxd-logo {
  margin: 0 0 32px;
}

.has-logo-grid ul {
  margin: 0;
  padding: 0;
  line-height: normal;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  gap: 8px 0;
  justify-content: space-around;
}

.has-logo-grid {
  , max-block-size: 646px;
  , max-block-size: 646px;
  , max-block-size: 646p;
  , max-block-size: 646;
  , max-block-size: 64;
  , max-block-size: 6;
  max-width: 646px;
  margin: 0 auto 32px;
}

.has-button {
  text-align: center;
}

a.btn-gr.btn-blue {
  background: linear-gradient(90deg, #20A6AA 0%, #1994A2 100%);
}

a.btn-gr {
  color: #fff !important;
}

.hc-container {
  padding: 80px 0;
  background: linear-gradient(270deg, #FF5C00 0%, #FFB100 100%);
  color: #FAF9F5;
}

.hc-top {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin: 0 0 15px;
}

span.hc-line {
  height: 1px;
  background: #FAF9F5;
  width: 100%;
}

.hc-top h2 {
  width: 100%;
  margin: 0;
  white-space: nowrap;
}

.hc-bottom {
  padding-bottom: 42px;
  border-bottom: 1px solid #FAF9F5;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}

.hs-count-label {
  font-family: Work Sans;
  font-weight: 700;
  font-size: 20px;
  line-height: 110.00000000000001%;
  text-align: center;
}

.hs-counts {
  font-family: Work Sans;
  font-weight: 500;
  font-size: 80px;
  line-height: 100%;
  text-align: center;
  margin: 0 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hs-counts span {
  display: inline;
}

.hrs-slider-container {
  padding: 64px 0;
}

.hrs-top-content h2 {
  position: relative;
  margin: 0;
}

.hrs-top-content {
  margin: 0 0 68px;
}

.hrs-top-content h2:after {
  content: '';
  width: 80px;
  height: 1px;
  background: #fff;
  position: absolute;
  bott CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
}

.hrs-slides-inner {
  padding: 0 16px;
}

.hrs-slides-left {
  background: #FAF9F5;
  padding: 24px 40px 40px;
  border-radius: 20px;
  text-align: center;
}

.hrs-icon {
  margin: 0 0 24px;
  line-height: 0;
}

.hrs-content {
  font-family: Georgia;
  font-weight: 400;
  font-style: Italic;
  font-size: 18px;
  line-height: 125%;
  text-align: center;
}

.hrs-content h6 {
  margin: 0;
  font-family: Work Sans;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  color: #FF5C00;
  font-style: normal;
}

.hrs-slider-nav.cnn-slider-nav {
  justify-content: center;
}

.kore-lp-cards-1 .card.border-radius {
  background: #F4F4F4 !important;
}

.hws-content:hover {
  background: #31404C;
  color: #fff;
}

.hws-rows:nth-child(2) .hws-cards {
  flex: 1;
}


.hrs-slider-container .slick-track {
  display: flex;
}

.hrs-slider-container .slick-track:before, .hrs-slider-container .slick-track:after {
  display: none;
}

.hrs-slider-container .slick-track .slick-slide {
  float: none;
  height: unset;
}

.hrs-slides-inner, .hrs-slides-left {
  height: 100%;
}

.hrs-content {
  height: calc(100% - 73px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.his-button, .hrs-button {
  text-align: center;
  margin: 50px 0 0;
}

form ul.inputs-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

form ul.inputs-list .hs-form-booleancheckbox-display {
    display: flex;
    align-items: flex-start;
    margin: 0;
}

body form.hs-form ul.inputs-list .hs-form-booleancheckbox-display input {
    width: 20px !important;
    height: 20px !important;
    margin-top: 3px !important;
}
@media (max-width:1024px){

  h1, .hbn-content h2 {
    font-size: 40px;
  }

  h2 {
    font-size: 34px;
  }

  .his-content h3 {
    font-size: 24px;
  }

  .hs-counts {
    font-size: 59px;
  }
}

@media (max-width:767px){
  .hbn-slides-left {
    width: 100%;
    min-height: unset;
    text-align: center;
  }

  .hbn-slides-right {
    width: 100%;
    margin-bottom: -30px;
    margin-top: 30px;
  }

  .hbn-slides-inner {
    margin: 0;
  }

  .hbn-slides-right img {
    margin: 0 auto;
  }

  h1, .hbn-content h2 {
    font-size: 35px;
  }

  .hbn-slider-nav.cnn-slider-nav {
    left: 30px;
    bottom: 35px;
  }

  .hbn-slider-container {
    overflow: hidden;
  }

  .hws-rows {
    flex-wrap: wrap;
  }

  .hws-cards {
    width: 100%;
  }

  .hws-image img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
  }

  .hss-card {
    width: 100%;
  }

  .hss-container {
    padding: 50px 0;
  }

  .hws-container {
    padding: 50px 0;
  }

  .his-container {
    padding: 50px 0;
  }

  .his-top {
    margin: 0 0 30px;
  }

  .his-card {
    width: 100%;
  }

  .his-content h3 {
    font-size: 20px;
  }

  .his-cards-inner a {
    padding: 12px 24px;
  }

  .his-card-container {
    gap: 20px 0;
  }

  .hvd-container {
    padding: 50px 0;
  }

  .hvd-top {
    margin: 0 0 30px;
  }

  .hvd-left {
    width: 100%;
  }

  .hvd-right {
    width: 100%;
    margin: 30px 0 0;
  }

  .hvd-videoo {
    margin: 30px 0 0;
  }

  .hvd-tw-col {
    text-align: center;
  }

  .has-boxd-logo ul {
    flex-wrap: wrap;
  }

  .hc-container {
    padding: 50px 0;
  }

  .hs-counter-cards {
    width: 100%;
  }

  .hc-bottom {
    gap: 20px 0;
  }

  .hs-counts {
    font-size: 40px;
  }
  .hws-rows:nth-child(2) .hws-cards {
    flex: unset;
  }
}