body, html {
  overflow-x: hidden;
}

/* Reusable styles for buttons type */
.hide-mobile {
  display: none !important;
}
@media screen and (min-width: 1093px) {
  .hide-mobile {
    display: flex !important;
  }
}
.only-mobile {
  display: block;
}
@media screen and (min-width: 1093px) {
  .only-mobile {
    display: none;
  }
}
.pt-8 {
  margin-top: 20px;
  padding-top: 5px;
}
.block {
  display: inline-block;
}
.btn-primary {
  color: var(--White, #FFF);
  text-align: center;
  font-family: Faktum;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  border-radius: 2px;
  background: var(--Magenta, #DE1B76);
  border: 2px solid #de1b76;
  padding: 15px 16px;
  text-decoration: none;
}
.btn-primary:hover {
  cursor: pointer;
  background: #c31668;
  border-color: transparent;
  color: #fff;
}
.btn-secondary {
  color: var(--Navy, #191530);
  font-family: Faktum;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 2px;
  border: 2px solid #fff;
  background: var(--White, #FFF);
  padding: 15px 16px;
  display: inline-flex;
  justify-content: center;
  column-gap: 10px;
}
button > svg > path,button > svg > circle {
  stroke: #fff 
}
.btn-secondary:hover {
  border: 2px solid #191530;
  background: #191530;
  color: white;
}
.btn-outlined {
  color: var(--White, #FFF);
  font-family: Faktum;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  border-radius: 2px;
  border: 2px solid #FFF;
  background: var(--Magenta, #DE1B76);
  padding: 15px 16px;
  box-sizing: border-box;
}
.btn-outlined:hover {
  background: white;
  color: #de1b76;
}
.btn-shadow {
  color: var(--monos-white, #FFF);
  font-family: Faktum;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  border-radius: 2px;
  border: 1px solid var(--monos-white, #FFF);
  padding: 14px 16px;
  display: inline-flex;
  justify-content: center;
  column-gap: 10px;
  background: transparent;
  margin: 0 !important;
}
.btn-shadow:hover {
  background-color: #fff;
  color: #de1b76;
}

.btn-shadow:hover > svg > circle, .btn-shadow:hover > svg > path {
  stroke: #de1b76;

}

.btn-shadow:hover > svg > path {
  stroke: #de1b76;
  fill: #de1b76;
}


.btn-shadow-outlined {
  border-radius: 2px;
  border: 2px solid #DE1B76;
  background: var(--White, #FFF);
  color: var(--primary-magenta, #DE1B76);
  font-family: Faktum;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  padding: 15px 16px;
}
.btn-shadow-outlined:hover {
  background-color: #de1b76;
  color: white;
}
.hs_cos_wrapper_type_module {
  overflow: hidden;
}


/* Video wrapper */

.video-wrapper {
  position: relative;
  top: 50%;
  height: 650px;
  display: flex;
  justify-content: flex-end;
  background-color: transparent;
  left: 50%;
  transform: translate(-50%,calc(-50% + 25px));
  width: 90%;
  margin: 0;
  height: auto;
}

.video-wrapper video
{
  border-radius: 10px;
}

.video-movie {
  width: 100%; z-index: 1; 
}

.page-header #close_movie {

  width: 30px;
  height: 30px;
  flex-shrink: 0;
  background-color: white;
  padding: 5px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;

  top: -50px;
  right: 0;
  position: absolute;
}


.page-header {
  position: relative;
  padding-bottom: 150px;
}
.page-header #video-container {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.3);
  z-index: 999999;
  backdrop-filter: blur(4px);
  top: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity ease-in-out 0.5s;
}

.page-header #video-container.show
{
  pointer-events: all;
  opacity: 1;
}

/* Version B styles header */
.versionB #logo-section {
  background-color: #de1b76;
}

.versionB.page-header.home2022 h1 > span {
  color: #de1b76;
}
.versionB.home2022 {
  background: var(--Navy, #191530) !important;

  position: relative;
}

.versionB.page-header.home2022 h1 {
  max-width: 1010px;

  margin: 0;
  text-align: left;
}




@media(min-width: 1215px){
  .versionB.home2022 {
    position: relative;
    padding-bottom: 140px;
  }

  .page-header.versionB .grid-margin-x
  {
    justify-content: flex-start !important;
  }


  .versionB #hs_cos_wrapper_page_subheading {
    text-align: left;
    width: 100%;
  }
  .versionB .page-subheading {
    margin: 0 !important;
    text-align: left;
  }
  .versionB .header-cta {
    text-align: left;
    margin-top: 0;
    margin-bottom: 80px;
    padding-top: 64px;
  }

  .versionB #logo-section {
    background-color: #de1b76;
  }
}

@media (min-width: 1444px) {
  .versionB.home2022 > .grid-container img {
    max-width: 1500px;
  }

  .versionB .animation-container .page-header_hero{
    transform: translateX(0px);
    max-width: 815px;
  }
}


.versionB  #cta_button_304927_652c3a24-b093-472d-a6d8-bff603f95f40 {
  color: white;
  background: #de1b76;
  margin: 5px;
  width: 146px;
  border: 2px solid #de1b76;
}
.versionB #cta_button_304927_652c3a24-b093-472d-a6d8-bff603f95f40:hover {
  background: #c31668;
  border-color: transparent;
  color: #fff;
  cursor: pointer;
}
/* Version A Styles header */
.home2022 .page-subheading {
  padding-top: 30px;
  width: 70%;
  margin: 0 auto;
  font-size: 18px;
}
.page-header.home2022 h1 {
  font-size: 48px;
  width: 85%;
  margin: 0 auto;
}
@media (min-width: 768px){
  .page-header.home2022 h1 {
    font-size: 48px;
  }
  .page-header {

    padding-bottom: 150px !important;
    position: relative;
    padding: 150px 0 0 0;
    min-height: 35rem;
  }
  .animation-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 559px) {
  @media print, screen and (min-width: 35em) {
    .page-header.page-header .page-header-video {
      display: block;
      position: static;
      margin: -10rem auto 0;
      max-width: 960px;
    }
    .page-header.page-header .page-header-video>img {
      max-width: 100%;
    }
  }
  @media screen and (max-width: 374px) {
    #top .animation-container {
      margin-bottom: -4px;
    }
  }
}
.logo-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.logo-list li {
  margin: 1rem 0;
}
#top .button.secondary {
  color: white;
  border: 1px solid white;
  background: #de1b76;
  margin: 5px;
  width: 133px;
}
#top .button.secondary:hover {
  background: white;
  color: #de1b76;
}
#cta_button_304927_652c3a24-b093-472d-a6d8-bff603f95f40 {
  color: #de1b76;
  background: white;
  margin: 5px;
  width: 146px;
}
#cta_button_304927_652c3a24-b093-472d-a6d8-bff603f95f40:hover {
  background: #191530;
  color: white;
}
#logo-section {
  background: #A40F58;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow:hidden;
}
.carousel-row {
  display: block;
  height: 60px;
  position: relative;
  width: 100%;
}

