@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-XLightIta.otf') format("opentype"), url('../fonts/Gotham-LightIta.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Gotham book;
  src: url('../fonts/Gotham-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-ThinIta.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Gotham ultra;
  src: url('../fonts/Gotham-Ultra.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-BoldIta.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-BlackIta.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Font awesome 6 free 400";
  src: url('../fonts/Font-Awesome-6-Free-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font awesome 6 brands 400";
  src: url('../fonts/Font-Awesome-6-Brands-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font awesome 6 free solid 900";
  src: url('../fonts/Font-Awesome-6-Free-Solid-900.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-orange: #e67c07;
  --midnight-blue: #062133;
  --light-blue: #a5cdd4;
  --dark-slate-grey: #2f595a;
  --white: white;
  --conversion-flow-library-medium-purple: #b16cea;
  --conversion-flow-library-light-coral: #ff5e69;
  --conversion-flow-library-sandy-brown: #ffa84b;
  --black: black;
  --black-text: #333;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  color: #35b3ef;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2rem;
}

ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

strong {
  font-weight: bold;
}

blockquote {
  color: #161616;
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.form-message-success {
  padding: 1.25rem;
}

.z-2 {
  z-index: 2;
  position: relative;
}

.text-color-black {
  color: #000;
}

.fs-styleguide_row {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.fs-styleguide_row.is-for-social-icons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_3-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-light {
  color: #44494d;
  font-weight: 300;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.show {
  display: block;
}

.fs-styleguide_color-sample {
  background-color: #f5f5f5;
  margin-top: .5rem;
  padding: 5rem;
}

.fs-styleguide_color-sample.is-background2 {
  background-color: var(--dark-orange);
}

.fs-styleguide_color-sample.is-text-color {
  background-color: #333;
}

.fs-styleguide_color-sample.is-secondary {
  background-color: var(--midnight-blue);
}

.fs-styleguide_color-sample.is-background1 {
  background-color: var(--light-blue);
}

.fs-styleguide_color-sample.is-others {
  background-color: var(--dark-orange);
}

.fs-styleguide_color-sample.is-primary {
  background-color: var(--dark-slate-grey);
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.button {
  color: #4a5d69;
  text-align: center;
  letter-spacing: .02em;
  background-color: #0000;
  background-image: none;
  border: 1px solid #4a5d6940;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
  transition: transform .35s, box-shadow .35s, background-color .35s;
  box-shadow: 0 4px 10px -1px #090b2c12;
}

.button:hover {
  transform: scale(.95);
}

.button.large {
  background-image: linear-gradient(130deg, #2bb673, #1c75bc);
  padding: 1rem 2.5rem;
}

.button.margin-right {
  background-image: none;
  width: 10rem;
  margin-right: 2rem;
}

.button.margin-right.button-color-background {
  color: #fff;
  background-image: none;
  background-position: 50%;
  background-size: cover;
}

.button.margin-right.button-color-background.test {
  width: 100%;
}

.button.margin-right.button-color-background.margin-bottom {
  background-image: none, linear-gradient(130deg, #2bb673, #1c75bc);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  margin-bottom: 1rem;
}

.button.margin-right.button-color-background.margin-bottom.fix-width {
  width: 22rem;
}

.button.margin-right.button-color-background-copy {
  color: #fff;
  background-image: none;
  background-size: cover;
}

.button.margin-right.button-color-background-copy.test {
  width: 100%;
}

.button.margin-right.button-color-background-copy.margin-bottom {
  background-image: none, linear-gradient(130deg, #2bb673, #1c75bc);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  margin-bottom: 1rem;
}

.button.text-color-white {
  background-image: none;
}

.button.color-button {
  color: #fff;
  background-color: #197bbf;
  background-image: none;
  background-position: 50%;
  background-size: cover;
  border-style: none;
  border-radius: .5rem;
}

.button.porto-spacing {
  width: 100%;
  margin-right: .7rem;
}

.heading-medium {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-large {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.text-weight-bold.text-style-allcaps.text-color-grey {
  color: #6d6e71;
}

.text-weight-bold.text-style-allcaps {
  color: #004c87;
}

.text-weight-bold.text-color-accent-3 {
  color: var(--dark-slate-grey);
}

.text-size-large {
  font-size: 1.5rem;
}

.icon-medium {
  height: 4rem;
}

.text-size-regular {
  font-size: 1rem;
}

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

.fs-styleguide_section {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

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

.text-align-center.text-span-11 {
  font-family: Work Sans, sans-serif;
  font-weight: 800;
}

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

.icon-small {
  height: 2rem;
}

.show-mobile-portrait {
  display: none;
}

.text-style-italic {
  font-style: italic;
}

.background-color-grey {
  background-color: #a8c1d833;
}

.hide {
  display: none;
}

.fs-styleguide_section-type {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
}

.text-size-medium {
  font-size: 1.25rem;
}

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

.text-weight-xbold {
  font-weight: 800;
}

.text-style-link {
  text-decoration: underline;
}

.form-wrapper {
  margin-bottom: 0;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
  font-weight: 500;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h3 {
  color: #44494d;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h4 {
  color: #000;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
}

.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: .5rem;
}

.text-rich-text p, .text-rich-text blockquote, .text-rich-text ul {
  margin-bottom: .75rem;
}

.text-rich-text a {
  color: #1c75bc;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.icon-large {
  height: 4rem;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.form-radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.heading-xlarge {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.form-input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.text-size-tiny {
  font-size: .75rem;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.form-checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  background-color: var(--dark-orange);
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large.is-huge {
  max-width: 120rem;
}

.container-large.fix {
  flex-direction: column;
  justify-content: flex-end;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 8rem;
  display: flex;
}

.container-large.max-w {
  max-width: 55rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.fs-styleguide_classes {
  display: none;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.fs-styleguide_1-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_1-col.gap-medium {
  grid-row-gap: 2.5rem;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.page-padding.image-background {
  background-image: linear-gradient(#fffc, #fffc);
  background-position: 0 0;
  background-size: auto;
}

.fs-styleguide_2-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  display: grid;
}

.text-align-right {
  text-align: right;
}

.show-tablet {
  display: none;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.text-color-grey {
  color: #666;
  font-family: Work Sans, sans-serif;
  font-weight: 700;
}

.form-radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.show-mobile-landscape {
  display: none;
}

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

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.icon-1x1-large {
  width: 4rem;
  height: 4rem;
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.button-secondary {
  color: var(--midnight-blue);
  text-align: center;
  letter-spacing: .02em;
  transform-style: preserve-3d;
  background-color: #0000;
  border: 1px solid #4a5d6933;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
  transition: transform .35s, border-color .35s, color .35s, background-color .35s;
}

.button-secondary:hover {
  background-color: var(--dark-orange);
  color: #fff;
  transform: scale3d(.95, .95, 1.01);
}

.button-secondary.button-white {
  color: #fff;
  border-color: #fff;
}

.button-secondary.button-white:hover {
  color: #1c75bc;
  background-color: #fff;
  border-style: solid;
  border-color: #e6e7f3;
}

.button-secondary.button-black {
  color: #424242;
  border: .1rem solid #424242;
}

.button-secondary.button-black:hover {
  background-color: #0000;
}

.button-secondary.button-white-copy {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

.button-secondary.button-white-copy:hover {
  color: #1c75bc;
  background-color: #fff;
  border-style: solid;
  border-color: #e6e7f3;
}

.button-text {
  color: var(--midnight-blue);
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.margin-tiny {
  margin: .125rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.margin-xsmall {
  margin: .5rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .125rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem 0;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  margin-bottom: .5rem;
}

.margin-bottom.margin-xlarge {
  margin-bottom: 0;
}

.margin-bottom.margin-medium {
  margin-top: 2rem;
}

.margin-bottom.margin {
  margin-top: 1rem;
  margin-bottom: 4rem;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-huge.fix-bottom-padding {
  padding-bottom: 2rem;
}

.padding-vertical.padding-huge.fix-top-padding {
  padding-top: 2rem;
}

.padding-vertical.padding-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.fs-styleguide_background-spacer {
  height: 5rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.heading-small {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-small.margin-bottom.margin-small.manual-small-text {
  margin-bottom: .4rem;
  font-size: 1.2rem;
}

.heading-xsmall {
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

.text-weight-medium {
  margin-top: 1rem;
  font-weight: 500;
}

.fs-styleguide_version-details {
  z-index: 5;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.fs-styleguide_page-header {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.fs-styleguide_message-outer {
  color: #fff;
  min-height: 100vh;
  padding: .75rem;
  display: flex;
}

.fs-styleguide_message-inner {
  background-color: #1a1a1a;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_messege-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .85fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.fs-styleguide_messege-heading {
  line-height: .8;
}

.fs-styleguide_messege-heading-span {
  font-size: 2.25rem;
  font-weight: 400;
}

.nav_menu {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav_menu.hide {
  display: none;
}

.nav_link {
  color: #4a5d69;
  padding: 1rem;
  font-weight: 500;
  transition: color .2s;
}

.nav_link:hover {
  color: #386eec;
}

.nav_link.w--current {
  color: #004c87;
}

.nav_button-wrapper {
  display: flex;
}

.nav_container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav_logo-link {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav_component {
  box-shadow: none;
  background-color: #96414100;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  height: 6.5rem;
  max-height: 6.5rem;
  padding: 1rem 2.5rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.nav_component.transparent {
  background-color: #0000;
}

.nav_component.terms {
  background-color: #00a5ff;
  position: relative;
}

.nav_button {
  color: #fff;
  text-align: center;
  background-color: #386eec;
  background-image: linear-gradient(130deg, #2bb673, #1c75bc);
  justify-content: center;
  align-items: center;
  margin-left: 1.25rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: inline-block;
  position: relative;
}

.nav_button:hover {
  color: #fff;
  background-color: #5487ff;
}

.nav_button.nav-button-white {
  background-color: #386eec;
}

.nav_button.nav-button-white:hover {
  transform: scale(.95);
}

.nav_button.hide {
  display: none;
}

.dropdown-toggle {
  align-items: center;
  padding: 1rem;
  display: flex;
}

.dropdown-toggle:hover {
  color: #386eec;
}

.dropdown-toggle.hide {
  display: none;
}

.text-block-3 {
  color: #4a5d69;
  font-weight: 500;
}

.dropdown-toggle-icon {
  color: #4a5d69;
  margin: auto 0 auto .75rem;
  position: static;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown-list.w--open {
  background-color: #fdfdfd;
  border-radius: 10px;
  box-shadow: 1px 1px 3px #0003;
}

.dropdown-link {
  color: #4a5d69;
  font-weight: 500;
  transition: color .2s;
}

.dropdown-link:hover {
  color: #004c87;
}

.dropdown-link.w--current {
  color: #1c75bc;
}

.hero-home {
  background-image: none;
  background-position: 50% 0;
  background-size: cover;
  height: 95vh;
  padding-top: 14rem;
  padding-bottom: 10rem;
  position: relative;
}

.hero-home.hide_desktop {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  display: block;
}

.hero-home.hide_mobile {
  background-image: none;
  background-position: 50% 0;
  height: 100vh;
}

.container-default {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.container-default.hide {
  display: none;
}

.hero-wrapper {
  color: #fff;
  align-items: flex-start;
  display: flex;
}

.home-event-date-wrapper {
  text-align: center;
  border: 1px solid #adadad;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  margin-right: 2rem;
  padding: 20px 25px;
  display: flex;
}

.home-event-day {
  text-shadow: 1px 1px #3333334d;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1em;
}

.divider {
  background-color: #e6e7f3;
  width: 100%;
  height: 1px;
}

.divider.home-event-days {
  background-color: #fff9;
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.divider.home-event-date {
  background-color: #d6d6d6;
  height: 3.5px;
  margin-top: .7rem;
  margin-bottom: .7rem;
}

.home-event-month {
  text-shadow: 1px 1px #3333334d;
  margin-bottom: .3rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1em;
}

.home-event-year {
  text-shadow: 1px 1px #3333334d;
  margin-bottom: .3rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2em;
}

.subtitle {
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 500;
}

.title {
  margin-bottom: 1rem;
}

.title.hero {
  letter-spacing: .02em;
  text-shadow: 0 4px 12px #02021526;
  max-width: 840px;
  margin-bottom: 1rem;
}

.title.why-card {
  max-width: 280px;
  font-size: 1.9rem;
}

.title.hero {
  color: #fff;
  letter-spacing: .02em;
  text-shadow: 0 4px 5px #02021526;
  max-width: 700px;
  margin-bottom: 1rem;
  font-size: 2.4rem;
  font-weight: 300;
}

.title.event-title-programme {
  color: #333;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.3;
}

.title.event-title-programme.without-margin {
  margin-bottom: 0;
}

._2-buttons {
  display: flex;
}

.spacer._2-buttons {
  width: 30px;
}

.welcome-message_component {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  grid-template: "." 1fr
  / 1.5fr 4fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
}

.welcome-message_message {
  line-height: 1.9;
}

.home-heading-component {
  color: #3fa2bc;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
  position: relative;
}

.welcome-message_photo {
  object-fit: cover;
  object-position: 50% 30%;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.heading-medium-2 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
}

.welcome-message_photo-wrapper {
  float: left;
  border: 2px #386eec;
  border-radius: 10px;
  width: 20rem;
  height: 23rem;
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-right: 2rem;
  box-shadow: 1px 0 10px 1px #00000026;
}

.full-width-line {
  background-color: #fbc230;
  width: 100%;
  height: 1px;
  position: absolute;
}

.home-heading_text-wrapper {
  background-color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  overflow: hidden;
}

.home-cta_content-left.fix {
  padding-left: 1rem;
  padding-right: 1rem;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #f58a07;
  border-radius: 1.9375rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 2rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-block;
  position: relative;
}

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

.button-2.is-inverted-color {
  color: #f58a07;
  background-color: #fff;
  border: 1px solid #0000;
  transition: border .2s, color .2s, background-color .2s;
}

.button-2.is-inverted-color:hover {
  color: #fff;
  background-color: #f58a07;
  border: 1px solid #fff;
}

.section-home-cta.gradient-background {
  background-image: none;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.home-cta_content-right {
  color: #fff;
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 3rem 4rem 3rem 6rem;
  display: flex;
}

.home-cta_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .75fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.home-cta_image {
  filter: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.bottom-padding {
  margin-bottom: 1rem;
  font-size: 2.6rem;
}

.subscribe-email {
  background-image: none;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.form-error-icon-wrapper {
  background-color: #d73a49;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 100%;
  display: flex;
}

.cta-form-wrapper {
  width: 100%;
  margin-bottom: 0;
}

.form-message-success-2 {
  background-color: #fff;
  border: 1px solid #e1e4e8;
  border-radius: .5rem;
  height: 3rem;
  padding: 0;
  overflow: hidden;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #0366d6;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-size: .875rem;
  font-weight: 600;
  transition: background-color .1s ease-out;
}

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

.form-error-icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.form-success-icon-wrapper {
  background-color: #28a745;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 100%;
  display: flex;
}

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

.padding-vertical-2.padding-large {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-vertical-2.padding-large.top-padding-remove {
  padding-top: 0;
}

.form-input-2 {
  background-color: #fff;
  border: 1px solid #e1e4e8;
  border-radius: 0;
  height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
}

.form-input-2:focus {
  border-color: #959da5;
}

.form-input-2::placeholder {
  color: #959da5;
  font-size: .875rem;
}

.margin-bottom-2 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom-2.margin-medium, .margin-bottom-2.margin-medium.fix {
  margin-bottom: 0;
}

.margin-bottom-2.margin-small.text-size-small {
  flex-direction: column;
  display: flex;
}

.margin-bottom-2.margin-small {
  margin-bottom: 1rem;
}

.form-message-error-2 {
  background-color: #fff;
  border: 1px solid #e1e4e8;
  border-radius: .5rem;
  height: 3rem;
  margin-top: 1rem;
  padding: 0;
  overflow: hidden;
}

.cta-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto max-content;
  grid-auto-columns: auto;
  align-items: center;
  display: grid;
}

.form-success-icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.form-state-content {
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.cta-subscribe {
  background-image: linear-gradient(145deg, var(--dark-slate-grey), var(--light-blue));
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.cta-subscribe.hide {
  display: none;
}

.welcome {
  background-image: linear-gradient(#ffffffa6, #ffffffa6);
  background-position: 0 0;
  background-size: auto;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.welcome.hide {
  display: none;
}

.cta-venue {
  background-image: linear-gradient(117deg, var(--dark-slate-grey), var(--light-blue));
  height: 100%;
  display: flex;
}

.cta-venue.hide {
  display: none;
}

.section-why {
  background-image: none;
  background-position: 50%;
  background-size: cover;
}

.why-us-wrapper {
  position: relative;
}

.why-grid {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 50px;
  margin-bottom: 40px;
  position: relative;
}

.container-button {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container-button.hide {
  display: none;
}

.card {
  background-color: #fff;
  border-radius: 25px;
  padding: 50px 32px;
  box-shadow: 0 8px 30px #4a5d6917;
}

.paragraph-why {
  z-index: 1;
  text-align: center;
  margin-bottom: 1rem;
  position: relative;
}

.card-why-icon {
  z-index: 1;
  position: relative;
}

.text-color-accent {
  background-image: linear-gradient(120deg, var(--dark-slate-grey), var(--light-blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.container-title {
  margin-bottom: 5rem;
}

.heading {
  font-family: Work Sans, sans-serif;
  font-size: 2.6rem;
  font-weight: 900;
}

.heading.justify-center {
  margin-bottom: 2rem;
}

.heading.justify-center.align-center, .heading.text-color-white.align-center {
  text-align: center;
}

.testimonial_play-wrapper {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.layout19_video-image {
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
  height: 650px;
}

.text-color-white {
  color: #fff;
  font-weight: 500;
}

.div-block-7 {
  position: relative;
}

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

.testimonial_play-icon {
  box-shadow: none;
  margin-right: 1rem;
}

.testimonial_play-icon:hover {
  transform: scale(.96);
}

.layout2_image {
  object-fit: cover;
  border-radius: .25rem;
  width: 100%;
  height: 100%;
}

.layout2_image-wrapper {
  height: 13rem;
  transform: rotate(0);
  box-shadow: 0 8px 13px #00000014;
}

.layout2_image-wrapper:hover {
  transform: scale(.95);
}

.layout2_content {
  max-width: 32rem;
}

.layout2_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.footer4_content-left {
  flex-direction: column;
  align-items: flex-start;
}

.footer4_social {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: center;
  display: grid;
}

.line-divider {
  background-color: #e1e4e8;
  width: 100%;
  height: 1px;
}

.footer4_column {
  align-items: flex-start;
}

.footer4_bottom {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer4_bottom.text-color-white {
  justify-content: center;
}

.footer4_logo-link {
  flex: none;
  display: block;
}

.footer4_logo-link.w--current {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.footer4_logo-link.hide {
  display: none;
}

.social-link {
  justify-content: center;
  align-items: center;
  transition: color .2s;
}

.social-link:hover {
  color: #0366d6;
}

.footer4_link {
  margin-bottom: .5rem;
  transition: color .2s ease-out;
}

.footer4_link:hover {
  color: #0366d6;
}

.social-icon-2 {
  width: 1.25rem;
  height: 1.25rem;
}

.footer4_top {
  grid-column-gap: 3rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .75fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer4_content-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: end;
  display: grid;
}

.footer4_content-right.hide {
  display: none;
}

.margin-top-2 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.footer4_component {
  border-top: 1px solid #3333331a;
}

.footer4_logo {
  max-height: 2.6rem;
}

.footer4_logo.leading {
  max-height: 2.5rem;
}

.text-block-4 {
  margin-bottom: .5rem;
}

.footer-cta_shape-top {
  background-color: #006eff;
  border-bottom-left-radius: .375rem;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0% auto auto -3.5rem;
}

.footer-cta_background {
  z-index: -1;
  background-color: #202020;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.footer-cta_content {
  text-align: left;
  background-color: #00f;
  border-top-right-radius: .75rem;
  border-bottom-left-radius: .75rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 6rem;
  display: flex;
  position: relative;
}

.footer-cta_component {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
}

.footer-cta_shape-bottom {
  background-color: #006eff;
  border-bottom-right-radius: .375rem;
  width: 1rem;
  height: 1rem;
  position: absolute;
  inset: auto -2.5rem 0% auto;
}

.button-small-copy {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #18181d;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 18px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.button-small-copy:hover {
  background-color: #272731;
}

.button-small-copy.white-small-copy {
  color: #fff;
  text-align: center;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 0;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-color-white-2 {
  color: #fff;
  font-size: 25px;
}

.link {
  color: #004c87;
}

.slider-subtitle {
  margin-bottom: 1.5rem;
}

.grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 100%;
  height: 100%;
}

.product-features_image {
  object-fit: contain;
  max-height: 28rem;
}

.home-cta_component-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.page-padding-2 {
  z-index: 1;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.button-4 {
  color: #fff;
  text-align: center;
  background-color: #1c75bc;
  border: .125rem #00306f;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 2.5rem;
  font-weight: 500;
  transition: border-color .3s, background-color .3s;
}

.button-4:hover {
  background-color: #313852;
  border-color: #313852;
}

.home-cta_image-wrapper, .home-cta_content {
  max-width: 36rem;
}

.home-features_list {
  grid-column-gap: 8.5rem;
  grid-row-gap: 3rem;
  color: #fff;
  text-align: left;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  padding: 4rem;
  display: grid;
}

.home-features_item {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.features-icon-wrapper {
  color: #6b7cff;
  margin-bottom: 1rem;
  box-shadow: 1px 1px 3px #0000001a;
}

.icon-1x1-medium-2 {
  width: 3rem;
  height: 3rem;
}

.text-size-xxlarge {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
}

.cta-icons {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.cta-icons.hide {
  display: none;
}

.section-venue {
  background-image: linear-gradient(#ffffffa6, #ffffffa6);
  background-position: 0 0;
  background-size: auto;
}

.section-video {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.footer-grid {
  grid-column-gap: 21px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr 1fr;
  margin-top: 1rem;
}

.footer-logos {
  flex: none;
  display: block;
}

.featured-blog_author-description {
  align-items: center;
  display: flex;
}

.blog-template_component {
  margin-top: 0;
}

.heading-8 {
  color: #1d69a5;
  font-weight: 800;
}

.blog-template_author-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  justify-content: start;
  align-items: center;
  display: grid;
}

.text-rich-text-2 {
  line-height: 1.7;
}

.feature-blog_author-photo {
  width: 3rem;
  height: 3rem;
  margin-right: .5rem;
}

.blog-template_image {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 1.25rem;
  width: 100%;
  max-height: 18rem;
}

.blog-template_image.cover-img {
  object-position: 50% 70%;
}

.blog-template_image.cover-img-copy {
  object-position: 50% 80%;
}

.blog-template_image.cover-img-down {
  object-position: 50% 50%;
}

.layout7_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.lightbox-link {
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 13rem;
  transition: filter .2s, transform .2s;
}

.image:hover {
  filter: brightness(80%);
  transform: scale(1.1);
}

.lightbox-link-2 {
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
}

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

.resources-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
}

.resource-wrapper {
  align-items: stretch;
  display: flex;
}

.resource-icon-wrapper {
  border: 1.2px solid #e6e7f3;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  height: 80px;
  margin-right: 1rem;
  transition: transform .35s, box-shadow .35s;
  display: flex;
  box-shadow: 0 7px 13px #4a5d6921;
}

.resource-icon-wrapper:hover {
  transform: scale(.9);
}

.resource-title-link {
  margin-bottom: 5px;
  transition: color .35s;
}

.resource-title-link:hover {
  color: #386eec;
}

.resource-link {
  color: #386eec;
  font-weight: 700;
}

.paragraph-small {
  margin-bottom: .25rem;
}

.container-title-pages {
  max-width: 500px;
  margin-bottom: 3rem;
}

.title-wrapper {
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
}

.title-wrapper.magin {
  margin-top: 4rem;
}

.image-resource {
  width: 60%;
  height: 60%;
}

.container {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.div-block-8 {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.layout3_component {
  grid-column-gap: 4.25rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.layout3_image {
  object-fit: contain;
  border-radius: .25rem;
  width: 100%;
  height: 100%;
  min-height: 19.5rem;
}

.layout3_content {
  max-width: 32rem;
}

.text-span {
  color: #333;
  font-weight: 400;
}

.footer4_content-right-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.footer4_logo-link-2 {
  flex: none;
}

.page-padding-3 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.footer4_logo-2 {
  max-height: 1.5rem;
}

.text-span-2, .text-span-3 {
  font-weight: 300;
}

.features-icon-wrapper-copy {
  color: #6b7cff;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.text-color-accent-copy {
  color: #386eec;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(120deg, #1c75bc, #2bb673);
  -webkit-background-clip: text;
  background-clip: text;
}

.card-copy {
  box-shadow: none;
  padding-top: 1.4rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.icon-medium-copy {
  height: 6rem;
}

.title-copy {
  color: #fff;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 400;
}

.title-copy.hero {
  letter-spacing: .02em;
  text-shadow: 0 4px 12px #02021526;
  max-width: 840px;
  margin-bottom: 1rem;
}

.title-copy.why-card {
  max-width: 280px;
  font-size: 1.9rem;
}

.text-span-4 {
  font-weight: 700;
}

.text-span-5 {
  font-weight: 300;
}

.footer3_logo {
  max-height: 1.5rem;
}

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

.footer3_social {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: center;
  display: grid;
}

.footer3_component {
  background-color: #6d6e71;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
}

.footer3_right {
  align-items: center;
  display: flex;
}

.heading-9 {
  font-size: 2.6rem;
}

.text-span-6 {
  font-weight: 300;
}

.div-block-9 {
  background-image: linear-gradient(145deg, var(--dark-slate-grey), var(--light-blue));
  width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.div-block-10 {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.footer4_logo_apoio {
  max-height: 2rem;
}

.footer4_logo_apoio.leading {
  max-height: 2.5rem;
}

.footer4_logo_footer {
  height: 4rem;
  max-height: 5rem;
}

.footer4_logo_footer.leading {
  max-height: 2.5rem;
}

.footer4_logo_footer.size {
  height: 3rem;
  max-height: 6rem;
}

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

.text-span-8 {
  font-size: 2rem;
}

.text-span-9.color-text-black {
  color: #333;
}

.heading-10 {
  font-size: 2.3rem;
}

.text-span-11 {
  font-family: Gotham ultra, sans-serif;
  font-weight: 400;
}

.text-span-11.margin-fix {
  margin-top: 3rem;
}

.text-span-11.text-color-black {
  color: #333;
}

.dropdown-100 {
  width: 100%;
}

.nav-dropdown-3 {
  color: #4a5d69;
  justify-content: space-between;
  padding: 1rem 20px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 21px;
  display: flex;
}

.nav-dropdown-3:hover {
  color: #386eec;
}

.nav-dropdown-3.hide {
  display: none;
}

.dropdown-list-2 {
  background-color: #f0f4f5;
}

.dropdown-list-2.w--open {
  border-radius: 3px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 10px;
  font-size: 15px;
  font-weight: 500;
}

.dropdown-list-2.second-level-dropdown.w--open {
  color: #1d3444;
  background-color: #00aeef0d;
  width: 100%;
  padding-left: 10px;
  font-weight: 400;
  position: static;
}

.dropdown-link-4 {
  color: #4a5d69;
  padding: 1rem 2rem;
  font-weight: 500;
  transition: color .2s;
}

.dropdown-link-4:hover {
  color: #386eec;
}

.dropdown-link-4.w--current {
  color: #ab6133;
}

.dates_grid-date {
  background-color: #f3f3f3;
  border-radius: 0 8px 8px 0;
  padding: 1rem;
  font-weight: 600;
}

.dates_grid-date.grid-green {
  background-color: #bbe86033;
}

.dates_grid-date.grid-blue {
  background-color: #005dbe24;
}

.dates-grid_heading {
  background-color: #fff;
  background-image: none;
  border: 1px solid #0000001a;
  border-radius: 5px;
  padding: 1rem;
  font-weight: 700;
  box-shadow: 6px 6px 13px #0000001a;
}

.dates-grid {
  grid-column-gap: 0rem;
  grid-row-gap: .6rem;
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: .5rem;
  font-size: 1.2rem;
  display: grid;
}

.dates_grid-description {
  background-color: #f3f3f3;
  border-radius: 8px 0 0 8px;
  padding: 1rem;
}

.dates_grid-description.grid-blue {
  background-color: #005dbe26;
}

.dates_grid-description.grid-green {
  background-color: #bbe86033;
}

.dates_abstracts {
  margin-bottom: 1rem;
}

.text-block-2 {
  margin-top: 1rem;
}

.div-block-11 {
  display: flex;
}

.pricing4_table-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  border: 1px solid #0000000d;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .5fr;
  margin-bottom: .5rem;
  padding: 1rem 4rem;
  font-size: 1.1rem;
  box-shadow: 0 8px 13px -3px #0000001a;
}

.pricing4_table-content.div-color-grey {
  background-color: #4a5d6912;
}

.pricing4_table-title-wrapper {
  align-items: center;
  display: flex;
}

.pricing4_help-wrapper {
  flex: 1;
  margin-left: .5rem;
  position: relative;
}

.pricing4_help-textbox {
  background-color: #e9f0f1;
  width: 12.5rem;
  margin-top: .5rem;
  padding: .5rem .75rem;
  display: none;
  position: absolute;
}

.pricing4_table-title {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-image: none;
  background-position: 0 0;
  background-size: 960px;
  border: 1px solid #0000000d;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .5fr;
  margin-bottom: .5rem;
  padding: 1rem 4rem;
  font-size: 1.1rem;
  box-shadow: 0 8px 13px -3px #0000001a;
}

.pricing4_table-title.text-color-white {
  background-image: linear-gradient(to bottom, var(--dark-slate-grey), var(--light-blue));
}

.call-to-action {
  background-image: linear-gradient(to bottom, var(--dark-slate-grey), var(--dark-slate-grey));
  background-position: 0 0;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
}

.call-to-action.bg_foto {
  background-image: none;
  background-position: 0%;
  background-size: cover;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .5fr;
}

.bold-text {
  font-family: Gotham ultra, sans-serif;
}

.container-title-2 {
  max-width: 80rem;
}

.container-title-2.bottom-margin {
  margin-bottom: 2rem;
}

.container-title-2.bottom-margin.fix-bottom {
  margin-bottom: 4rem;
}

.text-color-accent-2 {
  color: #3a5eaa;
}

.subtitle-pages {
  color: gray;
  letter-spacing: 2px;
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.rich-text-block {
  color: #696969;
  align-self: center;
  font-weight: 400;
}

.rich-text-block a {
  color: #197bb8;
}

.rich-text-block.align {
  align-self: auto;
}

.rich-text-block strong {
  color: #44494d;
  font-size: 1.05rem;
}

.rich-text-block.fix-alignment {
  margin-left: 1rem;
}

.rich-text-block.margin-2rem {
  color: #696969;
  margin-bottom: 2rem;
}

.rich-text-block.margin-2rem.color {
  color: #197bb8;
}

.rich-text-block h4 {
  color: #161616;
}

.heading-11 {
  color: var(--dark-slate-grey);
  font-family: Work Sans, sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
}

.heading-11.margin-fix {
  margin-top: 3rem;
}

.heading-11.text-align-center {
  color: #00a5ff;
}

.text-weight-medium-copy {
  color: #fff;
  text-align: center;
  margin-top: 2rem;
  font-weight: 500;
}

.layout9_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 2rem;
  display: grid;
}

.layout9_item {
  border: 1px solid #e1e4e84d;
  border-radius: .25rem;
  padding: 1.5rem 2rem;
  box-shadow: 1px 0 10px 1px #0000000d;
}

.layout9_icon-wrapper {
  margin-bottom: 1rem;
}

.icon-1x1-medium-3 {
  width: 1.5rem;
  height: 1.5rem;
}

.heading-small-2 {
  color: #44494d;
  font-size: 1.5rem;
  font-weight: 700;
}

.map_address-details {
  background-color: #f3f3f3;
  border-radius: 0 20px;
  padding: 2.4rem 2.2rem;
  position: absolute;
  bottom: 0;
}

.map_content-wrapper {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .6fr;
  grid-auto-columns: 1fr;
  width: 25rem;
  display: block;
}

.map_content-wrapper.hide {
  display: none;
}

.map_component {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  position: relative;
}

.map_address-border-outline {
  border-left: 3px solid #1d69a5;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: .2rem;
}

.map_real-map {
  border-radius: 20px;
  height: 42rem;
}

.map_text-location {
  font-size: .95rem;
}

.map_address-border-inline {
  border-left: 3px solid #f58a07;
  padding-left: .8rem;
}

.html-embed {
  height: 32rem;
}

.pricing_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.pricing_component.hide {
  display: none;
}

.pricing_plans {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.pricing_plans.hide {
  display: none;
}

.pricing_plan {
  background-color: #fff;
  border-radius: 1.5rem;
  flex-direction: column;
  flex: 1;
  transition: transform .3s, box-shadow .3s;
  display: flex;
}

.pricing_plan:hover {
  transform: translate(0, -.25rem);
  box-shadow: 0 4px .75rem #71738080;
}

.pricing_plan.is-highlighted {
  background-image: linear-gradient(135deg, #d7e7f9, #d5f4ec);
  border: .25rem solid #386eec;
}

.pricing_plan.is-highlighted:hover {
  box-shadow: 0 4px .75rem #20254c80;
}

.pricing_feature-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
}

.pricing_tab-pane {
  width: 100%;
}

.pricing_plan-bottom {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding-bottom: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.pricing-plan_icon-wrapper {
  background-color: #e6e6e6;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.pricing-plan_icon-wrapper.is-highlighted {
  color: #6b7cff;
  background-color: #ffffff61;
}

.pricing_tab-link {
  background-color: #0000;
  padding: .875rem 3rem;
  font-weight: 700;
}

.pricing_tab-link.w--current {
  color: #fff;
  text-align: center;
  background-color: #002f78;
  background-image: none;
  background-position: 50%;
  background-size: cover;
  border-radius: .5rem;
}

.heading-medium-3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.pricing_price-wrapper {
  margin-bottom: 2rem;
}

.pricing_button-wrapper {
  margin-top: 1.5rem;
}

.pricing_tabs-menu {
  background-color: #197bb833;
  background-image: none;
  background-position: 50%;
  background-size: cover;
  border-radius: .5rem;
  margin-bottom: 3rem;
  padding: .5rem;
}

.pricing-plan_icon {
  width: 1.25rem;
  height: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}

.pricing-plan_icon.is-highlighted {
  color: #2bb673;
  width: 1.5rem;
  height: 1.25rem;
}

.pricing_plan-divider {
  background-color: #d8d8d8;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

.pricing_plan-header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  margin-left: -.3rem;
  display: grid;
}

.pricing_features-wrapper {
  flex: 1;
  margin-bottom: 2rem;
}

.pricing_plan-top {
  padding-top: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.pricing_feature {
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.section-destaque {
  background-image: linear-gradient(#ffffffa6, #ffffffa6);
  background-position: 0 0;
  background-size: auto;
}

.section-destaque.hide-2 {
  display: none;
}

.text-span-12 {
  color: #197bb8;
}

.grid-3 {
  grid-column-gap: 19px;
  grid-row-gap: 30px;
  grid-template-columns: .25fr 1fr;
}

.div-block-13 {
  align-items: stretch;
  margin-bottom: 2rem;
  display: flex;
}

.text-block-5 {
  text-align: center;
  font-size: .7rem;
  font-weight: 400;
}

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

.submit-button {
  flex-direction: column;
  margin-bottom: 2rem;
  display: flex;
}

.submit-button.hide {
  display: none;
}

.rich-text-block-color {
  color: #696969;
  align-self: center;
  font-weight: 400;
}

.rich-text-block-color a {
  color: #197bb8;
}

.rich-text-block-color.align {
  align-self: auto;
}

.rich-text-block-color p {
  color: #197bb8;
}

.logo-section-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
  display: flex;
}

.h3-3 {
  color: #172c56;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 80%;
  font-size: 36px;
  font-weight: 700;
  line-height: 45px;
  display: flex;
}

.logo-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.logo-box.two-logos {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.logo-container-box {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  display: flex;
}

.logo-img {
  flex: 0 auto;
  max-width: 80%;
}

.p2 {
  color: #172c56;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

.faq_item {
  cursor: pointer;
  background-color: #fff;
  border: 1px #00000026;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.faq_item.is-last-item {
  margin-bottom: 0;
}

.faq_item.color-bg {
  background-color: #d7df2333;
  border-radius: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.faq_answer {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.faq_anwer-wrapper {
  padding-top: 1rem;
}

.faq_icon-line {
  background-color: #000;
  border-radius: .25rem;
  width: 1.25rem;
  height: .25rem;
  position: absolute;
}

.faq_icon-line.is-vertical {
  transform: rotate(90deg);
}

.faq_question {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.faq_icon {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 2rem;
  display: flex;
}

.heading-small-3 {
  color: #44494d;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

.faq_items {
  box-shadow: none;
  border: 1px solid #0000;
  border-color: #0000000d #0000 #0000001a;
  border-radius: 15px;
  flex-direction: column;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.faq_items.color-bg {
  background-color: #d7df2333;
}

.faq_question-copy {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-7 {
  color: #696969;
}

.title-cell {
  padding: 20px;
}

.toggle-row {
  color: #fffc;
  letter-spacing: 2px;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.price-card {
  color: #4e2d92;
  background-color: #fff;
  border: 1px #1a306647;
  border-radius: 25px;
  padding: 32px 34px;
}

.h3 {
  color: #1a3066;
  font-size: 30px;
  font-weight: 700;
}

.toggle-text {
  color: #172c56;
  width: auto;
}

.toggle-text.monthly-toggle {
  width: auto;
}

.pricing-text {
  color: #172c56;
}

.feature-text {
  color: #172c56;
  font-weight: 700;
}

.check-grid-large {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  align-content: start;
  min-height: 150px;
  margin-top: 32px;
  margin-bottom: 20px;
}

.pricing-box-row {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
  display: flex;
}

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

.pricing-module {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1180px;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.heading-2 {
  color: #172c56;
}

.recommend-tag {
  background-color: #fe5f55;
  border-radius: 50px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 40px;
  font-size: 15px;
  display: flex;
}

.grid-feature-blank {
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr;
}

.button-price-light {
  color: #172c56;
  text-align: center;
  background-color: #cacaca38;
  border-radius: 100px;
  width: 100%;
  margin-top: 16px;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 500;
}

.check {
  color: #4361ee;
  margin-right: 20px;
}

.price-card-dark {
  color: #fff;
  background-color: #4361ee;
  border-radius: 25px;
  padding: 32px 34px;
  position: relative;
  box-shadow: 0 90px 90px -50px #4361ee73;
}

.button-price {
  color: #172c56;
  text-align: center;
  background-color: #33f2a3;
  border-radius: 100px;
  width: 100%;
  margin-top: 16px;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 500;
}

.button-price.max-width {
  max-width: 260px;
}

.yearly-discount {
  color: #fe5f55;
  letter-spacing: .5px;
  width: 100%;
  height: 21px;
  font-size: 17px;
  font-weight: 700;
  line-height: 21px;
  display: inline-block;
  position: relative;
  top: 3px;
}

.feature-wrap-2 {
  align-items: center;
  font-size: 15px;
  line-height: 1.5;
  display: flex;
}

.grid-4 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
  margin-bottom: 40px;
}

.check-grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  align-content: start;
  min-height: 150px;
  margin-top: 32px;
  margin-bottom: 20px;
}

.h2-pricing {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.container-3 {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
}

.pricing-text-white {
  margin-top: 4px;
  font-weight: 500;
}

.feature-text-2 {
  color: #172c56;
  font-weight: 700;
}

.grid-feature {
  background-color: #f8faff4a;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.toggle-contain {
  background-color: #cacaca38;
  border-radius: 50px;
  width: 70px;
  height: 34px;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}

.price-top-wrap {
  justify-content: space-between;
  align-items: center;
  min-height: 52px;
  display: flex;
}

.price-cell {
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.toggle-dot {
  background-color: #4361ee;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  position: absolute;
}

.faq_item-2 {
  cursor: pointer;
  background-color: #fff;
  border-radius: 1.5rem;
  flex-direction: column;
  margin-bottom: 1rem;
  padding: 2.5rem;
}

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

.heading-small-4 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.faq_icon-2 {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-left: 2rem;
  display: flex;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center stretch;
  margin-top: 1rem;
}

.home-header_client-bar {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.home-header_client-logos-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-header_client-logo {
  height: 1.8rem;
}

.home-header_client-logos-wrapper-copy {
  grid-column-gap: .75rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.grid-6, .grid-7 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 16rem;
  transition: filter .2s, transform .2s;
}

.image-2:hover {
  filter: brightness(80%);
  transform: scale(1.1);
}

.paragraph {
  margin-bottom: 2rem;
}

.container-4 {
  text-align: center;
  margin-top: 3rem;
}

.why-us-wrapper-2 {
  position: relative;
}

.why-grid-2 {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
  margin-bottom: 40px;
  position: relative;
}

.card-2 {
  padding: 1.4rem 32px;
  box-shadow: 0 8px 30px #4a5d6917;
}

.icon-medium-2 {
  height: 4rem;
}

.paragraph-why-2 {
  z-index: 1;
  text-align: center;
  margin-bottom: 1rem;
  position: relative;
}

.blog-template_image-2 {
  object-fit: cover;
  object-position: 50% 70%;
  border-radius: 1.25rem;
  width: 100%;
  max-height: 18rem;
}

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

.source-dropdown-link {
  color: #555;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  list-style-type: decimal;
}

.table-col {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.table-col.header.left-col {
  z-index: 100;
  z-index: 100;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
  position: sticky;
  left: 0;
}

.table-col.header.left-col-2 {
  z-index: 100;
  background-color: #fff;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
  position: sticky;
  left: 0;
}

.table-col.data {
  justify-content: center;
  align-items: flex-end;
}

.table-col.data.left {
  z-index: 80;
  z-index: 80;
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  position: sticky;
  left: 0;
}

.table-col.data.left-copy {
  z-index: 80;
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  position: sticky;
  left: 0;
}

.table-col.data-copy {
  justify-content: center;
  align-items: flex-end;
}

.table-col.data-copy.left {
  z-index: 80;
  z-index: 80;
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  position: sticky;
  left: 0;
}

.table-col.data-copy.left-copy {
  z-index: 80;
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  position: sticky;
  left: 0;
}

.table-col.header-2.left-col {
  z-index: 100;
  z-index: 100;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
  position: sticky;
  left: 0;
}

.table-col.header-2.left-col-2 {
  z-index: 100;
  background-color: #fff;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
  position: sticky;
  left: 0;
}

.question {
  width: 100%;
}

.arrow-3 {
  color: #000;
}

.arrow-3.sources {
  color: #555;
  margin-right: 340px;
}

.link-2 {
  color: #3d18e2cc;
  margin-left: auto;
  font-size: 12px;
}

.link-2:hover {
  color: #3d18e2;
}

.q-list {
  background-color: #0000;
  height: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.table-header-details-text {
  text-align: center;
  font-size: 12px;
  line-height: 14px;
}

.table {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #fff;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.table:active {
  border: 1px solid #dadada;
}

.table:focus {
  border-color: #d4d4d4;
}

.table.no-pad {
  padding-top: 0;
  padding-bottom: 0;
}

.table.no-pad.overflow {
  cursor: auto;
  flex: none;
  height: auto;
  max-height: 360px;
  padding-left: 0;
  position: relative;
  overflow: auto;
}

.table.no-pad.overflow-2 {
  flex: none;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  overflow: auto;
}

.table-wrapper {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  width: 50%;
  height: auto;
  margin-left: 3px;
  margin-right: 10px;
  padding: 15px 5px;
  transition: transform .2s;
  position: relative;
}

.table-wrapper._100 {
  perspective-origin: 50%;
  flex: 0 auto;
  width: 100%;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  overflow: hidden;
}

.table-wrapper._100.table {
  cursor: auto;
  border-color: #44494d1a;
  flex-direction: column;
  align-items: stretch;
  max-height: none;
  padding: 1rem;
  display: flex;
  overflow: auto;
  box-shadow: 4px 4px 13px #0000001a;
}

.table-wrapper._100.table.hide {
  display: none;
}

.table-wrapper._100 {
  perspective-origin: 50%;
  flex: 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  overflow: hidden;
}

.q-toggle {
  border-top: 1px #000;
  border-bottom: 1px #000;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 40px;
  display: block;
}

.container-5 {
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.table-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.sources-accordian {
  background-color: #0000;
  border: 1px #000;
  border-width: 1px 2px;
  border-radius: 0;
  flex-direction: column;
  align-items: stretch;
  width: 450px;
  margin: 10px auto 40px 0;
  display: flex;
  overflow: hidden;
}

.table-1---header---text {
  color: #5e5656;
  text-align: center;
  border: 1px #000;
  margin-bottom: .5rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 16px;
}

.table-1---header---text.data {
  text-align: right;
  width: 100%;
  font-weight: 400;
}

.table-1---header---text.data.center {
  text-align: left;
  width: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 1rem;
  line-height: 18px;
}

.q-inside {
  color: #252525;
  height: auto;
  padding: 5px 35px 5px 60px;
}

.table-row-6-col {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 140vw;
  display: grid;
  position: sticky;
}

.table-row-6-col.data-row {
  border-top-color: #d6d6d633;
  border-bottom-color: #d6d6d633;
  grid-template-columns: .75fr 1fr 1fr 1fr 1fr;
  align-items: center;
  width: 93vw;
  height: 80px;
}

.table-row-6-col.data-row:hover {
  background-color: #0000;
}

.table-row-6-col.header {
  z-index: 999;
  background-color: #fff;
  border-top-style: none;
  grid-template-columns: .75fr 1fr 1fr 1fr 1fr;
  width: 93vw;
  height: auto;
  min-height: 40px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: sticky;
  top: 0;
}

.textblock {
  color: #555;
}

.table-label {
  color: #2d3e4e;
  text-align: center;
  text-transform: capitalize;
  background-color: #0000;
  margin-bottom: 12px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.blog-template_image-3 {
  object-fit: cover;
  object-position: 50% 56%;
  border-radius: 1.25rem;
  width: 100%;
  max-height: 18rem;
}

.table-row-3-col {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 140vw;
  display: grid;
  position: sticky;
}

.table-row-3-col.data-row {
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  width: 100%;
  height: 30px;
}

.table-row-3-col.data-row:hover {
  background-color: #0000;
}

.table-row-3-col.header {
  z-index: 999;
  background-color: #fff;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: auto;
  min-height: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: sticky;
  top: 0;
}

.table-header-details-text-2 {
  font-size: 12px;
  line-height: 14px;
}

.table-icon-2 {
  width: 24px;
  height: 20px;
  margin-right: 10px;
}

.table-1---header---text-2 {
  color: #5e5656;
  text-align: center;
  border: 1px #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .95rem;
  font-weight: 700;
  line-height: 16px;
}

.table-1---header---text-2.data {
  text-align: right;
  width: 100%;
  font-weight: 400;
}

.table-1---header---text-2.data.center {
  text-align: right;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.table-1---header---text-2.data.center.cms {
  text-align: center;
  font-size: .9rem;
}

.table-wrapper-2 {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  width: 50%;
  height: auto;
  margin-left: 3px;
  margin-right: 10px;
  padding: 15px 5px;
  transition: transform .2s;
  position: relative;
}

.table-wrapper-2._100 {
  perspective-origin: 50%;
  flex: 0 auto;
  width: 100%;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  overflow: hidden;
}

.table-wrapper-2._100.table {
  border-color: #44494d1a;
  flex-direction: column;
  align-items: stretch;
  height: 30rem;
  max-height: none;
  padding: 1rem;
  display: flex;
  overflow: auto;
  box-shadow: 4px 4px 13px #0000001a;
}

.table-wrapper-2._100 {
  perspective-origin: 50%;
  flex: 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  overflow: hidden;
}

.table-wrapper-2._100-2 {
  perspective-origin: 50%;
  border-color: #6969691a;
  flex: 0 auto;
  width: 100%;
  height: auto;
  margin-top: 3rem;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 4px 4px 13px #6969691a;
}

.table-label-2 {
  color: #2d3e4e;
  text-align: left;
  text-transform: capitalize;
  background-color: #0000;
  margin-top: .5rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.table-row-3-col-2 {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 140vw;
  display: grid;
  position: sticky;
}

.table-row-3-col-2.data-row {
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  width: 100%;
  height: 30px;
}

.table-row-3-col-2.data-row:hover {
  background-color: #0000;
}

.table-row-3-col-2.header, .table-row-3-col-2.header-copy {
  z-index: 999;
  background-color: #fff;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: auto;
  min-height: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: sticky;
  top: 0;
}

.table-row-3-col-2.header-copy.cms-2 {
  border-top-color: #d6d6d64d;
  border-bottom-color: #d6d6d64d;
  grid-template-columns: .25fr .5fr 2fr;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.table-row-3-col-2.data-row-2 {
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  width: 100%;
  height: 30px;
}

.table-row-3-col-2.data-row-2:hover {
  background-color: #0000;
}

.table-row-3-col-2.data-row-2.cms-2 {
  border-top-color: #d6d6d64d;
  border-bottom-color: #d6d6d64d;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr .5fr 2fr;
  align-content: center;
  height: 70%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.table-row-3-col-copy {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 140vw;
  display: grid;
  position: sticky;
}

.table-row-3-col-copy.data-row {
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  width: 100%;
  height: 30px;
}

.table-row-3-col-copy.data-row:hover {
  background-color: #0000;
}

.table-row-3-col-copy.header {
  z-index: 999;
  background-color: #fff;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: auto;
  min-height: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: sticky;
  top: 0;
}

.table-row-3-col-copy.data-row-copy {
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  width: 100%;
  height: 30px;
}

.table-row-3-col-copy.data-row-copy:hover {
  background-color: #0000;
}

.table-col-2 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.table-col-2.header.left-col {
  z-index: 100;
  z-index: 100;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
  position: sticky;
  left: 0;
}

.table-col-2.data {
  justify-content: center;
  align-items: flex-end;
}

.table-col-2.data.left {
  z-index: 80;
  z-index: 80;
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  position: sticky;
  left: 0;
}

.table-col-2.data.left-copy {
  z-index: 80;
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  position: sticky;
  left: 0;
}

.table-col-2.data-copy {
  justify-content: center;
  align-items: flex-end;
}

.table-col-2.data-copy.left {
  z-index: 80;
  z-index: 80;
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  position: sticky;
  left: 0;
}

.table-col-2.data-copy.left-copy {
  z-index: 80;
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
}

.table-col-3 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.table-col-3.header.left-col {
  z-index: 100;
  z-index: 100;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
  position: sticky;
  left: 0;
}

.table-col-3.header.left-col-2 {
  z-index: 100;
  background-color: #fff;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
  position: sticky;
  left: 0;
}

.table-col-3.data {
  justify-content: center;
  align-items: flex-end;
}

.table-col-3.data.left {
  z-index: 80;
  z-index: 80;
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  position: sticky;
  left: 0;
}

.table-col-3.data.left-copy {
  z-index: 80;
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  position: sticky;
  left: 0;
}

.table-col-3.data-copy {
  justify-content: center;
  align-items: flex-end;
}

.table-col-3.data-copy.left {
  z-index: 80;
  z-index: 80;
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  position: sticky;
  left: 0;
}

.table-col-3.data-copy.left-copy {
  z-index: 80;
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  position: sticky;
  left: 0;
}

.table-col-3.header-2.left-col {
  z-index: 100;
  z-index: 100;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
  position: sticky;
  left: 0;
}

.table-col-3.header-2.left-col-2 {
  z-index: 100;
  background-color: #fff;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
  position: sticky;
  left: 0;
}

.table-col-3.header-2.left-col-2.cms-2 {
  position: static;
}

.rich-text-block-2 {
  color: #696969;
  align-self: center;
  font-size: .8rem;
  font-weight: 400;
}

.rich-text-block-2 a {
  color: #197bb8;
}

.rich-text-block-2.align {
  align-self: auto;
}

.rich-text-block-2 strong {
  color: #44494d;
}

.rich-text-block-2.fix-alignment {
  margin-left: 1rem;
}

.rich-text-block-2.margin-2rem {
  color: #696969;
  margin-bottom: 2rem;
}

.rich-text-block-2.margin-2rem.color {
  color: #197bb8;
}

.grid-3-columns {
  grid-column-gap: 26px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 2rem;
}

.card---brix {
  background-color: #fff;
  border: 1px solid #f7f7fb;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 14px #080f340a;
}

.card---brix.icon-center---brix {
  text-align: center;
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 48px 32px 56px;
  display: flex;
  box-shadow: 6px 0 13px #6969691a;
}

.card---brix.icon-center---brix.test {
  border-color: #6969690d;
  justify-content: center;
  align-items: center;
  height: 15rem;
  margin-top: 1.5rem;
  box-shadow: 2px 0 13px #6969691a;
}

.card---brix.icon-center---brix.test:hover {
  transform: none;
}

.card---brix.icon-center---brix.test.padding {
  padding-top: 30px;
  padding-bottom: 30px;
}

.card---brix.spacing {
  border-color: #e7e7e7;
  border-radius: 5px;
  padding: 1rem 1.5rem;
}

.heading-size-4 {
  font-family: Gotham ultra, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 28px;
}

.div-block-14 {
  color: #fff;
  background-color: #004c87;
  margin-bottom: 1rem;
  padding: 10px 30px;
  position: relative;
  inset: -4% 0% 0% -32px;
}

.paragraph-2 {
  color: #696969;
  text-align: left;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center stretch;
  margin-top: 1rem;
}

.rich-text-block-3 {
  color: #696969;
  align-self: center;
  padding-left: 1.2rem;
  font-weight: 400;
}

.rich-text-block-3 a {
  color: #197bb8;
}

.rich-text-block-3.align {
  align-self: auto;
}

.rich-text-block-3 strong {
  color: #44494d;
  font-size: 1.05rem;
}

.rich-text-block-3.fix-alignment {
  margin-left: 1rem;
}

.rich-text-block-3.margin-2rem {
  color: #696969;
  margin-bottom: 2rem;
}

.rich-text-block-3.margin-2rem.color {
  color: #197bb8;
}

.home-cs {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  height: 100vh;
}

.home-cs.desktop-hide {
  background-image: none;
}

.home-cs.mobile-hide {
  display: none;
}

.section {
  height: 100vh;
}

.link-3 {
  color: #696969;
}

.div-block-15 {
  width: 100%;
  margin-top: 1rem;
}

.text-span-13 {
  color: #004c87e6;
}

.welcome-message_component-2 {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  grid-template: "." 1fr
  / 1.5fr 4fr;
  grid-auto-columns: 1fr;
}

.welcome-message_photo-wrapper-2 {
  float: left;
  width: 20rem;
  height: 100%;
  margin-bottom: 0;
  margin-right: 2rem;
  padding: .7rem;
}

.welcome-message_photo-2 {
  object-fit: cover;
  object-position: 50% 30%;
  background-color: #3fa2bc;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.welcome-message_message-2 {
  margin-bottom: .6rem;
  line-height: 1.9;
}

.heading-11-copy {
  color: #fff;
  text-align: left;
  font-family: Gotham ultra, sans-serif;
  font-size: 2.5rem;
}

.heading-11-copy.margin-fix {
  margin-top: 3rem;
}

.heading-11-copy.text-color-black {
  color: #333;
}

.text-span-14 {
  font-family: Gotham ultra, sans-serif;
  font-weight: 400;
}

.rich-text-block-1-1 {
  color: #696969;
  align-self: center;
  font-weight: 400;
}

.rich-text-block-1-1 a {
  color: #197bb8;
}

.rich-text-block-1-1.align {
  align-self: auto;
}

.rich-text-block-1-1 strong {
  color: #316bff;
  font-size: 1.05rem;
}

.rich-text-block-1-1.fix-alignment {
  margin-left: 1rem;
}

.rich-text-block-1-1.margin-2rem {
  color: #696969;
  margin-bottom: 2rem;
}

.rich-text-block-1-1.margin-2rem.color {
  color: #197bb8;
}

.text-span-15 {
  color: #316bff;
}

.top-slider_list_wrapper {
  background-image: url('../images/Untitled-1.png');
  background-position: 50% 0;
  background-size: cover;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.top-slider_list_wrapper.hide-mobile {
  background-image: url('../images/Untitled-1.png');
}

.top-slider_list_wrapper.hide-desktop, .top-slider_list_wrapper.hide-desk-mobile {
  display: none;
}

.subtitle-2 {
  letter-spacing: .16em;
  text-transform: uppercase;
  text-shadow: 1px 1px #3333334d;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 500;
}

.slider_component {
  height: 100vh;
  position: static;
  top: 4rem;
}

.button-6 {
  color: #fff;
  text-align: center;
  letter-spacing: .02em;
  background-color: #3a5eaa;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
  transition: transform .35s, box-shadow .35s, background-color .35s;
  box-shadow: 0 6px 13px #090b2c1a;
}

.button-6:hover {
  color: #fff;
  transform: scale(.95);
}

.container-default-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

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

.home-event-date-wrapper-2 {
  text-align: center;
  border: 1px solid #adadad;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  margin-right: 2rem;
  padding: 20px 25px;
  display: flex;
}

.slider-subtitle-2 {
  color: #fff;
  text-shadow: 1px 1px #33333359;
  margin-bottom: 1.5rem;
}

.button-secondary-2 {
  color: #386eec;
  text-align: center;
  letter-spacing: .02em;
  transform-style: preserve-3d;
  background-color: #0000;
  border: .125rem solid #386eec;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
  transition: transform .35s, border-color .35s, color .35s, background-color .35s;
}

.button-secondary-2:hover {
  color: #fff;
  background-color: #386eec;
  transform: scale3d(.95, .95, 1.01);
}

.button-secondary-2.button-white {
  color: #fff;
  border-color: #fff;
}

.button-secondary-2.button-white:hover {
  color: #004c87;
  background-color: #fff;
  border-style: solid;
  border-color: #fff;
}

.link-color {
  color: #1c75bc;
}

.blog-template_image-3-1 {
  object-fit: cover;
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 18rem;
  display: flex;
}

.paragraph-3 {
  color: #333;
}

.rich-text-block-4 {
  color: #696969;
  align-self: center;
  font-weight: 400;
}

.button-7 {
  color: #4a5d69;
  text-align: center;
  letter-spacing: .02em;
  background-color: #0000;
  background-image: none;
  border: 1px solid #4a5d6940;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
  transition: transform .35s, box-shadow .35s, background-color .35s;
  box-shadow: 0 4px 10px -1px #090b2c12;
}

.button-7:hover {
  transform: scale(.95);
}

.button-7.porto-spacing {
  width: 100%;
  margin-right: .7rem;
}

.subtitle-pages-2 {
  color: gray;
  letter-spacing: 2px;
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
}

.heading-12 {
  color: #44494d;
  font-family: Gotham ultra, sans-serif;
  font-size: 2.5rem;
}

.heading-12.margin-fix {
  margin-top: 3rem;
}

.heading-13, .heading-14 {
  text-align: center;
}

.footer4_content-right-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer4_link-2 {
  transition: color .2s ease-out;
}

.footer4_link-2:hover {
  color: #0366d6;
}

.footer4_logo-3 {
  max-height: 3rem;
}

.blog-details {
  color: #1d213099;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
}

.blogs_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blogs_item-link {
  width: 100%;
}

.blog-details-divider {
  background-color: #1d213099;
  width: .12rem;
  height: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
}

.blogs_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blogs_image-wrapper {
  border-radius: .5rem;
  width: 100%;
  height: 16rem;
  margin-bottom: 2rem;
  overflow: hidden;
}

.empty-state {
  height: 0;
  padding: 0;
  display: none;
}

.div-block-16 {
  margin-top: 2rem;
}

.social-icon-3 {
  color: var(--dark-orange);
  width: 1.5rem;
  height: 1.4rem;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
}

.fs-cc-banner_text-link {
  color: #004c87;
  border-bottom: 2px solid #004c87;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-banner_component.hide {
  display: none;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #00a5ff;
  border: 2px solid #00a5ff;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #004c87;
  background-color: #f5f5f5;
  border-color: #00a5ff;
}

.text-span-17 {
  color: #004c87;
  border-bottom: .1rem solid #004c87;
}

.section-contact-header {
  margin-top: 6rem;
}

.max-width-small-2 {
  width: 100%;
  max-width: 36rem;
}

.heading-large-2 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.bold-text-2 {
  color: #004c87e6;
  font-weight: 600;
}

.process_component {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.process_connector-wrapper {
  align-items: center;
  display: flex;
}

.process_item {
  flex-direction: column;
  display: flex;
  position: relative;
}

.process_item.hide {
  display: none;
}

.heading-small-5 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}

.process_connector-line {
  border: 1px dashed #004c87;
  width: 100%;
}

.process_circle {
  background-color: #004c87;
  border-radius: 50%;
  align-items: center;
  min-width: 1rem;
  min-height: 1rem;
  margin-right: 2rem;
  display: flex;
}

.timeline {
  background-image: linear-gradient(#fff9, #fff9);
  background-position: 0 0;
  background-size: auto;
}

.process_connector-line-2 {
  border: 1px dashed var(--dark-slate-grey);
  width: 100%;
}

.process_circle-2 {
  background-color: var(--dark-orange);
  border-radius: 50%;
  align-items: center;
  min-width: 1rem;
  min-height: 1rem;
  margin-right: 2rem;
  display: flex;
}

.js-clock {
  justify-content: center;
  align-items: center;
  display: flex;
}

.box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-number {
  color: var(--white);
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 70px;
}

.clock-number.text-color-white {
  color: var(--white);
}

.clock-label {
  color: var(--white);
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: -5px;
  font-size: 1rem;
}

.text-weight-medium-2 {
  font-weight: 500;
}

.contact3_content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.contact3_form-wrapper {
  margin-bottom: 0;
}

.contact3_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact3_image {
  object-fit: cover;
  border-radius: .25rem;
  width: 100%;
}

.form-input-3 {
  background-color: #fff;
  border: 1px solid #e1e4e8;
  border-radius: .25rem;
  height: 2.8125rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
}

.form-input-3:focus {
  border-color: #959da5;
}

.form-input-3::placeholder {
  color: #959da5;
  font-size: .875rem;
}

.form-input-3.input-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.contact3_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.icon-1x1-medium-4 {
  width: 2rem;
  height: 2rem;
}

.layout6_features-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  grid-template-columns: 1fr;
}

.text-size-medium-2 {
  font-size: 1.25rem;
}

.text-size-medium-2.text-weight-semibold.color {
  color: #22394f;
  margin-bottom: 10px;
}

.small-separator {
  background-color: #9c0a6d;
  width: 80px;
  height: 2px;
  margin-bottom: 20px;
}

.small-separator.new {
  width: 50px;
  height: 1.5px;
}

.layout6_component {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}

.container-6 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 1100px;
  max-width: 90%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.layout6_icon-wrapper {
  flex: none;
  margin-right: 1.5rem;
}

.layout6_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 25rem;
}

.layout6_feature {
  align-items: flex-start;
  display: flex;
}

.button-margin {
  margin-top: 2rem;
}

.text-block-8 {
  color: #ffffff69;
  text-align: right;
  position: relative;
  top: -2rem;
  right: 1rem;
}

.home-services_content-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 2rem;
  display: grid;
}

.learn-more {
  color: #f58a07;
  align-items: center;
  display: flex;
}

.image-overlay-effect {
  background-color: #f58a07;
  border-top-left-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
  width: 8rem;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.home-services_image {
  filter: none;
  object-fit: cover;
  width: 100%;
  height: 23rem;
}

.learn-more-arrow {
  justify-content: center;
  align-items: center;
  height: .5rem;
  margin-left: .5rem;
  display: flex;
}

.home-services_image-wrapper {
  border-radius: 1.25rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.home-services_content-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-15 {
  font-size: 2rem;
  font-weight: 800;
}

.bold-text-3 {
  color: #005db3;
  text-decoration: underline;
}

.program_iframe.size {
  margin-bottom: 3rem;
  margin-left: 1rem;
}

.testimonial_play-wrapper-copy {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-17 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.text-block-9 {
  color: #3339;
  text-align: right;
  padding-right: 5px;
  font-size: .8rem;
  position: static;
  top: -29px;
  right: 9px;
}

.layout5_background {
  background-image: none;
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.layout5_background.hide-desktop {
  display: none;
}

.layout5_component {
  justify-content: center;
  align-items: center;
  height: 85vh;
}

.heading-7 {
  color: #fafbfc;
  text-align: center;
  letter-spacing: -.5px;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-xxlarge {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.25;
}

.paragraph-hero {
  color: #fafbfc;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 800px;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  display: flex;
}

.container-7 {
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-content-2 {
  justify-content: center;
  align-items: center;
  width: 90%;
  display: flex;
}

.layout {
  margin-top: 6rem;
}

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

.heading-16 {
  margin-bottom: 1rem;
}

.heading-16.text-color-white {
  font-size: 3rem;
}

.heading-small-6 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}

.section-oradores {
  background-image: linear-gradient(#ffffffb3, #ffffffb3);
  background-position: 0 0;
  background-size: auto;
}

.team_person-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.team_image {
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  height: 250px;
  margin-bottom: 1rem;
}

.text-color-blue {
  color: #197bb8;
  font-style: italic;
}

.team_component {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.5fr;
}

.social-link-2 {
  color: #5b5b5b;
  justify-content: center;
  align-items: center;
  transition: color .25s;
}

.social-link-2:hover {
  color: #0d1317;
}

.team_socials {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  margin-top: 2.5rem;
}

.social-icon-4 {
  width: 1.5rem;
  height: 1.5rem;
}

.team_person-wrapper-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-18 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2rem;
}

.testimonials4_logo {
  filter: none;
  max-height: 4rem;
  transition: filter .2s ease-out;
}

.testimonials4_logo:hover {
  filter: grayscale(0%);
}

.testimonials4_logo.size {
  max-height: 2.5rem;
}

.testimonials4_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border: 1px solid #e1e4e870;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center;
  padding: 3rem;
  display: grid;
  box-shadow: 1px 1px 13px 2px #0000000f;
}

.program-session_content-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .4rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.2fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  margin-left: 2rem;
  margin-right: 2rem;
  display: grid;
}

.card-3 {
  background-color: #fff;
  border-radius: 20px;
  padding: 50px 32px;
  box-shadow: 0 8px 30px #32358214;
}

.card-3.right-session-card {
  border: 1px #e6e7f38f;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: stretch;
  padding: 30px 40px;
  display: flex;
  box-shadow: 0 2px 4px #316bff14;
}

.card-3.title-session-page {
  border: 1px solid #e6e7f3;
  justify-content: flex-start;
  align-items: stretch;
  margin: 3rem 2rem 1rem;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 2rem;
  display: flex;
  box-shadow: 0 3px 5px #316bff14;
}

.card-3.title-session-page.secondary {
  flex-direction: column;
  margin-top: 2rem;
}

.card-3.title-session-page.secondary.bg-img {
  background-image: linear-gradient(#fff9, #fff9), none;
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.card-3.title-session-page.hide {
  display: none;
}

.card-3.left-session-card {
  background-color: #ffffff1a;
  border: 1px #e6e7f38f;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 60px;
  display: flex;
  box-shadow: 0 3px 5px #316bff14;
}

.card-3.session-page-dropdown {
  border: 1px solid #2c2d3033;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin: 2rem 2rem 1rem;
  padding: 30px 2rem;
  display: flex;
  box-shadow: 0 3px 5px #316bff14;
}

.subtitle-3 {
  color: #fff;
  text-align: center;
  margin-bottom: .5rem;
  font-size: 27px;
  line-height: 1.037em;
  text-decoration: none;
}

.subtitle-3.schedule-tab {
  color: #5c5d79;
  letter-spacing: .16px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.429em;
}

.schedule-page-tabs {
  margin-top: 3rem;
}

.title-small {
  margin-bottom: 1rem;
}

.title-small.event-title-session {
  color: #4a5d69;
  text-align: left;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.event-date-content {
  align-items: center;
  margin-right: 2rem;
  display: flex;
}

.event-date-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.small-icon {
  max-width: 60%;
  display: block;
}

.schedule-tab-link {
  background-color: #fff;
  flex-direction: column;
  padding-bottom: 10px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.schedule-tab-link:hover {
  border-bottom: 4px solid #fdc50099;
}

.schedule-tab-link.w--current {
  background-color: #0000;
  border-bottom: 4px solid #fdc500;
  padding-bottom: 25px;
  padding-left: 2rem;
  padding-right: 2rem;
  transition: color .3s;
}

.event-local-content {
  align-items: center;
  margin-right: 2rem;
  display: flex;
}

.event-local-content.hide {
  display: none;
}

.date-text {
  color: #5e5f79;
  font-size: 1.2rem;
  line-height: 1.111rem;
}

.speaker-name {
  font-size: 1.1rem;
  line-height: 1.111rem;
}

.local-icon-wrapper {
  background-color: #fff;
  border: .5px solid #e6e7f3cc;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 1rem;
  display: flex;
  box-shadow: 3px 0 6px #316bff21;
}

.event-speakers-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: grid;
}

.split-content.left-event {
  color: #696969;
  flex: 1;
  max-width: 70%;
}

.split-content.left-event.center-event {
  flex: 1;
  max-width: 80%;
}

.event-time-content-session {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-right: 0;
  display: flex;
}

.event-local-content-session {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 1rem;
  display: flex;
}

.event-local-content-session.hide {
  display: none;
}

.divider-2.event-divider {
  background-color: #e6e7f3;
  width: 1px;
  height: auto;
  margin-left: 2rem;
  margin-right: 3rem;
}

.date-icon-wrapper {
  background-color: #fff;
  border: .5px solid #e6e7f3cc;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 1rem;
  display: flex;
  box-shadow: 3px 0 6px #316bff21;
}

.event-speaker-image {
  object-fit: cover;
  border-radius: 20px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  margin-right: 1rem;
}

.heading-size-h3 {
  color: #18486f;
  margin-bottom: 1.5rem;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.259em;
}

.event-time-content {
  align-items: center;
  margin-right: 2rem;
  display: flex;
}

.schedule-tab-link-text {
  color: #44494d;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.063em;
}

.schedule-tabs-menu {
  border-bottom: 1px solid #e6e7f3;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.event-speaker-wrapper {
  color: #18486f;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  transition: color .35s, transform .35s;
  display: flex;
}

.work-title-div {
  margin-bottom: .4rem;
}

.event-date-wrapper-2 {
  align-items: center;
  display: flex;
}

.faq1_arrow {
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 3rem;
  display: flex;
}

.faq1_arrow.hide {
  display: none;
}

.paragraph-4 {
  font-weight: 600;
}

.faq1_answer-wrapper {
  padding: 1.1rem 2rem 1rem 1rem;
  display: flex;
}

.faq1_answer-wrapper.hide {
  display: none;
}

.event-speaker-wrapper-2 {
  color: #18486f;
  flex-direction: row;
  align-items: flex-start;
  margin-right: .5rem;
  text-decoration: none;
  transition: color .35s, transform .35s;
  display: flex;
}

.faq1_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.speaker-name-3 {
  color: #333;
  font-size: 1.1rem;
  line-height: 1.2rem;
}

.work-code {
  margin-right: 1rem;
}

.faq1_divider-mid {
  background-color: #e1e4e8;
  width: 100%;
  height: 1px;
  margin-top: 1.5rem;
}

.work-title {
  flex: 1;
}

.paragraph-5 {
  color: #18486f;
}

.faq1_divider {
  background-color: #e6e7f3;
  width: 100%;
  height: 1px;
  margin-top: 1.5rem;
}

.faq1_answer {
  overflow: hidden;
}

.event-speakers-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 1rem;
  margin-left: 1rem;
  display: grid;
}

.event-speakers-wrapper.hide {
  display: none;
}

.palestrantes-paragraph {
  font-size: .9rem;
}

.date-text-2 {
  color: #5e5f79;
  font-size: 1.2rem;
  line-height: 1.3rem;
}

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

.paragraph-6 {
  color: #004c87;
  margin-top: .25rem;
  font-size: .9rem;
  font-style: italic;
}

.back-to-top_button {
  z-index: 99;
  color: #a3a3a3;
  background-color: #292929;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  transition: all .2s ease-in-out;
  display: flex;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
}

.back-to-top_button:hover {
  color: #fff;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-embed-xsmall.back-to-top {
  width: 1.25rem;
  height: 1.25rem;
}

.blogs_item-link-externo {
  width: 100%;
}

.paragraph-7 {
  margin-top: 1rem;
  font-size: .9rem;
  font-weight: 500;
}

.features-icon-wrapper-2 {
  color: #6b7cff;
  margin-bottom: 1rem;
}

.section-product-support.gradient-background {
  background-image: linear-gradient(#004c87, #004c87);
}

.product-support_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 8rem;
  display: grid;
}

.product-support_component {
  background-color: #fff;
  border-top-right-radius: 4rem;
  margin-left: -108px;
  padding: 6rem 6rem 6rem 0;
}

.layout-item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-size-small-2 {
  font-size: .875rem;
}

.arrow-icon {
  justify-content: center;
  align-items: center;
  height: 1rem;
  display: flex;
}

.layout5_component-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  place-items: stretch stretch;
  display: grid;
}

.read-more {
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-services_icon-wrapper {
  background-color: #f4f5f7;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  margin-right: 2rem;
  display: flex;
}

.home-services_content {
  max-width: 36rem;
}

.home-services_list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 36rem;
  display: grid;
}

.section-servi-os {
  background-color: #004c87;
}

.text-size-medium-3 {
  font-size: 1.125rem;
}

.home-services_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.highlighted-heading-label {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(30deg, #373fff, #3acaf8);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
}

.highlighted-heading-label.hide {
  display: none;
}

.icon-1x1-small-2 {
  width: 2.5rem;
  height: 2.5rem;
}

.home-services_item {
  margin-bottom: 3rem;
  display: flex;
}

.home-services_item.is-last {
  margin-bottom: 0;
}

.heading-17 {
  margin-bottom: 1.5rem;
  font-weight: 800;
}

.heading-small-7 {
  color: #44494d;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

.text-block-10 {
  color: #696969;
}

.splide__arrows {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 66.5em;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.splide__arrow-embed {
  margin-right: 20px;
}

.splide__arrow {
  background-color: #0000;
  background-image: url('../images/fiurstcheck--arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1em;
  border: 1px solid #cbb8af;
  border-radius: 100px;
  width: 5.625em;
  height: 5.625em;
}

.splide__arrow.splide__arrow--prev {
  width: 3.5em;
  height: 3.5em;
  transform: rotate(180deg);
}

.splide__arrow.splide__arrow--next {
  width: 3.5em;
  height: 3.5em;
}

.splide__pagination {
  grid-column-gap: 1em;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.splide__pagination-item {
  display: inline-block;
}

.splide__pagination-item-track {
  background-color: #d7e7f9;
  border-radius: 6px;
  width: 1.5625em;
  height: .375em;
}

.splide__pagination-item-track.splide__pagination-item-track--active {
  background-color: #004c87;
}

.splide {
  width: 100%;
  position: relative;
}

.top-post-item {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-11 {
  margin-bottom: 1.2rem;
  font-size: 1.2rem;
  font-weight: 500;
}

.lightbox-link-3, .div-block-20, .image-3 {
  width: 100%;
  height: 100%;
}

.layout19_video-image-copy {
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
}

.testimonial_play-wrapper-copy {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.gallery2_lightbox {
  object-fit: contain;
  width: 100%;
  height: auto;
  transition: transform .2s;
  position: static;
}

.gallery2_lightbox:hover {
  transform: scale(1.05);
}

.section-title {
  color: #1a1a1a;
  letter-spacing: .0625rem;
  background-color: #f0f0f0;
  border-bottom: .125rem solid #0385ce;
  margin-bottom: .75rem;
  padding: .5rem .75rem;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
}

.gallery2_custom-dots {
  color: #0385ce;
  display: none;
}

.gallery2_componenet {
  height: auto;
  margin-bottom: 4rem;
}

.gallery2_image {
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: 100%;
}

.gallery2_slider-nav {
  color: #0385ce;
  padding-top: .625rem;
  inset: auto 0% -4rem;
}

.gallery2_slide {
  object-fit: cover;
  border-radius: .25rem;
  height: auto;
  overflow: hidden;
}

.gallery2_mask {
  border-radius: .25rem;
  overflow: hidden;
}

.gallery2_hidden-arrow {
  display: none;
}

.global-2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.video {
  border-radius: .5rem;
  width: auto;
}

.div-block-21 {
  display: flex;
}

.div-block-21.hide {
  display: none;
}

.image-4 {
  border-radius: .5rem;
  width: 100%;
}

.lightbox-link-4 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.testimonial_video-wrapper {
  border-radius: 1.25rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.testimonial_video {
  width: 100%;
}

.testimonial_video-placeholder {
  object-fit: cover;
  width: 100%;
}

.testimonial_play-wrapper-2 {
  z-index: 0;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 5% 5%;
}

.testimonial_play-wrapper-2.hide {
  display: none;
}

.testimonial_play-icon-2 {
  margin-right: 1rem;
}

.text-color-white-3 {
  color: #fff;
}

.left-arrow {
  display: none;
  inset: 0% auto 0% 0%;
}

.right-arrow {
  display: none;
}

.cf-mission-image {
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.cf-image-animation-div {
  width: auto;
}

.cf-mission-special-image {
  width: 100%;
  max-width: 240px;
  position: absolute;
  inset: auto auto 400px -180px;
}

.cf-mission-hero-image-wrapper {
  width: 100%;
  max-width: 700px;
  margin-left: 95px;
}

.cf-body---18px {
  color: #000c;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.cf-body---18px.white {
  color: #fff;
}

.mission-grid-text-wrapper {
  width: 100%;
  max-width: 340px;
}

.cf-mission-text-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  width: 100%;
}

.cf-mission-line-image {
  object-fit: cover;
  width: 100%;
  height: auto;
  margin-top: 32px;
  margin-bottom: 40px;
}

.cf-h3-heading-40px {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
}

.cf-h3-heading-40px.white {
  color: #fff;
}

.cf-heading-animation-div {
  width: auto;
}

.cf-yellow-king-text-span {
  background-color: var(--conversion-flow-library-medium-purple);
  background-image: linear-gradient(to right, var(--conversion-flow-library-medium-purple), var(--conversion-flow-library-light-coral) 54%, var(--conversion-flow-library-sandy-brown));
  color: #fff;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 6px;
  margin-bottom: 16px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  display: inline-block;
}

.cf-mission-text-container {
  z-index: 111;
  width: 65%;
  max-width: 750px;
  position: relative;
}

.cf-mission-image-wrapper {
  width: 100%;
  max-width: 340px;
  height: 100%;
}

.cf-mission-image-wrapper.small {
  width: 100%;
  max-width: 180px;
  margin-right: 18%;
}

.cf-mission-image-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr;
  place-items: center end;
  width: 100%;
}

.mission-image-container {
  width: 30%;
  max-width: 340px;
}

.cf-mission-upper-container {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 64px;
  display: flex;
}

.cf-wrapper-1160 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.cf-wrapper-1160.mission-flex {
  flex-direction: column;
  align-items: flex-start;
  max-width: 1190px;
  padding-top: 160px;
  padding-bottom: 160px;
}

.cf-mission-section {
  color: #fff;
  background-color: #000;
  position: relative;
}

.footer-block {
  z-index: 9;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto auto 0% 60px;
}

.social-icon-wrapper {
  color: #e6f1ffcc;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-bottom: 15px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.social-icon-wrapper:hover {
  color: #00a5ff;
  padding-bottom: 0;
}

.social-icon-wrapper.hide {
  display: none;
}

.social-icon-5 {
  font-family: "Font awesome 6 brands 400", sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.footer-block-line {
  background-color: #e6f1ff;
  width: 1px;
  height: 100px;
}

.footer-bottom-link:hover {
  color: #332f2f;
}

.success-message {
  background-color: #d6d6d6;
  border-radius: 2rem;
  padding: 1.25rem;
}

.footer_bottom {
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 4rem;
  display: flex;
}

.footer-shape-left {
  background-color: #332f2f;
  border-top-right-radius: 1.25rem;
  width: 2rem;
  height: 6rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.footer_links-col {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer_component {
  color: #fff;
  background-color: #00a5ff;
  padding-top: 4rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
}

.social-icons-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.error-message {
  color: #1d3444;
  border-radius: 2rem;
  padding: 1.25rem;
}

.page-padding-4 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.footer_content-left {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: flex-start start;
  display: flex;
}

.footer-title {
  font-size: 1.125rem;
  font-weight: 600;
}

.social-icon-6 {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.footer_subscribe-form {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer_form-wrapper {
  width: 100%;
  margin-top: .5rem;
}

.button-8 {
  color: #fff;
  text-align: center;
  background-color: #f58a07;
  border-radius: 1.9375rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 2rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-block;
  position: relative;
}

.button-8:hover {
  background-color: #ce7305;
}

.button-8.is-form-subscribe {
  background-color: #332f2f;
  padding-left: 2rem;
  padding-right: 2rem;
}

.margin-bottom-3 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.footer_contact-email {
  margin-top: .5rem;
  font-weight: 300;
}

.footer-link {
  margin-top: .5rem;
  font-weight: 300;
  transition: opacity .2s;
}

.footer-link:hover {
  opacity: .7;
}

.footer_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_links-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr 1.5fr;
  grid-auto-columns: 1fr;
  place-items: flex-start start;
  display: grid;
}

.form-input-4 {
  background-color: #d2daed2b;
  border: 1px #000;
  border-radius: 2rem;
  min-height: 3.5rem;
  margin-bottom: .75rem;
  padding: .5rem 2rem;
}

.form-input-4.is-subscribe {
  color: #1d3444;
  background-color: #fff;
  border-radius: 2rem;
  min-height: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.footer_contact-number {
  margin-top: .5rem;
  font-weight: 300;
}

.footer-shape-right {
  background-color: #332f2f;
  border-top-left-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
  width: 2rem;
  height: 10rem;
  position: absolute;
  inset: 10% 0% auto auto;
}

.social-link-3 {
  transition: color .2s;
}

.social-link-3:hover {
  color: #332f2f;
}

.footer_bottom-links-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.heading-18 {
  font-weight: 300;
}

.link-4 {
  color: #00adee;
}

.page-padding-5 {
  z-index: 1;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-vertical-3 {
  padding-left: 0;
  padding-right: 0;
}

.brand-logos_component {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.brand-logos_image {
  width: 100%;
  height: 3rem;
}

.top-slider_list_wrapper-2 {
  background-image: url('../images/6979e639d1075fe965042fda_Imagens-Site-01.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.top-slider_list_wrapper-2.top1 {
  background-image: url('../images/6979e639d1075fe965042fda_Imagens-Site-01.jpg');
}

.top-slider_list_wrapper-2.top2 {
  background-image: url('../images/6979e639d1075fe965042fdb_Topslider-2.png');
}

@media screen and (max-width: 991px) {
  .button.margin-right {
    margin-bottom: 1rem;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .container-large.fix {
    height: 100%;
  }

  .show-tablet {
    display: block;
  }

  .main-wrapper {
    margin-top: auto;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-huge.is-bottom-0 {
    padding-bottom: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fs-styleguide_messege-heading {
    font-size: 3rem;
    line-height: .9;
  }

  .fs-styleguide_messege-heading-span {
    font-size: 1.75rem;
  }

  .nav_menu {
    background-color: #fff;
  }

  .nav_link {
    padding: .75rem 2.5rem .57rem;
  }

  .nav_menu-mobile-button-icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .nav_logo {
    height: 3rem;
  }

  .nav_menu-mobile-button {
    justify-content: center;
    align-items: center;
    padding-top: .25rem;
    padding-bottom: .25rem;
    display: flex;
  }

  .nav_menu-mobile-button.w--open {
    background-color: #edf7ff;
  }

  .nav_button-wrapper {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .nav_component {
    background-color: #96414100;
    height: 4rem;
    display: flex;
  }

  .nav_button {
    margin-left: 2.5rem;
  }

  .dropdown {
    display: block;
  }

  .dropdown.hide {
    display: none;
  }

  .dropdown-toggle {
    padding-left: 2.5rem;
  }

  .hero-home {
    padding-top: 12rem;
  }

  .title.event-title-programme {
    line-height: 1.3;
  }

  .welcome-message_component {
    grid-template-rows: .25fr .5fr;
  }

  .welcome-message_photo {
    width: 21.5rem;
  }

  .section-home-cta.gradient-background {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-cta_content-right {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .home-cta_component {
    grid-template-columns: 1fr;
  }

  .home-cta_image {
    max-height: 32rem;
  }

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

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .welcome {
    justify-content: center;
    height: 100%;
  }

  .why-grid {
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .layout2_component {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-cta_shape-top {
    left: -2.6rem;
  }

  .footer-cta_background {
    width: 100%;
  }

  .footer-cta_content {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .footer-cta_component {
    text-align: center;
    flex-direction: column;
  }

  .footer-cta_shape-bottom {
    right: -1.5rem;
  }

  .home-features_list {
    grid-column-gap: 4.75rem;
    grid-row-gap: 3.75rem;
    grid-template-columns: 1fr 1fr;
    padding: 3rem;
  }

  .icon-1x1-medium-2 {
    width: 2.5rem;
    height: 2.5rem;
  }

  .text-size-xxlarge {
    font-size: 1.75rem;
  }

  .cta-icons {
    height: 100%;
  }

  .blog-template_component {
    margin-top: 0;
  }

  .layout7_component {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
  }

  .container-geral {
    margin-top: 0;
  }

  .resource-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .layout3_component {
    grid-template-columns: 1fr;
  }

  .layout3_image {
    height: 5rem;
  }

  .page-padding-3 {
    height: 100%;
  }

  .nav-dropdown-3 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .dropdown-list-2.w--open {
    background-color: #fff;
    border-radius: 0;
    left: 0;
  }

  .pricing4_desktop {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pricing4_table-content, .pricing4_table-title {
    grid-template-rows: auto;
    grid-template-columns: 1.2fr .5fr;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .rich-text-block {
    align-self: auto;
  }

  .layout9_component {
    grid-template-columns: 1fr;
    grid-auto-rows: max-content;
  }

  .pricing_plans {
    flex-wrap: wrap;
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  }

  .pricing_plan:hover {
    box-shadow: none;
    transform: none;
  }

  .pricing_plan.is-highlighted:hover {
    box-shadow: none;
  }

  .pricing_plan-bottom {
    padding-bottom: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .pricing-plan_icon-wrapper {
    width: 2.5rem;
    height: 2.5rem;
  }

  .heading-medium-3 {
    font-size: 1.875rem;
  }

  .pricing_price-wrapper {
    margin-top: 3rem;
  }

  .pricing_tabs-menu {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .pricing_plan-divider {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .pricing_plan-top {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .div-block-13, .submit-button {
    flex-direction: column;
  }

  .rich-text-block-color {
    align-self: auto;
  }

  .h3-3 {
    width: 90%;
  }

  .faq_item {
    padding: 1.5rem 1rem;
  }

  .faq_icon {
    margin-left: 1rem;
  }

  .price-card {
    position: relative;
  }

  .grid-feature-blank {
    grid-template-columns: 1.5fr 1fr 1fr;
  }

  .price-card-dark {
    position: relative;
  }

  .container-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-feature {
    grid-template-columns: 1.5fr 1fr 1fr;
  }

  .faq_item-2 {
    padding: 1.5rem 2rem;
  }

  .faq_icon-2 {
    margin-left: 1rem;
  }

  .grid-5 {
    grid-template-columns: 1fr 1fr;
  }

  .home-header_client-logos-wrapper-copy {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .why-grid-2 {
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .table-col.data.left, .table-col.data-copy.left {
    align-items: center;
  }

  .table {
    padding-left: 10px;
    padding-right: 10px;
  }

  .table.no-pad.overflow {
    flex: none;
    max-height: 400px;
  }

  .table.no-pad.overflow-2 {
    flex: none;
  }

  .table-wrapper {
    width: 80%;
    height: auto;
    margin-bottom: 20px;
    margin-right: 4px;
  }

  .table-wrapper._100 {
    margin-bottom: 20px;
  }

  .table-icon {
    width: 16px;
    height: 16px;
  }

  .table-1---header---text {
    font-size: 1rem;
    line-height: 14px;
  }

  .table-1---header---text.data.center {
    margin-bottom: 0;
    font-size: .95rem;
  }

  .table-row-6-col.data-row, .table-row-6-col.header {
    width: 130vw;
  }

  .table-row-3-col.data-row, .table-row-3-col.header {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .table-header-details-text-2 {
    font-size: 8px;
    line-height: 10px;
  }

  .table-icon-2 {
    height: 16px;
  }

  .table-1---header---text-2 {
    font-size: 10px;
    line-height: 14px;
  }

  .table-wrapper-2 {
    width: 80%;
    height: auto;
    margin-bottom: 20px;
    margin-right: 4px;
  }

  .table-wrapper-2._100 {
    margin-bottom: 20px;
  }

  .table-wrapper-2._100-2 {
    margin-bottom: 20px;
    box-shadow: 4px 4px 13px #0000001a;
  }

  .table-row-3-col-2.data-row, .table-row-3-col-2.header, .table-row-3-col-2.header-copy {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .table-row-3-col-2.header-copy.cms-2 {
    grid-template-columns: .5fr .25fr 2fr;
    width: 100%;
  }

  .table-row-3-col-2.data-row-2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .table-row-3-col-2.data-row-2.cms-2 {
    grid-template-columns: .5fr .25fr 2fr;
    width: 100%;
  }

  .table-row-3-col-copy.data-row, .table-row-3-col-copy.header, .table-row-3-col-copy.data-row-copy {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .table-col-2.data.left, .table-col-2.data-copy.left, .table-col-3.data.left, .table-col-3.data-copy.left {
    align-items: center;
  }

  .rich-text-block-2 {
    align-self: auto;
    font-size: .7rem;
  }

  .grid-3-columns {
    grid-template-columns: 1fr;
  }

  .card---brix.icon-center---brix {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-8 {
    grid-template-columns: 1fr 1fr;
  }

  .rich-text-block-3 {
    align-self: auto;
  }

  .home-cs.mobile-hide {
    display: none;
  }

  .welcome-message_component-2 {
    grid-template-rows: .25fr .5fr;
  }

  .welcome-message_photo-2 {
    width: 21.5rem;
  }

  .rich-text-block-1-1 {
    align-self: auto;
  }

  .top-slider_list_wrapper {
    justify-content: flex-start;
    align-items: stretch;
    height: 100vh;
    max-height: 100vh;
  }

  .top-slider_list_wrapper.hide-mobile {
    display: none;
  }

  .top-slider_list_wrapper.hide-desktop {
    background-position: 0 100%;
    display: none;
  }

  .top-slider_list_wrapper.hide-desktop.hide-mobile, .top-slider_list_wrapper.hide-desktop.hide-tabet {
    display: none;
  }

  .top-slider_list_wrapper.hide-desk-mobile {
    background-position: 50%;
    background-size: cover;
    height: 100vh;
    max-height: 100vh;
    display: block;
  }

  .slider_component, .icon {
    margin-top: auto;
  }

  .rich-text-block-4 {
    align-self: auto;
  }

  .blogs_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .process_component {
    grid-template-columns: 1fr 1fr;
  }

  .contact3_image {
    height: 100%;
  }

  .contact3_component {
    align-items: stretch;
  }

  .home-services_content-wrapper {
    grid-template-columns: 1fr;
  }

  .home-services_content-right {
    margin-bottom: 0;
  }

  .layout5_background.hide-mobile {
    display: none;
  }

  .layout5_background.hide-desktop {
    background-image: none;
    display: block;
  }

  .layout5_component {
    object-fit: cover;
    height: 75vh;
  }

  .heading-7, .paragraph-hero {
    text-align: center;
  }

  .container-7 {
    width: 95%;
  }

  .hero-content-2 {
    flex-wrap: wrap;
  }

  .layout {
    margin-top: auto;
  }

  .content-block-hero {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 35px;
    display: flex;
  }

  .team_person-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .team_person-wrapper-2 {
    grid-template-columns: 1fr 1fr;
  }

  .program-session_content-wrapper {
    grid-template-columns: .25fr 1.2fr;
  }

  .event-date-content {
    margin-bottom: 1rem;
  }

  .event-date-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .schedule-tab-link.w--current, .event-local-content {
    margin-bottom: 1rem;
  }

  .split-content.left-event.center-event {
    max-width: 95%;
  }

  .event-time-content-session, .event-local-content-session, .event-time-content {
    margin-bottom: 1rem;
  }

  .schedule-tabs-menu {
    flex-direction: column;
    align-items: center;
    padding-bottom: 1rem;
  }

  .event-date-wrapper-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .event-speaker-wrapper-2 {
    width: 100%;
    margin-bottom: 1rem;
    margin-right: 1rem;
  }

  .event-speakers-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
  }

  .product-support_list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 3rem;
  }

  .product-support_component {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-right: 3rem;
  }

  .home-services_icon-wrapper {
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    min-height: 3rem;
  }

  .home-services_component {
    grid-template-columns: 1fr;
  }

  .icon-1x1-small-2 {
    width: 1.5rem;
    height: 1.5rem;
  }

  .home-services_item {
    margin-bottom: 1.5rem;
  }

  .top-post-item {
    grid-template-columns: 1fr 1fr;
  }

  .global-2-col {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .testimonial_video-wrapper {
    max-height: 28rem;
  }

  .left-arrow {
    height: 100%;
    inset: 0% auto 0% 0%;
  }

  .right-arrow {
    height: 100%;
    inset: 0% 0% 0% auto;
  }

  .cf-mission-special-image {
    position: relative;
    bottom: 0;
    left: 0;
  }

  .cf-mission-hero-image-wrapper {
    grid-column-gap: 40px;
    align-items: center;
    margin-top: 64px;
    margin-left: 0;
    display: flex;
  }

  .cf-body---18px {
    line-height: 150%;
  }

  .cf-mission-text-container {
    width: 100%;
  }

  .cf-mission-image-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .mission-image-container {
    width: 100%;
    max-width: 600px;
    margin-bottom: 60px;
  }

  .cf-mission-upper-container {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }

  .cf-wrapper-1160 {
    flex-direction: column;
  }

  .cf-wrapper-1160.mission-flex {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .footer-block {
    left: 40px;
  }

  .footer_content-left {
    margin-bottom: 2rem;
  }

  .margin-bottom-3 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer_content {
    grid-template-columns: 1fr;
  }

  .padding-vertical-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .brand-logos_component {
    grid-template-columns: 1fr 1fr;
  }

  .top-slider_list_wrapper-2 {
    justify-content: flex-start;
    align-items: stretch;
    height: 100vh;
    max-height: 100vh;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .fs-styleguide_row.is-for-social-icons {
    grid-template-rows: auto auto;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr 1fr;
  }

  .fs-styleguide_color-sample {
    padding: 2.5rem 2rem;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

  .heading-large {
    font-size: 2rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .fs-styleguide_section-type {
    font-size: .875rem;
  }

  .heading-xlarge {
    font-size: 2.5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .show-mobile-landscape {
    display: block;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem 0;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-small {
    font-size: 1rem;
  }

  .fs-styleguide_version-details {
    font-size: .875rem;
  }

  .fs-styleguide_page-header {
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_message-outer {
    padding: 0;
  }

  .fs-styleguide_message-inner {
    border-radius: 0;
  }

  .fs-styleguide_messege-content {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_messege-heading {
    font-size: 2.5rem;
    line-height: .9;
  }

  .fs-styleguide_messege-heading-span {
    font-size: 1.5rem;
    font-weight: 500;
  }

  .nav_link {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav_logo-link, .nav_logo-link.w--current {
    padding-left: 0;
  }

  .nav_component {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: flex;
  }

  .nav_button {
    margin-left: 1.25rem;
  }

  .dropdown-toggle {
    padding: 1rem;
  }

  .hero-home {
    background-image: none;
  }

  .hero-home.hide_desktop {
    background-image: none;
    height: 100vh;
    display: block;
  }

  .hero-home.hide_mobile {
    display: none;
  }

  .hero-wrapper {
    flex-direction: column;
  }

  .home-event-date-wrapper {
    flex-direction: row;
    margin-bottom: 2rem;
    margin-right: 0;
  }

  .home-event-day-wrapper {
    display: flex;
  }

  .home-event-day {
    font-size: 1.5rem;
  }

  .divider.home-event-days {
    align-self: stretch;
    width: 1.5px;
    height: auto;
    margin: 0 .5rem;
  }

  .divider.home-event-date {
    width: 15px;
    height: 2px;
    margin: 0 .7rem;
  }

  .home-event-date {
    display: flex;
  }

  .home-event-month {
    margin-bottom: 0;
    font-size: 1.3rem;
    line-height: 1.2em;
  }

  .home-event-year {
    margin-bottom: 0;
    margin-left: .5rem;
  }

  .title.hero {
    font-size: 2rem;
  }

  .welcome-message_component {
    grid-template-rows: .25fr .5fr;
  }

  .heading-medium-2 {
    font-size: 1.5rem;
  }

  .home-cta_content-right {
    padding: 3.5rem .95rem 3.5rem 2rem;
  }

  .button-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .cta-subscribe {
    height: 60vh;
  }

  .layout2_component {
    grid-template-columns: 1fr;
  }

  .footer4_content-left {
    grid-template-rows: auto;
    grid-template-columns: max-content 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .footer4_social {
    margin-top: 1rem;
  }

  .footer4_bottom {
    flex-direction: column;
    grid-template-columns: 2fr;
    align-items: flex-start;
  }

  .footer4_top {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-cta_button-wrapper {
    margin-top: 2rem;
  }

  .footer-cta_shape-top {
    display: none;
  }

  .footer-cta_content {
    text-align: center;
    flex-direction: column;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .footer-cta_shape-bottom {
    bottom: -2rem;
    right: 0;
  }

  .product-features_image {
    width: 70%;
    max-height: none;
  }

  .home-cta_component-2 {
    grid-template-columns: 1fr;
  }

  .page-padding-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .home-cta_image-wrapper {
    max-width: none;
  }

  .home-features_list {
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    padding: 2rem;
  }

  .text-size-xxlarge {
    font-size: 1.5rem;
  }

  .blog-template_author-content {
    grid-template-columns: max-content;
  }

  .layout7_component {
    grid-auto-rows: auto;
  }

  .resources-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
  }

  .resource-wrapper {
    flex-direction: row;
  }

  .layout3_component {
    grid-template-columns: 1fr;
  }

  .page-padding-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .footer3_content {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer3_right {
    margin-top: .75rem;
  }

  .pricing4_desktop {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing4_table-content, .pricing4_table-title {
    grid-template-columns: 1fr;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .call-to-action {
    padding: 40px 20px;
  }

  .layout9_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .heading-small-2 {
    font-size: 1.25rem;
  }

  .map_address-details {
    margin-top: 0;
    margin-bottom: 0;
    position: static;
  }

  .map_content-wrapper {
    grid-template-rows: .7fr 1fr;
    width: 100%;
    margin-top: 1rem;
  }

  .pricing_plans {
    flex-direction: column;
  }

  .pricing_plan-bottom {
    padding-bottom: 2.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading-medium-3 {
    font-size: 1.5rem;
  }

  .pricing_price-wrapper {
    margin-top: 2rem;
  }

  .pricing_tabs-menu {
    flex-direction: column;
    margin-bottom: 3rem;
    display: flex;
  }

  .pricing_plan-top {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section-destaque.hide-2 {
    display: block;
  }

  .logo-box {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .logo-box.two-logos {
    grid-template-columns: 1fr 1fr;
  }

  .logo-container-box {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .logo-img-hide {
    display: none;
  }

  .faq_item {
    margin-bottom: 1.5rem;
  }

  .heading-small-3 {
    font-size: 1.25rem;
  }

  .faq_items {
    width: 100%;
  }

  .toggle-row {
    margin-bottom: 30px;
  }

  .price-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .check-grid-large {
    min-height: auto;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .price-card-dark {
    padding-left: 24px;
    padding-right: 24px;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .check-grid {
    min-height: auto;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .container-3 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .faq_item-2 {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .heading-small-4 {
    font-size: 1.25rem;
  }

  .grid-5 {
    grid-template-columns: 1fr 1fr;
  }

  .home-header_client-bar {
    align-items: stretch;
    margin-bottom: 1.5rem;
  }

  .home-header_client-logos-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .home-header_client-logos-wrapper-copy {
    grid-row-gap: 1.75rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-7 {
    grid-template-columns: 1fr;
  }

  .arrow-3.sources {
    margin-right: 260px;
  }

  .link-2 {
    font-size: 10px;
    line-height: 18px;
  }

  .table-header-details-text {
    color: #5e5656;
    font-size: 9px;
  }

  .table.no-pad {
    padding-left: 10px;
    padding-right: 0;
  }

  .table.no-pad.overflow {
    width: 100%;
    max-height: 240px;
    padding-left: 0;
    overflow: auto;
  }

  .table.no-pad.overflow-2 {
    width: 100%;
    padding-left: 0;
  }

  .table-wrapper {
    border-style: none;
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    transform: scale(.8);
  }

  .table-wrapper._100.table {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    transform: none;
  }

  .table-wrapper._100 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-5 {
    padding-top: 0;
  }

  .table-1---header---text {
    line-height: 12px;
  }

  .table-row-6-col.data-row, .table-row-6-col.header {
    width: 160vw;
  }

  .textblock {
    font-size: 12px;
  }

  .table-label {
    font-size: 14px;
  }

  .table-row-3-col.data-row, .table-row-3-col.header {
    width: 100%;
  }

  .table-header-details-text-2 {
    color: #5e5656;
    font-size: 9px;
  }

  .table-1---header---text-2 {
    font-size: 10px;
    line-height: 12px;
  }

  .table-wrapper-2 {
    border-style: none;
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    transform: scale(.8);
  }

  .table-wrapper-2._100.table {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    transform: none;
  }

  .table-wrapper-2._100 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .table-wrapper-2._100-2 {
    padding-left: 10px;
    padding-right: 10px;
    transform: none;
  }

  .table-wrapper-2._100-2.hide {
    display: none;
  }

  .table-label-2 {
    font-size: 14px;
  }

  .table-row-3-col-2.data-row, .table-row-3-col-2.header, .table-row-3-col-2.header-copy {
    width: 100%;
  }

  .table-row-3-col-2.header-copy.cms-2 {
    width: 75vh;
  }

  .table-row-3-col-2.data-row-2 {
    width: 100%;
  }

  .table-row-3-col-2.data-row-2.cms-2 {
    width: 75vh;
  }

  .table-row-3-col-copy.data-row, .table-row-3-col-copy.header, .table-row-3-col-copy.data-row-copy {
    width: 100%;
  }

  .grid-3-columns {
    grid-column-gap: 26px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .card---brix.icon-center---brix {
    padding: 32px 24px 40px;
  }

  .div-block-14 {
    top: -2%;
  }

  .grid-8 {
    grid-template-columns: 1fr 1fr;
  }

  .home-cs.desktop-hide {
    display: none;
  }

  .home-cs.mobile-hide {
    display: block;
  }

  .welcome-message_component-2 {
    grid-template-rows: .25fr .5fr;
  }

  .top-slider_list_wrapper.hide-desktop {
    display: block;
  }

  .top-slider_list_wrapper.hide-desk-mobile {
    display: none;
  }

  .container-default-2 {
    justify-content: center;
  }

  .home-event-date-wrapper-2 {
    flex-direction: row;
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .blogs_list {
    grid-row-gap: 2.5rem;
  }

  .blogs_image-wrapper {
    height: 12rem;
    margin-bottom: 1.5rem;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .heading-large-2 {
    font-size: 2rem;
  }

  .heading-small-5 {
    font-size: 1rem;
  }

  .box.hide {
    display: none;
  }

  .contact3_form {
    grid-row-gap: .75rem;
  }

  .contact3_component {
    grid-template-columns: 1fr;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .layout6_component {
    grid-template-columns: 1fr;
  }

  .container-6 {
    max-width: 90%;
  }

  .image-overlay-effect {
    width: 6rem;
  }

  .layout5_component {
    height: 50rem;
  }

  .heading-7 {
    font-size: 3.5rem;
  }

  .heading-xxlarge {
    font-size: 3rem;
  }

  .heading-small-6 {
    font-size: 1rem;
  }

  .team_person-wrapper {
    grid-row-gap: 1.75rem;
    grid-template-columns: 1fr 1fr;
  }

  .team_component {
    grid-template-columns: 1.5fr;
  }

  .social-link-2 {
    justify-content: center;
    align-items: center;
  }

  .team_socials {
    margin-top: 1.5rem;
  }

  .testimonials4_component {
    grid-template-columns: 1fr 1fr;
    padding: 1.5rem;
  }

  .card-3.right-session-card, .card-3.title-session-page {
    flex-direction: column;
    margin-bottom: 3rem;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card-3.title-session-page.secondary {
    margin-left: 0;
    margin-right: 0;
  }

  .card-3.left-session-card {
    flex-direction: column;
    margin-bottom: 3rem;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card-3.session-page-dropdown {
    flex-direction: column;
    margin-bottom: 3rem;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .schedule-tab-link {
    align-items: center;
    margin-left: 2rem;
    margin-right: 2rem;
    display: flex;
  }

  .split-content.left-event {
    max-width: 100%;
  }

  .faq1_arrow {
    margin-left: 2rem;
  }

  .faq1_answer-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .faq1_question {
    padding-left: 0;
  }

  .event-speakers-wrapper {
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .product-support_list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .product-support_component {
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-right: 2rem;
  }

  .layout-item {
    padding-left: 0;
    padding-right: 0;
  }

  .layout5_component-2 {
    grid-template-columns: 1fr 1fr;
  }

  .home-services_icon-wrapper {
    margin-right: 1rem;
  }

  .home-services_component {
    grid-template-columns: 1fr;
  }

  .highlighted-heading-label {
    margin-bottom: 1.225rem;
  }

  .heading-small-7 {
    font-size: 1.25rem;
  }

  .splide__arrow {
    width: 5em;
    height: 5em;
  }

  .section-title {
    font-size: .875rem;
  }

  .global-2-col {
    grid-template-columns: 1fr;
  }

  .cf-mission-special-image {
    width: 30%;
  }

  .cf-body---18px {
    font-size: 16px;
  }

  .cf-h3-heading-40px {
    font-size: 22px;
  }

  .cf-mission-image-wrapper.small {
    margin-right: 0;
  }

  .cf-wrapper-1160.mission-flex {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .footer-block {
    flex-direction: row;
    margin-bottom: 30px;
    position: absolute;
    bottom: 30px;
    left: 30px;
  }

  .social-icon-wrapper {
    margin-bottom: 0;
  }

  .footer-block-line {
    display: none;
  }

  .footer_bottom {
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }

  .footer-shape-left {
    width: 6rem;
    height: 2rem;
  }

  .footer_component {
    padding-bottom: 4rem;
  }

  .page-padding-4 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .margin-bottom-3 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer_links-list, .footer_bottom-links-row {
    grid-template-columns: 1fr;
  }

  .page-padding-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-vertical-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .brand-logos_component {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .button.margin-right.button-color-background.margin-bottom.fix-width {
    width: 100%;
  }

  .show-mobile-portrait {
    display: block;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .container-large.fix {
    height: 100vh;
  }

  .fs-styleguide_2-col {
    grid-template-columns: auto;
  }

  .padding-huge {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .nav_logo-link {
    padding-left: 0;
  }

  .hero-home {
    padding-top: 6rem;
    padding-bottom: 3rem;
  }

  .hero-home.hide_desktop {
    background-image: none;
    background-position: 50%;
    background-size: cover;
  }

  .title.hero, .title.event-title-programme {
    font-size: 1.5rem;
  }

  .title.event-title-programme {
    font-size: 1.4rem;
  }

  ._2-buttons {
    flex-direction: column;
  }

  .spacer._2-buttons {
    height: 30px;
  }

  .welcome-message_component {
    grid-template-rows: .25fr .5fr;
  }

  .welcome-message_photo-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 20rem;
    margin-right: 0;
    padding: .8rem;
    display: flex;
  }

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

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom-2.margin-medium.fix {
    margin-bottom: 0;
  }

  .cta-form {
    grid-template-columns: auto;
  }

  .cta-subscribe {
    height: 65vh;
  }

  .heading, .heading.text-color-white.align-center {
    font-size: 1.6rem;
  }

  .layout19_video-image {
    object-fit: cover;
    height: 15rem;
  }

  .footer4_content-left {
    flex-direction: column;
  }

  .footer4_content-right {
    grid-template-columns: 1fr;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button-small-copy {
    flex: none;
    align-self: stretch;
  }

  .button-small-copy.white-small-copy {
    flex: none;
  }

  .product-features_image {
    width: 100%;
  }

  .layout7_component {
    grid-template-columns: 1fr;
  }

  .resource-wrapper {
    flex-direction: column;
  }

  .footer4_content-right-2 {
    grid-template-columns: 1fr;
  }

  .text-span-9.color-text-black {
    font-size: 2rem;
  }

  .dates-grid {
    text-align: center;
    grid-template-columns: 2fr;
  }

  .pricing4_table-content, .pricing4_table-title {
    padding: 1rem 2rem;
  }

  .call-to-action {
    flex-direction: column;
  }

  .centered-container {
    text-align: left;
  }

  .grid-2 {
    grid-template-rows: auto auto;
  }

  .subtitle-pages {
    font-size: 1rem;
  }

  .heading-11 {
    font-size: 2rem;
  }

  .layout9_component {
    grid-template-columns: 1fr;
  }

  .layout9_item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .map_content-wrapper {
    width: auto;
    height: auto;
    position: static;
  }

  .map_real-map {
    height: 30rem;
  }

  .pricing_plans {
    grid-template-columns: 1fr;
  }

  .pricing_button-wrapper {
    flex-direction: column;
    display: flex;
  }

  .text-span-12 {
    font-size: 1.2rem;
  }

  .logo-section-2 {
    margin-top: 0;
  }

  .h3-3 {
    width: 95%;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 30px;
  }

  .logo-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .logo-container-box {
    width: 100%;
  }

  .title-cell {
    padding-left: 0;
    padding-right: 0;
  }

  .toggle-row {
    width: 100%;
  }

  .toggle-text {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: auto;
    font-weight: 500;
    display: flex;
  }

  .toggle-text.monthly-toggle {
    width: auto;
    display: flex;
  }

  .feature-text {
    font-size: 15px;
    line-height: 18px;
  }

  .pricing-module {
    background-color: #0000;
    width: 95%;
  }

  .grid-feature-blank {
    grid-template-columns: 1fr .5fr .5fr;
  }

  .container-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    display: flex;
  }

  .grid-feature {
    grid-template-columns: 1fr .5fr .5fr;
  }

  .toggle-contain {
    margin-left: 15px;
    margin-right: 15px;
  }

  .price-top-wrap {
    flex-direction: column;
  }

  .price-cell {
    padding: 13px;
  }

  .grid-5 {
    grid-template-columns: 1fr;
  }

  .home-header_client-bar {
    margin-bottom: 1.5rem;
  }

  .home-header_client-logos-wrapper-copy {
    grid-template-columns: 1fr 1fr;
  }

  .table {
    width: 100%;
  }

  .table.no-pad.overflow {
    flex: none;
    height: 100%;
    max-height: 600px;
  }

  .table.no-pad.overflow-2 {
    flex: none;
  }

  .table-wrapper {
    width: 100%;
    margin-bottom: 7px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .table-wrapper._100.table {
    height: 450px;
  }

  .table-wrapper._100 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-5 {
    padding-top: 0;
  }

  .sources-accordian {
    margin-top: 0;
  }

  .table-1---header---text {
    font-size: .95rem;
  }

  .table-row-6-col.data-row, .table-row-6-col.header {
    grid-template-columns: .5fr 1fr 1fr 1fr 1fr;
    width: 260vw;
  }

  .table-label {
    padding-left: 10px;
    font-size: 9px;
  }

  .table-row-3-col.data-row {
    width: 140vw;
  }

  .table-row-3-col.header {
    width: 140vw;
    margin-left: 0;
    margin-right: 0;
  }

  .table-wrapper-2 {
    width: 100%;
    margin-bottom: 7px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .table-wrapper-2._100.table {
    height: 400px;
  }

  .table-wrapper-2._100 {
    padding-left: 0;
    padding-right: 0;
  }

  .table-wrapper-2._100-2 {
    padding-left: 0;
    padding-right: 0;
    transition: transform .2s;
    transform: none;
    box-shadow: 4px 4px 13px #0000001a;
  }

  .table-label-2 {
    padding-left: 10px;
    font-size: 9px;
  }

  .table-row-3-col-2.data-row {
    width: 140vw;
  }

  .table-row-3-col-2.header, .table-row-3-col-2.header-copy {
    width: 140vw;
    margin-left: 0;
    margin-right: 0;
  }

  .table-row-3-col-2.header-copy.cms-2 {
    width: 75vh;
  }

  .table-row-3-col-2.data-row-2 {
    width: 140vw;
  }

  .table-row-3-col-2.data-row-2.cms-2 {
    width: 75vh;
  }

  .table-row-3-col-copy.data-row {
    width: 140vw;
  }

  .table-row-3-col-copy.header {
    width: 140vw;
    margin-left: 0;
    margin-right: 0;
  }

  .table-row-3-col-copy.data-row-copy {
    width: 140vw;
  }

  .heading-size-4 {
    letter-spacing: .5px;
    font-family: Gotham ultra, sans-serif;
    font-weight: 400;
    line-height: 20px;
  }

  .div-block-14 {
    top: -2%;
  }

  .grid-8 {
    grid-template-columns: 1fr;
  }

  .home-cs {
    background-image: none;
    background-position: 40%;
    background-repeat: repeat;
    background-size: cover;
  }

  .home-cs.desktop-hide {
    display: none;
  }

  .home-cs.mobile-hide {
    background-position: 50% 100%;
  }

  .welcome-message_component-2 {
    grid-template-rows: .25fr .5fr;
  }

  .welcome-message_photo-wrapper-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 20rem;
    margin-right: 0;
    padding: .8rem;
    display: flex;
  }

  .heading-11-copy {
    letter-spacing: .5px;
    font-size: 2rem;
  }

  .top-slider_list_wrapper {
    justify-content: space-between;
  }

  .top-slider_list_wrapper.hide-desktop {
    background-position: 50%;
  }

  .subtitle-2 {
    font-size: 1.5rem;
  }

  .container-default-2 {
    justify-content: center;
  }

  .slider-subtitle-2 {
    font-size: .9rem;
  }

  .subtitle-pages-2 {
    font-size: 1rem;
  }

  .heading-12 {
    font-size: 2rem;
  }

  .footer4_content-right-3 {
    grid-template-columns: 1fr;
  }

  .blog-details {
    flex-direction: column;
    align-items: flex-start;
  }

  .blogs_list {
    grid-template-columns: 1fr;
  }

  .blog-details-divider {
    display: none;
  }

  .blog-details-name {
    margin-bottom: .125rem;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px 10px auto auto;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .process_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .process_connector-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .process_connector-line {
    width: auto;
    height: 2rem;
    margin-top: .25rem;
    margin-left: .4rem;
  }

  .process_circle {
    margin-right: 0;
  }

  .process_connector-line-2 {
    width: auto;
    height: 2rem;
    margin-top: .25rem;
    margin-left: .4rem;
  }

  .process_circle-2 {
    margin-right: 0;
  }

  .js-clock {
    flex-wrap: wrap;
  }

  .box {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
  }

  .box.hide {
    display: flex;
  }

  .clock-number {
    font-size: 40px;
    line-height: 35px;
  }

  .clock-label {
    font-size: 11px;
  }

  .contact3_form {
    grid-template-columns: 1fr;
  }

  .layout5_component {
    height: 30rem;
  }

  .heading-7 {
    font-size: 2.3rem;
    line-height: 1.2;
  }

  .heading-xxlarge.text-style-allcaps.text-color-white {
    font-size: 2rem;
  }

  .paragraph-hero {
    flex: none;
    font-size: 18px;
  }

  .container-7 {
    width: 95%;
    margin-top: 40px;
  }

  .hero-content-2 {
    width: 100%;
  }

  .team_person-wrapper {
    grid-row-gap: 1.75rem;
    grid-template-columns: 1fr;
  }

  .team_person-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .card-3.right-session-card, .card-3.title-session-page {
    margin-bottom: 2rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-3.title-session-page.secondary.bg-img {
    background-image: linear-gradient(#ffffffb3, #ffffffb3), none;
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
  }

  .card-3.left-session-card, .card-3.session-page-dropdown {
    margin-bottom: 2rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .title-small.event-title-session {
    font-size: 1.5rem;
  }

  .event-date-content, .event-local-content {
    width: 100%;
  }

  .date-text {
    flex: 1;
  }

  .split-content.left-event.center-event {
    max-width: 100%;
  }

  .event-local-content-session {
    width: 100%;
  }

  .faq1_arrow {
    margin-left: .5rem;
  }

  .faq1_answer-wrapper {
    flex-direction: column;
  }

  .paragraph-5 {
    margin-bottom: .5rem;
  }

  .event-speakers-wrapper {
    grid-template-columns: 1fr;
  }

  .date-text-2 {
    flex: 1;
  }

  .product-support_list {
    grid-template-columns: 1fr;
  }

  .product-support_component {
    padding-right: 1.5rem;
  }

  .layout5_component-2 {
    grid-template-columns: 1fr;
  }

  .home-services_icon-wrapper {
    width: 2.5rem;
    min-width: 2.5rem;
    height: 2.5rem;
    min-height: 2.5rem;
  }

  .home-services_list {
    grid-template-columns: 1fr;
  }

  .splide__arrows {
    grid-column-gap: 1em;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: auto;
    grid-auto-flow: column;
    justify-content: center;
    margin-top: 1em;
    display: grid;
    position: static;
  }

  .splide__arrow {
    width: 4em;
    height: 4em;
  }

  .top-post-item {
    grid-template-columns: 1fr;
  }

  .layout19_video-image-copy {
    object-fit: cover;
    height: 15rem;
  }

  .global-2-col {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .cf-mission-image._1 {
    width: 100%;
  }

  .cf-mission-hero-image-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 34px;
  }

  .cf-mission-text-grid {
    grid-column-gap: 70px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .cf-h3-heading-40px {
    font-size: 20px;
  }

  .cf-mission-image-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .cf-wrapper-1160 {
    width: 90%;
  }

  .cf-wrapper-1160.mission-flex {
    padding-bottom: 100px;
  }

  .footer-block {
    bottom: 50px;
    left: 20px;
  }

  .footer_bottom {
    flex-direction: column;
  }

  .margin-bottom-3 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer_links-list {
    grid-template-rows: auto auto;
  }

  .form-input-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .footer-shape-right {
    top: 20%;
  }

  .footer_bottom-links-row {
    margin-top: 1rem;
  }

  .padding-vertical-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .brand-logos_component {
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .top-slider_list_wrapper-2 {
    justify-content: space-between;
  }
}

#w-node-_06e22b76-6946-fd1f-3628-58939f674790-784996e0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e38271b2-8076-cba7-e9f9-dd01dc18d4e0-784996e0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_15cab498-9bd8-32aa-9723-3fbc0220e56e-784996e0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-aada6b1d-244a-bbdf-38ef-604599861733-99861725, #w-node-aada6b1d-244a-bbdf-38ef-604599861737-99861725 {
  justify-self: start;
}

#w-node-aada6b1d-244a-bbdf-38ef-60459986173d-99861725 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-aada6b1d-244a-bbdf-38ef-604599861745-99861725 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-aada6b1d-244a-bbdf-38ef-604599861757-99861725, #w-node-bc4e951b-4cd4-54e4-e67a-13ea5833fd54-7849977d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9a1a58ff-0d55-ad97-fa52-eeb599558b62-99558b5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_9a1a58ff-0d55-ad97-fa52-eeb599558b69-99558b5d, #w-node-f5bd3e72-3a38-b1ec-0326-57de6aff3380-99558b5d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9a1a58ff-0d55-ad97-fa52-eeb599558b6a-99558b5d, #w-node-_9a1a58ff-0d55-ad97-fa52-eeb599558b73-99558b5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_7e5384f1-c55a-3c53-bfa1-19026d41fe74-99558b5d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7e5384f1-c55a-3c53-bfa1-19026d41fe75-99558b5d, #w-node-_7e5384f1-c55a-3c53-bfa1-19026d41fe81-99558b5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-e38271b2-8076-cba7-e9f9-dd01dc18d4e0-784996e0 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_15cab498-9bd8-32aa-9723-3fbc0220e56e-784996e0 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-aada6b1d-244a-bbdf-38ef-60459986173d-99861725 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-aada6b1d-244a-bbdf-38ef-604599861745-99861725 {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9a1a58ff-0d55-ad97-fa52-eeb599558b62-99558b5d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7e5384f1-c55a-3c53-bfa1-19026d41fe75-99558b5d, #w-node-_7e5384f1-c55a-3c53-bfa1-19026d41fe81-99558b5d {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_15cab498-9bd8-32aa-9723-3fbc0220e56e-784996e0, #w-node-aada6b1d-244a-bbdf-38ef-604599861745-99861725 {
    grid-area: 2 / 1 / 3 / 2;
  }
}


@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-XLightIta.otf') format('opentype'), url('../fonts/Gotham-LightIta.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham book';
  src: url('../fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-ThinIta.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham ultra';
  src: url('../fonts/Gotham-Ultra.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-BoldIta.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-BlackIta.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Font awesome 6 free 400';
  src: url('../fonts/Font-Awesome-6-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 6 brands 400';
  src: url('../fonts/Font-Awesome-6-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 6 free solid 900';
  src: url('../fonts/Font-Awesome-6-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}