h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
}

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

.section {
  width: 100vw;
  height: 100vh;
}

.column {
  height: 100vh;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #191325;
}

.column.left {
  background-color: #f8f6ff;
}

.column-2 {
  height: 100vh;
}

.heading {
  padding-right: 10px;
  font-family: 'Maven Pro', sans-serif;
  color: #191325;
  font-size: 15vw;
  line-height: 15vw;
  text-align: right;
}

.heading.right {
  padding-left: 10px;
  color: #f8f6ff;
  text-align: left;
}

.rich-text-block {
  font-family: 'Maven Pro', sans-serif;
  font-size: 14px;
  text-align: right;
}

.column-content {
  padding-right: 23px;
  padding-left: 23px;
  color: #191325;
}

.tabs {
  margin-top: 32px;
  padding-top: 0px;
}

.tab-link {
  border-bottom: 2px solid transparent;
  background-color: transparent;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  font-family: 'Maven Pro', sans-serif;
  color: #f8f6ff;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tab-link.w--current {
  border-bottom: 2px solid #baf3ff;
  background-color: transparent;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-family: 'Maven Pro', sans-serif;
  color: #baf3ff;
  font-weight: 700;
}

.image {
  color: #fc1e1e;
}

.div-block {
  padding-top: 10px;
  padding-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-span {
  font-weight: 500;
}

.text-block {
  height: 14px;
  margin-right: 16px;
  padding-bottom: 0px;
  line-height: 14px;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Maven Pro', sans-serif;
  color: #baf3ff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.link-block.w--current {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-2 {
  margin: 30px;
  font-family: 'Maven Pro', sans-serif;
  color: rgba(248, 246, 255, 0.35);
}

.italic-text {
  font-style: normal;
  font-weight: 400;
}

.image-2 {
  max-height: 150px;
  max-width: 200px;
  margin-right: 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #baf3ff;
  -webkit-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
}

.image-2.feature {
  max-height: 250px;
  max-width: 300px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.paragraph {
  font-weight: 400;
}

.div-block-3 {
  max-width: 300px;
  margin-right: 20px;
}

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

.heading-3 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Maven Pro', sans-serif;
  color: #191325;
  font-size: 50px;
  font-weight: 800;
  text-align: right;
}

.heading-3.r {
  color: #f8f6ff;
  font-size: 50px;
  font-weight: 800;
  text-align: left;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 10px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: #f8f6ff;
}

.column-3.r {
  height: auto;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #191325;
}

.column-4 {
  background-color: #191325;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.link-block-2 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #191325;
}

.text-block-3 {
  font-family: 'Maven Pro', sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-align: right;
}

.rich-text-block-2 {
  font-family: 'Maven Pro', sans-serif;
  color: #f8f6ff;
  font-size: 16px;
  font-weight: 400;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

