:root {
  --white: white;
  --black: black;
  --dim-grey: #6b6b6b;
  --blue-violet: #6e2ed8;
  --663399: #602bb6;
  --deep-pink: #fc0a7e;
  --medium-violet-red: #b32e6e;
  --medium-slate-blue: #955df1;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 10vh;
  font-weight: 700;
  line-height: 10vh;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  color: #6b6b6b;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #6b6b6b;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #000;
  text-decoration: underline;
}

.section {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.section.center {
  background-color: #0000;
  background-image: none;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.section.column {
  justify-content: space-between;
  height: auto;
  padding: 15vh 10vw;
  display: flex;
}

.section.column.devices {
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section.column.faq {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section.cta {
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  height: 60vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.section.full-img {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section.wide {
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.section.wide.img {
  padding-top: 0;
  padding-bottom: 0;
}

.section.wide.purple {
  color: #d8c8cf;
  background-image: url('../images/wavy-bg.svg'), linear-gradient(#193a70, #193a70);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.section.grid-imgs {
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 50vh;
  display: flex;
}

.col {
  border: 1px #000;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  padding-left: 0;
  display: flex;
}

.col.sideimg {
  flex: 0 auto;
  width: 25vw;
}

.col.padding {
  border-style: none;
  flex: 1;
  max-width: 50%;
  padding-left: 9vw;
  padding-right: 9vw;
}

.col.bg {
  border-style: none;
  align-items: flex-start;
  overflow: hidden;
}

.col.vertical {
  flex-direction: column;
}

.col.team {
  flex-basis: 33%;
}

.col.img {
  justify-content: center;
}

.hero {
  z-index: 999999;
  background-color: #0000;
  border: 1px #000;
  width: 0%;
  height: auto;
  padding: 0 10vw;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.nav {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: flex;
}

.nav-inner {
  border-bottom: 1px #ffffff1a;
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: flex;
}

.body {
  background-color: #0000;
  font-family: Gothic A1, sans-serif;
}

.heading {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 10vh;
  font-weight: 500;
  line-height: 9vh;
}

.div-block-2 {
  z-index: 80;
  flex-direction: column;
  align-items: flex-start;
  width: 80vw;
  display: flex;
  position: relative;
}

.image {
  height: 40px;
  margin-bottom: 20px;
}

.feature-content {
  border: 1px #000;
  flex: none;
  width: 50vw;
  max-width: 450px;
  padding-left: 4vw;
  padding-right: 4vw;
  display: block;
}

.feature-content.mid {
  width: 40vw;
  max-width: 500px;
}

.feature-content.icons {
  text-align: center;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 33.33%;
  max-width: none;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.feature-content.icons.numbers {
  width: 25%;
}

.heading-2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 400;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #f98124;
  border-radius: 12px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: inline-block;
}

.button:hover {
  color: #6b6b6b;
  background-color: #fff;
}

.button.outline {
  color: #5a5a5a;
  background-color: #0000;
  border: 1px solid #6e6e6e;
  margin-left: 10px;
}

.button.contact {
  background-color: #0000;
  margin-left: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
  box-shadow: inset 0 0 0 2px #fff3;
}

.button.contact:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.button.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.button.form-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.button.form-button:hover {
  color: #fff;
  background-color: #000;
}

.h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 44px;
  font-weight: 300;
  line-height: 56px;
}

.p {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

.p.list {
  margin-bottom: 0;
}

.div-block-3 {
  background-image: url('../images/richard-01.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100vw;
  height: 8600px;
}

.div-block-3._02 {
  background-image: url('../images/richard-02.jpg');
  background-size: 100vw;
}

.div-block-3._03 {
  background-image: url('../images/richard-03.jpg');
  background-size: 100vw;
  height: 6000px;
}

.div-block-4 {
  flex-direction: column;
  align-items: center;
  width: 65%;
  max-width: 440px;
  display: flex;
}

.div-block-4.left {
  align-items: flex-start;
  margin-bottom: 30px;
}

.img-device {
  height: auto;
  max-height: 450px;
}

.h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.paragraph {
  color: #6b6b6b;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}

.div-block-5 {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 60px;
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  display: flex;
}

.wrapper.welcome {
  z-index: 90;
  align-items: flex-start;
  width: 100vw;
  position: relative;
}

.wrap {
  text-align: center;
  max-width: 700px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.title {
  outline-offset: 0px;
  color: #a8a8a8;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px #ff810a;
  border-bottom: 7px solid #ff810a;
  outline: 3px #a8a8a8;
  margin-top: -187px;
  padding-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  display: inline-block;
}

.title.white {
  color: #fff9;
  border-bottom-color: #fff6;
}

.image-2 {
  flex: none;
  width: 50%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-6 {
  align-items: center;
  display: flex;
}

.div-block-7 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 100px;
  display: flex;
}

.div-block-7.team {
  flex-wrap: wrap;
  justify-content: center;
}

.div-block-8 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: auto;
  height: 150px;
  display: flex;
}

.button-wrap {
  justify-content: center;
  width: auto;
  margin-top: 5vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-3 {
  padding: 10px 30px 30px 0;
}

.thumb-food {
  background-color: #c6ced3;
  border-radius: 20px;
  width: 100%;
  height: 300px;
}

.thumb-food._01 {
  background-image: url('../images/bg-001.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
}

.thumb-food._02 {
  background-image: url('../images/bg-001_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.thumb-food._03 {
  background-image: url('../images/bg-003.jpg');
  background-position: 0 0;
  background-size: cover;
}

.text-block {
  color: #fff;
}

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

.h4.faq {
  margin-top: 20px;
  margin-bottom: 10px;
}

.nav-link {
  color: #fff;
  flex: 0 auto;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.nav-link:hover {
  color: #fff;
  box-shadow: inset 0 -5px #fff;
}

.nav-link.w--current {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  border: 1px #0000;
}

.nav-link.w--current:hover {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border-color: #fff;
  box-shadow: inset 0 -5px #fff;
}

.nav-menu {
  height: auto;
}

.div-block-11 {
  background-color: #acb1b4;
  border-radius: 20px;
  width: 100%;
  height: 300px;
}

.ico {
  height: 35px;
  margin-right: 20px;
}

.div-block-12 {
  margin-top: 50px;
}

._w-icon {
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 80px;
  margin-right: 20px;
  display: flex;
}

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

.field-newsletter {
  color: #fff;
  background-color: #300479;
  border: 1px solid #300479;
  border-radius: 10px;
  width: 340px;
  height: 80px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 20px;
  font-size: 16px;
}

._w-img {
  flex: 1;
  overflow: hidden;
}

.image-4 {
  width: 100%;
  display: block;
}

.icon {
  height: 25px;
}

.nav-list {
  justify-content: space-between;
  margin-right: 30px;
  display: flex;
}

.hero-image {
  height: 85vh;
  position: absolute;
  bottom: 0;
  right: 3vw;
}

.light-blue {
  color: #9b68f0;
}

.black-text {
  color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.hero-content {
  z-index: 90;
  text-align: center;
  width: 100%;
  padding-left: 10vw;
  padding-right: 10vh;
  position: relative;
}

.feature-wrap {
  border: 1px #000;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 90vw;
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.feature-wrap.reverse {
  flex-direction: row-reverse;
  display: flex;
}

.feature-wrap.logos {
  border-style: none;
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: none;
}

.feature-wrap.icons {
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.feature-image {
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 50vw;
  display: flex;
}

.black {
  color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.hero-subhead {
  color: #fff;
  text-align: center;
  max-width: 100%;
  margin-top: -280px;
  padding-left: 0;
  font-size: 30px;
  font-style: italic;
  line-height: 44px;
}

.bottom-image-wrap {
  max-width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.black-bar {
  background-color: #2a2326;
  width: 100vw;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
}

.feature-icon {
  width: 64px;
  height: 57px;
  margin-bottom: 30px;
}

.purple {
  color: #b32e6e;
}

.footer {
  background-color: #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  justify-content: center;
  align-items: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.footer-link {
  color: #6b6b6b;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.footer-link:hover {
  color: #a8a8a8;
}

.footer-list {
  padding-top: 29px;
  padding-bottom: 29px;
}

.text-block-2 {
  color: #ffffff4d;
  font-size: 12px;
}

.form-2 {
  margin-top: 40px;
  display: flex;
}

.input {
  clear: none;
  color: #000;
  background-color: #fff;
  border-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  flex: 0 auto;
  height: 70px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  transition: box-shadow .3s cubic-bezier(.215, .61, .355, 1);
  box-shadow: inset 0 0 #fc0a7e;
}

.input:hover, .input:focus {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input::placeholder {
  color: #555;
}

.arrow {
  margin-left: auto;
  margin-right: auto;
  padding-top: 172px;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.quote-slider {
  background-color: #0000;
  width: 90vw;
  height: 60vh;
  margin-top: 10vh;
}

.slider-arrow {
  color: #d6d6d6;
}

.quote-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.quote-attribution {
  justify-content: center;
  align-items: center;
  display: flex;
}

.quote-dash {
  background-color: #d3d3d3;
  flex: none;
  width: 30px;
  height: 1px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.quote-icon {
  margin-bottom: 45px;
}

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

.slide-nav {
  font-size: 7px;
  display: none;
}

.number {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 60px;
  line-height: 90px;
}

.float {
  border: 4px solid #09a4ec;
  width: 40vw;
  height: 50vh;
  position: relative;
  top: 200px;
  left: 567px;
}

.nav-logo-wrap {
  flex: none;
}

.nav-menu-2 {
  background-color: #0000;
  inset: 0% 0% auto auto;
}

.image-licensing {
  background-color: #0000000d;
  border: 1px solid #0000001a;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  line-height: 24px;
}

.image-licensing-wrap {
  flex: 1;
  max-width: 600px;
}

.heading-3 {
  margin-top: -500px;
}

.div-block-13 {
  background-color: #da0000;
}

.background-video {
  object-fit: cover;
  background-color: #193a7087;
  border: 0 solid #0000;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.div-block-14 {
  opacity: .73;
  background-color: #2c599d;
  width: 100%;
  height: 100%;
}

.image-5 {
  opacity: .4;
  text-align: left;
  border-radius: 0;
  width: 800px;
  min-width: 300px;
  max-width: 1000px;
  height: 800px;
  min-height: 300px;
  max-height: 1000px;
  margin: auto;
  padding-left: 0%;
}

.div-block-15 {
  border: 10px solid #ff0202;
  width: 100%;
  height: 100%;
}

.div-block-16 {
  background-color: #fb9b51;
  width: 100%;
  height: 31%;
  margin-top: 0;
  padding: 60px;
}

.div-block-17 {
  text-align: center;
  background-color: #f98124;
  width: 100%;
  height: 100%;
  padding: 90px 60px;
}

.div-block-18 {
  background-color: #5c84c4;
  width: 100%;
  height: 100%;
  padding: 90px 60px;
}

.div-block-19 {
  background-color: #2c599d;
  border: 1px solid #0000;
  width: 100%;
  height: 100%;
  padding: 60px;
}

.text-block-3 {
  color: #fff;
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}

.text-block-4, .text-block-5 {
  font-weight: 600;
}

.text-block-6 {
  color: var(--white);
  font-size: 20px;
  font-weight: 500;
}

.text-block-7 {
  color: var(--white);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}

.grid {
  border: 1px solid #0000;
  border-radius: 17px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.text-block-8 {
  font-weight: 700;
}

.text-block-9 {
  color: var(--white);
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  text-decoration: none;
}

.text-block-10 {
  color: var(--white);
  text-align: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
  text-decoration: none;
}

.text-block-11 {
  color: var(--white);
  text-align: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.text-block-12, .text-block-13, .text-block-14 {
  color: #dadada;
  text-align: center;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
}

.image-6 {
  width: 30px;
  height: 50px;
  margin-bottom: 0;
}

.image-7 {
  width: 50px;
  height: 50px;
  margin-top: 2px;
  margin-bottom: 0;
}

.div-block-20 {
  background-color: #f99a57;
  width: 100%;
  height: 0%;
}

.image-8 {
  width: 50px;
  height: 50px;
}

.columns {
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-right: 0;
  padding-left: 140px;
  padding-right: 140px;
}

.div-block-21 {
  border: 6px solid #0000;
  width: 100%;
  margin-top: 140px;
  padding-bottom: 40px;
}

.text-block-15 {
  color: var(--white);
  text-align: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 100px;
  font-weight: 700;
  display: none;
}

.text-block-16 {
  color: #fff;
  text-align: justify;
  border: 1px solid #0000;
  padding-top: 0;
  padding-bottom: 35px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.column-2 {
  text-align: center;
  margin-top: -75px;
  padding-top: 0;
  padding-left: 140px;
}

.text-block-17 {
  color: var(--white);
  text-align: center;
  width: 100%;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
}

.background-video-2 {
  background-color: #fa0000;
  width: 100%;
  height: auto;
}

.body-copy {
  background-color: #1b2d47;
  font-family: Gothic A1, sans-serif;
}

.hero-copy {
  z-index: 999999;
  background-color: #0000;
  border: 1px #000;
  width: 0%;
  height: auto;
  padding: 0 10vw;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.section-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.section-copy.center {
  background-color: #193a70c7;
  background-image: linear-gradient(#193a7014, #193a7014), linear-gradient(115deg, #fb9b51, #f98124 30%, #5c84c4 57%, #10224d);
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.section-copy.column {
  justify-content: space-between;
  height: auto;
  padding: 15vh 10vw;
  display: flex;
}

.section-copy.column.devices {
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section-copy.column.faq {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section-copy.cta {
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  height: 60vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.section-copy.full-img {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section-copy.wide {
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.section-copy.wide.img {
  padding-top: 0;
  padding-bottom: 0;
}

.section-copy.wide.purple {
  color: #d8c8cf;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('../images/wavy-bg.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.section-copy.grid-imgs {
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 50vh;
  display: flex;
}

.section-copy.center-copy {
  background-color: #0000;
  background-image: none;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-top: 0;
  padding-bottom: 2px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.div-block-21-copy {
  border: 6px solid #0000;
  width: 100%;
  margin-top: 70px;
  padding-bottom: 0;
}

.text-block-17-copy {
  border: 1px none var(--white);
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
}

.columns-copy {
  width: 100%;
  height: 100%;
  margin-top: 87px;
  margin-right: 0;
  padding-bottom: 45px;
  padding-left: 140px;
  padding-right: 140px;
}

.footer-copy {
  background-color: #000;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.image-9 {
  text-align: left;
  width: 90%;
  padding-top: 60px;
  transition: opacity .2s;
  display: block;
  overflow: visible;
  transform: rotate(0);
}

.html-embed {
  width: 500px;
  height: 200%;
}

.column-2-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: right;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  margin-top: -75px;
  padding-top: 0;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.image-10 {
  width: 300vw;
  max-width: 150vh;
  display: none;
  overflow: visible;
}

.paragraph-2, .paragraph-3, .paragraph-4 {
  text-align: justify;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.body-copy-copy {
  background-color: #0000;
  font-family: Gothic A1, sans-serif;
}

.hero-copy-copy {
  z-index: 999999;
  background-color: #0000;
  border: 1px #000;
  width: 0%;
  height: auto;
  padding: 0 10vw;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.nav-copy {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: flex;
}

.nav-inner-copy {
  border-bottom: 1px #ffffff1a;
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section-copy-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.section-copy-copy.center {
  background-color: #193a70c7;
  background-image: linear-gradient(#193a7014, #193a7014), linear-gradient(115deg, #fb9b51, #f98124 30%, #5c84c4 57%, #10224d);
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.section-copy-copy.column {
  justify-content: space-between;
  height: auto;
  padding: 15vh 10vw;
  display: flex;
}

.section-copy-copy.column.devices {
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section-copy-copy.column.faq {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section-copy-copy.cta {
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  height: 60vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.section-copy-copy.full-img {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section-copy-copy.wide {
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.section-copy-copy.wide.img {
  padding-top: 0;
  padding-bottom: 0;
}

.section-copy-copy.wide.purple {
  color: #d8c8cf;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('../images/wavy-bg.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.section-copy-copy.grid-imgs {
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 50vh;
  display: flex;
}

.section-copy-copy.center-copy, .section-copy-copy.center-copy-copy {
  background-color: #ffffffc7;
  background-image: linear-gradient(#193a7061, #193a7061), linear-gradient(115deg, #fb9b51, #f98124 30%, #5c84c4 57%, #10224d);
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.footer-copy-copy {
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar {
  background-color: #0000;
  justify-content: center;
  display: flex;
}

.background-video-3 {
  width: 100%;
  height: 2000px;
}

.section-2 {
  position: fixed;
  inset: auto 0% 0%;
}

.utility-page-wrap {
  background-image: linear-gradient(#2c599d5c, #2c599d5c), linear-gradient(122deg, #fb9b51, #f98124 29%, #3b5c94 51%, #2c599d 58%, #193a70 75%);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

.image-11 {
  color: #4b4747;
  background-color: #0000;
}

.text-block-18 {
  color: var(--white);
}

.paragraph-5 {
  color: #6b6b6b;
  text-align: justify;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.paragraph-6, .paragraph-7 {
  text-align: justify;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.paragraph-8, .heading-4, .paragraph-9, .bold-text, .heading-5 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.background-video-4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 500px;
}

.body-2 {
  background-color: #37435c;
}

.section-3 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 0;
  display: flex;
  position: relative;
}

.background-video-5 {
  background-color: #23314700;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-22 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 400px;
  height: auto;
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.text-block-19 {
  text-align: center;
  object-fit: fill;
  border: 4px #0000;
  width: 100%;
  height: 30%;
  margin-bottom: 51px;
  padding-top: 40px;
  font-size: 100px;
  font-weight: 700;
  text-decoration: none;
  display: block;
  overflow: visible;
}

.button-2 {
  display: flex;
}

.div-block-23 {
  background-color: #922c2c;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 500px;
  display: flex;
}

.grid-2 {
  grid-column-gap: 20px;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "Area-2 Area";
}

.text-block-20 {
  font-size: 100px;
}

.text-block-21 {
  font-size: 100px;
  font-weight: 700;
}

.div-block-24 {
  justify-content: center;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.button-3 {
  opacity: 1;
  text-align: center;
  background-color: #f98124;
  border: 1px #fff;
  border-radius: 10px;
  width: 200px;
  margin-top: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  transition: background-color .55s;
}

.button-3:hover {
  background-color: #faf1ea5e;
}

.section-4 {
  background-color: #f98124a3;
}

.body-3 {
  -webkit-text-fill-color: inherit;
  background-color: #555;
  background-image: radial-gradient(circle at 100%, #ffffffc4, #193a70 100%, #fff);
  background-clip: border-box;
  border: 1px #193a70;
  margin: 60px 0 10px;
  padding-left: 0;
}

.grid-3 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  border: 1px #fff;
  border-top-right-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding-left: 10px;
  padding-right: 10px;
}

.section-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  box-shadow: none;
  background-color: #ececec;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  margin-left: 60px;
  margin-right: 60px;
  padding-bottom: 10px;
  display: block;
}

.heading-6 {
  color: #fff;
  text-align: center;
  background-color: #050e3e;
  border: 2px #1b2d47;
  border-radius: 20px;
  font-size: 25px;
  box-shadow: 3px 3px 4px #a3a3a3;
}

.heading-7 {
  border: 1px none var(--white);
  text-align: center;
  background-color: #050e3e;
  border-radius: 20px;
  font-size: 25px;
  box-shadow: 3px 3px 4px #a3a3a3;
}

.heading-8 {
  background-color: #193a70;
}

.heading-9 {
  border: 1px none var(--white);
  text-align: center;
  background-color: #050e3e;
  border-radius: 20px;
  font-size: 25px;
  box-shadow: 3px 3px 4px #a3a3a3;
}

.heading-10 {
  border: 1px none var(--white);
  color: var(--white);
  text-align: center;
  background-color: #050e3e;
  border-radius: 20px;
  font-size: 25px;
  box-shadow: 3px 3px 4px #a3a3a3;
}

.heading-11 {
  border: 1px none var(--white);
  text-align: center;
  background-color: #050e3e;
  border-radius: 20px;
  font-size: 25px;
  box-shadow: 3px 3px 4px #a3a3a3;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fafafa;
  border: 1px #000;
  border-bottom: 2px solid #d1d0d0;
  border-radius: 0;
  grid-template: "Area-6 Area-5 Area-4 Area-3 Area-2 Area"
  / .5fr .5fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  align-content: center;
  place-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.grid-4:hover {
  background-color: #0000;
}

.div-block-25 {
  color: var(--white);
  background-color: #0000;
  border: 2px #1b3b6f;
  border-radius: 20px 20px 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  box-shadow: 2px 2px 5px #0000003d;
}

.div-block-25:hover {
  box-shadow: none;
  background-color: #0000;
  border-radius: 0;
}

.text-block-22 {
  font-size: 30px;
}

.heading-12 {
  color: #343434;
  text-align: center;
  border: 1px #c9c8c8;
  font-family: Gothic A1, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.heading-12:hover {
  text-decoration: none;
}

.div-block-29 {
  background-color: #f0f0f0;
  border: 1px #000;
  border-bottom: 2px #cecece;
  border-radius: 0;
  height: auto;
  margin: 0 10px;
  box-shadow: 5px 5px 3px #e9e9e9;
}

.div-block-29:hover {
  box-shadow: none;
}

.section-6 {
  border: 1px #0000;
  height: 50px;
}

.section-7 {
  height: 100px;
}

.link-block {
  width: 100%;
  text-decoration: none;
}

.link-block:hover {
  background-color: #0000;
}

.image-12 {
  width: 50px;
}

.nav-inner-copy {
  color: #fff;
  border-bottom: 1px #ffffff1a;
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: flex;
}

.hero-copy {
  z-index: 999999;
  background-color: #0000;
  border: 1px #000;
  width: 0%;
  height: auto;
  padding: 0 10vw 10px 15vw;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.link-block-2 {
  width: 100%;
  text-decoration: none;
}

.link-block-2:hover {
  background-color: #0000;
  text-decoration: none;
}

.link-block-3 {
  width: 100%;
  text-decoration: none;
}

.link-block-3:hover {
  background-color: #0000;
  text-decoration: none;
}

.link-block-4 {
  background-color: #0000;
  width: 100%;
  text-decoration: none;
}

.link-block-4:hover {
  background-color: #0000;
  text-decoration: none;
}

.link-block-5 {
  width: 100%;
  text-decoration: none;
}

.link-block-5:hover {
  background-color: #0000;
  text-decoration: none;
}

.link-block-6 {
  width: 100%;
  text-decoration: none;
}

.link-block-6:hover {
  background-color: #0000;
  text-decoration: none;
}

.link-block-7 {
  background-color: #0000;
  width: 100%;
  text-decoration: none;
}

.link-block-7:hover {
  background-color: #0000;
  text-decoration: none;
}

.link-block-8 {
  width: 100%;
  text-decoration: none;
}

.link-block-8:hover {
  background-color: #0000;
  text-decoration: none;
}

.link-block-9 {
  width: 100%;
  text-decoration: none;
}

.link-block-9:hover {
  background-color: #0000;
  text-decoration: none;
}

.body-4 {
  background-color: #4b4949;
}

.image-21, .image-22 {
  width: 35%;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
}

.image-23 {
  width: 45%;
}

.slide-1 {
  background-image: url('../images/SI_1ADC.png');
  background-position: 0%;
  background-size: 400px 280px;
  width: 500px;
}

.paragraph-10 {
  color: var(--white);
}

.container {
  line-height: 30px;
}

.columns-2 {
  align-items: center;
  display: flex;
}

.image-24, .image-25 {
  width: 45%;
}

.image-26, .image-27 {
  width: 40%;
}

.image-28 {
  width: 35%;
}

.image-29 {
  width: 40%;
}

.text-block-23 {
  color: #7d7d7d;
  text-align: left;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.bold-text-2 {
  color: #fff;
  text-align: center;
  font-size: 18px;
}

.div-block-30 {
  text-align: center;
  background-color: #0000;
  margin-left: 220px;
  margin-right: 220px;
  padding-top: 90px;
  padding-bottom: 90px;
}

.bold-text-3 {
  color: #939393;
  text-decoration: none;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-left: 140px;
  margin-right: 140px;
  padding-top: 20px;
  padding-bottom: 100px;
}

.image-30, .image-31, .image-32, .image-33, .image-34, .image-35, .image-36, .image-37, .image-38, .image-39 {
  width: 75%;
}

.slide-2 {
  text-align: center;
  background-color: #0000;
  padding-top: 25px;
  padding-left: 0;
}

.slider {
  background-color: #0000;
  border: 3px #000;
  width: 30%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.text-block-24 {
  text-align: center;
  height: 60px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 35px;
  font-weight: 700;
}

.heading-13 {
  text-align: center;
  margin-top: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.div-block-31 {
  border: 6px #0000;
  width: 100%;
  height: 100px;
}

.image-40 {
  text-align: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 27px;
}

.slide-3 {
  text-align: center;
  background-color: #0000;
  border: 1px #000;
  padding-top: 51px;
}

.slide-nav-2 {
  margin-top: 0;
  margin-bottom: -65px;
  padding-top: 0;
}

.mask {
  padding-bottom: 0;
}

.image-41 {
  margin-top: 25px;
  padding-bottom: 27px;
  transition: opacity .2s;
  transform: translate(0);
}

.slide-4 {
  text-align: center;
  padding-top: 25px;
}

.youtube {
  width: 100%;
  height: auto;
  margin-top: 35px;
}

.div-block-32 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 60px;
  display: none;
}

.grid-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  border: 1px solid #fff;
  grid-template: "Area Area-2 Area-3 Area-4 Area-5 Area-6 Area-7"
  / 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  margin-left: 100px;
  margin-right: 100px;
  display: none;
}

.heading-14, .heading-15, .heading-16 {
  font-size: 20px;
}

.heading-17 {
  font-size: 20px;
  line-height: 25px;
}

.heading-18, .heading-19, .heading-20 {
  font-size: 20px;
}

.yes {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  border: 1px solid #fff;
  grid-template: "Area Area-2 Area-3 Area-4"
                 "Area-5 Area-6 Area-7 Area-8"
                 "Area-12 Area-11 Area-10 Area-9"
                 "Area-13 Area-14 Area-15 Area-16"
                 "Area-20 Area-19 Area-18 Area-17"
                 "Area-21 Area-22 Area-23 Area-24"
                 / 1fr 1fr 1fr 4fr;
  align-items: center;
  margin-bottom: 0;
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.text-block-25 {
  border-right: 1px none var(--white);
  color: #fff;
  text-align: center;
  padding-top: 5px;
}

.text-block-26 {
  color: #fff;
  text-align: center;
  border-left: 1px #fff;
  border-right: 1px #fff;
  padding-top: 10px;
  font-size: 14px;
}

.bold-text-4 {
  color: #fff;
  padding-right: 30px;
  font-size: 14px;
  font-style: normal;
}

.div-block-33 {
  background-color: #0af;
  width: 40%;
  height: 20px;
  margin-left: 7px;
  padding-left: 0;
  line-height: 0;
}

.bold-text-6 {
  text-align: center;
  font-size: 13px;
}

.nav-link-2 {
  text-transform: capitalize;
}

.nav-link-2.w--current {
  color: var(--white);
  text-transform: none;
  text-shadow: 1px 1px 6px #000;
  white-space: normal;
}

.navbar-2 {
  background-color: #0000;
}

.nav-link-3 {
  color: var(--white);
  background-color: #0000;
}

.body-5 {
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-color: #073066;
  background-image: linear-gradient(to right, #0e3570, #5f7598 50%, #9aa4b6 83%, #95a4bb 92%, #999da0);
  background-clip: border-box;
}

.nav-link-4, .nav-link-5 {
  color: var(--white);
}

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

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

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

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

.nav-link-6 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

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

.footer-dark {
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-2 {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

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

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

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

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

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.list-item {
  margin-top: 40px;
}

.news-list {
  margin-top: 140px;
  margin-left: 100px;
  padding-right: 40px;
}

.heading-21 {
  margin-left: 40px;
  margin-right: 40px;
  display: inline-block;
}

.paragraph-11 {
  margin-left: 40px;
  margin-right: 40px;
  display: block;
}

.image-42 {
  text-align: right;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: inline;
  position: relative;
}

.section-8 {
  margin: auto 0;
  position: relative;
  top: 100px;
  bottom: 100px;
}

.text-block-27 {
  margin-bottom: 20px;
}

.paragraph-12 {
  display: inline;
}

.body-6 {
  background-color: var(--black);
  color: #e57373;
  display: block;
}

.body-7 {
  background-color: #193a70;
  background-image: linear-gradient(#04022a21, #fff);
}

.section-9 {
  color: #1440db;
  background-color: #fff;
  border: 1px #000;
  width: auto;
  margin: 90px 0 0;
  padding: 40px 250px 20px;
  font-size: 15px;
  line-height: 10px;
  transition: box-shadow .85s;
  position: static;
  inset: 100px 0% auto;
}

.paragraph-13, .paragraph-14, .paragraph-15, .paragraph-16, .paragraph-17, .paragraph-18 {
  font-size: 13px;
}

.heading-22 {
  color: #383a3c;
  text-align: left;
  border-bottom: 1px #b8b8b8;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5px;
  font-size: 16px;
  font-style: normal;
  line-height: 30px;
  text-decoration: none;
  transition: background-color;
}

.heading-22:hover {
  color: #fff;
  background-color: #173c72;
}

.paragraph-19 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: underline;
}

.heading-23 {
  color: #6b6b6b;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}

.section-10 {
  float: none;
  clear: none;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  background-color: #0000;
  border-radius: 0 0 10px 10px;
  margin: 0 100px;
  padding: 10px 0 20px;
  display: block;
}

.link-block-10 {
  box-shadow: none;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  border: 2px #6b6b6b7a;
  border-top-width: 1px;
  border-bottom: 1px dashed #8c8c8c7a;
  border-radius: 0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
}

.link-block-10:hover {
  color: #000;
}

.image-43 {
  opacity: 1;
  display: none;
}

.link-block-11, .link-block-12, .link-block-13 {
  text-decoration: none;
}

.heading-24 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  text-decoration: none;
}

.heading-24:hover {
  color: #bbb;
  border-bottom: 5px #0000;
}

.heading-25 {
  color: var(--white);
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  text-decoration: none;
}

.heading-25:hover {
  color: #bbb;
  border-bottom: 5px #0000;
}

.heading-26 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  text-decoration: none;
}

.heading-26:hover {
  color: #bbb;
  border-bottom: 5px #0000;
}

.heading-27 {
  color: #0a358e;
  text-align: center;
  font-size: 5vh;
}

.text-block-28 {
  color: #6b6b6ba6;
  background-color: #0000;
  font-family: Gothic A1, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.link-3 {
  text-decoration: none;
}

.text-block-29 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.link-4 {
  color: #939393;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.link-5 {
  color: #888;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.link-6 {
  color: #939393;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: none;
}

.link-7, .link-8 {
  color: #939393;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.paragraph-20 {
  float: none;
  clear: none;
  color: #6b6b6b;
  text-align: justify;
  background-color: #0000;
  margin-top: 10px;
  margin-bottom: auto;
  padding-bottom: 30px;
  text-decoration: none;
}

.paragraph-21 {
  text-align: justify;
}

.paragraph-career-content {
  text-align: justify;
  margin-top: 0;
  padding-top: 0;
  font-size: 16px;
  font-style: normal;
}

.paragraph-23 {
  text-align: justify;
}

.heading-careers {
  color: #05347a;
  text-align: center;
  -webkit-text-stroke-color: var(--white);
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 40px;
  font-style: normal;
  text-decoration: none;
}

.bold-text-7 {
  text-align: center;
}

.paragraph-career-sub-title {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}

.list-career-1 {
  color: #6b6b6b;
  margin-left: 0;
  font-size: 16px;
  line-height: 30px;
}

.list-3 {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

.list-career-2 {
  color: #6b6b6b;
  padding-left: 80px;
  font-size: 16px;
  line-height: 30px;
  list-style-type: square;
}

.hero-heading-right {
  color: #0000;
  background-color: #1b1b1b;
  background-image: url('../images/wavy-bg.svg'), linear-gradient(#193a70, #193a70);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  border-bottom: 1px #e4ebf3;
  padding: 0 30px 30px;
  position: relative;
}

.container-3 {
  text-align: center;
  justify-content: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-wrapper {
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-split {
  color: #0000;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  max-width: 48%;
  font-size: 16px;
  display: block;
}

.shadow-two {
  box-shadow: none;
  max-width: 80%;
  padding-left: 80px;
  display: none;
}

.margin-bottom-24px {
  outline-offset: 0px;
  color: #fff;
  text-align: left;
  text-transform: none;
  object-fit: fill;
  background-color: #0000;
  outline: 3px #fff;
  flex: 0 auto;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  text-decoration: none;
  display: block;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f98124;
  border-radius: 12px;
  padding: 12px 25px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

.heading-28 {
  color: #fff;
  text-align: left;
  margin-left: auto;
  padding-left: 0;
}

.hero-without-image {
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

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

.heading-29 {
  color: #fff;
  text-align: center;
  font-size: 22px;
  line-height: 32px;
  display: none;
}

.heading-news {
  color: var(--white);
  text-align: left;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 18px;
  font-style: normal;
  line-height: 24px;
  text-decoration: none;
}

.paragraph-news {
  color: #bcbec2;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: underline;
  display: flex;
}

.container-4 {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-radius: 9px;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-5 {
  background-color: var(--white);
}

.paragraph-24 {
  margin-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}

.section-11 {
  text-align: center;
  background-color: #daeaf3;
  padding-top: 10px;
  padding-bottom: 40px;
}

.button-4 {
  border-radius: 12px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
}

.text-block-30 {
  color: #fff;
  text-align: center;
}

.text-block-31 {
  border-right: 1px none var(--white);
  color: #fff;
  text-align: center;
  border-left: 1px #fff;
  font-size: 12px;
}

.text-block-32 {
  color: #fff;
  text-align: center;
}

.div-block-35 {
  background-color: #1babfd;
  width: 90%;
  height: 20px;
}

.div-block-36 {
  background-color: #29acfb;
  width: 90%;
  height: 20px;
}

.text-block-33 {
  color: var(--white);
  text-align: center;
}

.text-block-34 {
  border-right: 1px none var(--white);
  border-left: 1px none var(--white);
  color: #fff;
  font-size: 13px;
}

.text-block-35 {
  color: #fff;
}

.bold-text-8 {
  font-size: 13px;
}

.text-block-36 {
  color: #fff;
}

.text-block-37 {
  color: #fff;
  border-left: 1px #fff;
  border-right: 1px #fff;
}

.text-block-38 {
  color: #fff;
}

.div-block-37 {
  background-color: #29acfb;
  width: 90%;
  height: 20px;
}

.div-block-38 {
  background-color: #29acfb;
  width: 100%;
  height: 20px;
}

.text-block-39 {
  color: #fff;
}

.text-block-40 {
  color: #fff;
  border-left: 1px #fff;
  border-right: 1px #fff;
}

.text-block-41 {
  color: #fff;
}

.div-block-39 {
  background-color: #29acfb;
  width: 90%;
  height: 20px;
}

.text-block-42 {
  color: #fff;
  background-color: #0000;
}

.text-block-43 {
  border-right: 1px none var(--white);
  border-left: 1px none var(--white);
  color: #fff;
  font-size: 13px;
}

.text-block-44 {
  color: #fff;
}

.text-block-45 {
  color: var(--white);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.text-block-46, .text-block-47 {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.slide-5 {
  text-align: center;
  padding-top: 25px;
}

.text-block-48 {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.slide-6 {
  text-align: center;
  padding-top: 25px;
}

.text-block-49 {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.slide-7 {
  text-align: center;
  padding-top: 25px;
}

.text-block-50 {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.slide-8 {
  text-align: center;
  padding-top: 25px;
}

.text-block-51 {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.slide-9 {
  text-align: center;
  padding-top: 25px;
}

.text-block-52 {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.slide-1-3 {
  text-align: center;
  padding-top: 25px;
}

.text-block-53 {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.link-block-14, .link-block-15, .link-block-16, .link-block-17, .link-block-18, .link-block-19, .link-block-20, .link-block-21, .link-block-22 {
  text-decoration: none;
}

.grid-7-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  border: 1px solid #fff;
  grid-template: "Area Area-2 Area-3 Area-4"
                 "Area-12 Area-11 Area-10 Area-5"
                 "Area-9 Area-8 Area-7 Area-6"
                 / 1fr 1fr 1fr 4fr;
  align-items: center;
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.yes-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  grid-column-gap: 24px;
  grid-row-gap: 20px;
  text-align: center;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  border: 1px solid #fff;
  grid-template: "Area Area-2 Area-3 Area-4"
  / 1fr 1fr 1fr 4fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.text-block-54, .text-block-55, .text-block-56 {
  color: #fff;
}

.div-block-40 {
  background-color: #1babfd;
  width: 60%;
  height: 20px;
}

.text-block-57, .text-block-58, .text-block-59, .text-block-60, .text-block-61, .text-block-62, .text-block-63, .text-block-64, .text-block-65 {
  color: var(--white);
}

.div-block-41, .div-block-42, .div-block-43 {
  background-color: #1babfd;
  width: 60%;
  height: 20px;
}

.text-block-66, .text-block-67, .text-block-68, .text-block-69, .text-block-70, .text-block-71 {
  color: var(--white);
}

.div-block-44, .div-block-45 {
  background-color: #1babfd;
  width: 60%;
  height: 20px;
}

.div-block-46 {
  background-color: #1babfd;
  width: 63%;
  height: 20px;
}

.div-block-47 {
  background-color: #1babfd;
  width: 90%;
  height: 20px;
}

.text-block-72, .text-block-73, .text-block-74, .text-block-75, .text-block-76, .text-block-77 {
  color: var(--white);
}

.link-block-23, .link-block-24, .link-block-25, .link-block-26 {
  text-decoration: none;
}

.div-block-48 {
  width: 100%;
  height: 10vh;
}

.container-6 {
  background-color: var(--white);
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
}

.heading-career-department {
  color: #05347a;
  text-align: left;
  border: 1px #525252;
  border-bottom: 1px solid #9f9f9f;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-style: normal;
  line-height: 30px;
  text-decoration: none;
}

.container-7 {
  background-color: var(--white);
}

.container-8 {
  background-color: var(--white);
  border-radius: 8px;
}

.link-block-news {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  border: 2px #6b6b6b7a;
  border-radius: 9px;
  width: 850px;
  height: auto;
  margin: 0;
  padding: 10px 20px;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
  position: static;
  overflow: visible;
}

.link-block-news:hover {
  color: #fff;
}

.container-9 {
  background-color: var(--white);
}

.column-3 {
  text-align: center;
  position: relative;
}

.image-46 {
  text-align: center;
  border-radius: 19px;
  max-width: 100%;
  margin-top: 0;
  box-shadow: 5px 5px 8px #00000045;
}

.section-10-copy {
  float: none;
  clear: none;
  background-color: var(--white);
  text-align: left;
  border-radius: 0 0 10px 10px;
  margin-top: 100px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 10px 0 20px;
}

.button-5 {
  text-align: center;
  background-color: #f98124;
  border-radius: 9px;
  padding: 15px;
  display: inline-block;
}

.bold-text-9 {
  font-size: 14px;
}

.bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13 {
  padding-left: 0;
}

.heading-30 {
  text-align: left;
  width: 350px;
  margin-left: 0;
}

.section-12 {
  text-align: left;
}

.button-6 {
  background-color: #f78030;
  border-radius: 11px;
  width: 25%;
  margin-left: auto;
  padding: 20px 40px;
  font-weight: 700;
}

.button-6:hover {
  background-color: #e9e9e9;
}

.image-47 {
  margin-right: 20px;
}

.heading-27-copy {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5vh;
}

.bold-text-14 {
  font-size: 16px;
}

.bold-text-14:hover {
  color: #fff;
}

.body-8 {
  background-color: #193a70;
  background-image: url('../images/wavy-bg.svg');
  background-position: 0 0;
  background-size: auto;
}

.contact-section {
  height: 120vh;
}

.spacer {
  height: 18vh;
}

.text-block-78 {
  color: #fff;
  text-align: left;
  width: 400px;
  font-weight: 400;
}

.heading-31 {
  text-align: left;
  width: 100%;
  font-size: 40px;
}

.column-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: flex-start;
  padding-left: 280px;
  padding-right: 0;
  display: block;
}

.text-field {
  width: 100%;
}

.form-3 {
  grid-column-gap: 6px;
  grid-row-gap: 16px;
  grid-template: "Area Area-6"
                 "Area-2 Area-5"
                 "Area-3 Area-4"
                 "Area-7 Area-8"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.field-label, .field-label-2, .field-label-3, .field-label-4, .field-label-5 {
  color: #fff;
}

.column-5 {
  padding-right: 220px;
}

.section-13 {
  height: 12vh;
}

.heading-32 {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-bottom: 30px #fff;
}

.text-field-2, .text-field-3 {
  background-color: var(--white);
  color: #3a3a3a;
  border-radius: 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
}

.textarea {
  background-color: var(--white);
  color: #3a3a3a;
  border-radius: 5px;
  font-weight: 400;
}

.submit-button {
  background-color: #f98124;
  border-radius: 9px;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 700;
}

.columns-3 {
  margin-left: 60px;
  margin-right: 60px;
  padding-bottom: 60px;
}

.body-career {
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-color: #011658;
  background-image: linear-gradient(#00000080, #00000080);
  background-clip: border-box;
}

.heading-career-sub-title-2 {
  color: #6b6b6b;
  padding-top: 20px;
  padding-left: 20px;
  font-size: 16px;
}

.bold-text-15 {
  font-style: normal;
}

.section-14 {
  text-align: center;
  background-color: #fff;
  width: 100%;
  margin-top: 0;
}

.section-15 {
  color: #da0707;
  background-color: #fff;
  margin-top: 89px;
  display: block;
}

.heading-news-title {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  font-size: 5vh;
}

.link-block-news-home, .link-block-news-copy {
  background-color: var(--white);
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 2px #6b6b6b7a;
  border-radius: 9px;
  width: 60%;
  height: 40vh;
  margin: 10px 0 0;
  padding: 10px 20px;
  text-decoration: none;
  position: static;
  overflow: visible;
  box-shadow: 7px 7px 0 -1px #f3f3f3d6;
}

.image-49 {
  text-align: center;
  width: 40px;
  max-width: 40%;
  overflow: visible;
}

.column-6 {
  text-align: center;
  padding-top: 15px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
}

.image-50 {
  text-align: center;
  width: 40px;
  max-width: 40%;
}

.column-7 {
  text-align: center;
}

.image-51 {
  width: 40px;
}

.column-8 {
  text-align: center;
}

.image-52 {
  width: 40px;
}

.column-9 {
  text-align: center;
}

.image-53 {
  width: 40px;
}

.column-10 {
  text-align: center;
}

.body-5-copy {
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-color: #193a70fc;
  background-clip: border-box;
}

.section-10-copy {
  float: none;
  clear: none;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  background-color: #0000;
  border-radius: 0 0 10px 10px;
  margin: 0 100px;
  padding: 10px 0 20px;
  display: block;
}

.section-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.heading-27-copy-copy {
  color: #011658;
  text-align: center;
  margin-top: 20px;
  font-size: 5vh;
}

.heading-news-copy {
  color: #011658;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 18px;
  font-style: normal;
  line-height: 24px;
  text-decoration: none;
}

.heading-news-copy:hover {
  color: #a7a7a7;
}

.div-block-48-copy {
  background-color: var(--white);
  width: 100%;
  height: 10vh;
  position: static;
}

.heading-27-copy, .heading-27-copy-copy {
  color: #0a358e;
  text-align: center;
  font-size: 5vh;
}

.heading-27-copy-copy {
  color: var(--white);
  text-align: center;
  background-color: #0000;
  margin-top: 0;
  font-size: 5vh;
}

.heading-27-blue {
  color: var(--black);
  text-align: center;
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 5vh;
  line-height: 3vh;
}

.section-15-transparent {
  background-color: #0000;
  margin-top: 89px;
}

.paragraph-news-copy {
  color: #bcbec2;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: underline;
}

.image-54, .image-55 {
  width: 40%;
}

.columns-4 {
  background-color: #fff;
  border: 4px #03052c;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  margin: 40px auto auto;
  padding-bottom: 0;
}

.section-17 {
  background-color: #fff;
  padding-bottom: 60px;
}

.heading-33 {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  text-decoration: none;
}

.heading-33:hover {
  color: #bbb;
}

.link-block-27 {
  text-decoration: none;
}

.link-block-28 {
  background-color: #9e0e0e;
  height: 100%;
  margin-left: 100px;
  display: inline-block;
}

.link-block-29 {
  background-color: #069c26;
  width: 400px;
  height: 250px;
}

.background-video-6, .background-video-7 {
  height: auto;
}

.background-video-8 {
  background-color: #0000;
  border-radius: 15px;
  width: 100vh;
  height: 600px;
  min-height: 0;
  box-shadow: 10px 10px 13px #0000005c;
}

.section-18 {
  padding-top: 0;
}

.column-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 3px solid red;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-12 {
  justify-content: center;
  align-items: center;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-56 {
  background-color: var(--white);
  text-align: center;
  border: 3px dotted #000;
  border-radius: 19px;
  width: 400px;
  max-width: 400px;
  height: 250px;
  max-height: 250px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: inline-block;
}

.image-56:hover {
  background-color: #fff0;
  border-width: 3px;
  border-color: #000;
  box-shadow: 13px 13px #173a90;
}

.image-57 {
  border: 3px dotted #000;
  border-radius: 19px;
  width: 400px;
  max-width: 400px;
  height: 250px;
  max-height: 250px;
  transition: box-shadow .2s;
}

.image-57:hover {
  border-style: dotted;
  border-color: #000;
  box-shadow: 13px 13px #173a90;
}

.container-10 {
  background-color: var(--white);
  max-width: 100%;
}

.container-11 {
  background-color: var(--white);
}

.link-block-career-4-1 {
  background-color: #9e0e0e;
  width: 400px;
  height: 250px;
  margin-left: 100px;
  display: inline-block;
}

.link-block-30 {
  text-align: center;
}

.image-58 {
  text-align: left;
  border: 3px dotted #0b106d;
  border-radius: 19px;
  width: 50%;
  transition: box-shadow .2s;
}

.image-58:hover {
  border-width: 3px;
  border-color: #000;
  box-shadow: 13px 13px #173a90;
}

.recaptcha {
  margin-top: 20px;
}

.html-embed-2 {
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
}

.section-19 {
  height: 30vh;
  padding-bottom: 0;
}

.grid-7 {
  background-color: var(--white);
  grid-template-rows: auto;
  place-content: stretch center;
  place-items: start center;
  margin-left: 100px;
  margin-right: 100px;
}

.image-59 {
  border: 3px dotted #000;
  border-radius: 16px;
}

.image-60 {
  border: 3px dotted #000;
  border-radius: 16px;
  width: 100%;
  max-width: 75%;
}

.section-20 {
  background-color: var(--white);
}

.image-61 {
  border: 3px dotted #000;
  border-radius: 16px;
  max-width: 75%;
}

.link-block-31 {
  width: auto;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-areas: "Area Area-2";
  justify-content: stretch;
  justify-items: center;
}

.image-62 {
  border: 3px dotted #000;
  border-radius: 10px;
}

.image-62:hover {
  background-image: linear-gradient(#00000080, #00000080);
}

.image-63 {
  background-color: #0000;
  border: 3px dotted #000;
  border-radius: 10px;
}

.image-63:hover {
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080);
}

.section-21 {
  background-color: #0000;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-top: 40px;
  padding-bottom: 60px;
  display: flex;
}

.body-9 {
  background-color: #193a70;
}

.section-22 {
  margin-top: 110px;
}

.heading-34 {
  text-align: center;
}

.section-23 {
  text-align: center;
  padding-bottom: 60px;
}

.link-9 {
  color: #ffffff57;
  font-weight: 400;
  text-decoration: none;
}

.link-9:hover {
  color: #b8b8b8;
}

.text-block-79 {
  color: #312f2f;
}

.text-block-80 {
  color: #333;
}

.text-block-81 {
  color: #383838;
}

.text-block-82, .text-block-83 {
  color: #3a3a3a;
}

.text-block-84 {
  color: #494949;
}

.text-block-85 {
  color: #4e4e4e;
}

.text-block-86 {
  color: #525252;
}

.text-block-87 {
  color: #535353;
}

.text-block-88 {
  color: #5c5c5c;
}

.text-block-89 {
  color: #5a5a5a;
}

.text-block-90 {
  color: #585858;
}

.text-block-91 {
  color: #555;
}

.text-block-92 {
  color: #535353;
}

.text-block-93 {
  color: #505050;
}

.text-block-94 {
  color: #4e4e4e;
}

.text-block-95 {
  color: #4b4b4b;
}

.text-block-96 {
  color: #444;
}

.text-block-97 {
  color: #414141;
}

.text-block-98 {
  color: #3f3f3f;
}

.text-block-99 {
  color: #363636;
}

.text-block-100 {
  color: #353535;
}

.text-block-101 {
  color: #303030;
}

.text-block-102 {
  color: #2b2b2b;
}

.text-block-103 {
  color: #272727;
}

.text-block-104 {
  color: #131313;
}

.text-block-105 {
  color: #141414;
}

.text-block-106 {
  color: #202020;
}

.text-block-107, .text-block-108 {
  color: #242424;
}

.grid-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template: "Area Area-2"
                 "Area-3 Area-3"
                 / .25fr;
  justify-items: center;
}

.grid-11, .image-65 {
  display: none;
}

.grid-12 {
  display: block;
}

.image-67 {
  float: left;
  border-radius: 10px;
  max-width: 30%;
  padding-top: 5px;
  padding-right: 20px;
  display: block;
}

.div-block-49 {
  border: 1px #000;
  display: block;
}

.link-10 {
  color: #6b6b6b;
  text-decoration: none;
}

.slide-10 {
  height: 45vh;
}

.grid-13, .grid-14, .grid-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.grid-16 {
  display: none;
}

.link-11, .link-12 {
  color: #6b6b6b;
  text-decoration: none;
}

.section-24 {
  background-color: #fff;
  height: 15vw;
}

.section-25 {
  background-color: #eee;
  height: auto;
  margin-top: 0;
  padding-top: 350px;
  padding-bottom: 0;
}

.div-block-63 {
  text-align: center;
  padding-top: 70px;
}

.image-68 {
  margin-top: 25px;
  padding-bottom: 27px;
}

.container-12, .container-13, .container-14, .container-15, .container-16, .container-17, .container-18, .container-19, .container-20, .container-21 {
  padding-top: 30px;
}

.mask-2 {
  height: 100%;
}

.paragraph-66 {
  background-color: var(--white);
  text-align: justify;
  padding-left: 0;
  padding-right: 0;
}

.list-item-2, .list-item-3, .list-item-4, .list-item-5 {
  font-size: 16px;
}

.bold-text-26, .bold-text-27, .bold-text-28 {
  color: #6b6b6b;
}

.bold-text-29, .list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10, .list-item-11, .list-item-12, .list-item-13, .list-item-14 {
  color: #6b6b6b;
  font-size: 16px;
}

.paragraph-67 {
  text-align: justify;
}

.paragraph-68 {
  font-weight: 400;
}

.list-item-15 {
  font-size: 16px;
}

.list-item-16, .list-item-17, .list-item-18, .list-item-19, .list-item-20, .list-item-21 {
  color: #6b6b6b;
  font-size: 16px;
}

.bold-text-30, .bold-text-31, .bold-text-32, .bold-text-33, .bold-text-34, .bold-text-35, .bold-text-36, .bold-text-37, .bold-text-38, .bold-text-39 {
  padding-right: 30px;
}

.bold-text-40 {
  font-size: 16px;
}

.bold-text-41, .bold-text-42 {
  color: #6b6b6b;
}

.body-10 {
  background-image: linear-gradient(#193a705c, #193a705c), radial-gradient(circle farthest-side at 0 0, #f98124, #f98124 32%, #2c599d 55%, #193a70 70%, #1a3b72 100%, #193a70);
}

.heading-35 {
  text-align: center;
}

.section-26 {
  justify-content: center;
  align-items: center;
  height: 45vh;
  padding-top: 110px;
  display: flex;
}

.heading-36 {
  text-align: center;
}

.div-block-64 {
  background-color: #fff;
  width: 80%;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
}

.grid-17 {
  grid-template-areas: "Area Area-2"
                       "Area-3 Area-4";
}

.image-69, .image-70 {
  width: 50%;
}

.section-27 {
  height: 10vh;
}

.link-block-27-copy {
  text-decoration: none;
}

.grid-18 {
  grid-template-rows: auto;
  grid-template-areas: "Area Area-2";
  margin-left: 140px;
  margin-right: 140px;
}

.image-71 {
  border-radius: 10px;
  padding-right: 0;
  transition: box-shadow .2s;
}

.image-71:hover {
  box-shadow: 7px 7px 3px #173a90;
}

.image-72 {
  border-radius: 10px;
  padding-left: 0;
  transition: box-shadow .2s;
  box-shadow: 1px 1px 3px #000;
}

.image-72:hover {
  box-shadow: 8px 8px 3px #173a90;
}

.section-28 {
  background-color: var(--white);
}

.heading-23-copy {
  color: #6b6b6b;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}

.select-field {
  border-radius: 6px;
}

.body-11 {
  background-color: #193a70;
}

.section-29 {
  background-color: var(--white);
  margin-top: 90px;
  padding: 40px 140px;
}

.heading-37 {
  color: #011658;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
}

.paragraph-69 {
  text-align: center;
  margin-top: 20px;
}

.image-73 {
  text-align: center;
  border-radius: 10px;
  box-shadow: 8px 8px 9px -2px #0003;
}

.paragraph-70 {
  text-align: justify;
  margin-top: 40px;
}

.div-block-65 {
  text-align: center;
}

.image-74 {
  text-align: center;
  border-radius: 8px;
  height: 480px;
  box-shadow: 8px 8px 6px -2px #c2bdbd;
}

.container-22 {
  text-align: center;
}

.career-cd-sub-heading {
  color: var(--dim-grey);
  margin-top: 10px;
  font-size: 2vh;
  font-style: normal;
  font-weight: 400;
  line-height: 4vh;
}

.new-sub-list {
  color: var(--dim-grey);
  margin-left: 40px;
  line-height: 20px;
  list-style-type: square;
}

.list-item-22 {
  border: 1px solid var(--white);
}

.career-seperate-line {
  border-style: none none dashed;
  border-width: 1px 1px 2px;
  border-color: var(--dim-grey);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1vh;
  line-height: 1vh;
}

.grid-19 {
  grid-template: "Area"
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr;
}

.grid-20 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #000;
  border-radius: 0;
  grid-template: "Area Area-2 Area-3"
                 "Area-4 Area-5 Area-6"
                 "Area-7 Area-8 Area-9"
                 / 1fr .25fr .25fr;
  margin-left: 100px;
  margin-right: 100px;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-underline {
  margin-top: 10px;
  font-style: normal;
  text-decoration: underline;
}

.news-table-content {
  color: #6b6b6b;
  border: 1px solid #000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-size: 16px;
  font-style: normal;
}

.link-13 {
  border: 1px solid #000;
}

.news-table-title {
  color: var(--dim-grey);
  border: 1px solid #000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-size: 16px;
  line-height: 20px;
}

.news-table-content-link {
  color: #2b5bed;
  text-align: center;
  border: 1px #000;
  padding-left: 0;
}

.heading-38 {
  font-size: 10px;
}

.heading-39 {
  border-bottom: 1px #000;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  text-decoration: none;
}

.link-block-34 {
  outline-offset: 0px;
  border: 1px #000;
  outline: 3px #000;
}

.grid-21 {
  grid-column-gap: 21px;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "Area Area-2 Area-3"
                       "Area-4 Area-5 Area-6";
}

.grid-22 {
  grid-column-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-areas: "Area Area-2"
                       "Area-3 Area-4"
                       "Area-5 Area-6"
                       "Area-7 .";
}

.section-30 {
  background-color: #eee;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.link-block-35 {
  background-color: #fff;
  border-radius: 0;
  text-decoration: none;
}

.heading-40 {
  color: #1a1a1a;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
}

.heading-40:hover {
  opacity: .66;
}

.link-block-36 {
  background-color: #fff;
  border-radius: 8px;
  text-decoration: none;
}

.heading-41 {
  color: #1a1a1a;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
}

.heading-41:hover {
  opacity: .67;
}

.link-block-37 {
  background-color: var(--white);
  border-radius: 8px;
  text-decoration: none;
}

.heading-42 {
  opacity: 1;
  color: #1a1a1a;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
}

.heading-42:hover {
  opacity: .67;
}

.link-block-38 {
  background-color: #fff;
  border-radius: 8px;
  text-decoration: none;
}

.heading-43 {
  color: #1a1a1a;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
}

.heading-43:hover {
  opacity: .67;
}

.link-block-39 {
  background-color: #fff;
  border-radius: 8px;
  text-decoration: none;
}

.heading-44 {
  color: #1a1a1a;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
}

.heading-44:hover {
  opacity: .67;
}

.link-block-40 {
  background-color: #fff;
  border-radius: 8px;
  text-decoration: none;
}

.heading-45 {
  color: var(--black);
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
}

.heading-45:hover {
  opacity: .67;
}

.link-block-41 {
  background-color: #fff;
  border-radius: 8px;
  text-decoration: none;
}

.heading-46 {
  color: #1a1a1a;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
}

.heading-46:hover {
  opacity: .67;
}

.image-75 {
  border-radius: 7px;
}

.image-75:hover {
  opacity: .67;
}

.image-76 {
  border-radius: 7px;
}

.image-76:hover {
  opacity: .67;
}

.image-77 {
  border-radius: 7px;
}

.image-77:hover {
  opacity: .67;
}

.image-78 {
  border-radius: 7px;
}

.image-78:hover {
  opacity: .67;
}

.image-79 {
  border-radius: 7px;
}

.image-79:hover {
  opacity: .67;
}

.image-80 {
  border-radius: 7px;
}

.image-80:hover {
  opacity: .67;
}

.image-81 {
  border-radius: 7px;
}

.image-81:hover {
  opacity: .67;
}

.section-31 {
  background-color: var(--white);
}

.link-14 {
  color: #00000069;
  font-weight: 700;
  text-decoration: none;
  transition: color .125s;
}

.link-14:hover {
  color: #193a70;
}

.div-block-66 {
  text-align: center;
  padding-top: 40px;
}

.div-block-67 {
  padding-left: 22px;
  padding-right: 22px;
}

.text-block-110 {
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
}

.dropdown-toggle {
  text-align: center;
}

.dropdown-toggle-2 {
  padding-top: 3px;
}

.dropdown-toggle-3 {
  padding-top: 11px;
}

.dropdown-toggle-4 {
  padding-top: 14px;
}

.dropdown-toggle-5 {
  padding-top: 15px;
}

.dropdown-toggle-6 {
  padding-top: 16px;
}

.dropdown-toggle-7 {
  padding-top: 18px;
}

.dropdown-toggle-8 {
  padding-top: 20px;
}

.dropdown-toggle-9 {
  padding-top: 21px;
}

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

.dropdown-toggle-11 {
  padding-top: 23px;
}

.dropdown-toggle-12 {
  padding-top: 22px;
}

.dropdown-toggle-13 {
  padding-top: 16px;
}

.dropdown-toggle-14 {
  padding-top: 11px;
}

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

.dropdown-toggle-16, .dropdown-toggle-17 {
  padding-top: 6px;
}

.dropdown-toggle-18 {
  padding-top: 2px;
}

.dropdown-toggle-19, .dropdown-toggle-20, .dropdown-toggle-21, .dropdown-toggle-22, .dropdown-toggle-23, .dropdown-toggle-24, .dropdown-toggle-25 {
  padding-top: 0;
}

.dropdown-toggle-26 {
  color: #fff;
  margin-top: -1px;
  padding-top: 0;
  padding-bottom: 15px;
  padding-right: 25px;
}

.icon-2 {
  text-align: left;
  background-color: #fff0;
  border: 1px #574242;
  border-radius: 4px;
  width: 16px;
  margin-top: 2px;
  margin-right: auto;
  padding-left: 0;
}

.dropdown-link {
  background-color: var(--white);
  color: #ffffffad;
  text-align: center;
  mix-blend-mode: normal;
  border: 1px solid #1c3c72;
  border-radius: 2px;
  margin-top: -4px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
  line-height: 18px;
}

.dropdown-link:hover {
  box-shadow: none;
  opacity: 1;
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}

.dropdown-link.w--current {
  box-shadow: none;
  color: var(--black);
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #193a70;
  border-radius: 0;
  transition-property: none;
}

.dropdown-link.w--current:hover {
  box-shadow: none;
  opacity: 1;
  color: #afafaf;
}

.dropdown-link.bold-text-44 {
  box-shadow: none;
  border-style: none solid solid;
  border-color: #193a70;
  margin-top: 0;
  font-weight: 700;
  transition-property: none;
}

.dropdown-link.bold-text-44:hover {
  box-shadow: none;
  opacity: 1;
  color: #afafaf;
  background-color: #fff;
}

.dropdown-link.bold-text-44.w--current {
  color: #294373;
}

.dropdown-link.bold-text-44.w--current:hover {
  color: #9e9e9e;
}

.dropdown-list {
  color: #ffffff6e;
  cursor: auto;
}

.dropdown-list.w--open {
  color: #fff0;
  background-color: #ddd0;
}

.bold-text-44 {
  color: #173c72;
  cursor: pointer;
  border: 1px #000;
}

.bold-text-44:hover {
  color: #afafaf;
  background-color: #fff0;
}

.image-82 {
  width: 100%;
  height: 300px;
}

.image-83 {
  width: 4000px;
  height: 400px;
}

.image-84 {
  margin-bottom: -6px;
  padding-bottom: 0;
}

.div-block-68 {
  background-color: var(--white);
  border-radius: 8px;
  box-shadow: 6px 5px 12px 1px #0003;
}

.div-block-69 {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 6px 5px 10px #0003;
}

.div-block-70 {
  border-radius: 8px;
  box-shadow: 6px 6px 8px #0003;
}

.div-block-71 {
  border-radius: 8px;
  box-shadow: 6px 6px 10px #0003;
}

.div-block-72 {
  border-radius: 8px;
  box-shadow: 2px 8px 11px #0003;
}

.div-block-73 {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 6px 6px 15px #0003;
}

.div-block-74 {
  border-radius: 8px;
  box-shadow: 6px 6px 13px #0003;
}

.section-32 {
  background-color: #fff;
  height: 20vh;
  padding-bottom: 0;
  line-height: 20vh;
}

.section-33 {
  background-color: #fff;
  height: 60vh;
}

.section-34, .section-35, .section-36, .section-37, .section-38, .section-39 {
  background-color: #fff;
  height: 50vh;
}

.section-40 {
  background-color: #fff;
  height: 30vh;
}

.div-block-75 {
  border: 1px solid #000;
  padding-bottom: 30px;
  padding-left: 10px;
}

.heading-47 {
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.grid-23 {
  grid-template-columns: .5fr 1fr;
  grid-template-areas: "Area Area-2";
}

.grid-24 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .5fr 2.25fr;
}

.image-in-news-grid {
  float: none;
  width: auto;
  max-width: 20%;
  margin: 10px 0;
  padding-top: 0;
}

.paragraph-in-news-grid {
  float: none;
  clear: none;
  align-content: flex-start;
  display: block;
  position: static;
}

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

.paragraph-71 {
  float: none;
  clear: none;
}

.image-85 {
  float: left;
  clear: none;
  margin-bottom: 20px;
  margin-right: 20px;
}

.div-block-76 {
  float: none;
  clear: none;
  text-align: left;
  flex-flow: wrap;
  margin: 10px 0 20px;
  display: inline-block;
  position: static;
}

.paragraph-20-copy {
  color: #6b6b6b;
  text-align: justify;
  text-align: justify;
  background-color: #0000;
  margin-top: 10px;
  margin-bottom: 20px;
  text-decoration: none;
}

.paragraph-news-leader {
  float: none;
  clear: none;
  text-align: justify;
  margin-bottom: 0;
  padding-top: 0;
  display: block;
}

.bold-text-45 {
  color: #05347a;
  -webkit-text-stroke-color: var(--white);
  font-size: 40px;
}

.rich-text-block {
  float: left;
  border: 1px solid #ff2727;
}

.container-23 {
  clear: left;
}

.section-41 {
  background-color: #ff8989;
}

.div-block-77, .rich-text-block-2 {
  float: none;
  clear: none;
}

.body-12 {
  background-color: #1c1c1c;
}

.section-42 {
  float: none;
  clear: none;
  margin-top: 91px;
}

.image-86 {
  float: left;
  clear: left;
  max-width: 35%;
  padding-right: 20px;
}

.paragraph-72 {
  float: left;
  clear: left;
  position: static;
}

.div-block-78, .rtclass {
  float: none;
  clear: none;
}

.image-87 {
  max-width: 35%;
}

.rich-text-block-3 {
  float: none;
  clear: none;
  display: block;
}

.body-13 {
  background-color: #193a70;
}

.section-43 {
  background-color: #fff;
  margin-top: 90px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-48 {
  color: #193a70;
  text-align: center;
  font-size: 26px;
}

.paragraph-73 {
  text-align: center;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 40px;
  font-weight: 700;
}

.image-88 {
  float: left;
  clear: left;
  text-align: left;
  border-left: 4px #193a70;
  border-radius: 10px;
  width: 250px;
  max-width: 100%;
  height: auto;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 20px;
  font-size: 30px;
  line-height: 60px;
  display: block;
}

.rtblock {
  float: none;
  clear: none;
  text-align: justify;
}

.div-block-79 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: block;
}

.section-44 {
  background-color: #fff;
  margin-top: 0;
  margin-left: 0;
  padding: 90px 250px 60px;
}

.section-45, .section-46 {
  background-color: #fff;
  padding-bottom: 60px;
  padding-left: 250px;
  padding-right: 250px;
}

.section-47 {
  background-color: #fff;
  padding-bottom: 20px;
  padding-left: 250px;
  padding-right: 250px;
}

.rich-text-block-4 {
  padding-top: 0;
  padding-bottom: 10px;
}

.heading-49 {
  color: #6b6b6b;
  text-align: left;
  margin-top: 0;
  font-size: 16px;
}

.heading-50 {
  color: #6b6b6b;
  margin-top: 0;
  font-size: 16px;
}

.section-48 {
  background-color: #fff;
  padding-left: 250px;
  padding-right: 250px;
}

.section-49 {
  background-color: #fff;
  margin-left: 0;
  padding-left: 250px;
  padding-right: 250px;
}

.paragraph-74, .paragraph-75 {
  margin-bottom: 0;
  padding-bottom: 40px;
}

.italic-text {
  font-size: 16px;
  line-height: 30px;
}

.list-4 {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

.grid-news-asco {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #000;
  border-radius: 0;
  grid-template: "Area Area-2 Area-3"
                 "Area-4 Area-5 Area-6"
                 "Area-7 Area-8 Area-9"
                 / 25% 40% 35%;
  grid-auto-columns: 0%;
  justify-content: stretch;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.grid-26 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  outline-offset: 0px;
  border: 1px solid #000;
  outline: 3px #333;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 25% 40% 35%;
}

.grid-27 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #000;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 2fr 1fr;
}

.news-asco-table-heading {
  color: #6b6b6b;
  text-align: left;
  border: 1px solid #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.news-asco-table-content {
  text-align: left;
  border: 1px solid #000;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.bold-text-47 {
  color: #6b6b6b;
}

.heading-51 {
  font-weight: 700;
}

.heading-52 {
  color: #3e659d;
}

.paragraph-76 {
  border: 1px solid #86828252;
  margin-top: 60px;
}

.section-medical-advisor {
  background-color: #fff;
  background-image: url('../images/Publications_banner-01.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-top: 100px;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 140px;
}

.column-14, .column-15 {
  text-align: left;
}

.heading-53 {
  text-align: center;
  mix-blend-mode: normal;
  font-size: 8vh;
  font-style: normal;
  transform: translate(0)translate(0);
  box-shadow: 0 0 #0003;
}

.column-16 {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
}

.link-15 {
  color: #1440db;
  -webkit-text-stroke-color: var(--black);
}

.link-16, .link-17, .link-18, .link-19 {
  color: #1440db;
}

.div-block-asco-038 {
  text-align: center;
}

.image-89 {
  text-align: center;
  display: inline-block;
}

.video {
  width: 50%;
  height: 50%;
  display: block;
}

.section-51 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-bottom: 120px;
  display: flex;
}

.heading-54 {
  color: #6b6b6b;
  text-align: center;
  margin: 20px 0 0;
  padding-top: 0;
  font-size: 18px;
  font-weight: 700;
  transition: color .1s;
}

.heading-54:hover {
  color: #193a70;
  -webkit-text-stroke-color: #193a70;
}

.video-2 {
  text-align: center;
  border: 5px #193a70;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: block;
  box-shadow: 7px 5px 11px 2px #0003;
}

.div-block-80 {
  text-align: center;
  width: 960px;
  height: 540px;
}

.link-block-42 {
  text-decoration: none;
}

.section-50 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 170px;
  display: flex;
}

.section-52 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 190px;
  display: flex;
}

.section-53 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 120px;
  display: flex;
}

.link-20, .link-21 {
  color: #0c4cc2;
}

.image-90 {
  text-align: left;
}

.image-91 {
  text-align: center;
  padding-top: 25px;
  display: inline-block;
}

.slide-1-3-copy {
  text-align: center;
  padding-top: 25px;
}

.html-embed-3 {
  width: auto;
  height: 2000px;
}

.background-video-mobile {
  background-color: #23314700;
  width: 100%;
  height: 100%;
  display: none;
}

.link-22 {
  color: #3634db;
}

.div-block-esmo {
  padding-left: 20px;
  padding-right: 20px;
}

.image-esmo {
  margin-left: 0;
  margin-right: 10px;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }

  h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .section.center {
    flex-direction: column;
    height: auto;
    padding-top: 0;
  }

  .hero {
    padding-left: 0;
    padding-right: 0;
  }

  .nav, .nav-inner {
    width: 100vw;
  }

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

  .nav-link {
    color: #000;
    text-align: center;
    padding-top: 20px;
    font-size: 25px;
  }

  .nav-link:hover {
    box-shadow: none;
    color: #000;
  }

  .nav-menu {
    position: absolute;
  }

  .hero-image {
    width: 70%;
    height: auto;
    margin-bottom: 7vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    inset: auto 0 0;
  }

  .hero-content {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .feature-wrap {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-wrap.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .hero-subhead {
    font-size: 24px;
    line-height: 31px;
  }

  .bottom-image-wrap {
    background-image: none;
    height: auto;
  }

  .feature-icon {
    flex: none;
  }

  .footer {
    align-items: center;
    position: static;
    inset: auto 0% 0%;
  }

  .quote-slider {
    width: 100vw;
    height: auto;
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .quote-wrap {
    width: 70vw;
  }

  .menu-icon {
    color: #fff;
    font-size: 40px;
  }

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

  .nav-menu-2 {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: #fff;
    text-align: center;
    background-color: #fffc;
    border-bottom: 3px solid #8a8a8a;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 30%;
    min-width: 30%;
    margin-top: auto;
    margin-left: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .brand {
    padding-left: 18px;
  }

  .heading-3 {
    font-size: 8vw;
  }

  .background-video {
    width: 100%;
    height: 50%;
  }

  .image-5 {
    width: 500px;
    height: 500px;
    margin-top: 14px;
  }

  .section-copy.center {
    flex-direction: column;
    height: auto;
    padding-top: 0;
  }

  .section-copy.center-copy {
    flex-direction: column;
    height: auto;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .div-block-21-copy {
    margin-top: 71px;
  }

  .text-block-17-copy {
    margin-top: 0;
    font-size: 45px;
  }

  .columns-copy {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-9 {
    width: 100%;
    padding-top: 160px;
  }

  .hero-copy-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-copy, .nav-inner-copy {
    width: 100vw;
  }

  .section-copy-copy.center, .section-copy-copy.center-copy, .section-copy-copy.center-copy-copy {
    flex-direction: column;
    height: auto;
    padding-top: 0;
  }

  .section-3 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
  }

  .background-video-5 {
    display: none;
  }

  .grid-3 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .section-5 {
    margin-left: 20px;
    margin-right: 20px;
    box-shadow: 7px 6px 0 1px #c4c4c4;
  }

  .heading-6, .heading-7, .heading-9, .heading-10, .heading-11 {
    font-size: 20px;
  }

  .heading-12 {
    font-family: Gothic A1, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
  }

  .image-12, .image-13, .image-14, .image-15, .image-16, .image-17, .image-18, .image-19, .image-20 {
    width: 35px;
  }

  .nav-inner-copy {
    border-radius: 0;
    width: 100vw;
    padding-top: 10px;
  }

  .hero-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .slider {
    width: 60%;
  }

  .heading-13 {
    margin-top: 40px;
  }

  .div-block-32 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: none;
  }

  .grid-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .heading-14, .heading-15, .heading-16, .heading-17, .heading-18, .heading-19, .heading-20 {
    font-size: 14px;
  }

  .yes {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template: "Area Area-2 Area-3 Area-4"
                   ". . . ."
                   / 1fr .75fr 1fr 4fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .text-block-26 {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .bold-text-6 {
    font-size: 14px;
    display: inline-block;
  }

  .body-5 {
    background-image: repeating-radial-gradient(circle at 0%, #052f5f, #0a3563 9%, #3c5e82 31%, #9daec0 100%, #bfcad6 100%, #b9bfc2);
  }

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

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

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

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

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

  .menu-button-2 {
    padding: 12px;
  }

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

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

  .footer-content {
    grid-column-gap: 60px;
  }

  .body-7 {
    background-color: #193a70fc;
  }

  .section-9 {
    margin-bottom: auto;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-22 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
  }

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

  .heading-23 {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .section-10 {
    margin-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-block-10 {
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: 60px;
    text-decoration: none;
  }

  .image-44, .image-45 {
    width: 30px;
  }

  .link-block-11 {
    border: 1px solid #9c9c9c;
    border-bottom-width: 2px;
    width: 100%;
    padding: 10px 20px;
  }

  .link-block-12, .link-block-13, .link-block-13.w--current {
    width: 100%;
  }

  .heading-24 {
    color: #000;
    border: 1px solid #949494;
    margin-bottom: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-24:hover {
    color: #000;
    border: 1px solid #949494;
  }

  .heading-25 {
    color: #000;
    border: 1px solid #949494;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-25:hover {
    color: #000;
    border: 1px solid #949494;
  }

  .heading-26 {
    color: #000;
    border: 1px #949494;
    border-radius: 0;
    padding: 0;
  }

  .heading-26:hover {
    color: #000;
    border: 1px #949494;
  }

  .heading-27 {
    text-align: center;
  }

  .paragraph-20 {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-careers {
    margin-bottom: 10px;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 22px;
    line-height: 30px;
  }

  .paragraph-career-sub-title {
    font-size: 13px;
    line-height: 26px;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
    margin-left: 60px;
  }

  .shadow-two {
    max-width: 40%;
    margin-left: 0;
    padding-left: 0;
  }

  .heading-news {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
  }

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

  .paragraph-24 {
    text-align: center;
    background-color: #e4ecf1;
    border-radius: 9px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
  }

  .section-11 {
    color: #cde9f0;
    text-align: center;
    background-color: #e4ecf1;
    padding-bottom: 20px;
  }

  .button-4 {
    text-align: center;
    border-radius: 9px;
    width: auto;
    padding: 20px 40px;
    font-size: 16px;
  }

  .grid-7-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template: "Area Area-2 Area-3 Area-4"
                   ". . . ."
                   ". . . ."
                   / minmax(300px, 2.5fr) .75fr 5fr minmax(200px, 4fr);
    grid-auto-columns: 1fr;
    place-content: stretch;
    place-items: center stretch;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .yes-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template: "Area Area-2 Area-3 Area-4"
    / 1fr .75fr 1fr 4fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .heading-career-department {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
  }

  .link-block-news {
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: 60px;
    text-decoration: none;
  }

  .image-46 {
    max-width: 100%;
    display: block;
  }

  .button-6 {
    width: 30%;
    margin-top: 30px;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-48 {
    width: 200px;
  }

  .column-4 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .column-5 {
    padding-right: 0;
  }

  .body-career {
    background-image: repeating-radial-gradient(circle at 0%, #052f5f, #0a3563 9%, #3c5e82 31%, #9daec0 100%, #bfcad6 100%, #b9bfc2);
  }

  .heading-news-title {
    text-align: center;
  }

  .link-block-news-home, .link-block-news-copy {
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: 60px;
    text-decoration: none;
  }

  .section-10-copy {
    margin-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-27-copy-copy {
    text-align: center;
  }

  .heading-news-copy {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
  }

  .heading-27-copy, .heading-27-copy-copy, .heading-27-copy-copy, .heading-27-blue {
    text-align: center;
  }

  .paragraph-news-copy {
    font-size: 13px;
    line-height: 26px;
  }

  .columns-4 {
    background-color: #fff0;
    width: 100%;
    display: flex;
  }

  .heading-33 {
    color: var(--black);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
  }

  .heading-33:hover {
    color: #000;
  }

  .link-block-27 {
    border-top: 2px solid #9c9c9c;
    border-bottom: 2px solid #9c9c9c;
    width: 100%;
    padding: 10px 20px;
    text-decoration: none;
  }

  .link-block-29 {
    background-color: #0000;
  }

  .background-video-8 {
    height: 400px;
  }

  .image-56, .image-57 {
    width: 250px;
  }

  .container-11 {
    background-color: #fff0;
    justify-content: center;
    display: flex;
  }

  .image-58 {
    width: 70%;
  }

  .paragraph-25 {
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-26 {
    margin-left: auto;
    margin-right: 40px;
  }

  .grid-8 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .section-23 {
    height: 20vh;
    padding-bottom: 0;
  }

  .bold-text-17 {
    font-size: 12px;
  }

  .grid-9 {
    grid-template-columns: .25fr .25fr;
    grid-auto-columns: .25fr;
  }

  .grid-10 {
    grid-template-columns: 1.25fr;
    grid-template-areas: "Area Area-2"
                         "Area-3 Area-3";
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 0;
    display: none;
  }

  .image-64 {
    max-width: 50%;
  }

  .grid-11 {
    grid-template-areas: "Area Area-2"
                         "Area-3 Area-3";
    max-width: 50%;
    display: flex;
  }

  .image-65 {
    display: block;
  }

  .grid-12 {
    grid-column-gap: 31px;
    grid-row-gap: 16px;
    grid-template: "Area Area-2"
                   "Area-3 Area-3"
                   / .5fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 40px;
    margin-right: 40px;
    display: grid;
  }

  .image-66 {
    border-radius: 10px;
    max-width: 100%;
    box-shadow: 6px 6px 9px #00000042;
  }

  .paragraph-27 {
    text-align: justify;
    margin-left: 0;
    margin-right: auto;
  }

  .paragraph-28 {
    text-align: justify;
    margin-left: 0;
    margin-right: 0;
  }

  .bold-text-18 {
    margin-left: auto;
    margin-right: 0;
  }

  .image-67 {
    max-width: 40%;
    padding-right: 10px;
  }

  .div-block-49 {
    display: block;
  }

  .link-10 {
    margin-left: auto;
    margin-right: 40px;
  }

  .paragraph-29 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .grid-13 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border: 1px solid var(--white);
    grid-template: "Area Area-2 Area-3 Area-4"
                   "Area-5 Area-6 Area-7 Area-8"
                   "Area-12 Area-11 Area-10 Area-9"
                   "Area-13 Area-14 Area-15 Area-16"
                   "Area-17 Area-18 Area-19 Area-20"
                   "Area-24 Area-23 Area-21 Area-22"
                   / .25fr .25fr .25fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-block-109 {
    color: #fff;
    text-align: center;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 700;
  }

  .paragraph-30 {
    color: #fff;
    text-align: center;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 20px;
  }

  .paragraph-31 {
    color: #fff;
    text-align: center;
    line-height: 20px;
  }

  .paragraph-32 {
    color: #fdfdfd;
    text-align: center;
    line-height: 20px;
  }

  .paragraph-33, .paragraph-34 {
    color: #fff;
    text-align: center;
    line-height: 20px;
  }

  .paragraph-35 {
    color: #fefefe;
    text-align: center;
    line-height: 20px;
  }

  .paragraph-36 {
    color: #fff;
    text-align: center;
    font-size: 14px;
  }

  .paragraph-37 {
    color: #f1f1f1;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-38, .paragraph-39, .paragraph-40, .paragraph-41 {
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .bold-text-19 {
    line-height: 20px;
  }

  .paragraph-42 {
    color: #fff;
    text-align: center;
  }

  .paragraph-43, .paragraph-44, .paragraph-45, .paragraph-46 {
    color: #fff;
  }

  .div-block-50 {
    background-color: #0af;
    width: 80%;
    height: 20px;
  }

  .div-block-51, .div-block-52, .div-block-53 {
    background-color: #0af;
    width: 89%;
    height: 20px;
  }

  .div-block-54 {
    background-color: #0af;
    width: 100%;
    height: 20px;
  }

  .div-block-55 {
    background-color: #0af;
    width: 89%;
    height: 20px;
  }

  .grid-14 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border: 1px solid var(--white);
    grid-template: "Area Area-2 Area-3 Area-4"
                   "Area-8 Area-7 Area-6 Area-5"
                   "Area-9 Area-10 Area-11 Area-12"
                   / .25fr .25fr .25fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: grid;
  }

  .paragraph-47 {
    color: var(--white);
    text-align: center;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .paragraph-48, .paragraph-49 {
    color: var(--white);
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-50 {
    color: var(--white);
    font-size: 14px;
  }

  .paragraph-51, .paragraph-52 {
    color: var(--white);
    text-align: center;
    line-height: 20px;
  }

  .bold-text-20, .bold-text-21 {
    font-size: 14px;
  }

  .bold-text-22, .bold-text-23, .bold-text-24 {
    color: var(--white);
  }

  .div-block-56 {
    background-color: #0af;
    width: 80%;
    height: 20px;
  }

  .div-block-57, .div-block-58 {
    background-color: #0af;
    width: 62%;
    height: 20px;
  }

  .grid-15 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 1px solid var(--white);
    grid-template: "Area Area-2 Area-3 Area-4"
                   "Area-5 Area-6 Area-7 Area-8"
                   "Area-9 Area-10 Area-11 Area-12"
                   / .75fr 1.25fr .5fr 3fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .paragraph-53 {
    color: #fff;
    text-align: center;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-54 {
    color: #fff;
    text-align: center;
    padding-top: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }

  .paragraph-55 {
    color: #fff;
  }

  .div-block-59 {
    background-color: #0af;
    width: 80%;
    height: 20px;
  }

  .paragraph-56, .paragraph-57 {
    color: var(--white);
    text-align: center;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-58 {
    color: var(--white);
    text-align: center;
  }

  .paragraph-59 {
    color: var(--white);
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-60 {
    font-size: 14px;
  }

  .paragraph-61 {
    color: #fff;
    text-align: center;
    font-size: 14px;
  }

  .paragraph-62 {
    color: var(--white);
    text-align: center;
  }

  .div-block-60 {
    background-color: #0af;
    width: 89%;
    height: 20px;
  }

  .div-block-61 {
    background-color: #0af;
    width: 63%;
    height: 20px;
  }

  .bold-text-25 {
    text-align: center;
  }

  .grid-16 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 1px solid var(--white);
    grid-template: "Area Area-2 Area-3 Area-4"
    / .5fr .5fr .25fr 1.5fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .paragraph-63 {
    color: var(--white);
    text-align: center;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-64 {
    color: var(--white);
    text-align: center;
    font-size: 14px;
  }

  .paragraph-65 {
    color: var(--white);
    text-align: center;
  }

  .div-block-62 {
    background-color: #0af;
    width: 80%;
    height: 20px;
  }

  .link-11, .link-12 {
    color: #6b6b6b;
    text-decoration: none;
  }

  .section-24 {
    background-color: #fff;
    height: 30vw;
    margin-top: 0;
  }

  .link-block-27-copy {
    border: 1px #000;
    width: 100%;
    padding: 10px 20px;
    text-decoration: none;
  }

  .link-block-27-copy.w--current {
    border: 1px #000;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .grid-18 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-23-copy {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .section-29 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-20 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .grid-22 {
    display: inline-block;
  }

  .text-block-110 {
    color: var(--black);
  }

  .dropdown-toggle-14 {
    margin-top: 27px;
    padding-bottom: 0;
  }

  .icon-2 {
    color: #000;
    margin-top: 2px;
  }

  .dropdown-link {
    color: var(--black);
    background-color: #d0d2d700;
    border-style: none;
    margin-top: 29px;
  }

  .dropdown-link:hover {
    opacity: 1;
    background-color: #d0d2d700;
  }

  .dropdown-link.w--current {
    background-color: #d0d2d700;
  }

  .dropdown-link.bold-text-44 {
    color: #193a70;
    border-style: solid;
    border-color: #0000;
  }

  .dropdown-list.w--open {
    color: #995c5c00;
  }

  .bold-text-44 {
    color: #193a70;
  }

  .dropdown {
    float: none;
    margin-bottom: -4px;
    padding-bottom: 25px;
  }

  .div-block-68, .div-block-69, .div-block-70, .div-block-71, .div-block-72, .div-block-73, .div-block-74 {
    margin-bottom: 20px;
  }

  .grid-24 {
    grid-template-columns: .75fr 2.25fr;
  }

  .image-in-news-grid {
    float: left;
    max-width: 20%;
    margin: 15px 20px 0 40px;
    padding-top: 0;
  }

  .paragraph-in-news-grid {
    margin-right: 20px;
  }

  .paragraph-20-copy {
    margin-left: 40px;
    margin-right: 40px;
  }

  .paragraph-news-leader {
    margin-left: 40px;
    margin-right: 40px;
    display: block;
  }

  .image-88 {
    border-radius: 10px;
    max-width: 100%;
  }

  .div-block-79 {
    margin-left: 0;
    margin-right: 0;
  }

  .section-44, .section-45, .section-46 {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-47 {
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-49 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-48, .section-49 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-74 {
    text-align: justify;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-news-asco {
    margin-left: 60px;
    margin-right: 60px;
  }

  .heading-53 {
    font-size: 7vh;
  }

  .div-block-80 {
    width: 700px;
    height: auto;
  }

  .background-video-mobile {
    display: flex;
  }

  .image-13-copy {
    width: 45px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .section.center {
    background-image: none;
    margin-bottom: 0;
  }

  .section.wide.img {
    padding-top: 0;
  }

  .feature-content.icons {
    text-align: left;
    align-items: center;
    width: auto;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-content.icons.numbers {
    flex: none;
    align-items: center;
    width: 50%;
  }

  .button.form-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }

  .wrap {
    background-color: var(--white);
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-left: 15vw;
    padding-right: 15vw;
    display: flex;
    position: static;
    inset: auto 0% 0%;
  }

  .nav-link, .nav-link:hover {
    color: #000;
    text-align: center;
    font-size: 25px;
  }

  .hero-image {
    margin-bottom: 10vw;
  }

  .hero-content {
    margin-bottom: 5vh;
  }

  .feature-wrap {
    flex-direction: row;
  }

  .feature-wrap.icons {
    flex-flow: wrap;
    display: block;
  }

  .feature-wrap.icons.numbers {
    display: flex;
  }

  .footer-link {
    margin-bottom: 10px;
    display: inline-block;
  }

  .form-2 {
    flex-direction: column;
  }

  .input {
    text-align: center;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
    padding-left: 22px;
    padding-right: 22px;
  }

  .quote-attribution {
    flex-direction: row;
    align-items: center;
  }

  .menu-icon {
    font-size: 30px;
  }

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

  .nav-menu-2 {
    background-color: #ffffffcf;
    border: 3px #000;
    border-bottom: 3px solid #838383;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 35%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .form-block {
    width: 100%;
  }

  .background-video {
    background-color: #193a7082;
    width: 100%;
    height: 20%;
    margin-top: 0;
  }

  .image-5 {
    width: 300px;
    height: 300px;
    margin-top: 15px;
  }

  .text-block-16 {
    text-align: justify;
  }

  .section-copy.center {
    background-image: linear-gradient(135deg, #fb9b51, #f98124 0%, #5c84c4 51%, #10224d 86%);
    margin-bottom: 0;
  }

  .section-copy.wide.img {
    padding-top: 0;
  }

  .section-copy.center-copy {
    background-image: none;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-17-copy {
    margin-top: 0;
  }

  .columns-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-9 {
    width: 500px;
    padding-top: 0;
  }

  .section-copy-copy.center {
    background-image: linear-gradient(135deg, #fb9b51, #f98124 0%, #5c84c4 51%, #10224d 86%);
    margin-bottom: 0;
  }

  .section-copy-copy.wide.img {
    padding-top: 0;
  }

  .section-copy-copy.center-copy, .section-copy-copy.center-copy-copy {
    background-image: linear-gradient(135deg, #fb9b51, #f98124 0%, #5c84c4 51%, #10224d 86%);
    margin-bottom: 0;
  }

  .background-video-5 {
    display: flex;
  }

  .section-5 {
    box-shadow: 6px 5px 0 1px #c4c4c4;
  }

  .slider {
    width: 75%;
  }

  .div-block-32 {
    margin-top: 60px;
  }

  .grid-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .heading-14, .heading-15, .heading-16, .heading-17, .heading-18, .heading-19, .heading-20 {
    font-size: 12px;
  }

  .yes {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .text-block-25, .bold-text-4, .bold-text-6 {
    font-size: 12px;
  }

  .navbar-brand {
    padding-left: 0;
  }

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

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

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

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

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

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

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

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

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

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

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

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

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

  .footer-divider {
    margin-top: 60px;
  }

  .section-9 {
    margin-bottom: auto;
    padding: 20px;
  }

  .heading-22 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
  }

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

  .heading-23 {
    text-align: center;
    margin-right: auto;
  }

  .section-10 {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-block-10 {
    margin-top: 10px;
    margin-bottom: 8px;
    margin-left: 0;
    padding-left: 20px;
    font-size: 12px;
    text-decoration: none;
  }

  .image-43 {
    text-align: left;
    width: 75%;
  }

  .image-44, .image-45 {
    width: 30px;
  }

  .div-block-34 {
    text-align: center;
  }

  .link-block-11 {
    border: 1px solid #949494;
    border-bottom-width: 2px;
    width: 100%;
  }

  .link-block-12, .link-block-13 {
    border: 1px #949494;
    width: 100%;
  }

  .link-block-13.w--current {
    width: 100%;
  }

  .heading-24 {
    color: #000;
    border: 1px solid #949494;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-24:hover {
    color: #000;
    border: 1px solid #949494;
  }

  .heading-25 {
    color: #000;
    border: 1px solid #949494;
    width: 100%;
    margin-bottom: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-25:hover {
    color: #000;
    border: 1px solid #949494;
  }

  .heading-26 {
    color: #000;
    border: 1px #949494;
    border-radius: 0;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-26:hover {
    color: #000;
    border: 1px #949494;
  }

  .heading-27 {
    text-align: center;
  }

  .paragraph-20 {
    text-align: justify;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    line-height: 28px;
  }

  .paragraph-21, .paragraph-career-content {
    font-size: 14px;
    line-height: 28px;
  }

  .heading-careers {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
  }

  .paragraph-career-sub-title {
    font-size: 11px;
    line-height: 22px;
  }

  .hero-heading-right {
    padding: 0 15px;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .heading-news {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
  }

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

  .button-4 {
    border-radius: 9px;
    width: auto;
    padding: 20px 40px;
    font-size: 12px;
    line-height: 16px;
  }

  .grid-7-copy, .yes-copy, .yes-copy, .yes-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .yes-copy {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .container-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-career-department {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .link-block-news {
    margin: 0 auto;
    padding-left: 20px;
    font-size: 12px;
    text-decoration: none;
  }

  .section-10-copy {
    margin-top: 90px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-6 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 40px;
  }

  .heading-27-copy {
    text-align: center;
    font-size: 4vh;
    line-height: 8vh;
  }

  .image-48 {
    width: 150px;
  }

  .text-block-78 {
    text-align: justify;
  }

  .heading-31 {
    text-align: center;
    align-self: center;
  }

  .column-4 {
    justify-content: center;
    padding-bottom: 25px;
  }

  .heading-32 {
    border-style: none none solid;
    border-width: 1px 1px 3px;
    border-color: black black var(--white);
  }

  .heading-news-title {
    text-align: center;
  }

  .link-block-news-home, .link-block-news-copy {
    margin-top: 10px;
    margin-bottom: 8px;
    margin-left: 0;
    padding-left: 20px;
    font-size: 12px;
    text-decoration: none;
  }

  .section-10-copy {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-27-copy-copy {
    text-align: center;
  }

  .heading-news-copy {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
  }

  .heading-27-copy, .heading-27-copy-copy, .heading-27-copy-copy, .heading-27-blue {
    text-align: center;
  }

  .paragraph-news-copy {
    font-size: 11px;
    line-height: 22px;
  }

  .columns-4 {
    justify-content: center;
  }

  .background-video-8 {
    height: 400px;
  }

  .column-11 {
    justify-content: center;
  }

  .column-12 {
    justify-content: space-between;
    align-self: center;
    align-items: center;
    position: static;
  }

  .image-56, .image-57 {
    width: 200px;
  }

  .image-58 {
    width: 80%;
  }

  .paragraph-26 {
    margin-left: auto;
  }

  .section-20 {
    padding-top: 20px;
  }

  .grid-12 {
    display: none;
  }

  .image-67 {
    text-align: left;
    border-radius: 10px;
    align-self: center;
    max-width: 50%;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-49 {
    flex-direction: column;
    justify-content: center;
    padding-bottom: 40px;
    display: flex;
  }

  .link-10 {
    margin-left: auto;
  }

  .paragraph-29 {
    margin-left: 40px;
    font-size: 14px;
  }

  .grid-13, .grid-14, .grid-15, .grid-16 {
    display: none;
  }

  .link-11, .link-12 {
    color: #6b6b6b;
    text-decoration: none;
  }

  .section-24 {
    display: block;
  }

  .link-block-27-copy {
    border: 1px #000;
  }

  .grid-18 {
    text-align: center;
    display: block;
  }

  .link-block-32 {
    padding-bottom: 40px;
  }

  .heading-23-copy {
    text-align: left;
    margin-right: auto;
  }

  .grid-20 {
    grid-template-columns: 1fr .5fr .5fr;
    margin-left: 60px;
    margin-right: 60px;
  }

  .news-table-content {
    font-size: 13px;
  }

  .news-table-title {
    font-size: 15px;
    line-height: 30px;
  }

  .news-table-content-link {
    line-height: 15px;
  }

  .grid-22 {
    display: inline-block;
  }

  .dropdown-link.bold-text-44 {
    color: #193a70;
    border: 0 solid #0000;
  }

  .bold-text-44 {
    color: #193a70;
    border-color: #0000;
  }

  .div-block-68, .div-block-69, .div-block-70, .div-block-71, .div-block-72, .div-block-73, .div-block-74 {
    margin-bottom: 20px;
  }

  .image-in-news-grid {
    max-width: 30%;
    margin-top: 15px;
    margin-left: 40px;
    margin-right: 10px;
    display: block;
  }

  .paragraph-in-news-grid, .paragraph-20-copy, .paragraph-20-copy {
    font-size: 14px;
  }

  .paragraph-news-leader {
    font-size: 15px;
    line-height: 28px;
  }

  .image-88 {
    border-radius: 10px;
    max-width: 35%;
    height: auto;
  }

  .section-44, .section-45, .section-46 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-47 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .rich-text-block-4 {
    text-align: justify;
  }

  .heading-50 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-48, .section-49 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-75 {
    text-align: justify;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-news-asco {
    grid-template-columns: 1fr .5fr .5fr;
    margin-left: 60px;
    margin-right: 60px;
  }

  .heading-53 {
    font-size: 7vh;
  }

  .heading-54 {
    font-size: 15px;
  }

  .div-block-80 {
    width: 90%;
  }

  .background-video-mobile {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  h3 {
    font-size: 16px;
  }

  .section.center {
    background-image: none;
    background-size: auto;
    height: 90vh;
    padding-bottom: 0;
  }

  .hero {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-inner {
    width: 100vw;
  }

  .feature-content {
    width: auto;
  }

  .feature-content.icons {
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .feature-content.icons.numbers {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #0000;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
    position: static;
    inset: auto 0% 0%;
  }

  .image-2 {
    width: 100%;
    max-width: 100%;
    display: none;
  }

  .button-wrap {
    flex-direction: column;
    width: 90vw;
  }

  .nav-link {
    color: #000;
    text-align: center;
    background-color: #c76d32;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
    text-decoration: none;
  }

  .nav-link:hover {
    outline-offset: 0px;
    text-align: center;
    outline: 3px #e148c0;
    text-decoration: none;
    box-shadow: 0 0 3px #000;
  }

  .hero-image {
    width: 80%;
  }

  .feature-wrap {
    flex-direction: column;
    margin-bottom: 5vh;
  }

  .feature-wrap.reverse {
    flex-direction: column;
  }

  .feature-wrap.logos {
    display: none;
  }

  .feature-wrap.icons.numbers {
    margin-top: 0;
    margin-bottom: 0;
  }

  .feature-image {
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .feature-icon {
    margin-bottom: 20px;
  }

  .footer {
    position: static;
    inset: auto 0% 0%;
  }

  .footer-link {
    text-decoration: none;
  }

  .form-2 {
    flex-direction: column;
    width: 90vw;
  }

  .arrow {
    height: auto;
    margin-top: 0;
    margin-bottom: -20px;
    padding-bottom: 0;
  }

  .quote-slider {
    width: 100%;
    margin-top: 0;
    padding: 0 5vw 12px;
  }

  .slider-arrow {
    font-size: 24px;
  }

  .quote-wrap {
    padding-top: 60px;
  }

  .left-arrow, .right-arrow {
    width: 15vw;
  }

  .slide-nav {
    display: none;
  }

  .number {
    font-size: 40px;
  }

  .menu-button.w--open {
    background-color: #0000;
    width: auto;
    height: auto;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-2 {
    color: #000;
    background-color: #ffffffc2;
    border: 3px #bebebe;
    border-bottom: 3px solid #7a7a7a;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    min-width: 50%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-2:hover {
    color: #000;
    background-color: #ffffffc2;
    border-bottom-style: solid;
  }

  .heading-3 {
    font-size: 42px;
    line-height: 56px;
  }

  .background-video {
    background-color: #193a7085;
    flex: 1;
    padding-bottom: 100px;
  }

  .image-5 {
    width: 250px;
    min-width: 100px;
    max-width: 250px;
    height: 250px;
    min-height: 100px;
    max-height: 250px;
    margin-top: 200px;
    padding-bottom: 0;
  }

  .text-block-16 {
    text-align: justify;
  }

  .section-copy.center {
    padding-bottom: 10vh;
  }

  .section-copy.center-copy {
    background-image: none;
    padding-bottom: 0;
  }

  .text-block-17-copy {
    margin-top: 0;
    font-size: 40px;
  }

  .columns-copy {
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .image-9 {
    width: 900px;
    padding-top: 0;
  }

  .paragraph-2, .paragraph-3, .paragraph-4 {
    text-align: center;
  }

  .hero-copy-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .section-copy-copy.center, .section-copy-copy.center-copy, .section-copy-copy.center-copy-copy {
    padding-bottom: 10vh;
  }

  .paragraph-8 {
    margin-bottom: 0;
  }

  .heading-4 {
    margin-bottom: auto;
    padding-bottom: 45px;
  }

  .body-2 {
    background-color: var(--white);
    border: 8px red;
    height: 15vh;
  }

  .section-3 {
    height: 90vh;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .background-video-5 {
    object-fit: contain;
    background-image: none;
    background-position: 0 0;
    flex: 0 auto;
    width: 100%;
    height: 90vh;
    margin-top: 0;
    margin-bottom: auto;
    padding-bottom: 0;
    display: none;
  }

  .text-block-21 {
    font-size: 50px;
  }

  .button-3 {
    width: 100%;
    padding: 20px 40px;
    font-size: 16px;
  }

  .grid-3 {
    grid-column-gap: 2.4px;
    grid-row-gap: 2.4px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-5 {
    margin-left: 0;
    margin-right: 0;
    box-shadow: 0 0 0 -20px #c4c4c4;
  }

  .heading-6, .heading-7, .heading-9, .heading-10, .heading-11 {
    font-size: 12px;
  }

  .div-block-25 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .heading-12 {
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 15px;
  }

  .div-block-29 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .section-6 {
    height: 15px;
  }

  .image-12, .image-13, .image-14, .image-15, .image-16, .image-17, .image-18, .image-19, .image-20 {
    width: 30px;
  }

  .nav-inner-copy {
    width: 100vw;
  }

  .hero-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .image-21, .image-22, .image-23, .image-24, .image-25, .image-26, .image-27, .image-28, .image-29 {
    width: 80%;
  }

  .div-block-30 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .slider {
    width: 100%;
  }

  .grid-6 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    grid-template-areas: "Area Area-2 Area-3 Area-4 Area-5 Area-6 Area-7";
    grid-auto-flow: row;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .heading-14, .heading-15, .heading-16 {
    font-size: 10px;
  }

  .heading-17 {
    font-size: 10px;
    line-height: 15px;
  }

  .heading-18, .heading-19 {
    font-size: 10px;
  }

  .heading-20 {
    font-size: 10px;
    line-height: 10px;
  }

  .yes {
    grid-template-areas: "Area Area-2 Area-3 Area-4";
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .text-block-25, .bold-text-4, .bold-text-5, .bold-text-6 {
    font-size: 10px;
  }

  .body-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    mix-blend-mode: normal;
    background-image: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

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

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

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

  .body-7 {
    background-color: #193a70;
  }

  .section-9 {
    font-size: 12px;
  }

  .heading-22 {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 25px;
  }

  .paragraph-19 {
    font-size: 10px;
    line-height: 16px;
  }

  .heading-23 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    font-size: 15px;
  }

  .section-10 {
    width: 100%;
    height: 100%;
    margin-top: 60px;
    margin-bottom: auto;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
  }

  .link-block-10 {
    margin: 10px 10px 5px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-43 {
    width: 300px;
    padding-bottom: 20px;
  }

  .image-44, .image-45 {
    width: 30px;
  }

  .link-block-11 {
    border-style: solid;
    border-width: 1px 1px 2px;
    width: 100%;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block-12, .link-block-13 {
    width: 100%;
  }

  .heading-24 {
    color: var(--black);
    border: 1px solid #949494;
    margin-bottom: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
  }

  .heading-24:hover {
    color: var(--black);
    border-bottom: 1px solid #949494;
  }

  .heading-25 {
    color: var(--black);
    border: 1px solid #949494;
    margin-bottom: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
  }

  .heading-25:hover {
    color: var(--black);
    border: 1px solid #949494;
  }

  .heading-26 {
    color: var(--black);
    border: 1px #949494;
    border-radius: 0;
    padding: 0;
    text-decoration: none;
  }

  .heading-26:hover {
    color: var(--black);
    border-style: none;
  }

  .heading-27 {
    text-align: center;
    margin-bottom: 0;
    font-size: 35px;
  }

  .paragraph-20 {
    margin: 20px 0 auto;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    line-height: 28px;
  }

  .paragraph-21, .paragraph-career-content {
    font-size: 12px;
    line-height: 24px;
  }

  .heading-careers {
    text-align: center;
    margin: 20px 10px 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-career-sub-title {
    font-size: 14px;
    line-height: 20px;
  }

  .hero-heading-right {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .heading-news {
    text-align: justify;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 25px;
  }

  .paragraph-news {
    font-size: 10px;
    line-height: 16px;
  }

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

  .section-11 {
    padding-top: 0;
  }

  .button-4 {
    border-radius: 9px;
    width: 90%;
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px 40px;
    font-size: 16px;
  }

  .grid-7-copy, .yes-copy, .yes-copy, .yes-copy, .yes-copy, .yes-copy, .yes-copy, .yes-copy, .yes-copy {
    grid-template-areas: "Area Area-2 Area-3 Area-4";
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .div-block-48 {
    height: 100%;
  }

  .container-6 {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-career-department {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 25px;
  }

  .link-block-news {
    width: 100%;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .section-10-copy {
    margin-top: 85px;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 24px;
  }

  .button-6 {
    width: 100%;
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
  }

  .image-47 {
    width: 100%;
    display: block;
  }

  .heading-27-copy {
    text-align: center;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 4vh;
  }

  .bold-text-14 {
    font-size: 20px;
  }

  .image-48 {
    width: 100%;
    max-width: 85%;
    margin-top: 40px;
    display: none;
  }

  .contact-section, .spacer {
    height: auto;
  }

  .column-4 {
    display: none;
  }

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

  .heading-32 {
    border-style: none none solid;
    border-width: 1px 1px 3px;
    border-color: black black var(--white);
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 55px;
  }

  .submit-button {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: inline-block;
  }

  .columns-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .body-career {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    mix-blend-mode: normal;
    background-image: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .heading-career-sub-title-2 {
    font-size: 14px;
  }

  .section-15 {
    margin-top: 90px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-news-title {
    text-align: center;
    margin-bottom: 0;
    font-size: 40px;
  }

  .link-block-news-home, .link-block-news-copy {
    width: 100%;
    margin: 10px auto 5px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .body-5-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    mix-blend-mode: normal;
    background-color: #193a70;
    background-image: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .section-10-copy {
    width: 100%;
    height: 100%;
    margin-top: 60px;
    margin-bottom: auto;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
  }

  .section-16 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-news-copy {
    text-align: justify;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 25px;
  }

  .div-block-48-copy {
    height: 100%;
  }

  .heading-27-copy, .heading-27-copy-copy {
    text-align: center;
    margin-bottom: 0;
    font-size: 35px;
  }

  .heading-27-copy-copy {
    text-align: center;
    margin-bottom: 0;
    font-size: 40px;
  }

  .heading-27-blue {
    text-align: center;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 30px;
  }

  .paragraph-news-copy {
    font-size: 10px;
    line-height: 16px;
  }

  .image-54, .image-55 {
    width: 80%;
  }

  .columns-4 {
    justify-content: center;
    width: 100%;
    height: 100%;
  }

  .heading-33 {
    color: #000;
    font-size: 18px;
  }

  .link-block-29 {
    text-align: left;
    width: 100px;
    height: 125px;
  }

  .background-video-8 {
    height: 200px;
  }

  .column-11 {
    text-align: left;
  }

  .column-12 {
    text-align: center;
    justify-content: flex-start;
    height: auto;
  }

  .image-56 {
    text-align: center;
    width: 100px;
    height: 125px;
  }

  .image-57 {
    text-align: center;
    flex: 1;
    align-self: center;
    width: 100px;
    max-width: 100px;
    height: 125px;
    max-height: 125px;
    margin-right: 0;
    padding-right: 0;
  }

  .link-block-career-4-1 {
    text-align: center;
    width: 100px;
    height: 125px;
  }

  .image-58 {
    width: 100%;
  }

  .form-4 {
    text-align: left;
  }

  .recaptcha {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .html-embed-2 {
    margin-bottom: 140px;
    padding-top: 40px;
  }

  .paragraph-25 {
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
  }

  .paragraph-26 {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
  }

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

  .section-19 {
    display: none;
  }

  .bold-text-16 {
    text-align: justify;
  }

  .section-20 {
    padding-top: 20px;
  }

  .grid-8 {
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }

  .section-23 {
    height: 25vh;
    padding-bottom: 0;
  }

  .bold-text-18 {
    text-align: justify;
  }

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

  .div-block-49 {
    padding-bottom: 20px;
  }

  .link-10 {
    color: #6b6b6b;
    text-decoration: none;
  }

  .paragraph-29 {
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
  }

  .slide-10 {
    height: auto;
    padding-bottom: 0;
  }

  .link-11, .link-12 {
    color: #6b6b6b;
    text-decoration: none;
  }

  .bold-text-43 {
    text-align: justify;
  }

  .heading-23-copy {
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }

  .link-block-33 {
    padding-bottom: 30px;
  }

  .section-29 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-73 {
    width: auto;
    max-width: 100%;
    height: auto;
    min-height: 70%;
    max-height: 75%;
  }

  .career-cd-sub-heading {
    font-size: 12px;
    line-height: 24px;
  }

  .grid-20 {
    grid-template-columns: .75fr .25fr .5fr;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-underline {
    font-size: 15px;
  }

  .news-table-content {
    padding: 1px 1px 1px 2px;
    font-size: 12px;
  }

  .news-table-title {
    padding: 5px 1px;
    font-size: 13px;
    line-height: 20px;
  }

  .news-table-content-link {
    padding-left: 0;
  }

  .grid-22 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
  }

  .section-30 {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .link-block-35 {
    border-radius: 0;
  }

  .heading-40 {
    font-size: 20px;
  }

  .link-block-36 {
    display: block;
  }

  .heading-41, .heading-42, .heading-43, .heading-44, .heading-45, .heading-46 {
    font-size: 20px;
  }

  .dropdown-link {
    color: #193a70;
    -webkit-text-stroke-color: #193a70;
    border-color: #0000;
    font-weight: 700;
  }

  .dropdown-link.bold-text-44 {
    border-style: solid;
    border-color: #0000;
    text-decoration: none;
  }

  .dropdown-link.bold-text-44.w--current {
    color: var(--black);
    -webkit-text-stroke-color: #193a70;
    border-style: solid;
    border-width: 0;
    border-radius: 2px;
    text-decoration: none;
  }

  .bold-text-44 {
    color: #193a70;
  }

  .div-block-68, .div-block-69, .div-block-70, .div-block-71, .div-block-72, .div-block-73, .div-block-74 {
    margin-bottom: 20px;
  }

  .div-block-75 {
    padding-bottom: 40px;
  }

  .grid-24 {
    grid-template-columns: .75fr 2.25fr;
    display: block;
  }

  .image-in-news-grid {
    max-width: 100%;
    margin-top: 12px;
    margin-bottom: 15px;
    margin-left: 0;
    padding-top: 0;
    display: block;
  }

  .paragraph-in-news-grid {
    font-size: 12px;
    line-height: 24px;
  }

  .div-block-76 {
    display: inline-block;
  }

  .paragraph-20-copy {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
    line-height: 24px;
  }

  .paragraph-news-leader {
    margin-left: 0;
    margin-right: 0;
    font-size: 15px;
    line-height: 28px;
    display: inline-block;
  }

  .bold-text-45 {
    font-size: 18px;
    line-height: 30px;
  }

  .image-88 {
    float: none;
    clear: none;
    -webkit-text-fill-color: inherit;
    cursor: auto;
    background-color: #fff0;
    background-clip: border-box;
    border-radius: 10px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-79 {
    margin-left: auto;
    margin-right: auto;
  }

  .section-44 {
    padding-top: 45px;
  }

  .bold-text-46 {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
  }

  .heading-49, .heading-50, .paragraph-74, .paragraph-75 {
    padding-left: 0;
    padding-right: 0;
  }

  .italic-text {
    font-size: 15px;
    line-height: 28px;
  }

  .grid-news-asco {
    grid-template-columns: .75fr .25fr .5fr;
    margin-left: 0;
    margin-right: 0;
  }

  .grid-27 {
    grid-template-columns: 1fr 2fr 1fr;
  }

  .news-asco-table-heading {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 10px;
    line-height: 20px;
  }

  .news-asco-table-content {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 10px;
    line-height: 16px;
  }

  .bold-text-48 {
    font-size: 15px;
  }

  .paragraph-76 {
    margin-top: 20px;
  }

  .section-medical-advisor {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-53 {
    font-size: 4vh;
  }

  .section-51 {
    padding-bottom: 200px;
  }

  .div-block-80 {
    width: 90%;
  }

  .section-50, .section-52, .section-53 {
    padding-bottom: 200px;
  }

  .background-video-mobile {
    object-fit: contain;
    background-image: none;
    background-position: 0 0;
    flex: 0 auto;
    width: 100%;
    height: 90vh;
    margin-top: 0;
    margin-bottom: auto;
    padding-bottom: 0;
    display: flex;
  }

  .image-13-copy {
    width: 35px;
  }

  .image-esmo {
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-_56576098-07f9-2fa8-fc92-7b6eb7931f0d-e4c737ca {
  grid-area: Area-7;
  justify-self: center;
}

#w-node-f62f71d8-045f-9c2e-bec6-16c906ef1008-e4c737ca {
  grid-area: Area-6;
  justify-self: center;
}

#w-node-_0b57e327-839e-097b-cc7c-479006609688-e4c737ca {
  grid-area: Area-5;
  justify-self: center;
}

#w-node-_4655bfb9-5d2c-f1e9-1a36-4a00f87d26ce-e4c737ca {
  grid-area: Area-4;
  justify-self: center;
}

#w-node-_555173e8-82cb-b77f-ffb3-84cd0330ffaf-e4c737ca {
  grid-area: Area-3;
  justify-self: center;
}

#w-node-cdf6fa32-b2c7-820d-eb3a-814c15d270c9-e4c737ca {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-bdb8f47e-f1fe-c04b-d20b-9f59c94ee583-e4c737ca {
  grid-area: Area;
  justify-self: center;
}

#w-node-fda42660-49a7-a3ab-0f75-fba097060472-e4c737ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3bd1f6e4-15c9-3f9b-3f3a-cac7c87ee9b6-e4c737ca {
  grid-area: Area-2;
}

#w-node-_057ad0d0-d2f2-83c7-cad7-f79927a1ae41-e4c737ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8e0a44-ab5b-24f5-0a5f-6f6509b0bfa7-e4c737ca {
  grid-area: Area-4;
}

#w-node-c2f817a8-ca69-a30f-4f3f-6dab16d0787f-e4c737ca {
  grid-area: Area-3;
  justify-self: center;
}

#w-node-b69a34a7-851b-9181-7cd0-06ea88d839fd-e4c737ca, #w-node-_71ba8e49-d16e-7e57-a064-026c665d23d7-e4c737ca, #w-node-_077e57f8-8bd1-40ca-56f1-3409f29ee522-e4c737ca, #w-node-_98fc71e8-c0b2-78fe-ea8a-49db99a90354-e4c737ca, #w-node-_7dafec7c-3080-44fe-5c1c-a3086fb0c2a5-e4c737ca, #w-node-_4a8b4d98-0a90-b932-f57d-d77547906690-e4c737ca, #w-node-_1b6acaa1-4741-f203-6e1c-8ea150ad0f5d-e4c737ca, #w-node-d866720e-316b-04f0-7e6b-b83fc9debedd-e4c737ca, #w-node-_4cc3a0c4-3eb7-13c9-9fcb-2fc88134f903-e4c737ca, #w-node-b9a848da-a763-9ffa-4ed3-2dee73537190-e4c737ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1923288b-6db9-75c6-a816-1b24ea035d4d-e4c737ca {
  grid-area: Area;
}

#w-node-_56576098-07f9-2fa8-fc92-7b6eb7931f0d-e4c737cb {
  grid-area: Area-7;
  justify-self: center;
}

#w-node-f62f71d8-045f-9c2e-bec6-16c906ef1008-e4c737cb {
  grid-area: Area-6;
  justify-self: center;
}

#w-node-_0b57e327-839e-097b-cc7c-479006609688-e4c737cb {
  grid-area: Area-5;
  justify-self: center;
}

#w-node-_4655bfb9-5d2c-f1e9-1a36-4a00f87d26ce-e4c737cb {
  grid-area: Area-4;
  justify-self: center;
}

#w-node-_555173e8-82cb-b77f-ffb3-84cd0330ffaf-e4c737cb {
  grid-area: Area-3;
  justify-self: center;
}

#w-node-cdf6fa32-b2c7-820d-eb3a-814c15d270c9-e4c737cb {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-bdb8f47e-f1fe-c04b-d20b-9f59c94ee583-e4c737cb {
  grid-area: Area;
  justify-self: center;
}

#w-node-_44349c40-64f8-2e3c-1fb7-2581abaa81c7-e4c737cb, #w-node-de497c5a-8879-8178-b3bc-d58e665940be-e4c737cb, #w-node-_64d6f5e5-6267-e3d9-f2b1-f8a03bf4d313-e4c737cb, #w-node-_065146ab-b3af-390e-4162-b14ae9b62065-e4c737cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3bd1f6e4-15c9-3f9b-3f3a-cac7c87ee9b6-e4c737cb {
  grid-area: Area-2;
}

#w-node-de8e0a44-ab5b-24f5-0a5f-6f6509b0bfa7-e4c737cb {
  grid-area: Area-4;
}

#w-node-c2f817a8-ca69-a30f-4f3f-6dab16d0787f-e4c737cb {
  grid-area: Area-3;
  justify-self: center;
}

#w-node-_1923288b-6db9-75c6-a816-1b24ea035d4d-e4c737cb {
  grid-area: Area;
}

#w-node-_56576098-07f9-2fa8-fc92-7b6eb7931f0d-e4c737cc {
  grid-area: Area-7;
  justify-self: center;
}

#w-node-f62f71d8-045f-9c2e-bec6-16c906ef1008-e4c737cc {
  grid-area: Area-6;
  justify-self: center;
}

#w-node-_0b57e327-839e-097b-cc7c-479006609688-e4c737cc {
  grid-area: Area-5;
  justify-self: center;
}

#w-node-_4655bfb9-5d2c-f1e9-1a36-4a00f87d26ce-e4c737cc {
  grid-area: Area-4;
  justify-self: center;
}

#w-node-_555173e8-82cb-b77f-ffb3-84cd0330ffaf-e4c737cc {
  grid-area: Area-3;
  justify-self: center;
}

#w-node-cdf6fa32-b2c7-820d-eb3a-814c15d270c9-e4c737cc {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-bdb8f47e-f1fe-c04b-d20b-9f59c94ee583-e4c737cc {
  grid-area: Area;
  justify-self: center;
}

#w-node-_3bd1f6e4-15c9-3f9b-3f3a-cac7c87ee9b6-e4c737cc {
  grid-area: Area-2;
}

#w-node-de8e0a44-ab5b-24f5-0a5f-6f6509b0bfa7-e4c737cc {
  grid-area: Area-4;
}

#w-node-c2f817a8-ca69-a30f-4f3f-6dab16d0787f-e4c737cc {
  grid-area: Area-3;
  justify-self: center;
}

#w-node-_1923288b-6db9-75c6-a816-1b24ea035d4d-e4c737cc {
  grid-area: Area;
}

#w-node-_56576098-07f9-2fa8-fc92-7b6eb7931f0d-e4c737de {
  grid-area: Area-7;
  justify-self: center;
}

#w-node-f62f71d8-045f-9c2e-bec6-16c906ef1008-e4c737de {
  grid-area: Area-6;
  justify-self: center;
}

#w-node-_0b57e327-839e-097b-cc7c-479006609688-e4c737de {
  grid-area: Area-5;
  justify-self: center;
}

#w-node-_4655bfb9-5d2c-f1e9-1a36-4a00f87d26ce-e4c737de {
  grid-area: Area-4;
  justify-self: center;
}

#w-node-_555173e8-82cb-b77f-ffb3-84cd0330ffaf-e4c737de {
  grid-area: Area-3;
  justify-self: center;
}

#w-node-cdf6fa32-b2c7-820d-eb3a-814c15d270c9-e4c737de {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-bdb8f47e-f1fe-c04b-d20b-9f59c94ee583-e4c737de {
  grid-area: Area;
  justify-self: center;
}

#w-node-_3bd1f6e4-15c9-3f9b-3f3a-cac7c87ee9b6-e4c737de {
  grid-area: Area-2;
}

#w-node-de8e0a44-ab5b-24f5-0a5f-6f6509b0bfa7-e4c737de {
  grid-area: Area-4;
}

#w-node-c2f817a8-ca69-a30f-4f3f-6dab16d0787f-e4c737de {
  grid-area: Area-3;
  justify-self: center;
}

#w-node-_1923288b-6db9-75c6-a816-1b24ea035d4d-e4c737de {
  grid-area: Area;
}

#w-node-_56576098-07f9-2fa8-fc92-7b6eb7931f0d-e4c73830 {
  grid-area: Area-7;
  justify-self: center;
}

#w-node-f62f71d8-045f-9c2e-bec6-16c906ef1008-e4c73830 {
  grid-area: Area-6;
  justify-self: center;
}

#w-node-_0b57e327-839e-097b-cc7c-479006609688-e4c73830 {
  grid-area: Area-5;
  justify-self: center;
}

#w-node-_4655bfb9-5d2c-f1e9-1a36-4a00f87d26ce-e4c73830 {
  grid-area: Area-4;
  justify-self: center;
}

#w-node-_555173e8-82cb-b77f-ffb3-84cd0330ffaf-e4c73830 {
  grid-area: Area-3;
  justify-self: center;
}

#w-node-cdf6fa32-b2c7-820d-eb3a-814c15d270c9-e4c73830 {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-bdb8f47e-f1fe-c04b-d20b-9f59c94ee583-e4c73830 {
  grid-area: Area;
  justify-self: center;
}

#w-node-_3bd1f6e4-15c9-3f9b-3f3a-cac7c87ee9b6-e4c73830 {
  grid-area: Area-2;
}

#w-node-de8e0a44-ab5b-24f5-0a5f-6f6509b0bfa7-e4c73830 {
  grid-area: Area-4;
}

#w-node-c2f817a8-ca69-a30f-4f3f-6dab16d0787f-e4c73830 {
  grid-area: Area-3;
  justify-self: center;
}

#w-node-_1923288b-6db9-75c6-a816-1b24ea035d4d-e4c73830 {
  grid-area: Area;
}

#w-node-_56576098-07f9-2fa8-fc92-7b6eb7931f0d-e4c73848 {
  grid-area: Area-7;
  justify-self: center;
}

#w-node-f62f71d8-045f-9c2e-bec6-16c906ef1008-e4c73848 {
  grid-area: Area-6;
  justify-self: center;
}

#w-node-_0b57e327-839e-097b-cc7c-479006609688-e4c73848 {
  grid-area: Area-5;
  justify-self: center;
}

#w-node-_4655bfb9-5d2c-f1e9-1a36-4a00f87d26ce-e4c73848 {
  grid-area: Area-4;
  justify-self: center;
}

#w-node-_555173e8-82cb-b77f-ffb3-84cd0330ffaf-e4c73848 {
  grid-area: Area-3;
  justify-self: center;
}

#w-node-cdf6fa32-b2c7-820d-eb3a-814c15d270c9-e4c73848 {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-bdb8f47e-f1fe-c04b-d20b-9f59c94ee583-e4c73848 {
  grid-area: Area;
  justify-self: center;
}

#w-node-d3b71d0d-d633-c5af-8001-9c4d9c49e189-e4c73848 {
  grid-area: Area-9;
}

#w-node-_2e55fc25-073d-dc15-503e-28cec6f204d1-e4c73848 {
  grid-area: Area-7;
}

#w-node-c1673217-586c-6bab-6a85-8a9f42f482fd-e4c73848 {
  grid-area: Area-8;
}

#w-node-aae30a72-430a-a9bb-ba34-6e45c0a81337-e4c73848, #w-node-_7379fd35-e906-6938-89bf-0b3a494e2dbb-e4c73848, #w-node-_673e8fc8-6d47-6a2d-d02f-9655a254949b-e4c73848 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3bd1f6e4-15c9-3f9b-3f3a-cac7c87ee9b6-e4c73848 {
  grid-area: Area-2;
}

#w-node-c1f13d57-8ceb-978b-cc64-601d0bb86529-e4c73848 {
  grid-area: Area-6;
}

#w-node-_56eac114-5a11-5bcd-74c5-0eb76b85a0ef-e4c73848 {
  grid-area: Area-5;
}

#w-node-de8e0a44-ab5b-24f5-0a5f-6f6509b0bfa7-e4c73848 {
  grid-area: Area-4;
}

#w-node-c2f817a8-ca69-a30f-4f3f-6dab16d0787f-e4c73848 {
  grid-area: Area-3;
  justify-self: center;
}

#w-node-_1923288b-6db9-75c6-a816-1b24ea035d4d-e4c73848 {
  grid-area: Area;
}

#w-node-_56576098-07f9-2fa8-fc92-7b6eb7931f0d-e4c7385a {
  grid-area: Area-7;
  justify-self: center;
}

#w-node-f62f71d8-045f-9c2e-bec6-16c906ef1008-e4c7385a {
  grid-area: Area-6;
  justify-self: center;
}

#w-node-_0b57e327-839e-097b-cc7c-479006609688-e4c7385a {
  grid-area: Area-5;
  justify-self: center;
}

#w-node-_4655bfb9-5d2c-f1e9-1a36-4a00f87d26ce-e4c7385a {
  grid-area: Area-4;
  justify-self: center;
}

#w-node-_555173e8-82cb-b77f-ffb3-84cd0330ffaf-e4c7385a {
  grid-area: Area-3;
  justify-self: center;
}

#w-node-cdf6fa32-b2c7-820d-eb3a-814c15d270c9-e4c7385a {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-bdb8f47e-f1fe-c04b-d20b-9f59c94ee583-e4c7385a {
  grid-area: Area;
  justify-self: center;
}

#w-node-_4508b299-2d3d-faa3-3dd4-3aea013d8de7-e4c7385a, #w-node-_67e4899b-6ac2-f071-e4fb-238a9d867ca0-e4c7385a, #w-node-_23f9c896-4395-a16e-ecf3-de3f54cf3296-e4c7385a, #w-node-_5ff6e86e-7644-9784-5f8e-050edf5c6f9e-e4c7385a, #w-node-_2a75df7d-6dca-ed45-db9a-edf99d2578e1-e4c7385a, #w-node-_342c125b-28a2-622c-5207-fe3a74f2b0ec-e4c7385a, #w-node-d0146300-a2d5-d363-a7db-7b659d15af46-e4c7385a, #w-node-aad70c77-1522-17bc-3bdc-04e2b3333de5-e4c7385a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3bd1f6e4-15c9-3f9b-3f3a-cac7c87ee9b6-e4c7385a {
  grid-area: Area-2;
  place-self: center;
}

#w-node-de8e0a44-ab5b-24f5-0a5f-6f6509b0bfa7-e4c7385a {
  grid-area: Area-4;
}

#w-node-c2f817a8-ca69-a30f-4f3f-6dab16d0787f-e4c7385a {
  grid-area: Area-3;
  justify-self: center;
}

#w-node-_1923288b-6db9-75c6-a816-1b24ea035d4d-e4c7385a {
  grid-area: Area;
}

#w-node-_56576098-07f9-2fa8-fc92-7b6eb7931f0d-e4c7385b {
  grid-area: Area-7;
  justify-self: center;
}

#w-node-f62f71d8-045f-9c2e-bec6-16c906ef1008-e4c7385b {
  grid-area: Area-6;
  justify-self: center;
}

#w-node-_0b57e327-839e-097b-cc7c-479006609688-e4c7385b {
  grid-area: Area-5;
  justify-self: center;
}

#w-node-_4655bfb9-5d2c-f1e9-1a36-4a00f87d26ce-e4c7385b {
  grid-area: Area-4;
  justify-self: center;
}

#w-node-_555173e8-82cb-b77f-ffb3-84cd0330ffaf-e4c7385b {
  grid-area: Area-3;
  justify-self: center;
}

#w-node-cdf6fa32-b2c7-820d-eb3a-814c15d270c9-e4c7385b {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-bdb8f47e-f1fe-c04b-d20b-9f59c94ee583-e4c7385b {
  grid-area: Area;
  justify-self: center;
}

#w-node-_3bd1f6e4-15c9-3f9b-3f3a-cac7c87ee9b6-e4c7385b {
  grid-area: Area-2;
}

#w-node-de8e0a44-ab5b-24f5-0a5f-6f6509b0bfa7-e4c7385b {
  grid-area: Area-4;
}

#w-node-c2f817a8-ca69-a30f-4f3f-6dab16d0787f-e4c7385b {
  grid-area: Area-3;
  justify-self: center;
}

#w-node-_1923288b-6db9-75c6-a816-1b24ea035d4d-e4c7385b {
  grid-area: Area;
}

#w-node-_60c6b04e-8dd5-29ce-e1a0-4441752b53af-e4c7385d {
  grid-area: Area-2;
  place-self: center;
}

#w-node-a069ced6-d309-f582-be35-4f5661c45c0f-e4c7385d {
  grid-area: Area;
  place-self: start center;
}

#w-node-_8b939cd5-bc99-9cc2-112b-934fbeddd092-e4c7385d {
  grid-area: Area;
}

#w-node-e03fde1f-1284-9297-a7a3-bf2ac9706579-e4c73886, #w-node-_153b4bf0-beb5-f75a-3702-4093703901e0-e4c73886, #w-node-_7538aaf9-9d40-7dc5-e3d1-9ccf724ab132-e4c73886, #w-node-a5f8cee9-858c-a00d-6329-1f3a161d296b-e4c73886, #w-node-_684e47bb-9ae0-88eb-0171-27f14424bd59-e4c73886, #w-node-_4d9a7c77-a17a-1842-b557-b59f819b2a83-e4c73886, #w-node-e9dfaa4a-dbe3-8d7c-be5e-ea80549b3079-e4c73886, #w-node-de4f1282-e0d4-6d69-8d58-cb9addbe262e-e4c73886, #w-node-_478a756b-66e4-1820-2ab4-3d03cfc4acff-e4c73886, #w-node-da84b321-af8a-42d9-742a-7361f5023f70-e4c73886, #w-node-da84b321-af8a-42d9-742a-7361f5023f71-e4c73886, #w-node-d27a8bc8-d77a-1067-bc2d-59ce0e47ccad-e4c73886, #w-node-_0a4cb8f1-9d44-defe-902a-783087d1e365-e4c73886, #w-node-_90398c28-bf4d-18db-1def-37480a401489-e4c73886, #w-node-_90398c28-bf4d-18db-1def-37480a40148a-e4c73886, #w-node-_54dd2976-9408-db28-9d1d-f9ea0b5e5549-e4c73886, #w-node-_54dd2976-9408-db28-9d1d-f9ea0b5e554c-e4c73886, #w-node-_54dd2976-9408-db28-9d1d-f9ea0b5e554f-e4c73886, #w-node-_54dd2976-9408-db28-9d1d-f9ea0b5e5552-e4c73886, #w-node-_54dd2976-9408-db28-9d1d-f9ea0b5e5554-e4c73886, #w-node-_3b4fde13-1d9e-1277-528c-51da54ef30e0-e4c73886, #w-node-_3b4fde13-1d9e-1277-528c-51da54ef30e1-e4c73886, #w-node-_54dd2976-9408-db28-9d1d-f9ea0b5e5559-e4c73886, #w-node-_54dd2976-9408-db28-9d1d-f9ea0b5e555b-e4c73886, #w-node-aa44b67b-0231-99f9-22d3-f725313384a5-e4c73886, #w-node-aa44b67b-0231-99f9-22d3-f725313384a6-e4c73886, #w-node-_54dd2976-9408-db28-9d1d-f9ea0b5e5560-e4c73886, #w-node-_54dd2976-9408-db28-9d1d-f9ea0b5e5562-e4c73886, #w-node-_39b25ffd-9b86-f7ae-2630-21ec3898b077-e4c73886, #w-node-_39b25ffd-9b86-f7ae-2630-21ec3898b078-e4c73886, #w-node-_5f0ce8b0-cb9c-bf72-a8d8-7afd115ce12b-e4c73886, #w-node-_5f0ce8b0-cb9c-bf72-a8d8-7afd115ce12e-e4c73886, #w-node-_5f0ce8b0-cb9c-bf72-a8d8-7afd115ce131-e4c73886, #w-node-_5f0ce8b0-cb9c-bf72-a8d8-7afd115ce134-e4c73886, #w-node-_5f0ce8b0-cb9c-bf72-a8d8-7afd115ce136-e4c73886, #w-node-_5d4dd397-f81b-4dab-cdff-86088c07b77f-e4c73886, #w-node-_5d4dd397-f81b-4dab-cdff-86088c07b780-e4c73886, #w-node-_67aa325f-2bce-a00e-c90a-4d6502946188-e4c73887, #w-node-b0591222-7531-ea79-0c3e-1d9c5494cfc3-e4c73887, #w-node-_8ec2aafe-ced0-129d-8470-dda3d10c9b9d-e4c73887, #w-node-_15638fa8-9504-5809-8475-f35acde1a29c-e4c73887, #w-node-_40caff48-5726-a8f1-031a-15e5f1f49e8f-e4c73887, #w-node-_57163cbd-f62b-2eff-5cff-421d4a76bcf2-e4c73887, #w-node-_4b451563-4717-f159-5622-2aab46d5644d-e4c73887, #w-node-b88243f5-247f-a14f-23a2-1cb3a21fa912-e4c73887, #w-node-_3318eff0-1fef-9221-e9a6-6de5ec71c4e3-e4c73887, #w-node-_3bfab450-3981-7d90-7835-018604fd9685-e4c73887, #w-node-_2bead982-b8ef-3d22-3346-6994e5ca1983-e4c73887, #w-node-bd3047b3-3bb1-5730-05a7-c7c3c133789b-e4c73887, #w-node-_67f68922-5f18-758a-0b1e-113296690151-e4c73887, #w-node-b107a893-cdd1-1829-7a95-89774f64c58f-e4c73887, #w-node-c5d2e36b-2e79-e716-ade0-a0fdcb55452c-e4c73887, #w-node-aa4c97b2-8f62-a175-8ff1-3488e7bcfb0a-e4c73887, #w-node-_8a4ff194-f4da-4dbe-7391-5df1c25f557a-e4c73887, #w-node-_5bbcbf29-779b-7ea8-9e98-f629d6f706e7-e4c73887, #w-node-_67aa325f-2bce-a00e-c90a-4d6502946188-e4c7389f, #w-node-b0591222-7531-ea79-0c3e-1d9c5494cfc3-e4c7389f, #w-node-_8ec2aafe-ced0-129d-8470-dda3d10c9b9d-e4c7389f, #w-node-_15638fa8-9504-5809-8475-f35acde1a29c-e4c7389f, #w-node-_40caff48-5726-a8f1-031a-15e5f1f49e8f-e4c7389f, #w-node-_57163cbd-f62b-2eff-5cff-421d4a76bcf2-e4c7389f, #w-node-_4b451563-4717-f159-5622-2aab46d5644d-e4c7389f, #w-node-b88243f5-247f-a14f-23a2-1cb3a21fa912-e4c7389f, #w-node-_3318eff0-1fef-9221-e9a6-6de5ec71c4e3-e4c7389f, #w-node-f1c189f7-b620-16e5-6a8e-fb2e4625438a-e4c738a3, #w-node-ddae3023-d259-f53c-2f2d-8bf3427bc112-e4c738a3, #w-node-aea19229-a362-d626-7228-9fede939eaee-e4c738a3, #w-node-_3cece145-95e8-331c-1754-095449795d11-e4c738a3, #w-node-d693a168-41cf-d779-c6f2-3ee1c7e94e7d-e4c738a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f6afcb0-a0f4-6118-c20b-5a80a5a24aaa-e4c738a3 {
  grid-area: Area-6;
}

#w-node-_86fe0668-aa15-6c59-59a3-0038e0b5da85-e4c738a3 {
  grid-area: Area-5;
  align-self: center;
}

#w-node-_86fe0668-aa15-6c59-59a3-0038e0b5da87-e4c738a3 {
  grid-area: Area-4;
  align-self: center;
}

#w-node-_86fe0668-aa15-6c59-59a3-0038e0b5da8b-e4c738a3 {
  grid-area: Area-3;
  align-self: center;
}

#w-node-_86fe0668-aa15-6c59-59a3-0038e0b5da8d-e4c738a3 {
  grid-area: Area-2;
  align-self: center;
}

#w-node-_86fe0668-aa15-6c59-59a3-0038e0b5da91-e4c738a3 {
  grid-area: Area;
  place-self: center;
}

#w-node-_93ab0ef0-1de9-18e3-7e71-7b44f0200deb-e4c738a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b07bb1f9-92f0-470e-ef22-72daebea9733-e4c738a3 {
  grid-area: Area;
  place-self: center;
}

#w-node-b07bb1f9-92f0-470e-ef22-72daebea9727-e4c738a3 {
  grid-area: Area-5;
  align-self: center;
}

#w-node-b07bb1f9-92f0-470e-ef22-72daebea9729-e4c738a3 {
  grid-area: Area-3;
  align-self: center;
}

#w-node-b9738e47-d430-31b2-b2fb-39d32eb6ebf9-e4c738a3 {
  grid-area: Area-6;
}

#w-node-b07bb1f9-92f0-470e-ef22-72daebea972d-e4c738a3 {
  grid-area: Area-3;
  align-self: center;
}

#w-node-b07bb1f9-92f0-470e-ef22-72daebea972f-e4c738a3 {
  grid-area: Area-2;
  align-self: center;
}

#w-node-e9857c99-312a-d982-4aa1-a1bed21a8696-e4c738a3 {
  grid-area: Area-4;
  align-self: center;
}

#w-node-fcb5fbf1-13b2-9aa0-bd90-85610644f8a4-e4c738a3 {
  grid-area: Area-5;
  align-self: center;
}

#w-node-d3249e32-8f6c-da0b-3eb8-eb4961017277-e4c738a3 {
  grid-area: Area-6;
  justify-self: center;
}

#w-node-fcb5fbf1-13b2-9aa0-bd90-85610644f8a6-e4c738a3 {
  grid-area: Area-4;
  align-self: center;
}

#w-node-fcb5fbf1-13b2-9aa0-bd90-85610644f8aa-e4c738a3 {
  grid-area: Area-3;
  align-self: center;
}

#w-node-fcb5fbf1-13b2-9aa0-bd90-85610644f8ac-e4c738a3 {
  grid-area: Area-2;
  align-self: center;
}

#w-node-fcb5fbf1-13b2-9aa0-bd90-85610644f8b0-e4c738a3 {
  grid-area: Area;
  place-self: center;
}

#w-node-cc2255d7-6a17-d76c-bbca-28eaf30ff637-e4c738a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f2d85db8-019a-5eee-6125-e0fc5ec7ac59-e4c738a3 {
  grid-area: Area-6;
  justify-self: center;
}

#w-node-cc2255d7-6a17-d76c-bbca-28eaf30ff639-e4c738a3, #w-node-cc2255d7-6a17-d76c-bbca-28eaf30ff63b-e4c738a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-cc2255d7-6a17-d76c-bbca-28eaf30ff63d-e4c738a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-cc2255d7-6a17-d76c-bbca-28eaf30ff63f-e4c738a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f4bfbd6c-b92f-80f5-3a85-cc9659892eba-e4c738a3 {
  grid-area: Area-6;
  justify-self: center;
}

#w-node-cf60be3c-17cf-f68d-66e9-4f4888222500-e4c738a3 {
  grid-area: Area-5;
  align-self: center;
}

#w-node-cf60be3c-17cf-f68d-66e9-4f4888222502-e4c738a3 {
  grid-area: Area-4;
  align-self: center;
}

#w-node-cf60be3c-17cf-f68d-66e9-4f4888222506-e4c738a3 {
  grid-area: Area-3;
  align-self: center;
}

#w-node-cf60be3c-17cf-f68d-66e9-4f4888222508-e4c738a3 {
  grid-area: Area-2;
  align-self: center;
}

#w-node-cf60be3c-17cf-f68d-66e9-4f488822250c-e4c738a3 {
  grid-area: Area;
  place-self: center;
}

#w-node-_68e78b1b-a61a-24ed-b51c-384c303e12ba-e4c738a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67d55344-bfe0-670b-1fb1-e3097622b579-e4c738a3 {
  grid-area: Area-6;
  justify-self: center;
}

#w-node-_80e182be-dda1-cc5d-f69a-1bd41179beca-e4c738a3 {
  grid-area: Area-5;
}

#w-node-e8d88b17-3ab6-3c73-a52e-19c6ea69d6ae-e4c738a3 {
  grid-area: Area-4;
}

#w-node-_276a3caf-1743-de1b-3daf-849066f8620d-e4c738a3 {
  grid-area: Area-3;
}

#w-node-a533234b-50fa-20dc-b3e8-34e38dc4d030-e4c738a3 {
  grid-area: Area-2;
}

#w-node-c87dadf8-abbc-bfeb-be59-8fec1a2cf45c-e4c738a3 {
  grid-area: Area;
  place-self: center;
}

#w-node-fc11dc51-4cb6-d570-267e-26acb368b29d-e4c738a3 {
  grid-area: Area-6;
  place-self: center;
}

#w-node-_2d06427a-b97b-7d57-121c-e7c0b4696496-e4c738a3 {
  grid-area: Area-5;
}

#w-node-_2d06427a-b97b-7d57-121c-e7c0b4696498-e4c738a3 {
  grid-area: Area-4;
}

#w-node-_2d06427a-b97b-7d57-121c-e7c0b469649a-e4c738a3 {
  grid-area: Area-3;
}

#w-node-_2d06427a-b97b-7d57-121c-e7c0b469649c-e4c738a3 {
  grid-area: Area-2;
}

#w-node-_2d06427a-b97b-7d57-121c-e7c0b469649e-e4c738a3 {
  grid-area: Area;
  place-self: center;
}

#w-node-c0f0052f-5c0f-a471-2717-a2fc69abf651-e4c738a3 {
  grid-area: Area-5;
}

#w-node-c0f0052f-5c0f-a471-2717-a2fc69abf653-e4c738a3 {
  grid-area: Area-6;
  place-self: center;
}

#w-node-c0f0052f-5c0f-a471-2717-a2fc69abf654-e4c738a3 {
  grid-area: Area-4;
}

#w-node-c0f0052f-5c0f-a471-2717-a2fc69abf656-e4c738a3 {
  grid-area: Area-3;
}

#w-node-c0f0052f-5c0f-a471-2717-a2fc69abf658-e4c738a3 {
  grid-area: Area-2;
}

#w-node-c0f0052f-5c0f-a471-2717-a2fc69abf65a-e4c738a3 {
  grid-area: Area;
  place-self: center;
}

#w-node-_8875c055-3cfa-5c2f-885d-6ee18eaaef99-e4c738a3 {
  grid-area: Area-5;
}

#w-node-_9f3346f1-4c14-9a11-cff6-84075adf2b4a-e4c738a3 {
  grid-area: Area-6;
  place-self: center;
}

#w-node-_8875c055-3cfa-5c2f-885d-6ee18eaaef9b-e4c738a3 {
  grid-area: Area-4;
}

#w-node-_8875c055-3cfa-5c2f-885d-6ee18eaaef9d-e4c738a3 {
  grid-area: Area-3;
}

#w-node-_8875c055-3cfa-5c2f-885d-6ee18eaaef9f-e4c738a3 {
  grid-area: Area-2;
}

