.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.leading-snug {
  line-height: 1.375;
}

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-loose {
  line-height: 2;
}

.grid {
  display: -ms-grid;
  display: grid;
}

@-webkit-keyframes dropIn {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes dropIn {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translateX(250px);
            transform: translateX(250px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes slideIn {
  0% {
    -webkit-transform: translateX(250px);
            transform: translateX(250px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.animate {
  opacity: 0;
  -webkit-transition: opacity .5s ease-out;
  transition: opacity .5s ease-out;
}

.animate.watermark::after {
  -webkit-transition: 1s 1s;
  transition: 1s 1s;
  opacity: 0;
  -webkit-transform: translateX(-200px) translateY(-50%);
          transform: translateX(-200px) translateY(-50%);
}

.animate.watermark-right::after {
  -webkit-transform: translateX(200px) translateY(-50%);
          transform: translateX(200px) translateY(-50%);
}

.animate.animate-sl, .animate.animate-sr, .animate.animate-su, .animate.animate-sd {
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.5s ease-out, -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.5s ease-out, transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.5s ease-out, transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.animate.animate-sl {
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}

.animate.animate-sr {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}

.animate.animate-su {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

.animate.animate-su-s {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.animate.animate-sd {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}

.animate.animate-d1 {
  -webkit-transition-delay: .25s;
          transition-delay: .25s;
}

.animate.animate-d2 {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.animate.animate-d3 {
  -webkit-transition-delay: .75s;
          transition-delay: .75s;
}

.animate.animate-d4 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.animate.animate-active {
  opacity: 1;
}

.animate.animate-active.animate-sl, .animate.animate-active.animate-sr {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.animate.animate-active.animate-su, .animate.animate-active.animate-sd {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.animate.animate-active.watermark::after {
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(-50%);
          transform: translateX(0px) translateY(-50%);
}

:root {
  --app-height: 100%;
}

@font-face {
  font-family: "AkkuratLL";
  src: url("../fonts/AkkuratLL-Black.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "AkkuratLL";
  src: url("../fonts/AkkuratLL-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "AkkuratLL";
  src: url("../fonts/AkkuratLL-BoldItalic.woff") format("woff");
  font-style: italic;
  font-weight: 600;
}

@font-face {
  font-family: "AkkuratLL";
  src: url("../fonts/AkkuratLL-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "AkkuratLL";
  src: url("../fonts/AkkuratLL-Italic.woff") format("woff");
  font-style: italic;
  font-weight: 400;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  font-family: 'AkkuratLL', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.56;
}

.sticky nav#main {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}

@media (min-width: 1025px) {
  .sticky nav#main {
    background-color: #fff;
  }
}

.sticky nav#main .mobile-triggers {
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

@media (min-width: 1025px) {
  .sticky nav#main > ul > li {
    border: 1px solid #ccc;
    border-left: 0;
  }
}

.sticky nav#main > ul > li > a {
  color: #000;
}

@media (max-width: 1024px) {
  .sticky nav#main > ul.active {
    height: calc(100vh - 70px);
  }
}

a {
  color: inherit;
}

a:hover.text-dark {
  color: #F7941E;
}

section a {
  color: #F7941E;
}

.bg-blue a {
  text-decoration: underline;
  color: inherit;
}

p:not(:last-of-type) {
  margin-bottom: 1em;
}

h1, h2, h3, h4, h5 {
  line-height: 1.05;
}

h1 {
  font-size: 3.375rem;
}

@media (max-width: 990px) {
  h1 {
    font-size: 2.25rem;
  }
}

h2 {
  font-size: 2.5rem;
  margin-bottom: 1.875rem;
}

@media (max-width: 990px) {
  h2 {
    font-size: 2.25rem;
  }
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.375rem;
}

h5 {
  font-size: 1.125rem;
}

img {
  max-width: 100%;
}

ul, ol {
  margin-left: 1rem;
}

ul.plain, ol.plain {
  margin: 0;
}

ul.plain li, ol.plain li {
  list-style: none;
}

ul.inline li, ol.inline li {
  display: inline-block;
}

ul.inline li:not(:last-child), ol.inline li:not(:last-child) {
  margin-right: 1rem;
}

ul.dashed li:not(:last-child), ol.dashed li:not(:last-child) {
  margin-right: 0rem;
}

ul.dashed li:not(:last-child)::after, ol.dashed li:not(:last-child)::after {
  content: '-';
  display: inline-block;
  margin: 0 .25rem;
}

header {
  position: relative;
}

header .header-content {
  position: relative;
}

@media (max-width: 1024px) {
  header .header-content {
    overflow: hidden;
  }
  header .header-content.solid {
    overflow: auto;
  }
}

header .announcement, header .language, header .search {
  padding: .75rem;
  font-size: .6875rem;
  line-height: 1.16;
}

header .announcement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-transform: uppercase;
  font-weight: 400;
}

header .language {
  position: relative;
  width: 158px;
  border-left: 1px solid #ccc;
  text-align: center;
  z-index: 10;
  cursor: pointer;
}

header .language span {
  position: relative;
  z-index: 2;
}

header .language ul {
  opacity: 0;
  position: absolute;
  left: 0;
  z-index: 1;
  background-color: #fff;
  text-align: center;
  width: 100%;
  padding: .5rem;
  pointer-events: none;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all .25s;
  transition: all .25s;
}

header .language ul li {
  padding: .5rem;
}

header .language.active ul {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

header .search {
  position: relative;
  width: 65px;
  border-left: 1px solid #ccc;
  text-align: center;
}

header .search img {
  width: 15px;
}

header .search.active::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: '';
  display: block;
  height: 5px;
  width: 100%;
  background-color: #F7941E;
}

header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 94px;
  height: 70px;
  line-height: 0;
}

header .logo a {
  position: absolute;
  top: 23px;
  line-height: 0;
}

@media (min-width: 1025px) {
  header .logo a {
    top: 21px;
  }
}

header .logo img {
  position: relative;
  top: 1px;
}

@media (min-width: 1025px) {
  header .logo {
    width: 164px;
    height: 60px;
  }
}

header .mobile-triggers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media (min-width: 1025px) {
  header .mobile-triggers {
    display: none;
  }
}

header .mobile-triggers > div {
  position: relative;
  width: 75px;
  height: 100%;
  text-align: center;
  padding: 1rem;
}

header .mobile-triggers svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}

header .mobile-triggers .nav-btn, header .mobile-triggers .close-btn {
  stroke: #fff;
}

header .mobile-triggers .nav-btn-holder, header .mobile-triggers .close-btn-holder, header .mobile-triggers .search-btn-holder {
  cursor: pointer;
}

header .mobile-triggers .search-btn-holder.active::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: '';
  display: block;
  height: 5px;
  width: 100%;
  background-color: #F7941E;
}

header .mobile-triggers .search-btn {
  fill: #fff;
}

header .mobile-triggers .nav-btn {
  width: 33px;
}

header .mobile-triggers .close-btn-holder {
  display: none;
}

header .mobile-triggers .close-btn {
  width: 18px;
}

header .mobile-triggers .search-btn {
  width: 20px;
}

header .mobile-triggers.solid {
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

header .mobile-triggers.solid .nav-btn, header .mobile-triggers.solid .close-btn {
  stroke: #000;
}

header .mobile-triggers.solid .search-btn {
  fill: #000;
}

header .mobile-triggers.active .nav-btn-holder {
  display: none;
}

header .mobile-triggers.active .close-btn-holder {
  display: block;
}

.sticky header .mobile-triggers .nav-btn, .sticky header .mobile-triggers .close-btn {
  stroke: #000;
}

.sticky header .mobile-triggers .search-btn {
  fill: #000;
}

footer .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
      grid-template-columns: 100%;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
}

@media (min-width: 1025px) {
  footer .grid {
    -ms-grid-columns: 66.6% 33.3%;
        grid-template-columns: 66.6% 33.3%;
    -ms-grid-rows: 100px auto;
        grid-template-rows: 100px auto;
  }
}

footer .footer-links {
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-column-end: 1;
  -ms-grid-row: 2;
      grid-row-start: 2;
  grid-row-end: 2;
  margin-top: 2rem;
}

@media (min-width: 1025px) {
  footer .footer-links {
    margin-top: 0rem;
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-span: 2;
        grid-row-end: span 2;
    -ms-grid-columns: 66.6% 33.3%;
        grid-template-columns: 66.6% 33.3%;
    -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
  }
}

footer .connect-info {
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-column-end: 1;
  -ms-grid-row: 1;
      grid-row-start: 1;
  grid-row-end: 1;
}

@media (min-width: 1025px) {
  footer .connect-info {
    -ms-grid-column: 2;
        grid-column-start: 2;
    grid-column-end: 2;
    border-left: 1px solid rgba(0, 0, 0, 0.3);
  }
}

footer .social-info {
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-column-end: 1;
  -ms-grid-row: 3;
      grid-row-start: 3;
  grid-row-end: 3;
}

@media (max-width: 1024px) {
  footer .social-info > div:first-child {
    padding-top: 2rem;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
  }
}

@media (min-width: 1025px) {
  footer .social-info {
    -ms-grid-column: 2;
        grid-column-start: 2;
    grid-column-end: 2;
    -ms-grid-row: 2;
        grid-row-start: 2;
    grid-row-end: 2;
    border-left: 1px solid rgba(0, 0, 0, 0.3);
  }
}

footer #legal > div:first-child {
  padding-top: 1rem;
}

nav a {
  text-decoration: none;
}

nav#main {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

nav#main > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 0;
}

@media (min-width: 1025px) {
  nav#main > ul:hover > li, nav#main > ul.active > li, nav#main > ul.solid > li {
    border: 1px solid #ccc;
    border-left: 0;
  }
  nav#main > ul:hover > li > a, nav#main > ul.active > li > a, nav#main > ul.solid > li > a {
    color: #000;
    background-color: #fff;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
  }
}

@media (max-width: 1024px) {
  nav#main > ul {
    position: absolute;
    top: 70px;
    display: block;
    overflow: auto;
    -webkit-transition: -webkit-transform .5s ease-out;
    transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out, -webkit-transform .5s ease-out;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    background: #fff;
    padding: 2rem 1rem 7rem;
  }
  nav#main > ul.active {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    width: 100%;
    height: calc(100vh - 106px);
  }
}

nav#main > ul li:hover > a, nav#main > ul li.menu-item-has-children.active > a {
  color: #F7941E;
}

nav#main > ul li:hover > ul, nav#main > ul li.menu-item-has-children.active > ul {
  display: block;
}

nav#main > ul li:hover::after, nav#main > ul li.menu-item-has-children.active::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

@media (max-width: 1024px) {
  nav#main > ul li {
    position: relative;
  }
  nav#main > ul li.menu-item-has-children li:after {
    width: 11px;
    background-size: 11px;
    right: 1rem;
    opacity: .7;
  }
}

nav#main > ul > li {
  display: block;
  text-align: center;
  margin-bottom: .5rem;
}

@media (min-width: 1025px) {
  nav#main > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 0rem;
  }
  nav#main > ul > li:not(:first-child) {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
  }
}

nav#main > ul > li.active > a, nav#main > ul > li.current-menu-item > a, nav#main > ul > li.current-menu-ancestor > a, nav#main > ul > li:hover > a {
  color: #F7941E;
}

@media (min-width: 1025px) {
  nav#main > ul > li.active > a:after, nav#main > ul > li.current-menu-item > a:after, nav#main > ul > li.current-menu-ancestor > a:after, nav#main > ul > li:hover > a:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    content: '';
    display: block;
    height: 5px;
    width: 100%;
    background-color: #F7941E;
  }
}

nav#main > ul > li.active::after, nav#main > ul > li:hover::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

nav#main > ul > li.active > ul, nav#main > ul > li:hover > ul {
  display: block;
}

nav#main > ul > li > a {
  font-weight: 600;
}

@media (min-width: 1025px) {
  nav#main > ul > li > a {
    text-transform: uppercase;
  }
}

nav#main > ul > li a {
  position: relative;
  color: #fff;
  font-size: .9375rem;
  line-height: 1.16;
}

@media (min-width: 1025px) {
  nav#main > ul > li a {
    position: relative;
    padding-top: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: .75rem;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 1024px) {
  nav#main > ul > li a {
    display: block;
    color: #000;
  }
}

@media (max-width: 1024px) {
  nav#main > ul > li {
    text-align: left;
    margin-bottom: 1rem;
  }
  nav#main > ul > li > a {
    font-size: 1.375rem;
    font-weight: 600;
  }
}

nav#main > ul > li > ul {
  margin-left: 0;
}

@media (min-width: 1025px) {
  nav#main > ul > li > ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #fff;
  }
}

nav#main > ul > li > ul > li {
  display: block;
  padding: .5rem 0;
}

nav#main > ul > li > ul > li a {
  color: #000;
}

nav#main > ul > li > ul > li.current-menu-item > a {
  color: #F7941E;
}

nav#main > ul > li > ul > li > ul {
  margin-left: 2rem;
}

@media (max-width: 1024px) {
  nav#main > ul > li > ul > li > ul {
    font-size: .88rem;
    margin-top: .5rem;
  }
  nav#main > ul > li > ul > li > ul li {
    padding: .5rem 0;
    list-style: none;
  }
  nav#main > ul > li > ul > li > ul li a::before {
    position: relative;
    top: -2px;
    display: inline-block;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #ccc;
    margin-right: 5px;
  }
}

@media (min-width: 1025px) {
  nav#main > ul > li > ul > li > ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #F2F2F2;
    margin-left: 0rem;
    display: none;
  }
  nav#main > ul > li > ul > li > ul > li {
    display: inline-block;
    padding: 0;
  }
  nav#main > ul > li > ul > li > ul > li a {
    font-size: .6875rem;
    padding: .5rem;
  }
  nav#main > ul > li > ul > li > ul > li:not(:last-of-type) {
    margin-right: 4%;
  }
}

@media (min-width: 1025px) {
  nav#main > ul > li > ul > li {
    display: inline-block;
    padding: 1rem .5rem;
  }
  nav#main > ul > li > ul > li:not(:last-of-type) {
    margin-right: 4%;
  }
}

nav.linear {
  width: 100%;
}

nav.linear > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}

nav.linear > ul > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
  list-style: none;
  border: 1px solid;
  padding: .5rem;
  cursor: pointer;
}

nav.linear > ul > li.active {
  background-color: #fff;
}

nav.linear > ul > li.active span {
  color: #000;
}

@media (min-width: 991px) {
  nav.linear > ul:not(:last-child) {
    border-right: 0;
  }
}

@media (max-width: 990px) {
  nav.linear > ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  nav.linear > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    font-size: 14px;
    line-height: 1em;
    height: 3rem;
  }
  nav.linear > ul > li:nth-child(odd) {
    border-right: 0;
  }
  nav.linear > ul > li:not(:nth-last-child(-n+2)) {
    border-bottom: 0;
  }
}

nav.sidebar-menu {
  background-color: #f9f9f9;
}

@media (max-width: 768px) {
  nav.sidebar-menu {
    position: relative;
  }
}

nav.sidebar-menu > .current-label {
  position: relative;
  display: none;
  cursor: pointer;
  padding-right: 2rem;
}

nav.sidebar-menu > .current-label::after {
  position: absolute;
  right: .5rem;
  top: 30%;
  display: inline-block;
  content: '';
  width: 16px;
  height: 20px;
  background-image: url("../images/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  margin-left: .75rem;
  z-index: 10;
}

@media (max-width: 768px) {
  nav.sidebar-menu > .current-label {
    display: block;
  }
}

@media (max-width: 768px) {
  nav.sidebar-menu > ul {
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 20;
  }
  nav.sidebar-menu > ul.active {
    display: block;
  }
}

nav.sidebar-menu > ul > li {
  position: relative;
  text-align: center;
  padding: 1rem 2rem 1rem 1rem;
  cursor: pointer;
  margin-bottom: 0;
}

nav.sidebar-menu > ul > li:hover {
  background-color: #fff;
}

@media (min-width: 769px) {
  nav.sidebar-menu > ul > li::after {
    content: '';
    display: block;
    width: 7px;
    height: 16px;
    background-image: url("../images/arrow-right-sm.svg");
    background-repeat: no-repeat;
    background-size: 7px;
    position: absolute;
    right: 1rem;
    top: 1.5rem;
  }
}

nav.sidebar-menu > ul > li.active {
  background-color: #005E9E;
  color: #fff;
}

nav.sidebar-menu > ul > li.active::after {
  background-image: url("../images/arrow-right-sm-white.svg");
}

nav#footer h5 {
  margin-bottom: 1rem;
}

nav#footer .footer-links div:last-child .menu-section:last-child {
  margin-bottom: 0;
}

@media (max-width: 990px) {
  nav#footer .footer-links .menu-item-has-children > a {
    display: inline;
  }
}

nav#footer .menu-section {
  margin-bottom: 2rem;
  margin-left: 0;
}

nav#footer .menu-section li {
  list-style: none;
}

nav#footer .menu-section ul {
  margin-left: 0;
}

nav#footer .menu-section > li > a, nav#footer .menu-section > li > span {
  display: block;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.05;
}

nav#footer .menu-section > li.null > a, nav#footer .menu-section > li.null > span {
  font-weight: normal;
  font-style: italic;
}

nav#footer .menu-section h5, nav#footer .menu-section > li {
  cursor: pointer;
}

nav#footer .menu-section h5:hover a {
  color: #F7941E;
}

nav#footer .menu-section > li a:hover, nav#footer .menu-section li a:hover {
  color: #F7941E;
}

@media (min-width: 1025px) {
  nav#footer .menu-section {
    padding-right: 1rem;
  }
  nav#footer .menu-section .sub-menu li {
    font-size: .8125rem;
  }
}

@media (max-width: 1024px) {
  nav#footer .menu-section {
    margin-bottom: 1rem;
  }
  nav#footer .menu-section > li, nav#footer .menu-section h5 {
    position: relative;
  }
  nav#footer .menu-section > li::after, nav#footer .menu-section h5::after {
    content: '';
    position: absolute;
    right: 0;
    top: .25rem;
    width: 16px;
    height: 9px;
    display: block;
    background-image: url("../images/arrow-down-lg.svg");
    /* Add custom arrow */
    background-repeat: no-repeat;
    background-position: 0;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  nav#footer .menu-section > li + ul, nav#footer .menu-section > li > ul, nav#footer .menu-section h5 + ul, nav#footer .menu-section h5 > ul {
    display: none;
  }
  nav#footer .menu-section > li.active > a, nav#footer .menu-section h5.active > a {
    color: #F7941E;
  }
  nav#footer .menu-section > li.active::after, nav#footer .menu-section h5.active::after {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  nav#footer .menu-section > li.active + ul, nav#footer .menu-section > li.active > ul, nav#footer .menu-section h5.active + ul, nav#footer .menu-section h5.active > ul {
    display: block;
  }
  nav#footer .menu-section.menu-section-solo > li::after, nav#footer .menu-section.menu-section-solo h5::after {
    background-image: none;
  }
}

nav .search-form {
  display: none;
  width: 100%;
}

