/*
Skeleton V2.0.4 by Dave Gamache
+
Gridder 2.2.1 – Copyright (c) 2023 Tristan White

Free to use under the MIT license.
http://www.opensource.org/licenses/mit-license.php
*/

:root {
  --color-light: #f0f3f6;
  --color-dark: #CED5DB;
}


/* View
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  width: 100%;
  margin: 0;
  padding: 0 2.4rem;
  box-sizing: border-box;
}

.full {
  padding: 0;
}

@media (max-width: 768px) {
  .hide-mobile, .row.hide-mobile, row.reverse.hide-mobile, .right-nav {
    display: none;
  }
}

@media (min-width: 769px) {
  .hide-desktop, .row.hide-desktop, row.reverse.hide-desktop {
    display: none;
  }
  .container {
    padding: 0 15rem 0 2.4rem;
  }
  .full {
  padding: 0;
  }
}

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */

html {
  font-size: 62.5%; 
  scroll-behavior: smooth;
}

body {
  background-color: var(--color-light);
  transition: background-color 0.6s ease;
  min-height: 200vh;
  }


/* Typography: default values
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a, body {
  font-family: "Suse", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #3B335C; 
  text-decoration: none; }

h1, h2, h3, h4, h5, h6, .quote {
  color: #3E2994;
  font-family: "Source Serif 4", sans-serif;
  font-weight: 600; 
}

.quote {
  color: #3B335C; 
}

.h0 {
  font-family: "Source Serif 4", sans-serif;
  font-weight: 900; 
}

/* <weight>: Use a value from 200 to 900 */
/* <uniquifier>: Use a unique and descriptive class name */

/*
.source-serif-4-<uniquifier> {
  font-family: "Source Serif 4", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/

.name {
  font-family: "Philosopher", Cambria, Cochin, Georgia, Times, serif;
  font-weight: 400;
  color: #3E2994; }

button, .button, .button-text, .mobile-menu, .mobile-menu a {
  font-family: 'DM Mono', monospace;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 18px;
  color: #3B335C; }

.mobile-menu a {
  color: #F5D140;
  font-weight: 200;
  text-decoration: none;
  padding: 3rem 0.5rem 0 0.5rem;
  border-top: 1px solid #3B335C;
  display: flex;
  justify-content: space-between; 
  width: 100%;
}

a ion-icon {
  font-size: 18px;
  line-height: 18px; 
  margin-right: 8px; 
  vertical-align: middle; }

.icon-right {
  margin-right: 0;
  margin-left: 8px;
}

.close-btn ion-icon {
  font-size: 4rem;
}

.small ion-icon {
  font-size: 20px;
  margin-right: 8px;
  margin-bottom: 4px; 
  vertical-align: middle; 
}

.grey { color: #86819B; }

.greyer { color: #C0C9D1; }

.light { font-weight: 300;}

.medium { font-weight: 600;}

.xsmall { font-size: 1.0rem; color: #86819B; }


/* Typography: desktop
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body {
  font-size: 1.6em; /* ems may cause chrome bug misinterpreting rems on body element */
  line-height: 1.7;
}

.large {
  font-size: 2.0rem;
  line-height: 3.0rem;
}

.name {
  font-size: 3.2rem;
}

.right-nav {
  font-size: 1.5rem;
}

.small {
  font-size: 1.4rem;
}

.regular {
  font-size: 2.4rem;
}