#logo-section .column img {
  margin: 0 auto;
  height: 60px;
}

#logo-section  .one-column {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 1052px;
  height: 100px;
  position: relative;
}
.one-column .column {
  display: block;
  width: 100%;
}
.carousel-track {
  display: flex;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateX(-25%);
  width: max-content;
}
.carousel-track .carousel-item {
  height: 50px;
  margin-right: 50px;
}
.carousel-track .carousel-item img {
  width: auto;
  flex-shrink: 0;
}
.carousel-track.toright {
  animation: carouselRight 40s linear infinite;
}
@keyframes carouselRight {
  from {
    transform: translate3D(-50%,0,0);
  }
  to {
    transform: translate3D(-25%,0,0);
  }
}
.vesrionB.page-header .page-header_hero {
  max-width: 100%;
  padding-bottom: 100px;
}

.page-header .page-header_hero {
  width: 90%;
  margin: 50px auto 0;
  padding-bottom: 0px;
  display: block;
  transform: translate(-50px, -25px);
  max-width: 815px;
}

.page-header.versionB .page-header_hero
{
  transform: translate(20px, 20px);
}



.page-header.versionB .page-header_hero
{
  max-width: 625px;
}

@media (min-width: 1440px) {
  .page-header.versionB .page-header_hero
  {
    max-width: 815px;
    transform: translate(20px, 40px);
  }
}

@media screen and (max-width: 910px)
{
  .page-header .page-header_hero
  { transform: translateX(0px);
  }
}
@media (min-width: 1440px) {



  .page-header.home2022 h1 {
    padding-top: 65px;
    font-size: 70px;
    margin: 0 auto;
  }
  .page-subheading {
    font-size: 18px;
    max-width: 492px;
  }

}

/* Difference section */
#difference-section .fancy-carousel {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-direction: column;
}

#difference-section .nav-container {
  padding-top: 20px;
}

#difference-section .nav-container .nav-option
{
  position: relative;
}

#difference-section .nav-container .nav-option:after
{
  position: absolute;
  top: 0;
  right: 0;
  content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.9519 6.42091C11.8543 6.16636 11.6235 6 11.3684 6L4.63163 6C4.37648 6 4.14575 6.16636 4.04806 6.42091C3.95038 6.67545 4.00428 6.96909 4.18532 7.16364L7.55369 10.8C7.67664 10.9336 7.83832 11 8 11C8.16168 11 8.32336 10.9336 8.44631 10.8L11.8147 7.16364C11.9957 6.96909 12.0496 6.67545 11.9519 6.42091Z' fill='%23191530' fill-opacity='0.3'/%3E%3C/svg%3E%0A");
}
.fancy-carousel[data-selected="1"] .nav-container div:first-child:after, .fancy-carousel[data-selected="2"] .nav-container div:nth-child(2):after, .fancy-carousel[data-selected="3"] .nav-container div:nth-child(3):after, .fancy-carousel[data-selected="4"] .nav-container div:nth-child(4):after, .fancy-carousel[data-selected="5"] .nav-container div:nth-child(5):after, .fancy-carousel[data-selected="6"] .nav-container div:nth-child(6):after
{
  content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.9519 9.57909C11.8543 9.83364 11.6235 10 11.3684 10L4.63163 10C4.37648 10 4.14575 9.83364 4.04806 9.57909C3.95038 9.32455 4.00428 9.03091 4.18532 8.83636L7.55369 5.2C7.67664 5.06636 7.83832 5 8 5C8.16168 5 8.32336 5.06636 8.44631 5.2L11.8147 8.83636C11.9957 9.03091 12.0496 9.32455 11.9519 9.57909Z' fill='%23DE1B76'/%3E%3C/svg%3E%0A") !important;
}