@media (min-width: 1025px) {
  nav .search-form {
    position: absolute;
    height: calc(100vh - 39px);
  }
  nav .search-form form {
    position: relative;
    left: 147px;
    margin: 0;
  }
  nav .search-form form input {
    height: 70px;
    border-top: 1px solid #ccc;
  }
  nav .search-form .results {
    background: #fff;
    height: 100%;
    padding: 2rem;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}

@media (max-width: 1024px) {
  nav .search-form {
    background: #fff;
    height: calc(100vh - 120px);
    padding: 0 1rem 2rem 1rem;
  }
  nav .search-form form {
    margin: 0 -1rem;
  }
  nav .search-form .results {
    margin-top: 1rem;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  nav .search-form .results h2 {
    font-size: 22px;
  }
}

nav .search-form.active {
  display: block;
}

nav .search-form form input {
  width: 100%;
  padding: 1rem;
  border-bottom: 1px solid #ccc;
}

nav .search-form .results h2 {
  margin-bottom: .5rem;
}

nav .search-form .results p {
  font-size: .88rem;
}

address {
  font-style: normal;
}

address span {
  display: block;
}

section {
  overflow: hidden;
}

section .content h1, section .content h2, section .content h3, section .content h4, section .content h5 {
  margin-bottom: 1rem;
  scroll-margin-top: 80px;
}

section .content h1:not(:first-child), section .content h2:not(:first-child), section .content h3:not(:first-child), section .content h4:not(:first-child), section .content h5:not(:first-child) {
  margin-top: 1em;
}

section .content ul, section .content ol {
  margin-left: 2rem;
}

section .content ul li, section .content ol li {
  margin-bottom: .25rem;
}

section .content img {
  display: block;
}

form input, form textarea {
  font-family: inherit;
  font-size: inherit;
  border: 0;
  border-bottom: 1px solid #000;
  -webkit-appearance: none;
}

form input.invert, form textarea.invert {
  color: #fff;
  background: 0;
  border-bottom: 1px solid #fff;
}

form input.bg-search, form textarea.bg-search {
  background-position: calc(100% - 30px) calc(50%);
  background-image: url("../images/search.svg");
  /* Add custom arrow */
  background-repeat: no-repeat;
  background-size: 20px;
}

form input::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: .5;
}

form input:-moz-placeholder, form textarea:-moz-placeholder {
  color: inherit;
  opacity: .5;
}

form.map-form input {
  padding: .5rem;
  width: 100px;
  border: 0;
  text-align: center;
  color: #005E9E;
  font-weight: 600;
}

form .btn {
  width: auto;
  padding-right: 1.8rem;
  padding-left: 1.8rem;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Remove default arrow */
  padding: .5rem 1.5rem .5rem 1rem;
  border: 1px solid #ccc;
  background-color: #fff;
  background-image: url("../images/arrow-down-sm.svg");
  /* Add custom arrow */
  background-repeat: no-repeat;
  background-position: calc(100% - .5rem) 50%;
  font-family: 'AkkuratLL', Arial, Helvetica, sans-serif;
  font-weight: 600;
}

.container {
  position: relative;
  z-index: 1;
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
}

.eyebrow {
  position: relative;
  display: block;
  text-transform: uppercase;
  margin-bottom: .625rem;
  font-weight: 600;
}

.eyebrow:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #F7941E;
  margin-right: 1rem;
}

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

.watermark {
  position: relative;
}

.watermark::after {
  position: absolute;
  top: 50%;
  left: -1rem;
  z-index: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: attr(data-text);
  display: block;
  font-size: 13rem;
  font-weight: 700;
  white-space: nowrap;
  text-transform: capitalize;
}

.watermark-grey::after {
  color: rgba(240, 240, 240, 0.5);
}

.watermark-white::after {
  color: rgba(255, 255, 255, 0.08);
}

.watermark-right::after {
  left: unset;
  right: -1rem;
}

.dropdown::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 7px;
  background-image: url("../images/arrow-down-sm.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.dropdown.active::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.school-breakdown {
  scroll-margin-top: 2rem;
}

.school-staff h6 {
  font-size: 1.5rem;
  margin-bottom: .5rem;
}

.testimonials > div {
  position: relative;
  z-index: 1;
}

.testimonials h2 .testimonials-dropdown {
  position: relative;
  display: inline-block;
  border-bottom: 4px solid #F7941E;
  cursor: pointer;
}

.testimonials h2 .testimonials-dropdown ul {
  display: none;
}

.testimonials h2 .testimonials-dropdown ul li:hover {
  color: #F7941E;
}

.testimonials h2 .testimonials-dropdown.active ul {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #fff;
  display: block;
}

.testimonials h2 .testimonials-dropdown span {
  position: relative;
}

.testimonials h2 .testimonials-dropdown span::after {
  position: absolute;
  right: -27px;
  top: 40%;
  display: inline-block;
  content: '';
  width: 16px;
  height: 20px;
  background-image: url("../images/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  margin-left: .75rem;
  z-index: 10;
}

.testimonials .testimonial-content {
  position: relative;
}

.testimonials .testimonial-content .testimonial-attribute, .testimonials .testimonial-content .testimonial-quote {
  opacity: 0;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
}

.testimonials .testimonial-content.active .testimonial-attribute, .testimonials .testimonial-content.active .testimonial-quote {
  opacity: 1;
}

.testimonials .testimonial-content .graphic {
  position: absolute;
  left: -120px;
  top: -60px;
  color: #005E9E;
  font-size: 13rem;
  font-weight: 600;
}

@media (min-width: 1025px) {
  .testimonials .testimonial-content-solo {
    padding-left: 120px;
  }
}

@media (max-width: 1024px) {
  .testimonials .testimonial-content {
    margin-left: 100px;
  }
  .testimonials .testimonial-content-solo {
    padding-left: 0px;
  }
  .testimonials .testimonial-content .graphic {
    font-size: 9rem;
    left: -75px;
    top: -40px;
  }
}

@media (max-width: 480px) {
  .testimonials .testimonial-content {
    margin-left: 62px;
  }
}

.testimonials .testimonials-slider .testimonial-content {
  min-height: 190px;
}

.testimonials .testimonial-video {
  position: relative;
  width: 100%;
}

.testimonials .testimonial-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.testimonials .testimonial-video:before {
  content: '';
  display: block;
  padding-bottom: 56.25%;
  width: 100%;
}

.slide-content {
  min-height: 100px;
}

.slide-navigation ul li {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25px;
          flex: 0 1 25px;
  height: 6px;
  margin-right: 1rem;
  background-color: #ccc;
  cursor: pointer;
  margin-bottom: 0rem;
}

.slide-navigation ul li.active {
  background-color: #F7941E;
}

.content-slides .grid {
  -ms-grid-rows: auto auto;
      grid-template-rows: auto auto;
}

.content-slides .slide-main {
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
      grid-row-start: 1;
  grid-row-end: 2;
}

.content-slides .slide-image {
  -ms-grid-column: 2;
      grid-column-start: 2;
  grid-column-end: 2;
  -ms-grid-row: 1;
      grid-row-start: 1;
  grid-row-end: 3;
}

.content-slides .slide-navigation {
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
      grid-row-start: 2;
  grid-row-end: 3;
}

.content-slides .slide-navigation ul li {
  margin-bottom: 1rem;
}

@media (max-width: 1024px) {
  .content-slides .grid {
    -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
  }
  .content-slides .slide-main {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 1;
    -ms-grid-row: 1;
        grid-row-start: 1;
    grid-row-end: 2;
  }
  .content-slides .slide-image {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 1;
    -ms-grid-row: 2;
        grid-row-start: 2;
    grid-row-end: 3;
  }
  .content-slides .slide-navigation {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 1;
    -ms-grid-row: 3;
        grid-row-start: 3;
    grid-row-end: 4;
  }
}

#google_translate_element .goog-te-gadget {
  font-size: 0;
}

#google_translate_element span {
  display: none !important;
}

#google_translate_element select {
  max-width: 100%;
  padding: 0 .5rem 0 0;
  border: 0;
  text-indent: 0;
  font-size: .6875rem;
}

.header-solid {
  padding: calc(12.875rem + 70px) 0 12.875rem;
}

.header-solid.header-solid-sm {
  padding: calc(5rem + 70px) 0 5rem;
}

.header-empty {
  height: 70px;
}

@media (min-width: 1025px) {
  .header-empty {
    background: 0;
  }
}

@media (max-width: 1024px) {
  .header-empty {
    background-color: #005E9E;
  }
}

.header-image {
  position: relative;
  height: calc(100vw * .42);
  min-height: 620px;
  padding-top: 80px;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-image .image-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.header-image .image-bg img, .header-image .image-bg picture {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

@media (max-width: 990px) {
  .header-image {
    height: calc(100vw * 1.45);
    min-height: unset;
  }
}

@media (max-width: 990px) and (orientation: landscape) {
  .header-image {
    min-height: 340px;
  }
}

.header-video, .video-section {
  position: relative;
  height: calc(100vw * .5625);
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

@media (max-width: 769px) {
  .header-video, .video-section {
    height: calc(100vh - 50px);
    height: var(--app-height);
    overflow: hidden;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 100px;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .header-video, .video-section {
    padding-bottom: 65px;
  }
}

@media (max-width: 990px) and (orientation: landscape) {
  .header-video, .video-section {
    padding-bottom: 20px;
  }
  .header-video h1, .video-section h1 {
    font-size: 1.5rem;
  }
  .header-video p, .video-section p {
    font-size: .88rem;
  }
}

.header-video .video-modal, .video-section .video-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1000;
  display: none;
}

.header-video .video-modal.active, .video-section .video-modal.active {
  display: block;
}

.header-video .video-modal .video-modal-bg, .video-section .video-modal .video-modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(0, 0, 0, 0.75);
  cursor: pointer;
}

.header-video .video-modal .close, .video-section .video-modal .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1000;
  cursor: pointer;
}

.header-video .video-modal .close:hover, .video-section .video-modal .close:hover {
  opacity: .7;
}

.header-video .video-modal .close svg, .video-section .video-modal .close svg {
  stroke: #fff;
}

.header-video .video-modal .video-modal-container, .video-section .video-modal .video-modal-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 85%;
  z-index: 1;
}

@media (min-width: 991px) {
  .header-video .video-modal .video-modal-container, .video-section .video-modal .video-modal-container {
    width: 50%;
  }
}

.header-video .video-modal .video-modal-container:before, .video-section .video-modal .video-modal-container:before {
  display: block;
  content: '';
  padding-bottom: 56.25%;
}

.header-video .video-modal .video-modal-container iframe, .video-section .video-modal .video-modal-container iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.header-video .video-bg, .video-section .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.header-video .video-bg video, .video-section .video-bg video {
  height: 100%;
}

@media (max-width: 769px) {
  .header-video .video-bg, .video-section .video-bg {
    height: unset;
  }
  .header-video .video-bg video, .video-section .video-bg video {
    width: 100%;
    height: unset;
  }
}

@media (max-width: 768px) {
  .header-video .container > div, .video-section .container > div {
    min-height: 210px;
  }
}

@media (max-width: 500px) {
  .mobile .header-video .video-bg video, .mobile .video-section .video-bg video {
    -o-object-fit: cover;
       object-fit: cover;
    height: unset;
    width: unset;
  }
}

@media (min-width: 501px) {
  .mobile .header-video .video-bg video, .mobile .video-section .video-bg video {
    height: unset;
    width: 100%;
  }
}

@media (min-width: 1280px) and (orientation: landscape) {
  .header-video {
    height: calc(100vw * .56);
    max-height: calc(100vh - 45px);
  }
  .header-video .video-bg video {
    width: 100%;
    height: unset;
  }
}

@media (max-width: 768px) {
  .video-section {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 2rem;
  }
}

.btn-skip {
  position: absolute;
  bottom: 0rem;
  right: 0rem;
  z-index: 2;
  font-size: .8125rem;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  text-align: right;
}

.btn-skip.btn {
  padding: 1.56rem;
}

.btn-skip:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("../images/arrow-continue.svg");
  background-repeat: no-repeat;
  background-size: 10px;
  margin-left: .5rem;
}

@media (max-width: 480px) {
  .btn-skip {
    bottom: 0px;
  }
}

.header-image .btn-skip, .header-solid .btn-skip {
  bottom: 0rem;
}

.play-btn {
  display: block;
  background-image: url("../images/video-play-btn.svg");
  background-repeat: no-repeat;
  background-size: 76px;
  width: 76px;
  height: 76px;
  cursor: pointer;
}

.map {
  height: 338px;
  background-size: cover;
  background-position: center;
}

.bio-toggle {
  display: block;
  margin-top: 1rem;
  cursor: pointer;
}

.bio-toggle:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../images/arrow-continue-orange.svg");
  background-repeat: no-repeat;
  background-size: 12px;
  margin-left: .5rem;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.bio-toggle.active::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.bio {
  position: relative;
}

.bio .bio-text {
  position: relative;
  background-color: #fff;
  padding: 0;
  margin-top: 1rem;
  z-index: 1;
  max-height: 0;
  overflow: auto;
  -webkit-transition: max-height .5s;
  transition: max-height .5s;
  height: auto;
  display: block;
}

.bio.active.active::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.bio.active .bio-text {
  margin-top: 1rem;
  max-height: 200px;
}

.highlight {
  position: relative;
}

.highlight::before {
  content: '';
  display: block;
  width: 85%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}

@media (max-width: 1024px) {
  .highlight::before {
    width: 100%;
    max-width: unset;
  }
}

.highlight-orange::before {
  background-color: #F7941E;
}

.highlight-blue::before {
  background-color: #005E9E;
}

.highlight-left::before, .highlight-right::before {
  max-width: calc(50vw + 400px);
}

.highlight-left::before {
  left: 0;
}

.highlight-right::before {
  right: 0;
}

.highlight-top::before {
  width: 100%;
  height: 80%;
}

.highlight-top-short::before {
  height: 40%;
}

@media (max-width: 1024px) {
  .highlight-top-short::before {
    min-height: 700px;
  }
}

.highlight-top-static::before {
  height: 450px;
}

@media (max-width: 1024px) {
  .highlight-top-static {
    height: 700px;
  }
}

.toggle {
  border-bottom: 1px solid #d3d3d3;
  padding: 1rem 0;
  scroll-margin-top: 80px;
}

.toggle:first-child {
  border-top: 1px solid #d3d3d3;
}

.toggle h2 {
  position: relative;
  cursor: pointer;
  padding-right: 30px;
}

.toggle h2::after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 12px;
  width: 25px;
  content: '';
  background-image: url("../images/arrow-down-lg.svg");
  /* Add custom arrow */
  background-repeat: no-repeat;
  background-position: center center;
  pointer-events: none;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  -webkit-transform-origin: 12px 3px;
          transform-origin: 12px 3px;
}

.toggle:not(.active) h2 {
  margin-bottom: 0;
}

.toggle .toggle-content {
  display: none;
}

.toggle.active h2::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.toggle.active .toggle-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.action .letter {
  position: relative;
  line-height: 1;
  font-size: 120px;
  font-weight: 600;
  padding: 0 1rem;
  color: #ACACAC;
  cursor: pointer;
  width: 120px;
  text-align: center;
}

.action .letter span {
  position: relative;
  top: 10px;
}

.action .letter:hover, .action .letter.active {
  color: #F7941E;
}

@media (max-width: 1024px) {
  .action .letter {
    font-size: 60px;
  }
  .action .letter span {
    top: 6px;
  }
}

@media (max-width: 768px) {
  .action .letter {
    font-size: 40px;
    padding: 0 .25rem;
  }
  .action .letter span {
    top: 2px;
  }
}

.action .letter:not(:last-child):after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  display: inline-block;
  background-color: #F7941E;
  width: 4px;
  height: 100%;
}

.action .divider {
  width: 2px;
}

.intro-content, .toggle-content {
  display: none;
}

.intro-content.active, .toggle-content.active {
  display: block;
}

.video-prompt {
  position: relative;
  background-size: cover;
}

.video-prompt .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.video-prompt:before {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}

.video-prompt + .video-caption {
  text-align: center;
  font-size: .75rem;
  margin-top: 1rem;
}

.square::before {
  display: block;
  content: '';
  padding-top: 100%;
}

.social .platforms a {
  display: inline-block;
  margin: .75rem .75rem 0 0;
}

.social-posts > div {
  position: relative;
  background-size: cover;
  cursor: pointer;
}

.social-posts > div > div {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  width: calc(100% - 2rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: .75rem;
}

.social-posts > div > div a {
  text-decoration: none;
  color: #fff;
}

.social-posts > div > div .social-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(42px);
          flex: 0 0 calc(42px);
}

.social-posts > div > div .social-user {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 42px);
          flex: 0 0 calc(100% - 42px);
  padding-left: .5rem;
}

.press > div {
  font-size: .875rem;
}

.press > div img {
  height: 28px;
  margin-top: 1rem;
}

@media (min-width: 769px) {
  .press > div:not(:last-child) {
    padding-right: 4vw;
  }
}

@media (min-width: 769px) {
  .blogs .blogs-category:first-child {
    margin-right: 1rem;
  }
  .blogs .blogs-category .post:not(:last-child) {
    margin-right: 1rem;
  }
}

.blogs .blogs-category .post p {
  font-size: .875rem;
}

.blog-content img {
  height: auto;
}

.blog-sidebar .author-avatar > div {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}

.sidebar-content {
  display: none;
}

.sidebar-content.active {
  display: block;
}

.share-post .platforms a {
  margin-left: 2rem;
  line-height: 0;
}

.blog-sidebar .share-post {
  border-bottom: 1px solid #ccc;
}

.blog-sidebar .share-post .platforms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-sidebar .share-post .platforms a {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.blog-sidebar .share-post .platforms a:first-child {
  margin-left: 0;
}

.blog-sidebar .share-post .platforms a img {
  opacity: 1;
}

.blog-sidebar .subjects {
  border-bottom: 1px solid #ccc;
}

.blog-sidebar .subjects a {
  color: #005E9E;
}

#contactMessage {
  height: 50px;
  overflow: hidden !important;
  resize: none;
  -webkit-transition: all .5s;
  transition: all .5s;
}

#contactTout {
  position: fixed;
  bottom: 80px;
  right: 0;
  background-color: #192C4B;
  color: #fff;
  padding: 1rem 4rem 1rem 1.5rem;
  z-index: 999;
  -webkit-transform: translateX(250px);
          transform: translateX(250px);
  -webkit-transition: .5s ease-out;
  transition: .5s ease-out;
  cursor: pointer;
}

#contactTout img {
  position: relative;
  top: 2px;
  margin-right: 10px;
}

#contactTout.active {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

@media (max-width: 768px) {
  #contactTout {
    font-size: .88rem;
    padding: 1rem 2rem 1rem 1rem;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  z-index: 1000;
  display: none;
  background-color: rgba(255, 255, 255, 0.5);
}

.modal .modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.modal .modal-close img {
  width: 16px;
}

.modal .modal-content {
  position: relative;
  top: 3;
  left: 50%;
  width: 80%;
  max-width: 700px;
  z-index: 2;
  background: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 1px solid #ccc;
  padding: 2rem;
  margin: 90px 0;
}

.modal .modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0);
  height: 100%;
  width: 100%;
  z-index: 1;
}

.modal.active {
  display: block;
}

.numbered-columns > div > h3::before {
  content: attr(data-id);
  display: block;
  font-size: 10rem;
  color: #ACACAC;
}

.gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gform_fields input {
  border-radius: 0;
  -webkit-appearance: none;
}

.gform_fields input[type=text], .gform_fields input[type=email], .gform_fields textarea {
  width: 100%;
  font-size: .88rem;
  padding: .5rem 0;
}

.gform_fields input[type=checkbox] {
  width: auto;
  margin-right: .5rem;
}

.gform_fields fieldset {
  border: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .gform_fields .gfield_label {
    font-size: .88rem;
  }
}

.bg-orange .gform_wrapper input, .bg-blue .gform_wrapper input, .bg-grey .gform_wrapper input {
  border-bottom: 1px solid #fff;
  background: 0;
  color: #fff;
}