.quote {
  font-weight: 400;
  font-style: italic;
  font-size: 1.8rem;
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.h0 { font-size: 12rem; line-height: 4rem; }
h1 { font-size: 5.0rem; line-height: 6.0rem; margin: 0}
h2 { font-size: 4.3rem; line-height: 5.3rem; margin: 0}
h3 { font-size: 3.6rem; line-height: 4.6rem; margin: 0}
h4 { font-size: 2.9rem; line-height: 3.9rem; margin: 0}
h5 { font-size: 2.2rem; line-height: 3.2rem; margin: 0}

/* Typography: mobile
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 768px) {
  
  body { font-size: 1.4em }
  .small { font-size: 1.2rem }
  .large { font-size: 1.8rem }
  .name { font-size: 2.4rem }
  
  h1 { font-size: 3.2rem; line-height: 4.2rem; margin: 0}
  h2 { font-size: 2.9rem; line-height: 4.0rem; margin: 0}
  h3 { font-size: 2.6rem; line-height: 3.6rem; margin: 0}
  h4 { font-size: 2.25rem; line-height: 3.3rem; margin: 0}
  h5 { font-size: 2.0rem; line-height: 3.0rem; margin: 0}
}


/* Links & buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.link {
  position: relative;
}

.link::before {
  content: '';
  background-color: #F5D140;
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 3px;
  z-index: -1; 
  transition: ease-out 0.2s; }

.link:hover::before {
  height: 80%; }

button {
  border: solid #3B335C 1px;
  padding: 0.5rem 1.5rem;
  border-radius: 10rem;
}

.button, .button-text, .menu-toggle {
    text-decoration: none;
    padding: 10px 20px;
  color: #3B335C;
  text-align: center;
  background-color: transparent;
  border-radius: 8px;
    border-top: solid #3B335C 1px;
    border-right: solid #3B335C 1px;
    border-left: solid #3B335C 3px;
    border-bottom: solid #3B335C 3px;
  cursor: pointer;
  box-shadow: inset 0 0 0 0 #fff;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s; 
}

.button:active {
  border: solid #3B335C 1px; 
}

.button-text {
  border: 0; 
  padding: 12px 20px; }

.button:hover, .button-text:hover {
  color: #3B335C;
  text-decoration: none;
  box-shadow: inset 400px 0 0 0 #F5D140; 
}


/* Tabs
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.tabs {
  text-align: right;
  padding-bottom: 2rem;
}

.tabs button {
  margin-left: 0.5rem;
  background-color: transparent;
}

.tabs button.active {
  background: #3E2994;
  color: white;
  transition: linear 0.3s;
}

.tabs button:hover:not(.active) {
  background-color: #F5D140; 
  transition: linear 0.3s;
}

.tab-content {
  display: flex;
  padding: 3rem 0 0 2.8rem;
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.tab-content.active {
  display: flex;
  opacity: 1;
  visibility: visible;
  position: relative;
  transition: opacity 0.6s linear;
}

.visuals {
  margin-left: 5.4rem;
}

@media (max-width: 768px) {
  .tabs {
    text-align: left;
    padding-top: 1.6rem;
    padding-bottom: 0;
  }
  .tab-content {
    padding-left: 0;
    opacity: 1;
    visibility: visible;
    position: relative;
  }
  .visuals {
    margin-left: 0;
    margin-bottom: 1.2rem;
  }
}


/* Desktop Nav
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.right-nav {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 15rem;
  padding-top: 4rem;
  transform: translateX(100%);
  animation: slideIn 0.5s ease-out forwards;
}

@keyframes slideIn {
  to {
    transform: translateX(0);
  }
}

.right-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.right-nav li {
  margin: 2rem 0;  
}

.right-nav a {
  text-decoration: none;
  color: #5D596C;
  padding-left: 2rem; /* Space for the triangle */
  display: block;
  position: relative;
  transition: color 0.3s ease;
}

.bottom-link {
  position: absolute;
  bottom: 10rem;
  left: 0;
  width: 100%;
}

.bottom-link a {
  color: #86819B;
  margin: 2rem 0;
}

/* Reserve space using ::before for all links */
.right-nav a::before {
  content: '●';
  position: absolute;
  left: 0;
  top: 0;
  color: transparent; /* Invisible unless active */
  width: 2rem;
  display: inline-block;
}

/* Show bullet */
.right-nav li.active a::before {
  color: #3E2994;
  transition: color 0.3s ease;
}

.right-nav li:not(.active) a:hover::before {
  color: #86819B;
  transition: color 0.3s ease;
}

.right-nav a:hover {
  color: #3E2994;
  transition: color 0.3s ease;
}

.right-nav li.active a {
  color: #1B1923;
  font-weight: 500;
}


/* Mobile menu
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.menu-toggle {
  position: absolute;
  top: 4rem;
  right: 4rem;
  z-index: 1001;
  display: none;
}

@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }
}
/* Slide-in menu */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  height: 100vh;
  width: 240px;
  background-color: #18171F;
  color: #F5D140;
  padding: 3rem 3rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  transition: right 0.3s ease;
  z-index: 1002;
}