#w-node-_8875c055-3cfa-5c2f-885d-6ee18eaaefa1-e4c738a3 {
  grid-area: Area;
  place-self: center;
}

#w-node-_771cf462-ba7e-09c1-2920-0db6fd3c002a-e4c738a3 {
  grid-area: Area-5;
}

#w-node-_771cf462-ba7e-09c1-2920-0db6fd3c002c-e4c738a3 {
  grid-area: Area-6;
  place-self: center;
}

#w-node-_771cf462-ba7e-09c1-2920-0db6fd3c002d-e4c738a3 {
  grid-area: Area-4;
}

#w-node-_771cf462-ba7e-09c1-2920-0db6fd3c002f-e4c738a3 {
  grid-area: Area-3;
}

#w-node-_771cf462-ba7e-09c1-2920-0db6fd3c0031-e4c738a3 {
  grid-area: Area-2;
}

#w-node-_771cf462-ba7e-09c1-2920-0db6fd3c0033-e4c738a3 {
  grid-area: Area;
  place-self: center;
}

#w-node-_4e9ec405-2cdc-bf38-0419-17b77d3da98d-e4c738a9, #w-node-_20f5d706-b577-6cb3-b842-f8527b3a4f75-e4c738a9, #w-node-b587a7a4-e73b-30b6-19fe-971d4dfb867e-e4c738a9 {
  grid-area: Area;
}