.bg-orange .gform_wrapper .gform_button, .bg-blue .gform_wrapper .gform_button, .bg-grey .gform_wrapper .gform_button {
  background: #fff;
  font-weight: 600;
  font-size: .875rem;
  line-height: 1;
}

.bg-orange .gform_wrapper .gform_button {
  color: #F7941E;
}

.bg-blue .gform_wrapper .gform_button {
  color: #005E9E;
}

.bg-grey .gform_wrapper input[type="text"], .bg-grey .gform_wrapper input[type="email"] {
  border-bottom: 1px solid #000;
  background: 0;
  color: #000;
}

.bg-grey .gform_wrapper .gform_button {
  background: #F7941E;
  color: #fff;
}

.newsletter .gform_footer {
  padding-top: 0;
  margin-top: 2.5rem;
}

.newsletter .gfield_label {
  font-weight: 400 !important;
  display: none;
}

.resizeme {
  margin: 0;
  padding: 0 1rem;
  overflow: hidden;
  border-right: 2px solid #ccc;
}

.resizeme:last-child {
  border: 0;
}

@media (max-width: 1024px) {
  .resizeme {
    margin-bottom: 2rem;
  }
  .resizeme:nth-child(2n) {
    border: 0;
  }
}

@media (max-width: 480px) {
  .resizeme {
    border: 0;
    margin-bottom: 0;
  }
}

.info-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.info-number {
  font-size: 84px;
  font-weight: 900;
  color: #005e9e;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  text-align: right;
}

.info-number span {
  font-size: 38px;
  font-weight: 100;
}

.info-text {
  /* flex: 1 1 25%; */
  padding-left: 5px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@-moz-document url-prefix() {
  .info-text {
    height: 56px;
  }
}

.info-text .symbol {
  font-size: 34px;
  color: #005e9e;
  line-height: .75;
  margin-top: -5px;
  margin-bottom: 5px;
  width: 100%;
}

.info-text .desc {
  color: #f7941e;
  font-weight: 600;
  font-size: 12px;
  white-space: nowrap;
  line-height: 1.2;
  width: 100%;
}

@media (max-width: 480px) {
  .info-text {
    height: 40px;
  }
}

.principal-image {
  width: 80%;
  max-width: 240px;
  border-radius: 50%;
  border: 2px solid #F7941E;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
}

.principal-image::before {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.widow {
  white-space: nowrap;
}

.gform_footer .gform_button {
  width: auto;
  background-color: #F7941E;
  color: #fff;
  border: 0;
  padding: .9rem 1.56rem;
}

.featured-post img {
  height: auto;
}

.map-container #map-options {
  top: 1rem;
  left: 1rem;
  margin: 2.5rem;
  padding: 1.25rem;
  background-color: rgba(255, 255, 255, 0.5);
}

.map-container .btn {
  display: block;
  padding: .5rem;
  margin-bottom: .5rem;
  width: 100px;
}

@media (max-width: 768px) {
  .map-container #map-options {
    top: 0;
    left: 0;
    margin: 0;
    padding: .5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100% !important;
  }
  .map-container .btn {
    display: inline-block;
    font-size: 12px;
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 25%;
            flex: 1 1 25%;
    margin: 0 .25rem;
  }
  .map-container .map-form {
    display: none;
  }
}

.map-container #map-canvas .infoBox a {
  color: #7a7c80;
  text-decoration: none;
}

.map-container #map-canvas .infoBox .title,
.map-container #map-canvas .infoBox .address {
  padding: 0 0 5px 0;
  display: block;
  margin: 0;
  font-family: "AkkuratStd Bold", "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
  font-style: normal;
}

.map-container #map-canvas .infoBox .grades,
.map-container #map-canvas .infoBox .note {
  font-family: "AkkuratStd", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
  margin-top: 5px;
  font-size: 9px;
  color: #7a7c80;
}

.map-container #map-canvas .infoBox .title {
  min-height: 18px;
  color: #f7910b;
  text-transform: uppercase;
  display: block;
}

.map-container #map-canvas .infoBox .address {
  width: 90%;
  margin: 5px auto 0 auto;
  padding: 0;
  color: #7a7c80;
}

.map-container #map-canvas .infoBox .note:empty {
  display: none;
}

.map-container #map-canvas .infoBox hr {
  margin: 5px auto 0;
}

.map-container #map-canvas .infoBox:after {
  display: block;
  position: absolute;
  bottom: -9px;
  left: 85px;
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 8.5px 0 8.5px;
  border-color: #ffffff transparent transparent transparent;
}

.map-button {
  background-color: #f7910b;
  color: white;
  border: 2px solid #f7910b;
  border-radius: 2px;
  margin-top: 10px;
  padding: 8px 15px 10px 15px;
  font-weight: bold;
}

.m-center {
  margin: 0 auto;
}

.m-0 {
  margin: 0;
}

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

.m-50 {
  margin: .5rem;
}

.m-75 {
  margin: .75rem;
}

.m-100 {
  margin: 1rem;
}

.m-200 {
  margin: 2rem;
}

.m-250 {
  margin: 2.5rem;
}

.m-300 {
  margin: 3rem;
}

.m-500 {
  margin: 5rem;
}

.m-512 {
  margin: 5.125rem;
}

.m-600 {
  margin: 6rem;
}

.m-625 {
  margin: 6.25rem;
}

.m-700 {
  margin: 7rem;
}

.m-800 {
  margin: 8rem;
}

.mx--1 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.mx-0 {
  margin-left: 0rem;
  margin-right: 0rem;
}

.mx-50 {
  margin-left: .5rem;
  margin-right: .5rem;
}

.mx-100 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-133 {
  margin-left: 1.33rem;
  margin-right: 1.33rem;
}

.mx-150 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-200 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.mx-250 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.mx-300 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.mx-400 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.mx-500 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.mx-600 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.mx-625 {
  margin-left: 6.25rem;
  margin-right: 6.25rem;
}

.mx-700 {
  margin-left: 7rem;
  margin-right: 7rem;
}

.mx-1111 {
  margin-left: 11.11rem;
  margin-right: 11.11rem;
}

.mx-1250 {
  margin-left: 12.5rem;
  margin-right: 12.5rem;
}

.mx-contain {
  margin-left: calc(50vw / 4);
  margin-right: calc(50vw / 4);
}

.my-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.my-25 {
  margin-top: .25rem;
  margin-bottom: .25rem;
}