.mobile-menu.open {
  right: 0;
}

.mobile-menu button.close-btn {
  align-self: flex-end;
  background: transparent;
  color: #86819B;
  border: none;
  padding: 0;
  margin-right: -2.2rem
}

/* Dark overlay */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 1000;
}

.overlay.visible {
  opacity: 1;
  pointer-events: auto;
}


/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.footer {
  background-image:url(../images/footer-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 4px solid #F5D140;
  color: #f0f3f6;
  border-radius: 1.2rem;
  margin: 2.4rem 0;
  padding: 2rem 0;
}

.footer .border-bottom, .footer .border-top {
  border-color: #5D596C;
}

.footer .button, .footer .button-text, .footer .link {
  color: #f0f3f6;
  border-color: #f0f3f6;
  font-weight: 300;
}

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

.footer .button:hover, .footer .button-text:hover, .footer .link:hover {
  color: #F5D140;
  border-color: #F5D140;
  text-decoration: none;
  box-shadow: none; 
}


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: square outside; 
}

ol {
  list-style: decimal outside; 
}

ol, ul {
  padding-left: 1.8rem;
  margin-bottom: 2.4rem;
}

li {
  margin-bottom: 1.2rem; 
}


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.box {
  background-color: #BCB8CB;
  border-radius: 2.4rem;
  padding: 4rem 3rem;
}

