:root {
  --navy: #421cb0;
  --white: white;
  --black: black;
  --green: #00b592;
  --white-brand: #f4f4f4;
  --dark-grey: #333;
  --light-grey: #999;
  --yellow: #f1e4b2;
  --orange-light: #feae76;
  --color: #c76c61;
  --violet: #c7a0ce;
  --pink: #eaccce;
  --blue: #7a97ab;
  --color-3: white;
  --bordo: #522a44;
  --gray: #54565a;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  color: var(--navy);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mak;
  font-size: 60px;
  font-weight: 700;
  line-height: 100%;
}

h2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
}

h3 {
  font-family: Trumpgothicpro, sans-serif;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  color: #f0ffe1;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

a {
  color: #f0ffe1;
  text-decoration: none;
}

blockquote {
  border-left: 1px #000;
  margin-bottom: 0;
  padding: 0;
}

.logo {
  object-fit: contain;
  border-bottom-style: none;
  display: flex;
}

.image {
  object-fit: cover;
  border-style: solid;
  border-width: 2px;
  border-radius: 40px;
  width: 100%;
  height: 370px;
  display: block;
}

.footer-link {
  color: var(--black);
  text-align: justify;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}

.body {
  background-color: #f0ffe1;
}

.section-hero {
  background-color: #000;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  padding-top: 3vw;
  padding-bottom: 1vw;
}

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

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

.form-input {
  background-color: rgba(0, 0, 0, 0);
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

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

.paragraph-xlarge {
  font-size: 1.7rem;
}

.button {
  border: 1px solid var(--navy);
  background-color: var(--navy);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 140px;
  align-items: center;
  height: 60px;
  padding: 0 27px 3px;
  font-family: "Namu 1990";
  font-size: 16.55px;
  font-weight: 400;
  transition: transform .2s, border-color .3s, color .3s;
  display: flex;
}

.button:hover {
  border-color: var(--green);
  background-color: var(--white);
  color: var(--green);
  transform: scale(1.05);
}

.button.is--icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is--small {
  padding: .5rem 1.25rem;
}

.button.is--text {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
}

.button.is--large {
  padding: 1rem 2rem;
}

.button.is--secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.overflow-scroll {
  overflow: scroll;
}

.padding-huge {
  padding: 6rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.author-description {
  font-size: 1.5rem;
}

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

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

.author-name {
  font-size: 1.7rem;
}

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

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

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

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

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

.margin-custom2 {
  margin: 2.5rem;
}

.margin-xxhuge {
  margin: 12rem;
}

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

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

.paragraph-default {
  color: var(--white-brand);
  font-size: 18px;
  font-weight: 400;
}

.padding-custom2 {
  padding: 2.5rem;
}

.ac-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(0, 115, 230, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

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

.section-padding-small {
  padding-top: 3rem;
}

.margin-huge {
  margin: 6rem;
}

.section-padding-medium {
  padding-top: 5rem;
}

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

.text-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.ac-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.ac-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

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

.margin-small {
  margin: 1rem;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

.caption-supersmall {
  font-size: .6rem;
}

.ac-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

.text-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.ac-styleguide_background {
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.description-supersmall {
  font-size: .6rem;
}

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

.padding-small {
  padding: 1rem;
}

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

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

.margin-xhuge {
  margin: 8rem;
}

.section-padding-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.padding-xhuge {
  padding: 8rem;
}

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

.paragraph-superlarge {
  font-size: 2rem;
}

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

.ac-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.ac-styleguide_2-col.is-align-start {
  align-items: start;
}

.ac-styleguide_heading-medium {
  font-size: 4rem;
}

.ac-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.overflow-auto {
  overflow: auto;
}

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

.ac-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.ac-styleguide_item.is-stretch {
  justify-items: stretch;
}

.overflow-visible {
  overflow: visible;
}

.text-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.margin-xxlarge {
  margin: 5rem;
}

.description-xlarge {
  font-size: 1.7rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

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

.margin-medium {
  margin: 2rem;
}

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

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

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

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

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

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

.ac-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.ac-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.ac-styleguide_label.is-tag {
  background-color: #be4aa5;
}

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

.text-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.padding-custom1 {
  padding: 1.5rem;
}

.ac-styleguide_spacing-all {
  display: none;
}

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

.margin-xlarge {
  margin: 4rem;
}

.has--style-link {
  color: #000;
  text-decoration: underline;
}

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

.has--background-grey {
  background-color: #f5f5f5;
}

.paragraph-xsmall {
  font-size: .75rem;
}

.ac-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.caption-xsmall {
  font-size: .75rem;
}

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

.padding-medium {
  padding: 2rem;
}

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

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

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

.text-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.ac-styleguide_empty-box {
  z-index: -1;
  background-color: rgba(0, 115, 230, .1);
  border: 1px dashed #0073e6;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.ac-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.padding-xxhuge {
  padding: 12rem;
}

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

.paragraph-medium {
  color: #fff;
  font-size: 22px;
}

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

.caption-superlarge {
  font-size: 2rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.count {
  font-size: 3rem;
}

.section-padding {
  padding-top: 200px;
}

.margin-custom3 {
  margin: 3.5rem;
}

.has--color-grey {
  color: gray;
}

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

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

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

.caption-small {
  font-size: .875rem;
}

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.hide {
  display: none;
}

.ac-styleguide_color.is-3 {
  background-color: #fff;
}

.ac-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.ac-styleguide_color.is-1 {
  background-color: #000;
}

.has--weight-medium {
  font-weight: 500;
}

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

.padding-large {
  padding: 3rem;
}

.has--weight-light {
  font-weight: 300;
}

.margin-large {
  margin: 3rem;
}

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.caption-default {
  font-size: 1rem;
}

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

.padding-xlarge {
  padding: 4rem;
}

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

.ac-styleguide_header {
  background-color: rgba(0, 0, 0, .05);
}

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

.text-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.padding-0 {
  padding: 0;
}

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

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

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

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

.ac-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.paragraph-large {
  color: #fff;
  margin-bottom: 40px;
  font-size: 24px;
}

.page-wrapper {
  padding: 3vh 3vh 3vw;
  display: flex;
  overflow: clip;
}

.page-wrapper.has--background-grey {
  background-color: #7c6e6e;
}

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

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

.hero-text {
  color: var(--white-brand);
  text-align: center;
  font-family: Akrobat;
  font-size: 24px;
  font-weight: 200;
  line-height: 120%;
}

.caption-xlarge {
  font-size: 1.7rem;
}

.ac-styleguide_heading-large {
  font-size: 6rem;
}

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

.ac-styleguide_item-header {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  width: 100%;
  padding-bottom: 2rem;
}

.ac-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.ac-styleguide_3-col.is-align-start {
  align-items: start;
}

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

.form_checkbox-icon.w--redirected-checked {
  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;
}

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

.form_message-success {
  padding: 1.25rem;
}

.ac-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.ac-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.ac-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

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

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

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

.description-xsmall {
  font-size: .75rem;
}

.description-small {
  font-size: .875rem;
}

.margin-0 {
  margin: 0;
}

.paragraph-small {
  color: var(--white-brand);
  font-size: 14px;
}

.description-default {
  font-size: 1rem;
}

.logo-image {
  width: auto;
  height: 2vw;
}

.h1 {
  color: #f0ffe1;
  white-space: nowrap;
  margin-left: -.3vw;
  margin-right: -.3vw;
  font-family: Trumpgothicpro, sans-serif;
  font-size: 14.12vw;
  overflow: hidden;
}

.h1.animate1 {
  font-size: 14.15vw;
}

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

.h2.is--small {
  color: #6aaf8a;
  text-transform: uppercase;
  font-family: Nunito Sans, sans-serif;
  font-size: 1.2vw;
  line-height: 110%;
}

.h2.is--small.has--color-black {
  color: #07352e;
}

.h3 {
  color: #f0ffe1;
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Trumpgothicpro, sans-serif;
  font-size: 4vw;
  font-weight: 700;
}

.h3.is--dark {
  color: #000;
}

.h3.has--margin {
  margin-top: .5vw;
}

.description {
  color: var(--white-brand);
  margin-bottom: 24px;
  font-size: 28px;
}

.quote {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

.quote-large {
  color: #fff;
  width: 180px;
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
}

.container {
  width: 100%;
  max-width: 100%;
  padding-left: 3vw;
  padding-right: 3vw;
}

.content-block.is--hero {
  z-index: 0;
  flex-flow: column;
  justify-content: space-between;
  height: 91vh;
  display: flex;
  position: relative;
}

.content-block.is--centered {
  justify-content: center;
  align-items: center;
  display: flex;
}

.circle-small {
  border-radius: 50px;
  flex: none;
  width: 20px;
  height: 20px;
}

.quote-block {
  border-style: solid;
  border-width: 2px;
  border-radius: 20px;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: relative;
}

.footer {
  padding-top: 150px;
}

.paragraph {
  color: #3d3d3d;
}

.block-categories {
  border: 1px solid var(--navy);
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  height: 175.32px;
  padding: 35px;
  display: flex;
}

.divider {
  background-color: rgba(240, 255, 225, .16);
  width: 100%;
  height: 1px;
  position: absolute;
  top: 6.5vw;
  bottom: auto;
  left: 0%;
  right: auto;
}

.divider.is--horizontal {
  background-color: var(--navy);
  width: 100%;
  height: .5px;
}

.time-text {
  color: #a08dd7;
  font-size: 20px;
  line-height: 140%;
}

.partner-logo {
  width: auto;
  height: 42px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.h4 {
  color: var(--navy);
  text-align: center;
  font-family: Mak;
  font-size: 26px;
  font-weight: 700;
  line-height: 140%;
}

.black-background {
  background-color: #0d0d0d;
  border-radius: 30px;
  flex-flow: column;
  width: 100%;
  padding-bottom: 3vw;
  display: flex;
  overflow: hidden;
}

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

.button-block {
  height: 3.8vw;
  display: flex;
}

.t-medium {
  text-transform: uppercase;
  font-family: Trumpgothicpro, sans-serif;
  font-size: 2vw;
  font-weight: 700;
  line-height: 120%;
}

.t-medium.is--button {
  line-height: 100%;
}

.btn-inner {
  background-color: #f87884;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  padding-left: 1.8vw;
  padding-right: 1.8vw;
  display: flex;
}

.btn-inner.is--arrow {
  width: 3.8vw;
  padding-left: 0;
  padding-right: 0;
}

.btn-attow {
  width: auto;
  height: 25%;
}

.info-block {
  justify-content: space-between;
  height: 4vw;
  display: flex;
}

.info-inner {
  z-index: 0;
  background-color: rgba(240, 255, 225, .14);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
}

.info-item {
  display: flex;
}

.t-default {
  text-transform: uppercase;
  font-size: 1.25vw;
  font-weight: 600;
  line-height: 120%;
}

.hero-image {
  z-index: -1;
  width: 104%;
  min-width: 104%;
  height: auto;
  position: absolute;
  top: -50vw;
  bottom: auto;
  left: 0%;
  right: auto;
}

.section-about {
  background-color: #0d0d0d;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.padding-block {
  padding-top: 10vw;
  padding-bottom: 10vw;
}

.layout {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.square-block {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  align-items: center;
  margin-bottom: 30vw;
  display: flex;
}

.square-block.has--no-margin {
  margin-bottom: 0;
}

.square-block.has--no-margin.has--align-top {
  margin-top: .6vw;
}

.square-block.is--absolute {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  position: absolute;
}

.h2-square {
  aspect-ratio: 1;
  background-color: #6aaf8a;
  flex: none;
  height: .8vw;
}

.h2-square.is--black {
  background-color: #07352e;
}

.t-xlarge {
  letter-spacing: -.03em;
  text-transform: uppercase;
  font-size: 4vw;
  line-height: 120%;
}

.t-xlarge.is--indent {
  text-indent: 25vw;
  position: relative;
  top: -.8vw;
  bottom: auto;
  left: 0%;
  right: auto;
}

.t-xlarge.has--color-green {
  color: #07352e;
  text-transform: none;
}

.t-xsmall {
  font-size: 1.4vw;
}

.t-xsmall.has--max-width {
  max-width: 100%;
}

.t-xsmall.has--color-dark {
  color: #07352e;
  text-align: center;
  line-height: 120%;
}

.t-xsmall.has--color-dark.has--align-left {
  text-align: left;
  white-space: normal;
}

.t-xsmall.is--absolute {
  z-index: 9999;
  text-align: left;
  width: 89%;
  position: absolute;
  top: 2.3vw;
  bottom: auto;
  left: 2vw;
  right: auto;
}

.cards-wrapper {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  height: 28vw;
  margin-top: 12vw;
  display: flex;
}

.cards-wrapper.has--small-margin {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  margin-top: 6vw;
  display: grid;
}

.card-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 16px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  padding-top: 2.3vw;
  padding-bottom: 2vw;
  padding-left: 2vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-item.is--dark-front {
  z-index: 2;
  background-color: #000;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card-item.is--light-front {
  z-index: 2;
  background-color: #f0ffe1;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card-item.is--light-front.is--speaker {
  z-index: 3;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card-item.is--light-back {
  z-index: 1;
  background-color: #f0ffe1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card-item.is--light-back.is--speaker {
  z-index: 2;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: center;
  align-items: center;
  height: 99.9%;
  padding-left: 2vw;
  padding-right: 2vw;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card-item.is--dark-back {
  z-index: 1;
  background-color: #000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card-image {
  pointer-events: none;
  width: 125%;
  position: absolute;
  top: -5%;
  bottom: auto;
  left: -2%;
  right: auto;
}

.card-image.is--1 {
  width: 125%;
  height: auto;
  top: -5%;
  left: -2%;
}

.card-image.is--2 {
  width: 210%;
  top: -110%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

.section-partners {
  background-color: #000;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.section-speakers {
  background-color: #0d0d0d;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.card-wrap {
  flex: 1;
  display: flex;
  position: relative;
}

.card-wrap.is--speaker {
  height: 30vw;
}

.speaker-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 103%;
  min-width: 103%;
  height: 103%;
  min-height: 103%;
  position: absolute;
  top: 0%;
  bottom: -1%;
  left: -1%;
  right: 0%;
}

.speaker-image.is--large {
  width: 125%;
  min-width: 125%;
  height: auto;
  min-height: auto;
  top: auto;
  left: -13%;
  right: auto;
}

.speaker-image.is--medium {
  width: 135%;
  min-width: 135%;
  height: auto;
  min-height: auto;
  top: auto;
  bottom: -4%;
  left: -15%;
  right: auto;
}

.speaker-image.is--small {
  width: 130%;
  min-width: 130%;
  height: auto;
  min-height: auto;
  top: auto;
  bottom: -14%;
  left: -10%;
  right: auto;
}

.speaker-image.is--xsmall {
  width: 100%;
  min-width: 120%;
  height: auto;
  min-height: auto;
  top: auto;
  bottom: -1%;
  left: -8%;
  right: auto;
}

.speaker-image.is--xlarge {
  width: 130%;
  min-width: 130%;
  height: auto;
  min-height: auto;
  top: auto;
  left: -15%;
  right: auto;
}

.speaker-image.is--xxlarge {
  width: 140%;
  min-width: 140%;
  height: auto;
  min-height: auto;
  top: auto;
  bottom: -14%;
  left: -24%;
  right: auto;
}

.speaker-image.is--xxlarge.is--lower {
  width: 150%;
  min-width: 150%;
  bottom: -26%;
}

.speaker-image.is--xxlarge.is--bottom {
  width: 138%;
  min-width: 138%;
  top: auto;
  bottom: -1%;
  left: -21%;
  right: auto;
}

.speaker-image.is--default {
  top: auto;
  bottom: -6%;
  left: 0%;
  right: auto;
}

.speaker-image.is--top {
  width: 105%;
  min-width: 105%;
  height: auto;
  min-height: auto;
  top: auto;
  bottom: -5%;
  left: 0%;
  right: auto;
}

.speaker-image.is--3 {
  object-fit: cover;
  object-position: 30% 50%;
}

.speaker-image.is--4 {
  filter: saturate(0%);
  object-position: 30% 50%;
  width: 107%;
  min-width: 104%;
  height: 102%;
  min-height: 101%;
}

.speaker-image.is--align-bottom {
  width: 130%;
  min-width: 130%;
  height: auto;
  min-height: auto;
  top: auto;
  left: -15%;
  right: auto;
}

.section-program-1 {
  background-color: #000;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

.program-block {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 64vw;
  margin-bottom: 1.5vw;
  display: flex;
}

.program-image {
  pointer-events: none;
  width: 150%;
  min-width: 150%;
  height: auto;
  position: absolute;
  top: -66.5vw;
  bottom: auto;
  left: -16%;
  right: auto;
}

.program-wrapper {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  display: flex;
}

.section-program-2 {
  border-radius: 30px;
  padding-top: 5vw;
  position: relative;
  overflow: hidden;
}

.dropdown {
  background-color: #f0ffe1;
  border-radius: 30px;
  width: 100%;
  overflow: hidden;
}

.dropdown-toggle {
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  flex-flow: column;
  width: 100%;
  padding: 3vw 3.4vw;
  display: flex;
}

.dropdown-toggle.is--not-toggle {
  cursor: default;
}

.dropdown-top {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.dropdown-bottom {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  display: flex;
}

.dropdown-left {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  align-items: center;
  display: flex;
}

.dropdown-time {
  background-color: #07352e;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: .28vw 1.1vw .3vw;
}

.t-small {
  color: #07352e;
  text-transform: uppercase;
  font-size: 1.5vw;
  font-weight: 700;
  line-height: 120%;
}

.dropdown-right {
  aspect-ratio: 1;
  background-color: rgba(7, 53, 46, .1);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  height: 4vw;
  display: flex;
  overflow: hidden;
}

.lottie {
  width: 180%;
  min-width: 180%;
  height: auto;
  margin-top: .5vw;
}

.t-large {
  color: #07352e;
  white-space: normal;
  width: 83%;
  font-size: 2vw;
  font-weight: 600;
  line-height: 120%;
}

.dropdown-list {
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  position: static;
  overflow: hidden;
}

.dropdown-list-inner {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 3vw;
  margin-left: 3.4vw;
  margin-right: 3.4vw;
  display: grid;
}

.dropdown-list-inner.is--flex {
  flex-flow: column;
  display: flex;
}

.program-item {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  display: flex;
}

.dropdown-square-block {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  align-items: center;
  display: flex;
}

.dropdown-square-block.has--no-margin {
  margin-bottom: 0;
}

.dropdown-square-block.has--no-margin.has--align-top {
  margin-top: .6vw;
}

.dropdown-square-block.is--absolute {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  position: absolute;
}

.dropdown-icon {
  width: 58%;
  height: auto;
  margin-left: 3%;
}

.tab-link {
  color: var(--black);
  background-color: #f0ffe1;
  border-radius: 1000px;
  width: auto;
  padding: 1vw 2.5vw;
  display: none;
}

.tab-link.w--current {
  color: #000;
  background-color: #f0ffe1;
}

.tabs-menu {
  margin-bottom: 6vw;
}

.tab-pane-inner {
  grid-row-gap: 2vw;
  background-color: rgba(240, 255, 225, .1);
  border-radius: 18px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 2vw;
  padding: 2vw 2.5vw;
  display: flex;
}

.tab-pane-inner.is--centered {
  border: 1px solid #000;
  justify-content: center;
}

.tab-pane-inner.is--info {
  grid-column-gap: 2vw;
  justify-content: center;
  padding-left: 3vw;
  padding-right: 3vw;
}

.parnter-image {
  width: auto;
  height: 4vw;
}

.parnter-image.is--small, .parnter-image.is--2-1 {
  height: 3vw;
}

.parnter-image.is--2-2 {
  height: 3.5vw;
}

.parnter-image.is--big {
  height: 10vw;
}

.parnter-image.is--big.is--1 {
  height: 12.3vw;
}

.speakers-block {
  grid-column-gap: 1.25vw;
  grid-row-gap: 1.25vw;
  display: flex;
}

.speaker-image-small {
  aspect-ratio: 1;
  mix-blend-mode: multiply;
  object-fit: cover;
  background-image: linear-gradient(#f0ffe1, #f0ffe1);
  border-radius: 9px;
  width: 8vw;
  height: auto;
}

.speaker-image-small.has--background {
  object-position: 50% 90%;
  background-color: rgba(225, 255, 199, .6);
}

.speaker-image-small.has--fit-top {
  object-position: 50% -10%;
  background-color: rgba(225, 255, 199, .6);
}

.speaker-image-small.has--fit-bottom {
  object-position: 50% 80%;
  background-color: rgba(225, 255, 199, .6);
}

.speaker-image-small.has--fit-bottom.is--last {
  object-position: 70% 50%;
}

.speaker-image-small.is--2 {
  object-position: 50% 0%;
}

.speaker-image-small.is--1 {
  object-position: 50% 10%;
}

.speaker-image-small.is--smaller {
  object-position: 50% 60%;
}

.speaker-image-small.is--smaller.is--fit-bottom {
  object-position: 50% 100%;
}

.code-embed, .tbx-widget {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-ticket {
  border-radius: 30px;
  padding-top: 5vw;
  position: relative;
  overflow: hidden;
}

.btn-text-wrap {
  overflow: hidden;
}

.div-block {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-2 {
  z-index: 1;
  filter: blur(10px);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.partner-block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.partners-wrapper {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: column;
  display: flex;
}

.partner-heading-block {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.logo-wrapper {
  border-bottom: 0 #fff;
  display: flex;
}

.partner-logo-2 {
  width: auto;
  height: 4vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.partner-logo-2.is--alco {
  height: 7vw;
}

.partner-logo-3 {
  width: auto;
  height: 3vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (min-width: 1280px) {
  .t-xlarge {
    font-size: 3vw;
  }

  .card-wrap.is--speaker {
    height: 30vw;
  }
}

@media screen and (min-width: 1440px) {
  h1 {
    font-size: 88px;
  }

  h2, h3 {
    font-size: 32px;
  }

  .logo {
    border-bottom-style: none;
  }

  .image {
    height: 490px;
  }

  .button {
    height: 87px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 24px;
  }

  .paragraph-medium {
    font-size: 24px;
  }

  .hero-text {
    font-size: 28px;
  }

  .h2 {
    font-size: 52px;
  }

  .h3 {
    font-size: 32px;
  }

  .quote-large {
    width: 260px;
    font-size: 24px;
  }

  .content-block {
    position: relative;
  }

  .quote-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .block-categories {
    border-radius: 13px;
    height: 234px;
    padding: 46px;
  }

  .partner-logo {
    height: 50px;
  }

  .h4 {
    font-size: 32px;
  }

  .info-inner {
    border-radius: 30px;
  }

  .square-block {
    margin-bottom: 25vw;
  }

  .t-xlarge {
    font-size: 3vw;
  }

  .t-xsmall {
    font-size: 1.25vw;
  }

  .t-xsmall.has--max-width {
    max-width: 64%;
  }

  .t-xsmall.has--color-dark {
    font-size: 1.4vw;
  }

  .card-item.is--light-front.is--speaker.is--12, .card-item.is--light-front.is--speaker.is--13 {
    background-position: 50% 110%;
  }

  .speaker-image.is--top {
    bottom: -4%;
  }

  .program-block {
    height: 60vw;
  }

  .dropdown-left {
    font-size: 1.3vw;
  }

  .t-small {
    font-size: 1.35vw;
  }

  .dropdown-right {
    height: 3.8vw;
  }

  .tab-pane-inner.is--info {
    grid-column-gap: 3vw;
  }

  .partner-logo-2 {
    height: 4vw;
  }

  .partner-logo-2.is--alco {
    height: 6vw;
  }

  .partner-logo-3 {
    height: 3vw;
  }
}

@media screen and (min-width: 1920px) {
  .info-inner {
    border-radius: 43px;
  }

  .square-block {
    margin-bottom: 18vw;
  }

  .t-xlarge {
    font-size: 3.1vw;
  }

  .t-xsmall {
    font-size: 1vw;
  }

  .t-xsmall.has--max-width {
    max-width: 56%;
  }

  .t-small {
    font-size: 1.1vw;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  p {
    font-size: 16px;
  }

  .image {
    object-fit: cover;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

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

  .margin-xxhuge {
    margin: 8rem;
  }

  .paragraph-default {
    font-size: 16px;
  }

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

  .margin-huge {
    margin: 5rem;
  }

  .section-padding-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .ac-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .margin-xhuge {
    margin: 6rem;
  }

  .section-padding-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

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

  .ac-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .ac-styleguide_heading-medium {
    font-size: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

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

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

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

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .ac-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .section-padding {
    padding-top: 160px;
  }

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

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

  .padding-large {
    padding: 2.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

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

  .ac-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

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

  .ac-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .hide-tablet {
    display: none;
  }

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

  .h1 {
    font-size: 14vw;
  }

  .h3 {
    width: 80%;
  }

  .description {
    font-size: 24px;
  }

  .quote {
    font-size: 16px;
  }

  .quote-large {
    text-align: center;
    width: 80%;
    font-size: 24px;
  }

  .container {
    max-width: 100%;
  }

  .content-block.is--hero {
    height: 92vh;
  }

  .footer {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .block-categories {
    grid-column-gap: 5.5vw;
    grid-row-gap: 5.5vw;
    grid-template-rows: auto;
    grid-template-columns: 22vw 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    height: 120px;
    padding: 0;
    display: grid;
  }

  .time-text {
    text-align: center;
    font-size: 18px;
  }

  .h4 {
    font-size: 24px;
  }

  .t-xlarge {
    font-size: 3vw;
  }

  .card-item.is--light-front.is--speaker.is--12, .card-item.is--light-front.is--speaker.is--13 {
    background-size: 122%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 18px;
  }

  .logo {
    padding-top: .7vw;
  }

  .image {
    border-radius: 25px;
    height: 340px;
    display: block;
  }

  .paragraph-xlarge {
    font-size: 1.25rem;
  }

  .button {
    justify-content: center;
    height: 47px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .author-description, .author-name {
    font-size: 1.25rem;
  }

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

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .has--style-nowrap {
    white-space: normal;
  }

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

  .section-padding-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .section-padding-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .text-style-h3 {
    font-size: 1.5rem;
  }

  .text-style-h1 {
    font-size: 2.5rem;
  }

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

  .margin-xhuge {
    margin: 4rem;
  }

  .section-padding-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .paragraph-superlarge {
    font-size: 1.25rem;
  }

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

  .ac-styleguide_heading-medium {
    font-size: 2rem;
  }

  .text-style-h6 {
    font-size: .75rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .description-xlarge {
    font-size: 1.25rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

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

  .text-style-h2 {
    font-size: 2rem;
  }

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

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

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

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

  .text-style-h5 {
    font-size: .875rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .caption-superlarge, .count {
    font-size: 1.25rem;
  }

  .section-padding {
    padding-top: 140px;
  }

  .description-large {
    font-size: 1.25rem;
  }

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

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

  .padding-large {
    padding: 1.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

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

  .text-style-h4 {
    font-size: 1rem;
  }

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

  .paragraph-large {
    font-size: 22px;
  }

  .page-wrapper {
    padding: 2vw 2vw 3.2vw;
  }

  .caption-large {
    font-size: 1.25rem;
  }

  .hero-text {
    font-size: 16px;
  }

  .caption-xlarge {
    font-size: 1.25rem;
  }

  .ac-styleguide_heading-large {
    font-size: 3rem;
  }

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

  .ac-styleguide_version, .ac-styleguide_section-header {
    font-size: .875rem;
  }

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

  .logo-image {
    height: 4vw;
  }

  .h1 {
    letter-spacing: .1vw;
    margin-right: 0;
    font-size: 13.8vw;
    display: block;
  }

  .h2.is--small {
    font-size: 2vw;
  }

  .h3 {
    font-size: 5vw;
  }

  .description {
    font-size: 22px;
  }

  .quote-large {
    width: 70%;
    font-size: 22px;
  }

  .content-block.is--hero {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .circle-small {
    width: 15px;
    height: 15px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .block-categories {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
  }

  .divider {
    display: none;
  }

  .divider.is--horizontal {
    display: block;
  }

  .time-text {
    font-size: 16px;
  }

  .partner-logo {
    height: 30px;
  }

  .h4 {
    font-size: 20px;
  }

  .black-background {
    border-radius: 20px;
    padding-bottom: 3.2vw;
  }

  .button-block {
    height: auto;
  }

  .t-medium {
    font-size: 4.5vw;
  }

  .btn-inner {
    padding: 3vw 4.8vw;
  }

  .btn-inner.is--arrow {
    aspect-ratio: 1;
    width: 11vw;
    padding-top: 0;
    padding-bottom: 0;
  }

  .info-block {
    flex-flow: row;
    height: 8vw;
    margin-bottom: 3vw;
  }

  .info-inner {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .t-default {
    font-size: 3vw;
  }

  .hero-image {
    top: -13.4vw;
  }

  .layout {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    grid-template-columns: 1fr;
  }

  .square-block.has--no-margin {
    grid-column-gap: 1.8vw;
    grid-row-gap: 1.8vw;
  }

  .square-block.has--no-margin.has--align-top {
    grid-column-gap: 1.2vw;
    grid-row-gap: 1.2vw;
  }

  .h2-square {
    height: 1.4vw;
  }

  .t-xlarge {
    font-size: 4.5vw;
  }

  .t-xsmall {
    font-size: 3vw;
    line-height: 110%;
  }

  .t-xsmall.has--color-dark.is--absolute, .t-xsmall.is--absolute {
    top: 6vw;
    left: 3vw;
  }

  .cards-wrapper {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: 90vw;
    display: grid;
  }

  .cards-wrapper.has--small-margin {
    grid-template-columns: 1fr;
    height: auto;
  }

  .card-item {
    padding-top: 6vw;
    padding-bottom: 6vw;
    padding-left: 3vw;
  }

  .card-item.is--light-front.is--speaker.is--4 {
    background-position: 43% 15%;
  }

  .card-item.is--light-front.is--speaker.is--6, .card-item.is--light-front.is--speaker.is--7 {
    background-position: 60% 45%;
  }

  .card-item.is--light-front.is--speaker.is--8 {
    background-position: 60% 55%;
  }

  .card-item.is--light-front.is--speaker.is--9 {
    background-position: 60% 0;
  }

  .card-item.is--light-front.is--speaker.is--10 {
    background-position: 60%;
  }

  .card-item.is--light-front.is--speaker.is--11 {
    background-position: 60% 57%;
  }

  .card-item.is--light-front.is--speaker.is--12, .card-item.is--light-front.is--speaker.is--13 {
    background-position: 50% 0;
  }

  .card-item.is--light-back.is--speaker {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .card-wrap {
    height: 48vw;
  }

  .card-wrap.is--speaker {
    aspect-ratio: 1;
    width: 100%;
    height: auto;
  }

  .speaker-image {
    height: auto;
    min-height: auto;
    top: auto;
    bottom: -11%;
    right: auto;
  }

  .speaker-image.is--large {
    width: 100%;
    min-width: 100%;
    bottom: -7%;
    left: -1%;
  }

  .speaker-image.is--medium {
    width: 120%;
    min-width: 120%;
    bottom: -20%;
    left: -9%;
  }

  .speaker-image.is--small {
    width: 100%;
    min-width: 110%;
    bottom: -28%;
    left: -2%;
  }

  .speaker-image.is--xsmall {
    width: 95%;
    min-width: 95%;
    bottom: -7%;
    left: 1%;
  }

  .speaker-image.is--xlarge {
    width: 120%;
    min-width: 120%;
    bottom: -22%;
    left: -13%;
  }

  .speaker-image.is--xxlarge {
    bottom: -47%;
  }

  .speaker-image.is--xxlarge.is--lower {
    width: 130%;
    min-width: 130%;
    bottom: -49%;
    left: -17%;
  }

  .speaker-image.is--default {
    bottom: -13%;
  }

  .speaker-image.is--top {
    width: 90%;
    min-width: 90%;
    bottom: -11%;
    left: 3%;
  }

  .speaker-image.is--low {
    bottom: -14%;
  }

  .speaker-image.is--align-bottom {
    width: 105%;
    min-width: 105%;
    bottom: -8%;
    left: -4%;
  }

  .dropdown {
    border-radius: 16px;
  }

  .dropdown-toggle {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    padding: 6.5vw 6vw;
  }

  .dropdown-bottom, .dropdown-left {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
  }

  .dropdown-time {
    padding: 1vw 2vw;
  }

  .t-small {
    font-size: 3vw;
  }

  .dropdown-right {
    height: 8vw;
  }

  .t-large {
    width: 95%;
    font-size: 4.5vw;
  }

  .dropdown-list-inner {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    flex-flow: column;
    margin-bottom: 6.5vw;
    margin-left: 6vw;
    margin-right: 6vw;
    display: flex;
  }

  .program-item {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .dropdown-square-block {
    grid-column-gap: 1.2vw;
    grid-row-gap: 1.2vw;
  }

  .parnter-image {
    height: 6vw;
  }

  .parnter-image.is--2-1 {
    height: 5vw;
  }

  .parnter-image.is--2-2 {
    height: 7vw;
  }

  .speakers-block {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    flex-flow: wrap;
    width: 100%;
  }

  .speaker-image-small {
    width: 16vw;
  }

  .partner-logo-2 {
    height: 8vw;
  }

  .partner-logo-2.is--alco {
    height: 11vw;
  }

  .partner-logo-3 {
    height: 6vw;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    padding-top: 3vw;
    display: block;
  }

  .image {
    display: block;
  }

  .section-hero {
    padding-top: 4vw;
  }

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

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

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

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

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

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

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

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

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

  .paragraph-medium {
    font-size: 20px;
  }

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

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

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

  .paragraph-large {
    font-size: 20px;
  }

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

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

  .h1 {
    white-space: nowrap;
    font-size: 13.5vw;
  }

  .h2.is--small {
    font-size: 3vw;
  }

  .h3 {
    width: 85%;
    font-size: 6vw;
  }

  .quote-large {
    width: 90%;
  }

  .container {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .content-block.is--hero {
    height: 100svh;
    padding-bottom: 4svh;
  }

  .content-block.is--centered {
    flex-flow: column;
    align-items: stretch;
  }

  .black-background {
    border-radius: 13px;
  }

  .button-block.tbx-modal.is--bottom {
    width: 100%;
  }

  .t-medium {
    font-size: 7vw;
  }

  .t-medium.is--button {
    font-size: 5vw;
  }

  .btn-inner.is--bottom {
    flex: 1;
  }

  .t-default {
    font-size: 4vw;
  }

  .hero-image {
    top: 21.6vh;
  }

  .padding-block {
    padding-top: 20vw;
  }

  .square-block.is--absolute {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    position: static;
  }

  .h2-square {
    height: 2vw;
  }

  .t-xlarge {
    font-size: 6vw;
  }

  .t-xlarge.is--indent {
    text-indent: 0;
  }

  .t-xsmall {
    font-size: 4vw;
  }

  .cards-wrapper {
    height: 150vw;
  }

  .card-item.is--light-front.is--speaker {
    background-position: 50% 37%;
  }

  .card-item.is--light-front.is--speaker.is--2 {
    background-position: 50% 13%;
    background-size: 94%;
  }

  .card-item.is--light-front.is--speaker.is--3, .card-item.is--light-front.is--speaker.is--4 {
    background-position: 50% 20%;
  }

  .card-item.is--light-front.is--speaker.is--7 {
    background-position: 30% 44%;
  }

  .card-item.is--light-front.is--speaker.is--10 {
    background-position: 60% 57%;
  }

  .card-item.is--light-front.is--speaker.is--11 {
    background-position: 58% 60%;
  }

  .card-item.is--light-front.is--speaker.is--12, .card-item.is--light-front.is--speaker.is--13 {
    background-position: 50% -40%;
    background-size: 91%;
  }

  .card-item.is--light-back.is--speaker {
    z-index: 2;
  }

  .speaker-image.is--top {
    bottom: -15%;
  }

  .speaker-image.is--4 {
    object-position: 87% 50%;
    bottom: -5%;
    left: 0%;
  }

  .dropdown-square-block.is--absolute {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    position: static;
  }

  .tab-link {
    padding: 3vw 5vw;
  }

  .tab-pane-inner {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 5vw;
    padding: 5vw;
  }

  .parnter-image {
    height: 13vw;
  }

  .parnter-image.is--small {
    height: 6vw;
  }

  .parnter-image.is--2-1 {
    height: 14vw;
  }

  .parnter-image.is--2-2 {
    height: 21vw;
  }

  .parnter-image.is--big {
    height: 30vw;
  }

  .parnter-image.is--big.is--1 {
    height: 42vw;
  }

  .tbx-widget.is--bottom {
    flex: 1;
    width: 100%;
  }

  .section-ticket {
    padding-top: 17vw;
    padding-bottom: 17vw;
  }

  .partners-wrapper {
    grid-column-gap: 9vw;
    grid-row-gap: 9vw;
  }

  .partner-heading-block {
    justify-content: flex-end;
    align-items: center;
  }

  .logo-wrapper {
    flex: none;
    display: block;
  }

  .partner-logo-2 {
    height: 9vw;
  }

  .partner-logo-2.is--alco {
    height: 18vw;
  }

  .partner-logo-3 {
    height: 12vw;
  }
}

#w-node-_601cf46c-0ebb-9a1f-431d-e6428ab67c4d-ab6f6a1f {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_601cf46c-0ebb-9a1f-431d-e6428ab67c4f-ab6f6a1f {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_68a03511-ded9-7e24-79b7-d12ede7135ed-ab6f6a1f, #w-node-_78c597ec-78ec-dfd6-c1bb-3a06d3a1aa52-ab6f6a1f, #w-node-_78c597ec-78ec-dfd6-c1bb-3a06d3a1aa5b-ab6f6a1f, #w-node-_78c597ec-78ec-dfd6-c1bb-3a06d3a1aa64-ab6f6a1f {
  align-self: start;
}

#w-node-_98416b41-3d5e-8701-1ad1-69084b248abc-ab6f6a1f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78c597ec-78ec-dfd6-c1bb-3a06d3a1aa7b-ab6f6a1f, #w-node-_78c597ec-78ec-dfd6-c1bb-3a06d3a1aa84-ab6f6a1f, #w-node-_78c597ec-78ec-dfd6-c1bb-3a06d3a1aa8d-ab6f6a1f, #w-node-_78c597ec-78ec-dfd6-c1bb-3a06d3a1aa96-ab6f6a1f {
  align-self: start;
}

#w-node-_252113b1-953b-48f5-870b-908342ba1488-ab6f6a1f, #w-node-_8c551c08-34be-a43b-d8d7-68655d6900af-ab6f6a1f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78c597ec-78ec-dfd6-c1bb-3a06d3a1aad0-ab6f6a1f, #w-node-_78c597ec-78ec-dfd6-c1bb-3a06d3a1aad7-ab6f6a1f, #w-node-_78c597ec-78ec-dfd6-c1bb-3a06d3a1aae0-ab6f6a1f, #w-node-_78c597ec-78ec-dfd6-c1bb-3a06d3a1aae9-ab6f6a1f {
  align-self: start;
}

#w-node-e58dd597-eb8b-d3ba-d7bb-4fb900acf0e3-ab6f6a1f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ec41-ab6f6a24, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ec46-ab6f6a24, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ec4b-ab6f6a24, #w-node-_95a6f11e-fd07-0c5f-9df3-f2d03635ef17-ab6f6a24, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ec50-ab6f6a24, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ec56-ab6f6a24, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ec5c-ab6f6a24, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ec62-ab6f6a24 {
  justify-self: start;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ecd9-ab6f6a24, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ecde-ab6f6a24, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ece3-ab6f6a24, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ece8-ab6f6a24, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1eced-ab6f6a24, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ecf2-ab6f6a24, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ecfa-ab6f6a24, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1edc2-ab6f6a24, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ee14-ab6f6a24, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ee2d-ab6f6a24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ee30-ab6f6a24 {
  justify-self: start;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ee32-ab6f6a24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ee35-ab6f6a24 {
  justify-self: start;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ee41-ab6f6a24, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ee4b-ab6f6a24, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ee4c-ab6f6a24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef23-ab6f6a24, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef28-ab6f6a24, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef2d-ab6f6a24, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef32-ab6f6a24, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef37-ab6f6a24, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef3c-ab6f6a24, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef46-ab6f6a24, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef4b-ab6f6a24, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef50-ab6f6a24, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef55-ab6f6a24, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef5a-ab6f6a24, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef5f-ab6f6a24, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef64-ab6f6a24, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef69-ab6f6a24, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef6e-ab6f6a24, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef73-ab6f6a24, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef78-ab6f6a24 {
  justify-self: start;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef7c-ab6f6a24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef7d-ab6f6a24, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef82-ab6f6a24, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef87-ab6f6a24, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef8c-ab6f6a24, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efa1-ab6f6a24, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efa6-ab6f6a24, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efab-ab6f6a24, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efb0-ab6f6a24, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efb5-ab6f6a24, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efba-ab6f6a24, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efc4-ab6f6a24, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efc9-ab6f6a24, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efce-ab6f6a24, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efd3-ab6f6a24, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efd8-ab6f6a24, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efdd-ab6f6a24, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efe2-ab6f6a24, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efe7-ab6f6a24, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efec-ab6f6a24, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1eff1-ab6f6a24, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1eff6-ab6f6a24 {
  justify-self: start;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1effa-ab6f6a24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1effb-ab6f6a24, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1f000-ab6f6a24, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1f005-ab6f6a24, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1f00a-ab6f6a24 {
  justify-self: start;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1f082-ab6f6a24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1f0de-ab6f6a24 {
  justify-self: start;
}

@media screen and (min-width: 1440px) {
  #w-node-_601cf46c-0ebb-9a1f-431d-e6428ab67c4d-ab6f6a1f {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_601cf46c-0ebb-9a1f-431d-e6428ab67c4d-ab6f6a1f {
    grid-column-end: 2;
  }

  #w-node-_601cf46c-0ebb-9a1f-431d-e6428ab67c4f-ab6f6a1f {
    grid-column: 1 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_601cf46c-0ebb-9a1f-431d-e6428ab67c49-ab6f6a1f, #w-node-_601cf46c-0ebb-9a1f-431d-e6428ab67c4d-ab6f6a1f, #w-node-_601cf46c-0ebb-9a1f-431d-e6428ab67c4f-ab6f6a1f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Trumpgothicpro';
  src: url('../fonts/TrumpGothicPro-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Trumpgothicpro';
  src: url('../fonts/TrumpGothicPro-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Trumpgothicpro';
  src: url('../fonts/TrumpGothicPro.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}