@media screen and (max-width: 1092px)
{
  #difference-section .nav-container .nav-option:after
  {
    display: none !important;
  }
}
#difference-section .nav-container .nav-option > svg > path{
  stroke: #191530;
}
#difference-section .nav-container .nav-option:last-of-type {
  border: none;
}
.fancy-carousel .content-container img.active {
  opacity: 1;
  transform: translateX(0);
}
.fancy-carousel .content-container img.back {
  opacity: 0;
  transform: translateX(-70px);
}
.fancy-carousel .content-container img.top {
  opacity: 0;
  transform: translateX(70px);
}
.fancy-carousel[data-selected="1"] .nav-container div:nth-child(1) span, .fancy-carousel[data-selected="2"] .nav-container div:nth-child(2) span, .fancy-carousel[data-selected="3"] .nav-container div:nth-child(3) span, .fancy-carousel[data-selected="4"] .nav-container div:nth-child(4) span, .fancy-carousel[data-selected="5"] .nav-container div:nth-child(5) span, .fancy-carousel[data-selected="6"] .nav-container div:nth-child(6) span {
  opacity: 1 !important;
  max-height: 120px !important;
}
.fancy-carousel .button {
  margin-top:55px;
}
.fancy-carousel .nav-container div.nav-option:hover {
  cursor: pointer;
  color: #DE1B76 !important;
  opacity: 1 !important;
}
.fancy-carousel .nav-container .nav-option:hover > svg > path {
  stroke: #DE1B76;
}
.fancy-carousel[data-selected="1"] .nav-container div:nth-child(1) svg > path, .fancy-carousel[data-selected="2"] .nav-container div:nth-child(2) svg > path, .fancy-carousel[data-selected="3"] .nav-container div:nth-child(3) svg > path, .fancy-carousel[data-selected="4"] .nav-container div:nth-child(4) svg > path, .fancy-carousel[data-selected="5"] .nav-container div:nth-child(5) svg > path, .fancy-carousel[data-selected="6"] .nav-container div:nth-child(6) svg > path{
  stroke: #de1b76 !important;
}
.fancy-carousel[data-selected="1"] .nav-container div:nth-child(1), .fancy-carousel[data-selected="2"] .nav-container div:nth-child(2), .fancy-carousel[data-selected="3"] .nav-container div:nth-child(3), .fancy-carousel[data-selected="5"] .nav-container div:nth-child(5), .fancy-carousel[data-selected="6"] .nav-container div:nth-child(6) {
  padding-bottom: 80px;
  opacity: 1;
}

.fancy-carousel[data-selected="1"] .nav-container div:nth-child(1), .fancy-carousel[data-selected="4"] .nav-container div:nth-child(4) {
  opacity: 1;
  padding-bottom: 60px;
}
.fancy-carousel[data-selected="1"] .nav-container div:first-child *, .fancy-carousel[data-selected="2"] .nav-container div:nth-child(2) *, .fancy-carousel[data-selected="3"] .nav-container div:nth-child(3) *, .fancy-carousel[data-selected="4"] .nav-container div:nth-child(4) *, .fancy-carousel[data-selected="5"] .nav-container div:nth-child(5) *, .fancy-carousel[data-selected="6"] .nav-container div:nth-child(6) * {
  opacity: 1 !important;
}


#difference-section .nav-container .nav-option {
  color: #191530;
  font-family: Faktum;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  border-bottom: 1px solid #CED9EB;
  position: relative;
  transition: all .3s ease-in-out;
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin: 0 auto;
}

#difference-section .nav-container .nav-option span:not(.hide-text)
{
  font-size: inherit;
  color: inherit;
  font-weight: inherit;

}

#difference-section .nav-container .nav-option *
{
  transition: opacity .3s ease-in-out;
  opacity: 0.3;
}


.fancy-carousel .content-container {
  position: relative;
  min-height: 46vw;
  width: 100%;
  z-index: 10;
  pointer-events: none;
  transform: translateX(1%);
}



#difference-section {
  padding-top: 85px;
  padding-bottom: 85px;
}

@media screen and (max-width: 1092px) {

  #difference-section .nav-container {
    padding-top: 7px;
  }

  .fancy-carousel .nav-container {
    align-self: center;
    margin-left: 40px;
    min-width: 419px;
  }

  .fancy-carousel .content-container img {
    min-width: 0!important;
    right: 50%!important;
    width: 80%;
  }
}

#difference-section .nav-container .nav-option > span.hide-text {
  color: #191530;
  font-size: 15px;
  font-weight: 400;
  left: 43px;
  right: 0;
  line-height: 1.2em;
  max-height: 0;
  max-width: 380px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 30px;
  transition: max-height .5s ease-in-out,opacity .5s ease-in-out;
  padding-top: 20px;
  text-align: left;
}



@media screen and (max-width: 1092px) { 
  .fancy-carousel .content-container {
    min-height: 250px;
  }

  .fancy-carousel .content-container > img {
    width: 100%;
    height: 250px;
    object-fit: contain;
  }
}