.blinking {
  animation: blink 2s infinite;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.button-row {
  display: flex;
  flex-direction: row;
  gap: 1.2rem;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .button-row a {
    flex: 1;
  }
  .button {
    display: block;
  }
}

.border-bottom {
  border-bottom: 1px solid #BCB8CB; 
  padding-bottom: 1.2rem;
}

.border-top {
  border-top: 1px solid #BCB8CB; 
  padding-top: 1.2rem;
}

.border-full {
  border: 1px solid #BCB8CB;
}

.card {
  background-color: transparent;
  padding: 2rem;
  height: fit-content;
  box-shadow: -4px 4px 12px rgba(0, 0, 0, 0.12);
  border-radius: 1.2rem;
  margin: 1rem;
}

.carousel {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 1.2rem;
  padding: 0 1.2rem;
}

.carousel img {
  flex: 0 0 90%;
  width: 90%;
  scroll-snap-align: center;
  object-fit: contain;
}

.contact {
  background-color: rgb(245, 209, 64, 0.9);
  padding: 2.2rem;
  border-radius: 1.2rem;
}

.contact .button-text:hover {
  box-shadow: inset 400px 0 0 0 white; 
}

.contact a {
  text-align: right;
}

@media (max-width: 768px) {
  .contact a {
    text-align: left;
    display: block;
    margin-top: 1rem;
  }
}

.fade {
  transition: opacity 0.7s ease-in;
}

.fadeOut { opacity: 0; }
.fadeIn { opacity: 1; }

.hero {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2.4rem;
  color: #f0f3f6;
}

.highlight {
  background-color: #ADEFFF;
}

img {
  max-width: 100%;
  height: auto;
  display: block; /* Removes bottom spacing in some browsers */
  border-radius: 1.2rem;
}

.light {
  background-color: #f0f3f6;
}

.padded {
  padding-left: 2rem;
  padding-right: 2rem;
}

.purple {
  color: #3E2994;
}

.radius-left {
  border-radius: 1.2rem 0 0 1.2rem;
}

.radius-right {
  border-radius: 0 1.2rem 1.2rem 0;
}

.no-radius {
  border-radius: 0;
}

.recom {
  background-color: #E7E6EB;
}

.slide-R {
  transform: translateX(-100%);
  animation: slideIn 0.5s ease-out forwards;
}

.shadow {
  box-shadow: -4px 4px 12px rgba(0, 0, 0, 0.12);
}

.top-banner {
  height: 24rem;
  border-radius: 1.2rem;
}

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

.top-10 {
  margin-top: 10rem;
}

.top-15 {
  margin-top: 15rem;
}

.top-20 {
  margin-top: 20rem;
}

.top-30 {
  margin-top: 30rem;
}

.tag {
  position: absolute;
  top: 5rem;
  right: 2rem;
  background: rgba(60, 50, 90, 0.7);
  color: #f0f3f6;
  padding: 0.4rem 0.8rem;
  border-radius: 0.4rem;
  font-size: 1.2rem;
}

.yellow {
  color: #F5D140;
}

.white {
  color: white;
  border-color: white;
}


/* Slider
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.img-slider {
  overflow: hidden;
  width: 100%;
  position: relative;
  cursor: pointer;
  mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
}

.img-track {
  display: flex;
  width: max-content;
  animation: scroll-left 30s linear infinite;
  align-items: center;
}

.img-track img {
  opacity: 0.85;
  transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
}

.home-hero img {
  height: 54rem;
}

@media (max-width: 768px) {
  .home-hero img {
    height: 50rem;
  }
}

.img-slider img:hover {
  opacity: 1;
}

.img-track:hover {
  animation-play-state: paused;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 120rem;
  margin-right: auto;
  margin-left: auto;
}

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  max-width: 120rem;
  margin-right: auto;
  margin-left: auto;
}

/* Default values */
  .col,
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col-offset-1,
  .col-offset-2,
  .col-offset-3,
  .col-offset-4,
  .col-offset-5,
  .col-offset-6,
  .col-offset-7,
  .col-offset-8,
  .col-offset-9,
  .col-offset-10,
  .col-offset-11,
  .col-offset-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-1 {
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-2 {
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-4 {
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-5 {
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-7 {
    -ms-flex-preferred-size: 58.3333333328%;
    flex-basis: 58.3333333328%;
    max-width: 58.3333333328%;
  }
  .col-8 {
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-9 {
    -ms-flex-preferred-size: 75.0000000019%;
    flex-basis: 75.0000000019%;
    max-width: 75.0000000019%;
  }
  .col-10 {
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-11 {
    -ms-flex-preferred-size: 91.6666666674%;
    flex-basis: 91.6666666674%;
    max-width: 91.6666666674%;
  }
  .col-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-offset-3 {
    margin-left: 25%;
  }
  .col-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-offset-6 {
    margin-left: 50%;
  }
  .col-offset-7 {
    margin-left: 58.3333333328%;
  }
  .col-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-offset-9 {
    margin-left: 75.0000000019%;
  }
  .col-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-offset-11 {
    margin-left: 91.6666666674%;
  }
  .col-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .col-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .col-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .col-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .col-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .col-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .col-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .col-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .col-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .col-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

/* Smaller devices only */
@media (max-width: 768px) {
  .mobi,
  .mobi-1,
  .mobi-2,
  .mobi-3,
  .mobi-4,
  .mobi-5,
  .mobi-6,
  .mobi-7,
  .mobi-8,
  .mobi-9,
  .mobi-10,
  .mobi-11,
  .mobi-12,
  .mobi-offset-1,
  .mobi-offset-2,
  .mobi-offset-3,
  .mobi-offset-4,
  .mobi-offset-5,
  .mobi-offset-6,
  .mobi-offset-7,
  .mobi-offset-8,
  .mobi-offset-9,
  .mobi-offset-10,
  .mobi-offset-11,
  .mobi-offset-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .mobi {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .mobi-1 {
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .mobi-2 {
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .mobi-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .mobi-4 {
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .mobi-5 {
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .mobi-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .mobi-7 {
    -ms-flex-preferred-size: 58.3333333328%;
    flex-basis: 58.3333333328%;
    max-width: 58.3333333328%;
  }

  .mobi-8 {
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .mobi-9 {
    -ms-flex-preferred-size: 75.0000000019%;
    flex-basis: 75.0000000019%;
    max-width: 75.0000000019%;
  }

  .mobi-10 {
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .mobi-11 {
    -ms-flex-preferred-size: 91.6666666674%;
    flex-basis: 91.6666666674%;
    max-width: 91.6666666674%;
  }

  .mobi-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  
  .mobi-offset-0 {
    margin-left: 0;
  }

  .mobi-offset-1 {
    margin-left: 8.3333333333%;
  }

  .mobi-offset-2 {
    margin-left: 16.6666666667%;
  }
  .mobi-offset-3 {
    margin-left: 25%;
  }

  .mobi-offset-4 {
    margin-left: 33.3333333333%;
  }

  .mobi-offset-5 {
    margin-left: 41.6666666667%;
  }

  .mobi-offset-6 {
    margin-left: 50%;
  }

  .mobi-offset-7 {
    margin-left: 58.3333333328%;
  }

  .mobi-offset-8 {
    margin-left: 66.6666666667%;
  }

  .mobi-offset-9 {
    margin-left: 75.0000000019%;
  }

  .mobi-offset-10 {
    margin-left: 83.3333333333%;
  }

  .mobi-offset-11 {
    margin-left: 91.6666666674%;
  }

  .mobi-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .mobi-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .mobi-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .mobi-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .mobi-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobi-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .mobi-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .mobi-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .mobi-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .mobi-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}


/* Masonry
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.m-bg {
  background-color: #83818E;
}

.m,
.masonry {
  display: block;
  -webkit-column-gap: 1.2rem;
  -moz-column-gap: 1.2rem;
  column-gap: 1.2rem;
  margin-right: 1.2rem;
  margin-left: 1.2rem;
}

.m > .m-item,
.masonry > .masonry-item {
  width: 100%;
  max-width: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 1.2rem;
  overflow: hidden;
}

.m-col,
.masonry-col {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
.m-col-1,
.masonry-col-1 {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
.m-col-2,
.masonry-col-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.m-col-3,
.masonry-col-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.m-col-4,
.masonry-col-4 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
.m-col-5,
.masonry-col-5 {
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
}
.m-col-6,
.masonry-col-6 {
  -webkit-column-count: 6;
  -moz-column-count: 6;
  column-count: 6;
}
.m-col-7,
.masonry-col-7 {
  -webkit-column-count: 7;
  -moz-column-count: 7;
  column-count: 7;
}
.m-col-8,
.masonry-col-8 {
  -webkit-column-count: 8;
  -moz-column-count: 8;
  column-count: 8;
}
.m-col-9,
.masonry-col-9 {
  -webkit-column-count: 9;
  -moz-column-count: 9;
  column-count: 9;
}
.m-col-10,
.masonry-col-10 {
  -webkit-column-count: 10;
  -moz-column-count: 10;
  column-count: 10;
}
.m-col-11,
.masonry-col-11 {
  -webkit-column-count: 11;
  -moz-column-count: 11;
  column-count: 11;
}
.m-col-12,
.masonry-col-12 {
  -webkit-column-count: 12;
  -moz-column-count: 12;
  column-count: 12;
}

/* Smaller devices only */
@media (max-width: 768px) {
  .m-mobi,
  .masonry-mobi {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .m-mobi-1,
  .masonry-mobi-1 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .m-mobi-2,
  .masonry-mobi-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .m-mobi-3,
  .masonry-mobi-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .m-mobi-4,
  .masonry-mobi-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  .m-mobi-5,
  .masonry-mobi-5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }
  .m-mobi-6,
  .masonry-mobi-6 {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
  }
  .m-mobi-7,
  .masonry-mobi-7 {
    -webkit-column-count: 7;
    -moz-column-count: 7;
    column-count: 7;
  }
  .m-mobi-8,
  .masonry-mobi-8 {
    -webkit-column-count: 8;
    -moz-column-count: 8;
    column-count: 8;
  }
  .m-mobi-9,
  .masonry-mobi-9 {
    -webkit-column-count: 9;
    -moz-column-count: 9;
    column-count: 9;
  }
  .m-mobi-10,
  .masonry-mobi-10 {
    -webkit-column-count: 10;
    -moz-column-count: 10;
    column-count: 10;
  }
  .m-mobi-11,
  .masonry-mobi-11 {
    -webkit-column-count: 11;
    -moz-column-count: 11;
    column-count: 11;
  }
  .m-mobi-12,
  .masonry-mobi-12 {
    -webkit-column-count: 12;
    -moz-column-count: 12;
    column-count: 12;
  }
}


/* Self Clearing Goodness
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }
