.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: sofia-pro, sans-serif;
  color: #273371;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: normal;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #1b2a46;
  font-size: 1.6em;
  line-height: 1.1em;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 0.9em;
  line-height: 1.2em;
  font-weight: 700;
}

p {
  margin-bottom: 20px;
  font-size: 0.9em;
  line-height: 1.4em;
}

a {
  color: #1b2a46;
  font-weight: 700;
  text-decoration: none;
}

.container {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
}

.section {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #273371;
}

.section.hero {
  background-image: radial-gradient(circle closest-corner at 0% 50%, #e4efd0, hsla(0, 0%, 100%, 0)), url('../images/grid.webp'), url('../images/bg.webp'), -webkit-gradient(linear, left bottom, left top, from(#f6f7fd), to(#fff));
  background-image: radial-gradient(circle closest-corner at 0% 50%, #e4efd0, hsla(0, 0%, 100%, 0)), url('../images/grid.webp'), url('../images/bg.webp'), linear-gradient(0deg, #f6f7fd, #fff);
  background-position: 0px 0px, 100% 0%, 100% 0%, 0px 0px;
  background-size: auto, 250px, contain, auto;
  background-repeat: repeat, no-repeat, no-repeat, repeat;
  background-attachment: scroll, scroll, scroll, scroll;
}

.section.hero.first {
  margin-bottom: 0px;
  padding-top: 207px;
  padding-bottom: 111px;
  background-color: #1b2a46;
  background-image: radial-gradient(circle farthest-corner at 10% 90%, #1a4196, rgba(27, 43, 74, 0) 37%);
  color: #fff;
}

.section.break {
  z-index: 3;
  margin-bottom: 168px;
}

.section.white {
  background-color: #fff;
}

.section.award2 {
  margin-bottom: 213px;
}

.flex-h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.heading {
  font-size: 3em;
}

.baton {
  display: inline-block;
  margin-top: 40px;
  margin-right: 20px;
  margin-bottom: 10px;
  padding: 5px 58px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #2c52bf;
  border-radius: 20px;
  background-color: #e4efd0;
  color: #1b2a46;
  font-size: 0.9em;
  font-weight: 700;
}

.baton.outline {
  border-width: 1px;
  border-color: #72b24f;
  background-color: transparent;
  color: #72b24f;
}

.baton.teal {
  padding-right: 12px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-color: transparent;
  background-color: #2c52bf;
  color: #fff;
}

.baton.floater {
  box-shadow: 0 40px 30px -8px rgba(0, 0, 0, 0.6);
}

.baton.ebook {
  display: block;
  margin-top: 0px;
  padding-right: 17px;
  padding-left: 24px;
  background-color: #2c52bf;
  color: #fff;
}

.baton.brown {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 12px;
  padding-left: 15px;
  border-style: none;
  border-width: 0px;
  background-color: #b78c56;
  color: #fff;
}

.baton.brown.blue {
  background-color: #2c52bf;
}

.icon {
  width: 20px;
}

.icon.chevron-down {
  display: inline;
  margin-left: 10px;
  padding-left: 0px;
}

.icon.chevron-down.white {
  -webkit-filter: brightness(1000%);
  filter: brightness(1000%);
}

.icon.big-fix {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 30px;
  margin-top: 64px;
  margin-left: 20px;
}

.text-block {
  display: inline;
}

.logo {
  height: 40px;
}

.box-content {
  position: relative;
  z-index: 1;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 128px;
  padding-left: 128px;
  justify-items: center;
  grid-template-areas: "Area Area Area"
    "Area-4 Area-5 Area-6";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.tile {
  padding: 21px;
  border-radius: 15px;
  background-color: transparent;
  -webkit-filter: hue-rotate(160deg);
  filter: hue-rotate(160deg);
}

.tile:hover {
  background-color: #b7c4ea;
  box-shadow: 14px 14px 50px 4px rgba(183, 196, 234, 0.2);
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #273371;
}

.superheader {
  margin-bottom: 1em;
  color: #72b24f;
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 0.2ch;
  text-transform: uppercase;
}

.superheader.teal {
  color: #5b2e00;
}

.superheader.white {
  color: #f6f7fd;
}

.superheader.smol {
  color: #1b2a46;
  font-size: 0.7em;
  font-weight: 400;
}

.tile-icon {
  width: 45px;
}

.box-wrapper {
  position: relative;
  border-style: solid;
  border-width: 1.1px;
  border-color: #ddd;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(44%, #f6f7fd), to(#fff));
  background-image: linear-gradient(180deg, #f6f7fd 44%, #fff);
}

.box-wrapper.shadow {
  padding-bottom: 50px;
  box-shadow: 14px 14px 50px 4px rgba(39, 51, 113, 0.1);
}

.box-wrapper.shadow.pre {
  z-index: 1;
  margin-top: -150px;
  margin-bottom: -78px;
  padding-bottom: 184px;
  background-image: url('../images/pattern.png'), -webkit-gradient(linear, left top, left bottom, color-stop(44%, #f6f7fd), to(#fff));
  background-image: url('../images/pattern.png'), linear-gradient(180deg, #f6f7fd 44%, #fff);
  background-position: 0% 100%, 0px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat;
}

.line {
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 0.5px;
  margin-top: -10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #ddd;
}

.line.card {
  position: absolute;
  left: auto;
  top: 0%;
  right: -80px;
  bottom: auto;
  width: 80px;
  margin-top: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.line.card.right {
  left: -80px;
  right: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dot {
  position: relative;
  top: -300%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ddd;
}

.dot.incard {
  position: absolute;
  top: -2px;
  right: -3px;
}

.dot.incard.right {
  left: -3px;
  right: auto;
}

.hero-left {
  width: 50%;
  padding-right: 3em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-wrapper {
  padding-right: 5em;
  padding-bottom: 60px;
  padding-left: 5em;
}

.hero-wrapper.second {
  padding-right: 0em;
  padding-left: 0em;
}

.hero-right {
  position: relative;
  width: 50%;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Area Area-3 Area-3 Area-3"
    ". Area-3 Area-3 Area-3"
    ". Area-3 Area-3 Area-3"
    "Area-2 Area-3 Area-3 Area-3";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 0px auto 0px auto 0px auto;
  grid-template-rows: auto auto auto auto;
  font-size: 0.8em;
}

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

.section-title.compacy {
  padding-right: 192px;
  padding-left: 192px;
}

.graph-wrapper {
  position: relative;
}

.line-v {
  position: absolute;
  left: 50%;
  top: 0px;
  right: 50%;
  width: 1px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #ddd;
}

.cards-wrapper {
  padding: 111px 5em 0px;
}

.the-card {
  position: relative;
  right: 40px;
  width: 45%;
  margin-top: -40px;
  margin-bottom: -40px;
  padding: 35px 30px 25px;
  border-radius: 15px;
  background-color: #e4efd0;
  box-shadow: 14px 14px 50px 4px rgba(183, 196, 234, 0.6);
}

.the-card.left {
  position: relative;
  right: 32px;
  background-color: #b7c4ea;
  color: #1b2a46;
}

.the-card.left._3 {
  background-color: #e1d8ed;
  box-shadow: 14px 14px 50px 4px rgba(198, 200, 221, 0.6);
}

.the-card.left._5 {
  background-color: #e2ecec;
}

.the-card.right {
  left: 50%;
  right: auto;
  margin-left: 80px;
}

.the-card.right._4 {
  background-color: #f0e8db;
}

.number {
  position: absolute;
  left: auto;
  top: -25px;
  right: -25px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #2c52bf;
  color: #fff;
  font-size: 1.4em;
  font-weight: 700;
  text-align: center;
  text-indent: -2px;
}

.number.right {
  left: -25px;
  right: auto;
  background-color: #b78c56;
}

.number.right._2 {
  background-color: #61a83b;
}

.number.last {
  background-color: #8755c9;
}

.number.last._5 {
  background-color: #5f9e9e;
}

.body-2 {
  background-color: #f6f7fd;
  font-size: 18px;
}

.card-title {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 1.1em;
}

.product {
  padding: 45px 5em 0px;
}

.product.second {
  margin-bottom: 100px;
  padding-top: 0px;
  padding-right: 0em;
  padding-left: 0em;
}

.column {
  margin-top: 1.8em;
  color: #1b2a46;
}

.column.second {
  padding-left: 51px;
}

.stacked-images {
  position: relative;
  height: 400px;
}

.stack {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 45%;
}

.stack.top {
  left: auto;
  top: 14%;
  right: 0%;
  bottom: 0%;
  width: 70%;
  padding: 10px;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#c6c8dd), to(#ddd));
  background-image: linear-gradient(0deg, #c6c8dd, #ddd);
  box-shadow: 14px 14px 40px 6px rgba(156, 166, 195, 0.4);
}

.stack.alt {
  left: auto;
  right: 0px;
  z-index: 1;
  width: 55%;
}

.circled-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #e4efd0;
}

.col {
  margin-left: 25px;
}

.alt {
  color: #2c52bf;
}

.faq-tile {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 12vw;
  height: auto;
  margin-right: 0.75vw;
  margin-left: 0.75vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  -webkit-transition: width 200ms cubic-bezier(.95, .05, .795, .035);
  transition: width 200ms cubic-bezier(.95, .05, .795, .035);
  text-decoration: none;
}

.award {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  margin-top: 100px;
  padding: 20px 50% 20px 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
  font-size: 1.2em;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column-3 {
  margin-top: 100px;
}

.contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 15px;
  box-shadow: 14px 14px 50px 4px rgba(183, 196, 234, 0.6);
  text-align: left;
}

.contact-head {
  margin-top: 40px;
  margin-bottom: 32px;
}

.grid {
  grid-template-areas: "Footer-Logo Footer-Logo Footer-Logo"
    "Links Links-2 Newsletter";
  -ms-grid-columns: 1fr 1fr 2fr;
  grid-template-columns: 1fr 1fr 2fr;
}

.text-block-2 {
  text-align: center;
}

.links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #ddd;
}

.footer {
  font-size: 0.8rem;
}

.ee--logo {
  height: 2.3em;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  height: 4em;
  border-bottom: 1px solid #fff;
  background-color: #fff;
  color: #1b2a46;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 4em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  margin-right: 10px;
  margin-left: 10px;
  padding: 0px 15px;
  color: #1b2a46;
}

.contact {
  padding: 40px;
}

.contact.right {
  background-color: #fff;
  text-align: center;
}

.brand {
  height: 100%;
  margin-top: 12px;
}

.text-span {
  position: absolute;
  left: -2%;
  top: auto;
  right: 0%;
  bottom: 4%;
  z-index: -1;
  width: 200px;
  height: 20px;
  background-color: #3f5b94;
}

.heading-4 {
  position: relative;
  z-index: 1;
}

.image {
  position: absolute;
  left: 9%;
  height: 25%;
  -webkit-filter: saturate(82%);
  filter: saturate(82%);
}

.image-2 {
  position: absolute;
  left: 5%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 25%;
}

.left-arrow-2 {
  display: none;
}

.right-arrow-2 {
  display: none;
}

.slider-2 {
  width: 800px;
  height: 425px;
  margin-bottom: 60px;
  background-color: transparent;
}

.mask-2 {
  position: absolute;
  left: -52px;
}

.slide-2 {
  padding-right: 60px;
  padding-left: 60px;
}

.section-2 {
  position: relative;
  padding: 120px;
  background-color: #fff;
  text-align: center;
}

.paragraph {
  padding-right: 67px;
  padding-left: 120px;
  color: #ddd;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-4 {
  position: relative;
  margin-top: -158px;
  padding: 45px 40px 45px 70px;
  background-color: #1b2a46;
  background-image: url('../images/pattern.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #fff;
  font-size: 0.9rem;
}

.white {
  color: #fff;
}

.slide-nav-2 {
  left: auto;
  top: 20%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-span-2 {
  font-weight: 400;
}

.superheader-2 {
  margin-bottom: 1em;
  color: #2c52bf;
  font-size: 0.8em;
  font-weight: 300;
  letter-spacing: 0.2ch;
  text-transform: uppercase;
}

.superheader-2.teal {
  color: #30ceaf;
}

.box-content-2 {
  position: relative;
  z-index: 1;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.box-wrapper-2 {
  position: relative;
  border-style: solid;
  border-width: 1.1px;
  border-color: #ddd;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(44%, #f6f7fd), to(#fff));
  background-image: linear-gradient(180deg, #f6f7fd 44%, #fff);
}

.box-wrapper-2.shadow {
  padding-bottom: 50px;
  box-shadow: 14px 14px 50px 4px rgba(39, 51, 113, 0.1);
}

.corner-x {
  position: absolute;
  left: -90px;
  top: auto;
  right: auto;
  bottom: -90px;
  width: 180px;
}

.corner-x.chevron {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -3;
  margin-top: -121px;
}

.image-5 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -120px;
  width: 240px;
}

.section-3 {
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #273371;
}

.section-3.blu {
  margin-top: -240px;
  margin-bottom: -240px;
  padding-top: 370px;
  padding-bottom: 280px;
  background-image: radial-gradient(circle farthest-side at 10% 10%, rgba(48, 206, 175, 0.2), transparent), radial-gradient(circle farthest-corner at 70% 60%, #0f1846, transparent), radial-gradient(circle farthest-side at 0% 100%, #2c52bf, transparent), -webkit-gradient(linear, left top, left bottom, from(#273371), to(#0f296c));
  background-image: radial-gradient(circle farthest-side at 10% 10%, rgba(48, 206, 175, 0.2), transparent), radial-gradient(circle farthest-corner at 70% 60%, #0f1846, transparent), radial-gradient(circle farthest-side at 0% 100%, #2c52bf, transparent), linear-gradient(180deg, #273371, #0f296c);
  color: #fff;
}

.heading-5 {
  font-size: 1.8em;
}

.heading-5.alt {
  color: #fff;
}

.block-2 {
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 18px;
  border-radius: 15px;
  background-color: #d2f3ee;
  box-shadow: 14px 14px 50px 4px rgba(48, 206, 175, 0.2);
  color: #273371;
  font-size: 1.1em;
}

.block-2._1 {
  background-color: #5f9e9e;
  color: #fff;
}

.block-2._2 {
  background-color: #8755c9;
  color: #fff;
}

.block-2._3 {
  background-color: #2c52bf;
  color: #fff;
}

.hero-right-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 0.8em;
}

.hero-right-2.secondary {
  width: 60%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

@media screen and (max-width: 991px) {
  .container {
    padding-right: 2em;
    padding-left: 2em;
  }

  .container.logo {
    width: 95%;
  }

  .section.hero.first {
    padding-top: 138px;
  }

  .section.award2 {
    margin-bottom: 76px;
  }

  .flex-h {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .flex-h.variant {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .baton {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .baton.ebook {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 3em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .box-content {
    padding-right: 43px;
    padding-left: 43px;
  }

  .hero-left {
    width: 100%;
  }

  .hero-left.var {
    width: 100%;
  }

  .hero-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 2em;
    padding-left: 2em;
  }

  .hero-right {
    width: 35%;
    margin-top: 25px;
  }

  .section-title.compacy {
    padding-right: 85px;
    padding-left: 85px;
  }

  .the-card.left {
    right: 3.7em;
  }

  .body-2 {
    font-size: 14px;
  }

  .product {
    padding-right: 1.6em;
    padding-left: 1.6em;
  }

  .stacked-images {
    height: 100%;
  }

  .grid {
    padding-top: 27px;
  }

  .navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 4rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-menu {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 4rem;
    padding: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    font-size: 1.2em;
  }

  .nav-link {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px 5em;
  }

  .menu-button {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .menu-button.w--open {
    height: 4rem;
    background-color: #273371;
  }

  .slider-2 {
    width: 100%;
  }

  .section-2 {
    padding-right: 19px;
    padding-left: 19px;
  }

  .paragraph {
    padding-right: 42px;
    padding-left: 0px;
  }

  .div-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .image-5 {
    display: none;
  }

  .heading-5 {
    margin-bottom: 10px;
    color: #fff;
  }

  .hero-right-2 {
    width: 100%;
    margin-top: 25px;
  }

  .hero-right-2.secondary {
    width: 100%;
  }

  .text-block-3 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-right: 1em;
    padding-left: 1em;
  }

  .section {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .flex-h {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .box-content {
    padding-right: 1em;
    padding-left: 1em;
  }

  .box-wrapper.shadow {
    padding-right: 1em;
    padding-left: 1em;
  }

  .hero-left {
    width: 100%;
  }

  .the-card {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 50px;
  }

  .the-card.left {
    right: 4.3em;
    padding: 1.5em 1em;
  }

  .the-card.left._3 {
    right: auto;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 4em;
  }

  .the-card.left._1 {
    right: auto;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 4em;
  }

  .the-card.left._5 {
    left: auto;
    right: auto;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 4em;
  }

  .the-card.right {
    padding: 1.5em 1em;
  }

  .the-card.right._2 {
    left: auto;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    padding-left: 4em;
  }

  .the-card.right._4 {
    left: auto;
    width: 100%;
    margin: 20px auto;
    padding-left: 4em;
  }

  .number {
    left: -25px;
    top: 20%;
    right: auto;
  }

  .number.right {
    left: -25px;
    top: 20%;
  }

  .body-2 {
    font-size: 14px;
  }

  .product {
    padding-right: 1.8em;
    padding-left: 1.8em;
  }

  .stacked-images {
    height: 300px;
  }

  .stack.alt {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 60%;
  }

  .award {
    padding-left: 2em;
  }

  .column-2 {
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .contact-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-menu {
    margin-left: 20%;
  }

  .contact.right {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .box-content-2 {
    padding-right: 1em;
    padding-left: 1em;
  }

  .box-wrapper-2.shadow {
    padding-right: 1em;
    padding-left: 1em;
  }

  .section-3 {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-right: 0.5em;
    padding-left: 0.5em;
  }

  .logo {
    height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .box-content {
    padding-right: 0em;
    padding-left: 0em;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .box-wrapper.shadow {
    padding-right: 1em;
    padding-left: 1em;
  }

  .box-wrapper.shadow.pre {
    padding-bottom: 65px;
  }

  .line.card {
    display: none;
  }

  .hero-left {
    padding-right: 0em;
    text-align: center;
  }

  .hero-wrapper {
    padding-right: 0.6em;
    padding-left: 0.6em;
  }

  .section-title.compacy {
    padding-right: 0px;
    padding-left: 0px;
  }

  .cards-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0em;
    padding-left: 0em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .the-card.left {
    right: auto;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
  }

  .the-card.right {
    left: auto;
    width: 100%;
    margin-left: 0px;
  }

  .number {
    right: auto;
  }

  .product {
    padding-right: 0em;
    padding-left: 0em;
  }

  .column.second {
    padding-left: 0px;
  }

  .stacked-images {
    display: none;
  }

  .column-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .nav-link {
    white-space: nowrap;
  }

  .slider-2 {
    display: none;
  }

  .mask-2 {
    left: auto;
  }

  .paragraph {
    padding-right: 0px;
  }

  .div-block-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-4 {
    padding-right: 20px;
    padding-bottom: 12px;
    padding-left: 20px;
  }

  .box-content-2 {
    padding-right: 0em;
    padding-left: 0em;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .box-wrapper-2.shadow {
    padding-right: 1em;
    padding-left: 1em;
  }

  .section-3.blu {
    margin-top: -280px;
    margin-bottom: -360px;
  }

  .block-2 {
    margin-top: 0px;
  }

  .hero-right-2.secondary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#w-node-d5868c0b-9901-2eb2-f5e6-c29880dcea20-cf63305d {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area;
}

.hero-right>#w-node-d5868c0b-9901-2eb2-f5e6-c29880dcea20-cf63305d {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

#w-node-_24ddfd84-3e24-3439-5c2c-50c4b5cae991-cf63305d {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  grid-area: Area-2;
}

#w-node-acfd1416-d220-e8c2-4808-36752832d09d-cf63305d {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 5;
  grid-area: Area-3;
}

#w-node-_5796eecb-c4d6-2ce3-914f-06a947baed0b-cf63305d {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area;
  -ms-grid-column-align: center;
  justify-self: center;
}

.hero-right>#w-node-_5796eecb-c4d6-2ce3-914f-06a947baed0b-cf63305d {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

#w-node-a0a595c3-5773-b8f7-836c-997d7cdcfa83-cf63305d {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area;
  -ms-grid-column-align: center;
  justify-self: center;
}

.hero-right>#w-node-a0a595c3-5773-b8f7-836c-997d7cdcfa83-cf63305d {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

#w-node-_4734da68-3aef-1b4c-18cf-563feb7f5916-cf63305d {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 5;
  grid-area: Area-3;
}

#w-node-_4a81152f-7472-0f56-6770-b948ad20e149-cf63305d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4a81152f-7472-0f56-6770-b948ad20e14f-cf63305d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4a81152f-7472-0f56-6770-b948ad20e155-cf63305d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_85a54ec8-ede0-b9c3-cc3c-1d136e0d777d-cf63305d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1895a854-6711-4a21-3e53-af4e49f1bd1a-cf63305d {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
  -ms-grid-column-span: 5;
  grid-area: Area-3;
}

#w-node-d5a68460-8560-3988-fe38-36ac15ed280d-cf63305d {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Footer-Logo;
}

#w-node-d5a68460-8560-3988-fe38-36ac15ed280e-cf63305d {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: Links;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-d5a68460-8560-3988-fe38-36ac15ed280f-cf63305d {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: Links;
}

#w-node-d5a68460-8560-3988-fe38-36ac15ed2815-cf63305d {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: Newsletter;
}

#w-node-d5a68460-8560-3988-fe38-36ac15ed2816-cf63305d {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: Newsletter;
}

@media screen and (max-width: 479px) {
  #w-node-_5796eecb-c4d6-2ce3-914f-06a947baed0b-cf63305d {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-a0a595c3-5773-b8f7-836c-997d7cdcfa83-cf63305d {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