@media screen and (max-width: 460px) { 
  .fancy-carousel .content-container {
    min-height: 160px;
  }

  .fancy-carousel .content-container > img {
    width: 100%;
    height: 160px;
    object-fit: contain;
  }

  #difference-section h1
  {
    margin-bottom: 10px;
  }

}
@media screen and (max-width: 1092px) {

  #difference-section .pt-8 > a {
    margin:0 10px;
  }

  #difference-section .nav-container .nav-option > span.hide-text
  {
    padding: 20px 30px 0;
    left: 0;
  }

  .fancy-carousel .content-container > img[data-order="4"] {
    top: 40px;
  }

  #difference-section .nav-container .nav-option {
    border: none;
    justify-content: center;
  }

  #difference-section .nav-container .nav-option > span.hide-text {
    text-align: center;
  }

  .pt-8 {
    margin-top: 27px;
    padding-top: 28px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 100%;
  }

  .fancy-carousel {
    align-items: center;
    flex-direction: column
  }

  .assets-section .button {
    display: block;
    margin: 40px auto 0;
    width: max-content
  }

  #difference-section .nav-container .nav-option > span.hide-text
  {
    max-height: unset;
    opacity: 0.3;
  }

  .fancy-carousel .nav-container {
    align-items: center;
    display: flex;
    margin-left: 0;
    transition: transform .5s ease-in-out
  }

  .fancy-carousel[data-selected="1"] .nav-container {
    transform: translateX(40%)
  }

  .fancy-carousel[data-selected="2"] .nav-container {
    transform: translateX(20%)
  }

  .fancy-carousel[data-selected="3"] .nav-container {
    transform: translateX(0)
  }

  .fancy-carousel[data-selected="4"] .nav-container {
    transform: translateX(-20%)
  }

  .fancy-carousel[data-selected="5"] .nav-container {
    transform: translateX(-40%)
  }

  .fancy-carousel .nav-container div {
    font-size: 20px;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
    min-width: 360px;
    text-align: center
  }

  .fancy-carousel .nav-container div:before {
    display: none
  }

  .fancy-carousel .content-container img {
    min-width: 0!important;
    width: 80%
  }

  .fancy-carousel .content-container img.active {
    transform: scale(1) translateX(50%)
  }

  .fancy-carousel .content-container img.back {
    transform: scale(.8) translateX(calc(50% - 70px))
  }

  .fancy-carousel .content-container img.top {
    transform: scale(1.2) translateX(calc(50% + 70px))
  }

  .fancy-carousel .nav-container {
    align-items: center;
    display: flex;
    margin-left: 0;
    transition: transform .5s ease-in-out;
    height: 120px;
  }

  .fancy-carousel .nav-container div:hover,
  .fancy-carousel[data-selected="1"] .nav-container div:first-child,
  .fancy-carousel[data-selected="2"] .nav-container div:nth-child(2),
  .fancy-carousel[data-selected="3"] .nav-container div:nth-child(3),
  .fancy-carousel[data-selected="4"] .nav-container div:nth-child(4),
  .fancy-carousel[data-selected="5"] .nav-container div:nth-child(5),
  .fancy-carousel[data-selected="6"] .nav-container div:nth-child(6) {
    margin-bottom: 0
  }

  #difference-section .arrows .left-arrow  {
    position: absolute;
    left: 0;
  }

  #difference-section .arrows .right-arrow {
    position: absolute;
    right: 0;
  }



  .fancy-carousel .nav-container div:hover,
  .fancy-carousel[data-selected="1"] .nav-container div:first-child,
  .fancy-carousel[data-selected="2"] .nav-container div:nth-child(2),
  .fancy-carousel[data-selected="3"] .nav-container div:nth-child(3),
  .fancy-carousel[data-selected="4"] .nav-container div:nth-child(4),
  .fancy-carousel[data-selected="5"] .nav-container div:nth-child(5),
  .fancy-carousel[data-selected="6"] .nav-container div:nth-child(6) {
    margin-bottom: 0;
    opacity: 1 !important;
    padding-bottom: 0px
  }

  .fancy-carousel[data-selected="1"] .nav-container div:first-child,.fancy-carousel[data-selected="2"] .nav-container div:nth-child(2),.fancy-carousel[data-selected="3"] .nav-container div:nth-child(3),.fancy-carousel[data-selected="4"] .nav-container div:nth-child(4),.fancy-carousel[data-selected="5"] .nav-container div:nth-child(5),.fancy-carousel[data-selected="6"] .nav-container div:nth-child(6) {

    opacity: 1 !important;
    padding-bottom: 0px
  }
}

#difference-section .nav-container .nav-option > div.option-arrow {
  position: fixed;
  right: 0;
  top: 50%;
}
.fancy-carousel .content-container img {
  min-width: 370px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(0);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}
#difference-section .fancy-carousel .nav-container > div {
  display: flex;
  column-gap: 20px;
}
#difference-section .arrows {
  position: absolute;
  top: 25%;
  width: 100%;
}

#difference-section .arrows .left-arrow, #difference-section .arrows .right-arrow {
  width: 15px;
}

@media screen and (max-width: 450px) {
  #difference-section .arrows .left-arrow,#difference-section .arrows .right-arrow {
    position: absolute;
    top: 12%
  }
}
@media(min-width: 1093px) {
  #difference-section .fancy-carousel {
    flex-direction: row;
  }

  .fancy-carousel .nav-container {
    margin-left: 40px;
    min-width: 419px;
    align-self: center;
    width: 100%;
  }
  #difference-section .nav-container .nav-option {
    font-size: 24px;
  }
  #difference-section .nav-container .nav-option > span.hide-text {
    font-size: 18px;
    padding: 21px 0;
    max-width: 380px;
  }
  .fancy-carousel .content-container {
    min-height: 480px;
  }
  .fancy-carousel .content-container img {
    min-width: 670px;
  }
  .fancy-carousel .content-container img[data-order="3"] {
    min-width: 734px !important;
    right: 0px;
    bottom: 0;
    margin-top: 7px;
    display: block;
  }
  .fancy-carousel .content-container img[data-order="5"] {
    min-width: 525px !important;
    margin-top: 66px;
    right: 0px;
    bottom: 0;
  }

  .fancy-carousel .content-container > img[data-order="4"] {
    top: 50px;
  }
}


/* Sucess section styling */
#success-story-section img.only-mobile {
  margin-bottom: 50px;
  max-width: 90%;
  width: 596px;
}

