.invisible {
  display: none !important;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.hero-section {
  background-image: url('../images/Hero_image.webp');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 800px;
  padding: 80px 80px 100px;
  display: block;
}

.navbar-no-shadow {
  border-bottom: 1px solid #c7c7c7;
  border-radius: 1px;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: none;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: #3461ff;
  border-radius: 40px;
  padding: 16px 24px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #1134ad;
}

.button-primary:active {
  background-color: #43464d;
}

.heading {
  width: 600px;
  font-family: Outfit, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 98px;
}

.paragraph {
  color: #7e7e7e;
  width: 500px;
  margin-bottom: 24px;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #3461ff;
  border-radius: 40px;
  width: 298px;
  padding-top: 22px;
  padding-bottom: 22px;
  font-family: Outfit, sans-serif;
  font-size: 18px;
}

.button:hover {
  background-color: #1a39a7;
}

.container {
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  display: flex;
}

.text-block {
  color: #7e7e7e;
  text-align: center;
  justify-content: center;
  align-items: center;
  max-height: none;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.supported {
  background-color: #f2f4f8;
  padding: 44px 80px;
}

.ree_video {
  padding: 100px 80px;
}

.heading-2 {
  font-family: Outfit, sans-serif;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 60px;
}

.paragraph-2 {
  color: #7e7e7e;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.about {
  box-sizing: border-box;
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 80px;
}

.columns {
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  padding: 0;
  display: block;
  position: static;
}

.frame-110 {
  grid-row-gap: 42px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.frame-106 {
  grid-column-gap: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 590px;
  text-decoration: none;
  display: flex;
}

.majesticonsdollar-circle {
  grid-column-gap: 0px;
  background-color: #3461ff;
  border-radius: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 30px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  text-decoration: none;
  display: flex;
}

.frame-105 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text {
  color: #000;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.text-2 {
  color: #0009;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.paragraph-3 {
  color: #7e7e7e;
  text-align: center;
  margin-top: 54px;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.row {
  grid-column-gap: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  margin-top: 44px;
  text-decoration: none;
  display: flex;
}

.card {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 400px;
  text-decoration: none;
  display: flex;
}

.image-13 {
  object-fit: cover;
  border-radius: 40px;
}

.frame-63 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-3 {
  color: #000;
  text-align: center;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.text-4 {
  color: #0009;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.rectangle-161 {
  object-fit: cover;
  background-color: #d9d9d9;
  border-radius: 40px;
}

.solutions-cards {
  padding: 100px 80px;
}

.heading-3-c {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 60px;
}

.expertise-cards {
  padding: 100px 80px;
}

.frame-67 {
  grid-column-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-64 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.rectangle-162 {
  object-fit: cover;
  background-color: #d9d9d9;
  border-radius: 40px;
}

.frame-111 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-5 {
  color: #000;
  text-align: center;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.text-6 {
  color: #0009;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.full-shot-smiley-man-with-vr-glasses-1 {
  object-fit: cover;
  border-radius: 40px;
}

.cta {
  padding: 100px 80px;
}

.container-2 {
  background-color: #3561ff;
  background-image: url('../images/Background.png');
  background-position: -100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 32px;
  max-width: 1280px;
  margin-bottom: 0;
}

.heading-3-cta {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 60px;
}

.columns-2 {
  border-radius: 0;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 90px 72px;
}

.text-7 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.button-2 {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 50px;
  padding: 16px 45px;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.button-2:hover {
  background-color: #dadada;
}

.footer-light {
  background-color: #fafafa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-flow: column;
  font-family: Outfit, sans-serif;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #000;
  font-family: Outfit, sans-serif;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.div-block {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  display: flex;
}

.div-block-2 {
  flex-flow: column;
  display: flex;
}

.image-14 {
  margin-bottom: 20px;
}

.container-4 {
  width: auto;
  max-width: 1280px;
}

.image-15 {
  border-radius: 40px;
}

.column {
  padding-right: 24px;
}

.column-2 {
  padding-left: 24px;
}

.container-5 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: space-between;
  width: auto;
  max-width: none;
  max-height: none;
  display: flex;
}

.image-16 {
  text-align: left;
  flex: 1;
  max-width: none;
  max-height: none;
  overflow: auto;
}

.container-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 940px;
  display: flex;
}

.image-17 {
  margin-left: 60px;
  margin-right: 60px;
  padding-left: 0;
  padding-right: 0;
}

.youtube {
  max-width: 606px;
}

.column-3 {
  padding-left: 0;
  padding-right: 10px;
  position: relative;
}

.image-18, .image-19 {
  flex: 1;
  max-width: none;
  max-height: none;
  overflow: auto;
}

.video {
  margin-bottom: 24px;
}

.columns-3, .container-7, .container-8 {
  max-width: 1280px;
}

.column-4 {
  border-radius: 8px;
  justify-content: space-between;
  align-items: stretch;
  padding-right: 4px;
  display: flex;
  position: static;
  overflow: visible;
}

.column-5 {
  justify-content: space-around;
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
  position: static;
  overflow: visible;
}

.column-6 {
  justify-content: space-around;
  padding-left: 4px;
  line-height: 0;
  display: flex;
  position: static;
  overflow: visible;
}

.image-20 {
/*  object-fit: scale-down;*/
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding-left: 4px;
  padding-right: 4px;
  overflow: visible;
}

.image-21 {
/*  object-fit: scale-down;*/
  border-radius: 8px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  padding-left: 4px;
  padding-right: 4px;
  overflow: visible;
}

.image-22 {
/*  object-fit: scale-down;*/
  border-radius: 8px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  padding-left: 4px;
  padding-right: 4px;
  line-height: 20px;
  overflow: visible;
}

.field-label {
  color: #fff;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-field {
  border-radius: 40px;
  height: 48px;
  max-height: none;
  padding-top: 8px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.text-field-2 {
  border-radius: 40px;
  height: 48px;
  margin-bottom: 32px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.column-7 {
  padding-right: 50px;
}

.field-label-2 {
  color: #fff;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.image-23 {
  width: 95px;
}

.image-24 {
  width: 282px;
  position: static;
  top: 34px;
}

.image-25 {
  width: 120px;
  position: relative;
  top: 0;
}

.columns-4 {
  justify-content: space-between;
  align-items: center;
  width: 940px;
  max-width: none;
  margin-left: 0;
  display: flex;
}

.column-9 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-10 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.column-11 {
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 1112px) {
  .hero-section {
    background-size: 600px;
    padding: 56px 32px 320px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .heading {
    width: auto;
    padding-right: 220px;
    font-size: 64px;
    line-height: 64px;
  }

  .paragraph {
    width: 440px;
    font-size: 18px;
  }

  .container {
    flex-flow: column;
    justify-content: space-between;
  }

  .text-block {
    margin-bottom: 8px;
  }

  .supported {
    padding: 32px 24px;
  }

  .ree_video {
    padding: 32px 32px 56px;
  }

  .heading-3 {
    font-size: 44px;
  }

  .about {
    padding: 56px 32px;
  }

  .image-13 {
    object-fit: cover;
    flex: 0 auto;
    max-height: none;
  }

  .solutions-cards {
    padding: 56px 32px;
  }

  .heading-3-c {
    font-size: 44px;
  }

  .expertise-cards, .cta {
    padding: 56px 32px;
  }

  .container-2 {
    background-position: 100%;
    background-size: cover;
  }

  .heading-3-cta {
    font-size: 44px;
  }

  .columns-2 {
    padding: 60px 32px;
  }

  .text-7 {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
  }

  .footer-light {
    padding-left: 32px;
    padding-right: 32px;
  }

  .container-3 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .image-15 {
    vertical-align: baseline;
  }

  .column {
    margin-bottom: 32px;
    padding-right: 10px;
  }

  .column-3 {
    margin-bottom: 32px;
    padding-right: 0;
  }

  .video {
    margin-bottom: 20px;
  }

  .column-4, .column-5, .column-6 {
    overflow: auto;
  }

  .image-20 {
    max-height: 100%;
  }

  .image-23 {
    width: 95px;
  }

  .image-24 {
    width: 282px;
  }

  .image-25 {
    width: 120px;
  }

  .columns-4 {
    width: 660px;
    margin-left: 0;
  }

  .column-11 {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .column-4, .column-5, .column-6 {
    overflow: auto;
  }

  .image-20 {
    vertical-align: baseline;
    max-height: 100%;
    overflow: auto;
  }

  .image-21, .image-22 {
    overflow: auto;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    background-position: 100% 100%;
    background-size: 390px;
    padding: 44px 18px 280px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .heading {
    width: auto;
    padding-right: 0;
    font-size: 48px;
    line-height: 50px;
  }

  .paragraph {
    width: auto;
    font-size: 16px;
  }

  .button {
    width: 272px;
  }

  .image {
    width: 393px;
  }

  .container {
    flex-flow: column;
  }

  .supported {
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
  }

  .ree_video {
    padding: 24px 18px 56px;
  }

  .heading-3 {
    font-size: 40px;
    line-height: 44px;
  }

  .paragraph-2 {
    font-size: 16px;
  }

  .about {
    padding: 56px 18px;
  }

  .frame-106 {
    grid-column-gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text {
    font-size: 24px;
  }

  .text-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-3 {
    margin-top: 24px;
    font-size: 16px;
  }

  .row {
    flex-flow: column;
  }

  .card {
    width: auto;
    margin-bottom: 24px;
  }

  .image-13 {
    max-width: 100%;
  }

  .solutions-cards {
    padding: 56px 18px;
  }

  .heading-3-c {
    text-align: left;
    font-size: 40px;
  }

  .expertise-cards {
    padding: 56px 18px;
  }

  .cta {
    padding-left: 18px;
    padding-right: 18px;
  }

  .container-2 {
    background-position: 100%;
    background-size: cover;
  }

  .columns-2 {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .button-2 {
    font-size: 16px;
  }

  .container-3 {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .container-4 {
    max-width: 100%;
  }

  .image-15 {
    margin-bottom: 24px;
  }

  .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .video {
    margin-bottom: 16px;
  }

  .column-4 {
    box-sizing: content-box;
  }

  .image-20 {
    object-fit: fill;
    max-width: 100%;
    overflow: auto;
  }

  .image-21, .image-22 {
    box-sizing: border-box;
    overflow: auto;
  }

  .column-7, .column-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-23 {
    width: 60px;
  }

  .image-24 {
    width: auto;
  }

  .image-25 {
    width: 80px;
  }

  .columns-4 {
    width: auto;
  }
}


