@font-face {
  font-family: "BentonSans-Bold";
  src: url("/fonts/BentonSans-Bold/BentonSans-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/BentonSans-Bold/BentonSans-Bold.otf") format("opentype"), url("/fonts/BentonSans-Bold/BentonSans-Bold.woff") format("woff"), url("/fonts/BentonSans-Bold/BentonSans-Bold.ttf") format("truetype"), url("/fonts/BentonSans-Bold/BentonSans-Bold.svg#BentonSans-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BentonSans-Book";
  src: url("/fonts/BentonSans-Book/BentonSans-Book.eot?#iefix") format("embedded-opentype"), url("/fonts/BentonSans-Book/BentonSans-Book.otf") format("opentype"), url("/fonts/BentonSans-Book/BentonSans-Book.woff") format("woff"), url("/fonts/BentonSans-Book/BentonSans-Book.ttf") format("truetype"), url("/fonts/BentonSans-Book/BentonSans-Book.svg#BentonSans-Book") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BentonSans-Regular";
  src: url("/fonts/BentonSans-Regular/BentonSans-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/BentonSans-Regular/BentonSans-Regular.otf") format("opentype"), url("/fonts/BentonSans-Regular/BentonSans-Regular.woff") format("woff"), url("/fonts/BentonSans-Regular/BentonSans-Regular.ttf") format("truetype"), url("/fonts/BentonSans-Regular/BentonSans-Regular.svg#BentonSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BentonSans-UltraCondensedBold";
  src: url("/fonts/BentonSans-UltraCondensedBold/BentonSans-UltraCondensedBold.eot?#iefix") format("embedded-opentype"),  url("/fonts/BentonSans-UltraCondensedBold/BentonSans-UltraCondensedBold.woff") format("woff"), url("/fonts/BentonSans-UltraCondensedBold/BentonSans-UltraCondensedBold.ttf") format("truetype"), url("/fonts/BentonSans-UltraCondensedBold/BentonSans-UltraCondensedBold.svg#BentonSans-UltraCondensedBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
/*
img:not([alt]) {
    filter: blur(10px);
}*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* -------------------------------------------------------------------------- */
:root {
  --color1: #009d96;
  --color2: #f8e610;
  --color3: #ffa5a5;
  --color4: #91bd1f;
  --color5: #ca7cbf;
  --color6: #c7b79c;
  --color7: #c6f2f5;
  --color8: #ffbe80;
  --color9: #186451;
}

.txt1 { 
  color: var(--color1);
}

.txt2 { 
  color: var(--color2);
}

.txt3 { 
  color: var(--color3);
}

.txt4 { 
  color: var(--color4);
}

.txt5 { 
  color: var(--color5);
}

.txt6 { 
  color: var(--color6);
}

.txt7 { 
  color: var(--color7);
}

.txt8 { 
  color: var(--color8);
}

.txt9 { 
  color: var(--color9);
}

.color1 {
  background-color: var(--color1);
}

.color2 {
  background-color: var(--color2);
}

.color3 {
  background-color: var(--color3);
}

.color4 {
  background-color: var(--color4);
}

.color5 {
  background-color: var(--color5);
}

.color6 {
  background-color: var(--color6);
}

.color7 {
  background-color: var(--color7);
}

.color8 {
  background-color: var(--color8);
}

.color9 {
  background-color: var(--color9);
}

html {
  height: auto;
  min-height: 100%;
}

body {
  background-color: #161616;
  color: #fff;
  height: auto;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.spacing {
  padding-left: 0px;
  padding-right: 0px;
}

.container {
  overflow-y: scroll;
}

.nav-holder {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  background-color: #000;
  width: 100vw;
  height: 100vh;
}

.nav {
  position: absolute;
  left: 2vw;
  right: 2vw;
  top: 6vw;
}

.nav li {
  width: 100%;
  height: 12vh;
  color: #161616;
  font-family: "BentonSans-Bold";
  text-transform: uppercase;
  font-size: 1.5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
}

.nav li {
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

.nav a {
  text-decoration: none;
}

.nav li:hover {
  background-color: #fff;
  transition: 0.3s linear all;
}

ul.dropdown {
  display: none;
}

.box-shadow-menu {
  position: fixed;
  right: 2vw;
  float: right;
  top: 2vw;
  width: 2em;
  height: 1.5em;
  padding-left: 2.25em;
  cursor: pointer;
}

.box-shadow-menu:not(.active):before {
  transition: 0.3s linear all;
  content: "";
  position: absolute;
  right: 0px;
  top: 0em;
  width: 2em;
  height: 0.12em;
  background: var(--color1);
  box-shadow: 0 0.5em 0 0 #f8e610, 0 1em 0 0 #c6f2f5;
}

.box-shadow-menu:before {
  transition: 0.3s linear all;
  content: "";
  position: absolute;
  right: 0px;
  top: 0em;
  width: 2em;
  height: 0.12em;
  background: #fff;
  box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
}

.page {
  font-family: "BentonSans-Bold";
  text-transform: uppercase;
  min-height: 100vh;
  text-align: center;
  justify-content: center;
}

.page1 {
  margin-top: -100px;
  display: flex;
  flex-direction: column;
}

.overview .content {
  font-family: "BentonSans-UltraCondensedBold";
  text-transform: none;
  text-align: justify;
}

.logo {
  width: 80%;
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
}

.location {
  cursor: pointer;
}

.split-image {
  display: inline-block;
  width: 100%;
  margin-bottom: 50px;
}

.split-image img {
  display: block;
  float: left;
  width: 100%;
  padding: 20px;
}

.single-img {
  margin-left: 0%;
}

@media (min-width: 1000px) {
  .split-image {
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
  }

  .split-image img {
    display: block;
    float: left;
    width: 50%;
    padding: 20px;
  }

  .single-img {
    margin-left: 25%;
  }

  .color1 {
    background-color: transparent;
    border-bottom: 3px solid var(--color1);
  }

  .color2 {
    background-color: transparent;
    border-bottom: 3px solid var(--color2);
  }

  .color3 {
    background-color: transparent;
    border-bottom: 3px solid var(--color3);
  }

  .color4 {
    background-color: transparent;
    border-bottom: 3px solid var(--color4);
  }

  .color5 {
    background-color: transparent;
    border-bottom: 3px solid var(--color5);
  }

  .color6 {
    background-color: transparent;
    border-bottom: 3px solid var(--color6);
  }

  .color7 {
    background-color: transparent;
    border-bottom: 3px solid var(--color7);
  }

  .color8 {
    background-color: transparent;
    border-bottom: 3px solid var(--color8);
  }

  .color9 {
    background-color: transparent;
    border-bottom: 3px solid var(--color9);
  }

  .menu {
    display: none;
  }

  .nav-holder {
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    background-color: #161616;
    width: 100vw;
    height: 100px;
  }

  .nav {
    position: inline-block;
    left: 2vw;
    right: 2vw;
    top: 30px;
    width: auto;
    text-align: center;
  }

  .nav li {
    display: inline-block;
    color: #fff;
    font-family: "BentonSans-Bold";
    text-transform: uppercase;
    font-size: 1em;
    flex-direction: column;
    padding-left: 0px;
    height: auto;
    width: auto;
  }

  .nav li {
    text-decoration: none;
    text-align: center;
    color: #fff;
    cursor: pointer;
  }

  .nav li:hover {
    text-decoration: none;
    color: #fff;
    background-color: transparent;
    cursor: pointer;
  }

  .sub {
    position: relative;
  }

  .spacing {
    padding-left: 3px;
    padding-right: 3px;
  }

  ul.dropdown {
    position: absolute;
    display: none;
    width: 100%;
  }

  ul.dropdown li {
    width: 100%;
    border-bottom: 3px solid #000;
    display: inline-block;
    color: #000;
    font-size: 0.7em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }

  ul.dropdown li:hover {
    border-bottom: 3px solid #000;
  }

  ul.dropdown li:last-child,
ul.dropdown li:last-child:hover {
    border-bottom: none;
  }

  .color-highlights {
    background-color: var(--color2);
  }

  .color-marketing {
    background-color: var(--color5);
  }

  .color-promo {
    background-color: var(--color7);
  }

  .color-creative {
    background-color: var(--color6);
  }

  .page {
    font-family: "BentonSans-Bold";
    text-transform: uppercase;
  }

  .overview .image {
    display: inline-block;
    width: 40%;
  }

  .overview .content {
    font-family: "BentonSans-UltraCondensedBold";
    text-transform: none;
    text-align: justify;
    display: inline-block;
    width: 60%;
  }
}
.grid-colcade {
  margin-left: -0.5rem;
}
@media (min-width: 321px) {
  .grid-colcade {
    margin-left: -1rem;
  }
}

.grid-colcade2 .grid-item {
  padding-left: 0;
  padding-top: 0;
}

.grid-item {
  padding-left: 0.5rem;
  padding-top: 0.5rem;
}
@media (min-width: 321px) {
  .grid-item {
    padding-left: 1rem;
    padding-top: 1rem;
  }
}
.grid-item img {
  width: 100%;
}
.grid-item .caption {
  padding: 0.5rem;
  color: black;
}
@media (min-width: 321px) {
  .grid-item .caption {
    padding: 1rem;
  }
}

.caption {
  padding: 0.5rem;
}
@media (min-width: 321px) {
  .caption {
    padding: 1rem;
  }
}

/* Using floats */
.grid-col2 {
  display: block;
  clear: both;
  width: 50%;
}

.grid-col {
  float: left;
  width: 50%;
}

/* 2 columns by default, hide columns 2 & 3 */
.grid-col--2 {
  display: none;
}

/* 3 columns at medium size */
@media (min-width: 900px) {
  .grid-col,
.grid-col2 {
    width: 33.333%;
  }

  .grid-col--2 {
    display: block;
  }

  /* show column 2 */
}
/* using flexbox  */
.flex-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-grid-col {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.flex-grid-col-- {
  margin-right: 0;
}

/* hide two middle */
.flex-grid-col--2 {
  display: none;
}

@media (min-width: 768px) {
  .flex-grid-col--2 {
    display: block;
  }

  /* show column 2 */
}
@media (min-width: 1200px) {
  .flex-grid-col--3 {
    display: block;
  }

  /* show column 3 */
}
.flex-grid-item {
  background: #161616;
  margin-bottom: 20px;
}

.emulated-flex-gap {
  --gap: 16px;
  margin: 0 0 0 calc(-1 * var(--gap));
  width: calc(100% + var(--gap));
}

.emulated-flex-gap > * {
  margin: var(--gap) 0 0 var(--gap);
}

html,
body {
  font-size: 16px;
}

h1 {
  font-size: 2rem;
  line-height: 1em;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
@media (min-width: 501px) {
  h1 {
    margin-top: 0;
    font-size: 3.2rem;
  }
}

h3 {
  font-size: 1rem;
  text-transform: none;
  font-family: "BentonSans-Regular";
  letter-spacing: 0.1em;
}
@media (min-width: 501px) {
  h3 {
    font-size: 1.5rem;
  }
}

h4 {
  font-size: 1rem;
  text-transform: none;
  font-family: "BentonSans-Regular";
  letter-spacing: 0.1em;
}
@media (min-width: 501px) {
  h4 {
    font-size: 1.33rem;
  }
}

p {
  text-transform: none;
  font-family: "BentonSans-Regular";
}
p.small {
  font-size: 0.75rem;
}
@media (min-width: 501px) {
  p.large {
    font-size: 1.12rem;
    margin-bottom: 50px;
  }
}

.ultraCondensedBold {
  text-transform: uppercasew;
  font-family: "BentonSans-UltraCondensedBold";
}

@media (min-width: 501px) {
  .letterspace {
    letter-spacing: 0.1em;
  }
}

b {
  font-family: "BentonSans-Bold";
}

.text-color1 {
  color: #009d96;
}

.bg-color1 {
  background-color: #009d96;
  fill: #009d96;
}

.text-color2 {
  color: #f8e610;
}

.bg-color2 {
  background-color: #f8e610;
  fill: #f8e610;
}

.text-color3 {
  color: #ffa5a5;
}

.bg-color3 {
  background-color: #ffa5a5;
  fill: #ffa5a5;
}

.text-color4 {
  color: #91bd1f;
}

.bg-color4 {
  background-color: #91bd1f;
  fill: #91bd1f;
}

.text-color5 {
  color: #ca7cbf;
}

.bg-color5 {
  background-color: #ca7cbf;
  fill: #ca7cbf;
}

.text-color6 {
  color: #c7b79c;
}

.bg-color6 {
  background-color: #c7b79c;
  fill: #c7b79c;
}

.text-color7, .grid h4, .grid-5 li h4, .grid-4 li h4 {
  color: #c6f2f5;
}

.bg-color7 {
  background-color: #c6f2f5;
  fill: #c6f2f5;
}

.text-color8 {
  color: #ffbe80;
}

.bg-color8 {
  background-color: #ffbe80;
  fill: #ffbe80;
}

.text-color9 {
  color: #186451;
}

.bg-color9 {
  background-color: #186451;
  fill: #186451;
}

.text-color10 {
  color: #B88BF5;
}

.bg-color10 {
  background-color: #B88BF5;
  fill: #B88BF5;
}

.text-color11 {
  color: #5C85A6;
}

.bg-color11 {
  background-color: #5C85A6;
  fill: #5C85A6;
}

.text-color12 {
  color: #000000;
}

.bg-color12 {
  background-color: #000000;
  fill: #000000;
}

.text-color13 {
  color: #D4F86B;
}

.bg-color13 {
  background-color: #D4F86B;
  fill: #D4F86B;
}

@media (min-width: 501px) {
  .page {
    padding-top: 100px;
  }
}

.nav-holder {
  z-index: 10;
}

.menu {
  z-index: 20;
}

.container {
  overflow-y: scroll;
  padding: 1rem;
  position: relative;
}

.site-width {
  max-width: 1080px;
  width: 100%;
  margin: auto;
}

p {
  margin-bottom: 1rem;
}

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

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

.order-1 {
  order: 1;
}
@media (min-width: 501px) {
  .order-1 {
    order: 0;
  }
}

.order-2 {
  order: 2;
}
@media (min-width: 501px) {
  .order-2 {
    order: 0;
  }
}

.flex-layout {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media (min-width: 501px) {
  .flex-layout {
    flex-wrap: no-wrap;
  }
}
.flex-layout .image {
  flex-grow: 1;
  position: relative;
  margin-bottom: 1rem;
}
.flex-layout .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flex-layout .image .div-top {
  position: absolute;
  top: 0;
  right: 0;
  width: 1rem;
  height: 36%;
  margin-right: -0.5rem;
}
.flex-layout .image .div-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1rem;
  height: 20%;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}
.flex-layout .image .div-top-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 36%;
  margin-left: -0.5rem;
}
.flex-layout .image .div-bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1rem;
  height: 20%;
  margin-left: -0.5rem;
  margin-bottom: -0.5rem;
}
.flex-layout .content {
  flex-grow: 1;
  padding: 0.5rem;
}
@media (min-width: 501px) {
  .flex-layout .content {
    padding: 3rem;
  }
}

.grid-3-radio {
  display: grid;
}
@media (min-width: 501px) {
  .grid-3-radio {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 2rem;
  }
}
@media (min-width: 769px) {
  .grid-3-radio {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 4rem;
    align-items: center;
  }
}
.grid-3-radio li img {
  max-height: 6rem;
  max-width: 9rem;
  margin: 0 auto;
  object-fit: contain;
}
@media (max-width: 767px) {
  .grid-3-radio li img {
    margin: 1rem auto;
  }
}
.grid-3-radio li h4 {
  margin-bottom: 2rem;
  margin-top: 2rem;
  line-height: 100%;
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .grid-3-radio li h4.pl-1, .grid-3-radio li h4.pr-1 {
    padding: 0;
  }
}

.grid-3 {
  display: grid;
}
@media (min-width: 501px) {
  .grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 2rem;
  }
}
@media (min-width: 769px) {
  .grid-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 4rem;
    align-items: center;
  }
}
.grid-3 .flex {
  display: flex;
  flex-direction: column;
}
@media (min-width: 501px) {
  .grid-3 .flex {
    flex-direction: row;
  }
}
.grid-3 .text-right,
.grid-3 .text-left {
  text-align: center;
}
@media (min-width: 501px) {
  .grid-3 .text-right,
.grid-3 .text-left {
    text-align: initial;
  }
}
.grid-3 li img {
  max-height: 6rem;
  max-width: 9rem;
  object-fit: contain;
}
@media (max-width: 767px) {
  .grid-3 li img {
    margin: 1rem auto;
  }
}
.grid-3 li h3 {
  margin-bottom: 2rem;
  font-size: 1.125rem;
}
@media (min-width: 501px) {
  .grid-3 li h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .grid-3 li h3.pl-1, .grid-3 li h3.pr-1 {
    padding: 0;
  }
}

.mx-auto {
  margin: 0 auto;
}

.grid-5, .grid-4 {
  display: grid;
}
@media (min-width: 501px) {
  .grid-5, .grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 2rem;
  }
}
@media (min-width: 769px) {
  .grid-5, .grid-4 {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-gap: 3rem;
  }
}
.grid-5 li img, .grid-4 li img {
  max-height: 10rem;
  object-fit: contain;
}
.grid-5 li h4, .grid-4 li h4 {
  margin-bottom: 3rem;
  font-weight: 300;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .grid-5 li h4, .grid-4 li h4 {
    font-size: 1.125rem;
  }
}

@media (min-width: 769px) {
  .grid-4 {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    grid-gap: 3rem;
  }
  .grid-4 li {
    grid-column: span 2;
    /* Hacking the grid to center the orphan items
    /* Dealing with 3 orphan items */
    /* Dealing with 2 orphan items */
    /* Dealing with single orphan */
  }
  .grid-4 li:last-child:nth-child(4n-1) {
    grid-column-end: -2;
  }
  .grid-4 li:nth-last-child(3):nth-child(4n+1) {
    grid-column-end: 4;
  }
  .grid-4 li:last-child:nth-child(4n-2) {
    grid-column-end: -3;
  }
  .grid-4 li:nth-last-child(2):nth-child(4n+1) {
    grid-column-end: 5;
  }
  .grid-4 li:last-child:nth-child(4n-3) {
    grid-column-end: 6;
  }
}

.grid h4 {
  margin-bottom: 3rem;
  font-weight: 300;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .grid h4 {
    font-size: 1.125rem;
  }
}

.tv-grid {
  display: grid;
}
@media (min-width: 769px) {
  .tv-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-template-rows: auto;
    grid-gap: 0rem;
    grid-template-areas: "video video video" "video video video" "video video video";
  }
  .tv-grid .video-item {
    grid-area: video;
  }
}

.video-grid {
  display: grid;
}
@media (min-width: 769px) {
  .video-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: auto;
    grid-gap: 0.5rem;
    grid-template-areas: "video video video still1" "video video video still2" "video video video still3";
  }
  .video-grid .video-item {
    grid-area: video;
  }
}
.video-grid img {
  display: none;
}
@media (min-width: 501px) {
  .video-grid img {
    display: inline-block;
  }
}

.video-container {
  padding-bottom: 1em;
  margin-bottom: 3em;
  border-bottom: 3px solid var(--color5);
}

.worldmap-wrapper {
  pointer-events: none;
}
@media (min-width: 769px) {
  .worldmap-wrapper {
    pointer-events: auto;
  }
}

.map-info-block {
  width: 100%;
  margin-bottom: 1rem;
  cursor: pointer;
}
@media (min-width: 769px) {
  .map-info-block {
    display: none;
    width: 360px;
    margin-top: 3rem;
  }
}
.map-info-block.absolute {
  position: relative;
}
@media (min-width: 769px) {
  .map-info-block.absolute {
    position: absolute;
  }
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

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

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

.mx-auto {
  margin: 0 auto;
}

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

.p-1 {
  padding: 1rem;
}

.p-2 {
  padding: 2rem;
}

.pr-1 {
  padding-right: 1rem;
}

.pl-1 {
  padding-left: 1rem;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 1rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.videoWrapper {
  position: relative;
  padding-bottom: 57.25%;
  /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 501px) {
  .generic-grid-wrapper-narrow {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  }
}

@media (min-width: 501px) {
  .generic-grid-wrapper-wide {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  }
}

.single-img-item {
  max-width: 480px;
  margin: auto;
}

.text-content {
  text-align: justify;
  margin-top: 3rem;
}
@media (min-width: 769px) {
  .text-content {
    padding: 2em 5em 0 5em;
  }
}

.text-content a {
  text-decoration: none;
  color: var(--color5);
  border-bottom: 3px solid var(--color5);
}

#dsps .text-content {
  margin-bottom: 0px;
}

.img-item {
  margin-bottom: 1rem;
}

#main-content {
  display: none;
}

.sum-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  align-items: center;
}
@media (min-width: 769px) {
  .sum-header {
    margin-bottom: 3rem;
  }
}

.sum-logo {
  max-width: 800px;
}

.sum-year {
  font-size: 1.5rem;
  padding-left: 2rem;
}
@media (min-width: 769px) {
  .sum-year {
    font-size: 6rem;
  }
}

.summary {
  display: fixed;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  min-height: 100vh;
  background-color: #161616;
  font-size: 1.25rem;
}
@media (min-width: 769px) {
  .summary {
    font-size: 1.875rem;
  }
}
.summary .inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 1rem;
}
@media (min-width: 769px) {
  .summary .inner {
    padding: 3rem;
  }
}
.summary a {
  color: var(--color5);
}
.summary a:hover {
  color: white;
}
.summary .continue {
  width: 100%;
  margin: 2rem 0;
  text-align: center;
  display: block;
  font-size: 3rem;
}

.sum-text {
  text-align: justify;
  letter-spacing: 0.01em;
}

.text1 {
  color: #009d96;
}

.text2 {
  color: #f8e610;
}

.text3 {
  color: #ffa5a5;
}

.text4 {
  color: #91bd1f;
}

.text5 {
  color: #ca7cbf;
}

.text6 {
  color: #c7b79c;
}

.text7 {
  color: #c6f2f5;
}

.text8 {
  color: #ffbe80;
}

.text9 {
  color: #186451;
}

.sum-image img {
  display: block;
  height: auto;
}

.img-wrapper {
  width: 80px;
  height: 80px;
  display: block;
  margin: auto;
  position: relative;
}
.img-wrapper img {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.sum-socials {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(14, minmax(0, 1fr));
  align-items: center;
  grid-gap: 1rem;
}
@media (min-width: 769px) {
  .sum-socials {
    display: grid;
    margin-top: 4rem;
    grid-template-columns: repeat(14, minmax(0, 1fr));
    align-items: center;
    grid-gap: 2rem;
  }
  
  .sum-socials .sum-image {
    grid-column: span 2;
  }

}
.sum-socials .sum-physical {
  grid-column: span 2;
}

.sum-byline {
  text-align: center;
  text-transform: uppercase;
  line-height: 110%;
  margin-top: 1rem;
  font-size: 1.5rem

}
.sum-byline span {
  display: block;
  
}

.uppercase {
  text-transform: uppercase;
}