#w-node-_9f873b31-ce2a-48d4-ac16-5a392b90fba4-e4c738a9, #w-node-_10bf0d38-99fe-fa16-6d3c-aa14c43e7f78-e4c738a9, #w-node-_2b7077a6-b41a-4840-d11a-16ab96aff0a6-e4c738a9 {
  grid-area: Area-2;
}

#w-node-c256750b-c2bb-56d7-c1a3-e101a6040804-e4c738a9, #w-node-c646f021-f652-a3cb-0a3c-a240a6149dfb-e4c738a9 {
  grid-area: Area-3;
}

#w-node-_43a0d51e-51b1-0432-4450-ed82a9ecff6d-e4c738a9, #w-node-_4ad1cbef-5b20-a47e-6b21-89a73b0d7b3f-e4c738a9 {
  grid-area: Area-4;
}

#w-node-c8f8bc93-edca-be2b-4fb9-bf45834b6b80-e4c738a9, #w-node-_3aaf734a-dc17-ea2d-4b94-fc0dbb952e0f-e4c738a9, #w-node-_12b55e49-486d-3608-e881-6c01fe084266-e4c738a9 {
  grid-area: Area-5;
}

#w-node-d2369501-bced-7dd3-a0ce-8bf8cf846826-e4c738a9, #w-node-_031eafe5-440e-fa6d-3d35-16ab1cc2d59e-e4c738a9 {
  grid-area: Area-6;
}