#success-story-section .success-buttons-wrapper > a {

  font-weight: 600;
}
@media (min-width: 1093px) {
  #success-story-section .success-buttons-wrapper > a:first-of-type {
    margin-right: 18px;
  }

  #success-story-section .two-columns {
    padding-top: 100px;
  }

  #success-story-section .success-buttons-wrapper > a {
    width: auto;
  }
}
@media screen and (max-width: 1092px) {
  #success-story-section.pink-section .two-columns {
    flex-direction: column-reverse;
  }
  #success-story-section .success-buttons-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 25px;
    justify-content: center;
  }
  #deeper-section .title-col, #deeper-section .title-col h2, #lets-talk-section .title-col, #success-story-section .title-col, #success-story-section .title-col h2 {
    text-align: center;
  }
  #intro-section a, #top .big-title, #top p, #video-section a, {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  #success-story-section .title-col, #success-story-section .title-col h2 {
    text-align: center;
    font-size: 35px;
  }
  #success-story-section p {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 18px;
    max-width: 526px;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 499px) {
  #deeper-section .two-columns .column.title-col, #success-story-section .two-columns .column.title-col, #top .two-columns .column.mobile-padding-top {
    width: 100%;
  }
}
#success-story-section {
  position: relative;
  overflow: hidden;
}

.score1 {
  left: calc(50% + 487px);
  top: 283px;
}
.score1 {
  position: absolute;
  z-index: 3;
}
.score2 {
  position: absolute;
  z-index: 3;
}
.score2 {
  left: calc(50% + 369px);
  top: 373px;
}
.social-score > img {
  display: block;
  height: 30px;
  margin-right: 10px!important;
  object-fit: contain;
  width: 30px;
}
.social-score > div {
  min-width: 50px;
  text-align: center;
}

@media screen and (max-width: 1300px) {
  #success-story-section .furniture {
    left: calc(50% - 80px);
  }
  .score1 {
    top: 283px;
    left: calc(50% + 387px);
  }

  .score2 {
    top: 373px;
    left: calc(50% + 269px);
  }
}

#success-story-section .two-columns {
  position: static;
}
#success-story-section .two-columns {
  padding-bottom: 70px;
}
.pink-section {
  background-color: #de1b76 !important;
}
.align-top {
  align-items: flex-start;
}
.two-columns {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 1052px;
  padding: 120px 0;
  position: relative;
}
@media screen and (min-width: 1093px){
  .two-columns.align-top {
    align-items: flex-start;
  }
}
.two-columns {
  position: static;
}
.two-columns {
  padding-bottom: 70px;
}
@media screen and (min-width: 1093px){
  .title-col ,.column.title-col {
    width: 55%;
  }
  .column.img-col {
    width: 45%;
  }
}
.text-white {
  color: #fff;
}
.text-white {
  transition: color 1s ease-in-out;
}
.pink-type {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 45px;
}
.title-col svg {
  margin-bottom: 30px;
}
.medium-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 70px;
}
.medium-title.bigger {
  font-size: 50px;
}
.pink-author {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 45px;
}
@media screen and (min-width: 1093px){
  .only-mobile {
    display: none;
  }
}
.column img {
  margin: 0 auto;
  max-width: 100%;
}
img.only-mobile {
  margin-bottom: 50px;
  max-width: 90%;
  width: 596px;
}
.furniture {
  left: calc(50% + 50px);
  position: absolute;
  top: 0;
  width: 647px;
  z-index: 1;
}
.social-score {
  align-items: center;
  background: #fff;
  border-radius: 9999px;
  display: flex;
  padding: 10px 16px;
}

p:last-child {
  margin-bottom: 0;
}
.social-score > div > p {
  color: #191530;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}
/* See more section */
.two-columns .column img {
  margin: 0 auto;
  max-width: 100%;
}

@media screen and (min-width: 500px) and (max-width: 1092px) {

  #see-more-section .four-columns {
    flex-direction: row;
    column-gap: 20px;
  }

  #see-more-section .four-columns {
    flex-wrap: wrap;
    align-items: stretch;
  }

  #see-more-section .four-columns .column {
    width: calc(100% / 2 - 20px) !important;
  }

  .asset-link.asset-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}

@media screen and (max-width: 1092px) {
  #see-more-section .four-columns, .one-column, .three-columns, .two-columns {
    flex-direction: row;
    padding: 50px 20px!important;
  }
  .assets-section .four-columns .column{
    margin: 0 auto 50px;
  }
}
#see-more-section h2 {
  text-align: center;
  font-family: Faktum;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 20px;
}
.no-bottom-padding {
  padding-bottom: 0!important;
}
.no-top-padding, .no-v-padding {
  padding-top: 0!important;
}
#see-more-section.assets-section .four-columns {
  align-items: stretch;
  flex-wrap: wrap;
}
.assets-section .four-columns, .assets-section .three-columns {
  align-items: flex-start;
  justify-content: space-between;
}
.no-top-padding, .no-v-padding {
  padding-top: 0!important;
}
.four-columns, .one-column, .three-columns, .two-columns {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 1052px;
  padding: 42px 0;
  position: relative;
}
.assets-section .four-columns .column {
  display: block;
  width: 233px;
}


@media screen and (min-width: 740px) {
  #see-more-section h2 {
    text-align: left;
  }
  #see-more-section .four-columns .column {
    width: 40%;
  }
}

@media screen and (min-width: 1093px){
  #see-more-section .four-columns .column {
    width: 233px;
  }

  #see-more-section .four-columns.no-top-padding {
    padding-bottom: 125px;
  }
}
@media screen and (min-width: 1093px) .align-top {
  align-items: flex-start;
  justify-content: flex-start;
}