.my-50 {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.my-100 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-133 {
  margin-top: 1.33rem;
  margin-bottom: 1.33rem;
}

.my-150 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-200 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-300 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-400 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.my-500 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-600 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.my-625 {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}

.my-700 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.my-800 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

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

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

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

.mt-133 {
  margin-top: 1.33rem;
}

.mt-150 {
  margin-top: 1.5rem;
}

.mt-166 {
  margin-top: 1.66rem;
}

.mt-175 {
  margin-top: 1.75rem;
}

.mt-1875 {
  margin-top: 1.875rem;
}

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

.mt-250 {
  margin-top: 2.5rem;
}

.mt-300 {
  margin-top: 3rem;
}

.mt-355 {
  margin-top: 3.55rem;
}

.mt-400 {
  margin-top: 4rem;
}

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

.mt-555 {
  margin-top: 5.55rem;
}

.mt-600 {
  margin-top: 6rem;
}

.mt-700 {
  margin-top: 7rem;
}

.mt-800 {
  margin-top: 8rem;
}

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

.mt--400 {
  margin-top: -4rem;
}

.mt--600 {
  margin-top: -6rem;
}

.mt--800 {
  margin-top: -8rem;
}

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

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

.mb-50 {
  margin-bottom: .5rem;
}

.mb-0625 {
  margin-bottom: .625rem;
}

.mb-075 {
  margin-bottom: .75rem;
}

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

.mb-133 {
  margin-bottom: 1.33rem;
}

.mb-150 {
  margin-bottom: 1.5rem;
}

.mb-166 {
  margin-bottom: 1.66rem;
}

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

.mb-233 {
  margin-bottom: 2.33rem;
}

.mb-250 {
  margin-bottom: 2.5rem;
}

.mb-277 {
  margin-bottom: 2.77rem;
}

.mb-300 {
  margin-bottom: 3rem;
}

.mb-333 {
  margin-bottom: 3.33rem;
}

.mb-355 {
  margin-bottom: 3.55rem;
}

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

.mb-500 {
  margin-bottom: 5rem;
}

.mb-555 {
  margin-bottom: 5.55rem;
}

.mb-600 {
  margin-bottom: 6rem;
}

.mb-700 {
  margin-bottom: 7rem;
}

.mb-888 {
  margin-bottom: 8.88rem;
}

.mr-0 {
  margin-right: 0rem;
}

.mr-50 {
  margin-right: .5rem;
}

.mr-100 {
  margin-right: 1rem;
}

.mr-125 {
  margin-right: 1.25rem;
}

.mr-133 {
  margin-right: 1.33rem;
}

.mr-150 {
  margin-right: 1.5rem;
}

.mr-200 {
  margin-right: 2rem;
}

.mr-250 {
  margin-right: 2.5rem;
}

.mr-300 {
  margin-right: 3rem;
}

.mr-350 {
  margin-right: 3.5rem;
}

.mr-400 {
  margin-right: 4rem;
}

.mr-500 {
  margin-right: 5rem;
}

.mr-625 {
  margin-right: 6.25rem;
}

.mr-1250 {
  margin-right: 12.5rem;
}

.ml-1-5p {
  margin-right: calc( 100% * 1/16);
}

.ml--1 {
  margin-left: -1rem;
}

.ml-0 {
  margin-left: 0rem;
}

.ml-50 {
  margin-left: .5rem;
}

.ml-100 {
  margin-left: 1rem;
}

.ml-125 {
  margin-left: 1.25rem;
}

.ml-133 {
  margin-left: 1.33rem;
}

.ml-150 {
  margin-left: 1.5rem;
}

.ml-200 {
  margin-left: 2rem;
}

.ml-250 {
  margin-left: 2.5rem;
}

.ml-300 {
  margin-left: 3rem;
}

.ml-350 {
  margin-left: 3.5rem;
}

.ml-400 {
  margin-left: 4rem;
}

.ml-500 {
  margin-left: 5rem;
}

.ml-625 {
  margin-left: 6.25rem;
}

.ml-1250 {
  margin-left: 12.5rem;
}

.p-center {
  padding: 0 auto;
}

.p-0 {
  padding: 0;
}

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

.p-50 {
  padding: .5rem;
}

.p-75 {
  padding: .75rem;
}

.p-100 {
  padding: 1rem;
}

.p-200 {
  padding: 2rem;
}

.p-250 {
  padding: 2.5rem;
}

.p-300 {
  padding: 3rem;
}

.p-500 {
  padding: 5rem;
}

.p-512 {
  padding: 5.125rem;
}

.p-600 {
  padding: 6rem;
}

.p-625 {
  padding: 6.25rem;
}

.p-700 {
  padding: 7rem;
}

.p-800 {
  padding: 8rem;
}

.px--1 {
  padding-left: -1rem;
  padding-right: -1rem;
}

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

.px-50 {
  padding-left: .5rem;
  padding-right: .5rem;
}

.px-100 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-133 {
  padding-left: 1.33rem;
  padding-right: 1.33rem;
}

.px-150 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-200 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-250 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-300 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-400 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-500 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-600 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.px-625 {
  padding-left: 6.25rem;
  padding-right: 6.25rem;
}

.px-700 {
  padding-left: 7rem;
  padding-right: 7rem;
}

.px-1111 {
  padding-left: 11.11rem;
  padding-right: 11.11rem;
}

.px-1250 {
  padding-left: 12.5rem;
  padding-right: 12.5rem;
}

.px-contain {
  padding-left: calc(50vw / 4);
  padding-right: calc(50vw / 4);
}

.py-0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.py-25 {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.py-50 {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.py-100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-133 {
  padding-top: 1.33rem;
  padding-bottom: 1.33rem;
}

.py-150 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-200 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-300 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-400 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-500 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-600 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-625 {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.py-700 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.py-800 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.pt-0 {
  padding-top: 0rem;
}

.pt-50 {
  padding-top: .5rem;
}

.pt-100 {
  padding-top: 1rem;
}

.pt-133 {
  padding-top: 1.33rem;
}

.pt-150 {
  padding-top: 1.5rem;
}

.pt-166 {
  padding-top: 1.66rem;
}

.pt-175 {
  padding-top: 1.75rem;
}

.pt-1875 {
  padding-top: 1.875rem;
}

.pt-200 {
  padding-top: 2rem;
}

.pt-250 {
  padding-top: 2.5rem;
}

.pt-300 {
  padding-top: 3rem;
}

.pt-355 {
  padding-top: 3.55rem;
}

.pt-400 {
  padding-top: 4rem;
}

.pt-500 {
  padding-top: 5rem;
}

.pt-555 {
  padding-top: 5.55rem;
}

.pt-600 {
  padding-top: 6rem;
}

.pt-700 {
  padding-top: 7rem;
}

.pt-800 {
  padding-top: 8rem;
}

.pt--200 {
  padding-top: -2rem;
}

.pt--400 {
  padding-top: -4rem;
}

.pt--600 {
  padding-top: -6rem;
}

.pt--800 {
  padding-top: -8rem;
}

.pb-0 {
  padding-bottom: 0rem;
}

.pb-25 {
  padding-bottom: .25rem;
}

.pb-50 {
  padding-bottom: .5rem;
}

.pb-0625 {
  padding-bottom: .625rem;
}

.pb-075 {
  padding-bottom: .75rem;
}

.pb-100 {
  padding-bottom: 1rem;
}

.pb-133 {
  padding-bottom: 1.33rem;
}

.pb-150 {
  padding-bottom: 1.5rem;
}

.pb-166 {
  padding-bottom: 1.66rem;
}

.pb-200 {
  padding-bottom: 2rem;
}

.pb-233 {
  padding-bottom: 2.33rem;
}

.pb-250 {
  padding-bottom: 2.5rem;
}

.pb-277 {
  padding-bottom: 2.77rem;
}

.pb-300 {
  padding-bottom: 3rem;
}

.pb-333 {
  padding-bottom: 3.33rem;
}

.pb-355 {
  padding-bottom: 3.55rem;
}

.pb-400 {
  padding-bottom: 4rem;
}

.pb-500 {
  padding-bottom: 5rem;
}

.pb-555 {
  padding-bottom: 5.55rem;
}

.pb-600 {
  padding-bottom: 6rem;
}

.pb-700 {
  padding-bottom: 7rem;
}

.pb-888 {
  padding-bottom: 8.88rem;
}

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

.pr-50 {
  padding-right: .5rem;
}

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

.pr-125 {
  padding-right: 1.25rem;
}

.pr-133 {
  padding-right: 1.33rem;
}

.pr-150 {
  padding-right: 1.5rem;
}

.pr-200 {
  padding-right: 2rem;
}

.pr-250 {
  padding-right: 2.5rem;
}

.pr-300 {
  padding-right: 3rem;
}

.pr-350 {
  padding-right: 3.5rem;
}

.pr-400 {
  padding-right: 4rem;
}

.pr-500 {
  padding-right: 5rem;
}

.pr-625 {
  padding-right: 6.25rem;
}

.pr-1250 {
  padding-right: 12.5rem;
}

.pl-1-5p {
  padding-right: calc( 100% * 1/16);
}

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

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

.pl-50 {
  padding-left: .5rem;
}

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

.pl-125 {
  padding-left: 1.25rem;
}

.pl-133 {
  padding-left: 1.33rem;
}

.pl-150 {
  padding-left: 1.5rem;
}

.pl-200 {
  padding-left: 2rem;
}

.pl-250 {
  padding-left: 2.5rem;
}

.pl-300 {
  padding-left: 3rem;
}

.pl-350 {
  padding-left: 3.5rem;
}

.pl-400 {
  padding-left: 4rem;
}

.pl-500 {
  padding-left: 5rem;
}

.pl-625 {
  padding-left: 6.25rem;
}

.pl-1250 {
  padding-left: 12.5rem;
}

.text-50 {
  font-size: .5rem;
}

.text-65 {
  font-size: .65rem;
}

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

.text-88 {
  font-size: .88rem;
}

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

.text-1125 {
  font-size: 1.125rem;
}

.text-115 {
  font-size: 1.15rem;
}

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

.text-135 {
  font-size: 1.35rem;
}

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

.text-175 {
  font-size: 1.75rem;
}

.text-200 {
  font-size: 2rem;
}

.text-225 {
  font-size: 2.25rem;
}

.text-250 {
  font-size: 2.5rem;
}

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

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

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

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

.text-dark {
  color: #000;
}

.text-blue {
  color: #005E9E;
}

.text-grey {
  color: #ACACAC;
}

.text-orange {
  color: #F7941E;
}

.text-white {
  color: #fff;
}

.text-thin {
  font-weight: 100;
}

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

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

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

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

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

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

.text-lowercase {
  text-transform: none;
}

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

.text-capitalize {
  text-transform: capitalize;
}

.text-normal-spacing {
  letter-spacing: .1em;
}

.text-wide {
  letter-spacing: .2em;
}

.text-wider {
  letter-spacing: .4em;
}

.text-rotate {
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
}

.text-rotate-lr {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

.text-shadow {
  text-shadow: 0 .15em 1rem #000;
}

.w-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.w-1\/8 {
  width: 12.5%;
}

.w-1\/6 {
  width: 16.66%;
}

.w-1\/5 {
  width: 20%;
}

.w-1\/4 {
  width: 25%;
}

.w-3\/10 {
  width: 30%;
}

.w-1\/3 {
  width: 33.3%;
}

.w-2\/5 {
  width: 40%;
}

.w-1\/2 {
  width: 50%;
}

.w-3\/5 {
  width: 60%;
}

.w-2\/3 {
  width: 66.6%;
}

.w-7\/10 {
  width: 70%;
}

.w-3\/4 {
  width: 75%;
}

.w-3\/5 {
  width: 60%;
}

.w-5\/8 {
  width: 62.5%;
}

.w-2\/3 {
  width: 66.6%;
}

.w-7\/10 {
  width: 70%;
}

.w-4\/5 {
  width: 80%;
}

.w-9\/10 {
  width: 90%;
}

.w-full {
  width: 100%;
}

.h-auto {
  height: auto;
}

.h-100 {
  height: 100vh;
}

.h-25 {
  height: 25vh;
}

.h-50 {
  height: 50vh;
}

.h-75 {
  height: 75vh;
}

.h-full {
  height: 100%;
}

.h-22v {
  height: 22vw;
}

.h-30v {
  height: 30vw;
}

.h-50v {
  height: 50vw;
}

.bg-cover {
  background-size: cover;
}

.bg-bottom {
  background-position: bottom;
}

.bg-top {
  background-position: top;
}

.bg-center {
  background-position: center;
}

.bg-none {
  background: 0;
}

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

.bg-blue {
  background-color: #005E9E;
}

.bg-orange {
  background-color: #F7941E;
}

.bg-grey {
  background-color: #F2F2F2;
}

.bg-transparent {
  background-color: transparent;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-bottom {
  background-position: bottom;
}

.bg-center {
  background-position: center;
}

.bg-left {
  background-position: left;
}

.bg-left-bottom {
  background-position: left bottom;
}

.bg-left-top {
  background-position: left top;
}

.bg-right {
  background-position: right;
}

.bg-right-bottom {
  background-position: right bottom;
}

.bg-right-top {
  background-position: right top;
}

.bg-top {
  background-position: top;
}

.btn {
  border: 0;
  padding: .9rem 1.56rem;
  cursor: pointer;
  font-weight: 600;
  font-size: .875rem;
  text-decoration: none;
}

.btn-blue {
  background-color: #005E9E;
  color: #fff;
}

.btn-orange {
  background-color: #F7941E;
  color: #fff;
}

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

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

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.columns-1 {
  -webkit-column-count: unset;
          column-count: unset;
}

.columns-2 {
  -webkit-column-count: 2;
          column-count: 2;
}

.columns-3 {
  -webkit-column-count: 3;
          column-count: 3;
}

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

.inline-block {
  display: inline-block;
}

.table {
  display: table;
}

.hidden {
  display: none !important;
}

.visible {
  display: block !important;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

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

.flex-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

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

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

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

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

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

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

.flex-eq-vert {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-eq-horiz {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-gapped {
  margin: 0 -1rem;
  width: calc(100% + 2rem);
}

.flex-gapped > li, .flex-gapped > div {
  padding: 0 1rem;
}

.flex-sep-vert {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.border-0 {
  border: 0;
}

.border-1 {
  border: 1px;
}

.border-2 {
  border: 2px;
}

.border-bottom {
  border-bottom: 1px solid;
}

.border-top {
  border-top: 1px solid;
}

.border-left {
  border-left: 1px solid;
}

.border-right {
  border-right: 1px solid;
}

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

.border-grey {
  border-color: #ccc;
}

@media (max-width: 1366px) {
  .lg\:container {
    max-width: 1366px;
  }
  .lg\:columns-1 {
    -webkit-column-count: unset;
            column-count: unset;
  }
  .lg\:columns-2 {
    -webkit-column-count: 2;
            column-count: 2;
  }
  .lg\:columns-3 {
    -webkit-column-count: 3;
            column-count: 3;
  }
  .lg\:block {
    display: block !important;
  }
  .lg\:inline {
    display: inline !important;
  }
  .lg\:inline-block {
    display: inline-block;
  }
  .lg\:table {
    display: table;
  }
  .lg\:hidden {
    display: none !important;
  }
  .lg\:visible {
    display: block !important;
  }
  .lg\:absolute {
    position: absolute;
  }
  .lg\:relative {
    position: relative;
  }
  .lg\:order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .lg\:order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .lg\:order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .lg\:order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .lg\:order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .lg\:text-50 {
    font-size: .5rem;
  }
  .lg\:text-65 {
    font-size: .65rem;
  }
  .lg\:text-75 {
    font-size: .75rem;
  }
  .lg\:text-88 {
    font-size: .88rem;
  }
  .lg\:text-100 {
    font-size: 1rem;
  }
  .lg\:text-1125 {
    font-size: 1.125rem;
  }
  .lg\:text-115 {
    font-size: 1.15rem;
  }
  .lg\:text-125 {
    font-size: 1.25rem;
  }
  .lg\:text-135 {
    font-size: 1.35rem;
  }
  .lg\:text-150 {
    font-size: 1.5rem;
  }
  .lg\:text-175 {
    font-size: 1.75rem;
  }
  .lg\:text-200 {
    font-size: 2rem;
  }
  .lg\:text-225 {
    font-size: 2.25rem;
  }
  .lg\:text-250 {
    font-size: 2.5rem;
  }
  .lg\:text-center {
    text-align: center;
  }
  .lg\:text-left {
    text-align: left;
  }
  .lg\:text-right {
    text-align: right;
  }
  .lg\:text-bottom {
    margin-top: auto;
  }
  .lg\:text-dark {
    color: #000;
  }
  .lg\:text-blue {
    color: #005E9E;
  }
  .lg\:text-grey {
    color: #ACACAC;
  }
  .lg\:text-orange {
    color: #F7941E;
  }
  .lg\:text-white {
    color: #fff;
  }
  .lg\:text-thin {
    font-weight: 100;
  }
  .lg\:text-light {
    font-weight: 300;
  }
  .lg\:text-regular {
    font-weight: 400;
  }
  .lg\:text-bold {
    font-weight: 600;
  }
  .lg\:text-black {
    font-weight: 700;
  }
  .lg\:text-underline {
    text-decoration: underline;
  }
  .lg\:text-italic {
    font-style: italic;
  }
  .lg\:text-lowercase {
    text-transform: none;
  }
  .lg\:text-uppercase {
    text-transform: uppercase;
  }
  .lg\:text-capitalize {
    text-transform: capitalize;
  }
  .lg\:text-normal-spacing {
    letter-spacing: .1em;
  }
  .lg\:text-wide {
    letter-spacing: .2em;
  }
  .lg\:text-wider {
    letter-spacing: .4em;
  }
  .lg\:text-rotate {
    white-space: nowrap;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: mixed;
  }
  .lg\:text-rotate-lr {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
  }
  .lg\:text-shadow {
    text-shadow: 0 .15em 1rem #000;
  }
  .lg\:w-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .lg\:w-1\/8 {
    width: 12.5%;
  }
  .lg\:w-1\/6 {
    width: 16.66%;
  }
  .lg\:w-1\/5 {
    width: 20%;
  }
  .lg\:w-1\/4 {
    width: 25%;
  }
  .lg\:w-3\/10 {
    width: 30%;
  }
  .lg\:w-1\/3 {
    width: 33.3%;
  }
  .lg\:w-2\/5 {
    width: 40%;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:w-3\/5 {
    width: 60%;
  }
  .lg\:w-2\/3 {
    width: 66.6%;
  }
  .lg\:w-7\/10 {
    width: 70%;
  }
  .lg\:w-3\/4 {
    width: 75%;
  }
  .lg\:w-3\/5 {
    width: 60%;
  }
  .lg\:w-5\/8 {
    width: 62.5%;
  }
  .lg\:w-2\/3 {
    width: 66.6%;
  }
  .lg\:w-7\/10 {
    width: 70%;
  }
  .lg\:w-4\/5 {
    width: 80%;
  }
  .lg\:w-9\/10 {
    width: 90%;
  }
  .lg\:w-full {
    width: 100%;
  }
  .lg\:h-auto {
    height: auto;
  }
  .lg\:h-100 {
    height: 100vh;
  }
  .lg\:h-25 {
    height: 25vh;
  }
  .lg\:h-50 {
    height: 50vh;
  }
  .lg\:h-75 {
    height: 75vh;
  }
  .lg\:h-full {
    height: 100%;
  }
  .lg\:h-22v {
    height: 22vw;
  }
  .lg\:h-30v {
    height: 30vw;
  }
  .lg\:h-50v {
    height: 50vw;
  }
  .lg\:m-center {
    margin: 0 auto;
  }
  .lg\:m-0 {
    margin: 0;
  }
  .lg\:m-25 {
    margin: .25rem;
  }
  .lg\:m-50 {
    margin: .5rem;
  }
  .lg\:m-75 {
    margin: .75rem;
  }
  .lg\:m-100 {
    margin: 1rem;
  }
  .lg\:m-200 {
    margin: 2rem;
  }
  .lg\:m-250 {
    margin: 2.5rem;
  }
  .lg\:m-300 {
    margin: 3rem;
  }
  .lg\:m-500 {
    margin: 5rem;
  }
  .lg\:m-512 {
    margin: 5.125rem;
  }
  .lg\:m-600 {
    margin: 6rem;
  }
  .lg\:m-625 {
    margin: 6.25rem;
  }
  .lg\:m-700 {
    margin: 7rem;
  }
  .lg\:m-800 {
    margin: 8rem;
  }
  .lg\:mx--1 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .lg\:mx-0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .lg\:mx-50 {
    margin-left: .5rem;
    margin-right: .5rem;
  }
  .lg\:mx-100 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .lg\:mx-133 {
    margin-left: 1.33rem;
    margin-right: 1.33rem;
  }
  .lg\:mx-150 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .lg\:mx-200 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .lg\:mx-250 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .lg\:mx-300 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .lg\:mx-400 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .lg\:mx-500 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .lg\:mx-600 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .lg\:mx-625 {
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }
  .lg\:mx-700 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
  .lg\:mx-1111 {
    margin-left: 11.11rem;
    margin-right: 11.11rem;
  }
  .lg\:mx-1250 {
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }
  .lg\:mx-contain {
    margin-left: calc(50vw / 4);
    margin-right: calc(50vw / 4);
  }
  .lg\:my-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  .lg\:my-25 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }
  .lg\:my-50 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }
  .lg\:my-100 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .lg\:my-133 {
    margin-top: 1.33rem;
    margin-bottom: 1.33rem;
  }
  .lg\:my-150 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .lg\:my-200 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .lg\:my-300 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .lg\:my-400 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .lg\:my-500 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .lg\:my-600 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .lg\:my-625 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  .lg\:my-700 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .lg\:my-800 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .lg\:mt-0 {
    margin-top: 0rem;
  }
  .lg\:mt-50 {
    margin-top: .5rem;
  }
  .lg\:mt-100 {
    margin-top: 1rem;
  }
  .lg\:mt-133 {
    margin-top: 1.33rem;
  }
  .lg\:mt-150 {
    margin-top: 1.5rem;
  }
  .lg\:mt-166 {
    margin-top: 1.66rem;
  }
  .lg\:mt-175 {
    margin-top: 1.75rem;
  }
  .lg\:mt-1875 {
    margin-top: 1.875rem;
  }
  .lg\:mt-200 {
    margin-top: 2rem;
  }
  .lg\:mt-250 {
    margin-top: 2.5rem;
  }
  .lg\:mt-300 {
    margin-top: 3rem;
  }
  .lg\:mt-355 {
    margin-top: 3.55rem;
  }
  .lg\:mt-400 {
    margin-top: 4rem;
  }
  .lg\:mt-500 {
    margin-top: 5rem;
  }
  .lg\:mt-555 {
    margin-top: 5.55rem;
  }
  .lg\:mt-600 {
    margin-top: 6rem;
  }
  .lg\:mt-700 {
    margin-top: 7rem;
  }
  .lg\:mt-800 {
    margin-top: 8rem;
  }
  .lg\:mt--200 {
    margin-top: -2rem;
  }
  .lg\:mt--400 {
    margin-top: -4rem;
  }
  .lg\:mt--600 {
    margin-top: -6rem;
  }
  .lg\:mt--800 {
    margin-top: -8rem;
  }
  .lg\:mb-0 {
    margin-bottom: 0rem;
  }
  .lg\:mb-25 {
    margin-bottom: .25rem;
  }
  .lg\:mb-50 {
    margin-bottom: .5rem;
  }
  .lg\:mb-0625 {
    margin-bottom: .625rem;
  }
  .lg\:mb-075 {
    margin-bottom: .75rem;
  }
  .lg\:mb-100 {
    margin-bottom: 1rem;
  }
  .lg\:mb-133 {
    margin-bottom: 1.33rem;
  }
  .lg\:mb-150 {
    margin-bottom: 1.5rem;
  }
  .lg\:mb-166 {
    margin-bottom: 1.66rem;
  }
  .lg\:mb-200 {
    margin-bottom: 2rem;
  }
  .lg\:mb-233 {
    margin-bottom: 2.33rem;
  }
  .lg\:mb-250 {
    margin-bottom: 2.5rem;
  }
  .lg\:mb-277 {
    margin-bottom: 2.77rem;
  }
  .lg\:mb-300 {
    margin-bottom: 3rem;
  }
  .lg\:mb-333 {
    margin-bottom: 3.33rem;
  }
  .lg\:mb-355 {
    margin-bottom: 3.55rem;
  }
  .lg\:mb-400 {
    margin-bottom: 4rem;
  }
  .lg\:mb-500 {
    margin-bottom: 5rem;
  }
  .lg\:mb-555 {
    margin-bottom: 5.55rem;
  }
  .lg\:mb-600 {
    margin-bottom: 6rem;
  }
  .lg\:mb-700 {
    margin-bottom: 7rem;
  }
  .lg\:mb-888 {
    margin-bottom: 8.88rem;
  }
  .lg\:mr-0 {
    margin-right: 0rem;
  }
  .lg\:mr-50 {
    margin-right: .5rem;
  }
  .lg\:mr-100 {
    margin-right: 1rem;
  }
  .lg\:mr-125 {
    margin-right: 1.25rem;
  }
  .lg\:mr-133 {
    margin-right: 1.33rem;
  }
  .lg\:mr-150 {
    margin-right: 1.5rem;
  }
  .lg\:mr-200 {
    margin-right: 2rem;
  }
  .lg\:mr-250 {
    margin-right: 2.5rem;
  }
  .lg\:mr-300 {
    margin-right: 3rem;
  }
  .lg\:mr-350 {
    margin-right: 3.5rem;
  }
  .lg\:mr-400 {
    margin-right: 4rem;
  }
  .lg\:mr-500 {
    margin-right: 5rem;
  }
  .lg\:mr-625 {
    margin-right: 6.25rem;
  }
  .lg\:mr-1250 {
    margin-right: 12.5rem;
  }
  .lg\:ml-1-5p {
    margin-right: calc( 100% * 1/16);
  }
  .lg\:ml--1 {
    margin-left: -1rem;
  }
  .lg\:ml-0 {
    margin-left: 0rem;
  }
  .lg\:ml-50 {
    margin-left: .5rem;
  }
  .lg\:ml-100 {
    margin-left: 1rem;
  }
  .lg\:ml-125 {
    margin-left: 1.25rem;
  }
  .lg\:ml-133 {
    margin-left: 1.33rem;
  }
  .lg\:ml-150 {
    margin-left: 1.5rem;
  }
  .lg\:ml-200 {
    margin-left: 2rem;
  }
  .lg\:ml-250 {
    margin-left: 2.5rem;
  }
  .lg\:ml-300 {
    margin-left: 3rem;
  }
  .lg\:ml-350 {
    margin-left: 3.5rem;
  }
  .lg\:ml-400 {
    margin-left: 4rem;
  }
  .lg\:ml-500 {
    margin-left: 5rem;
  }
  .lg\:ml-625 {
    margin-left: 6.25rem;
  }
  .lg\:ml-1250 {
    margin-left: 12.5rem;
  }
  .lg\:p-center {
    padding: 0 auto;
  }
  .lg\:p-0 {
    padding: 0;
  }
  .lg\:p-25 {
    padding: .25rem;
  }
  .lg\:p-50 {
    padding: .5rem;
  }
  .lg\:p-75 {
    padding: .75rem;
  }
  .lg\:p-100 {
    padding: 1rem;
  }
  .lg\:p-200 {
    padding: 2rem;
  }
  .lg\:p-250 {
    padding: 2.5rem;
  }
  .lg\:p-300 {
    padding: 3rem;
  }
  .lg\:p-500 {
    padding: 5rem;
  }
  .lg\:p-512 {
    padding: 5.125rem;
  }
  .lg\:p-600 {
    padding: 6rem;
  }
  .lg\:p-625 {
    padding: 6.25rem;
  }
  .lg\:p-700 {
    padding: 7rem;
  }
  .lg\:p-800 {
    padding: 8rem;
  }
  .lg\:px--1 {
    padding-left: -1rem;
    padding-right: -1rem;
  }
  .lg\:px-0 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .lg\:px-50 {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  .lg\:px-100 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg\:px-133 {
    padding-left: 1.33rem;
    padding-right: 1.33rem;
  }
  .lg\:px-150 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:px-200 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:px-250 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .lg\:px-300 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .lg\:px-400 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .lg\:px-500 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .lg\:px-600 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .lg\:px-625 {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
  .lg\:px-700 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .lg\:px-1111 {
    padding-left: 11.11rem;
    padding-right: 11.11rem;
  }
  .lg\:px-1250 {
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }
  .lg\:px-contain {
    padding-left: calc(50vw / 4);
    padding-right: calc(50vw / 4);
  }
  .lg\:py-0 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .lg\:py-25 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }
  .lg\:py-50 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .lg\:py-100 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lg\:py-133 {
    padding-top: 1.33rem;
    padding-bottom: 1.33rem;
  }
  .lg\:py-150 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .lg\:py-200 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg\:py-300 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lg\:py-400 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:py-500 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:py-600 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .lg\:py-625 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .lg\:py-700 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .lg\:py-800 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .lg\:pt-0 {
    padding-top: 0rem;
  }
  .lg\:pt-50 {
    padding-top: .5rem;
  }
  .lg\:pt-100 {
    padding-top: 1rem;
  }
  .lg\:pt-133 {
    padding-top: 1.33rem;
  }
  .lg\:pt-150 {
    padding-top: 1.5rem;
  }
  .lg\:pt-166 {
    padding-top: 1.66rem;
  }
  .lg\:pt-175 {
    padding-top: 1.75rem;
  }
  .lg\:pt-1875 {
    padding-top: 1.875rem;
  }
  .lg\:pt-200 {
    padding-top: 2rem;
  }
  .lg\:pt-250 {
    padding-top: 2.5rem;
  }
  .lg\:pt-300 {
    padding-top: 3rem;
  }
  .lg\:pt-355 {
    padding-top: 3.55rem;
  }
  .lg\:pt-400 {
    padding-top: 4rem;
  }
  .lg\:pt-500 {
    padding-top: 5rem;
  }
  .lg\:pt-555 {
    padding-top: 5.55rem;
  }
  .lg\:pt-600 {
    padding-top: 6rem;
  }
  .lg\:pt-700 {
    padding-top: 7rem;
  }
  .lg\:pt-800 {
    padding-top: 8rem;
  }
  .lg\:pt--200 {
    padding-top: -2rem;
  }
  .lg\:pt--400 {
    padding-top: -4rem;
  }
  .lg\:pt--600 {
    padding-top: -6rem;
  }
  .lg\:pt--800 {
    padding-top: -8rem;
  }
  .lg\:pb-0 {
    padding-bottom: 0rem;
  }
  .lg\:pb-25 {
    padding-bottom: .25rem;
  }
  .lg\:pb-50 {
    padding-bottom: .5rem;
  }
  .lg\:pb-0625 {
    padding-bottom: .625rem;
  }
  .lg\:pb-075 {
    padding-bottom: .75rem;
  }
  .lg\:pb-100 {
    padding-bottom: 1rem;
  }
  .lg\:pb-133 {
    padding-bottom: 1.33rem;
  }
  .lg\:pb-150 {
    padding-bottom: 1.5rem;
  }
  .lg\:pb-166 {
    padding-bottom: 1.66rem;
  }
  .lg\:pb-200 {
    padding-bottom: 2rem;
  }
  .lg\:pb-233 {
    padding-bottom: 2.33rem;
  }
  .lg\:pb-250 {
    padding-bottom: 2.5rem;
  }
  .lg\:pb-277 {
    padding-bottom: 2.77rem;
  }
  .lg\:pb-300 {
    padding-bottom: 3rem;
  }
  .lg\:pb-333 {
    padding-bottom: 3.33rem;
  }
  .lg\:pb-355 {
    padding-bottom: 3.55rem;
  }
  .lg\:pb-400 {
    padding-bottom: 4rem;
  }
  .lg\:pb-500 {
    padding-bottom: 5rem;
  }
  .lg\:pb-555 {
    padding-bottom: 5.55rem;
  }
  .lg\:pb-600 {
    padding-bottom: 6rem;
  }
  .lg\:pb-700 {
    padding-bottom: 7rem;
  }
  .lg\:pb-888 {
    padding-bottom: 8.88rem;
  }
  .lg\:pr-0 {
    padding-right: 0rem;
  }
  .lg\:pr-50 {
    padding-right: .5rem;
  }
  .lg\:pr-100 {
    padding-right: 1rem;
  }
  .lg\:pr-125 {
    padding-right: 1.25rem;
  }
  .lg\:pr-133 {
    padding-right: 1.33rem;
  }
  .lg\:pr-150 {
    padding-right: 1.5rem;
  }
  .lg\:pr-200 {
    padding-right: 2rem;
  }
  .lg\:pr-250 {
    padding-right: 2.5rem;
  }
  .lg\:pr-300 {
    padding-right: 3rem;
  }
  .lg\:pr-350 {
    padding-right: 3.5rem;
  }
  .lg\:pr-400 {
    padding-right: 4rem;
  }
  .lg\:pr-500 {
    padding-right: 5rem;
  }
  .lg\:pr-625 {
    padding-right: 6.25rem;
  }
  .lg\:pr-1250 {
    padding-right: 12.5rem;
  }
  .lg\:pl-1-5p {
    padding-right: calc( 100% * 1/16);
  }
  .lg\:pl--1 {
    padding-left: -1rem;
  }
  .lg\:pl-0 {
    padding-left: 0rem;
  }
  .lg\:pl-50 {
    padding-left: .5rem;
  }
  .lg\:pl-100 {
    padding-left: 1rem;
  }
  .lg\:pl-125 {
    padding-left: 1.25rem;
  }
  .lg\:pl-133 {
    padding-left: 1.33rem;
  }
  .lg\:pl-150 {
    padding-left: 1.5rem;
  }
  .lg\:pl-200 {
    padding-left: 2rem;
  }
  .lg\:pl-250 {
    padding-left: 2.5rem;
  }
  .lg\:pl-300 {
    padding-left: 3rem;
  }
  .lg\:pl-350 {
    padding-left: 3.5rem;
  }
  .lg\:pl-400 {
    padding-left: 4rem;
  }
  .lg\:pl-500 {
    padding-left: 5rem;
  }
  .lg\:pl-625 {
    padding-left: 6.25rem;
  }
  .lg\:pl-1250 {
    padding-left: 12.5rem;
  }
  .lg\:bg-cover {
    background-size: cover;
  }
  .lg\:bg-bottom {
    background-position: bottom;
  }
  .lg\:bg-top {
    background-position: top;
  }
  .lg\:bg-center {
    background-position: center;
  }
  .lg\:bg-none {
    background: 0;
  }
  .lg\:bg-black {
    background-color: #000;
  }
  .lg\:bg-blue {
    background-color: #005E9E;
  }
  .lg\:bg-orange {
    background-color: #F7941E;
  }
  .lg\:bg-grey {
    background-color: #F2F2F2;
  }
  .lg\:bg-transparent {
    background-color: transparent;
  }
  .lg\:bg-no-repeat {
    background-repeat: no-repeat;
  }
  .lg\:bg-bottom {
    background-position: bottom;
  }
  .lg\:bg-center {
    background-position: center;
  }
  .lg\:bg-left {
    background-position: left;
  }
  .lg\:bg-left-bottom {
    background-position: left bottom;
  }
  .lg\:bg-left-top {
    background-position: left top;
  }
  .lg\:bg-right {
    background-position: right;
  }
  .lg\:bg-right-bottom {
    background-position: right bottom;
  }
  .lg\:bg-right-top {
    background-position: right top;
  }
  .lg\:bg-top {
    background-position: top;
  }
  .lg\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lg\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lg\:flex-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .lg\:flex-left {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .lg\:flex-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .lg\:flex-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lg\:flex-middle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lg\:flex-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .lg\:flex-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .lg\:flex-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .lg\:flex-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .lg\:flex-eq-vert {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lg\:flex-eq-horiz {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .lg\:flex-gapped {
    margin: 0 -1rem;
    width: calc(100% + 2rem);
  }
  .lg\:flex-gapped > li, .lg\:flex-gapped > div {
    padding: 0 1rem;
  }
  .lg\:flex-sep-vert {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lg\:flex-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .lg\:border-0 {
    border: 0;
  }
  .lg\:border-1 {
    border: 1px;
  }
  .lg\:border-2 {
    border: 2px;
  }
  .lg\:border-bottom {
    border-bottom: 1px solid;
  }
  .lg\:border-top {
    border-top: 1px solid;
  }
  .lg\:border-left {
    border-left: 1px solid;
  }
  .lg\:border-right {
    border-right: 1px solid;
  }
  .lg\:border-white {
    border-color: #fff;
  }
  .lg\:border-grey {
    border-color: #ccc;
  }
}

@media (max-width: 1024px) {
  .md\:container {
    max-width: 768px;
  }
  .md\:columns-1 {
    -webkit-column-count: unset;
            column-count: unset;
  }
  .md\:columns-2 {
    -webkit-column-count: 2;
            column-count: 2;
  }
  .md\:columns-3 {
    -webkit-column-count: 3;
            column-count: 3;
  }
  .md\:block {
    display: block !important;
  }
  .md\:inline {
    display: inline !important;
  }
  .md\:inline-block {
    display: inline-block;
  }
  .md\:table {
    display: table;
  }
  .md\:hidden {
    display: none !important;
  }
  .md\:visible {
    display: block !important;
  }
  .md\:absolute {
    position: absolute;
  }
  .md\:relative {
    position: relative;
  }
  .md\:order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .md\:order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .md\:order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .md\:order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .md\:order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .md\:text-50 {
    font-size: .5rem;
  }
  .md\:text-65 {
    font-size: .65rem;
  }
  .md\:text-75 {
    font-size: .75rem;
  }
  .md\:text-88 {
    font-size: .88rem;
  }
  .md\:text-100 {
    font-size: 1rem;
  }
  .md\:text-1125 {
    font-size: 1.125rem;
  }
  .md\:text-115 {
    font-size: 1.15rem;
  }
  .md\:text-125 {
    font-size: 1.25rem;
  }
  .md\:text-135 {
    font-size: 1.35rem;
  }
  .md\:text-150 {
    font-size: 1.5rem;
  }
  .md\:text-175 {
    font-size: 1.75rem;
  }
  .md\:text-200 {
    font-size: 2rem;
  }
  .md\:text-225 {
    font-size: 2.25rem;
  }
  .md\:text-250 {
    font-size: 2.5rem;
  }
  .md\:text-center {
    text-align: center;
  }
  .md\:text-left {
    text-align: left;
  }
  .md\:text-right {
    text-align: right;
  }
  .md\:text-bottom {
    margin-top: auto;
  }
  .md\:text-dark {
    color: #000;
  }
  .md\:text-blue {
    color: #005E9E;
  }
  .md\:text-grey {
    color: #ACACAC;
  }
  .md\:text-orange {
    color: #F7941E;
  }
  .md\:text-white {
    color: #fff;
  }
  .md\:text-thin {
    font-weight: 100;
  }
  .md\:text-light {
    font-weight: 300;
  }
  .md\:text-regular {
    font-weight: 400;
  }
  .md\:text-bold {
    font-weight: 600;
  }
  .md\:text-black {
    font-weight: 700;
  }
  .md\:text-underline {
    text-decoration: underline;
  }
  .md\:text-italic {
    font-style: italic;
  }
  .md\:text-lowercase {
    text-transform: none;
  }
  .md\:text-uppercase {
    text-transform: uppercase;
  }
  .md\:text-capitalize {
    text-transform: capitalize;
  }
  .md\:text-normal-spacing {
    letter-spacing: .1em;
  }
  .md\:text-wide {
    letter-spacing: .2em;
  }
  .md\:text-wider {
    letter-spacing: .4em;
  }
  .md\:text-rotate {
    white-space: nowrap;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: mixed;
  }
  .md\:text-rotate-lr {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
  }
  .md\:text-shadow {
    text-shadow: 0 .15em 1rem #000;
  }
  .md\:w-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .md\:w-1\/8 {
    width: 12.5%;
  }
  .md\:w-1\/6 {
    width: 16.66%;
  }
  .md\:w-1\/5 {
    width: 20%;
  }
  .md\:w-1\/4 {
    width: 25%;
  }
  .md\:w-3\/10 {
    width: 30%;
  }
  .md\:w-1\/3 {
    width: 33.3%;
  }
  .md\:w-2\/5 {
    width: 40%;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-3\/5 {
    width: 60%;
  }
  .md\:w-2\/3 {
    width: 66.6%;
  }
  .md\:w-7\/10 {
    width: 70%;
  }
  .md\:w-3\/4 {
    width: 75%;
  }
  .md\:w-3\/5 {
    width: 60%;
  }
  .md\:w-5\/8 {
    width: 62.5%;
  }
  .md\:w-2\/3 {
    width: 66.6%;
  }
  .md\:w-7\/10 {
    width: 70%;
  }
  .md\:w-4\/5 {
    width: 80%;
  }
  .md\:w-9\/10 {
    width: 90%;
  }
  .md\:w-full {
    width: 100%;
  }
  .md\:h-auto {
    height: auto;
  }
  .md\:h-100 {
    height: 100vh;
  }
  .md\:h-25 {
    height: 25vh;
  }
  .md\:h-50 {
    height: 50vh;
  }
  .md\:h-75 {
    height: 75vh;
  }
  .md\:h-full {
    height: 100%;
  }
  .md\:h-22v {
    height: 22vw;
  }
  .md\:h-30v {
    height: 30vw;
  }
  .md\:h-50v {
    height: 50vw;
  }
  .md\:m-center {
    margin: 0 auto;
  }
  .md\:m-0 {
    margin: 0;
  }
  .md\:m-25 {
    margin: .25rem;
  }
  .md\:m-50 {
    margin: .5rem;
  }
  .md\:m-75 {
    margin: .75rem;
  }
  .md\:m-100 {
    margin: 1rem;
  }
  .md\:m-200 {
    margin: 2rem;
  }
  .md\:m-250 {
    margin: 2.5rem;
  }
  .md\:m-300 {
    margin: 3rem;
  }
  .md\:m-500 {
    margin: 5rem;
  }
  .md\:m-512 {
    margin: 5.125rem;
  }
  .md\:m-600 {
    margin: 6rem;
  }
  .md\:m-625 {
    margin: 6.25rem;
  }
  .md\:m-700 {
    margin: 7rem;
  }
  .md\:m-800 {
    margin: 8rem;
  }
  .md\:mx--1 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .md\:mx-0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .md\:mx-50 {
    margin-left: .5rem;
    margin-right: .5rem;
  }
  .md\:mx-100 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .md\:mx-133 {
    margin-left: 1.33rem;
    margin-right: 1.33rem;
  }
  .md\:mx-150 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .md\:mx-200 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .md\:mx-250 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .md\:mx-300 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .md\:mx-400 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .md\:mx-500 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .md\:mx-600 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .md\:mx-625 {
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }
  .md\:mx-700 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
  .md\:mx-1111 {
    margin-left: 11.11rem;
    margin-right: 11.11rem;
  }
  .md\:mx-1250 {
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }
  .md\:mx-contain {
    margin-left: calc(50vw / 4);
    margin-right: calc(50vw / 4);
  }
  .md\:my-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  .md\:my-25 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }
  .md\:my-50 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }
  .md\:my-100 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .md\:my-133 {
    margin-top: 1.33rem;
    margin-bottom: 1.33rem;
  }
  .md\:my-150 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .md\:my-200 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .md\:my-300 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .md\:my-400 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .md\:my-500 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .md\:my-600 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .md\:my-625 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  .md\:my-700 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .md\:my-800 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .md\:mt-0 {
    margin-top: 0rem;
  }
  .md\:mt-50 {
    margin-top: .5rem;
  }
  .md\:mt-100 {
    margin-top: 1rem;
  }
  .md\:mt-133 {
    margin-top: 1.33rem;
  }
  .md\:mt-150 {
    margin-top: 1.5rem;
  }
  .md\:mt-166 {
    margin-top: 1.66rem;
  }
  .md\:mt-175 {
    margin-top: 1.75rem;
  }
  .md\:mt-1875 {
    margin-top: 1.875rem;
  }
  .md\:mt-200 {
    margin-top: 2rem;
  }
  .md\:mt-250 {
    margin-top: 2.5rem;
  }
  .md\:mt-300 {
    margin-top: 3rem;
  }
  .md\:mt-355 {
    margin-top: 3.55rem;
  }
  .md\:mt-400 {
    margin-top: 4rem;
  }
  .md\:mt-500 {
    margin-top: 5rem;
  }
  .md\:mt-555 {
    margin-top: 5.55rem;
  }
  .md\:mt-600 {
    margin-top: 6rem;
  }
  .md\:mt-700 {
    margin-top: 7rem;
  }
  .md\:mt-800 {
    margin-top: 8rem;
  }
  .md\:mt--200 {
    margin-top: -2rem;
  }
  .md\:mt--400 {
    margin-top: -4rem;
  }
  .md\:mt--600 {
    margin-top: -6rem;
  }
  .md\:mt--800 {
    margin-top: -8rem;
  }
  .md\:mb-0 {
    margin-bottom: 0rem;
  }
  .md\:mb-25 {
    margin-bottom: .25rem;
  }
  .md\:mb-50 {
    margin-bottom: .5rem;
  }
  .md\:mb-0625 {
    margin-bottom: .625rem;
  }
  .md\:mb-075 {
    margin-bottom: .75rem;
  }
  .md\:mb-100 {
    margin-bottom: 1rem;
  }
  .md\:mb-133 {
    margin-bottom: 1.33rem;
  }
  .md\:mb-150 {
    margin-bottom: 1.5rem;
  }
  .md\:mb-166 {
    margin-bottom: 1.66rem;
  }
  .md\:mb-200 {
    margin-bottom: 2rem;
  }
  .md\:mb-233 {
    margin-bottom: 2.33rem;
  }
  .md\:mb-250 {
    margin-bottom: 2.5rem;
  }
  .md\:mb-277 {
    margin-bottom: 2.77rem;
  }
  .md\:mb-300 {
    margin-bottom: 3rem;
  }
  .md\:mb-333 {
    margin-bottom: 3.33rem;
  }
  .md\:mb-355 {
    margin-bottom: 3.55rem;
  }
  .md\:mb-400 {
    margin-bottom: 4rem;
  }
  .md\:mb-500 {
    margin-bottom: 5rem;
  }
  .md\:mb-555 {
    margin-bottom: 5.55rem;
  }
  .md\:mb-600 {
    margin-bottom: 6rem;
  }
  .md\:mb-700 {
    margin-bottom: 7rem;
  }
  .md\:mb-888 {
    margin-bottom: 8.88rem;
  }
  .md\:mr-0 {
    margin-right: 0rem;
  }
  .md\:mr-50 {
    margin-right: .5rem;
  }
  .md\:mr-100 {
    margin-right: 1rem;
  }
  .md\:mr-125 {
    margin-right: 1.25rem;
  }
  .md\:mr-133 {
    margin-right: 1.33rem;
  }
  .md\:mr-150 {
    margin-right: 1.5rem;
  }
  .md\:mr-200 {
    margin-right: 2rem;
  }
  .md\:mr-250 {
    margin-right: 2.5rem;
  }
  .md\:mr-300 {
    margin-right: 3rem;
  }
  .md\:mr-350 {
    margin-right: 3.5rem;
  }
  .md\:mr-400 {
    margin-right: 4rem;
  }
  .md\:mr-500 {
    margin-right: 5rem;
  }
  .md\:mr-625 {
    margin-right: 6.25rem;
  }
  .md\:mr-1250 {
    margin-right: 12.5rem;
  }
  .md\:ml-1-5p {
    margin-right: calc( 100% * 1/16);
  }
  .md\:ml--1 {
    margin-left: -1rem;
  }
  .md\:ml-0 {
    margin-left: 0rem;
  }
  .md\:ml-50 {
    margin-left: .5rem;
  }
  .md\:ml-100 {
    margin-left: 1rem;
  }
  .md\:ml-125 {
    margin-left: 1.25rem;
  }
  .md\:ml-133 {
    margin-left: 1.33rem;
  }
  .md\:ml-150 {
    margin-left: 1.5rem;
  }
  .md\:ml-200 {
    margin-left: 2rem;
  }
  .md\:ml-250 {
    margin-left: 2.5rem;
  }
  .md\:ml-300 {
    margin-left: 3rem;
  }
  .md\:ml-350 {
    margin-left: 3.5rem;
  }
  .md\:ml-400 {
    margin-left: 4rem;
  }
  .md\:ml-500 {
    margin-left: 5rem;
  }
  .md\:ml-625 {
    margin-left: 6.25rem;
  }
  .md\:ml-1250 {
    margin-left: 12.5rem;
  }
  .md\:p-center {
    padding: 0 auto;
  }
  .md\:p-0 {
    padding: 0;
  }
  .md\:p-25 {
    padding: .25rem;
  }
  .md\:p-50 {
    padding: .5rem;
  }
  .md\:p-75 {
    padding: .75rem;
  }
  .md\:p-100 {
    padding: 1rem;
  }
  .md\:p-200 {
    padding: 2rem;
  }
  .md\:p-250 {
    padding: 2.5rem;
  }
  .md\:p-300 {
    padding: 3rem;
  }
  .md\:p-500 {
    padding: 5rem;
  }
  .md\:p-512 {
    padding: 5.125rem;
  }
  .md\:p-600 {
    padding: 6rem;
  }
  .md\:p-625 {
    padding: 6.25rem;
  }
  .md\:p-700 {
    padding: 7rem;
  }
  .md\:p-800 {
    padding: 8rem;
  }
  .md\:px--1 {
    padding-left: -1rem;
    padding-right: -1rem;
  }
  .md\:px-0 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .md\:px-50 {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  .md\:px-100 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:px-133 {
    padding-left: 1.33rem;
    padding-right: 1.33rem;
  }
  .md\:px-150 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:px-200 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:px-250 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:px-300 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:px-400 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .md\:px-500 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .md\:px-600 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .md\:px-625 {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
  .md\:px-700 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .md\:px-1111 {
    padding-left: 11.11rem;
    padding-right: 11.11rem;
  }
  .md\:px-1250 {
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }
  .md\:px-contain {
    padding-left: calc(50vw / 4);
    padding-right: calc(50vw / 4);
  }
  .md\:py-0 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .md\:py-25 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }
  .md\:py-50 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .md\:py-100 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md\:py-133 {
    padding-top: 1.33rem;
    padding-bottom: 1.33rem;
  }
  .md\:py-150 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .md\:py-200 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md\:py-300 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:py-400 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:py-500 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:py-600 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .md\:py-625 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .md\:py-700 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .md\:py-800 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .md\:pt-0 {
    padding-top: 0rem;
  }
  .md\:pt-50 {
    padding-top: .5rem;
  }
  .md\:pt-100 {
    padding-top: 1rem;
  }
  .md\:pt-133 {
    padding-top: 1.33rem;
  }
  .md\:pt-150 {
    padding-top: 1.5rem;
  }
  .md\:pt-166 {
    padding-top: 1.66rem;
  }
  .md\:pt-175 {
    padding-top: 1.75rem;
  }
  .md\:pt-1875 {
    padding-top: 1.875rem;
  }
  .md\:pt-200 {
    padding-top: 2rem;
  }
  .md\:pt-250 {
    padding-top: 2.5rem;
  }
  .md\:pt-300 {
    padding-top: 3rem;
  }
  .md\:pt-355 {
    padding-top: 3.55rem;
  }
  .md\:pt-400 {
    padding-top: 4rem;
  }
  .md\:pt-500 {
    padding-top: 5rem;
  }
  .md\:pt-555 {
    padding-top: 5.55rem;
  }
  .md\:pt-600 {
    padding-top: 6rem;
  }
  .md\:pt-700 {
    padding-top: 7rem;
  }
  .md\:pt-800 {
    padding-top: 8rem;
  }
  .md\:pt--200 {
    padding-top: -2rem;
  }
  .md\:pt--400 {
    padding-top: -4rem;
  }
  .md\:pt--600 {
    padding-top: -6rem;
  }
  .md\:pt--800 {
    padding-top: -8rem;
  }
  .md\:pb-0 {
    padding-bottom: 0rem;
  }
  .md\:pb-25 {
    padding-bottom: .25rem;
  }
  .md\:pb-50 {
    padding-bottom: .5rem;
  }
  .md\:pb-0625 {
    padding-bottom: .625rem;
  }
  .md\:pb-075 {
    padding-bottom: .75rem;
  }
  .md\:pb-100 {
    padding-bottom: 1rem;
  }
  .md\:pb-133 {
    padding-bottom: 1.33rem;
  }
  .md\:pb-150 {
    padding-bottom: 1.5rem;
  }
  .md\:pb-166 {
    padding-bottom: 1.66rem;
  }
  .md\:pb-200 {
    padding-bottom: 2rem;
  }
  .md\:pb-233 {
    padding-bottom: 2.33rem;
  }
  .md\:pb-250 {
    padding-bottom: 2.5rem;
  }
  .md\:pb-277 {
    padding-bottom: 2.77rem;
  }
  .md\:pb-300 {
    padding-bottom: 3rem;
  }
  .md\:pb-333 {
    padding-bottom: 3.33rem;
  }
  .md\:pb-355 {
    padding-bottom: 3.55rem;
  }
  .md\:pb-400 {
    padding-bottom: 4rem;
  }
  .md\:pb-500 {
    padding-bottom: 5rem;
  }
  .md\:pb-555 {
    padding-bottom: 5.55rem;
  }
  .md\:pb-600 {
    padding-bottom: 6rem;
  }
  .md\:pb-700 {
    padding-bottom: 7rem;
  }
  .md\:pb-888 {
    padding-bottom: 8.88rem;
  }
  .md\:pr-0 {
    padding-right: 0rem;
  }
  .md\:pr-50 {
    padding-right: .5rem;
  }
  .md\:pr-100 {
    padding-right: 1rem;
  }
  .md\:pr-125 {
    padding-right: 1.25rem;
  }
  .md\:pr-133 {
    padding-right: 1.33rem;
  }
  .md\:pr-150 {
    padding-right: 1.5rem;
  }
  .md\:pr-200 {
    padding-right: 2rem;
  }
  .md\:pr-250 {
    padding-right: 2.5rem;
  }
  .md\:pr-300 {
    padding-right: 3rem;
  }
  .md\:pr-350 {
    padding-right: 3.5rem;
  }
  .md\:pr-400 {
    padding-right: 4rem;
  }
  .md\:pr-500 {
    padding-right: 5rem;
  }
  .md\:pr-625 {
    padding-right: 6.25rem;
  }
  .md\:pr-1250 {
    padding-right: 12.5rem;
  }
  .md\:pl-1-5p {
    padding-right: calc( 100% * 1/16);
  }
  .md\:pl--1 {
    padding-left: -1rem;
  }
  .md\:pl-0 {
    padding-left: 0rem;
  }
  .md\:pl-50 {
    padding-left: .5rem;
  }
  .md\:pl-100 {
    padding-left: 1rem;
  }
  .md\:pl-125 {
    padding-left: 1.25rem;
  }
  .md\:pl-133 {
    padding-left: 1.33rem;
  }
  .md\:pl-150 {
    padding-left: 1.5rem;
  }
  .md\:pl-200 {
    padding-left: 2rem;
  }
  .md\:pl-250 {
    padding-left: 2.5rem;
  }
  .md\:pl-300 {
    padding-left: 3rem;
  }
  .md\:pl-350 {
    padding-left: 3.5rem;
  }
  .md\:pl-400 {
    padding-left: 4rem;
  }
  .md\:pl-500 {
    padding-left: 5rem;
  }
  .md\:pl-625 {
    padding-left: 6.25rem;
  }
  .md\:pl-1250 {
    padding-left: 12.5rem;
  }
  .md\:bg-cover {
    background-size: cover;
  }
  .md\:bg-bottom {
    background-position: bottom;
  }
  .md\:bg-top {
    background-position: top;
  }
  .md\:bg-center {
    background-position: center;
  }
  .md\:bg-none {
    background: 0;
  }
  .md\:bg-black {
    background-color: #000;
  }
  .md\:bg-blue {
    background-color: #005E9E;
  }
  .md\:bg-orange {
    background-color: #F7941E;
  }
  .md\:bg-grey {
    background-color: #F2F2F2;
  }
  .md\:bg-transparent {
    background-color: transparent;
  }
  .md\:bg-no-repeat {
    background-repeat: no-repeat;
  }
  .md\:bg-bottom {
    background-position: bottom;
  }
  .md\:bg-center {
    background-position: center;
  }
  .md\:bg-left {
    background-position: left;
  }
  .md\:bg-left-bottom {
    background-position: left bottom;
  }
  .md\:bg-left-top {
    background-position: left top;
  }
  .md\:bg-right {
    background-position: right;
  }
  .md\:bg-right-bottom {
    background-position: right bottom;
  }
  .md\:bg-right-top {
    background-position: right top;
  }
  .md\:bg-top {
    background-position: top;
  }
  .md\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .md\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .md\:flex-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .md\:flex-left {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .md\:flex-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .md\:flex-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .md\:flex-middle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .md\:flex-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .md\:flex-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .md\:flex-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .md\:flex-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .md\:flex-eq-vert {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .md\:flex-eq-horiz {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .md\:flex-gapped {
    margin: 0 -1rem;
    width: calc(100% + 2rem);
  }
  .md\:flex-gapped > li, .md\:flex-gapped > div {
    padding: 0 1rem;
  }
  .md\:flex-sep-vert {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .md\:flex-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .md\:border-0 {
    border: 0;
  }
  .md\:border-1 {
    border: 1px;
  }
  .md\:border-2 {
    border: 2px;
  }
  .md\:border-bottom {
    border-bottom: 1px solid;
  }
  .md\:border-top {
    border-top: 1px solid;
  }
  .md\:border-left {
    border-left: 1px solid;
  }
  .md\:border-right {
    border-right: 1px solid;
  }
  .md\:border-white {
    border-color: #fff;
  }
  .md\:border-grey {
    border-color: #ccc;
  }
}

@media (max-width: 768px) {
  .mds\:columns-1 {
    -webkit-column-count: unset;
            column-count: unset;
  }
  .mds\:columns-2 {
    -webkit-column-count: 2;
            column-count: 2;
  }
  .mds\:columns-3 {
    -webkit-column-count: 3;
            column-count: 3;
  }
  .mds\:block {
    display: block !important;
  }
  .mds\:inline {
    display: inline !important;
  }
  .mds\:inline-block {
    display: inline-block;
  }
  .mds\:table {
    display: table;
  }
  .mds\:hidden {
    display: none !important;
  }
  .mds\:visible {
    display: block !important;
  }
  .mds\:absolute {
    position: absolute;
  }
  .mds\:relative {
    position: relative;
  }
  .mds\:order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .mds\:order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .mds\:order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .mds\:order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .mds\:order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .mds\:text-50 {
    font-size: .5rem;
  }
  .mds\:text-65 {
    font-size: .65rem;
  }
  .mds\:text-75 {
    font-size: .75rem;
  }
  .mds\:text-88 {
    font-size: .88rem;
  }
  .mds\:text-100 {
    font-size: 1rem;
  }
  .mds\:text-1125 {
    font-size: 1.125rem;
  }
  .mds\:text-115 {
    font-size: 1.15rem;
  }
  .mds\:text-125 {
    font-size: 1.25rem;
  }
  .mds\:text-135 {
    font-size: 1.35rem;
  }
  .mds\:text-150 {
    font-size: 1.5rem;
  }
  .mds\:text-175 {
    font-size: 1.75rem;
  }
  .mds\:text-200 {
    font-size: 2rem;
  }
  .mds\:text-225 {
    font-size: 2.25rem;
  }
  .mds\:text-250 {
    font-size: 2.5rem;
  }
  .mds\:text-center {
    text-align: center;
  }
  .mds\:text-left {
    text-align: left;
  }
  .mds\:text-right {
    text-align: right;
  }
  .mds\:text-bottom {
    margin-top: auto;
  }
  .mds\:text-dark {
    color: #000;
  }
  .mds\:text-blue {
    color: #005E9E;
  }
  .mds\:text-grey {
    color: #ACACAC;
  }
  .mds\:text-orange {
    color: #F7941E;
  }
  .mds\:text-white {
    color: #fff;
  }
  .mds\:text-thin {
    font-weight: 100;
  }
  .mds\:text-light {
    font-weight: 300;
  }
  .mds\:text-regular {
    font-weight: 400;
  }
  .mds\:text-bold {
    font-weight: 600;
  }
  .mds\:text-black {
    font-weight: 700;
  }
  .mds\:text-underline {
    text-decoration: underline;
  }
  .mds\:text-italic {
    font-style: italic;
  }
  .mds\:text-lowercase {
    text-transform: none;
  }
  .mds\:text-uppercase {
    text-transform: uppercase;
  }
  .mds\:text-capitalize {
    text-transform: capitalize;
  }
  .mds\:text-normal-spacing {
    letter-spacing: .1em;
  }
  .mds\:text-wide {
    letter-spacing: .2em;
  }
  .mds\:text-wider {
    letter-spacing: .4em;
  }
  .mds\:text-rotate {
    white-space: nowrap;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: mixed;
  }
  .mds\:text-rotate-lr {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
  }
  .mds\:text-shadow {
    text-shadow: 0 .15em 1rem #000;
  }
  .mds\:w-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .mds\:w-1\/8 {
    width: 12.5%;
  }
  .mds\:w-1\/6 {
    width: 16.66%;
  }
  .mds\:w-1\/5 {
    width: 20%;
  }
  .mds\:w-1\/4 {
    width: 25%;
  }
  .mds\:w-3\/10 {
    width: 30%;
  }
  .mds\:w-1\/3 {
    width: 33.3%;
  }
  .mds\:w-2\/5 {
    width: 40%;
  }
  .mds\:w-1\/2 {
    width: 50%;
  }
  .mds\:w-3\/5 {
    width: 60%;
  }
  .mds\:w-2\/3 {
    width: 66.6%;
  }
  .mds\:w-7\/10 {
    width: 70%;
  }
  .mds\:w-3\/4 {
    width: 75%;
  }
  .mds\:w-3\/5 {
    width: 60%;
  }
  .mds\:w-5\/8 {
    width: 62.5%;
  }
  .mds\:w-2\/3 {
    width: 66.6%;
  }
  .mds\:w-7\/10 {
    width: 70%;
  }
  .mds\:w-4\/5 {
    width: 80%;
  }
  .mds\:w-9\/10 {
    width: 90%;
  }
  .mds\:w-full {
    width: 100%;
  }
  .mds\:h-auto {
    height: auto;
  }
  .mds\:h-100 {
    height: 100vh;
  }
  .mds\:h-25 {
    height: 25vh;
  }
  .mds\:h-50 {
    height: 50vh;
  }
  .mds\:h-75 {
    height: 75vh;
  }
  .mds\:h-full {
    height: 100%;
  }
  .mds\:h-22v {
    height: 22vw;
  }
  .mds\:h-30v {
    height: 30vw;
  }
  .mds\:h-50v {
    height: 50vw;
  }
  .mds\:m-center {
    margin: 0 auto;
  }
  .mds\:m-0 {
    margin: 0;
  }
  .mds\:m-25 {
    margin: .25rem;
  }
  .mds\:m-50 {
    margin: .5rem;
  }
  .mds\:m-75 {
    margin: .75rem;
  }
  .mds\:m-100 {
    margin: 1rem;
  }
  .mds\:m-200 {
    margin: 2rem;
  }
  .mds\:m-250 {
    margin: 2.5rem;
  }
  .mds\:m-300 {
    margin: 3rem;
  }
  .mds\:m-500 {
    margin: 5rem;
  }
  .mds\:m-512 {
    margin: 5.125rem;
  }
  .mds\:m-600 {
    margin: 6rem;
  }
  .mds\:m-625 {
    margin: 6.25rem;
  }
  .mds\:m-700 {
    margin: 7rem;
  }
  .mds\:m-800 {
    margin: 8rem;
  }
  .mds\:mx--1 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .mds\:mx-0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .mds\:mx-50 {
    margin-left: .5rem;
    margin-right: .5rem;
  }
  .mds\:mx-100 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .mds\:mx-133 {
    margin-left: 1.33rem;
    margin-right: 1.33rem;
  }
  .mds\:mx-150 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .mds\:mx-200 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .mds\:mx-250 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .mds\:mx-300 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .mds\:mx-400 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .mds\:mx-500 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .mds\:mx-600 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .mds\:mx-625 {
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }
  .mds\:mx-700 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
  .mds\:mx-1111 {
    margin-left: 11.11rem;
    margin-right: 11.11rem;
  }
  .mds\:mx-1250 {
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }
  .mds\:mx-contain {
    margin-left: calc(50vw / 4);
    margin-right: calc(50vw / 4);
  }
  .mds\:my-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  .mds\:my-25 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }
  .mds\:my-50 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }
  .mds\:my-100 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .mds\:my-133 {
    margin-top: 1.33rem;
    margin-bottom: 1.33rem;
  }
  .mds\:my-150 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .mds\:my-200 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .mds\:my-300 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .mds\:my-400 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .mds\:my-500 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .mds\:my-600 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .mds\:my-625 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  .mds\:my-700 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .mds\:my-800 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .mds\:mt-0 {
    margin-top: 0rem;
  }
  .mds\:mt-50 {
    margin-top: .5rem;
  }
  .mds\:mt-100 {
    margin-top: 1rem;
  }
  .mds\:mt-133 {
    margin-top: 1.33rem;
  }
  .mds\:mt-150 {
    margin-top: 1.5rem;
  }
  .mds\:mt-166 {
    margin-top: 1.66rem;
  }
  .mds\:mt-175 {
    margin-top: 1.75rem;
  }
  .mds\:mt-1875 {
    margin-top: 1.875rem;
  }
  .mds\:mt-200 {
    margin-top: 2rem;
  }
  .mds\:mt-250 {
    margin-top: 2.5rem;
  }
  .mds\:mt-300 {
    margin-top: 3rem;
  }
  .mds\:mt-355 {
    margin-top: 3.55rem;
  }
  .mds\:mt-400 {
    margin-top: 4rem;
  }
  .mds\:mt-500 {
    margin-top: 5rem;
  }
  .mds\:mt-555 {
    margin-top: 5.55rem;
  }
  .mds\:mt-600 {
    margin-top: 6rem;
  }
  .mds\:mt-700 {
    margin-top: 7rem;
  }
  .mds\:mt-800 {
    margin-top: 8rem;
  }
  .mds\:mt--200 {
    margin-top: -2rem;
  }
  .mds\:mt--400 {
    margin-top: -4rem;
  }
  .mds\:mt--600 {
    margin-top: -6rem;
  }
  .mds\:mt--800 {
    margin-top: -8rem;
  }
  .mds\:mb-0 {
    margin-bottom: 0rem;
  }
  .mds\:mb-25 {
    margin-bottom: .25rem;
  }
  .mds\:mb-50 {
    margin-bottom: .5rem;
  }
  .mds\:mb-0625 {
    margin-bottom: .625rem;
  }
  .mds\:mb-075 {
    margin-bottom: .75rem;
  }
  .mds\:mb-100 {
    margin-bottom: 1rem;
  }
  .mds\:mb-133 {
    margin-bottom: 1.33rem;
  }
  .mds\:mb-150 {
    margin-bottom: 1.5rem;
  }
  .mds\:mb-166 {
    margin-bottom: 1.66rem;
  }
  .mds\:mb-200 {
    margin-bottom: 2rem;
  }
  .mds\:mb-233 {
    margin-bottom: 2.33rem;
  }
  .mds\:mb-250 {
    margin-bottom: 2.5rem;
  }
  .mds\:mb-277 {
    margin-bottom: 2.77rem;
  }
  .mds\:mb-300 {
    margin-bottom: 3rem;
  }
  .mds\:mb-333 {
    margin-bottom: 3.33rem;
  }
  .mds\:mb-355 {
    margin-bottom: 3.55rem;
  }
  .mds\:mb-400 {
    margin-bottom: 4rem;
  }
  .mds\:mb-500 {
    margin-bottom: 5rem;
  }
  .mds\:mb-555 {
    margin-bottom: 5.55rem;
  }
  .mds\:mb-600 {
    margin-bottom: 6rem;
  }
  .mds\:mb-700 {
    margin-bottom: 7rem;
  }
  .mds\:mb-888 {
    margin-bottom: 8.88rem;
  }
  .mds\:mr-0 {
    margin-right: 0rem;
  }
  .mds\:mr-50 {
    margin-right: .5rem;
  }
  .mds\:mr-100 {
    margin-right: 1rem;
  }
  .mds\:mr-125 {
    margin-right: 1.25rem;
  }
  .mds\:mr-133 {
    margin-right: 1.33rem;
  }
  .mds\:mr-150 {
    margin-right: 1.5rem;
  }
  .mds\:mr-200 {
    margin-right: 2rem;
  }
  .mds\:mr-250 {
    margin-right: 2.5rem;
  }
  .mds\:mr-300 {
    margin-right: 3rem;
  }
  .mds\:mr-350 {
    margin-right: 3.5rem;
  }
  .mds\:mr-400 {
    margin-right: 4rem;
  }
  .mds\:mr-500 {
    margin-right: 5rem;
  }
  .mds\:mr-625 {
    margin-right: 6.25rem;
  }
  .mds\:mr-1250 {
    margin-right: 12.5rem;
  }
  .mds\:ml-1-5p {
    margin-right: calc( 100% * 1/16);
  }
  .mds\:ml--1 {
    margin-left: -1rem;
  }
  .mds\:ml-0 {
    margin-left: 0rem;
  }
  .mds\:ml-50 {
    margin-left: .5rem;
  }
  .mds\:ml-100 {
    margin-left: 1rem;
  }
  .mds\:ml-125 {
    margin-left: 1.25rem;
  }
  .mds\:ml-133 {
    margin-left: 1.33rem;
  }
  .mds\:ml-150 {
    margin-left: 1.5rem;
  }
  .mds\:ml-200 {
    margin-left: 2rem;
  }
  .mds\:ml-250 {
    margin-left: 2.5rem;
  }
  .mds\:ml-300 {
    margin-left: 3rem;
  }
  .mds\:ml-350 {
    margin-left: 3.5rem;
  }
  .mds\:ml-400 {
    margin-left: 4rem;
  }
  .mds\:ml-500 {
    margin-left: 5rem;
  }
  .mds\:ml-625 {
    margin-left: 6.25rem;
  }
  .mds\:ml-1250 {
    margin-left: 12.5rem;
  }
  .mds\:p-center {
    padding: 0 auto;
  }
  .mds\:p-0 {
    padding: 0;
  }
  .mds\:p-25 {
    padding: .25rem;
  }
  .mds\:p-50 {
    padding: .5rem;
  }
  .mds\:p-75 {
    padding: .75rem;
  }
  .mds\:p-100 {
    padding: 1rem;
  }
  .mds\:p-200 {
    padding: 2rem;
  }
  .mds\:p-250 {
    padding: 2.5rem;
  }
  .mds\:p-300 {
    padding: 3rem;
  }
  .mds\:p-500 {
    padding: 5rem;
  }
  .mds\:p-512 {
    padding: 5.125rem;
  }
  .mds\:p-600 {
    padding: 6rem;
  }
  .mds\:p-625 {
    padding: 6.25rem;
  }
  .mds\:p-700 {
    padding: 7rem;
  }
  .mds\:p-800 {
    padding: 8rem;
  }
  .mds\:px--1 {
    padding-left: -1rem;
    padding-right: -1rem;
  }
  .mds\:px-0 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .mds\:px-50 {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  .mds\:px-100 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .mds\:px-133 {
    padding-left: 1.33rem;
    padding-right: 1.33rem;
  }
  .mds\:px-150 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .mds\:px-200 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .mds\:px-250 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .mds\:px-300 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .mds\:px-400 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .mds\:px-500 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .mds\:px-600 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .mds\:px-625 {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
  .mds\:px-700 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .mds\:px-1111 {
    padding-left: 11.11rem;
    padding-right: 11.11rem;
  }
  .mds\:px-1250 {
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }
  .mds\:px-contain {
    padding-left: calc(50vw / 4);
    padding-right: calc(50vw / 4);
  }
  .mds\:py-0 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .mds\:py-25 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }
  .mds\:py-50 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .mds\:py-100 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .mds\:py-133 {
    padding-top: 1.33rem;
    padding-bottom: 1.33rem;
  }
  .mds\:py-150 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .mds\:py-200 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .mds\:py-300 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .mds\:py-400 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .mds\:py-500 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .mds\:py-600 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .mds\:py-625 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .mds\:py-700 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .mds\:py-800 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .mds\:pt-0 {
    padding-top: 0rem;
  }
  .mds\:pt-50 {
    padding-top: .5rem;
  }
  .mds\:pt-100 {
    padding-top: 1rem;
  }
  .mds\:pt-133 {
    padding-top: 1.33rem;
  }
  .mds\:pt-150 {
    padding-top: 1.5rem;
  }
  .mds\:pt-166 {
    padding-top: 1.66rem;
  }
  .mds\:pt-175 {
    padding-top: 1.75rem;
  }
  .mds\:pt-1875 {
    padding-top: 1.875rem;
  }
  .mds\:pt-200 {
    padding-top: 2rem;
  }
  .mds\:pt-250 {
    padding-top: 2.5rem;
  }
  .mds\:pt-300 {
    padding-top: 3rem;
  }
  .mds\:pt-355 {
    padding-top: 3.55rem;
  }
  .mds\:pt-400 {
    padding-top: 4rem;
  }
  .mds\:pt-500 {
    padding-top: 5rem;
  }
  .mds\:pt-555 {
    padding-top: 5.55rem;
  }
  .mds\:pt-600 {
    padding-top: 6rem;
  }
  .mds\:pt-700 {
    padding-top: 7rem;
  }
  .mds\:pt-800 {
    padding-top: 8rem;
  }
  .mds\:pt--200 {
    padding-top: -2rem;
  }
  .mds\:pt--400 {
    padding-top: -4rem;
  }
  .mds\:pt--600 {
    padding-top: -6rem;
  }
  .mds\:pt--800 {
    padding-top: -8rem;
  }
  .mds\:pb-0 {
    padding-bottom: 0rem;
  }
  .mds\:pb-25 {
    padding-bottom: .25rem;
  }
  .mds\:pb-50 {
    padding-bottom: .5rem;
  }
  .mds\:pb-0625 {
    padding-bottom: .625rem;
  }
  .mds\:pb-075 {
    padding-bottom: .75rem;
  }
  .mds\:pb-100 {
    padding-bottom: 1rem;
  }
  .mds\:pb-133 {
    padding-bottom: 1.33rem;
  }
  .mds\:pb-150 {
    padding-bottom: 1.5rem;
  }
  .mds\:pb-166 {
    padding-bottom: 1.66rem;
  }
  .mds\:pb-200 {
    padding-bottom: 2rem;
  }
  .mds\:pb-233 {
    padding-bottom: 2.33rem;
  }
  .mds\:pb-250 {
    padding-bottom: 2.5rem;
  }
  .mds\:pb-277 {
    padding-bottom: 2.77rem;
  }
  .mds\:pb-300 {
    padding-bottom: 3rem;
  }
  .mds\:pb-333 {
    padding-bottom: 3.33rem;
  }
  .mds\:pb-355 {
    padding-bottom: 3.55rem;
  }
  .mds\:pb-400 {
    padding-bottom: 4rem;
  }
  .mds\:pb-500 {
    padding-bottom: 5rem;
  }
  .mds\:pb-555 {
    padding-bottom: 5.55rem;
  }
  .mds\:pb-600 {
    padding-bottom: 6rem;
  }
  .mds\:pb-700 {
    padding-bottom: 7rem;
  }
  .mds\:pb-888 {
    padding-bottom: 8.88rem;
  }
  .mds\:pr-0 {
    padding-right: 0rem;
  }
  .mds\:pr-50 {
    padding-right: .5rem;
  }
  .mds\:pr-100 {
    padding-right: 1rem;
  }
  .mds\:pr-125 {
    padding-right: 1.25rem;
  }
  .mds\:pr-133 {
    padding-right: 1.33rem;
  }
  .mds\:pr-150 {
    padding-right: 1.5rem;
  }
  .mds\:pr-200 {
    padding-right: 2rem;
  }
  .mds\:pr-250 {
    padding-right: 2.5rem;
  }
  .mds\:pr-300 {
    padding-right: 3rem;
  }
  .mds\:pr-350 {
    padding-right: 3.5rem;
  }
  .mds\:pr-400 {
    padding-right: 4rem;
  }
  .mds\:pr-500 {
    padding-right: 5rem;
  }
  .mds\:pr-625 {
    padding-right: 6.25rem;
  }
  .mds\:pr-1250 {
    padding-right: 12.5rem;
  }
  .mds\:pl-1-5p {
    padding-right: calc( 100% * 1/16);
  }
  .mds\:pl--1 {
    padding-left: -1rem;
  }
  .mds\:pl-0 {
    padding-left: 0rem;
  }
  .mds\:pl-50 {
    padding-left: .5rem;
  }
  .mds\:pl-100 {
    padding-left: 1rem;
  }
  .mds\:pl-125 {
    padding-left: 1.25rem;
  }
  .mds\:pl-133 {
    padding-left: 1.33rem;
  }
  .mds\:pl-150 {
    padding-left: 1.5rem;
  }
  .mds\:pl-200 {
    padding-left: 2rem;
  }
  .mds\:pl-250 {
    padding-left: 2.5rem;
  }
  .mds\:pl-300 {
    padding-left: 3rem;
  }
  .mds\:pl-350 {
    padding-left: 3.5rem;
  }
  .mds\:pl-400 {
    padding-left: 4rem;
  }
  .mds\:pl-500 {
    padding-left: 5rem;
  }
  .mds\:pl-625 {
    padding-left: 6.25rem;
  }
  .mds\:pl-1250 {
    padding-left: 12.5rem;
  }
  .mds\:bg-cover {
    background-size: cover;
  }
  .mds\:bg-bottom {
    background-position: bottom;
  }
  .mds\:bg-top {
    background-position: top;
  }
  .mds\:bg-center {
    background-position: center;
  }
  .mds\:bg-none {
    background: 0;
  }
  .mds\:bg-black {
    background-color: #000;
  }
  .mds\:bg-blue {
    background-color: #005E9E;
  }
  .mds\:bg-orange {
    background-color: #F7941E;
  }
  .mds\:bg-grey {
    background-color: #F2F2F2;
  }
  .mds\:bg-transparent {
    background-color: transparent;
  }
  .mds\:bg-no-repeat {
    background-repeat: no-repeat;
  }
  .mds\:bg-bottom {
    background-position: bottom;
  }
  .mds\:bg-center {
    background-position: center;
  }
  .mds\:bg-left {
    background-position: left;
  }
  .mds\:bg-left-bottom {
    background-position: left bottom;
  }
  .mds\:bg-left-top {
    background-position: left top;
  }
  .mds\:bg-right {
    background-position: right;
  }
  .mds\:bg-right-bottom {
    background-position: right bottom;
  }
  .mds\:bg-right-top {
    background-position: right top;
  }
  .mds\:bg-top {
    background-position: top;
  }
  .mds\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mds\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mds\:flex-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .mds\:flex-left {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .mds\:flex-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .mds\:flex-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mds\:flex-middle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mds\:flex-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .mds\:flex-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .mds\:flex-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .mds\:flex-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .mds\:flex-eq-vert {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mds\:flex-eq-horiz {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .mds\:flex-gapped {
    margin: 0 -1rem;
    width: calc(100% + 2rem);
  }
  .mds\:flex-gapped > li, .mds\:flex-gapped > div {
    padding: 0 1rem;
  }
  .mds\:flex-sep-vert {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mds\:flex-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .mds\:border-0 {
    border: 0;
  }
  .mds\:border-1 {
    border: 1px;
  }
  .mds\:border-2 {
    border: 2px;
  }
  .mds\:border-bottom {
    border-bottom: 1px solid;
  }
  .mds\:border-top {
    border-top: 1px solid;
  }
  .mds\:border-left {
    border-left: 1px solid;
  }
  .mds\:border-right {
    border-right: 1px solid;
  }
  .mds\:border-white {
    border-color: #fff;
  }
  .mds\:border-grey {
    border-color: #ccc;
  }
}

@media (max-width: 560px), (device-width: 375px) and (-webkit-device-pixel-ratio: 3) {
  .sm\:container {
    max-width: 640px;
  }
  .sm\:columns-1 {
    -webkit-column-count: unset;
            column-count: unset;
  }
  .sm\:columns-2 {
    -webkit-column-count: 2;
            column-count: 2;
  }
  .sm\:columns-3 {
    -webkit-column-count: 3;
            column-count: 3;
  }
  .sm\:block {
    display: block !important;
  }
  .sm\:inline {
    display: inline !important;
  }
  .sm\:inline-block {
    display: inline-block;
  }
  .sm\:table {
    display: table;
  }
  .sm\:hidden {
    display: none !important;
  }
  .sm\:visible {
    display: block !important;
  }
  .sm\:absolute {
    position: absolute;
  }
  .sm\:relative {
    position: relative;
  }
  .sm\:order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sm\:order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .sm\:order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .sm\:order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .sm\:order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .sm\:text-50 {
    font-size: .5rem;
  }
  .sm\:text-65 {
    font-size: .65rem;
  }
  .sm\:text-75 {
    font-size: .75rem;
  }
  .sm\:text-88 {
    font-size: .88rem;
  }
  .sm\:text-100 {
    font-size: 1rem;
  }
  .sm\:text-1125 {
    font-size: 1.125rem;
  }
  .sm\:text-115 {
    font-size: 1.15rem;
  }
  .sm\:text-125 {
    font-size: 1.25rem;
  }
  .sm\:text-135 {
    font-size: 1.35rem;
  }
  .sm\:text-150 {
    font-size: 1.5rem;
  }
  .sm\:text-175 {
    font-size: 1.75rem;
  }
  .sm\:text-200 {
    font-size: 2rem;
  }
  .sm\:text-225 {
    font-size: 2.25rem;
  }
  .sm\:text-250 {
    font-size: 2.5rem;
  }
  .sm\:text-center {
    text-align: center;
  }
  .sm\:text-left {
    text-align: left;
  }
  .sm\:text-right {
    text-align: right;
  }
  .sm\:text-bottom {
    margin-top: auto;
  }
  .sm\:text-dark {
    color: #000;
  }
  .sm\:text-blue {
    color: #005E9E;
  }
  .sm\:text-grey {
    color: #ACACAC;
  }
  .sm\:text-orange {
    color: #F7941E;
  }
  .sm\:text-white {
    color: #fff;
  }
  .sm\:text-thin {
    font-weight: 100;
  }
  .sm\:text-light {
    font-weight: 300;
  }
  .sm\:text-regular {
    font-weight: 400;
  }
  .sm\:text-bold {
    font-weight: 600;
  }
  .sm\:text-black {
    font-weight: 700;
  }
  .sm\:text-underline {
    text-decoration: underline;
  }
  .sm\:text-italic {
    font-style: italic;
  }
  .sm\:text-lowercase {
    text-transform: none;
  }
  .sm\:text-uppercase {
    text-transform: uppercase;
  }
  .sm\:text-capitalize {
    text-transform: capitalize;
  }
  .sm\:text-normal-spacing {
    letter-spacing: .1em;
  }
  .sm\:text-wide {
    letter-spacing: .2em;
  }
  .sm\:text-wider {
    letter-spacing: .4em;
  }
  .sm\:text-rotate {
    white-space: nowrap;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: mixed;
  }
  .sm\:text-rotate-lr {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
  }
  .sm\:text-shadow {
    text-shadow: 0 .15em 1rem #000;
  }
  .sm\:w-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .sm\:w-1\/8 {
    width: 12.5%;
  }
  .sm\:w-1\/6 {
    width: 16.66%;
  }
  .sm\:w-1\/5 {
    width: 20%;
  }
  .sm\:w-1\/4 {
    width: 25%;
  }
  .sm\:w-3\/10 {
    width: 30%;
  }
  .sm\:w-1\/3 {
    width: 33.3%;
  }
  .sm\:w-2\/5 {
    width: 40%;
  }
  .sm\:w-1\/2 {
    width: 50%;
  }
  .sm\:w-3\/5 {
    width: 60%;
  }
  .sm\:w-2\/3 {
    width: 66.6%;
  }
  .sm\:w-7\/10 {
    width: 70%;
  }
  .sm\:w-3\/4 {
    width: 75%;
  }
  .sm\:w-3\/5 {
    width: 60%;
  }
  .sm\:w-5\/8 {
    width: 62.5%;
  }
  .sm\:w-2\/3 {
    width: 66.6%;
  }
  .sm\:w-7\/10 {
    width: 70%;
  }
  .sm\:w-4\/5 {
    width: 80%;
  }
  .sm\:w-9\/10 {
    width: 90%;
  }
  .sm\:w-full {
    width: 100%;
  }
  .sm\:h-auto {
    height: auto;
  }
  .sm\:h-100 {
    height: 100vh;
  }
  .sm\:h-25 {
    height: 25vh;
  }
  .sm\:h-50 {
    height: 50vh;
  }
  .sm\:h-75 {
    height: 75vh;
  }
  .sm\:h-full {
    height: 100%;
  }
  .sm\:h-22v {
    height: 22vw;
  }
  .sm\:h-30v {
    height: 30vw;
  }
  .sm\:h-50v {
    height: 50vw;
  }
  .sm\:m-center {
    margin: 0 auto;
  }
  .sm\:m-0 {
    margin: 0;
  }
  .sm\:m-25 {
    margin: .25rem;
  }
  .sm\:m-50 {
    margin: .5rem;
  }
  .sm\:m-75 {
    margin: .75rem;
  }
  .sm\:m-100 {
    margin: 1rem;
  }
  .sm\:m-200 {
    margin: 2rem;
  }
  .sm\:m-250 {
    margin: 2.5rem;
  }
  .sm\:m-300 {
    margin: 3rem;
  }
  .sm\:m-500 {
    margin: 5rem;
  }
  .sm\:m-512 {
    margin: 5.125rem;
  }
  .sm\:m-600 {
    margin: 6rem;
  }
  .sm\:m-625 {
    margin: 6.25rem;
  }
  .sm\:m-700 {
    margin: 7rem;
  }
  .sm\:m-800 {
    margin: 8rem;
  }
  .sm\:mx--1 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .sm\:mx-0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .sm\:mx-50 {
    margin-left: .5rem;
    margin-right: .5rem;
  }
  .sm\:mx-100 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .sm\:mx-133 {
    margin-left: 1.33rem;
    margin-right: 1.33rem;
  }
  .sm\:mx-150 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .sm\:mx-200 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .sm\:mx-250 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .sm\:mx-300 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .sm\:mx-400 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .sm\:mx-500 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .sm\:mx-600 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .sm\:mx-625 {
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }
  .sm\:mx-700 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
  .sm\:mx-1111 {
    margin-left: 11.11rem;
    margin-right: 11.11rem;
  }
  .sm\:mx-1250 {
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }
  .sm\:mx-contain {
    margin-left: calc(50vw / 4);
    margin-right: calc(50vw / 4);
  }
  .sm\:my-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  .sm\:my-25 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }
  .sm\:my-50 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }
  .sm\:my-100 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .sm\:my-133 {
    margin-top: 1.33rem;
    margin-bottom: 1.33rem;
  }
  .sm\:my-150 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .sm\:my-200 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .sm\:my-300 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .sm\:my-400 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .sm\:my-500 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .sm\:my-600 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .sm\:my-625 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  .sm\:my-700 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .sm\:my-800 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .sm\:mt-0 {
    margin-top: 0rem;
  }
  .sm\:mt-50 {
    margin-top: .5rem;
  }
  .sm\:mt-100 {
    margin-top: 1rem;
  }
  .sm\:mt-133 {
    margin-top: 1.33rem;
  }
  .sm\:mt-150 {
    margin-top: 1.5rem;
  }
  .sm\:mt-166 {
    margin-top: 1.66rem;
  }
  .sm\:mt-175 {
    margin-top: 1.75rem;
  }
  .sm\:mt-1875 {
    margin-top: 1.875rem;
  }
  .sm\:mt-200 {
    margin-top: 2rem;
  }
  .sm\:mt-250 {
    margin-top: 2.5rem;
  }
  .sm\:mt-300 {
    margin-top: 3rem;
  }
  .sm\:mt-355 {
    margin-top: 3.55rem;
  }
  .sm\:mt-400 {
    margin-top: 4rem;
  }
  .sm\:mt-500 {
    margin-top: 5rem;
  }
  .sm\:mt-555 {
    margin-top: 5.55rem;
  }
  .sm\:mt-600 {
    margin-top: 6rem;
  }
  .sm\:mt-700 {
    margin-top: 7rem;
  }
  .sm\:mt-800 {
    margin-top: 8rem;
  }
  .sm\:mt--200 {
    margin-top: -2rem;
  }
  .sm\:mt--400 {
    margin-top: -4rem;
  }
  .sm\:mt--600 {
    margin-top: -6rem;
  }
  .sm\:mt--800 {
    margin-top: -8rem;
  }
  .sm\:mb-0 {
    margin-bottom: 0rem;
  }
  .sm\:mb-25 {
    margin-bottom: .25rem;
  }
  .sm\:mb-50 {
    margin-bottom: .5rem;
  }
  .sm\:mb-0625 {
    margin-bottom: .625rem;
  }
  .sm\:mb-075 {
    margin-bottom: .75rem;
  }
  .sm\:mb-100 {
    margin-bottom: 1rem;
  }
  .sm\:mb-133 {
    margin-bottom: 1.33rem;
  }
  .sm\:mb-150 {
    margin-bottom: 1.5rem;
  }
  .sm\:mb-166 {
    margin-bottom: 1.66rem;
  }
  .sm\:mb-200 {
    margin-bottom: 2rem;
  }
  .sm\:mb-233 {
    margin-bottom: 2.33rem;
  }
  .sm\:mb-250 {
    margin-bottom: 2.5rem;
  }
  .sm\:mb-277 {
    margin-bottom: 2.77rem;
  }
  .sm\:mb-300 {
    margin-bottom: 3rem;
  }
  .sm\:mb-333 {
    margin-bottom: 3.33rem;
  }
  .sm\:mb-355 {
    margin-bottom: 3.55rem;
  }
  .sm\:mb-400 {
    margin-bottom: 4rem;
  }
  .sm\:mb-500 {
    margin-bottom: 5rem;
  }
  .sm\:mb-555 {
    margin-bottom: 5.55rem;
  }
  .sm\:mb-600 {
    margin-bottom: 6rem;
  }
  .sm\:mb-700 {
    margin-bottom: 7rem;
  }
  .sm\:mb-888 {
    margin-bottom: 8.88rem;
  }
  .sm\:mr-0 {
    margin-right: 0rem;
  }
  .sm\:mr-50 {
    margin-right: .5rem;
  }
  .sm\:mr-100 {
    margin-right: 1rem;
  }
  .sm\:mr-125 {
    margin-right: 1.25rem;
  }
  .sm\:mr-133 {
    margin-right: 1.33rem;
  }
  .sm\:mr-150 {
    margin-right: 1.5rem;
  }
  .sm\:mr-200 {
    margin-right: 2rem;
  }
  .sm\:mr-250 {
    margin-right: 2.5rem;
  }
  .sm\:mr-300 {
    margin-right: 3rem;
  }
  .sm\:mr-350 {
    margin-right: 3.5rem;
  }
  .sm\:mr-400 {
    margin-right: 4rem;
  }
  .sm\:mr-500 {
    margin-right: 5rem;
  }
  .sm\:mr-625 {
    margin-right: 6.25rem;
  }
  .sm\:mr-1250 {
    margin-right: 12.5rem;
  }
  .sm\:ml-1-5p {
    margin-right: calc( 100% * 1/16);
  }
  .sm\:ml--1 {
    margin-left: -1rem;
  }
  .sm\:ml-0 {
    margin-left: 0rem;
  }
  .sm\:ml-50 {
    margin-left: .5rem;
  }
  .sm\:ml-100 {
    margin-left: 1rem;
  }
  .sm\:ml-125 {
    margin-left: 1.25rem;
  }
  .sm\:ml-133 {
    margin-left: 1.33rem;
  }
  .sm\:ml-150 {
    margin-left: 1.5rem;
  }
  .sm\:ml-200 {
    margin-left: 2rem;
  }
  .sm\:ml-250 {
    margin-left: 2.5rem;
  }
  .sm\:ml-300 {
    margin-left: 3rem;
  }
  .sm\:ml-350 {
    margin-left: 3.5rem;
  }
  .sm\:ml-400 {
    margin-left: 4rem;
  }
  .sm\:ml-500 {
    margin-left: 5rem;
  }
  .sm\:ml-625 {
    margin-left: 6.25rem;
  }
  .sm\:ml-1250 {
    margin-left: 12.5rem;
  }
  .sm\:mh-center {
    margin: 0 auto;
  }
  .sm\:mh-0 {
    margin: 0;
  }
  .sm\:mh-25 {
    margin: .25rem;
  }
  .sm\:mh-50 {
    margin: .5rem;
  }
  .sm\:mh-75 {
    margin: .75rem;
  }
  .sm\:mh-100 {
    margin: 1rem;
  }
  .sm\:mh-200 {
    margin: 2rem;
  }
  .sm\:mh-250 {
    margin: 2.5rem;
  }
  .sm\:mh-300 {
    margin: 3rem;
  }
  .sm\:mh-500 {
    margin: 5rem;
  }
  .sm\:mh-512 {
    margin: 5.125rem;
  }
  .sm\:mh-600 {
    margin: 6rem;
  }
  .sm\:mh-625 {
    margin: 6.25rem;
  }
  .sm\:mh-700 {
    margin: 7rem;
  }
  .sm\:mh-800 {
    margin: 8rem;
  }
  .sm\:mhx--1 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .sm\:mhx-0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .sm\:mhx-50 {
    margin-left: .5rem;
    margin-right: .5rem;
  }
  .sm\:mhx-100 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .sm\:mhx-133 {
    margin-left: 1.33rem;
    margin-right: 1.33rem;
  }
  .sm\:mhx-150 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .sm\:mhx-200 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .sm\:mhx-250 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .sm\:mhx-300 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .sm\:mhx-400 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .sm\:mhx-500 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .sm\:mhx-600 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .sm\:mhx-625 {
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }
  .sm\:mhx-700 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
  .sm\:mhx-1111 {
    margin-left: 11.11rem;
    margin-right: 11.11rem;
  }
  .sm\:mhx-1250 {
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }
  .sm\:mhx-contain {
    margin-left: calc(50vw / 4);
    margin-right: calc(50vw / 4);
  }
  .sm\:mhy-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  .sm\:mhy-25 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }
  .sm\:mhy-50 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }
  .sm\:mhy-100 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .sm\:mhy-133 {
    margin-top: 1.33rem;
    margin-bottom: 1.33rem;
  }
  .sm\:mhy-150 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .sm\:mhy-200 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .sm\:mhy-300 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .sm\:mhy-400 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .sm\:mhy-500 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .sm\:mhy-600 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .sm\:mhy-625 {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  .sm\:mhy-700 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .sm\:mhy-800 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .sm\:mht-0 {
    margin-top: 0rem;
  }
  .sm\:mht-50 {
    margin-top: .5rem;
  }
  .sm\:mht-100 {
    margin-top: 1rem;
  }
  .sm\:mht-133 {
    margin-top: 1.33rem;
  }
  .sm\:mht-150 {
    margin-top: 1.5rem;
  }
  .sm\:mht-166 {
    margin-top: 1.66rem;
  }
  .sm\:mht-175 {
    margin-top: 1.75rem;
  }
  .sm\:mht-1875 {
    margin-top: 1.875rem;
  }
  .sm\:mht-200 {
    margin-top: 2rem;
  }
  .sm\:mht-250 {
    margin-top: 2.5rem;
  }
  .sm\:mht-300 {
    margin-top: 3rem;
  }
  .sm\:mht-355 {
    margin-top: 3.55rem;
  }
  .sm\:mht-400 {
    margin-top: 4rem;
  }
  .sm\:mht-500 {
    margin-top: 5rem;
  }
  .sm\:mht-555 {
    margin-top: 5.55rem;
  }
  .sm\:mht-600 {
    margin-top: 6rem;
  }
  .sm\:mht-700 {
    margin-top: 7rem;
  }
  .sm\:mht-800 {
    margin-top: 8rem;
  }
  .sm\:mht--200 {
    margin-top: -2rem;
  }
  .sm\:mht--400 {
    margin-top: -4rem;
  }
  .sm\:mht--600 {
    margin-top: -6rem;
  }
  .sm\:mht--800 {
    margin-top: -8rem;
  }
  .sm\:mhb-0 {
    margin-bottom: 0rem;
  }
  .sm\:mhb-25 {
    margin-bottom: .25rem;
  }
  .sm\:mhb-50 {
    margin-bottom: .5rem;
  }
  .sm\:mhb-0625 {
    margin-bottom: .625rem;
  }
  .sm\:mhb-075 {
    margin-bottom: .75rem;
  }
  .sm\:mhb-100 {
    margin-bottom: 1rem;
  }
  .sm\:mhb-133 {
    margin-bottom: 1.33rem;
  }
  .sm\:mhb-150 {
    margin-bottom: 1.5rem;
  }
  .sm\:mhb-166 {
    margin-bottom: 1.66rem;
  }
  .sm\:mhb-200 {
    margin-bottom: 2rem;
  }
  .sm\:mhb-233 {
    margin-bottom: 2.33rem;
  }
  .sm\:mhb-250 {
    margin-bottom: 2.5rem;
  }
  .sm\:mhb-277 {
    margin-bottom: 2.77rem;
  }
  .sm\:mhb-300 {
    margin-bottom: 3rem;
  }
  .sm\:mhb-333 {
    margin-bottom: 3.33rem;
  }
  .sm\:mhb-355 {
    margin-bottom: 3.55rem;
  }
  .sm\:mhb-400 {
    margin-bottom: 4rem;
  }
  .sm\:mhb-500 {
    margin-bottom: 5rem;
  }
  .sm\:mhb-555 {
    margin-bottom: 5.55rem;
  }
  .sm\:mhb-600 {
    margin-bottom: 6rem;
  }
  .sm\:mhb-700 {
    margin-bottom: 7rem;
  }
  .sm\:mhb-888 {
    margin-bottom: 8.88rem;
  }
  .sm\:mhr-0 {
    margin-right: 0rem;
  }
  .sm\:mhr-50 {
    margin-right: .5rem;
  }
  .sm\:mhr-100 {
    margin-right: 1rem;
  }
  .sm\:mhr-125 {
    margin-right: 1.25rem;
  }
  .sm\:mhr-133 {
    margin-right: 1.33rem;
  }
  .sm\:mhr-150 {
    margin-right: 1.5rem;
  }
  .sm\:mhr-200 {
    margin-right: 2rem;
  }
  .sm\:mhr-250 {
    margin-right: 2.5rem;
  }
  .sm\:mhr-300 {
    margin-right: 3rem;
  }
  .sm\:mhr-350 {
    margin-right: 3.5rem;
  }
  .sm\:mhr-400 {
    margin-right: 4rem;
  }
  .sm\:mhr-500 {
    margin-right: 5rem;
  }
  .sm\:mhr-625 {
    margin-right: 6.25rem;
  }
  .sm\:mhr-1250 {
    margin-right: 12.5rem;
  }
  .sm\:mhl-1-5p {
    margin-right: calc( 100% * 1/16);
  }
  .sm\:mhl--1 {
    margin-left: -1rem;
  }
  .sm\:mhl-0 {
    margin-left: 0rem;
  }
  .sm\:mhl-50 {
    margin-left: .5rem;
  }
  .sm\:mhl-100 {
    margin-left: 1rem;
  }
  .sm\:mhl-125 {
    margin-left: 1.25rem;
  }
  .sm\:mhl-133 {
    margin-left: 1.33rem;
  }
  .sm\:mhl-150 {
    margin-left: 1.5rem;
  }
  .sm\:mhl-200 {
    margin-left: 2rem;
  }
  .sm\:mhl-250 {
    margin-left: 2.5rem;
  }
  .sm\:mhl-300 {
    margin-left: 3rem;
  }
  .sm\:mhl-350 {
    margin-left: 3.5rem;
  }
  .sm\:mhl-400 {
    margin-left: 4rem;
  }
  .sm\:mhl-500 {
    margin-left: 5rem;
  }
  .sm\:mhl-625 {
    margin-left: 6.25rem;
  }
  .sm\:mhl-1250 {
    margin-left: 12.5rem;
  }
  .sm\:p-center {
    padding: 0 auto;
  }
  .sm\:p-0 {
    padding: 0;
  }
  .sm\:p-25 {
    padding: .25rem;
  }
  .sm\:p-50 {
    padding: .5rem;
  }
  .sm\:p-75 {
    padding: .75rem;
  }
  .sm\:p-100 {
    padding: 1rem;
  }
  .sm\:p-200 {
    padding: 2rem;
  }
  .sm\:p-250 {
    padding: 2.5rem;
  }
  .sm\:p-300 {
    padding: 3rem;
  }
  .sm\:p-500 {
    padding: 5rem;
  }
  .sm\:p-512 {
    padding: 5.125rem;
  }
  .sm\:p-600 {
    padding: 6rem;
  }
  .sm\:p-625 {
    padding: 6.25rem;
  }
  .sm\:p-700 {
    padding: 7rem;
  }
  .sm\:p-800 {
    padding: 8rem;
  }
  .sm\:px--1 {
    padding-left: -1rem;
    padding-right: -1rem;
  }
  .sm\:px-0 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .sm\:px-50 {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  .sm\:px-100 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sm\:px-133 {
    padding-left: 1.33rem;
    padding-right: 1.33rem;
  }
  .sm\:px-150 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:px-200 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sm\:px-250 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .sm\:px-300 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .sm\:px-400 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .sm\:px-500 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .sm\:px-600 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .sm\:px-625 {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
  .sm\:px-700 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .sm\:px-1111 {
    padding-left: 11.11rem;
    padding-right: 11.11rem;
  }
  .sm\:px-1250 {
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }
  .sm\:px-contain {
    padding-left: calc(50vw / 4);
    padding-right: calc(50vw / 4);
  }
  .sm\:py-0 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .sm\:py-25 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }
  .sm\:py-50 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .sm\:py-100 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .sm\:py-133 {
    padding-top: 1.33rem;
    padding-bottom: 1.33rem;
  }
  .sm\:py-150 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .sm\:py-200 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .sm\:py-300 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .sm\:py-400 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .sm\:py-500 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .sm\:py-600 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .sm\:py-625 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .sm\:py-700 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .sm\:py-800 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .sm\:pt-0 {
    padding-top: 0rem;
  }
  .sm\:pt-50 {
    padding-top: .5rem;
  }
  .sm\:pt-100 {
    padding-top: 1rem;
  }
  .sm\:pt-133 {
    padding-top: 1.33rem;
  }
  .sm\:pt-150 {
    padding-top: 1.5rem;
  }
  .sm\:pt-166 {
    padding-top: 1.66rem;
  }
  .sm\:pt-175 {
    padding-top: 1.75rem;
  }
  .sm\:pt-1875 {
    padding-top: 1.875rem;
  }
  .sm\:pt-200 {
    padding-top: 2rem;
  }
  .sm\:pt-250 {
    padding-top: 2.5rem;
  }
  .sm\:pt-300 {
    padding-top: 3rem;
  }
  .sm\:pt-355 {
    padding-top: 3.55rem;
  }
  .sm\:pt-400 {
    padding-top: 4rem;
  }
  .sm\:pt-500 {
    padding-top: 5rem;
  }
  .sm\:pt-555 {
    padding-top: 5.55rem;
  }
  .sm\:pt-600 {
    padding-top: 6rem;
  }
  .sm\:pt-700 {
    padding-top: 7rem;
  }
  .sm\:pt-800 {
    padding-top: 8rem;
  }
  .sm\:pt--200 {
    padding-top: -2rem;
  }
  .sm\:pt--400 {
    padding-top: -4rem;
  }
  .sm\:pt--600 {
    padding-top: -6rem;
  }
  .sm\:pt--800 {
    padding-top: -8rem;
  }
  .sm\:pb-0 {
    padding-bottom: 0rem;
  }
  .sm\:pb-25 {
    padding-bottom: .25rem;
  }
  .sm\:pb-50 {
    padding-bottom: .5rem;
  }
  .sm\:pb-0625 {
    padding-bottom: .625rem;
  }
  .sm\:pb-075 {
    padding-bottom: .75rem;
  }
  .sm\:pb-100 {
    padding-bottom: 1rem;
  }
  .sm\:pb-133 {
    padding-bottom: 1.33rem;
  }
  .sm\:pb-150 {
    padding-bottom: 1.5rem;
  }
  .sm\:pb-166 {
    padding-bottom: 1.66rem;
  }
  .sm\:pb-200 {
    padding-bottom: 2rem;
  }
  .sm\:pb-233 {
    padding-bottom: 2.33rem;
  }
  .sm\:pb-250 {
    padding-bottom: 2.5rem;
  }
  .sm\:pb-277 {
    padding-bottom: 2.77rem;
  }
  .sm\:pb-300 {
    padding-bottom: 3rem;
  }
  .sm\:pb-333 {
    padding-bottom: 3.33rem;
  }
  .sm\:pb-355 {
    padding-bottom: 3.55rem;
  }
  .sm\:pb-400 {
    padding-bottom: 4rem;
  }
  .sm\:pb-500 {
    padding-bottom: 5rem;
  }
  .sm\:pb-555 {
    padding-bottom: 5.55rem;
  }
  .sm\:pb-600 {
    padding-bottom: 6rem;
  }
  .sm\:pb-700 {
    padding-bottom: 7rem;
  }
  .sm\:pb-888 {
    padding-bottom: 8.88rem;
  }
  .sm\:pr-0 {
    padding-right: 0rem;
  }
  .sm\:pr-50 {
    padding-right: .5rem;
  }
  .sm\:pr-100 {
    padding-right: 1rem;
  }
  .sm\:pr-125 {
    padding-right: 1.25rem;
  }
  .sm\:pr-133 {
    padding-right: 1.33rem;
  }
  .sm\:pr-150 {
    padding-right: 1.5rem;
  }
  .sm\:pr-200 {
    padding-right: 2rem;
  }
  .sm\:pr-250 {
    padding-right: 2.5rem;
  }
  .sm\:pr-300 {
    padding-right: 3rem;
  }
  .sm\:pr-350 {
    padding-right: 3.5rem;
  }
  .sm\:pr-400 {
    padding-right: 4rem;
  }
  .sm\:pr-500 {
    padding-right: 5rem;
  }
  .sm\:pr-625 {
    padding-right: 6.25rem;
  }
  .sm\:pr-1250 {
    padding-right: 12.5rem;
  }
  .sm\:pl-1-5p {
    padding-right: calc( 100% * 1/16);
  }
  .sm\:pl--1 {
    padding-left: -1rem;
  }
  .sm\:pl-0 {
    padding-left: 0rem;
  }
  .sm\:pl-50 {
    padding-left: .5rem;
  }
  .sm\:pl-100 {
    padding-left: 1rem;
  }
  .sm\:pl-125 {
    padding-left: 1.25rem;
  }
  .sm\:pl-133 {
    padding-left: 1.33rem;
  }
  .sm\:pl-150 {
    padding-left: 1.5rem;
  }
  .sm\:pl-200 {
    padding-left: 2rem;
  }
  .sm\:pl-250 {
    padding-left: 2.5rem;
  }
  .sm\:pl-300 {
    padding-left: 3rem;
  }
  .sm\:pl-350 {
    padding-left: 3.5rem;
  }
  .sm\:pl-400 {
    padding-left: 4rem;
  }
  .sm\:pl-500 {
    padding-left: 5rem;
  }
  .sm\:pl-625 {
    padding-left: 6.25rem;
  }
  .sm\:pl-1250 {
    padding-left: 12.5rem;
  }
  .sm\:bg-cover {
    background-size: cover;
  }
  .sm\:bg-bottom {
    background-position: bottom;
  }
  .sm\:bg-top {
    background-position: top;
  }
  .sm\:bg-center {
    background-position: center;
  }
  .sm\:bg-none {
    background: 0;
  }
  .sm\:bg-black {
    background-color: #000;
  }
  .sm\:bg-blue {
    background-color: #005E9E;
  }
  .sm\:bg-orange {
    background-color: #F7941E;
  }
  .sm\:bg-grey {
    background-color: #F2F2F2;
  }
  .sm\:bg-transparent {
    background-color: transparent;
  }
  .sm\:bg-no-repeat {
    background-repeat: no-repeat;
  }
  .sm\:bg-bottom {
    background-position: bottom;
  }
  .sm\:bg-center {
    background-position: center;
  }
  .sm\:bg-left {
    background-position: left;
  }
  .sm\:bg-left-bottom {
    background-position: left bottom;
  }
  .sm\:bg-left-top {
    background-position: left top;
  }
  .sm\:bg-right {
    background-position: right;
  }
  .sm\:bg-right-bottom {
    background-position: right bottom;
  }
  .sm\:bg-right-top {
    background-position: right top;
  }
  .sm\:bg-top {
    background-position: top;
  }
  .sm\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sm\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sm\:flex-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .sm\:flex-left {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .sm\:flex-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .sm\:flex-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sm\:flex-middle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sm\:flex-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .sm\:flex-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .sm\:flex-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .sm\:flex-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .sm\:flex-eq-vert {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sm\:flex-eq-horiz {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .sm\:flex-gapped {
    margin: 0 -1rem;
    width: calc(100% + 2rem);
  }
  .sm\:flex-gapped > li, .sm\:flex-gapped > div {
    padding: 0 1rem;
  }
  .sm\:flex-sep-vert {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sm\:flex-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .sm\:border-0 {
    border: 0;
  }
  .sm\:border-1 {
    border: 1px;
  }
  .sm\:border-2 {
    border: 2px;
  }
  .sm\:border-bottom {
    border-bottom: 1px solid;
  }
  .sm\:border-top {
    border-top: 1px solid;
  }
  .sm\:border-left {
    border-left: 1px solid;
  }
  .sm\:border-right {
    border-right: 1px solid;
  }
  .sm\:border-white {
    border-color: #fff;
  }
  .sm\:border-grey {
    border-color: #ccc;
  }
}