#w-node-_3820ac92-1d16-4c17-29f4-15f9dd6fc686-e4c738a9, #w-node-_11b6372a-e9e5-7184-61f1-8be25df622b7-e4c738a9 {
  grid-area: Area-7;
}

#w-node-_4e9ec405-2cdc-bf38-0419-17b77d3da98d-e4c738ab, #w-node-_20f5d706-b577-6cb3-b842-f8527b3a4f75-e4c738ab, #w-node-b587a7a4-e73b-30b6-19fe-971d4dfb867e-e4c738ab {
  grid-area: Area;
}

#w-node-_9f873b31-ce2a-48d4-ac16-5a392b90fba4-e4c738ab, #w-node-_10bf0d38-99fe-fa16-6d3c-aa14c43e7f78-e4c738ab, #w-node-_2b7077a6-b41a-4840-d11a-16ab96aff0a6-e4c738ab {
  grid-area: Area-2;
}

#w-node-c256750b-c2bb-56d7-c1a3-e101a6040804-e4c738ab, #w-node-c646f021-f652-a3cb-0a3c-a240a6149dfb-e4c738ab {
  grid-area: Area-3;
}

#w-node-_17522795-8535-c128-bff2-0339c5b90276-e4c738ac, #w-node-e88711d1-3c5e-bace-0dac-c61e22a4521a-e4c738ae {
  grid-area: Area;
}