#see-more-section .asset-link.asset-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.asset-link.asset-card {
  background-color: #191530;
  border-radius: 5px;
  padding: 28px;
  transition: background-color .5s ease-out;
}
.asset-link.asset-card:hover {
  background-color: #fff;
}
.asset-link.asset-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.asset-image {
  height: 280px;
  margin-bottom: 35px;
  position: relative;
  width: 280px;
}
.asset-image {
  height: 55px;
  width: 224px;
}
.asset-card h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 24px;
  transition: color .5s ease-out;
  color: var(--monos-white, #FFF);
  font-family: Faktum;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 120% */
  letter-spacing: -0.4px;
}
.asset-link.asset-card:hover h3 {
  color: #191530;
}
.arrow {
  height: 27px;
  object-fit: contain;
  object-position: left center;
  transition: margin-left .5s ease-out;
  width: 35px;
}
.asset-link:hover .arrow:not(.product-drop-down .asset-link.asset-card .arrow) {
  margin-left: 80px;
}
.asset-image svg {
  display: block;
  height: auto;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
  color: white;
}
.asset-link.asset-card .asset-image {
  height: 55px;
  width: 224px;
}
.passion svg {
  width: 100px;
}
.asset-link.asset-card .arrow path {
  stroke: #fff;
}
.asset-link.asset-card:hover .arrow path {
  stroke: #191530;
}
.asset-link .asset-image svg .logo-fill {
  fill: #fff;
  stroke: transparent!important;
  transition: all .5s ease-out;
}
.asset-link:hover .asset-image svg .logo-fill {
  fill: #191530;
}
#difference-section .difference-section__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
#difference-section h1 {
  margin: 0px 8px 30px 8px ;
  text-align: center;
}

#difference-section .difference-section__buttons {
  display: flex;
  column-gap: 20px;
}

#research-section {
  background: var(--Navy, #191530);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#research-section .research-content {
  width: 80%;
  text-align: center;
}

#research-section .research-content h1 {
  padding-top: 86px;
  color: var(--monos-white, #FFF);
  font-family: Faktum;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  /* 110% */
}
#research-section .research-content h3 {
  color: var(--monos-white, #FFF);
  font-family: Faktum;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding-bottom: 25px;
}
#research-section .research-grid {
  display: grid;
  grid-template-columns: auto;
  row-gap: 60px;
  padding-bottom: 80px;
}
#research-section .research-card > p {
  color: var(--White, #FFF);
  text-align: center;
  font-family: Faktum;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
  max-width: 280px;
}

#research-section .research-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 0 auto;
}
#research-section .research-card > h1 {
  color: var(--White, #FFF);
  text-align: center;
  font-family: Faktum;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
#research-section .research-card > img {
  margin-bottom: 35px;
  height: 100px;
}

@media(min-width: 768px) {
  #research-section .research-content {
    width: 90%;
    text-align: center;
  }
  #research-section .research-content h1 {
    font-size: 30px;
  }
  #research-section .research-content h3 {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  #research-section .research-content {
    max-width: 1000px;

  }

  #research-section .research-card > img
  {
    margin-bottom: 55px;
  }
  #research-section .research-content h1 {
    font-size: 40px;
    text-align: center;
  }
  #research-section .research-content h3 {
    text-align: center;
    font-size: 18px;
  }

  #research-section .research-grid {
    grid-template-columns: auto auto auto;
    column-gap: 86px;
    width: 1000px;
    padding-top: 114px;
    padding-bottom: 100px;
  }
  #research-section .research-card {
    width: 100%;
  }
  #research-section .research-card > p {
    height: 130px;
    max-width: 280px;
    margin-bottom: 0;
  }
}

@media(min-width: 1440px) {
  #research-section .research-grid {
    width: 1053px;
  }
}



#customer-section {
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 40px;
}
#customer-section > h1 {
  color: var(--primary-navy, #191530);
  text-align: center;
  font-family: Faktum;
  font-size: 26px;
  line-height: 44px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  padding-top: 44px;
  padding-bottom: 21px;
}
#customer-section .customer-carousel {
  position: relative;
  width: 80%;
  padding-bottom: 40px;
}

#customer-section .customer-carousel .tns-nav > button {
  background-color: #abb8cf;
  opacity: 1;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin: 0 8px;
}

#customer-section .customer-carousel .tns-nav > button.tns-nav-active
{
  background-color: #DE1B76;
}

#customer-section .customer-carousel__panel-dots > li {
  list-style: none;
  padding: 5px; margin: 5px;
}


#customer-section .customer-carousel > .customer-carousel__panel {
  list-style: none;
  display: flex;
  flex-direction: row;
  margin: 0;
  justify-content: center;
}
#customer-section .customer-carousel > .customer-carousel__panel > li {
  color: #191530;
  font-family: Faktum;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  padding: 6px 1px;
  text-align: center;
  margin: 0 5px;
  position: relative;
  border-bottom: 4px solid transparent;
  transition: 0.3s ease-in;
  cursor: pointer;
}
#customer-section .customer-carousel > .customer-carousel__panel > li.isActive
{
  color: var(--Magenta, #DE1B76);
}
#customer-section .customer-carousel > .customer-carousel__panel > li:hover {
  color: var(--Magenta, #DE1B76);


}
#customer-section .customer-carousel__slide {
  display: flex;
  flex-direction: column-reverse;
  width: 80%;
  justify-content: flex-end;
}
#customer-section .customer-carousel__slides {
  display: flex;
}
#customer-section .controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
#customer-section .customer-carousel__arrowLeft {
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
}
#customer-section .customer-carousel__arrowRight {
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  z-index: 999;
}
#customer-section .customer-carousel__media {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#customer-section .customer-carousel__media > img {
  width: 100%;
  max-height: 250px;
}
#customer-section .customer-carousel__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#customer-section .customer-carousel__content div > h1 {
  color: var(--Magenta, #DE1B76);
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  margin: 0;
  text-align: center;
}
#customer-section .customer-carousel__content div > p {
  margin-top: -15px;
  color: var(--Magenta, #DE1B76);
  font-family: Faktum;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  width: 100%;
}
#customer-section .customer-carousel__content > p {
  margin: 21px 0;
  color: var(--Navy, #191530);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4em;
  /* 144.444% */
  max-width: 30%;
  text-align: center;
}
#customer-section .customer-carousel__slide img {
  width: 300px;
  margin: 0 auto;
  object-fit: contain;
}

