@charset "UTF-8";
/* Vendors
------------------------------------------------------- */
* {
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: “”‘’;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, html input[type=button],
input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  width: 1.2rem;
  height: 1.2rem;
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body, figure {
  margin: 0;
}

legend, button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

h1, h2, h3, h4, h5, h6, p, ul {
  margin: 0;
}

ul {
  padding: 0;
}

form {
  margin-bottom: 0;
}

/* Abstracts (or utilities)
------------------------------------------------------- */
/**
 * Background gradients
 */
.bg-gradient-carnelian {
  background: #edcaa0;
  background: -moz-linear-gradient(220deg, #edcaa0 35%, #f26e66 85%);
  background: -webkit-linear-gradient(220deg, #edcaa0 35%, #f26e66 85%);
  background: linear-gradient(220deg, #edcaa0 25%, #f26e66 65%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#edcaa0",endColorstr="#f26e66",GradientType=1);
}

.bg-gradient-dusk {
  background: #684296;
  background: -moz-linear-gradient(22deg, #684296 22%, #c664b7 97%);
  background: -webkit-linear-gradient(22deg, #684296 22%, #c664b7 97%);
  background: linear-gradient(22deg, #684296 22%, #c664b7 97%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#684296",endColorstr="#c664b7",GradientType=1);
}

.bg-gradient-lilac {
  background: #a892d2;
  background: -moz-linear-gradient(220deg, #a892d2 13%, #5e59b6 107%);
  background: -webkit-linear-gradient(220deg, #a892d2 13%, #5e59b6 107%);
  background: linear-gradient(220deg, #a892d2 13%, #5e59b6 107%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a892d2",endColorstr="#5e59b6",GradientType=1);
}

.bg-gradient-rose {
  background: #e493ae;
  background: -moz-linear-gradient(226deg, #e493ae 22%, #e16295 117%);
  background: -webkit-linear-gradient(226deg, #e493ae 22%, #e16295 117%);
  background: linear-gradient(226deg, #e493ae 22%, #e16295 117%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e493ae",endColorstr="#e16295",GradientType=1);
}

.bg-gradient-ruby {
  background: #d15266;
  background: -moz-linear-gradient(218deg, #d15266 19%, #ba394d 85%);
  background: -webkit-linear-gradient(218deg, #d15266 19%, #ba394d 85%);
  background: linear-gradient(218deg, #d15266 19%, #ba394d 85%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d15266",endColorstr="#ba394d",GradientType=1);
}

.bg-gradient-quartz {
  background: #975ea9;
  background: -moz-linear-gradient(0deg, #975ea9 0%, #634792 100%);
  background: -webkit-linear-gradient(0deg, #975ea9 0%, #634792 100%);
  background: linear-gradient(0deg, #975ea9 0%, #634792 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#975ea9",endColorstr="#634792",GradientType=1);
}

.bg-gradient-sapphire {
  background: #4d48af;
  background: -moz-linear-gradient(220deg, #6e89fc 19%, #4d48af 85%);
  background: -webkit-linear-gradient(220deg, #6e89fc 19%, #4d48af 85%);
  background: linear-gradient(220deg, #6e89fc 19%, #4d48af 85%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6e89fc",endColorstr="#4d48af",GradientType=1);
}

.bg-gradient-teal {
  background: #96d1b2;
  background: -moz-linear-gradient(228deg, #96d1b2 8%, #96d1b2 8%, #007eb4 114%);
  background: -webkit-linear-gradient(228deg, #96d1b2 8%, #96d1b2 8%, #007eb4 114%);
  background: linear-gradient(228deg, #96d1b2 8%, #96d1b2 8%, #007eb4 114%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#96d1b2",endColorstr="#007eb4",GradientType=1);
}

/* Spreads elements with child class .card-{i} */
/* Base
------------------------------------------------------- */
/* Fade In Background */
.fadeInBg {
  -webkit-animation-name: fadeInBg;
  -webkit-animation-duration: 1s;
  animation-name: fadeInBg;
  animation-duration: 1s;
}

@keyframes fadeInBg {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInBg {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.shake {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-tarot-love:before {
  content: "";
}

.icon-tarot-reverse:before {
  content: "";
}

.icon-tarot-upright:before {
  content: "";
}

.icon-widget-work:before {
  content: "";
}

.icon-widget-chinese:before {
  content: "";
}

.icon-topic-work:before {
  content: "";
}

.icon-topic-love:before {
  content: "";
}

.icon-topic-dating:before {
  content: "";
}

.icon-topic-bonus:before {
  content: "";
}

.icon-direct:before {
  content: "";
}

.icon-quintiles:before {
  content: "";
}

.icon-menu-wavy:before {
  content: "";
}

.icon-widget-dating:before {
  content: "";
}

.icon-moon-filled:before {
  content: "";
}

.icon-widget-love:before {
  content: "";
}

.icon-sextile-bold:before {
  content: "";
}

.icon-widget-monthly:before {
  content: "";
}

.icon-widget-weekly:before {
  content: "";
}

.icon-widget-daily:before {
  content: "";
}

.icon-widget-yearly:before {
  content: "";
}

.icon-aries-symbol:before {
  content: "";
}

.icon-taurus-symbol:before {
  content: "";
}

.icon-gemini-symbol:before {
  content: "";
}

.icon-cancer-symbol:before {
  content: "";
}

.icon-leo-symbol:before {
  content: "";
}

.icon-virgo-symbol:before {
  content: "";
}

.icon-libra-symbol:before {
  content: "";
}

.icon-scorpio-symbol:before {
  content: "";
}

.icon-sagittarius-symbol:before {
  content: "";
}

.icon-capricorn-symbol:before {
  content: "";
}

.icon-pisces-symbol:before {
  content: "";
}

.icon-aquarius-symbol:before {
  content: "";
}

.icon-aquarius:before {
  content: "";
}

.icon-aries:before {
  content: "";
}

.icon-cancer:before {
  content: "";
}

.icon-capricorn:before {
  content: "";
}

.icon-gemini:before {
  content: "";
}

.icon-leo:before {
  content: "";
}

.icon-libra:before {
  content: "";
}

.icon-pisces:before {
  content: "";
}

.icon-sagittarius:before {
  content: "";
}

.icon-scorpio:before {
  content: "";
}

.icon-taurus:before {
  content: "";
}

.icon-virgo:before {
  content: "";
}

.icon-rat:before {
  content: "";
}

.icon-ox:before {
  content: "";
}

.icon-sheep:before {
  content: "";
}

.icon-tiger:before {
  content: "";
}

.icon-rabbit:before {
  content: "";
}

.icon-dragon:before {
  content: "";
}

.icon-snake:before {
  content: "";
}

.icon-horse:before {
  content: "";
}

.icon-monkey:before {
  content: "";
}

.icon-rooster:before {
  content: "";
}

.icon-dog:before {
  content: "";
}

.icon-pig:before {
  content: "";
}

.icon-menu:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-arrow:before {
  content: "";
}

.icon-warning:before {
  content: "";
}

.icon-caret-down:before {
  content: "";
}

.icon-dot-dash-left:before {
  content: "";
}

.icon-dot-dash-right:before {
  content: "";
}

.icon-moons-left:before {
  content: "";
}

.icon-moons-right:before {
  content: "";
}

.icon-report-love:before {
  content: "";
}

.icon-report-stars:before {
  content: "";
}

.icon-heart:before {
  content: "";
}

.icon-secret-crush:before {
  content: "";
}

.icon-broken-heart:before {
  content: "";
}

.icon-two-hearts:before {
  content: "";
}

.icon-icon-heart-arrow:before {
  content: "";
}

.icon-book-of-love:before {
  content: "";
}

.icon-lips:before {
  content: "";
}

.icon-sun:before {
  content: "";
}

.icon-cards:before {
  content: "";
}

.icon-money:before {
  content: "";
}

.icon-numerology:before {
  content: "";
}

.icon-karma:before {
  content: "";
}

.icon-lotus:before {
  content: "";
}

.icon-star:before {
  content: "";
}

.icon-star-filled:before {
  content: "";
}

.icon-briefcase:before {
  content: "";
}

.icon-cake:before {
  content: "";
}

.icon-crystal-ball:before {
  content: "";
}

.icon-calendar:before {
  content: "";
}

.icon-eye:before {
  content: "";
}

.icon-camera:before {
  content: "";
}

.icon-envelope:before {
  content: "";
}

.icon-yin-yang:before {
  content: "";
}

.icon-planet:before {
  content: "";
}

.icon-conjunct-bold:before {
  content: "";
}

.icon-retrograde:before {
  content: "";
}

.icon-square-bold:before {
  content: "";
}

.icon-trine-bold:before {
  content: "";
}

.icon-opposition-bold:before {
  content: "";
}

.icon-sextile:before {
  content: "";
}

.icon-opposition:before {
  content: "";
}

.icon-aspects:before {
  content: "";
}

.icon-enter:before {
  content: "";
}

.icon-parallel:before {
  content: "";
}

.icon-contra-parallel:before {
  content: "";
}

.icon-planets:before {
  content: "";
}

.icon-semi-square:before {
  content: "";
}

.icon-trine:before {
  content: "";
}

.icon-fire:before {
  content: "";
}

.icon-rss-feed:before {
  content: "";
}

.icon-checkmark-outline:before {
  content: "";
}

.icon-conjunction:before {
  content: "";
}

.icon-hygeia:before {
  content: "";
}

.icon-ascendant:before {
  content: "";
}

.icon-inconjunct:before {
  content: "";
}

.icon-sesquiquadrate:before {
  content: "";
}

.icon-square:before {
  content: "";
}

.icon-full-moon:before {
  content: "";
}

.icon-new-moon:before {
  content: "";
}

.icon-question-mark:before {
  content: "";
}

.icon-midheaven:before {
  content: "";
}

.icon-semi-sextile:before {
  content: "";
}

.icon-psychic-hub:before {
  content: "";
}

.icon-genie-lamp:before {
  content: "";
}

.icon-topic-health:before {
  content: "";
}

.icon-solar-eclipse:before {
  content: "";
}

.icon-lunar-eclipse:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-snapchat:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-facebook-filled:before {
  content: "";
}

.icon-twitter-filled:before {
  content: "";
}

.icon-email-filled:before {
  content: "";
}

.icon-pinterest-filled:before {
  content: "";
}

.icon-wheelchair:before {
  content: "";
}

.icon-sun-abstract:before {
  content: "";
}

.icon-moon:before {
  content: "";
}

.icon-mercury:before {
  content: "";
}

.icon-venus:before {
  content: "";
}

.icon-mars:before {
  content: "";
}

.icon-jupiter:before {
  content: "";
}

.icon-saturn:before {
  content: "";
}

.icon-uranus:before {
  content: "";
}

.icon-neptune:before {
  content: "";
}

.icon-pluto:before {
  content: "";
}

.icon-chiron:before {
  content: "";
}

.icon-ceres:before {
  content: "";
}

.icon-pallas:before {
  content: "";
}

.icon-juno:before {
  content: "";
}

.icon-vesta:before {
  content: "";
}

.icon-earth:before {
  content: "";
}

.icon-air:before {
  content: "";
}

.icon-fire1:before {
  content: "";
}

.icon-water:before {
  content: "";
}

.icon-cardinal:before {
  content: "";
}

.icon-fixed:before {
  content: "";
}

.icon-mutable:before {
  content: "";
}

.icon-first:before {
  content: "";
}

.icon-second:before {
  content: "";
}

.icon-third:before {
  content: "";
}

.icon-fourth:before {
  content: "";
}

.icon-fifth:before {
  content: "";
}

.icon-sixth:before {
  content: "";
}

.icon-seventh:before {
  content: "";
}

.icon-eighth:before {
  content: "";
}

.icon-ninth:before {
  content: "";
}

.icon-tenth:before {
  content: "";
}

.icon-eleventh:before {
  content: "";
}

.icon-twelfth:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-topic-tarot-star:before {
  content: "";
}

.icon-link:before {
  content: "";
}

.icon-youtube-filled:before {
  content: "";
}

.icon-tiktok:before {
  content: "";
}

/* Helper classes for padding and margin (10px increments)
    -------------------------------------------------------------
    Class: .[property][side]-[screen]-[gutter]
    - property: "m" or "p" for margin and padding, respectively
    - side (optional): t for top, b for bottom, l for left, r for right, x for left and right, y for top and bottom
    - screen (optional): md
    - gutter: increments of 10px, so 1 is 10px, 2 is 20px, etc.

    Example:
    - .m-1             margin: 10px
    - .p-2             padding: 20px
    - .mt-1            margin-top: 10px
    - .pt-1            padding-top: 10px
    - .mt-md-1         margin-top: 10px     md screens
    - .pt-md-1         padding-top: 10px    md screens
*/
.m-1 {
  margin: 10px;
}

.p-1 {
  padding: 10px;
}

.m-2 {
  margin: 20px;
}

.p-2 {
  padding: 20px;
}

.m-3 {
  margin: 30px;
}

.p-3 {
  padding: 30px;
}

.m-4 {
  margin: 40px;
}

.p-4 {
  padding: 40px;
}

.m-5 {
  margin: 50px;
}

.p-5 {
  padding: 50px;
}

.m-6 {
  margin: 60px;
}

.p-6 {
  padding: 60px;
}

.m-7 {
  margin: 70px;
}

.p-7 {
  padding: 70px;
}

.m-8 {
  margin: 80px;
}

.p-8 {
  padding: 80px;
}

.m-9 {
  margin: 90px;
}

.p-9 {
  padding: 90px;
}

.m-10 {
  margin: 100px;
}

.p-10 {
  padding: 100px;
}

.mt-1 {
  margin-top: 10px;
}

.pt-1 {
  padding-top: 10px;
}

.mt-2 {
  margin-top: 20px;
}

.pt-2 {
  padding-top: 20px;
}

.mt-3 {
  margin-top: 30px;
}

.pt-3 {
  padding-top: 30px;
}

.mt-4 {
  margin-top: 40px;
}

.pt-4 {
  padding-top: 40px;
}

.mt-5 {
  margin-top: 50px;
}

.pt-5 {
  padding-top: 50px;
}

.mt-6 {
  margin-top: 60px;
}

.pt-6 {
  padding-top: 60px;
}

.mt-7 {
  margin-top: 70px;
}

.pt-7 {
  padding-top: 70px;
}

.mt-8 {
  margin-top: 80px;
}

.pt-8 {
  padding-top: 80px;
}

.mt-9 {
  margin-top: 90px;
}

.pt-9 {
  padding-top: 90px;
}

.mt-10 {
  margin-top: 100px;
}

.pt-10 {
  padding-top: 100px;
}

.mb-1 {
  margin-bottom: 10px;
}

.pb-1 {
  padding-bottom: 10px;
}

.mb-2 {
  margin-bottom: 20px;
}

.pb-2 {
  padding-bottom: 20px;
}

.mb-3 {
  margin-bottom: 30px;
}

.pb-3 {
  padding-bottom: 30px;
}

.mb-4 {
  margin-bottom: 40px;
}

.pb-4 {
  padding-bottom: 40px;
}

.mb-5 {
  margin-bottom: 50px;
}

.pb-5 {
  padding-bottom: 50px;
}

.mb-6 {
  margin-bottom: 60px;
}

.pb-6 {
  padding-bottom: 60px;
}

.mb-7 {
  margin-bottom: 70px;
}

.pb-7 {
  padding-bottom: 70px;
}

.mb-8 {
  margin-bottom: 80px;
}

.pb-8 {
  padding-bottom: 80px;
}

.mb-9 {
  margin-bottom: 90px;
}

.pb-9 {
  padding-bottom: 90px;
}

.mb-10 {
  margin-bottom: 100px;
}

.pb-10 {
  padding-bottom: 100px;
}

.ml-1 {
  margin-left: 10px;
}

.pl-1 {
  padding-left: 10px;
}

.ml-2 {
  margin-left: 20px;
}

.pl-2 {
  padding-left: 20px;
}

.ml-3 {
  margin-left: 30px;
}

.pl-3 {
  padding-left: 30px;
}

.ml-4 {
  margin-left: 40px;
}

.pl-4 {
  padding-left: 40px;
}

.ml-5 {
  margin-left: 50px;
}

.pl-5 {
  padding-left: 50px;
}

.ml-6 {
  margin-left: 60px;
}

.pl-6 {
  padding-left: 60px;
}

.ml-7 {
  margin-left: 70px;
}

.pl-7 {
  padding-left: 70px;
}

.ml-8 {
  margin-left: 80px;
}

.pl-8 {
  padding-left: 80px;
}

.ml-9 {
  margin-left: 90px;
}

.pl-9 {
  padding-left: 90px;
}

.ml-10 {
  margin-left: 100px;
}

.pl-10 {
  padding-left: 100px;
}

.mr-1 {
  margin-right: 10px;
}

.pr-1 {
  padding-right: 10px;
}

.mr-2 {
  margin-right: 20px;
}

.pr-2 {
  padding-right: 20px;
}

.mr-3 {
  margin-right: 30px;
}

.pr-3 {
  padding-right: 30px;
}

.mr-4 {
  margin-right: 40px;
}

.pr-4 {
  padding-right: 40px;
}

.mr-5 {
  margin-right: 50px;
}

.pr-5 {
  padding-right: 50px;
}

.mr-6 {
  margin-right: 60px;
}

.pr-6 {
  padding-right: 60px;
}

.mr-7 {
  margin-right: 70px;
}

.pr-7 {
  padding-right: 70px;
}

.mr-8 {
  margin-right: 80px;
}

.pr-8 {
  padding-right: 80px;
}

.mr-9 {
  margin-right: 90px;
}

.pr-9 {
  padding-right: 90px;
}

.mr-10 {
  margin-right: 100px;
}

.pr-10 {
  padding-right: 100px;
}

.mx-1 {
  margin-left: 10px;
  margin-right: 10px;
}

.px-1 {
  padding-left: 10px;
  padding-right: 10px;
}

.mx-2 {
  margin-left: 20px;
  margin-right: 20px;
}

.px-2 {
  padding-left: 20px;
  padding-right: 20px;
}

.mx-3 {
  margin-left: 30px;
  margin-right: 30px;
}

.px-3 {
  padding-left: 30px;
  padding-right: 30px;
}

.mx-4 {
  margin-left: 40px;
  margin-right: 40px;
}

.px-4 {
  padding-left: 40px;
  padding-right: 40px;
}

.mx-5 {
  margin-left: 50px;
  margin-right: 50px;
}

.px-5 {
  padding-left: 50px;
  padding-right: 50px;
}

.mx-6 {
  margin-left: 60px;
  margin-right: 60px;
}

.px-6 {
  padding-left: 60px;
  padding-right: 60px;
}

.mx-7 {
  margin-left: 70px;
  margin-right: 70px;
}

.px-7 {
  padding-left: 70px;
  padding-right: 70px;
}

.mx-8 {
  margin-left: 80px;
  margin-right: 80px;
}

.px-8 {
  padding-left: 80px;
  padding-right: 80px;
}

.mx-9 {
  margin-left: 90px;
  margin-right: 90px;
}

.px-9 {
  padding-left: 90px;
  padding-right: 90px;
}

.mx-10 {
  margin-left: 100px;
  margin-right: 100px;
}

.px-10 {
  padding-left: 100px;
  padding-right: 100px;
}

.my-1 {
  margin-bottom: 10px;
  margin-top: 10px;
}

.py-1 {
  padding-bottom: 10px;
  padding-top: 10px;
}

.my-2 {
  margin-bottom: 20px;
  margin-top: 20px;
}

.py-2 {
  padding-bottom: 20px;
  padding-top: 20px;
}

.my-3 {
  margin-bottom: 30px;
  margin-top: 30px;
}

.py-3 {
  padding-bottom: 30px;
  padding-top: 30px;
}

.my-4 {
  margin-bottom: 40px;
  margin-top: 40px;
}

.py-4 {
  padding-bottom: 40px;
  padding-top: 40px;
}

.my-5 {
  margin-bottom: 50px;
  margin-top: 50px;
}

.py-5 {
  padding-bottom: 50px;
  padding-top: 50px;
}

.my-6 {
  margin-bottom: 60px;
  margin-top: 60px;
}

.py-6 {
  padding-bottom: 60px;
  padding-top: 60px;
}

.my-7 {
  margin-bottom: 70px;
  margin-top: 70px;
}

.py-7 {
  padding-bottom: 70px;
  padding-top: 70px;
}

.my-8 {
  margin-bottom: 80px;
  margin-top: 80px;
}

.py-8 {
  padding-bottom: 80px;
  padding-top: 80px;
}

.my-9 {
  margin-bottom: 90px;
  margin-top: 90px;
}

.py-9 {
  padding-bottom: 90px;
  padding-top: 90px;
}

.my-10 {
  margin-bottom: 100px;
  margin-top: 100px;
}

.py-10 {
  padding-bottom: 100px;
  padding-top: 100px;
}

@media only screen and (min-width: 768px) {
  .m-md-1 {
    margin: 10px;
  }

  .p-md-1 {
    padding: 10px;
  }

  .m-md-2 {
    margin: 20px;
  }

  .p-md-2 {
    padding: 20px;
  }

  .m-md-3 {
    margin: 30px;
  }

  .p-md-3 {
    padding: 30px;
  }

  .m-md-4 {
    margin: 40px;
  }

  .p-md-4 {
    padding: 40px;
  }

  .m-md-5 {
    margin: 50px;
  }

  .p-md-5 {
    padding: 50px;
  }

  .m-md-6 {
    margin: 60px;
  }

  .p-md-6 {
    padding: 60px;
  }

  .m-md-7 {
    margin: 70px;
  }

  .p-md-7 {
    padding: 70px;
  }

  .m-md-8 {
    margin: 80px;
  }

  .p-md-8 {
    padding: 80px;
  }

  .m-md-9 {
    margin: 90px;
  }

  .p-md-9 {
    padding: 90px;
  }

  .m-md-10 {
    margin: 100px;
  }

  .p-md-10 {
    padding: 100px;
  }

  .mt-md-1 {
    margin-top: 10px;
  }

  .pt-md-1 {
    padding-top: 10px;
  }

  .mt-md-2 {
    margin-top: 20px;
  }

  .pt-md-2 {
    padding-top: 20px;
  }

  .mt-md-3 {
    margin-top: 30px;
  }

  .pt-md-3 {
    padding-top: 30px;
  }

  .mt-md-4 {
    margin-top: 40px;
  }

  .pt-md-4 {
    padding-top: 40px;
  }

  .mt-md-5 {
    margin-top: 50px;
  }

  .pt-md-5 {
    padding-top: 50px;
  }

  .mt-md-6 {
    margin-top: 60px;
  }

  .pt-md-6 {
    padding-top: 60px;
  }

  .mt-md-7 {
    margin-top: 70px;
  }

  .pt-md-7 {
    padding-top: 70px;
  }

  .mt-md-8 {
    margin-top: 80px;
  }

  .pt-md-8 {
    padding-top: 80px;
  }

  .mt-md-9 {
    margin-top: 90px;
  }

  .pt-md-9 {
    padding-top: 90px;
  }

  .mt-md-10 {
    margin-top: 100px;
  }

  .pt-md-10 {
    padding-top: 100px;
  }

  .mb-md-1 {
    margin-bottom: 10px;
  }

  .pb-md-1 {
    padding-bottom: 10px;
  }

  .mb-md-2 {
    margin-bottom: 20px;
  }

  .pb-md-2 {
    padding-bottom: 20px;
  }

  .mb-md-3 {
    margin-bottom: 30px;
  }

  .pb-md-3 {
    padding-bottom: 30px;
  }

  .mb-md-4 {
    margin-bottom: 40px;
  }

  .pb-md-4 {
    padding-bottom: 40px;
  }

  .mb-md-5 {
    margin-bottom: 50px;
  }

  .pb-md-5 {
    padding-bottom: 50px;
  }

  .mb-md-6 {
    margin-bottom: 60px;
  }

  .pb-md-6 {
    padding-bottom: 60px;
  }

  .mb-md-7 {
    margin-bottom: 70px;
  }

  .pb-md-7 {
    padding-bottom: 70px;
  }

  .mb-md-8 {
    margin-bottom: 80px;
  }

  .pb-md-8 {
    padding-bottom: 80px;
  }

  .mb-md-9 {
    margin-bottom: 90px;
  }

  .pb-md-9 {
    padding-bottom: 90px;
  }

  .mb-md-10 {
    margin-bottom: 100px;
  }

  .pb-md-10 {
    padding-bottom: 100px;
  }

  .ml-md-1 {
    margin-left: 10px;
  }

  .pl-md-1 {
    padding-left: 10px;
  }

  .ml-md-2 {
    margin-left: 20px;
  }

  .pl-md-2 {
    padding-left: 20px;
  }

  .ml-md-3 {
    margin-left: 30px;
  }

  .pl-md-3 {
    padding-left: 30px;
  }

  .ml-md-4 {
    margin-left: 40px;
  }

  .pl-md-4 {
    padding-left: 40px;
  }

  .ml-md-5 {
    margin-left: 50px;
  }

  .pl-md-5 {
    padding-left: 50px;
  }

  .ml-md-6 {
    margin-left: 60px;
  }

  .pl-md-6 {
    padding-left: 60px;
  }

  .ml-md-7 {
    margin-left: 70px;
  }

  .pl-md-7 {
    padding-left: 70px;
  }

  .ml-md-8 {
    margin-left: 80px;
  }

  .pl-md-8 {
    padding-left: 80px;
  }

  .ml-md-9 {
    margin-left: 90px;
  }

  .pl-md-9 {
    padding-left: 90px;
  }

  .ml-md-10 {
    margin-left: 100px;
  }

  .pl-md-10 {
    padding-left: 100px;
  }

  .mr-md-1 {
    margin-right: 10px;
  }

  .pr-md-1 {
    padding-right: 10px;
  }

  .mr-md-2 {
    margin-right: 20px;
  }

  .pr-md-2 {
    padding-right: 20px;
  }

  .mr-md-3 {
    margin-right: 30px;
  }

  .pr-md-3 {
    padding-right: 30px;
  }

  .mr-md-4 {
    margin-right: 40px;
  }

  .pr-md-4 {
    padding-right: 40px;
  }

  .mr-md-5 {
    margin-right: 50px;
  }

  .pr-md-5 {
    padding-right: 50px;
  }

  .mr-md-6 {
    margin-right: 60px;
  }

  .pr-md-6 {
    padding-right: 60px;
  }

  .mr-md-7 {
    margin-right: 70px;
  }

  .pr-md-7 {
    padding-right: 70px;
  }

  .mr-md-8 {
    margin-right: 80px;
  }

  .pr-md-8 {
    padding-right: 80px;
  }

  .mr-md-9 {
    margin-right: 90px;
  }

  .pr-md-9 {
    padding-right: 90px;
  }

  .mr-md-10 {
    margin-right: 100px;
  }

  .pr-md-10 {
    padding-right: 100px;
  }

  .mx-md-1 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .px-md-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mx-md-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .px-md-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mx-md-3 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .px-md-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .mx-md-4 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .px-md-4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .mx-md-5 {
    margin-left: 50px;
    margin-right: 50px;
  }

  .px-md-5 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .mx-md-6 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .px-md-6 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .mx-md-7 {
    margin-left: 70px;
    margin-right: 70px;
  }

  .px-md-7 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .mx-md-8 {
    margin-left: 80px;
    margin-right: 80px;
  }

  .px-md-8 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .mx-md-9 {
    margin-left: 90px;
    margin-right: 90px;
  }

  .px-md-9 {
    padding-left: 90px;
    padding-right: 90px;
  }

  .mx-md-10 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .px-md-10 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .my-md-1 {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .py-md-1 {
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .my-md-2 {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .py-md-2 {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .my-md-3 {
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .py-md-3 {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .my-md-4 {
    margin-bottom: 40px;
    margin-top: 40px;
  }

  .py-md-4 {
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .my-md-5 {
    margin-bottom: 50px;
    margin-top: 50px;
  }

  .py-md-5 {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .my-md-6 {
    margin-bottom: 60px;
    margin-top: 60px;
  }

  .py-md-6 {
    padding-bottom: 60px;
    padding-top: 60px;
  }

  .my-md-7 {
    margin-bottom: 70px;
    margin-top: 70px;
  }

  .py-md-7 {
    padding-bottom: 70px;
    padding-top: 70px;
  }

  .my-md-8 {
    margin-bottom: 80px;
    margin-top: 80px;
  }

  .py-md-8 {
    padding-bottom: 80px;
    padding-top: 80px;
  }

  .my-md-9 {
    margin-bottom: 90px;
    margin-top: 90px;
  }

  .py-md-9 {
    padding-bottom: 90px;
    padding-top: 90px;
  }

  .my-md-10 {
    margin-bottom: 100px;
    margin-top: 100px;
  }

  .py-md-10 {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
/* Helpers for frequently used 15px */
.m-15 {
  margin: 15px;
}

.p-15 {
  padding: 15px;
}

.mt-15 {
  margin-top: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.mx-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.my-15 {
  margin-bottom: 15px;
  margin-top: 15px;
}

.py-15 {
  padding-bottom: 15px;
  padding-top: 15px;
}

@media only screen and (min-width: 768px) {
  .m-md-15 {
    margin: 15px;
  }

  .p-md-15 {
    padding: 15px;
  }

  .mt-md-15 {
    margin-top: 15px;
  }

  .pt-md-15 {
    padding-top: 15px;
  }

  .mb-md-15 {
    margin-bottom: 15px;
  }

  .pb-md-15 {
    padding-bottom: 15px;
  }

  .ml-md-15 {
    margin-left: 15px;
  }

  .pl-md-15 {
    padding-left: 15px;
  }

  .mr-md-15 {
    margin-right: 15px;
  }

  .pr-md-15 {
    padding-right: 15px;
  }

  .mx-md-15 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .px-md-15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .my-md-15 {
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .py-md-15 {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
input[type=button i]:focus {
  outline: none;
}

body {
  color: #fff;
  font-family: "Merriweather", serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  font-display: optional;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
p {
  color: #fff;
}

h1, .h1,
h2, .h2 {
  font-family: "CaslonGrad", serif;
  font-weight: normal;
}

h3, .h3,
h4, .h4,
h5, .h5 {
  font-family: "Khand", sans-serif;
  font-weight: 500;
}

h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5 {
  text-transform: none;
}

h1, .h1 {
  font-size: 1.625rem;
  letter-spacing: 0.56px;
  line-height: 1.15;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  h1, .h1 {
    font-size: 1.875rem;
    letter-spacing: 1px;
    line-height: 1.24;
  }
}

h2, .h2 {
  font-size: 1.5rem;
  letter-spacing: 1px;
  line-height: 1.25;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
  h2, .h2 {
    font-size: 1.75rem;
    margin-bottom: 2.5rem;
  }
}

h3, .h3 {
  font-size: 1.5rem;
  letter-spacing: 0.7px;
  line-height: 1.2;
  margin-bottom: 15px;
}

h4, .h4 {
  font-size: 1.375rem;
  letter-spacing: 0.65px;
  line-height: 1.33;
  margin-bottom: 10px;
}

h5, .h5 {
  font-size: 1.125rem;
  letter-spacing: 0.5px;
  line-height: 1.22;
}

h6, .h6 {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.48px;
  line-height: 1;
  text-transform: initial;
}

p {
  font-family: "Merriweather", serif;
  font-size: 1rem;
  margin-bottom: 1.375rem;
}

a,
.link {
  color: #fff;
  line-height: 1.13;
  text-decoration: none;
  font-family: "Khand", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
.link:hover {
  color: #6e89fc;
}
a:focus,
.link:focus {
  outline: none;
}

p a {
  color: #6e89fc;
  text-decoration: underline;
  text-transform: inherit;
  font-family: "Merriweather", serif;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: inherit;
}

ol {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  ol {
    margin-bottom: 45px;
  }
}

ol > li {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  ol > li {
    margin-bottom: 15px;
  }
}

ul {
  padding-bottom: 20px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  ul {
    margin-left: 20px;
  }
}
ul li::marker {
  color: #4d48af;
  font-size: 1.125rem;
}

ul.list > li {
  margin-left: 20px;
}

.breadcrumb {
  color: #ddd;
  font-family: "Khand", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: normal;
  text-transform: uppercase;
}

.label {
  font-family: "Khand", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.54px;
  text-transform: uppercase;
}

.nav-link {
  color: #f5f5f7;
  font-family: "Khand", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 1.25px;
  text-transform: uppercase;
}

.tag {
  color: #bababa;
  line-height: normal;
  font-family: "Khand", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1.07px;
  text-transform: uppercase;
}

a.tag:not(.link__arrow):hover {
  text-decoration: underline;
}

.link__arrow {
  align-items: center;
  background: transparent !important;
  display: inline-flex;
}
.link__arrow:hover {
  background: inherit;
  text-decoration: none;
}
.link__arrow > i.icon-arrow {
  font-size: 1.3em;
  line-height: inherit;
  margin-top: -4px;
}

.text-2 {
  color: #ddd;
  font-family: "Khand", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.25;
}

.title-3 {
  font-family: "Khand", sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.45;
  text-transform: capitalize;
}

.title-4 {
  font-family: "Khand", sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.6px;
  line-height: 1.27;
  margin-bottom: 0;
  text-transform: capitalize;
}

.page__title {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .page__title {
    margin-top: 30px;
  }
}

.page__subtitle {
  color: #bababa;
  font-family: "Merriweather", serif;
  font-size: 1rem;
  line-height: 1.63;
  letter-spacing: normal;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
  text-align: center;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .page__subtitle {
    margin: -6px auto 20px;
  }
}

.section__title {
  letter-spacing: normal;
  text-transform: capitalize;
}

.section__subtitle {
  color: #bababa;
  margin-top: -15px;
  margin-bottom: 25px;
  font-family: "Merriweather", serif;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: normal;
}
@media only screen and (min-width: 768px) {
  .section__subtitle {
    margin-top: -25px;
    margin-bottom: 40px;
  }
}

/* Components (or modules)
------------------------------------------------------- */
.btn input,
.btn.input {
  color: #fff;
  width: 100%;
}

.btn {
  background: transparent;
  border-radius: 6px;
  border: 1px solid transparent;
  display: block;
  font-stretch: normal;
  font-style: normal;
  height: 35px;
  letter-spacing: 1px;
  line-height: 35px;
  padding: 0 10px;
  text-align: center;
  text-transform: uppercase;
  user-select: none;
  vertical-align: middle;
  font-family: "Khand", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1.13px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn--xs {
  font-size: 0.75rem;
  height: 30px;
  line-height: 30px;
}
.btn--sm {
  font-size: 1rem;
  height: 35px;
  line-height: 35px;
}
.btn--md {
  height: 40px;
  line-height: 40px;
}
.btn--lg {
  font-size: 1.25rem;
  height: 55px;
  line-height: 55px;
}
.btn--mw-sm {
  max-width: 228px;
  width: 100%;
}
.btn--mw-md {
  max-width: 267px;
  width: 100%;
}
.btn--mw-lg {
  max-width: 364px;
  width: 100%;
}
.btn__primary {
  background-color: #4d48af;
  color: #fff;
}
.btn__primary:hover {
  background-color: #3D398C;
  border-color: #3D398C;
  color: #fff;
}
.btn__light {
  background-color: #fff;
  border: 1px solid #ced6e0;
  color: #30385b;
}
.btn__light.active, .btn__light:hover {
  background-color: #6e89fc;
  border: 1px solid #6e89fc;
  color: #fff;
}
.btn__outline {
  background-color: transparent;
  border: solid 1px #fff;
  color: #fff;
}
.btn__outline:hover {
  background-color: #fff;
  color: #30385b;
}
.btn__outline--lightgrey {
  background-color: transparent;
  border: solid 1px #ddd;
  color: #ddd;
}
.btn__outline--lightgrey:hover {
  background-color: #ddd;
  color: #30385b;
}
.btn.ghost {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
  cursor: default;
  opacity: 0.8;
  pointer-events: none;
}
.btn.ghost:hover {
  color: #fff;
}
.btn.disabled {
  pointer-events: none;
}

/* no outline for non-keyboard-inputs elements */
button:focus,
select:focus {
  outline: none;
}

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

::-webkit-calendar-picker-indicator {
  width: 0.5rem;
  height: 0.5rem;
  -webkit-appearance: none;
  background: transparent;
  padding: 0;
}

::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
}

::-webkit-clear-button {
  display: none;
  -webkit-appearance: none;
}

.field-skin {
  width: 100%;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 0.5rem 1rem;
  background: transparent;
  margin-bottom: 1rem;
  min-height: 3rem;
}

label {
  font-family: "Khand", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.caret {
  position: relative;
  display: block;
}
.caret:after {
  position: absolute;
  top: 0.25rem;
  right: 0.5rem;
  font-family: "icomoon";
  content: "";
  font-size: 1.5rem;
  pointer-events: none;
}

hr {
  border: none;
  border-bottom: 1px #000 dotted;
  margin: 0.5rem -2rem 1rem -2rem;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  hr {
    margin: 0.5rem -1rem 1rem -1rem;
  }

  .btn {
    font-size: 1.125rem;
  }

  .form-skin {
    padding: 1rem;
  }

  .subscribe {
    padding-top: 1200px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  label.caret:after {
    top: 5px;
  }
}
/* Global form styles */
input,
select,
textarea {
  background: transparent;
  border-radius: 4px;
  border: 1px solid #ced6e0;
  color: #fff;
  line-height: 1.25;
  padding: 8px 15px;
  font-family: "Khand", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: none;
}

input,
select {
  height: 35px;
}
@media only screen and (min-width: 768px) {
  input,
select {
    height: 40px;
    padding: 10px 15px;
  }
}

select option {
  color: #000;
}

input,
input:hover,
input:active {
  outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
  -webkit-text-fill-color: #fff !important;
  outline: none;
}

input:focus,
input:-webkit-autofill:focus,
textarea:focus,
textarea:-webkit-autofill:focus {
  border: 1px solid #4d48af;
  outline: none !important;
}

input:-webkit-autofill::first-line {
  line-height: 1.25;
  font-family: "Khand", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: none;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ddd;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #ddd;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #ddd;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #ddd;
}

label.caret {
  margin-bottom: 0;
}
label.caret::after {
  top: 50%;
  transform: translate(0%, -50%);
}

.tooltip {
  background: rgba(0, 0, 0, 0.9);
  background-color: #222;
  border-radius: 5px 5px 5px 0;
  color: #fff;
  cursor: default;
  display: none;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.5em;
  padding: 10px 5px;
  text-shadow: none;
  width: 230px;
  z-index: 98;
  position: absolute;
  left: 2px;
  bottom: 23px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .tooltip {
    width: 150px;
  }
}
.tooltip__icon {
  border: 1px solid #fff;
  color: #fff;
  cursor: default;
  display: inline-block;
  font-size: 8px;
  line-height: 16px;
  margin: 2px 2px 0;
  position: relative;
  text-align: center;
  vertical-align: text-top;
  visibility: visible;
  width: 16px;
  height: 16px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.tooltip__icon:hover > span {
  display: block;
}

.hidelabel {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.form {
  background-color: #101010;
  border-radius: 4px;
  color: #fff;
  padding: 24px 35px;
}
@media only screen and (min-width: 768px) {
  .form {
    padding: 24px 20px;
  }
}
.form__title {
  margin: 0 0 10px;
  line-height: 1.36;
  text-align: center;
  text-transform: capitalize;
  font-family: "CaslonGrad", serif;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: normal;
}
.form__subtitle {
  color: #bababa;
  line-height: 1.43;
  margin-bottom: 10px;
  text-align: center;
  font-family: "Merriweather", serif;
  font-size: 0.875rem;
  font-weight: normal;
  letter-spacing: normal;
}
.form__input {
  padding: 10px 15px 8px;
  width: 100%;
}
.form__input-container {
  margin-bottom: 10px;
}
.form__input-container:last-child {
  margin-bottom: 15px;
}
.form__input-group-title {
  margin-bottom: 10px;
}
.form__checkbox {
  border-radius: 2px;
  border: solid 1px #fff;
  height: 11px;
  margin-right: 6px;
  width: 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form__helper-text, .form__helper-text a {
  display: inline-block;
  color: #ddd;
  line-height: 1.67;
  text-transform: unset;
  font-family: "Merriweather", serif;
  font-size: 9px;
  font-weight: normal;
  letter-spacing: normal;
}

.email-capture-widget {
  margin: 0 auto 25px;
  max-width: 1020px;
  padding: 20px 15px 0;
  width: 100%;
}
.email-capture-widget h2 {
  line-height: 1.17;
  margin-bottom: 15px;
  font-family: "CaslonGrad", serif;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: normal;
}
.email-capture-widget p {
  line-height: 1.67;
  font-family: "Merriweather", serif;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: normal;
}
.email-capture-widget .text-container {
  max-width: 300px;
  width: 100%;
}
.email-capture-widget .email-capture-form {
  display: block;
  margin: 0 auto;
  max-width: 570px;
  padding-top: 300px;
  position: relative;
  width: 100%;
}
.email-capture-widget .email-capture-form iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

@media (max-width: 979px) {
  .email-capture-widget {
    flex-direction: column;
    align-content: center;
    justify-content: center;
    text-align: center;
  }
  .email-capture-widget .email-capture-form,
.email-capture-widget .text-container {
    max-width: 570px;
    margin: 0 auto;
  }
  .email-capture-widget .icon {
    display: none;
  }
}
.newsletter-subscribe {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto 25px;
  max-width: 1020px;
  padding: 20px 15px 0;
}
@media only screen and (min-width: 768px) {
  .newsletter-subscribe {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .newsletter-subscribe .text-container {
    text-align: center;
  }
}
.newsletter-subscribe .text-container h2 {
  margin-bottom: 15px;
}
.newsletter-subscribe .text-container p {
  margin-bottom: 0;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .newsletter-subscribe .text-container p {
    margin-bottom: 20px;
    max-width: 300px;
  }
}
.newsletter-subscribe .btn-container {
  max-width: 228px;
  width: 100%;
}

/* TODO: Find out why social icons are hidden on horoscope daily pages */
.v3 .social-share,
.v3 .share-icon.facebook,
.v3 .share-icon.pinterest,
.v3 .share-icon.twitter,
.v3 .share-icon.email,
.v3 .share-icon.instagram,
.v3 .share-icon.tiktok,
.v3 .share-icon.website,
.v3 .icon-instagram {
  display: flex !important;
}

.share-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .share-icon {
    font-size: 1rem;
    width: 30px;
    height: 30px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .share-icon {
    font-size: 0.9rem;
    width: 26px;
    height: 26px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
  }
}
.share-icon.facebook {
  background-color: #3a62a8;
}
.share-icon.facebook:hover {
  background: #2d4c82;
  color: #fff;
}
.share-icon.instagram {
  background-color: #f30074;
}
.share-icon.instagram:hover {
  background: #c0005c;
  color: #fff;
}
.share-icon.twitter {
  background-color: #3cb2e3;
}
.share-icon.twitter:hover {
  background: #1e9bce;
  color: #fff;
}
.share-icon.pinterest {
  background-color: #e32e31;
}
.share-icon.pinterest:hover {
  background: #c41a1d;
  color: #fff;
}
.share-icon.email {
  background-color: #48c6af;
}
.share-icon.email:hover {
  background: #34a792;
  color: #fff;
}
.share-icon.website {
  background-color: #3393b0;
}
.share-icon.website:hover {
  background: #287288;
  color: #fff;
}
.share-icon.youtube {
  background-color: #ff0000;
}
.share-icon.youtube:hover {
  background: #cc0000;
  color: #fff;
}
.share-icon.tiktok {
  background-color: #202020;
}
.share-icon.tiktok:hover {
  background: #070707;
  color: #fff;
}
.share-icon > i {
  margin-left: 2px;
}
.share-icon--lg {
  font-size: 1.5rem;
  width: 50px;
  height: 50px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

.zs-ribbon {
  border-top: 1px solid #6d6d6d;
}
.zs-ribbon-list {
  padding: 20px 0;
}
@media only screen and (min-width: 768px) {
  .zs-ribbon-list {
    padding: 10px 0 !important;
  }
}
.zs-ribbon-list > li a {
  color: #bababa;
  line-height: normal;
  margin: 0 12px;
}
.zs-ribbon-list > li a:hover {
  color: #6e89fc;
}
.zs-ribbon-list > li:first-child a {
  margin-left: 0;
}
.zs-ribbon-list > li:last-child a {
  margin-right: 0;
}

/* Layout
------------------------------------------------------- */
.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

.flex-1 {
  flex: 1;
}

.flex-auto {
  flex: auto;
}

/* Flex grow */
.flex-grow-0 {
  flex-grow: 0;
}

.flex-grow-1 {
  flex-grow: 1;
}

/* Flex shrink */
/* Flex basis */
/* Flex direction */
.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-column {
  flex-direction: column;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

@media only screen and (min-width: 768px) {
  .flex-md-row {
    flex-direction: row;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse;
  }
}
/* Flex wrap */
.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

/* Justify content */
.flex-justify-end {
  justify-content: flex-end;
}

.flex-justify-center {
  justify-content: center;
}

.flex-justify-between {
  justify-content: space-between;
}

.flex-justify-around {
  justify-content: space-around;
}

.flex-justify-evenly {
  justify-content: space-evenly;
}

/* Align items */
.flex-items-center {
  align-items: center;
}

.flex-items-baseline {
  align-items: baseline;
}

/* Align content */
/* Align self */
.flex-self-center {
  align-self: center;
}

/* Flex order */
.flex-order-1 {
  order: 1;
}

.flex-order-2 {
  order: 2;
}

.flex-order-3 {
  order: 3;
}

.flex-order-4 {
  order: 4;
}

.flex-order-5 {
  order: 5;
}

.flex-order-none {
  order: inherit;
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .flex-order-1-sm {
    order: 1;
  }

  .flex-order-2-sm {
    order: 2;
  }

  .flex-order-3-sm {
    order: 3;
  }

  .flex-order-4-sm {
    order: 4;
  }

  .flex-order-5-sm {
    order: 5;
  }

  .flex-order-6-sm {
    order: 6;
  }

  .flex-order-none-sm {
    order: inherit;
  }
}
/******************************************
     Begin: A.com 3.0 STYLES
******************************************/
/**
Helpers for grid template columns with equal columns
----------------------------------------------------
e.g.
- grid-1c (grid-template-columns: 1fr)
- grid-2c (grid-template-columns: repeat(2, 1fr))
- grid-sm-2c (grid-2c @sm screens)
*/
@supports (display: grid) {
  .grid-1c {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .grid-2c {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }

  .grid-3c {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
  }

  .grid-4c {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
  }

  .grid-5c {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto;
  }

  .grid-6c {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto;
  }
}
/* IE10+ CSS fallback for grid template columns */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .grid-1c {
    -ms-overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid-1c > * {
    width: calc((100% / 1) - 2%);
  }
  .grid-1c > :nth-child(2n) {
    margin-right: 0;
  }

  .grid-2c {
    -ms-overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid-2c > * {
    width: calc((100% / 2) - 2%);
  }
  .grid-2c > :nth-child(2n) {
    margin-right: 0;
  }

  .grid-3c {
    -ms-overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid-3c > * {
    width: calc((100% / 3) - 2%);
  }
  .grid-3c > :nth-child(2n) {
    margin-right: 0;
  }

  .grid-4c {
    -ms-overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid-4c > * {
    width: calc((100% / 4) - 2%);
  }
  .grid-4c > :nth-child(2n) {
    margin-right: 0;
  }

  .grid-5c {
    -ms-overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid-5c > * {
    width: calc((100% / 5) - 2%);
  }
  .grid-5c > :nth-child(2n) {
    margin-right: 0;
  }

  .grid-6c {
    -ms-overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid-6c > * {
    width: calc((100% / 6) - 2%);
  }
  .grid-6c > :nth-child(2n) {
    margin-right: 0;
  }
}
@supports (display: grid) {
  @media only screen and (min-width: 568px) {
    .grid-sm-1c {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: auto;
    }

    .grid-sm-2c {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: auto;
    }

    .grid-sm-3c {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: auto;
    }

    .grid-sm-4c {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: auto;
    }

    .grid-sm-5c {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      grid-template-rows: auto;
    }

    .grid-sm-6c {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      grid-template-rows: auto;
    }
  }
  @media only screen and (min-width: 768px) {
    .grid-md-1c {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: auto;
    }

    .grid-md-2c {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: auto;
    }

    .grid-md-3c {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: auto;
    }

    .grid-md-4c {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: auto;
    }

    .grid-md-5c {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      grid-template-rows: auto;
    }

    .grid-md-6c {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      grid-template-rows: auto;
    }
  }
  @media only screen and (min-width: 1024px) {
    .grid-lg-1c {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: auto;
    }

    .grid-lg-2c {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: auto;
    }

    .grid-lg-3c {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: auto;
    }

    .grid-lg-4c {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: auto;
    }

    .grid-lg-5c {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      grid-template-rows: auto;
    }

    .grid-lg-6c {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      grid-template-rows: auto;
    }
  }
}
/* IE10+ CSS fallback for grid template columns at given breakpoint */
@media all and (min-width: 568px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .grid-sm-1c {
    -ms-overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid-sm-1c > * {
    width: calc(100% / 1 - 2%);
  }

  .grid-sm-2c {
    -ms-overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid-sm-2c > * {
    width: calc(100% / 2 - 2%);
  }

  .grid-sm-3c {
    -ms-overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid-sm-3c > * {
    width: calc(100% / 3 - 2%);
  }

  .grid-sm-4c {
    -ms-overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid-sm-4c > * {
    width: calc(100% / 4 - 2%);
  }

  .grid-sm-5c {
    -ms-overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid-sm-5c > * {
    width: calc(100% / 5 - 2%);
  }

  .grid-sm-6c {
    -ms-overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid-sm-6c > * {
    width: calc(100% / 6 - 2%);
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .grid-md-1c {
    -ms-overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid-md-1c > * {
    width: calc(100% / 1 - 2%);
  }

  .grid-md-2c {
    -ms-overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid-md-2c > * {
    width: calc(100% / 2 - 2%);
  }

  .grid-md-3c {
    -ms-overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid-md-3c > * {
    width: calc(100% / 3 - 2%);
  }

  .grid-md-4c {
    -ms-overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid-md-4c > * {
    width: calc(100% / 4 - 2%);
  }

  .grid-md-5c {
    -ms-overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid-md-5c > * {
    width: calc(100% / 5 - 2%);
  }

  .grid-md-6c {
    -ms-overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid-md-6c > * {
    width: calc(100% / 6 - 2%);
  }
}
@media all and (min-width: 1024px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .grid-lg-1c {
    -ms-overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid-lg-1c > * {
    width: calc(100% / 1 - 2%);
  }

  .grid-lg-2c {
    -ms-overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid-lg-2c > * {
    width: calc(100% / 2 - 2%);
  }

  .grid-lg-3c {
    -ms-overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid-lg-3c > * {
    width: calc(100% / 3 - 2%);
  }

  .grid-lg-4c {
    -ms-overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid-lg-4c > * {
    width: calc(100% / 4 - 2%);
  }

  .grid-lg-5c {
    -ms-overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid-lg-5c > * {
    width: calc(100% / 5 - 2%);
  }

  .grid-lg-6c {
    -ms-overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid-lg-6c > * {
    width: calc(100% / 6 - 2%);
  }
}
/**
Helpers for grid column & grid row
----------------------------------------------------
e.g.
- grid-c-s2 (grid-column: span 2)
- grid-r2-s2 (grid-row: 2 / span 2)
- grid-sm-c1-s2 (grid-column: 1 / span 2 @sm screens)
*/
@supports (display: grid) {
  .grid-c1-s1 {
    grid-column: 1/span 1;
  }

  .grid-c1-s2 {
    grid-column: 1/span 2;
  }

  .grid-c1-s3 {
    grid-column: 1/span 3;
  }

  .grid-c1-s4 {
    grid-column: 1/span 4;
  }

  .grid-c1-s5 {
    grid-column: 1/span 5;
  }

  .grid-c2-s1 {
    grid-column: 2/span 1;
  }

  .grid-c2-s2 {
    grid-column: 2/span 2;
  }

  .grid-c2-s3 {
    grid-column: 2/span 3;
  }

  .grid-c2-s4 {
    grid-column: 2/span 4;
  }

  .grid-c2-s5 {
    grid-column: 2/span 5;
  }

  .grid-c3-s1 {
    grid-column: 3/span 1;
  }

  .grid-c3-s2 {
    grid-column: 3/span 2;
  }

  .grid-c3-s3 {
    grid-column: 3/span 3;
  }

  .grid-c3-s4 {
    grid-column: 3/span 4;
  }

  .grid-c3-s5 {
    grid-column: 3/span 5;
  }

  .grid-c4-s1 {
    grid-column: 4/span 1;
  }

  .grid-c4-s2 {
    grid-column: 4/span 2;
  }

  .grid-c4-s3 {
    grid-column: 4/span 3;
  }

  .grid-c4-s4 {
    grid-column: 4/span 4;
  }

  .grid-c4-s5 {
    grid-column: 4/span 5;
  }

  .grid-c5-s1 {
    grid-column: 5/span 1;
  }

  .grid-c5-s2 {
    grid-column: 5/span 2;
  }

  .grid-c5-s3 {
    grid-column: 5/span 3;
  }

  .grid-c5-s4 {
    grid-column: 5/span 4;
  }

  .grid-c5-s5 {
    grid-column: 5/span 5;
  }

  .grid-r1-s1 {
    grid-row: 1/span 1;
  }

  .grid-r1-s2 {
    grid-row: 1/span 2;
  }

  .grid-r1-s3 {
    grid-row: 1/span 3;
  }

  .grid-r1-s4 {
    grid-row: 1/span 4;
  }

  .grid-r1-s5 {
    grid-row: 1/span 5;
  }

  .grid-r2-s1 {
    grid-row: 2/span 1;
  }

  .grid-r2-s2 {
    grid-row: 2/span 2;
  }

  .grid-r2-s3 {
    grid-row: 2/span 3;
  }

  .grid-r2-s4 {
    grid-row: 2/span 4;
  }

  .grid-r2-s5 {
    grid-row: 2/span 5;
  }

  .grid-r3-s1 {
    grid-row: 3/span 1;
  }

  .grid-r3-s2 {
    grid-row: 3/span 2;
  }

  .grid-r3-s3 {
    grid-row: 3/span 3;
  }

  .grid-r3-s4 {
    grid-row: 3/span 4;
  }

  .grid-r3-s5 {
    grid-row: 3/span 5;
  }

  .grid-r4-s1 {
    grid-row: 4/span 1;
  }

  .grid-r4-s2 {
    grid-row: 4/span 2;
  }

  .grid-r4-s3 {
    grid-row: 4/span 3;
  }

  .grid-r4-s4 {
    grid-row: 4/span 4;
  }

  .grid-r4-s5 {
    grid-row: 4/span 5;
  }

  .grid-r5-s1 {
    grid-row: 5/span 1;
  }

  .grid-r5-s2 {
    grid-row: 5/span 2;
  }

  .grid-r5-s3 {
    grid-row: 5/span 3;
  }

  .grid-r5-s4 {
    grid-row: 5/span 4;
  }

  .grid-r5-s5 {
    grid-row: 5/span 5;
  }
}
/* IE10+ CSS fallback for grid column and grid row */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .grid-c1-s1 {
    float: left;
    width: calc((100% / 1) - ((1 + 1) * 1%));
  }

  .grid-c1-s2 {
    float: left;
    width: calc((100% / 2) - ((1 + 1) * 1%));
  }

  .grid-c1-s3 {
    float: left;
    width: calc((100% / 3) - ((1 + 1) * 1%));
  }

  .grid-c1-s4 {
    float: left;
    width: calc((100% / 4) - ((1 + 1) * 1%));
  }

  .grid-c1-s5 {
    float: left;
    width: calc((100% / 5) - ((1 + 1) * 1%));
  }

  .grid-c2-s1 {
    float: left;
    width: calc((100% / 1) - ((2 + 1) * 1%));
  }

  .grid-c2-s2 {
    float: left;
    width: calc((100% / 2) - ((2 + 1) * 1%));
  }

  .grid-c2-s3 {
    float: left;
    width: calc((100% / 3) - ((2 + 1) * 1%));
  }

  .grid-c2-s4 {
    float: left;
    width: calc((100% / 4) - ((2 + 1) * 1%));
  }

  .grid-c2-s5 {
    float: left;
    width: calc((100% / 5) - ((2 + 1) * 1%));
  }

  .grid-c3-s1 {
    float: left;
    width: calc((100% / 1) - ((3 + 1) * 1%));
  }

  .grid-c3-s2 {
    float: left;
    width: calc((100% / 2) - ((3 + 1) * 1%));
  }

  .grid-c3-s3 {
    float: left;
    width: calc((100% / 3) - ((3 + 1) * 1%));
  }

  .grid-c3-s4 {
    float: left;
    width: calc((100% / 4) - ((3 + 1) * 1%));
  }

  .grid-c3-s5 {
    float: left;
    width: calc((100% / 5) - ((3 + 1) * 1%));
  }

  .grid-c4-s1 {
    float: left;
    width: calc((100% / 1) - ((4 + 1) * 1%));
  }

  .grid-c4-s2 {
    float: left;
    width: calc((100% / 2) - ((4 + 1) * 1%));
  }

  .grid-c4-s3 {
    float: left;
    width: calc((100% / 3) - ((4 + 1) * 1%));
  }

  .grid-c4-s4 {
    float: left;
    width: calc((100% / 4) - ((4 + 1) * 1%));
  }

  .grid-c4-s5 {
    float: left;
    width: calc((100% / 5) - ((4 + 1) * 1%));
  }

  .grid-c5-s1 {
    float: left;
    width: calc((100% / 1) - ((5 + 1) * 1%));
  }

  .grid-c5-s2 {
    float: left;
    width: calc((100% / 2) - ((5 + 1) * 1%));
  }

  .grid-c5-s3 {
    float: left;
    width: calc((100% / 3) - ((5 + 1) * 1%));
  }

  .grid-c5-s4 {
    float: left;
    width: calc((100% / 4) - ((5 + 1) * 1%));
  }

  .grid-c5-s5 {
    float: left;
    width: calc((100% / 5) - ((5 + 1) * 1%));
  }

  .grid-r1-s1 {
    float: left;
    height: calc(100% / 1);
  }

  .grid-r1-s2 {
    float: left;
    height: calc(100% / 2);
  }

  .grid-r1-s3 {
    float: left;
    height: calc(100% / 3);
  }

  .grid-r1-s4 {
    float: left;
    height: calc(100% / 4);
  }

  .grid-r1-s5 {
    float: left;
    height: calc(100% / 5);
  }

  .grid-r2-s1 {
    float: left;
    height: calc(100% / 1);
  }

  .grid-r2-s2 {
    float: left;
    height: calc(100% / 2);
  }

  .grid-r2-s3 {
    float: left;
    height: calc(100% / 3);
  }

  .grid-r2-s4 {
    float: left;
    height: calc(100% / 4);
  }

  .grid-r2-s5 {
    float: left;
    height: calc(100% / 5);
  }

  .grid-r3-s1 {
    float: left;
    height: calc(100% / 1);
  }

  .grid-r3-s2 {
    float: left;
    height: calc(100% / 2);
  }

  .grid-r3-s3 {
    float: left;
    height: calc(100% / 3);
  }

  .grid-r3-s4 {
    float: left;
    height: calc(100% / 4);
  }

  .grid-r3-s5 {
    float: left;
    height: calc(100% / 5);
  }

  .grid-r4-s1 {
    float: left;
    height: calc(100% / 1);
  }

  .grid-r4-s2 {
    float: left;
    height: calc(100% / 2);
  }

  .grid-r4-s3 {
    float: left;
    height: calc(100% / 3);
  }

  .grid-r4-s4 {
    float: left;
    height: calc(100% / 4);
  }

  .grid-r4-s5 {
    float: left;
    height: calc(100% / 5);
  }

  .grid-r5-s1 {
    float: left;
    height: calc(100% / 1);
  }

  .grid-r5-s2 {
    float: left;
    height: calc(100% / 2);
  }

  .grid-r5-s3 {
    float: left;
    height: calc(100% / 3);
  }

  .grid-r5-s4 {
    float: left;
    height: calc(100% / 4);
  }

  .grid-r5-s5 {
    float: left;
    height: calc(100% / 5);
  }
}
@supports (display: grid) {
  @media only screen and (min-width: 568px) {
    .grid-sm-c1-s1 {
      grid-column: 1/span 1;
    }

    .grid-sm-c1-s2 {
      grid-column: 1/span 2;
    }

    .grid-sm-c1-s3 {
      grid-column: 1/span 3;
    }

    .grid-sm-c1-s4 {
      grid-column: 1/span 4;
    }

    .grid-sm-c1-s5 {
      grid-column: 1/span 5;
    }

    .grid-sm-c2-s1 {
      grid-column: 2/span 1;
    }

    .grid-sm-c2-s2 {
      grid-column: 2/span 2;
    }

    .grid-sm-c2-s3 {
      grid-column: 2/span 3;
    }

    .grid-sm-c2-s4 {
      grid-column: 2/span 4;
    }

    .grid-sm-c2-s5 {
      grid-column: 2/span 5;
    }

    .grid-sm-c3-s1 {
      grid-column: 3/span 1;
    }

    .grid-sm-c3-s2 {
      grid-column: 3/span 2;
    }

    .grid-sm-c3-s3 {
      grid-column: 3/span 3;
    }

    .grid-sm-c3-s4 {
      grid-column: 3/span 4;
    }

    .grid-sm-c3-s5 {
      grid-column: 3/span 5;
    }

    .grid-sm-c4-s1 {
      grid-column: 4/span 1;
    }

    .grid-sm-c4-s2 {
      grid-column: 4/span 2;
    }

    .grid-sm-c4-s3 {
      grid-column: 4/span 3;
    }

    .grid-sm-c4-s4 {
      grid-column: 4/span 4;
    }

    .grid-sm-c4-s5 {
      grid-column: 4/span 5;
    }

    .grid-sm-c5-s1 {
      grid-column: 5/span 1;
    }

    .grid-sm-c5-s2 {
      grid-column: 5/span 2;
    }

    .grid-sm-c5-s3 {
      grid-column: 5/span 3;
    }

    .grid-sm-c5-s4 {
      grid-column: 5/span 4;
    }

    .grid-sm-c5-s5 {
      grid-column: 5/span 5;
    }

    .grid-sm-r1-s1 {
      grid-row: 1/span 1;
    }

    .grid-sm-r1-s2 {
      grid-row: 1/span 2;
    }

    .grid-sm-r1-s3 {
      grid-row: 1/span 3;
    }

    .grid-sm-r1-s4 {
      grid-row: 1/span 4;
    }

    .grid-sm-r1-s5 {
      grid-row: 1/span 5;
    }

    .grid-sm-r2-s1 {
      grid-row: 2/span 1;
    }

    .grid-sm-r2-s2 {
      grid-row: 2/span 2;
    }

    .grid-sm-r2-s3 {
      grid-row: 2/span 3;
    }

    .grid-sm-r2-s4 {
      grid-row: 2/span 4;
    }

    .grid-sm-r2-s5 {
      grid-row: 2/span 5;
    }

    .grid-sm-r3-s1 {
      grid-row: 3/span 1;
    }

    .grid-sm-r3-s2 {
      grid-row: 3/span 2;
    }

    .grid-sm-r3-s3 {
      grid-row: 3/span 3;
    }

    .grid-sm-r3-s4 {
      grid-row: 3/span 4;
    }

    .grid-sm-r3-s5 {
      grid-row: 3/span 5;
    }

    .grid-sm-r4-s1 {
      grid-row: 4/span 1;
    }

    .grid-sm-r4-s2 {
      grid-row: 4/span 2;
    }

    .grid-sm-r4-s3 {
      grid-row: 4/span 3;
    }

    .grid-sm-r4-s4 {
      grid-row: 4/span 4;
    }

    .grid-sm-r4-s5 {
      grid-row: 4/span 5;
    }

    .grid-sm-r5-s1 {
      grid-row: 5/span 1;
    }

    .grid-sm-r5-s2 {
      grid-row: 5/span 2;
    }

    .grid-sm-r5-s3 {
      grid-row: 5/span 3;
    }

    .grid-sm-r5-s4 {
      grid-row: 5/span 4;
    }

    .grid-sm-r5-s5 {
      grid-row: 5/span 5;
    }
  }
  @media only screen and (min-width: 768px) {
    .grid-md-c1-s1 {
      grid-column: 1/span 1;
    }

    .grid-md-c1-s2 {
      grid-column: 1/span 2;
    }

    .grid-md-c1-s3 {
      grid-column: 1/span 3;
    }

    .grid-md-c1-s4 {
      grid-column: 1/span 4;
    }

    .grid-md-c1-s5 {
      grid-column: 1/span 5;
    }

    .grid-md-c2-s1 {
      grid-column: 2/span 1;
    }

    .grid-md-c2-s2 {
      grid-column: 2/span 2;
    }

    .grid-md-c2-s3 {
      grid-column: 2/span 3;
    }

    .grid-md-c2-s4 {
      grid-column: 2/span 4;
    }

    .grid-md-c2-s5 {
      grid-column: 2/span 5;
    }

    .grid-md-c3-s1 {
      grid-column: 3/span 1;
    }

    .grid-md-c3-s2 {
      grid-column: 3/span 2;
    }

    .grid-md-c3-s3 {
      grid-column: 3/span 3;
    }

    .grid-md-c3-s4 {
      grid-column: 3/span 4;
    }

    .grid-md-c3-s5 {
      grid-column: 3/span 5;
    }

    .grid-md-c4-s1 {
      grid-column: 4/span 1;
    }

    .grid-md-c4-s2 {
      grid-column: 4/span 2;
    }

    .grid-md-c4-s3 {
      grid-column: 4/span 3;
    }

    .grid-md-c4-s4 {
      grid-column: 4/span 4;
    }

    .grid-md-c4-s5 {
      grid-column: 4/span 5;
    }

    .grid-md-c5-s1 {
      grid-column: 5/span 1;
    }

    .grid-md-c5-s2 {
      grid-column: 5/span 2;
    }

    .grid-md-c5-s3 {
      grid-column: 5/span 3;
    }

    .grid-md-c5-s4 {
      grid-column: 5/span 4;
    }

    .grid-md-c5-s5 {
      grid-column: 5/span 5;
    }

    .grid-md-r1-s1 {
      grid-row: 1/span 1;
    }

    .grid-md-r1-s2 {
      grid-row: 1/span 2;
    }

    .grid-md-r1-s3 {
      grid-row: 1/span 3;
    }

    .grid-md-r1-s4 {
      grid-row: 1/span 4;
    }

    .grid-md-r1-s5 {
      grid-row: 1/span 5;
    }

    .grid-md-r2-s1 {
      grid-row: 2/span 1;
    }

    .grid-md-r2-s2 {
      grid-row: 2/span 2;
    }

    .grid-md-r2-s3 {
      grid-row: 2/span 3;
    }

    .grid-md-r2-s4 {
      grid-row: 2/span 4;
    }

    .grid-md-r2-s5 {
      grid-row: 2/span 5;
    }

    .grid-md-r3-s1 {
      grid-row: 3/span 1;
    }

    .grid-md-r3-s2 {
      grid-row: 3/span 2;
    }

    .grid-md-r3-s3 {
      grid-row: 3/span 3;
    }

    .grid-md-r3-s4 {
      grid-row: 3/span 4;
    }

    .grid-md-r3-s5 {
      grid-row: 3/span 5;
    }

    .grid-md-r4-s1 {
      grid-row: 4/span 1;
    }

    .grid-md-r4-s2 {
      grid-row: 4/span 2;
    }

    .grid-md-r4-s3 {
      grid-row: 4/span 3;
    }

    .grid-md-r4-s4 {
      grid-row: 4/span 4;
    }

    .grid-md-r4-s5 {
      grid-row: 4/span 5;
    }

    .grid-md-r5-s1 {
      grid-row: 5/span 1;
    }

    .grid-md-r5-s2 {
      grid-row: 5/span 2;
    }

    .grid-md-r5-s3 {
      grid-row: 5/span 3;
    }

    .grid-md-r5-s4 {
      grid-row: 5/span 4;
    }

    .grid-md-r5-s5 {
      grid-row: 5/span 5;
    }
  }
  @media only screen and (min-width: 1024px) {
    .grid-lg-c1-s1 {
      grid-column: 1/span 1;
    }

    .grid-lg-c1-s2 {
      grid-column: 1/span 2;
    }

    .grid-lg-c1-s3 {
      grid-column: 1/span 3;
    }

    .grid-lg-c1-s4 {
      grid-column: 1/span 4;
    }

    .grid-lg-c1-s5 {
      grid-column: 1/span 5;
    }

    .grid-lg-c2-s1 {
      grid-column: 2/span 1;
    }

    .grid-lg-c2-s2 {
      grid-column: 2/span 2;
    }

    .grid-lg-c2-s3 {
      grid-column: 2/span 3;
    }

    .grid-lg-c2-s4 {
      grid-column: 2/span 4;
    }

    .grid-lg-c2-s5 {
      grid-column: 2/span 5;
    }

    .grid-lg-c3-s1 {
      grid-column: 3/span 1;
    }

    .grid-lg-c3-s2 {
      grid-column: 3/span 2;
    }

    .grid-lg-c3-s3 {
      grid-column: 3/span 3;
    }

    .grid-lg-c3-s4 {
      grid-column: 3/span 4;
    }

    .grid-lg-c3-s5 {
      grid-column: 3/span 5;
    }

    .grid-lg-c4-s1 {
      grid-column: 4/span 1;
    }

    .grid-lg-c4-s2 {
      grid-column: 4/span 2;
    }

    .grid-lg-c4-s3 {
      grid-column: 4/span 3;
    }

    .grid-lg-c4-s4 {
      grid-column: 4/span 4;
    }

    .grid-lg-c4-s5 {
      grid-column: 4/span 5;
    }

    .grid-lg-c5-s1 {
      grid-column: 5/span 1;
    }

    .grid-lg-c5-s2 {
      grid-column: 5/span 2;
    }

    .grid-lg-c5-s3 {
      grid-column: 5/span 3;
    }

    .grid-lg-c5-s4 {
      grid-column: 5/span 4;
    }

    .grid-lg-c5-s5 {
      grid-column: 5/span 5;
    }

    .grid-lg-r1-s1 {
      grid-row: 1/span 1;
    }

    .grid-lg-r1-s2 {
      grid-row: 1/span 2;
    }

    .grid-lg-r1-s3 {
      grid-row: 1/span 3;
    }

    .grid-lg-r1-s4 {
      grid-row: 1/span 4;
    }

    .grid-lg-r1-s5 {
      grid-row: 1/span 5;
    }

    .grid-lg-r2-s1 {
      grid-row: 2/span 1;
    }

    .grid-lg-r2-s2 {
      grid-row: 2/span 2;
    }

    .grid-lg-r2-s3 {
      grid-row: 2/span 3;
    }

    .grid-lg-r2-s4 {
      grid-row: 2/span 4;
    }

    .grid-lg-r2-s5 {
      grid-row: 2/span 5;
    }

    .grid-lg-r3-s1 {
      grid-row: 3/span 1;
    }

    .grid-lg-r3-s2 {
      grid-row: 3/span 2;
    }

    .grid-lg-r3-s3 {
      grid-row: 3/span 3;
    }

    .grid-lg-r3-s4 {
      grid-row: 3/span 4;
    }

    .grid-lg-r3-s5 {
      grid-row: 3/span 5;
    }

    .grid-lg-r4-s1 {
      grid-row: 4/span 1;
    }

    .grid-lg-r4-s2 {
      grid-row: 4/span 2;
    }

    .grid-lg-r4-s3 {
      grid-row: 4/span 3;
    }

    .grid-lg-r4-s4 {
      grid-row: 4/span 4;
    }

    .grid-lg-r4-s5 {
      grid-row: 4/span 5;
    }

    .grid-lg-r5-s1 {
      grid-row: 5/span 1;
    }

    .grid-lg-r5-s2 {
      grid-row: 5/span 2;
    }

    .grid-lg-r5-s3 {
      grid-row: 5/span 3;
    }

    .grid-lg-r5-s4 {
      grid-row: 5/span 4;
    }

    .grid-lg-r5-s5 {
      grid-row: 5/span 5;
    }
  }
}
/* IE10+ CSS fallback for grid column at given breakpoint */
@media all and (min-width: 568px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .grid-sm-c1-s1 {
    float: left;
    width: calc((100% / 1) - ((1 + 1) * 1%));
  }

  .grid-sm-c1-s2 {
    float: left;
    width: calc((100% / 2) - ((1 + 1) * 1%));
  }

  .grid-sm-c1-s3 {
    float: left;
    width: calc((100% / 3) - ((1 + 1) * 1%));
  }

  .grid-sm-c1-s4 {
    float: left;
    width: calc((100% / 4) - ((1 + 1) * 1%));
  }

  .grid-sm-c1-s5 {
    float: left;
    width: calc((100% / 5) - ((1 + 1) * 1%));
  }

  .grid-sm-c2-s1 {
    float: left;
    width: calc((100% / 1) - ((2 + 1) * 1%));
  }

  .grid-sm-c2-s2 {
    float: left;
    width: calc((100% / 2) - ((2 + 1) * 1%));
  }

  .grid-sm-c2-s3 {
    float: left;
    width: calc((100% / 3) - ((2 + 1) * 1%));
  }

  .grid-sm-c2-s4 {
    float: left;
    width: calc((100% / 4) - ((2 + 1) * 1%));
  }

  .grid-sm-c2-s5 {
    float: left;
    width: calc((100% / 5) - ((2 + 1) * 1%));
  }

  .grid-sm-c3-s1 {
    float: left;
    width: calc((100% / 1) - ((3 + 1) * 1%));
  }

  .grid-sm-c3-s2 {
    float: left;
    width: calc((100% / 2) - ((3 + 1) * 1%));
  }

  .grid-sm-c3-s3 {
    float: left;
    width: calc((100% / 3) - ((3 + 1) * 1%));
  }

  .grid-sm-c3-s4 {
    float: left;
    width: calc((100% / 4) - ((3 + 1) * 1%));
  }

  .grid-sm-c3-s5 {
    float: left;
    width: calc((100% / 5) - ((3 + 1) * 1%));
  }

  .grid-sm-c4-s1 {
    float: left;
    width: calc((100% / 1) - ((4 + 1) * 1%));
  }

  .grid-sm-c4-s2 {
    float: left;
    width: calc((100% / 2) - ((4 + 1) * 1%));
  }

  .grid-sm-c4-s3 {
    float: left;
    width: calc((100% / 3) - ((4 + 1) * 1%));
  }

  .grid-sm-c4-s4 {
    float: left;
    width: calc((100% / 4) - ((4 + 1) * 1%));
  }

  .grid-sm-c4-s5 {
    float: left;
    width: calc((100% / 5) - ((4 + 1) * 1%));
  }

  .grid-sm-c5-s1 {
    float: left;
    width: calc((100% / 1) - ((5 + 1) * 1%));
  }

  .grid-sm-c5-s2 {
    float: left;
    width: calc((100% / 2) - ((5 + 1) * 1%));
  }

  .grid-sm-c5-s3 {
    float: left;
    width: calc((100% / 3) - ((5 + 1) * 1%));
  }

  .grid-sm-c5-s4 {
    float: left;
    width: calc((100% / 4) - ((5 + 1) * 1%));
  }

  .grid-sm-c5-s5 {
    float: left;
    width: calc((100% / 5) - ((5 + 1) * 1%));
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .grid-md-c1-s1 {
    float: left;
    width: calc((100% / 1) - ((1 + 1) * 1%));
  }

  .grid-md-c1-s2 {
    float: left;
    width: calc((100% / 2) - ((1 + 1) * 1%));
  }

  .grid-md-c1-s3 {
    float: left;
    width: calc((100% / 3) - ((1 + 1) * 1%));
  }

  .grid-md-c1-s4 {
    float: left;
    width: calc((100% / 4) - ((1 + 1) * 1%));
  }

  .grid-md-c1-s5 {
    float: left;
    width: calc((100% / 5) - ((1 + 1) * 1%));
  }

  .grid-md-c2-s1 {
    float: left;
    width: calc((100% / 1) - ((2 + 1) * 1%));
  }

  .grid-md-c2-s2 {
    float: left;
    width: calc((100% / 2) - ((2 + 1) * 1%));
  }

  .grid-md-c2-s3 {
    float: left;
    width: calc((100% / 3) - ((2 + 1) * 1%));
  }

  .grid-md-c2-s4 {
    float: left;
    width: calc((100% / 4) - ((2 + 1) * 1%));
  }

  .grid-md-c2-s5 {
    float: left;
    width: calc((100% / 5) - ((2 + 1) * 1%));
  }

  .grid-md-c3-s1 {
    float: left;
    width: calc((100% / 1) - ((3 + 1) * 1%));
  }

  .grid-md-c3-s2 {
    float: left;
    width: calc((100% / 2) - ((3 + 1) * 1%));
  }

  .grid-md-c3-s3 {
    float: left;
    width: calc((100% / 3) - ((3 + 1) * 1%));
  }

  .grid-md-c3-s4 {
    float: left;
    width: calc((100% / 4) - ((3 + 1) * 1%));
  }

  .grid-md-c3-s5 {
    float: left;
    width: calc((100% / 5) - ((3 + 1) * 1%));
  }

  .grid-md-c4-s1 {
    float: left;
    width: calc((100% / 1) - ((4 + 1) * 1%));
  }

  .grid-md-c4-s2 {
    float: left;
    width: calc((100% / 2) - ((4 + 1) * 1%));
  }

  .grid-md-c4-s3 {
    float: left;
    width: calc((100% / 3) - ((4 + 1) * 1%));
  }

  .grid-md-c4-s4 {
    float: left;
    width: calc((100% / 4) - ((4 + 1) * 1%));
  }

  .grid-md-c4-s5 {
    float: left;
    width: calc((100% / 5) - ((4 + 1) * 1%));
  }

  .grid-md-c5-s1 {
    float: left;
    width: calc((100% / 1) - ((5 + 1) * 1%));
  }

  .grid-md-c5-s2 {
    float: left;
    width: calc((100% / 2) - ((5 + 1) * 1%));
  }

  .grid-md-c5-s3 {
    float: left;
    width: calc((100% / 3) - ((5 + 1) * 1%));
  }

  .grid-md-c5-s4 {
    float: left;
    width: calc((100% / 4) - ((5 + 1) * 1%));
  }

  .grid-md-c5-s5 {
    float: left;
    width: calc((100% / 5) - ((5 + 1) * 1%));
  }
}
@media all and (min-width: 1024px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .grid-lg-c1-s1 {
    float: left;
    width: calc((100% / 1) - ((1 + 1) * 1%));
  }

  .grid-lg-c1-s2 {
    float: left;
    width: calc((100% / 2) - ((1 + 1) * 1%));
  }

  .grid-lg-c1-s3 {
    float: left;
    width: calc((100% / 3) - ((1 + 1) * 1%));
  }

  .grid-lg-c1-s4 {
    float: left;
    width: calc((100% / 4) - ((1 + 1) * 1%));
  }

  .grid-lg-c1-s5 {
    float: left;
    width: calc((100% / 5) - ((1 + 1) * 1%));
  }

  .grid-lg-c2-s1 {
    float: left;
    width: calc((100% / 1) - ((2 + 1) * 1%));
  }

  .grid-lg-c2-s2 {
    float: left;
    width: calc((100% / 2) - ((2 + 1) * 1%));
  }

  .grid-lg-c2-s3 {
    float: left;
    width: calc((100% / 3) - ((2 + 1) * 1%));
  }

  .grid-lg-c2-s4 {
    float: left;
    width: calc((100% / 4) - ((2 + 1) * 1%));
  }

  .grid-lg-c2-s5 {
    float: left;
    width: calc((100% / 5) - ((2 + 1) * 1%));
  }

  .grid-lg-c3-s1 {
    float: left;
    width: calc((100% / 1) - ((3 + 1) * 1%));
  }

  .grid-lg-c3-s2 {
    float: left;
    width: calc((100% / 2) - ((3 + 1) * 1%));
  }

  .grid-lg-c3-s3 {
    float: left;
    width: calc((100% / 3) - ((3 + 1) * 1%));
  }

  .grid-lg-c3-s4 {
    float: left;
    width: calc((100% / 4) - ((3 + 1) * 1%));
  }

  .grid-lg-c3-s5 {
    float: left;
    width: calc((100% / 5) - ((3 + 1) * 1%));
  }

  .grid-lg-c4-s1 {
    float: left;
    width: calc((100% / 1) - ((4 + 1) * 1%));
  }

  .grid-lg-c4-s2 {
    float: left;
    width: calc((100% / 2) - ((4 + 1) * 1%));
  }

  .grid-lg-c4-s3 {
    float: left;
    width: calc((100% / 3) - ((4 + 1) * 1%));
  }

  .grid-lg-c4-s4 {
    float: left;
    width: calc((100% / 4) - ((4 + 1) * 1%));
  }

  .grid-lg-c4-s5 {
    float: left;
    width: calc((100% / 5) - ((4 + 1) * 1%));
  }

  .grid-lg-c5-s1 {
    float: left;
    width: calc((100% / 1) - ((5 + 1) * 1%));
  }

  .grid-lg-c5-s2 {
    float: left;
    width: calc((100% / 2) - ((5 + 1) * 1%));
  }

  .grid-lg-c5-s3 {
    float: left;
    width: calc((100% / 3) - ((5 + 1) * 1%));
  }

  .grid-lg-c5-s4 {
    float: left;
    width: calc((100% / 4) - ((5 + 1) * 1%));
  }

  .grid-lg-c5-s5 {
    float: left;
    width: calc((100% / 5) - ((5 + 1) * 1%));
  }
}
@media all and (min-width: 568px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .grid-sm-r1-s1 {
    float: left;
    height: calc(100% / 1);
  }

  .grid-sm-r1-s2 {
    float: left;
    height: calc(100% / 2);
  }

  .grid-sm-r1-s3 {
    float: left;
    height: calc(100% / 3);
  }

  .grid-sm-r1-s4 {
    float: left;
    height: calc(100% / 4);
  }

  .grid-sm-r1-s5 {
    float: left;
    height: calc(100% / 5);
  }

  .grid-sm-r2-s1 {
    float: left;
    height: calc(100% / 1);
  }

  .grid-sm-r2-s2 {
    float: left;
    height: calc(100% / 2);
  }

  .grid-sm-r2-s3 {
    float: left;
    height: calc(100% / 3);
  }

  .grid-sm-r2-s4 {
    float: left;
    height: calc(100% / 4);
  }

  .grid-sm-r2-s5 {
    float: left;
    height: calc(100% / 5);
  }

  .grid-sm-r3-s1 {
    float: left;
    height: calc(100% / 1);
  }

  .grid-sm-r3-s2 {
    float: left;
    height: calc(100% / 2);
  }

  .grid-sm-r3-s3 {
    float: left;
    height: calc(100% / 3);
  }

  .grid-sm-r3-s4 {
    float: left;
    height: calc(100% / 4);
  }

  .grid-sm-r3-s5 {
    float: left;
    height: calc(100% / 5);
  }

  .grid-sm-r4-s1 {
    float: left;
    height: calc(100% / 1);
  }

  .grid-sm-r4-s2 {
    float: left;
    height: calc(100% / 2);
  }

  .grid-sm-r4-s3 {
    float: left;
    height: calc(100% / 3);
  }

  .grid-sm-r4-s4 {
    float: left;
    height: calc(100% / 4);
  }

  .grid-sm-r4-s5 {
    float: left;
    height: calc(100% / 5);
  }

  .grid-sm-r5-s1 {
    float: left;
    height: calc(100% / 1);
  }

  .grid-sm-r5-s2 {
    float: left;
    height: calc(100% / 2);
  }

  .grid-sm-r5-s3 {
    float: left;
    height: calc(100% / 3);
  }

  .grid-sm-r5-s4 {
    float: left;
    height: calc(100% / 4);
  }

  .grid-sm-r5-s5 {
    float: left;
    height: calc(100% / 5);
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .grid-md-r1-s1 {
    float: left;
    height: calc(100% / 1);
  }

  .grid-md-r1-s2 {
    float: left;
    height: calc(100% / 2);
  }

  .grid-md-r1-s3 {
    float: left;
    height: calc(100% / 3);
  }

  .grid-md-r1-s4 {
    float: left;
    height: calc(100% / 4);
  }

  .grid-md-r1-s5 {
    float: left;
    height: calc(100% / 5);
  }

  .grid-md-r2-s1 {
    float: left;
    height: calc(100% / 1);
  }

  .grid-md-r2-s2 {
    float: left;
    height: calc(100% / 2);
  }

  .grid-md-r2-s3 {
    float: left;
    height: calc(100% / 3);
  }

  .grid-md-r2-s4 {
    float: left;
    height: calc(100% / 4);
  }

  .grid-md-r2-s5 {
    float: left;
    height: calc(100% / 5);
  }

  .grid-md-r3-s1 {
    float: left;
    height: calc(100% / 1);
  }

  .grid-md-r3-s2 {
    float: left;
    height: calc(100% / 2);
  }

  .grid-md-r3-s3 {
    float: left;
    height: calc(100% / 3);
  }

  .grid-md-r3-s4 {
    float: left;
    height: calc(100% / 4);
  }

  .grid-md-r3-s5 {
    float: left;
    height: calc(100% / 5);
  }

  .grid-md-r4-s1 {
    float: left;
    height: calc(100% / 1);
  }

  .grid-md-r4-s2 {
    float: left;
    height: calc(100% / 2);
  }

  .grid-md-r4-s3 {
    float: left;
    height: calc(100% / 3);
  }

  .grid-md-r4-s4 {
    float: left;
    height: calc(100% / 4);
  }

  .grid-md-r4-s5 {
    float: left;
    height: calc(100% / 5);
  }

  .grid-md-r5-s1 {
    float: left;
    height: calc(100% / 1);
  }

  .grid-md-r5-s2 {
    float: left;
    height: calc(100% / 2);
  }

  .grid-md-r5-s3 {
    float: left;
    height: calc(100% / 3);
  }

  .grid-md-r5-s4 {
    float: left;
    height: calc(100% / 4);
  }

  .grid-md-r5-s5 {
    float: left;
    height: calc(100% / 5);
  }
}
@media all and (min-width: 1024px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .grid-lg-r1-s1 {
    float: left;
    height: calc(100% / 1);
  }

  .grid-lg-r1-s2 {
    float: left;
    height: calc(100% / 2);
  }

  .grid-lg-r1-s3 {
    float: left;
    height: calc(100% / 3);
  }

  .grid-lg-r1-s4 {
    float: left;
    height: calc(100% / 4);
  }

  .grid-lg-r1-s5 {
    float: left;
    height: calc(100% / 5);
  }

  .grid-lg-r2-s1 {
    float: left;
    height: calc(100% / 1);
  }

  .grid-lg-r2-s2 {
    float: left;
    height: calc(100% / 2);
  }

  .grid-lg-r2-s3 {
    float: left;
    height: calc(100% / 3);
  }

  .grid-lg-r2-s4 {
    float: left;
    height: calc(100% / 4);
  }

  .grid-lg-r2-s5 {
    float: left;
    height: calc(100% / 5);
  }

  .grid-lg-r3-s1 {
    float: left;
    height: calc(100% / 1);
  }

  .grid-lg-r3-s2 {
    float: left;
    height: calc(100% / 2);
  }

  .grid-lg-r3-s3 {
    float: left;
    height: calc(100% / 3);
  }

  .grid-lg-r3-s4 {
    float: left;
    height: calc(100% / 4);
  }

  .grid-lg-r3-s5 {
    float: left;
    height: calc(100% / 5);
  }

  .grid-lg-r4-s1 {
    float: left;
    height: calc(100% / 1);
  }

  .grid-lg-r4-s2 {
    float: left;
    height: calc(100% / 2);
  }

  .grid-lg-r4-s3 {
    float: left;
    height: calc(100% / 3);
  }

  .grid-lg-r4-s4 {
    float: left;
    height: calc(100% / 4);
  }

  .grid-lg-r4-s5 {
    float: left;
    height: calc(100% / 5);
  }

  .grid-lg-r5-s1 {
    float: left;
    height: calc(100% / 1);
  }

  .grid-lg-r5-s2 {
    float: left;
    height: calc(100% / 2);
  }

  .grid-lg-r5-s3 {
    float: left;
    height: calc(100% / 3);
  }

  .grid-lg-r5-s4 {
    float: left;
    height: calc(100% / 4);
  }

  .grid-lg-r5-s5 {
    float: left;
    height: calc(100% / 5);
  }
}
/**
Helpers for grid column gap and grid row gap
----------------------------------------------------
e.g.
- grid-c-gap-1 (grid-column-gap: 10px)
- grid-r-gap-2 (grid-row-gap: 20px)
- grid-sm-c-gap-3 (grid-column-gap: 20px @sm screens)
*/
@supports (display: grid) {
  .grid-gap-1 {
    grid-gap: 10px;
  }

  .grid-gap-2 {
    grid-gap: 20px;
  }

  .grid-gap-3 {
    grid-gap: 30px;
  }

  .grid-gap-4 {
    grid-gap: 40px;
  }

  .grid-gap-5 {
    grid-gap: 50px;
  }

  .grid-gap-6 {
    grid-gap: 60px;
  }

  .grid-c-gap-1 {
    grid-column-gap: 10px;
  }

  .grid-c-gap-2 {
    grid-column-gap: 20px;
  }

  .grid-c-gap-3 {
    grid-column-gap: 30px;
  }

  .grid-c-gap-4 {
    grid-column-gap: 40px;
  }

  .grid-c-gap-5 {
    grid-column-gap: 50px;
  }

  .grid-c-gap-6 {
    grid-column-gap: 60px;
  }

  .grid-r-gap-1 {
    grid-row-gap: 10px;
  }

  .grid-r-gap-2 {
    grid-row-gap: 20px;
  }

  .grid-r-gap-3 {
    grid-row-gap: 30px;
  }

  .grid-r-gap-4 {
    grid-row-gap: 40px;
  }

  .grid-r-gap-5 {
    grid-row-gap: 50px;
  }

  .grid-r-gap-6 {
    grid-row-gap: 60px;
  }
}
@supports (display: grid) {
  @media only screen and (min-width: 568px) {
    .grid-sm-gap-1 {
      grid-gap: 10px;
    }

    .grid-sm-gap-2 {
      grid-gap: 20px;
    }

    .grid-sm-gap-3 {
      grid-gap: 30px;
    }

    .grid-sm-gap-4 {
      grid-gap: 40px;
    }

    .grid-sm-gap-5 {
      grid-gap: 50px;
    }

    .grid-sm-gap-6 {
      grid-gap: 60px;
    }

    .grid-sm-c-gap-1 {
      grid-column-gap: 10px;
    }

    .grid-sm-c-gap-2 {
      grid-column-gap: 20px;
    }

    .grid-sm-c-gap-3 {
      grid-column-gap: 30px;
    }

    .grid-sm-c-gap-4 {
      grid-column-gap: 40px;
    }

    .grid-sm-c-gap-5 {
      grid-column-gap: 50px;
    }

    .grid-sm-c-gap-6 {
      grid-column-gap: 60px;
    }

    .grid-sm-r-gap-1 {
      grid-row-gap: 10px;
    }

    .grid-sm-r-gap-2 {
      grid-row-gap: 20px;
    }

    .grid-sm-r-gap-3 {
      grid-row-gap: 30px;
    }

    .grid-sm-r-gap-4 {
      grid-row-gap: 40px;
    }

    .grid-sm-r-gap-5 {
      grid-row-gap: 50px;
    }

    .grid-sm-r-gap-6 {
      grid-row-gap: 60px;
    }
  }
  @media only screen and (min-width: 768px) {
    .grid-md-gap-1 {
      grid-gap: 10px;
    }

    .grid-md-gap-2 {
      grid-gap: 20px;
    }

    .grid-md-gap-3 {
      grid-gap: 30px;
    }

    .grid-md-gap-4 {
      grid-gap: 40px;
    }

    .grid-md-gap-5 {
      grid-gap: 50px;
    }

    .grid-md-gap-6 {
      grid-gap: 60px;
    }

    .grid-md-c-gap-1 {
      grid-column-gap: 10px;
    }

    .grid-md-c-gap-2 {
      grid-column-gap: 20px;
    }

    .grid-md-c-gap-3 {
      grid-column-gap: 30px;
    }

    .grid-md-c-gap-4 {
      grid-column-gap: 40px;
    }

    .grid-md-c-gap-5 {
      grid-column-gap: 50px;
    }

    .grid-md-c-gap-6 {
      grid-column-gap: 60px;
    }

    .grid-md-r-gap-1 {
      grid-row-gap: 10px;
    }

    .grid-md-r-gap-2 {
      grid-row-gap: 20px;
    }

    .grid-md-r-gap-3 {
      grid-row-gap: 30px;
    }

    .grid-md-r-gap-4 {
      grid-row-gap: 40px;
    }

    .grid-md-r-gap-5 {
      grid-row-gap: 50px;
    }

    .grid-md-r-gap-6 {
      grid-row-gap: 60px;
    }
  }
  @media only screen and (min-width: 1024px) {
    .grid-lg-gap-1 {
      grid-gap: 10px;
    }

    .grid-lg-gap-2 {
      grid-gap: 20px;
    }

    .grid-lg-gap-3 {
      grid-gap: 30px;
    }

    .grid-lg-gap-4 {
      grid-gap: 40px;
    }

    .grid-lg-gap-5 {
      grid-gap: 50px;
    }

    .grid-lg-gap-6 {
      grid-gap: 60px;
    }

    .grid-lg-c-gap-1 {
      grid-column-gap: 10px;
    }

    .grid-lg-c-gap-2 {
      grid-column-gap: 20px;
    }

    .grid-lg-c-gap-3 {
      grid-column-gap: 30px;
    }

    .grid-lg-c-gap-4 {
      grid-column-gap: 40px;
    }

    .grid-lg-c-gap-5 {
      grid-column-gap: 50px;
    }

    .grid-lg-c-gap-6 {
      grid-column-gap: 60px;
    }

    .grid-lg-r-gap-1 {
      grid-row-gap: 10px;
    }

    .grid-lg-r-gap-2 {
      grid-row-gap: 20px;
    }

    .grid-lg-r-gap-3 {
      grid-row-gap: 30px;
    }

    .grid-lg-r-gap-4 {
      grid-row-gap: 40px;
    }

    .grid-lg-r-gap-5 {
      grid-row-gap: 50px;
    }

    .grid-lg-r-gap-6 {
      grid-row-gap: 60px;
    }
  }
}
/* IE10+ CSS fallback for grid template columns at given breakpoint */
@media all and (min-width: 568px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .grid-sm-gap-1 {
    -ms-overflow-x: auto;
  }
  .grid-sm-gap-1 > * {
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .grid-sm-gap-1 > :nth-child(2n) {
    margin-right: 0;
  }

  .grid-sm-gap-2 {
    -ms-overflow-x: auto;
  }
  .grid-sm-gap-2 > * {
    margin-bottom: 20px;
    margin-right: 20px;
  }
  .grid-sm-gap-2 > :nth-child(2n) {
    margin-right: 0;
  }

  .grid-sm-gap-3 {
    -ms-overflow-x: auto;
  }
  .grid-sm-gap-3 > * {
    margin-bottom: 30px;
    margin-right: 30px;
  }
  .grid-sm-gap-3 > :nth-child(2n) {
    margin-right: 0;
  }

  .grid-sm-gap-4 {
    -ms-overflow-x: auto;
  }
  .grid-sm-gap-4 > * {
    margin-bottom: 40px;
    margin-right: 40px;
  }
  .grid-sm-gap-4 > :nth-child(2n) {
    margin-right: 0;
  }

  .grid-sm-gap-5 {
    -ms-overflow-x: auto;
  }
  .grid-sm-gap-5 > * {
    margin-bottom: 50px;
    margin-right: 50px;
  }
  .grid-sm-gap-5 > :nth-child(2n) {
    margin-right: 0;
  }

  .grid-sm-gap-6 {
    -ms-overflow-x: auto;
  }
  .grid-sm-gap-6 > * {
    margin-bottom: 60px;
    margin-right: 60px;
  }
  .grid-sm-gap-6 > :nth-child(2n) {
    margin-right: 0;
  }

  .grid-sm-c-gap-1 {
    -ms-overflow-x: auto;
  }
  .grid-sm-c-gap-1 > * {
    margin-right: 10px;
  }
  .grid-sm-c-gap-1 > :nth-child(2n) {
    margin-right: 0;
  }

  .grid-sm-c-gap-2 {
    -ms-overflow-x: auto;
  }
  .grid-sm-c-gap-2 > * {
    margin-right: 20px;
  }
  .grid-sm-c-gap-2 > :nth-child(2n) {
    margin-right: 0;
  }

  .grid-sm-c-gap-3 {
    -ms-overflow-x: auto;
  }
  .grid-sm-c-gap-3 > * {
    margin-right: 30px;
  }
  .grid-sm-c-gap-3 > :nth-child(2n) {
    margin-right: 0;
  }

  .grid-sm-c-gap-4 {
    -ms-overflow-x: auto;
  }
  .grid-sm-c-gap-4 > * {
    margin-right: 40px;
  }
  .grid-sm-c-gap-4 > :nth-child(2n) {
    margin-right: 0;
  }

  .grid-sm-c-gap-5 {
    -ms-overflow-x: auto;
  }
  .grid-sm-c-gap-5 > * {
    margin-right: 50px;
  }
  .grid-sm-c-gap-5 > :nth-child(2n) {
    margin-right: 0;
  }

  .grid-sm-c-gap-6 {
    -ms-overflow-x: auto;
  }
  .grid-sm-c-gap-6 > * {
    margin-right: 60px;
  }
  .grid-sm-c-gap-6 > :nth-child(2n) {
    margin-right: 0;
  }

  .grid-sm-r-gap-1 {
    -ms-overflow-x: auto;
  }
  .grid-sm-r-gap-1 > * {
    margin-bottom: 10px;
  }
  .grid-sm-r-gap-1 > :nth-child(2n) {
    margin-right: 0;
  }

  .grid-sm-r-gap-2 {
    -ms-overflow-x: auto;
  }
  .grid-sm-r-gap-2 > * {
    margin-bottom: 20px;
  }
  .grid-sm-r-gap-2 > :nth-child(2n) {
    margin-right: 0;
  }

  .grid-sm-r-gap-3 {
    -ms-overflow-x: auto;
  }
  .grid-sm-r-gap-3 > * {
    margin-bottom: 30px;
  }
  .grid-sm-r-gap-3 > :nth-child(2n) {
    margin-right: 0;
  }

  .grid-sm-r-gap-4 {
    -ms-overflow-x: auto;
  }
  .grid-sm-r-gap-4 > * {
    margin-bottom: 40px;
  }
  .grid-sm-r-gap-4 > :nth-child(2n) {
    margin-right: 0;
  }

  .grid-sm-r-gap-5 {
    -ms-overflow-x: auto;
  }
  .grid-sm-r-gap-5 > * {
    margin-bottom: 50px;
  }
  .grid-sm-r-gap-5 > :nth-child(2n) {
    margin-right: 0;
  }

  .grid-sm-r-gap-6 {
    -ms-overflow-x: auto;
  }
  .grid-sm-r-gap-6 > * {
    margin-bottom: 60px;
  }
  .grid-sm-r-gap-6 > :nth-child(2n) {
    margin-right: 0;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .grid-md-gap-1 {
    -ms-overflow-x: auto;
  }
  .grid-md-gap-1 > * {
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .grid-md-gap-1 > :nth-child(2n) {
    margin-right: 0;
  }

  .grid-md-gap-2 {
    -ms-overflow-x: auto;
  }
  .grid-md-gap-2 > * {
    margin-bottom: 20px;
    margin-right: 20px;
  }
  .grid-md-gap-2 > :nth-child(2n) {
    margin-right: 0;
  }

  .grid-md-gap-3 {
    -ms-overflow-x: auto;
  }
  .grid-md-gap-3 > * {
    margin-bottom: 30px;
    margin-right: 30px;
  }
  .grid-md-gap-3 > :nth-child(2n) {
    margin-right: 0;
  }

  .grid-md-gap-4 {
    -ms-overflow-x: auto;
  }
  .grid-md-gap-4 > * {
    margin-bottom: 40px;
    margin-right: 40px;
  }
  .grid-md-gap-4 > :nth-child(2n) {
    margin-right: 0;
  }

  .grid-md-gap-5 {
    -ms-overflow-x: auto;
  }
  .grid-md-gap-5 > * {
    margin-bottom: 50px;
    margin-right: 50px;
  }
  .grid-md-gap-5 > :nth-child(2n) {
    margin-right: 0;
  }

  .grid-md-gap-6 {
    -ms-overflow-x: auto;
  }
  .grid-md-gap-6 > * {
    margin-bottom: 60px;
    margin-right: 60px;
  }
  .grid-md-gap-6 > :nth-child(2n) {
    margin-right: 0;
  }

  .grid-md-c-gap-1 {
    -ms-overflow-x: auto;
  }
  .grid-md-c-gap-1 > * {
    margin-right: 10px;
  }
  .grid-md-c-gap-1 > :nth-child(2n) {
    margin-right: 0;
  }

  .grid-md-c-gap-2 {
    -ms-overflow-x: auto;
  }
  .grid-md-c-gap-2 > * {
    margin-right: 20px;
  }
  .grid-md-c-gap-2 > :nth-child(2n) {
    margin-right: 0;
  }

  .grid-md-c-gap-3 {
    -ms-overflow-x: auto;
  }
  .grid-md-c-gap-3 > * {
    margin-right: 30px;
  }
  .grid-md-c-gap-3 > :nth-child(2n) {
    margin-right: 0;
  }

  .grid-md-c-gap-4 {
    -ms-overflow-x: auto;
  }
  .grid-md-c-gap-4 > * {
    margin-right: 40px;
  }
  .grid-md-c-gap-4 > :nth-child(2n) {
    margin-right: 0;
  }

  .grid-md-c-gap-5 {
    -ms-overflow-x: auto;
  }
  .grid-md-c-gap-5 > * {
    margin-right: 50px;
  }
  .grid-md-c-gap-5 > :nth-child(2n) {
    margin-right: 0;
  }

  .grid-md-c-gap-6 {
    -ms-overflow-x: auto;
  }
  .grid-md-c-gap-6 > * {
    margin-right: 60px;
  }
  .grid-md-c-gap-6 > :nth-child(2n) {
    margin-right: 0;
  }

  .grid-md-r-gap-1 {
    -ms-overflow-x: auto;
  }
  .grid-md-r-gap-1 > * {
    margin-bottom: 10px;
  }
  .grid-md-r-gap-1 > :nth-child(2n) {
    margin-right: 0;
  }

  .grid-md-r-gap-2 {
    -ms-overflow-x: auto;
  }
  .grid-md-r-gap-2 > * {
    margin-bottom: 20px;
  }
  .grid-md-r-gap-2 > :nth-child(2n) {
    margin-right: 0;
  }

  .grid-md-r-gap-3 {
    -ms-overflow-x: auto;
  }
  .grid-md-r-gap-3 > * {
    margin-bottom: 30px;
  }
  .grid-md-r-gap-3 > :nth-child(2n) {
    margin-right: 0;
  }

  .grid-md-r-gap-4 {
    -ms-overflow-x: auto;
  }
  .grid-md-r-gap-4 > * {
    margin-bottom: 40px;
  }
  .grid-md-r-gap-4 > :nth-child(2n) {
    margin-right: 0;
  }

  .grid-md-r-gap-5 {
    -ms-overflow-x: auto;
  }
  .grid-md-r-gap-5 > * {
    margin-bottom: 50px;
  }
  .grid-md-r-gap-5 > :nth-child(2n) {
    margin-right: 0;
  }

  .grid-md-r-gap-6 {
    -ms-overflow-x: auto;
  }
  .grid-md-r-gap-6 > * {
    margin-bottom: 60px;
  }
  .grid-md-r-gap-6 > :nth-child(2n) {
    margin-right: 0;
  }
}
@media all and (min-width: 1024px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .grid-lg-gap-1 {
    -ms-overflow-x: auto;
  }
  .grid-lg-gap-1 > * {
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .grid-lg-gap-1 > :nth-child(2n) {
    margin-right: 0;
  }

  .grid-lg-gap-2 {
    -ms-overflow-x: auto;
  }
  .grid-lg-gap-2 > * {
    margin-bottom: 20px;
    margin-right: 20px;
  }
  .grid-lg-gap-2 > :nth-child(2n) {
    margin-right: 0;
  }

  .grid-lg-gap-3 {
    -ms-overflow-x: auto;
  }
  .grid-lg-gap-3 > * {
    margin-bottom: 30px;
    margin-right: 30px;
  }
  .grid-lg-gap-3 > :nth-child(2n) {
    margin-right: 0;
  }

  .grid-lg-gap-4 {
    -ms-overflow-x: auto;
  }
  .grid-lg-gap-4 > * {
    margin-bottom: 40px;
    margin-right: 40px;
  }
  .grid-lg-gap-4 > :nth-child(2n) {
    margin-right: 0;
  }

  .grid-lg-gap-5 {
    -ms-overflow-x: auto;
  }
  .grid-lg-gap-5 > * {
    margin-bottom: 50px;
    margin-right: 50px;
  }
  .grid-lg-gap-5 > :nth-child(2n) {
    margin-right: 0;
  }

  .grid-lg-gap-6 {
    -ms-overflow-x: auto;
  }
  .grid-lg-gap-6 > * {
    margin-bottom: 60px;
    margin-right: 60px;
  }
  .grid-lg-gap-6 > :nth-child(2n) {
    margin-right: 0;
  }

  .grid-lg-c-gap-1 {
    -ms-overflow-x: auto;
  }
  .grid-lg-c-gap-1 > * {
    margin-right: 10px;
  }
  .grid-lg-c-gap-1 > :nth-child(2n) {
    margin-right: 0;
  }

  .grid-lg-c-gap-2 {
    -ms-overflow-x: auto;
  }
  .grid-lg-c-gap-2 > * {
    margin-right: 20px;
  }
  .grid-lg-c-gap-2 > :nth-child(2n) {
    margin-right: 0;
  }

  .grid-lg-c-gap-3 {
    -ms-overflow-x: auto;
  }
  .grid-lg-c-gap-3 > * {
    margin-right: 30px;
  }
  .grid-lg-c-gap-3 > :nth-child(2n) {
    margin-right: 0;
  }

  .grid-lg-c-gap-4 {
    -ms-overflow-x: auto;
  }
  .grid-lg-c-gap-4 > * {
    margin-right: 40px;
  }
  .grid-lg-c-gap-4 > :nth-child(2n) {
    margin-right: 0;
  }

  .grid-lg-c-gap-5 {
    -ms-overflow-x: auto;
  }
  .grid-lg-c-gap-5 > * {
    margin-right: 50px;
  }
  .grid-lg-c-gap-5 > :nth-child(2n) {
    margin-right: 0;
  }

  .grid-lg-c-gap-6 {
    -ms-overflow-x: auto;
  }
  .grid-lg-c-gap-6 > * {
    margin-right: 60px;
  }
  .grid-lg-c-gap-6 > :nth-child(2n) {
    margin-right: 0;
  }

  .grid-lg-r-gap-1 {
    -ms-overflow-x: auto;
  }
  .grid-lg-r-gap-1 > * {
    margin-bottom: 10px;
  }
  .grid-lg-r-gap-1 > :nth-child(2n) {
    margin-right: 0;
  }

  .grid-lg-r-gap-2 {
    -ms-overflow-x: auto;
  }
  .grid-lg-r-gap-2 > * {
    margin-bottom: 20px;
  }
  .grid-lg-r-gap-2 > :nth-child(2n) {
    margin-right: 0;
  }

  .grid-lg-r-gap-3 {
    -ms-overflow-x: auto;
  }
  .grid-lg-r-gap-3 > * {
    margin-bottom: 30px;
  }
  .grid-lg-r-gap-3 > :nth-child(2n) {
    margin-right: 0;
  }

  .grid-lg-r-gap-4 {
    -ms-overflow-x: auto;
  }
  .grid-lg-r-gap-4 > * {
    margin-bottom: 40px;
  }
  .grid-lg-r-gap-4 > :nth-child(2n) {
    margin-right: 0;
  }

  .grid-lg-r-gap-5 {
    -ms-overflow-x: auto;
  }
  .grid-lg-r-gap-5 > * {
    margin-bottom: 50px;
  }
  .grid-lg-r-gap-5 > :nth-child(2n) {
    margin-right: 0;
  }

  .grid-lg-r-gap-6 {
    -ms-overflow-x: auto;
  }
  .grid-lg-r-gap-6 > * {
    margin-bottom: 60px;
  }
  .grid-lg-r-gap-6 > :nth-child(2n) {
    margin-right: 0;
  }
}
@supports (display: grid) {
  .d-grid {
    display: grid;
  }
  @media only screen and (min-width: 0) and (max-width: 767px) {
    .d-grid {
      grid-template-columns: 1fr;
      grid-gap: 0;
    }
  }

  .d-inline-grid {
    display: inline-grid;
  }

  .grid-items-center {
    align-items: center;
  }

  @media only screen and (min-width: 768px) {
    .grid-md-items-center {
      align-items: center;
    }

    .grid-md-self-center {
      align-self: center;
    }
  }
  /*
  ---------------------------------------
  Grid Layout - 2-Column, Stacked
  ---------------------------------------
  */
  @supports (display: grid) {
    @media only screen and (min-width: 768px) {
      .grid-layout-2col-stacked {
        display: grid;
        grid-template-columns: 2.7fr 1fr;
        grid-template-rows: auto;
        grid-row-gap: 30px;
        grid-column-gap: 0;
        grid-column-gap: 2rem;
      }
      .grid-layout-2col-stacked > * {
        grid-column: 1/span 2;
      }
      .grid-layout-2col-stacked > .grid__head {
        grid-column: 1/span 2;
      }
      .grid-layout-2col-stacked > .grid__main {
        grid-column: 1/span 1;
      }
      .grid-layout-2col-stacked > .grid__rail {
        grid-column: 2/span 1;
      }
      .grid-layout-2col-stacked > .grid__head ~ .grid__rail {
        grid-row: 2/-1;
      }
    }
    @media only screen and (min-width: 0) and (max-width: 767px) {
      .grid-layout-2col-stacked > * {
        margin-bottom: 30px;
      }
    }
  }
}
/* IE10+ CSS Styles */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .grid-layout-2col-stacked {
    -ms-overflow-x: auto;
  }
  .grid-layout-2col-stacked > * {
    padding-bottom: 2rem;
  }
}
@media only screen and (-ms-high-contrast: none) and (min-width: 0) and (max-width: 767px), only screen and (-ms-high-contrast: active) and (min-width: 0) and (max-width: 767px) {
  .grid-layout-2col-stacked > * {
    margin: 0 auto;
  }
}
/* IE10+ CSS Styles for Medium & Large Screens */
@media all and (min-width: 768px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .grid-layout-2col-stacked {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .grid-layout-2col-stacked > * {
    flex: 0 0 68%;
    padding-right: 2rem;
    width: 68%;
  }
  .grid-layout-2col-stacked .grid__head {
    flex: 1 0 100%;
    padding-right: 0;
    width: 100%;
  }
  .grid-layout-2col-stacked .grid__rail {
    flex: 0 0 26%;
    padding-right: 0;
  }
}
/******************************************
     END: A.com 3.0 STYLES
******************************************/
.v3 {
  /*
  ---------------------------------------
  Astrology Plus
  ---------------------------------------
  */
  /*
  ---------------------------------------
  SHEMedia Ad Placements
  ---------------------------------------
  */
}
.v3 .ad__banner {
  margin: 0 auto;
  max-width: 320px;
  height: 50px;
  padding: 0 15px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .v3 .ad__banner {
    max-width: 758px;
    height: 90px;
  }
}
.v3 .ad-r-text {
  position: relative;
}
.v3 .ad-r-text:after {
  content: "Advertisement";
  color: #bababa;
  opacity: 0.6;
  writing-mode: vertical-rl;
  writing-mode: tb-rl;
  /* ie */
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  top: 4px;
  right: -8px;
  font-family: "Khand", sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.v3 .ad-t-text {
  display: block;
  margin-top: 20px;
  position: relative;
}
.v3 .ad-t-text:after {
  content: "Advertisement";
  color: #bababa;
  opacity: 0.6;
  text-align: center;
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
  font-family: "Khand", sans-serif;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.v3 .aplus-banner-container {
  content: "";
  background: url("/img/backgrounds/bg-white-speckles-banner.jpg") no-repeat center center/cover;
  width: 100%;
}
.v3 .aplus-banner-container .aplus-banner {
  padding-bottom: 20px;
  padding-top: 20px;
}
.v3 .aplus-banner-container .aplus-banner .img-container {
  align-self: center;
  justify-self: right;
}
.v3 .aplus-banner-container .aplus-banner .text-container {
  align-self: center;
}
.v3 .aplus-banner-container .aplus-banner .text-container h2 {
  line-height: 1.15;
  margin-bottom: 20px;
  max-width: 500px;
  font-family: "CaslonGrad", serif;
  font-size: 40px;
  font-weight: normal;
  letter-spacing: normal;
}
.v3 .aplus-banner-container .aplus-banner .text-container p {
  color: #ced6e0;
  line-height: 1.6;
  max-width: 700px;
  width: 100%;
  font-family: "Merriweather", serif;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: normal;
}
.v3 .aplus-banner-container .aplus-banner .text-container .btn {
  max-width: 228px;
  width: 100%;
}
.v3 .aplus-card {
  display: block;
  max-width: 345px;
  padding: 30px 20px;
  position: relative;
  user-select: none;
  width: 100%;
  z-index: 1;
}
.v3 .aplus-card:before {
  background: url(/img/backgrounds/bg-white-speckles-poster.jpg) no-repeat center center/cover;
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.v3 .aplus-card__content {
  text-align: center;
}
.v3 .aplus-card__description {
  color: #fbfbff;
  margin: 0 auto 30px;
  max-width: 280px;
  width: 100%;
  font-family: "Merriweather", serif;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: normal;
}
.v3 .aplus-card__logo {
  display: block;
  margin: 0 auto 15px;
}
.v3 .aplus-card__logo img {
  width: 200px;
}
.v3 .aplus-card__title {
  color: #fcfcff;
  line-height: 1.08;
  margin-bottom: 15px;
  font-family: "CaslonGrad", serif;
  font-size: 1.58rem;
  font-weight: normal;
  letter-spacing: normal;
}
.v3 .d_flexbanner_t_banner_m_tinybanner {
  height: 50px;
}
@media only screen and (min-width: 768px) {
  .v3 .d_flexbanner_t_banner_m_tinybanner {
    height: 90px;
  }
}
@media only screen and (min-width: 1024px) {
  .v3 .d_flexbanner_t_banner_m_tinybanner {
    height: 250px;
  }
}
.v3 .d_banner_t_banner_m_medrec {
  height: 320px;
}
@media only screen and (min-width: 768px) {
  .v3 .d_banner_t_banner_m_medrec {
    height: 90px;
  }
}
.v3 .d_banner_t_banner_m_none {
  display: none;
}
@media only screen and (min-width: 768px) {
  .v3 .d_banner_t_banner_m_none {
    display: block;
    height: 90px;
  }
}
.v3 .d_banner_t_banner_m_tinybanner {
  height: 50px;
}
@media only screen and (min-width: 768px) {
  .v3 .d_banner_t_banner_m_tinybanner {
    height: 90px;
  }
}
.v3 .d_banner_t_medrec_m_medrec {
  height: 320px;
}
@media only screen and (min-width: 768px) {
  .v3 .d_banner_t_medrec_m_medrec {
    height: 250px;
  }
}
@media only screen and (min-width: 1024px) {
  .v3 .d_banner_t_medrec_m_medrec {
    height: 90px;
  }
}
.v3 .d_banner_t_none_m_none {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .v3 .d_banner_t_none_m_none {
    display: block;
    height: 90px;
  }
}
.v3 .d_flexrec_t_flexrec_m_none {
  display: none;
}
@media only screen and (min-width: 768px) {
  .v3 .d_flexrec_t_flexrec_m_none {
    display: block;
    height: 250px;
  }
}
.v3 .d_flexrec_t_medrec_m_medrec {
  height: 320px;
}
@media only screen and (min-width: 768px) {
  .v3 .d_flexrec_t_medrec_m_medrec {
    height: 250px;
  }
}
.v3 .d_flexrec_t_medrec_m_none {
  display: none;
}
@media only screen and (min-width: 768px) {
  .v3 .d_flexrec_t_medrec_m_none {
    display: block;
    height: 600px;
  }
}
.v3 .d_flexrec_t_none_m_none {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .v3 .d_flexrec_t_none_m_none {
    display: block;
    height: 250px;
  }
}
.v3 .d_flexrec_t_sky_m_none {
  display: none;
}
@media only screen and (min-width: 768px) {
  .v3 .d_flexrec_t_sky_m_none {
    display: block;
    height: 600px;
  }
}
@media only screen and (min-width: 1024px) {
  .v3 .d_flexrec_t_sky_m_none {
    height: 250px;
  }
}
.v3 .d_medrec_t_banner_m_medrec {
  height: 320px;
}
@media only screen and (min-width: 768px) {
  .v3 .d_medrec_t_banner_m_medrec {
    height: 90px;
  }
}
@media only screen and (min-width: 1024px) {
  .v3 .d_medrec_t_banner_m_medrec {
    height: 250px;
  }
}
.v3 .d_medrec_t_medrec_m_medrec {
  height: 320px;
}
@media only screen and (min-width: 768px) {
  .v3 .d_medrec_t_medrec_m_medrec {
    height: 250px;
  }
}
.v3 .d_medrec_t_medrec_m_none {
  display: none;
}
@media only screen and (min-width: 768px) {
  .v3 .d_medrec_t_medrec_m_none {
    display: block;
    height: 250px;
  }
}
.v3 .d_medrec_t_none_m_medrec {
  height: 320px;
}
@media only screen and (min-width: 768px) {
  .v3 .d_medrec_t_none_m_medrec {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .v3 .d_medrec_t_none_m_medrec {
    display: block;
    height: 250px;
  }
}
.v3 .d_medrec_t_none_m_none {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .v3 .d_medrec_t_none_m_none {
    display: block;
    height: 250px;
  }
}
.v3 .d_none_t_banner_m_medrec {
  height: 320px;
}
@media only screen and (min-width: 768px) {
  .v3 .d_none_t_banner_m_medrec {
    height: 90px;
  }
}
@media only screen and (min-width: 1024px) {
  .v3 .d_none_t_banner_m_medrec {
    display: none;
  }
}
.v3 .d_none_t_medrec_m_medrec {
  height: 320px;
}
@media only screen and (min-width: 768px) {
  .v3 .d_none_t_medrec_m_medrec {
    height: 250px;
  }
}
@media only screen and (min-width: 1024px) {
  .v3 .d_none_t_medrec_m_medrec {
    display: none;
  }
}
.v3 .d_none_t_medrec_m_none {
  display: none;
}
@media only screen and (min-width: 768px) {
  .v3 .d_none_t_medrec_m_none {
    display: block;
    height: 250px;
  }
}
@media only screen and (min-width: 1024px) {
  .v3 .d_none_t_medrec_m_none {
    display: none;
  }
}
.v3 .d_none_t_none_m_medrec {
  height: 320px;
}
@media only screen and (min-width: 768px) {
  .v3 .d_none_t_none_m_medrec {
    display: none;
  }
}
.v3 .d_none_t_none_m_tinybanner {
  height: 62px;
  margin: 1rem 0 1.5rem;
}
@media only screen and (min-width: 768px) {
  .v3 .d_none_t_none_m_tinybanner {
    display: none;
  }
}
.v3 .d_sky_t_none_m_none {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .v3 .d_sky_t_none_m_none {
    display: block;
    height: 600px;
  }
}
.v3 .d_sky_t_sky_m_none {
  display: none;
}
@media only screen and (min-width: 768px) {
  .v3 .d_sky_t_sky_m_none {
    display: block;
    height: 600px;
  }
}

/*
---------------------------------------
Ad Keen Card
---------------------------------------
*/
.ad-keen-card {
  border-radius: 4px;
  height: 600px;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.ad-keen-card h2, .ad-keen-card .h2 {
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: normal;
}

@media (min-width: 768px) and (max-width: 979px) {
  .ad-keen-card {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*
------------------------------------------------
PRIMARY SITE NAV
------------------------------------------------
*/
.nav-v3 .main-container {
  margin-top: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .nav-v3 .main-container {
    margin-bottom: 5rem;
    margin-top: -55px;
    padding-top: 55px;
  }
}
.nav-v3 .primary-site-nav {
  border-bottom: 1px solid #6d6d6d;
}

.nav-v3 .nav-wrapper .menu-toggle,
.nav-v3 .nav-wrapper .search-trigger,
.nav-v3 .nav-wrapper .sign-in {
  margin-right: 16px;
}
@media only screen and (min-width: 768px) {
  .nav-v3 .nav-wrapper .menu-toggle,
.nav-v3 .nav-wrapper .search-trigger,
.nav-v3 .nav-wrapper .sign-in {
    margin-right: 20px;
  }
}

/* ===LOGO=== */
.nav-v3 .nav-wrapper .logo {
  background: url("/img/logo-white.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 18px;
  margin: 0 auto;
  width: 136px;
}
@media only screen and (min-width: 768px) {
  .nav-v3 .nav-wrapper .logo {
    height: 20px;
    width: 180px;
  }
}

/* ===SIGN IN LINK=== */
.nav-v3 .nav-wrapper .sign-in {
  font-family: "Khand", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.54px;
  text-transform: uppercase;
}
.nav-v3 .nav-wrapper .sign-in:hover {
  color: #fff;
  text-decoration: underline;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .nav-v3:not(.nav-expanded) .nav__topnav .sign-in {
    display: none;
  }
}
/* ===MENU TOGGLE=== */
.nav-v3 .nav-wrapper .menu-toggle {
  cursor: pointer;
  height: 25px;
  margin-left: unset;
  width: 25px;
}
.nav-v3 .nav-wrapper .menu-toggle:hover {
  color: #fff;
}
.nav-v3 .nav-wrapper .menu-toggle:focus {
  outline: none;
}
.nav-v3 .nav-wrapper .menu-toggle .icon-menu-wavy {
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .nav-v3 .nav-wrapper .menu-toggle .icon-menu-wavy {
    font-size: 22px;
  }
}
.nav-v3 .nav-wrapper .menu-toggle .icon-close {
  font-size: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .nav-v3 .nav-wrapper .menu-toggle .icon-close {
    font-size: 1.5rem;
  }
}
.nav-v3 .nav-wrapper .menu-toggle > i {
  align-items: center;
  display: flex;
  height: 100%;
}

/* ===NAV BUTTON (JOIN)=== */
.nav-v3.nav-expanded .nav__topnav .btn {
  background-color: transparent;
  border: solid 1px #fff;
  color: #fff;
}
.nav-v3.nav-expanded .nav__topnav .btn:hover {
  background-color: #fff;
  color: #30385b;
}

.nav-v3:not(.nav-expanded) .nav__topnav .btn {
  background-color: #4d48af;
  color: #fff;
}
.nav-v3:not(.nav-expanded) .nav__topnav .btn:hover {
  background-color: #3D398C;
  border-color: #3D398C;
  color: #fff;
}

.nav-v3 .nav__topnav .btn {
  font-size: 16px;
}

/*
------------------------------------------------
NAV COLLAPSED
------------------------------------------------
*/
.nav-v3 .nav-wrapper {
  display: block;
  padding: unset;
  max-width: unset;
}
.nav-v3 .nav-wrapper .nav__topnav {
  background: inherit;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
@media only screen and (min-width: 1024px) {
  .nav-v3 .nav-wrapper .nav__topnav {
    box-sizing: content-box;
    margin: 0 auto;
    max-width: 1140px;
    width: unset;
  }
}
.nav-v3 .nav-wrapper .nav__topnav > div {
  align-items: center;
  display: flex;
}

/*
------------------------------------------------
NAV EXPANDED
------------------------------------------------
*/
.nav-v3.nav-expanded {
  overflow: hidden;
  width: 100%;
}
.nav-v3.nav-expanded .nav-wrapper {
  background: #4d48af;
  z-index: 10;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.nav-v3.nav-expanded .nav-wrapper .menu-toggle {
  cursor: pointer;
  position: absolute;
  top: 18px;
  left: 15px;
}
@media only screen and (min-width: 768px) {
  .nav-v3.nav-expanded .nav-wrapper .menu-toggle {
    position: unset;
  }
}

/* ===NAV EXPANDED (MOBILE)=== */
@media only screen and (min-width: 0) and (max-width: 767px) {
  .nav-v3.nav-expanded .nav__topnav {
    flex-direction: column;
    padding: 0;
  }
  .nav-v3.nav-expanded .nav__topnav .nav__topnav-left {
    border-bottom: 1px solid #6e89fc;
    height: 65px;
    text-align: center;
    width: 100%;
  }
  .nav-v3.nav-expanded .nav__topnav .nav__topnav-right {
    height: 55px;
    justify-content: center;
  }
}
/*
------------------------------------------------
NAV SITEMAP
------------------------------------------------
*/
.nav-v3 .nav__sitemap {
  display: none;
  background: linear-gradient(to bottom, #4d48af 59%, #6e89fc 156%);
  border-top: 1px solid #6e89fc;
  bottom: 0;
  height: 100vh;
  left: 0;
  overflow: scroll;
  padding: 20px 0 80px;
  position: fixed;
  right: 0;
  top: 120px;
  width: 100vw;
  z-index: 120;
}
@media only screen and (min-width: 768px) {
  .nav-v3 .nav__sitemap {
    top: 65px;
  }
}
.nav-v3 .nav__sitemap::-webkit-scrollbar {
  width: 0;
  /* Remove scrollbar space */
  background: transparent;
  /* Mmake scrollbar invisible */
}
.nav-v3 .nav__sitemap-nav-link {
  margin-bottom: 10px;
}
.nav-v3 .nav__sitemap-nav-link h5 {
  color: #fff;
  text-transform: uppercase;
}
.nav-v3 .nav__sitemap-nav-subnav-link {
  color: #dfe5ff;
  display: block;
  line-height: inherit;
  padding-top: 8px;
}
.nav-v3 .nav__sitemap-nav-link:hover, .nav-v3 .nav__sitemap-nav-subnav-link:hover {
  color: #fff;
  text-decoration: underline;
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .nav-v3 .nav__sitemap-list {
    display: flex;
    flex-flow: column wrap;
  }
  .nav-v3 .nav__sitemap-list .nav__sitemap-nav-item {
    margin-bottom: 15px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 360px) and (max-width: 767px) {
  .nav-v3 .nav__sitemap-list {
    height: 1360px;
    overflow: auto;
  }
  .nav-v3 .nav__sitemap-list .nav__sitemap-nav-item {
    width: 48%;
  }
}
.nav-expanded .nav__sitemap {
  display: block;
}

.sticky-nav {
  position: relative;
  top: 0;
}
.sticky-nav:not(.nav-expanded) .nav-wrapper {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
}

.sticky-nav:not(.nav-expanded) .nav-wrapper {
  background-color: #f9faf4;
}

.v3.sticky-nav:not(.nav-expanded) .nav-wrapper {
  background-color: #101010;
}

#sticky-nav-placeholder {
  display: none;
  height: 65px;
  width: 100%;
}

/*
------------------------------------------------
NAV RIBBON
------------------------------------------------
*/
.nav-v3 .nav-ribbon {
  display: flex;
  justify-content: center;
  height: 50px;
  margin: 0 auto;
  padding: 15px 15px 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .nav-v3 .nav-ribbon {
    height: 56px;
  }
}
.nav-v3 .nav-ribbon .nav__items {
  display: inline-flex;
  flex-flow: row nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  margin: 0;
  /* remove default margin */
  scrollbar-width: none;
  /* Also needed to disable scrollbar Firefox */
  -ms-overflow-style: none;
  /* Disable scrollbar IE 10+ */
}
.nav-v3 .nav-ribbon .nav__items::-webkit-scrollbar {
  width: 0;
}
.nav-v3 .nav-ribbon .nav__items > .nav__li {
  margin: 0 10px;
}
@supports (display: grid) {
  .nav-v3 .nav-ribbon {
    display: grid;
  }
  .nav-v3 .nav-ribbon .nav__items {
    display: inline-grid;
    grid-column-gap: 40px;
    grid-auto-flow: column;
    grid-column-gap: 15px;
  }
  .nav-v3 .nav-ribbon .nav__items > .nav__li {
    margin: 0;
    /* reset fallback*/
  }
}

/*
------------------------------------------------
SEARCH BAR
------------------------------------------------
*/
.search-trigger {
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 15px;
  left: 80%;
  right: 15px;
}

.search-bar {
  display: none;
  background: #4d48af;
  border-top: 1px solid #6e89fc;
  padding: 24px 15px;
  width: 100%;
  z-index: 21;
  position: absolute;
  top: 0;
}
.search-bar__inner {
  line-height: 20px;
  margin: 0 auto;
  max-width: 1140px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
.search-bar form {
  background: transparent;
  padding: 0 30px;
  position: relative;
  width: 100%;
}
.search-bar form input {
  border: none;
  box-sizing: border-box;
  color: #fff;
  height: 30px;
  padding: unset;
  width: 100%;
  z-index: 22;
  font-family: "Khand", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: none;
}
.search-bar form input:-webkit-autofill,
.search-bar form input:-webkit-autofill:hover,
.search-bar form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #4d48af inset !important;
}
.search-bar .icon-close {
  color: #fff;
  cursor: pointer;
}
.search-bar .icon-search {
  color: #fff;
  transform: translate(0, -55%);
  width: 20px;
  position: absolute;
  top: 50%;
  left: 0;
}
.search-bar .icon-close,
.search-bar .icon-search {
  font-size: 20px;
}

.sitemap-search-bar {
  border: 1px solid #fff;
  border-radius: 6px;
  margin: 0 15px 20px;
  max-width: 1140px;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .sitemap-search-bar {
    margin: 0 auto 20px;
  }
}
.sitemap-search-bar form {
  background: transparent;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sitemap-search-bar form input {
  background: transparent;
  border: none;
  color: #fff;
  height: 19px;
  padding: 10px 15px 8px 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Khand", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1.14px;
  text-transform: uppercase;
}
.sitemap-search-bar form input:focus {
  border: none;
  outline: none;
}
.sitemap-search-bar form input:-webkit-autofill,
.sitemap-search-bar form input:-webkit-autofill:hover,
.sitemap-search-bar form input:-webkit-autofill:active,
.sitemap-search-bar form input:-webkit-autofill:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: 0 0 0 30px #4d48af inset !important;
  -webkit-text-fill-color: #fff;
  transition: background-color 5000s ease-in-out 0s;
}
.sitemap-search-bar form input:-internal-autofill-selected {
  caret-color: #fff;
}
.sitemap-search-bar form input::placeholder,
.sitemap-search-bar form input:-ms-input-placeholder,
.sitemap-search-bar form input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
  letter-spacing: 1.14px;
  opacity: 0.44;
}
.sitemap-search-bar .btn-search {
  cursor: pointer;
  display: flex;
}
.sitemap-search-bar .btn-search .icon-search {
  color: #fff;
  font-size: 1rem;
}

/*
------------------------------------------------
TEMPORARY NAV STYLES
    - Applies V3 nav styles to old V2 pages.
      Remove when all pages have been undated
      to V3.
------------------------------------------------
*/
.nav-v3:not(.v3):not(.nav-expanded) .nav-wrapper .logo {
  background: url("/img/logo-black.svg") no-repeat center center/contain;
  content: "";
  display: block;
}

.nav-v3.nav-expanded:not(.v3) .nav-wrapper h5,
.nav-v3.nav-expanded:not(.v3) .nav-wrapper .sign-in,
.nav-v3:not(.v3) .nav-wrapper .menu-toggle .icon-close,
.nav-v3:not(.v3) .nav-wrapper .menu-toggle .icon-close:hover {
  color: #fff;
}

.nav-v3:not(.v3) .nav-wrapper .menu-toggle > i,
.nav-v3:not(.v3) .nav-wrapper .menu-toggle > i:hover {
  color: #848a8a;
}

.nav-v3.nav-expanded:not(.v3) .nav__sitemap h5 {
  color: #fff;
}
.nav-v3.nav-expanded:not(.v3) .nav__sitemap a,
.nav-v3.nav-expanded:not(.v3) .nav__sitemap .link {
  color: #dfe5ff;
  line-height: 1.13;
  text-decoration: none;
  display: block;
  line-height: inherit;
  padding-top: 8px;
  font-family: "Khand", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.nav-v3.nav-expanded:not(.v3) .nav__sitemap a:hover,
.nav-v3.nav-expanded:not(.v3) .nav__sitemap .link:hover {
  color: #fff;
  text-decoration: underline;
}
.nav-v3.nav-expanded:not(.v3) .nav__sitemap a:focus,
.nav-v3.nav-expanded:not(.v3) .nav__sitemap .link:focus {
  outline: none;
}

.nav-v3:not(.nav-expanded):not(.v3) .nav__topnav .btn {
  border-radius: 6px;
  padding: 4px 6px;
  text-transform: uppercase;
  font-family: "Khand", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.nav-v3.nav-expanded:not(.v3) .nav__topnav .btn.btn--sm {
  border-radius: 6px;
  display: block;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  font-family: "Khand", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1.13px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.nav-v3:not(.v3) .primary-site-nav {
  border-bottom: 1px solid #848a8a;
}

.nav-v3:not(.v3) .nav-wrapper .sign-in:hover {
  color: #157d6d;
}

.nav-v3:not(.v3) .nav-ribbon {
  font-family: "Khand", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.nav-v3:not(.v3) .nav-ribbon:focus {
  outline: none;
}

.footer-wrapper {
  position: relative;
}
.footer-wrapper .footer {
  background: transparent;
  border-top: 1px solid #6d6d6d;
  padding: 30px 10px;
}
@media only screen and (min-width: 768px) {
  .footer-wrapper .footer {
    padding: 40px 15px;
  }
}
.footer-wrapper .footer .logo {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .footer-wrapper .footer .logo {
    margin-bottom: 30px;
  }
}
.footer-wrapper .footer .footer-links {
  margin-bottom: 10px;
}
.footer-wrapper .footer .footer-links .links > * {
  color: #f5f5f7;
  font-size: 1rem;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .footer-wrapper .footer .footer-links .links > * {
    font-size: 1.125rem;
  }
}
.footer-wrapper .footer .footer-links .links > *:hover {
  color: #6e89fc;
}
.footer-wrapper .footer .footer-links .links > a {
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  .footer-wrapper .footer .footer-links .links > a {
    padding-right: 40px;
  }
}

.v3 .sitemap {
  display: none;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  z-index: 20;
}

/* Pages
------------------------------------------------------- */
body.v3 {
  background-color: #101010;
}

.v3 {
  position: relative;
}
.v3 .featured-image {
  margin: 20px auto;
  max-width: 810px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .v3 .featured-image {
    margin: 25px auto;
  }
}
.v3 .report-banner {
  display: block;
  margin: 30px 0;
}

/*
---------------------------------------
OBJECT FIT: See "CSS object-fit fallback
on Edge" in base.js
---------------------------------------
*/
.js-object-fit__media {
  border-radius: 4px;
  overflow: hidden;
}
.js-object-fit__img-container {
  height: 180px;
  width: 260px;
}
.js-object-fit__img-container.compat-object-fit {
  background-size: cover;
  background-position: center center;
  transform: scale(1);
}
.js-object-fit__img-container.compat-object-fit img {
  opacity: 0;
}
.js-object-fit__img-container img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
.js-object-fit:hover .compat-object-fit {
  transform: scale(1.05);
  transition: transform 0.4s ease-out 0s;
}

.more {
  font-family: "Khand", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

/* Partials
------------------------------------------------------- */
[class^=ad-slot-], [class*=" ad-slot-"] {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.ad-slot-1 {
  min-height: 90px;
  margin-bottom: 1.5rem;
}

/* Container holding the image and the text for ad-slot debugging */
.ad-container {
  position: relative;
  /* Bottom right text */
}
.ad-container .text-block {
  position: absolute;
  bottom: 20px;
  right: 10px;
  min-width: 160px;
  background-color: black;
  text-align: center;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
}
.ad-container .text-block h4 {
  color: white;
}

.additional-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .ad-slot-1 {
    min-height: 50px;
  }

  .ad-container .text-block {
    bottom: 10px;
    max-height: 30px;
  }
}
/* Themes
------------------------------------------------------- */
/*
---------------------------------------
Background Helpers
---------------------------------------
*/
/* ===BACKGROUND COLORS=== */
.bg-hematite {
  background-color: #202020;
}

.bg-quartz {
  background-color: #c664b7;
}

.bg-sapphire {
  background-color: #4d48af;
}

.bg-topaz {
  background-color: #6e89fc;
}

/* ===BACKGROUND IMAGES=== */
.bg-clouds {
  background-color: #101010;
}
@media only screen and (min-width: 768px) {
  .bg-clouds {
    background: url("/img/backgrounds/bg-clouds-header-1440w.jpg") no-repeat center top/100%;
  }
}

.bg-stars {
  background-color: #101010;
}
@media only screen and (min-width: 768px) {
  .bg-stars {
    background: url("/img/backgrounds/bg-stars-footer-1440w.jpg") no-repeat center top/100%;
  }
}

.bg-hearts {
  background: url(/img/backgrounds/bg-hearts.svg) no-repeat 47% center/contain;
}

.bg-large-circles {
  z-index: 1;
  position: relative;
}
.bg-large-circles:before {
  background: url(/img/backgrounds/bg-large-circles.svg) no-repeat center center/cover;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

/* ===BACKGROUND GRADIENTS=== */
.bg-gradient-dusk--circles-overlay {
  position: relative;
  z-index: 1;
}
.bg-gradient-dusk--circles-overlay:before {
  background: url(/img/backgrounds/bg-dusk-circles-overlay.svg) no-repeat center center/cover;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.bg-gradient-emerald {
  background: #0bb3b0;
  background: linear-gradient(207deg, #93E4D6 19%, #0bb3b0 115%);
}

.bg-gradient-lilac--oval-overlay {
  position: relative;
  z-index: 1;
}
.bg-gradient-lilac--oval-overlay:before {
  background: url(/img/backgrounds/bg-lilac-oval-overlay.svg) no-repeat center center/cover;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.bg-gradient-rose--oval-overlay {
  position: relative;
  z-index: 1;
}
.bg-gradient-rose--oval-overlay:before {
  background: url(/img/backgrounds/bg-rose-oval-overlay.svg) no-repeat center center/cover;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

/*
---------------------------------------
Border Helpers
---------------------------------------
*/
/* ===BORDER COLORS=== */
.border-grey {
  border: 1px solid #6d6d6d;
}

.border-ruby {
  border: 1px solid #d15266;
}

.border-sapphire {
  border: 1px solid #4d48af;
}

.border-white {
  border: 1px solid #fff;
}

.border-y-aquamarine {
  border-bottom: 1px solid #3393b0;
  border-top: 1px solid #3393b0;
}

.border-y-emerald {
  border-bottom: 1px solid #48c6af;
  border-top: 1px solid #48c6af;
}

.border-y-purple-agate {
  border-bottom: 1px solid #9980F1;
  border-top: 1px solid #9980F1;
}

.border-y-quartz {
  border-bottom: 1px solid #c664b7;
  border-top: 1px solid #c664b7;
}

.border-y-ruby {
  border-bottom: 1px solid #d15266;
  border-top: 1px solid #d15266;
}

.border-y-topaz {
  border-bottom: 1px solid #6e89fc;
  border-top: 1px solid #6e89fc;
}

.border-y-tourmaline {
  border-bottom: 1px solid #f16ea1;
  border-top: 1px solid #f16ea1;
}

.border-b--grey:after {
  content: "";
  border-bottom: 1px solid #6d6d6d;
  display: block;
  margin: 10px 0;
}

@media only screen and (min-width: 768px) {
  .border-b-md--grey {
    border-bottom: 1px solid #6d6d6d;
  }
}
/* ===BORDER RADIUS=== */
.border-rad-4 {
  border-radius: 4px;
  overflow: hidden;
}

/*
---------------------------------------
Typography Helpers
---------------------------------------
*/
/* ===FONT SIZE=== */
.text-xxs {
  font-size: 0.75rem;
}

.text-sm {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.375rem;
}

.text-xxl {
  font-size: 1.625rem;
}

/* ===FONT COLORS=== */
.v3 .text--alexandrite {
  color: #586181;
}
.v3 a.text--alexandrite:hover {
  color: #586181;
}

.v3 .text--aquamarine {
  color: #3393b0;
}
.v3 a.text--aquamarine:hover {
  color: #3393b0;
}

.v3 .text--carnelian {
  color: #f18071;
}
.v3 a.text--carnelian:hover {
  color: #f18071;
}

.v3 .text--emerald {
  color: #48c6af;
}
.v3 a.text--emerald:hover {
  color: #48c6af;
}

.v3 .text--hematite {
  color: #202020;
}
.v3 a.text--hematite:hover {
  color: #202020;
}

.v3 .text--purple-agate {
  color: #9980F1;
}
.v3 a.text--purple-agate:hover {
  color: #9980F1;
}

.v3 .text--quartz {
  color: #c664b7;
}
.v3 a.text--quartz:hover {
  color: #c664b7;
}

.v3 .text--tourmaline {
  color: #f16ea1;
}
.v3 a.text--tourmaline:hover {
  color: #f16ea1;
}

.v3 .text--grey-moonstone {
  color: #bababa;
}
.v3 a.text--grey-moonstone:hover {
  color: #bababa;
}

.v3 .text--topaz {
  color: #6e89fc;
}
.v3 a.text--topaz:hover {
  color: #6e89fc;
}

.v3 .text--white {
  color: #fff;
}
.v3 a.text--white:hover {
  color: #fff;
}

/* ===OTHER FONT PROPERTIES=== */
.bold {
  font-weight: 600;
}

.italic {
  font-style: italic;
}

.v3 .underline {
  text-decoration: underline;
}

.v3 .captilalize {
  text-transform: capitalize;
}

.v3 .uppercase {
  text-transform: uppercase;
}

/*
---------------------------------------
Image Helpers
---------------------------------------
*/
.img-responsive {
  width: 100%;
  display: block;
  height: auto;
}

/*
---------------------------------------
Layout Helpers
---------------------------------------
*/
.show-small,
.show-medium {
  display: none;
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .hide-small {
    display: none;
  }

  .show-small {
    display: block;
  }

  span.show-small {
    display: inline;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .hide-medium {
    display: none;
  }

  .show-medium {
    display: block;
  }
}
.center-layout {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1140px;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .center-layout {
    padding: 0 20px;
  }
}

.pull-right {
  float: right;
}

.text-center {
  text-align: center;
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .text-center-sm {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .text-center-md {
    text-align: center;
  }
}
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

@media only screen and (min-width: 768px) {
  .text-md-center {
    text-align: center;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 568px) {
  .container {
    max-width: 550px;
  }
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}
@media only screen and (min-width: 1024px) {
  .container {
    max-width: 940px;
  }
}
@media only screen and (min-width: 1200px) {
  .container:not(.full-width-md) {
    max-width: 1140px;
  }
}

.max-width-100 {
  max-width: 100px;
  width: 100%;
}

.max-width-200 {
  max-width: 200px;
  width: 100%;
}

.max-width-300 {
  max-width: 300px;
  width: 100%;
}

.max-width-400 {
  max-width: 400px;
  width: 100%;
}

.max-width-500 {
  max-width: 500px;
  width: 100%;
}

.max-width-600 {
  max-width: 600px;
  width: 100%;
}

.max-width-700 {
  max-width: 700px;
  width: 100%;
}

.max-width-800 {
  max-width: 800px;
  width: 100%;
}

.full-width {
  width: 100%;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

/*
---------------------------------------
Lists
---------------------------------------
*/
.list-unstyled {
  list-style: none;
}

.list-inline li {
  display: inline-block;
}

/*
---------------------------------------
Miscellaneous Helpers
---------------------------------------
*/
.flip-arrow {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
  vertical-align: middle;
}

.hdisable:hover {
  pointer-events: none;
}

.fixed {
  position: fixed;
}