#w-node-e59a8091-b741-3feb-cc93-384f6490403b-e4c738ae {
  grid-area: Area-2;
}

#w-node-_6cf4f848-a4ee-ec75-3aac-cf9f01eebba3-e4c738ae {
  grid-area: Area;
}

#w-node-_56576098-07f9-2fa8-fc92-7b6eb7931f0d-e4c738b0 {
  grid-area: Area-7;
  justify-self: center;
}

#w-node-f62f71d8-045f-9c2e-bec6-16c906ef1008-e4c738b0 {
  grid-area: Area-6;
  justify-self: center;
}

#w-node-_0b57e327-839e-097b-cc7c-479006609688-e4c738b0 {
  grid-area: Area-5;
  justify-self: center;
}

#w-node-_4655bfb9-5d2c-f1e9-1a36-4a00f87d26ce-e4c738b0 {
  grid-area: Area-4;
  justify-self: center;
}

#w-node-_555173e8-82cb-b77f-ffb3-84cd0330ffaf-e4c738b0 {
  grid-area: Area-3;
  justify-self: center;
}

#w-node-cdf6fa32-b2c7-820d-eb3a-814c15d270c9-e4c738b0 {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-bdb8f47e-f1fe-c04b-d20b-9f59c94ee583-e4c738b0 {
  grid-area: Area;
  justify-self: center;
}

#w-node-_3bd1f6e4-15c9-3f9b-3f3a-cac7c87ee9b6-e4c738b0 {
  grid-area: Area-2;
}

#w-node-de8e0a44-ab5b-24f5-0a5f-6f6509b0bfa7-e4c738b0 {
  grid-area: Area-4;
}

#w-node-c2f817a8-ca69-a30f-4f3f-6dab16d0787f-e4c738b0 {
  grid-area: Area-3;
  justify-self: center;
}

#w-node-ff241e6c-8934-6fa7-dc94-d190ed9bc45d-e4c738b0 {
  grid-area: Area-17;
}

#w-node-_529a83da-a60b-e0a2-9ac8-2c5089a6bd07-e4c738b0 {
  grid-area: Area-6;
}

#w-node-_140c3334-c4d1-96e1-2f74-9c2198dc9273-e4c738b0 {
  grid-area: Area-7;
}

#w-node-_326343a8-207e-fb15-298f-13844248c52b-e4c738b0 {
  grid-area: Area-8;
}

#w-node-e9087d1b-3b72-5f34-25a3-b824bba5ff25-e4c738b0 {
  grid-area: Area-11;
}

#w-node-_9cd72326-e4eb-3463-5b1e-0990ba78cd2f-e4c738b0 {
  grid-area: Area-10;
}

#w-node-f9a560ec-7fe2-bea2-6ffe-f5b77a4d6710-e4c738b0 {
  grid-area: Area-14;
}

#w-node-_6c838b2f-55e2-bfe8-2cbf-4ab763d93580-e4c738b0 {
  grid-area: Area-24;
}

#w-node-ef6572b0-8df3-f0ac-2263-5475d8e9b4f5-e4c738b0 {
  grid-area: Area-15;
}

#w-node-a4b18fbf-d8e4-2644-43e5-ea6296526dc8-e4c738b0 {
  grid-area: Area-19;
}

#w-node-da603808-f8e8-ae75-7e77-ace4f8acef33-e4c738b0 {
  grid-area: Area-18;
}

#w-node-_06ce7906-2f93-9c11-a7fd-3cc172504f5c-e4c738b0 {
  grid-area: Area-20;
}

#w-node-_802c9d42-b834-c6eb-aff9-f78345ad74ec-e4c738b0 {
  grid-area: Area-23;
}

#w-node-f8ce825d-0770-48ad-1cc8-bc16ed44a7bc-e4c738b0 {
  grid-area: Area-22;
}

#w-node-_2310433b-0ca7-54e5-ce2e-93c92967f2ff-e4c738b0 {
  grid-area: Area-21;
}

#w-node-_62b1ac4a-4f8c-1cdc-dc0f-4811b4051a86-e4c738b0 {
  grid-area: Area-13;
}

#w-node-_095883c1-b1bb-d23d-5561-49d2c1889b05-e4c738b0 {
  grid-area: Area-12;
}

#w-node-_067cba0a-db3b-8512-3ff0-1f46ce1d5d4e-e4c738b0 {
  grid-area: Area-5;
}

#w-node-a89fcb72-01de-ffb6-1fc1-c11cdbae8333-e4c738b0 {
  grid-area: Area-16;
}

#w-node-_62e20348-ba17-8caf-62a1-34ea2f8acae0-e4c738b0 {
  grid-area: Area-9;
}

#w-node-_1923288b-6db9-75c6-a816-1b24ea035d4d-e4c738b0 {
  grid-area: Area;
}

#w-node-_56576098-07f9-2fa8-fc92-7b6eb7931f0d-e4c738c2 {
  grid-area: Area-7;
  justify-self: center;
}

#w-node-f62f71d8-045f-9c2e-bec6-16c906ef1008-e4c738c2 {
  grid-area: Area-6;
  justify-self: center;
}

#w-node-_0b57e327-839e-097b-cc7c-479006609688-e4c738c2 {
  grid-area: Area-5;
  justify-self: center;
}

#w-node-_4655bfb9-5d2c-f1e9-1a36-4a00f87d26ce-e4c738c2 {
  grid-area: Area-4;
  justify-self: center;
}

#w-node-_555173e8-82cb-b77f-ffb3-84cd0330ffaf-e4c738c2 {
  grid-area: Area-3;
  justify-self: center;
}

#w-node-cdf6fa32-b2c7-820d-eb3a-814c15d270c9-e4c738c2 {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-bdb8f47e-f1fe-c04b-d20b-9f59c94ee583-e4c738c2 {
  grid-area: Area;
  justify-self: center;
}

#w-node-_3bd1f6e4-15c9-3f9b-3f3a-cac7c87ee9b6-e4c738c2 {
  grid-area: Area-2;
}

#w-node-de8e0a44-ab5b-24f5-0a5f-6f6509b0bfa7-e4c738c2 {
  grid-area: Area-4;
}

#w-node-c2f817a8-ca69-a30f-4f3f-6dab16d0787f-e4c738c2 {
  grid-area: Area-3;
  justify-self: center;
}

#w-node-_1923288b-6db9-75c6-a816-1b24ea035d4d-e4c738c2 {
  grid-area: Area;
}

#w-node-_56576098-07f9-2fa8-fc92-7b6eb7931f0d-e4c738c3 {
  grid-area: Area-7;
  justify-self: center;
}

#w-node-f62f71d8-045f-9c2e-bec6-16c906ef1008-e4c738c3 {
  grid-area: Area-6;
  justify-self: center;
}

#w-node-_0b57e327-839e-097b-cc7c-479006609688-e4c738c3 {
  grid-area: Area-5;
  justify-self: center;
}

#w-node-_4655bfb9-5d2c-f1e9-1a36-4a00f87d26ce-e4c738c3 {
  grid-area: Area-4;
  justify-self: center;
}

#w-node-_555173e8-82cb-b77f-ffb3-84cd0330ffaf-e4c738c3 {
  grid-area: Area-3;
  justify-self: center;
}

#w-node-cdf6fa32-b2c7-820d-eb3a-814c15d270c9-e4c738c3 {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-bdb8f47e-f1fe-c04b-d20b-9f59c94ee583-e4c738c3 {
  grid-area: Area;
  justify-self: center;
}

#w-node-_3bd1f6e4-15c9-3f9b-3f3a-cac7c87ee9b6-e4c738c3 {
  grid-area: Area-2;
}

#w-node-de8e0a44-ab5b-24f5-0a5f-6f6509b0bfa7-e4c738c3 {
  grid-area: Area-4;
}

#w-node-c2f817a8-ca69-a30f-4f3f-6dab16d0787f-e4c738c3 {
  grid-area: Area-3;
  justify-self: center;
}

#w-node-_1923288b-6db9-75c6-a816-1b24ea035d4d-e4c738c3 {
  grid-area: Area;
}

@media screen and (max-width: 991px) {
  #w-node-_3bd1f6e4-15c9-3f9b-3f3a-cac7c87ee9b6-e4c737de {
    align-self: start;
  }

  #w-node-_30830562-b5a2-325d-7792-a8c0dcbd6d86-e4c73848 {
    grid-area: Area-12;
    place-self: center start;
  }

  #w-node-_4dd528e2-080b-3062-b4dd-3ee535e4bd07-e4c73848 {
    grid-area: Area-11;
    place-self: center;
  }

  #w-node-_2f42086b-8edb-2532-8ec8-ef13f88cc83c-e4c73848 {
    grid-area: Area-5;
    place-self: center start;
  }

  #w-node-dda6c9ac-9a1a-d392-d723-0415673d49f4-e4c73848 {
    grid-area: Area-4;
    place-self: center start;
  }

  #w-node-acee6d7b-9799-b883-808b-6780822ea3b3-e4c73848 {
    grid-area: Area-10;
    place-self: center;
  }

  #w-node-_568e029c-b57f-7bbe-8f60-62b445ea63eb-e4c73848 {
    grid-area: Area-9;
  }

  #w-node-_7e490b60-4e1a-b524-f29e-634bf25c9c1b-e4c73848 {
    grid-area: Area-6;
    place-self: center;
  }

  #w-node-_7ed207f1-4d17-8d3f-7cc1-3db18ef439d4-e4c73848 {
    grid-area: Area-8;
  }

  #w-node-fc9d33bc-c4e6-0e15-798b-59fc411f8fd7-e4c73848 {
    grid-area: Area-7;
    place-self: center;
  }

  #w-node-_02d6da9e-1c54-b4ba-43ec-f84fec8f528c-e4c73848 {
    grid-area: Area-2;
    place-self: center;
  }

  #w-node-a5f2cf0a-af43-653f-32ae-b239e47d09e0-e4c73848 {
    grid-area: Area;
  }

  #w-node-_7095e740-bfa6-4eb7-b000-e97285d5e6d7-e4c73848 {
    grid-area: Area-3;
    place-self: center;
  }

  #w-node-_1923288b-6db9-75c6-a816-1b24ea035d4d-e4c73848 {
    grid-area: Area;
  }

  #w-node-_06a3c52c-1e54-3486-689e-b4d73a1dc24c-e4c7385a {
    grid-area: Area-12;
    place-self: center start;
  }

  #w-node-_6b84f965-f8ca-e4c7-d1ef-7fa475b89ccc-e4c7385a {
    grid-area: Area-2;
    place-self: center;
  }

  #w-node-_68569fd3-b33e-30d6-7a08-423c7f878932-e4c7385a {
    grid-area: Area-3;
    place-self: center;
  }

  #w-node-b39be65f-f744-6746-bc01-85f0cffcc884-e4c7385a {
    grid-area: Area-6;
    place-self: center;
  }

  #w-node-_6530b66a-a592-764f-9041-5e8c93387c06-e4c7385a {
    grid-area: Area-9;
  }

  #w-node-_2e067840-17ad-2f6b-aa48-73a586a90aa8-e4c7385a {
    grid-area: Area-5;
  }

  #w-node-_0a7fc61f-b551-15ed-56a3-b9d6f3985672-e4c7385a {
    grid-area: Area-11;
    place-self: center;
  }

  #w-node-_72a924e3-5ba3-71f9-1253-20480bb185ba-e4c7385a {
    grid-area: Area-8;
    place-self: center start;
  }

  #w-node-f089cecd-76bf-51ef-86fc-d67776b06166-e4c7385a {
    grid-area: Area;
    place-self: center;
  }

  #w-node-_73026ac3-97fe-5d4b-3476-869b4b5c2d8c-e4c7385a {
    grid-area: Area-10;
    place-self: center;
  }

  #w-node-_410ff3d3-cada-ef8d-645a-4b72d66595f0-e4c7385a {
    grid-area: Area-4;
    place-self: center start;
  }

  #w-node-_67ed5129-0b88-3489-a818-6cbdacfa74d6-e4c7385a {
    grid-area: Area-7;
    place-self: center;
  }

  #w-node-_3bd1f6e4-15c9-3f9b-3f3a-cac7c87ee9b6-e4c7385a {
    grid-area: Area-2;
  }

  #w-node-_9f823731-d33f-700a-a058-b473d7859d2c-e4c7385b {
    grid-area: Area-4;
    place-self: center start;
  }

  #w-node-_2f5d6328-806e-2dbc-004b-71a5c7e73867-e4c7385b {
    grid-area: Area-3;
    place-self: center;
  }

  #w-node-_087bc768-9d93-db64-c6dd-e814eb4feb5d-e4c7385b {
    grid-area: Area-2;
    place-self: center;
  }

  #w-node-_0cabae13-2e89-d520-f416-2cb0c00181ed-e4c7385b {
    grid-area: Area;
    place-self: center;
  }

  #w-node-fcff6bc3-5cad-59d8-3d94-f9326367b395-e4c738b0 {
    grid-area: Area-24;
    place-self: center;
  }

  #w-node-_322c62c8-3340-f407-3616-77c3ff769f22-e4c738b0 {
    grid-area: Area-17;
    place-self: center;
  }

  #w-node-_50925624-975e-8817-3431-ea819d70b8a9-e4c738b0 {
    grid-area: Area-18;
    place-self: center;
  }

  #w-node-_3a3940c4-001c-49d0-c697-5b7957667d59-e4c738b0 {
    grid-area: Area-20;
    place-self: center start;
  }

  #w-node-d728783c-81b9-f78a-282e-363ec655dbe0-e4c738b0 {
    grid-area: Area-23;
    place-self: center;
  }

  #w-node-_86b7b27c-ee46-1f1b-5137-e9ec3a27e92f-e4c738b0 {
    grid-area: Area-21;
    place-self: center;
  }

  #w-node-_38443a9a-04ed-62ef-0a26-add92b5e9181-e4c738b0 {
    grid-area: Area-10;
    place-self: center;
  }

  #w-node-caf4887a-a7b9-ecb8-b8a8-9a145b004d21-e4c738b0 {
    grid-area: Area-13;
    place-self: center;
  }

  #w-node-_522b421f-141c-35ad-bfe1-fcf7cf81d18a-e4c738b0 {
    grid-area: Area-2;
    place-self: center;
  }

  #w-node-a1a9b542-2df2-e226-5d8d-b1d06a360871-e4c738b0 {
    grid-area: Area-14;
    place-self: center;
  }

  #w-node-_529e9589-040c-998c-85ba-894db66debba-e4c738b0 {
    grid-area: Area-19;
    place-self: center;
  }

  #w-node-_808623e3-3def-79d9-5d69-c07a79c89166-e4c738b0 {
    grid-area: Area-22;
    place-self: center start;
  }

  #w-node-_2ff10cc8-8963-60e4-d79b-6dcb8fff7649-e4c738b0 {
    grid-area: Area-15;
    place-self: center;
  }

  #w-node-_665745ba-989a-c61d-cc36-42479cf79c9a-e4c738b0 {
    grid-area: Area-11;
    place-self: center;
  }

  #w-node-e7f82ce8-8949-5f42-b4c5-1ce7be09eda0-e4c738b0 {
    grid-area: Area-12;
    place-self: center;
  }

  #w-node-_28a98290-cfe1-4437-01b1-a8723ac74deb-e4c738b0 {
    grid-area: Area-6;
    place-self: center;
  }

  #w-node-c81fc32e-0dd4-e273-1612-a66f74489181-e4c738b0 {
    grid-area: Area-4;
    place-self: center start;
  }

  #w-node-b41bb869-3f81-8607-bce7-b63d82fdf115-e4c738b0 {
    grid-area: Area-7;
    place-self: center;
  }

  #w-node-_1666b3c1-144a-c4b6-5c66-dd38c97cf5e2-e4c738b0 {
    grid-area: Area-8;
    place-self: center start;
  }

  #w-node-_703a9fd4-b7e6-981c-0c7e-3496ccc46042-e4c738b0 {
    grid-area: Area-3;
    place-self: center;
  }

  #w-node-ce04a5fd-4368-0ec8-6c89-39dd92a47147-e4c738b0 {
    grid-area: Area-16;
    place-self: center start;
  }

  #w-node-_10351b1e-f128-9ce3-d6d3-ca685a0ea449-e4c738b0 {
    grid-area: Area-5;
    place-self: center;
  }

  #w-node-e078087d-b895-4deb-d88f-00da5dd00824-e4c738b0 {
    grid-area: Area-9;
    place-self: center start;
  }

  #w-node-_8cbd42dc-8fbe-8845-64d0-77021fab40b4-e4c738b0 {
    grid-area: Area;
    place-self: center;
  }

  #w-node-_56576098-07f9-2fa8-fc92-7b6eb7931f0d-e4c738c2, #w-node-f62f71d8-045f-9c2e-bec6-16c906ef1008-e4c738c2, #w-node-_0b57e327-839e-097b-cc7c-479006609688-e4c738c2, #w-node-_4655bfb9-5d2c-f1e9-1a36-4a00f87d26ce-e4c738c2 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cdf6fa32-b2c7-820d-eb3a-814c15d270c9-e4c737ca, #w-node-cdf6fa32-b2c7-820d-eb3a-814c15d270c9-e4c737cb, #w-node-cdf6fa32-b2c7-820d-eb3a-814c15d270c9-e4c737cc, #w-node-cdf6fa32-b2c7-820d-eb3a-814c15d270c9-e4c737de, #w-node-cdf6fa32-b2c7-820d-eb3a-814c15d270c9-e4c73830, #w-node-cdf6fa32-b2c7-820d-eb3a-814c15d270c9-e4c73848, #w-node-cdf6fa32-b2c7-820d-eb3a-814c15d270c9-e4c7385a, #w-node-cdf6fa32-b2c7-820d-eb3a-814c15d270c9-e4c7385b, #w-node-cdf6fa32-b2c7-820d-eb3a-814c15d270c9-e4c738b0, #w-node-cdf6fa32-b2c7-820d-eb3a-814c15d270c9-e4c738c2, #w-node-cdf6fa32-b2c7-820d-eb3a-814c15d270c9-e4c738c3 {
    grid-area: Area-2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d693a168-41cf-d779-c6f2-3ee1c7e94e7d-e4c738a3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_80e182be-dda1-cc5d-f69a-1bd41179beca-e4c738a3, #w-node-e8d88b17-3ab6-3c73-a52e-19c6ea69d6ae-e4c738a3, #w-node-_276a3caf-1743-de1b-3daf-849066f8620d-e4c738a3, #w-node-a533234b-50fa-20dc-b3e8-34e38dc4d030-e4c738a3, #w-node-_2d06427a-b97b-7d57-121c-e7c0b4696496-e4c738a3, #w-node-_2d06427a-b97b-7d57-121c-e7c0b4696498-e4c738a3, #w-node-_2d06427a-b97b-7d57-121c-e7c0b469649a-e4c738a3, #w-node-_2d06427a-b97b-7d57-121c-e7c0b469649c-e4c738a3, #w-node-c0f0052f-5c0f-a471-2717-a2fc69abf651-e4c738a3, #w-node-c0f0052f-5c0f-a471-2717-a2fc69abf654-e4c738a3, #w-node-c0f0052f-5c0f-a471-2717-a2fc69abf656-e4c738a3, #w-node-_8875c055-3cfa-5c2f-885d-6ee18eaaef99-e4c738a3, #w-node-_8875c055-3cfa-5c2f-885d-6ee18eaaef9b-e4c738a3, #w-node-_8875c055-3cfa-5c2f-885d-6ee18eaaef9d-e4c738a3, #w-node-_771cf462-ba7e-09c1-2920-0db6fd3c002a-e4c738a3, #w-node-_771cf462-ba7e-09c1-2920-0db6fd3c002d-e4c738a3, #w-node-_771cf462-ba7e-09c1-2920-0db6fd3c002f-e4c738a3 {
    align-self: center;
  }
}