@media(min-width: 1024px) and (max-width: 1100px) {
  #customer-section .hide-mobile {
    display: flex !important;
  }
}
@media (min-width: 1024px) {
  .tns-nav {
    display: none;
  }
  #customer-section {
    padding-bottom: 0px;
  }
  #customer-section > h1 {
    font-size: 40px;
    padding-top: 84px;
    padding-bottom: 42px;
  }
  #customer-section .customer-carousel {
    width: 900px;
    padding-bottom: 0px;
  }
  #customer-section .customer-carousel > .customer-carousel__panel > li {
    font-size: 16px;
    padding: 16px;
  }
  #customer-section .customer-carousel__arrowRight:hover > svg, #customer-section .customer-carousel__arrowRight:hover > svg{
    cursor: pointer;
    color: #de1b76;
  }

  #customer-section .customer-carousel__slides {
    padding-top: 23px;
  }
  #customer-section .customer-carousel__slide {
    flex-direction: row;
    width: 80%;
    height: 470px;
  }
  #customer-section .customer-carousel__media {
    width: 60%;
  }
  #customer-section .customer-carousel__slide img {
    height: 470px;
    width: auto;
    max-height: none;
    object-fit: contain;
  }
  #customer-section .customer-carousel__content {
    margin-top: 30px;
    width: 35%;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #customer-section .customer-carousel__content a {
    margin-top: 30px;
  }
  #customer-section .customer-carousel__content p {
    margin: 21px 0;
    max-width: 100%;
    font-size: 18px;
    text-align: left;
  }
  #customer-section .customer-carousel__content div > h1 {
    font-size: 70px;
    text-align: left;
  }
  #customer-section .customer-carousel__content div > p {
    margin-top: -15px;
    font-size: 20px;
    text-align: left;
    padding-left: 5px;
  }
  #customer-section .customer-carousel__arrowLeft {
    left: -40px;
  }
  #customer-section .customer-carousel__arrowRight {
    right: -30px;
  }
}
@media (min-width: 1200px) {
  #customer-section .customer-carousel {
    width: 1000px;
    padding-bottom: 0px;
  }
}
#textControls .isActive::after {
  position: absolute;
  content: "";
  height: 4px;
  border-radius: 1000px;
  color: var(--Magenta, #DE1B76) !important;
  border-bottom: 4px solid var(--Magenta, #DE1B76) !important;
  border-radius: 999px;
  bottom: 0;
  left: 0;
  right: 0;
}
}

.tns-outer .tns-nav-active {
  background-color: #de1b76 !important;
}

.tns-nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,50%);
}

.tns-outer {
  padding-bottom: 30px !important;
}
#hooked-section {
  width: 100%;
  height: auto;
  flex-shrink: 0;
  background-color: #191530;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#hooked-section .hooked-section__header {
  padding-top: 43px;
  color: #F7FAFF;
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
  padding-bottom: 0;
  margin: 0 10px 50px;
}
#hooked-section .hooked-section__subheader {
  padding: 0;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  max-width: 884px;
  width: 70%;
  margin-bottom: 50px;
}
#hooked-section .hooked-section__img {
  width: 90%;
  margin-top: 20px;
  object-fit: contain;
  margin-bottom: 30px;
}



@media (min-width: 1024px) {
  #hooked-section .hooked-section__header {
    padding-top: 93px;
    font-size: 46px;
  }
  #hooked-section .hooked-section__subheader {
    font-size: 24px;
    line-height: 40px;
  }
  #hooked-section .hooked-section__img {
    max-width: 1000px;
    width: 70%;
    flex-shrink: 0;
    margin-top: 35px;
    margin-bottom: 0;
  }
}

@media (min-width: 1440px) {
  #hooked-section .hooked-section__header {
    font-size: 50px;
  }
}


#book-meet-section {
  background-color: #F7FAFF;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#book-meet-section .book-meet-media {
  display: flex;
}
#book-meet-section .book-meet-media img {
  width: 60%;
  height: auto;
  margin: 0 auto;
}
#book-meet-section .book-meet-content {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 80px;
  padding-top: 30px;
  max-width: 400px;
}
#book-meet-section .book-meet-content__header {
  color: var(--Navy, #191530);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  padding-top: 20px;
  text-align: center;
  margin: 0;
}
#book-meet-section .book-meet-content__subheader {
  color: var(--Navy, #191530);
  font-family: Faktum;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin: 40px 0;
  text-align: center;
}
@media (min-width: 768px) {
  #book-meet-section .book-meet-media img {
    width: 50%;
    height: auto;
    margin: 0 auto;
  }
  #book-meet-section .book-meet-content {
    width: 50%;
    padding-bottom: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}


@media (min-width: 1024px) {
  #book-meet-section {
    flex-direction: row;
    height: 670px;
    column-gap: 50px;
  }
  #book-meet-section .book-meet-media img {
    width: auto;
    height: 400px;
  }
  #book-meet-section .book-meet-content {
    width: 540px;
    padding-bottom: 50px;
    align-items: flex-start;
  }
  #book-meet-section .book-meet-content__header {
    font-size: 48px;
    text-align: left;
    line-height: 48px;
  }
  #book-meet-section .book-meet-content__subheader {
    text-align: left;
    max-width: 370px;
  }
}

@media (min-width: 1440px) {
  #book-meet-section {
    column-gap: 100px;
  }
}

