:root {
  --main: #243d48;
  --white: white;
  --dark-blue: #0086b2;
  --light-blue: #53b9c9;
  --green: #80c0a1;
  --yellow: #edbf3b;
  --orange: #e67962;
  --pink: #d44a6f;
  --purple: #8b6391;
  --grey-01: #f5f6f7;
  --grey-03: #d0d4d6;
  --grey-09: #4f656e;
  --grey-02: #e1e5e5;
  --grey-10: #365059;
  --grey-08: #667880;
  --grey-07: #7a8b91;
  --grey-06: #919ea3;
  --grey-05: #a4aeb2;
  --grey-04: #bbc2c4;
  --black: black;
}

.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;
  }
}

body {
  color: #333;
  font-family: Lora, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  color: var(--main);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: E montserrat, sans-serif;
  font-size: 38px;
  font-weight: 200;
  line-height: 44px;
}

h2 {
  color: var(--main);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: E montserrat, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: var(--main);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: E montserrat, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h4 {
  color: var(--main);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: E montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

h5 {
  color: var(--main);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: E montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
}

.h1 {
  color: var(--main);
  text-transform: uppercase;
  margin-top: 0;
  margin-left: -9px;
  font-family: E montserrat, sans-serif;
  font-size: 62px;
  font-weight: 200;
  line-height: 83px;
}

.h1.white {
  color: var(--white);
}

.h1.center {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 4.4vw;
}

.h1.h1-scroll {
  max-width: 50rem;
  font-size: 65px;
  font-weight: 200;
  line-height: 80px;
}

.h1.h1-scroll.center {
  z-index: 2;
  margin-bottom: 150px;
  font-weight: 300;
  position: relative;
}

.h1.h1-scroll.center.nomargin {
  margin-bottom: 10px;
}

.h2 {
  color: var(--main);
  margin-left: -4px;
  font-family: E montserrat, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 61px;
}

.h2.white {
  color: var(--white);
}

.h3 {
  color: var(--main);
  letter-spacing: 3.73px;
  text-transform: uppercase;
  font-family: E montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}

.h3.white {
  color: var(--white);
}

.h3.center {
  text-align: center;
}

.h4 {
  color: var(--main);
  margin-left: -3px;
  font-family: E montserrat, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 47px;
}

.h4.white {
  color: var(--white);
}

.h4.white.footer {
  min-width: 100%;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
}

.h5 {
  color: var(--main);
  margin-left: -2px;
  font-family: E montserrat, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
}

.h5.white, .h5.whiote {
  color: var(--white);
}

.h5.h5-prefooter {
  margin-bottom: 25px;
}

.h5.center {
  text-align: center;
}

.h5.absolute {
  z-index: 4;
  cursor: pointer;
  margin-top: 12%;
  margin-bottom: 0;
  margin-left: 0;
  display: block;
  position: absolute;
}

.h5.absolute.holder {
  height: auto;
}

.h5.separator {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}

.h5.adjust {
  z-index: 3;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  position: relative;
}

.div-bg {
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  max-width: 100vw;
  min-height: 100vh;
  min-width: 100vw;
  background-color: var(--white);
  flex-direction: column;
  align-items: center;
  padding: 108px 10% 40px;
  display: flex;
}

.div-bg.bg-main {
  background-color: var(--main);
  padding: 5% 10%;
  display: block;
}

.div-bg.bg-main.div-footer {
  padding: 55px 22px 14px;
  display: block;
}

.div-bg.bg-darkblue {
  background-color: var(--dark-blue);
}

.div-bg.bg-lightblue {
  background-color: var(--light-blue);
}

.div-bg.bg-green {
  background-color: var(--green);
}

.div-bg.bg-yellow {
  background-color: var(--yellow);
}

.div-bg.bg-orange {
  background-color: var(--orange);
}

.div-bg.bg-pink {
  background-color: var(--pink);
}

.div-bg.bg-purple {
  background-color: var(--purple);
}

.div-bg.bg-grey {
  background-color: var(--grey-01);
}

.div-bg.center {
  text-align: center;
}

.div-bg.div-footer {
  padding-left: 5%;
  padding-right: 5%;
}

.div-bg.div-footer.center {
  padding: 90px 8px;
}

.div-bg.div-fullwifth {
  padding: 40px 20px;
}

.div-bg.div-vh-500 {
  height: 500vh;
  padding: 0%;
}

.div-bg._3 {
  z-index: 1;
  padding-top: 108px;
  position: relative;
}

.div-bg._4 {
  z-index: 0;
  height: 100%;
  z-index: 2;
  justify-content: center;
  margin-top: 53px;
  padding-top: 108px;
  position: relative;
}

.div-bg._4.hide {
  display: none;
}

.div-bg._9 {
  z-index: 3;
  padding-top: 108px;
  position: relative;
}

.div-bg._5 {
  z-index: 4;
  margin-bottom: 30px;
  padding-top: 108px;
  display: inline-block;
  position: relative;
}

.div-bg._7 {
  z-index: 5;
  z-index: 6;
  padding-top: 108px;
  position: relative;
}

.div-bg._6 {
  z-index: 6;
  height: auto;
  max-height: 180vh;
  padding: 108px 0% 40px;
  position: relative;
}

.p {
  color: var(--main);
  margin-bottom: 0;
  padding-left: 0;
  font-family: Lora, sans-serif;
  font-size: 16px;
  line-height: 1.56em;
}

.p.bold {
  font-weight: 700;
}

.p.white {
  color: var(--white);
}

.p.p-quote {
  margin-bottom: -10px;
  padding-top: 10px;
  padding-left: 0;
  font-size: 18px;
}

.p.small {
  flex: 1;
  align-self: auto;
  margin-bottom: 10px;
  font-family: Lora, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  display: block;
}

.p.small.white.centered {
  width: 100%;
  opacity: 0;
  text-align: center;
  margin-top: 2.5px;
  font-size: 5px;
  line-height: 8px;
}

.p.small.circles-text {
  z-index: 1;
  text-align: center;
  font-size: 10px;
  position: absolute;
}

.p.small.hide-text-white {
  height: auto;
  opacity: 1;
  color: var(--white);
  font-size: 5px;
  line-height: 5px;
  position: relative;
}

.p-big {
  color: var(--main);
  font-family: Lora, sans-serif;
  font-size: 1.4375rem;
  line-height: 37px;
}

.p-big.bold {
  font-weight: 700;
}

.p-big.white {
  color: var(--white);
}

.p-big.white.stretch, .p-big.stretch {
  padding-left: 10%;
  padding-right: 10%;
}

.title-small {
  color: var(--main);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: E montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.56em;
  text-decoration: none;
}

.p-small {
  color: var(--main);
  font-family: Lora, sans-serif;
  line-height: 1.56em;
}

.p-small.bold {
  font-weight: 700;
}

.separator-30 {
  width: 100%;
  height: 30px;
}

.alert {
  color: var(--pink);
  font-family: Lora, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.56em;
}

.success {
  color: var(--green);
  font-family: Lora, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.56em;
}

.category {
  background-color: var(--grey-03);
  color: var(--main);
  padding: .125em .3125em;
  font-family: Lora, sans-serif;
  font-size: 16px;
  line-height: 1.56em;
  display: inline-block;
}

.date {
  color: var(--main);
  text-transform: uppercase;
  font-family: E montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.56em;
}

.header-fixed {
  z-index: 999;
  width: 100%;
  height: 80px;
  background-color: var(--white);
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.logo-text {
  position: -webkit-sticky;
  position: sticky;
}

.header-logo {
  width: 182px;
}

.menu-wrapper {
  width: 100%;
  max-width: 1440px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: -3px;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.menu-item {
  min-height: 1.5em;
  color: var(--main);
  letter-spacing: .23125em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-right: 2.5em;
  font-family: E montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: .23125em;
  text-decoration: none;
  display: flex;
}

.header-space {
  width: 100%;
  height: 91px;
  margin-top: 0;
  position: relative;
  top: 0;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-bg-image {
  height: auto;
  min-height: 76vh;
  color: var(--white);
  text-align: center;
  background-image: url('../images/platform-poster--dark.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 6% 15% 5%;
  display: flex;
}

.div-bg-image.bg-image2 {
  background-image: url('../images/header-background-image.png');
  background-size: 105%;
}

.btn-main {
  border: .125em solid var(--main);
  background-color: var(--main);
  text-transform: uppercase;
  border-radius: 1.625em;
  padding: .625em 1.125em;
  font-family: E montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}

.btn-main.bg-darkblue {
  border-color: var(--dark-blue);
  background-color: var(--dark-blue);
}

.btn-main.small {
  border-color: var(--main);
  background-color: var(--main);
  padding-top: .42em;
  padding-bottom: .42em;
  font-size: 12px;
}

.btn-main.hover-darkblue:hover {
  border-color: var(--dark-blue);
  background-color: var(--dark-blue);
}

.btn-main.hover-darkblue.outline:hover {
  color: var(--dark-blue);
  background-color: rgba(0, 0, 0, 0);
}

.btn-main.hover-lightblue {
  background-color: var(--main);
}

.btn-main.hover-lightblue.outline {
  background-color: rgba(0, 0, 0, 0);
  border-width: .125em;
}

.btn-main.hover-lightblue.outline:hover {
  color: var(--light-blue);
  background-color: rgba(0, 0, 0, 0);
}

.btn-main.disabled {
  border-color: var(--grey-03);
  background-color: var(--grey-03);
}

.btn-main.disabled.outline {
  color: var(--grey-03);
}

.btn-main.hover-purple:hover {
  border-color: var(--purple);
  background-color: var(--purple);
  color: var(--white);
}

.btn-main.hover-purple.outline:hover {
  color: var(--purple);
  background-color: rgba(0, 0, 0, 0);
}

.btn-main.hover-pink:hover {
  border-color: var(--pink);
  background-color: var(--pink);
}

.btn-main.hover-pink.outline:hover {
  color: var(--pink);
  background-color: rgba(0, 0, 0, 0);
}

.btn-main.hover-orange:hover {
  border-color: var(--orange);
  background-color: var(--orange);
}

.btn-main.hover-orange.outline:hover {
  color: var(--orange);
  background-color: rgba(0, 0, 0, 0);
}

.btn-main.hover-yellow:hover {
  border-color: var(--yellow);
  background-color: var(--yellow);
}

.btn-main.hover-yellow.outline:hover {
  color: var(--yellow);
  background-color: rgba(0, 0, 0, 0);
}

.btn-main.hover-green:hover {
  border-color: var(--green);
  background-color: var(--green);
}

.btn-main.hover-green.outline:hover {
  color: var(--green);
  background-color: rgba(0, 0, 0, 0);
}

.btn-main.outline {
  color: var(--main);
  background-color: rgba(0, 0, 0, 0);
}

.btn-main.cta-darkblue {
  border-color: var(--dark-blue);
  background-color: var(--dark-blue);
  color: var(--white);
}

.btn-main.cta-lightblue {
  border-color: var(--light-blue);
  background-color: var(--light-blue);
}

.btn-main.cta-green {
  border-color: var(--green);
  background-color: var(--green);
}

.btn-main.cta-yellow {
  border-color: var(--yellow);
  background-color: var(--yellow);
}

.btn-main.cta-orange {
  border-color: var(--orange);
  background-color: var(--orange);
}

.btn-main.cta-pink {
  border-color: var(--pink);
  background-color: var(--pink);
}

.btn-main.cta-purple {
  border-color: var(--purple);
  background-color: var(--purple);
}

.separator-40 {
  width: 100%;
  height: 40px;
}

.separator-10 {
  width: 100%;
  height: 10px;
}

.separator-50 {
  width: 100%;
  height: 50px;
}

.list {
  padding-left: 12px;
}

.list.numbered {
  padding-left: 16px;
  list-style-type: decimal;
}

.list-item {
  padding-left: 12px;
}

.list-item.list-item-num {
  padding-left: 8px;
}

.quote {
  color: var(--main);
  border-left: 0 rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
  font-size: 29px;
  line-height: 43px;
}

.chart {
  color: var(--main);
  font-size: 80px;
  font-weight: 700;
  line-height: 82px;
}

.hover-lightblue {
  border: .125px solid var(--main);
}

.hover-lightblue:hover {
  border: .125px solid var(--light-blue);
  background-color: var(--light-blue);
}

.dropdown-toggle {
  padding: 0;
  display: block;
}

.dropdown-icon {
  display: none;
}

.dropdown-list {
  background-color: var(--white);
  padding-top: 12px;
}

.dropdown-list.w--open {
  z-index: 10;
  background-color: rgba(255, 255, 255, .97);
  padding: 14px 0 12px;
  display: block;
}

.submenu-item {
  width: 100%;
  color: var(--main);
  letter-spacing: .125em;
  white-space: pre-wrap;
  padding: 9px 0 9.5px;
  font-family: E montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.submenu-item.w--current {
  color: var(--main);
}

.btn-download {
  color: var(--main);
  letter-spacing: .125em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: -1px;
  padding: 0;
  font-family: E montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.btn-download:hover {
  font-weight: 600;
}

.link-text-fullwidth {
  min-width: 100%;
  letter-spacing: .23125em;
  padding-left: 4px;
  font-weight: 600;
  display: inline;
}

.download-icon {
  margin-top: -3px;
  margin-left: 12px;
}

.btn-next {
  color: var(--main);
  letter-spacing: .125em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: -1px;
  padding: 0;
  font-family: E montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.btn-next:hover {
  font-weight: 600;
}

.btn-next.white {
  color: var(--white);
  padding-top: 8px;
  padding-bottom: 8px;
}

.next-icon {
  margin-top: -1px;
  margin-left: 8px;
}

.next-icon.icon-white {
  filter: contrast(0%) brightness(200%);
}

.btn-back {
  color: var(--main);
  letter-spacing: .125em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: -1px;
  padding: 0;
  font-family: E montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.btn-back:hover {
  font-weight: 600;
}

.back-icon {
  margin-top: -1px;
  margin-right: 8px;
}

.btn-email {
  color: var(--main);
  letter-spacing: .125em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: -1px;
  padding: 0;
  font-family: E montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.btn-email:hover {
  font-weight: 600;
}

.email-icon {
  margin-top: -3px;
  margin-left: 12px;
}

.social-icon {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  margin-right: 2px;
  overflow: hidden;
}

.social-icon.twitter-icon {
  background-image: url('../images/twitter.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.social-icon.twitter-icon:hover {
  background-image: url('../images/twitter-1.svg');
}

.social-icon.instagram-icon {
  background-image: url('../images/instagram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.social-icon.instagram-icon:hover {
  background-image: url('../images/instagram-1.svg');
  background-position: 50%;
}

.social-icon.youtube-icon {
  background-image: url('../images/youtube.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.social-icon.youtube-icon:hover {
  background-image: url('../images/youtube-1.svg');
}

.social-icon.linkedin-icon {
  background-image: url('../images/linkedin.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.social-icon.linkedin-icon:hover {
  background-image: url('../images/linkedin-1.svg');
}

.social-icon.medium-icon {
  background-color: rgba(36, 61, 72, .2);
  background-image: url('../images/medium-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.social-icon.medium-icon:hover {
  background-color: #e8f3eb;
  background-image: url('../images/medium.svg');
}

.social-icon.github-icon {
  background-color: rgba(36, 61, 72, .2);
  background-image: url('../images/github.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.social-icon.github-icon:hover {
  background-image: url('../images/github-1.svg');
}

.link {
  color: var(--main);
}

.btn-external {
  color: var(--main);
  letter-spacing: 2px;
  font-family: E montserrat, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.btn-external:hover {
  text-decoration: underline;
}

.icon-top {
  width: 48px;
  height: 48px;
  border: 1px solid var(--white);
  background-color: var(--main);
  border-radius: 50%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.top-icon {
  width: 14px;
  filter: brightness(0%) invert();
  margin-top: -4px;
  display: block;
  transform: rotate(-90deg);
}

.btn-down {
  color: var(--main);
  text-align: center;
  letter-spacing: .125em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 0;
  font-family: E montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.down-icon {
  margin-top: 3px;
  margin-right: 12px;
  transform: rotate(-90deg);
}

.link-text {
  display: inline-block;
}

.waves-bg {
  z-index: 0;
  width: 100%;
  position: absolute;
  left: 0;
}

.icon-mail {
  width: 32px;
  height: 32px;
}

.column {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.social-wrapper {
  margin-bottom: 23px;
}

._2-cols {
  min-width: 100%;
}

._2-cols-inner {
  flex-flow: column wrap;
  align-items: flex-start;
  display: flex;
}

.div-footer-links {
  background-color: var(--grey-09);
  color: var(--white);
  justify-content: space-between;
  padding: 16px 20px 4px;
  display: flex;
}

.btn-white {
  border: .125em solid var(--white);
  color: var(--white);
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 1.625em;
  padding: .625em 1.125em;
  font-family: E montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.btn-white.small {
  border-color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  padding-top: .42em;
  padding-bottom: .42em;
  font-size: 12px;
}

.bg-main {
  background-color: var(--main);
  padding: 10px;
  display: inline-block;
}

.div-footer {
  width: 100%;
  height: auto;
  padding: 0;
}

.footer-text {
  font-family: E montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.footer-text-link {
  color: var(--white);
  letter-spacing: .125em;
  margin-left: 10px;
  margin-right: 10px;
  font-family: E montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.input-field {
  color: var(--main);
  text-transform: uppercase;
  font-family: E montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.form-input {
  height: 45px;
  border: 1px solid #dedede;
  margin-bottom: 30px;
  padding: 10px;
  font-size: 16px;
}

.form-input.textarea-input {
  height: 145px;
}

.link-2 {
  color: var(--main);
}

.form-checkbox {
  margin-bottom: 10px;
  display: inline-block;
}

.select-field {
  height: auto;
  background-color: var(--white);
  border: 1px solid #dedede;
  margin-bottom: 30px;
  padding: 10px;
  font-size: 16px;
}

.checkbox {
  width: 16px;
  height: 16px;
  border: 1px solid var(--main);
  background-color: var(--white);
  border-radius: 0;
  overflow: visible;
}

.slider-testimonials {
  background-color: rgba(0, 0, 0, 0);
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.arrow-right, .arrow-left {
  display: none;
}

.slide-nav {
  flex: 1;
  position: relative;
}

.single-slide {
  height: auto;
  min-height: auto;
  text-align: center;
}

.mask {
  height: auto;
  flex: 0 auto;
  align-self: flex-start;
}

.inner-col-nopadding-left {
  padding-left: 0;
  padding-right: 9px;
}

.inner-col-nopadding-right {
  padding-left: 9px;
  padding-right: 0;
}

.menu-scrollytelling {
  flex-flow: wrap;
  align-items: stretch;
  display: inline-block;
}

.menu-scrollytelling.scroll-menu-fixed {
  z-index: 2;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.bubble-title {
  color: var(--white);
  text-align: center;
  letter-spacing: .14rem;
  text-transform: uppercase;
  font-family: E montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  display: block;
}

.bubble-title.disabled {
  color: #d0d4d6;
}

.bubble-title.disabled:active, .bubble-title.disabled:focus {
  color: var(--main);
}

.bubble-title.disabled:focus-visible {
  color: var(--main);
}

.bubble-title.disabled[data-wf-focus-visible] {
  color: var(--main);
}

.bubble-title.right {
  margin-left: 0;
  margin-right: 17px;
}

.bubble-title.right.blue {
  color: var(--main);
}

.bubble-title.main-title {
  color: var(--main);
  text-align: left;
  margin: 15px 0 10px;
}

.bubble-title.main-title.center {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  position: -webkit-sticky;
  position: sticky;
}

.bubble-title.row-title {
  color: var(--main);
  text-align: left;
  margin: 0;
}

.bubble-title.bubble-alt {
  width: 100%;
  opacity: 0;
  letter-spacing: .05rem;
  margin-bottom: 2px;
  font-size: 5px;
  line-height: 6px;
}

.scroll-dot {
  z-index: 1;
  width: 9px;
  height: 9px;
  background-color: var(--main);
  border-radius: 100%;
  display: inline-block;
  position: absolute;
}

.scroll-dot.dot-disabled {
  z-index: 1;
  width: 5px;
  height: 5px;
  background-color: var(--grey-03);
  margin: 2px;
  position: absolute;
}

.scroll-item {
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 5.5px;
  margin-bottom: 5px;
  text-decoration: none;
  display: flex;
}

.scroll-item.right {
  justify-content: flex-end;
}

.scroll-item.right.hide {
  display: none;
}

.scroll-nav-wrapper {
  height: 100%;
  min-height: 100%;
  flex-flow: column wrap;
  align-content: flex-start;
  align-items: flex-start;
  margin-top: 5px;
  display: flex;
}

.scroll-nav-wrapper.right {
  z-index: 100;
  min-width: 14vw;
  flex-direction: column;
  align-content: flex-end;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  margin-right: 8px;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.scroll-line {
  z-index: 0;
  width: 1px;
  height: 30px;
  background-color: var(--main);
  margin-top: 32px;
  margin-left: 4px;
  display: inline-block;
  position: absolute;
}

.scroll-line.disabled {
  background-color: var(--grey-03);
}

.scroll-line.right {
  margin-left: 0;
  margin-right: 4px;
}

.header-base {
  z-index: 9;
  width: 100%;
  background-color: var(--white);
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 0 20px 8px rgba(0, 0, 0, .11);
}

.list-item-icon {
  margin-right: .7em;
}

.div-scroll {
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  min-width: 100vw;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: static;
  top: 0;
}

.div-scroll.align-middle {
  justify-content: center;
}

.div-scroll.align-top {
  justify-content: flex-start;
}

.scroll-down-section {
  z-index: 200;
  width: 100vw;
  height: 50px;
  min-width: 100vw;
  background-color: var(--white);
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.columns {
  width: 90%;
}

.video-1 {
  z-index: 0;
  width: 70%;
  height: 100%;
  align-items: center;
  margin-left: 1.8%;
  padding-bottom: 4vh;
  display: flex;
  position: absolute;
}

.animation-holder {
  width: 60vw;
  height: 100%;
  max-width: 54.0625rem;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20vw;
  margin-right: 20vw;
  padding-bottom: 6vh;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header-shadow {
  z-index: -2;
  width: 100%;
  height: 92px;
  margin-top: -92px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 0 20px 8px rgba(0, 0, 0, .11);
}

.body-2 {
  margin-top: 91px;
}

.header-white-bg {
  z-index: -1;
  width: 100%;
  height: 92px;
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.video-2 {
  z-index: 0;
  width: 70%;
  height: 100%;
  align-items: center;
  margin-left: 1.8%;
  padding-bottom: 4vh;
  display: flex;
}

.video-3 {
  z-index: 0;
  width: 70%;
  height: 100%;
  align-items: center;
  margin-left: 1.8%;
  padding-bottom: 4vh;
  display: flex;
  position: absolute;
}

.graph-container {
  border: 1px solid var(--grey-02);
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: relative;
}

.graph {
  width: 420px;
  height: 420px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0% 0% 12%;
  display: flex;
}

.circle-container {
  width: 420px;
  height: 210px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.circle-container.low {
  width: 420px;
  align-items: flex-start;
}

.circle-chart {
  z-index: 3;
  width: 175px;
  height: 175px;
  border: .5px solid var(--white);
  background-color: var(--grey-01);
  cursor: pointer;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0% 2%;
  display: flex;
  position: relative;
}

.circle-chart._2nd {
  z-index: 2;
}

.circle-chart._1st {
  z-index: 1;
}

.circle-chart.alternative {
  cursor: pointer;
}

.legend {
  width: 200px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: -200px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.legend-item {
  flex-direction: row;
  align-items: center;
  margin-top: 3px;
  margin-bottom: 3px;
  display: flex;
}

.dot-empathy {
  width: 16px;
  height: 16px;
  background-color: var(--light-blue);
  border-radius: 100%;
  margin-right: 10px;
}

.dot-empathy.button-dot {
  z-index: 1;
  width: 16px;
  height: 16px;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 5% 8%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dot-empathy.alt {
  margin-right: 0;
}

.dot-algolia {
  width: 16px;
  height: 16px;
  background-color: var(--orange);
  border-radius: 100%;
  margin-right: 10px;
}

.dot-algolia.alt {
  margin-right: 0;
}

.dot-algolia.alt.button-dot {
  z-index: 0;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5% 8%;
  display: flex;
  position: relative;
}

.title-bubble {
  z-index: 1;
  opacity: .6;
  color: var(--main);
  letter-spacing: .1rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-left: 0;
  font-family: E montserrat, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  display: block;
  position: absolute;
}

.title-bubble.alt {
  opacity: 1;
  position: relative;
}

.title-bubble.relative {
  position: relative;
}

.title-bubble.center {
  text-align: center;
}

.year-text {
  color: var(--main);
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 34px;
}

.dots-container {
  height: 1px;
  opacity: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.dots-container.show {
  margin-bottom: 20px;
  display: flex;
}

.dots-container.show.alt {
  z-index: 2;
  height: auto;
  opacity: 1;
  position: static;
}

.dots-container.relative {
  height: auto;
  opacity: 1;
  margin-top: 12px;
  position: relative;
}

.content {
  width: 100%;
  height: 100%;
  opacity: .6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.content.alt {
  opacity: .6;
}

.tbc-div {
  z-index: -1;
  width: 60%;
  height: 60%;
  background-color: var(--orange);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.percentage-div-copy {
  z-index: 0;
  width: 35%;
  height: 35%;
  background-color: var(--light-blue);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.data-text {
  height: 1px;
  opacity: 0;
  color: var(--white);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 12px;
  display: block;
  position: relative;
}

.data-text.circles {
  width: 100%;
  color: var(--white);
}

.block-charts-up {
  width: 87.5px;
  height: 87.5px;
  opacity: .6;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-wrapper {
  width: 92%;
  height: 100%;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.column-wrapper.table {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  position: relative;
  overflow: visible;
}

.column-wrapper.table.alt {
  width: 72%;
  overflow: scroll;
}

.column-wrapper.table.scroll {
  width: 100%;
  overflow: scroll;
}

.column-inner {
  width: 18%;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading {
  text-align: center;
  margin-bottom: 30px;
}

.row {
  width: 100%;
  height: auto;
  border-bottom: 1px solid var(--grey-01);
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.row.title {
  width: 100%;
  height: 45px;
  background-color: var(--grey-01);
  align-items: center;
  position: -webkit-sticky;
  position: sticky;
}

.row.title.alt {
  width: 72%;
}

.row.noscroll {
  overflow: visible;
}

.inner-column {
  width: 33.33%;
  height: auto;
  flex-direction: column;
  align-items: flex-start;
  padding: 12px 15px;
  display: flex;
}

.inner-column.medium {
  width: 50%;
  color: var(--main);
}

.inner-column.medium-first {
  align-self: auto;
  align-items: flex-start;
  display: block;
}

.check, .no-check {
  width: 25px;
  height: 25px;
  margin-bottom: 5px;
  margin-right: 10px;
}

.link-3, .link-4, .link-5, .link-6, .link-7, .link-8, .link-9, .link-10, .link-11, .link-12, .link-13, .link-14, .link-15, .link-16, .link-17, .link-18, .link-19, .link-20, .link-21, .link-22, .link-23, .link-24, .link-25, .link-26, .link-27, .link-28, .link-29, .link-30, .link-31, .link-32, .link-33, .link-34 {
  color: var(--main);
}

.header-fix {
  z-index: 10;
  width: 100%;
  height: 108px;
  background-color: var(--white);
  flex-direction: column;
  align-items: center;
  padding: 40px 10% 0;
  display: flex;
  position: fixed;
  top: 0;
}

.popup-holder {
  z-index: 4;
  width: 70%;
  height: 70%;
  justify-content: center;
  align-items: center;
  margin-top: 12%;
  display: flex;
  position: absolute;
}

.popup-holder.first {
  display: none;
}

.popup-blue {
  z-index: 4;
  width: 100%;
  height: 100%;
  background-color: var(--light-blue);
  border-radius: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0%;
  padding: 8% 10%;
  display: flex;
  position: absolute;
}

.popup-blue.first {
  display: flex;
}

.popup-blue.second, .popup-blue.third {
  display: none;
}

.link-35, .link-36, .link-37, .link-38, .link-39, .link-40 {
  color: var(--white);
}

.popup-orange {
  z-index: 4;
  width: 100%;
  height: 100%;
  background-color: var(--orange);
  border-radius: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0%;
  padding: 8% 10%;
  display: flex;
  position: absolute;
}

.popup-orange.first, .popup-orange.second, .popup-orange.third {
  display: none;
}

.link-41, .link-42 {
  color: var(--white);
  font-weight: 700;
}

.close-popup {
  z-index: 4;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.close-popup._1, .close-popup._2, .close-popup._3, .close-popup._4, .close-popup._5, .close-popup._6 {
  transform: scale(0);
}

.absolute-holder {
  z-index: 6;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: -2px;
  display: flex;
  position: absolute;
}

.close-tab {
  z-index: 6;
  width: 100%;
  height: 100%;
  min-height: 100%;
  cursor: pointer;
  position: absolute;
}

.close-tab._1, .close-tab._2, .close-tab._3, .close-tab._4 {
  display: none;
}

.engineer-blue {
  z-index: -1;
  width: 30%;
  height: 30%;
  background-color: var(--light-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.engineer-orange {
  z-index: 0;
  width: 25%;
  height: 25%;
  background-color: var(--orange);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.normal-text {
  width: auto;
  height: auto;
  font-weight: 400;
  display: block;
}

.normal-text.circular {
  z-index: 999999;
  text-align: center;
  line-height: 20px;
}

.block-charts-down {
  width: 175px;
  height: 87.5px;
  opacity: .6;
  justify-content: center;
  align-items: center;
  display: flex;
}

.middle-bottom-circle {
  width: 50%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 5px 0 15px 20px;
  display: flex;
}

.sales-orange {
  z-index: -1;
  width: 34%;
  height: 34%;
  background-color: var(--orange);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.sales-blue {
  z-index: 0;
  width: 10%;
  height: 10%;
  background-color: var(--light-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.middle-bottom-circle-right {
  width: 50%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 0 20px 22px 0;
  display: flex;
}

.marketing-circle-orange {
  z-index: -1;
  width: 20%;
  height: 20%;
  background-color: var(--orange);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.marketing-circle-blue {
  z-index: 0;
  width: 6%;
  height: 6%;
  background-color: var(--light-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.trigger {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
}

.bubble-legend {
  color: var(--main);
  text-align: center;
  letter-spacing: .14rem;
  text-transform: uppercase;
  margin-right: 10px;
  padding-left: 5px;
  font-family: E montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  display: block;
}

.bubble-legend.disabled {
  color: #d0d4d6;
}

.bubble-legend.disabled:active, .bubble-legend.disabled:focus {
  color: var(--main);
}

.bubble-legend.disabled:focus-visible {
  color: var(--main);
}

.bubble-legend.disabled[data-wf-focus-visible] {
  color: var(--main);
}

.bubble-legend.right {
  margin-left: 0;
  margin-right: 17px;
}

.bubble-legend.right.blue {
  color: var(--main);
}

.bubble-legend.main-title {
  color: var(--main);
  text-align: left;
  margin: 15px 0 10px;
}

.bubble-legend.main-title.center {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  position: -webkit-sticky;
  position: sticky;
}

.bubble-legend.row-title {
  color: var(--main);
  margin: 0;
}

.bubble-legend.bubble-alt {
  width: 100%;
  opacity: 0;
  letter-spacing: .05rem;
  margin-bottom: 2px;
  font-size: 5px;
  line-height: 6px;
}

.bubble-legend.alt {
  margin-right: 0;
}

.div-bg-copy {
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  max-width: 100vw;
  min-height: 100vh;
  min-width: 100vw;
  background-color: var(--white);
  flex-direction: column;
  align-items: center;
  padding: 0 10% 40px;
  display: flex;
}

.div-bg-copy.bg-main {
  background-color: var(--main);
  padding: 5% 10%;
  display: block;
}

.div-bg-copy.bg-main.div-footer {
  padding: 55px 22px 14px;
  display: block;
}

.div-bg-copy.bg-darkblue {
  background-color: var(--dark-blue);
}

.div-bg-copy.bg-lightblue {
  background-color: var(--light-blue);
}

.div-bg-copy.bg-green {
  background-color: var(--green);
}

.div-bg-copy.bg-yellow {
  background-color: var(--yellow);
}

.div-bg-copy.bg-orange {
  background-color: var(--orange);
}

.div-bg-copy.bg-pink {
  background-color: var(--pink);
}

.div-bg-copy.bg-purple {
  background-color: var(--purple);
}

.div-bg-copy.bg-grey {
  background-color: var(--grey-01);
}

.div-bg-copy.center {
  text-align: center;
}

.div-bg-copy.div-footer {
  padding-left: 5%;
  padding-right: 5%;
}

.div-bg-copy.div-footer.center {
  padding: 90px 8px;
}

.div-bg-copy.div-fullwifth {
  padding: 40px 20px;
}

.div-bg-copy.div-vh-500 {
  height: 500vh;
  padding: 0%;
}

.div-bg-copy._2 {
  z-index: 1;
  padding-top: 108px;
  position: relative;
}

.div-bg-copy._1 {
  z-index: 0;
  height: 100%;
  justify-content: center;
  padding-top: 108px;
  position: relative;
}

.div-bg-copy._3 {
  z-index: 2;
  padding-top: 108px;
  position: relative;
}

.div-bg-copy._3.hide {
  display: none;
}

.div-bg-copy._4 {
  z-index: 3;
  padding-top: 108px;
  position: relative;
}

.div-bg-copy._5 {
  z-index: 4;
  padding-top: 108px;
  position: relative;
}

.div-bg-copy._6 {
  z-index: 5;
  padding-top: 108px;
  position: relative;
}

.div-bg-copy._7 {
  z-index: 6;
  z-index: 6;
  height: auto;
  max-height: 180vh;
  padding: 108px 0% 40px;
  position: relative;
}

.d {
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  max-width: 100vw;
  min-height: 100vh;
  min-width: 100vw;
  background-color: var(--white);
  flex-direction: column;
  align-items: center;
  padding: 0 10% 40px;
  display: flex;
}

.d.bg-main {
  background-color: var(--main);
  padding: 5% 10%;
  display: block;
}

.d.bg-main.div-footer {
  padding: 55px 22px 14px;
  display: block;
}

.d.bg-darkblue {
  background-color: var(--dark-blue);
}

.d.bg-lightblue {
  background-color: var(--light-blue);
}

.d.bg-green {
  background-color: var(--green);
}

.d.bg-yellow {
  background-color: var(--yellow);
}

.d.bg-orange {
  background-color: var(--orange);
}

.d.bg-pink {
  background-color: var(--pink);
}

.d.bg-purple {
  background-color: var(--purple);
}

.d.bg-grey {
  background-color: var(--grey-01);
}

.d.center {
  text-align: center;
}

.d.div-footer {
  padding-left: 5%;
  padding-right: 5%;
}

.d.div-footer.center {
  padding: 90px 8px;
}

.d.div-fullwifth {
  padding: 40px 20px;
}

.d.div-vh-500 {
  height: 500vh;
  padding: 0%;
}

.d._2 {
  z-index: 1;
  padding-top: 108px;
  position: relative;
}

.d._1 {
  z-index: 0;
  height: 100%;
  justify-content: center;
  padding-top: 108px;
  position: relative;
}

.d._3 {
  z-index: 2;
  padding-top: 108px;
  position: relative;
}

.d._3.hide {
  display: none;
}

.d._4 {
  z-index: 3;
  padding-top: 108px;
  position: relative;
}

.d._5 {
  z-index: 4;
  padding-top: 108px;
  position: relative;
}

.d._6 {
  z-index: 5;
  padding-top: 108px;
  position: relative;
}

.d._7 {
  z-index: 6;
  z-index: 6;
  height: auto;
  max-height: 180vh;
  padding: 108px 0% 40px;
  position: relative;
}

.column-wrapper-2 {
  width: 92%;
  height: 100%;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 49px;
  display: flex;
}

.div-bg-2 {
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  max-width: 100vw;
  min-height: 100vh;
  min-width: 100vw;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding: 108px 10% 40px;
  display: flex;
}

.div-bg-2._3 {
  z-index: 1;
  height: 100%;
  max-height: 150vh;
  padding-top: 108px;
  position: relative;
}

.link-43 {
  color: #243d48;
  text-decoration: underline;
}

.bubble-title-3 {
  color: #fff;
  text-align: center;
  letter-spacing: .14rem;
  text-transform: uppercase;
  font-family: E montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  display: block;
}

.bubble-title-3.main-title {
  color: #243d48;
  text-align: left;
  margin: 15px 0 10px;
}

.p-2 {
  color: #243d48;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Lora, sans-serif;
  font-size: 16px;
  line-height: 1.56em;
}

.p-2.small {
  margin-bottom: 10px;
  font-family: Lora, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  display: block;
}

.image-2 {
  z-index: auto;
  width: 100%;
  height: auto;
  float: none;
  -webkit-text-stroke-width: 0px;
  border: 1px #000;
  border-radius: 8px;
  position: relative;
}

.icon-2 {
  margin-bottom: 10px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.mask-2 {
  height: auto;
  background-color: #53b9c9;
  margin-bottom: 0;
}

.slide {
  z-index: auto;
  width: 100%;
  height: 100%;
  text-align: center;
  margin-bottom: 60px;
}

.div-block-3 {
  z-index: 1;
  margin-left: 12%;
  margin-right: 12%;
  position: relative;
}

.paragraph {
  max-width: 800px;
  color: #fff;
  padding-top: 16px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  display: inline-block;
}

.slider-copy {
  height: 600px;
  background-color: #fff;
  margin-top: 129px;
}

.slider-copy._1 {
  height: auto;
  margin-top: 140px;
}

.icon {
  margin-bottom: 10px;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.div-block-2 {
  z-index: 0;
  width: 100%;
  max-width: 75%;
  text-align: center;
  margin-left: 12%;
  margin-right: 12%;
  position: absolute;
}

.column-wrapper-3 {
  width: 92%;
  height: 100%;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.column-wrapper-3.table {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  display: block;
  position: relative;
  overflow: visible;
}

.heading-2 {
  max-width: 1200px;
  min-height: auto;
  min-width: auto;
  text-align: center;
  margin: 60px auto 30px;
}

.p-3 {
  color: #243d48;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Lora, sans-serif;
  font-size: 16px;
  line-height: 1.56em;
}

.p-3.small {
  font-family: Lora, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.div-bg-3 {
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  max-width: 100vw;
  min-height: 100vh;
  min-width: 100vw;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding: 0 10% 40px;
  display: flex;
}

.div-bg-3._4 {
  z-index: 5;
  width: auto;
  height: auto;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
  position: relative;
}

.row-2 {
  width: 100%;
  height: auto;
  max-width: 1200px;
  border-bottom: 1px solid #f5f6f7;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.row-2.title {
  width: 100%;
  height: 45px;
  max-width: 1200px;
  background-color: #f5f6f7;
  align-items: center;
  position: -webkit-sticky;
  position: sticky;
}

.bubble-title-4 {
  color: #fff;
  text-align: center;
  letter-spacing: .14rem;
  text-transform: uppercase;
  font-family: E montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  display: block;
}

.bubble-title-4.row-title {
  color: #243d48;
  margin: 0;
}

.column-wrapper-4 {
  width: 92%;
  height: 100%;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.column-wrapper-4.table {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  display: block;
  position: relative;
  overflow: visible;
}

.heading-3 {
  max-width: 1200px;
  min-height: auto;
  min-width: auto;
  text-align: center;
  margin: 60px auto 30px;
}

.p-4 {
  color: #243d48;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Lora, sans-serif;
  font-size: 16px;
  line-height: 1.56em;
}

.p-4.small {
  font-family: Lora, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.div-bg-4 {
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  max-width: 100vw;
  min-height: 100vh;
  min-width: 100vw;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding: 0 10% 40px;
  display: flex;
}

.div-bg-4._5 {
  z-index: 4;
  height: auto;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
  position: relative;
}

.row-3 {
  width: 100%;
  height: auto;
  max-width: 1200px;
  border-bottom: 1px solid #f5f6f7;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.row-3.title {
  width: 100%;
  height: 45px;
  max-width: 1200px;
  background-color: #f5f6f7;
  align-items: center;
  position: -webkit-sticky;
  position: sticky;
}

.bubble-title-5 {
  color: #fff;
  text-align: center;
  letter-spacing: .14rem;
  text-transform: uppercase;
  font-family: E montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  display: block;
}

.bubble-title-5.row-title {
  color: #243d48;
  margin: 0;
}

.column-wrapper-5 {
  width: 92%;
  height: 100%;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.column-wrapper-5.table {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  display: block;
  position: relative;
  overflow: visible;
}

.heading-4 {
  max-width: 1200px;
  min-height: auto;
  min-width: auto;
  text-align: center;
  margin: 60px auto 30px;
}

.p-5 {
  color: #243d48;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Lora, sans-serif;
  font-size: 16px;
  line-height: 1.56em;
}

.p-5.small {
  font-family: Lora, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.div-bg-5 {
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  max-width: 100vw;
  min-height: 100vh;
  min-width: 100vw;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding: 0 10% 40px;
  display: flex;
}

.div-bg-5._6 {
  z-index: 4;
  height: auto;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
  position: relative;
}

.row-4 {
  width: 100%;
  height: auto;
  max-width: 1200px;
  border-bottom: 1px solid #f5f6f7;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.row-4.title {
  width: 100%;
  height: 45px;
  max-width: 1200px;
  background-color: #f5f6f7;
  align-items: center;
  position: -webkit-sticky;
  position: sticky;
}

.bubble-title-6 {
  color: #fff;
  text-align: center;
  letter-spacing: .14rem;
  text-transform: uppercase;
  font-family: E montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  display: block;
}

.bubble-title-6.row-title {
  color: #243d48;
  margin: 0;
}

.container {
  flex: 1;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .bubble-title.main-title.center {
    font-size: 16px;
    line-height: 22px;
  }

  .title-bubble.alt {
    text-align: center;
    align-self: center;
  }

  .bubble-legend.main-title.center {
    font-size: 16px;
    line-height: 22px;
  }

  .div-bg-2._3 {
    height: 100%;
    max-height: 130vh;
  }
}

@media screen and (min-width: 1440px) {
  .p.small, .p-2.small, .p-2.small, .p-3.small, .p-4.small, .p-5.small {
    font-size: 14px;
    line-height: 18px;
  }
}

@media screen and (min-width: 1920px) {
  .h5.absolute, .h5.separator {
    font-size: 34px;
    line-height: 40px;
  }

  .p.small {
    font-size: 18px;
    line-height: 22px;
  }

  .header-logo {
    width: 210px;
  }

  .bubble-title.right {
    color: var(--grey-03);
    font-size: 14px;
    line-height: 18px;
  }

  .bubble-title.main-title {
    font-size: 16px;
    line-height: 24px;
  }

  .bubble-title.main-title.center {
    font-size: 20px;
    line-height: 24px;
  }

  .bubble-title.row-title {
    font-size: 18px;
    line-height: 24px;
  }

  .title-bubble {
    font-size: 12px;
    line-height: 20px;
  }

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

  .inner-column {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .check {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .no-check {
    margin-right: 10px;
    padding-right: 0;
  }

  .bubble-legend.right {
    font-size: 14px;
    line-height: 18px;
  }

  .bubble-legend.main-title {
    font-size: 16px;
    line-height: 24px;
  }

  .bubble-legend.main-title.center {
    font-size: 20px;
    line-height: 24px;
  }

  .bubble-legend.row-title {
    font-size: 18px;
    line-height: 24px;
  }

  .bubble-title-3.main-title {
    font-size: 16px;
    line-height: 24px;
  }

  .p-2.small {
    font-size: 18px;
    line-height: 22px;
  }

  .image-2 {
    max-width: 1400px;
  }

  .slide-nav-5 {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .icon-2 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .slide-nav-9 {
    position: relative;
  }

  .mask-2 {
    width: 100%;
  }

  .slide-nav-2 {
    position: relative;
  }

  .slide-nav-4 {
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .slider-copy._1 {
    width: 1440px;
    background-color: rgba(0, 0, 0, 0);
    margin-left: auto;
    margin-right: auto;
  }

  .section {
    background-color: #53b9c9;
  }

  .slide-nav-6 {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .slide-nav-7 {
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .icon {
    margin-left: auto;
  }

  .slide-nav-3 {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .right-arrow {
    margin-top: auto;
    margin-bottom: auto;
  }

  .heading-2 {
    font-size: 38px;
    line-height: 44px;
  }

  .p-3.small {
    font-size: 18px;
    line-height: 22px;
  }

  .div-bg-3._4 {
    width: 100%;
    max-width: 1200px;
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .row-2 {
    max-width: none;
    aspect-ratio: auto;
  }

  .row-2.title {
    text-align: left;
    justify-content: center;
  }

  .bubble-title-4.row-title {
    font-size: 18px;
    line-height: 24px;
  }

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

  .p-4.small {
    font-size: 18px;
    line-height: 22px;
  }

  .div-bg-4._5 {
    max-height: none;
    max-width: 1200px;
    min-width: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

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

  .row-3.title {
    text-align: left;
    justify-content: center;
  }

  .bubble-title-5.row-title {
    font-size: 18px;
    line-height: 24px;
  }

  .heading-4 {
    font-size: 38px;
    line-height: 44px;
  }

  .p-5.small {
    font-size: 18px;
    line-height: 22px;
  }

  .div-bg-5._6 {
    max-height: none;
    max-width: 1200px;
    min-width: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .row-4 {
    max-width: none;
  }

  .row-4.title {
    text-align: left;
    justify-content: center;
  }

  .bubble-title-6.row-title {
    font-size: 18px;
    line-height: 24px;
  }

  .container {
    width: auto;
    grid-column-gap: 0px;
    grid-row-gap: 8px;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: center;
    align-items: stretch;
    margin-left: 0;
    padding-right: 0;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .h5.separator {
    width: 64%;
  }

  .div-bg._3 {
    height: auto;
    max-height: none;
  }

  .p.small {
    font-size: 12px;
    line-height: 14px;
  }

  .header-logo {
    width: 160px;
  }

  .bubble-title.right {
    font-size: 11px;
    line-height: 14px;
  }

  .bubble-title.main-title {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 10px;
    line-height: 14px;
  }

  .bubble-title.row-title {
    line-height: 14px;
  }

  .scroll-line.disabled.right {
    height: 30px;
  }

  .scroll-line.disabled.right.last {
    margin-top: 18px;
  }

  .graph {
    width: 400px;
    height: 400px;
  }

  .column-wrapper {
    width: 80%;
    flex-flow: wrap;
    align-content: space-between;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .column-wrapper.table {
    flex-wrap: nowrap;
  }

  .column-wrapper.table.alt {
    width: 64%;
  }

  .column-inner {
    width: 31%;
    height: 100%;
    margin-bottom: 30px;
    margin-right: 2%;
  }

  .heading {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 34px;
  }

  .row.title {
    width: 80%;
  }

  .row.title.alt {
    width: 64%;
  }

  .inner-column {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .check, .no-check {
    width: 20px;
    height: 20px;
  }

  .image {
    width: 100%;
  }

  .bubble-legend.right {
    font-size: 11px;
    line-height: 14px;
  }

  .bubble-legend.main-title {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 10px;
    line-height: 14px;
  }

  .bubble-legend.row-title {
    line-height: 14px;
  }

  .div-bg-copy._2, .d._2 {
    height: auto;
    max-height: none;
  }

  .column-wrapper-2 {
    width: 80%;
    flex-flow: wrap;
    align-content: space-between;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-bg-2._3 {
    height: auto;
    max-height: none;
  }

  .bubble-title-3.main-title {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 10px;
    line-height: 14px;
  }

  .p-2.small {
    font-size: 12px;
    line-height: 14px;
  }

  .image-2 {
    max-width: 550px;
  }

  .column-wrapper-3 {
    width: 80%;
    flex-flow: wrap;
    align-content: space-between;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .column-wrapper-3.table {
    flex-wrap: nowrap;
  }

  .heading-2 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 34px;
  }

  .p-3.small {
    font-size: 12px;
    line-height: 14px;
  }

  .row-2.title {
    width: 80%;
  }

  .bubble-title-4.row-title {
    line-height: 14px;
  }

  .column-wrapper-4 {
    width: 80%;
    flex-flow: wrap;
    align-content: space-between;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .column-wrapper-4.table {
    flex-wrap: nowrap;
  }

  .heading-3 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 34px;
  }

  .p-4.small {
    font-size: 12px;
    line-height: 14px;
  }

  .row-3.title {
    width: 80%;
  }

  .bubble-title-5.row-title {
    line-height: 14px;
  }

  .column-wrapper-5 {
    width: 80%;
    flex-flow: wrap;
    align-content: space-between;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .column-wrapper-5.table {
    flex-wrap: nowrap;
  }

  .heading-4 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 34px;
  }

  .p-5.small {
    font-size: 12px;
    line-height: 14px;
  }

  .row-4.title {
    width: 80%;
  }

  .bubble-title-6.row-title {
    line-height: 14px;
  }
}

@media screen and (max-width: 767px) {
  .h5.absolute {
    height: 18%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    font-size: 26px;
    line-height: 28px;
    display: flex;
  }

  .h5.separator {
    width: 80%;
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 28px;
  }

  .div-bg._4, .div-bg._9, .div-bg._5, .div-bg._7 {
    height: auto;
    max-height: none;
  }

  .div-bg._6 {
    max-height: none;
    min-height: auto;
  }

  .p.small {
    width: 100%;
    text-align: left;
  }

  .p.small.circles-text {
    width: auto;
  }

  .bubble-title.right {
    opacity: 0;
  }

  .bubble-title.main-title.center {
    font-size: 12px;
    line-height: 16px;
  }

  .bubble-title.row-title {
    width: 100%;
    text-align: left;
  }

  .scroll-nav-wrapper.right {
    width: 4vw;
    min-width: 4vw;
  }

  .scroll-line.disabled.right.last {
    margin-top: 18px;
  }

  .graph {
    width: 360px;
    height: 360px;
  }

  .circle-chart {
    width: 155px;
    height: 155px;
    font-size: 12px;
  }

  .title-bubble.alt {
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -10px;
    display: flex;
  }

  .title-bubble.center {
    height: 20%;
  }

  .column-wrapper {
    width: 100%;
  }

  .column-wrapper.table {
    width: 100%;
    overflow: visible;
  }

  .column-wrapper.table.alt {
    width: 80%;
  }

  .heading {
    font-size: 26px;
    line-height: 28px;
  }

  .row {
    flex-wrap: wrap;
  }

  .row.title {
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
  }

  .row.title.alt {
    width: 80%;
  }

  .inner-column.first {
    width: 100%;
    text-align: center;
    flex: none;
  }

  .inner-column.none {
    display: none;
  }

  .inner-column.medium-first {
    width: 50%;
    text-align: center;
  }

  .check.alt {
    margin-left: 0%;
    margin-right: 0%;
  }

  .absolute-holder {
    height: 8.5%;
  }

  .bubble-legend.right {
    opacity: 0;
  }

  .bubble-legend.main-title.center {
    font-size: 12px;
    line-height: 16px;
  }

  .bubble-legend.row-title {
    width: 100%;
    text-align: left;
  }

  .div-bg-copy._3, .div-bg-copy._4, .div-bg-copy._5, .div-bg-copy._6 {
    height: auto;
    max-height: none;
  }

  .div-bg-copy._7 {
    max-height: none;
    min-height: auto;
  }

  .d._3, .d._4, .d._5, .d._6 {
    height: auto;
    max-height: none;
  }

  .d._7 {
    max-height: none;
    min-height: auto;
  }

  .column-wrapper-2 {
    width: 100%;
  }

  .p-2.small {
    width: 100%;
    text-align: left;
    width: 100%;
    text-align: left;
  }

  .image-2 {
    max-width: 400px;
  }

  .column-wrapper-3 {
    width: 100%;
  }

  .column-wrapper-3.table {
    width: 100%;
    overflow: visible;
  }

  .heading-2 {
    font-size: 26px;
    line-height: 28px;
  }

  .p-3.small {
    width: 100%;
    text-align: left;
  }

  .div-bg-3._4 {
    height: auto;
    max-height: none;
  }

  .row-2 {
    flex-wrap: wrap;
  }

  .row-2.title {
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
  }

  .bubble-title-4.row-title {
    width: 100%;
    text-align: left;
  }

  .column-wrapper-4 {
    width: 100%;
  }

  .column-wrapper-4.table {
    width: 100%;
    overflow: visible;
  }

  .heading-3 {
    font-size: 26px;
    line-height: 28px;
  }

  .p-4.small {
    width: 100%;
    text-align: left;
  }

  .div-bg-4._5 {
    height: auto;
    max-height: none;
  }

  .row-3 {
    flex-wrap: wrap;
  }

  .row-3.title {
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
  }

  .bubble-title-5.row-title {
    width: 100%;
    text-align: left;
  }

  .column-wrapper-5 {
    width: 100%;
  }

  .column-wrapper-5.table {
    width: 100%;
    overflow: visible;
  }

  .heading-4 {
    font-size: 26px;
    line-height: 28px;
  }

  .p-5.small {
    width: 100%;
    text-align: left;
  }

  .div-bg-5._6 {
    height: auto;
    max-height: none;
  }

  .row-4 {
    flex-wrap: wrap;
  }

  .row-4.title {
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
  }

  .bubble-title-6.row-title {
    width: 100%;
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .h5.absolute {
    margin-top: 6%;
  }

  .div-bg {
    padding-left: 7%;
    padding-right: 7%;
  }

  .header-logo {
    width: 135px;
  }

  .bubble-title.main-title.center {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 10px;
  }

  .graph {
    width: 270px;
    height: 270px;
    padding-top: 0%;
  }

  .circle-chart {
    width: 115px;
    height: 115px;
  }

  .title-bubble {
    letter-spacing: .05rem;
    font-size: 9px;
    line-height: 12px;
  }

  .title-bubble.alt {
    height: auto;
    margin-bottom: -2px;
  }

  .year-text {
    margin-top: 0;
    font-size: 26px;
    line-height: 28px;
  }

  .dots-container {
    margin-top: 5px;
  }

  .dots-container.relative {
    margin-top: 5px;
    transform: scale(.7);
  }

  .data-text {
    font-size: 14px;
    line-height: 10px;
  }

  .column-inner {
    width: 47%;
    margin-bottom: 15px;
  }

  .heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 20px;
  }

  .inner-column.medium-first {
    text-align: left;
    align-self: center;
  }

  .no-check {
    margin-right: 10px;
  }

  .popup-holder {
    width: 90%;
    height: 90%;
  }

  .absolute-holder {
    height: 8%;
  }

  .bubble-legend.main-title.center {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 10px;
  }

  .div-bg-copy, .d, .div-bg-2 {
    padding-left: 7%;
    padding-right: 7%;
  }

  .p-2.small {
    line-height: 16px;
  }

  .image-2 {
    width: 100%;
    max-width: 400px;
  }

  .paragraph {
    font-size: 13px;
    line-height: 22px;
  }

  .heading-2 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 20px;
  }

  .div-bg-3 {
    padding-left: 7%;
    padding-right: 7%;
  }

  .heading-3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 20px;
  }

  .div-bg-4 {
    padding-left: 7%;
    padding-right: 7%;
  }

  .heading-4 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 20px;
  }

  .div-bg-5 {
    padding-left: 7%;
    padding-right: 7%;
  }
}


@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'E montserrat';
  src: url('../fonts/E-Montserrat-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'E montserrat';
  src: url('../fonts/E-Montserrat-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/E-Montserrat-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'E montserrat';
  src: url('../fonts/E-Montserrat-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'E montserrat';
  src: url('../fonts/E-Montserrat-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'E montserrat';
  src: url('../fonts/E-Montserrat-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'E montserrat';
  src: url('../fonts/E-Montserrat-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'E montserrat';
  src: url('../fonts/E-Montserrat-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'E montserrat';
  src: url('../fonts/E-Montserrat-ExtraBold.ttf') format('truetype'), url('../fonts/E-Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'E montserrat';
  src: url('../fonts/E-Montserrat-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'E montserrat';
  src: url('../fonts/E-Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'E montserrat';
  src: url('../fonts/E-Montserrat-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'E montserrat';
  src: url('../fonts/E-Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'E montserrat';
  src: url('../fonts/E-Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'E montserrat';
  src: url('../fonts/E-Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'E montserrat';
  src: url('../fonts/E-Montserrat-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'E montserrat';
  src: url('../fonts/E-Montserrat-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}