@media (max-width: 1024px)
{
  #book-meet-section .book-meet-media img
  {
    max-height: 250px;
    height: auto;
    width: auto;
    margin-top: 40px;
  }
}




@media screen and (min-width: 35em){
  #hs_cos_wrapper_gwi2020_posterBlock6 .page-section {
    min-height: 490px 
  }
  #hs_cos_wrapper_gwi2020_posterBlock6 .title {
    width: 375px;
  }
  #hs_cos_wrapper_gwi2020_posterBlock6 .poster-block-media > img {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 70%;
  }
  #hs_cos_wrapper_gwi2020_posterBlock6 .text-large {
    font-size: 20px;
    width: 500px;
  }
}
#hs_cos_wrapper_gwi2020_posterBlock6 .title-small img {
  display: inline-block;
  margin-top: -10px;
  width: 30px;
}
#hs_cos_wrapper_gwi2020_posterBlock6 .title img {
  display: inline-block;
  margin-top: -10px;
  width: 34px;
}
#hs_cos_wrapper_gwi2020_posterBlock6 .title-small {
  margin-top: 0;
}
@media screen and (min-width: 64em){
  #hs_cos_wrapper_gwi2020_posterBlock6 .page-section {
    min-height: 600px 
  }
  #hs_cos_wrapper_gwi2020_posterBlock6 .text-large {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px){
  #hs_cos_wrapper_gwi2020_posterBlock6 .title {
    font-size: 60px;
    font-weight: 700;
    width: 560px;
  }
  #hs_cos_wrapper_gwi2020_posterBlock6 .poster-block-media > img {
    left: calc(50% - 100px);
  }
  #hs_cos_wrapper_gwi2020_posterBlock6 .title img {
    margin-top: -22px;
    width: 56px;
  }
}
@media screen and (max-width: 559px){
  #hs_cos_wrapper_gwi2020_posterBlock6 .poster-block-media > img {
    transform: translateX(-10%);
  }
}
#hs_cos_wrapper_gwi2020_posterBlock6 .text-large p span {
  position: relative;
  font-weight: 700;
  font-style: italic;
}
#hs_cos_wrapper_gwi2020_posterBlock6 .text-large p span:after {
  content: "";
  width: 100%;
  height: 12px;
  position: absolute;
  bottom: -65%;
  left: 0;
  background-image: url(//304927.fs1.hubspotusercontent-na1.net/hubfs/304927/raw_assets/public/Coded%20files/Custom/page/2020_templates/Vector%20176.png);
  background-size: cover;
  background-repeat: no-repeat;
}
#hs_cos_wrapper_gwi2020_posterBlock6 .text-large p {
  margin-bottom: 90px;
}
#hs_cos_wrapper_gwi2020_posterBlock6 .title span, #hs_cos_wrapper_gwi2020_posterBlock6 .title-small span {
  white-space: nowrap;
}

.page-header.home2022 .changable-span
{
  display: inline-block;
  width: auto;
  position: relative;
  transition: width 0.2s ease-in-out;
}

@media screen and (max-width: 569px)
{
  .page-header.home2022 .changable-span
  {
    display: block;
    margin: 45px auto 0;
  }
}

.page-header.home2022 .changable-span span
{
  display: none;
  color: #191530;

}

.versionB.page-header.home2022 .changable-span span
{
  color: #DE1B76;
}

.versionB.page-header.home2022 .changable-span span
{
  display: block;
  position: absolute;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  bottom: -13px;
  left: 50%;
  transform: translate(-50%, -100%);
  opacity: 0;
  pointer-events: none;
}

.page-header.home2022 .changable-span.set span.active
{
  opacity: 1;
  transform: translate(-50%, 0%);
  transition: transform 0.5s 0.7s ease-in-out, opacity 0.5s 0.7s ease-in-out;
  pointer-events: all;
}

@media (min-width: 768px)
{
  .page-header.home2022 .changable-span.set span
  {
    bottom: -11px;
  }
}

@media (min-width: 1440px)
{
  .page-header.home2022 .changable-span.set span
  {
    bottom: -14px;
  }
}

@media screen and (max-width: 430px)
{

  .page-header .header-cta
  {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page-header .header-cta button
  {
    margin-left: 0 !important;
    margin-top: 20px !important;
    width: max-content;
  }
}

.versionB.page-header .grid-container
{
  position: relative;
}

.versionB.page-header .animation-container
{
  position: absolute;
  top: 213px;
  left: calc(50% + -16px);
}

.versionB.page-header .animation-container img
{
  margin: 0;
}

@media screen and (max-width: 1440px)
{
  .versionB.page-header.home2022 h1
  {
    max-width: 730px;
  }

  .versionB #hs_cos_wrapper_page_subheading
  {
    max-width: 870px;
    display: block;
  }

  .versionB.page-header .animation-container
  {
    top: 100px;
  }
}


@media screen and (max-width: 1330px)
{
  .versionB.page-header .animation-container
  {
    left: 57%;
  }
}


@media screen and (max-width: 1215px)
{
  .versionB.page-header.home2022 h1
  {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .versionB.page-header .animation-container
  {
    position: static;
  }

  .versionB.page-header .animation-container img
  {
    margin: 50px auto 0;
  }
}

@media screen and (max-width: 460px) { 

  #difference-section .arrows
  {
    top: 18%;
  }
}

.home2022:not(.versionB) .force-break
{
  display: block;
}

@media (min-width: 768px)
{
  .home2022 h1
  {
    max-width: 700px;
  }
}

@media (min-width: 1440px)
{
  .home2022:not(.versionB) h1
  {
    max-width: 1200px;
  }
}

@media screen and (max-width: 1215px)
{
  .home2022.versionB .force-break
  {
    display: block;
  }
}