html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@font-face {
  font-family: "tt-normspro-regular";
  font-display: swap;
  src: url("../webfonts/tt_normspro_regular.woff2") format("woff2"), url("../webfonts/tt_normspro_regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sandro-grottesco-regular";
  src: url("../webfonts/sandro-grottesco-regular.woff") format("woff"), url("../webfonts/sandro-grottesco-regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "ppmori";
  src: url("../webfonts/ppmori-variable.ttf") format("truetype-variations");
  font-weight: 1 999;
  font-display: swap;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex .flex__column--reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex .flex__column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex.flex__align-middle {
  align-items: center;
  justify-content: center;
}

.grid__container {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 96%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  width: 100%;
}
.grid__container.grid__no-padding {
  padding-left: 0;
  padding-right: 0;
}
.grid__container.fluid {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  padding-left: 0;
}

.grid__margin-x {
  justify-content: space-between;
}

.grid__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  height: 100%;
}
.grid__row.grid__row--reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.grid__row.grid__row--baseline {
  align-items: baseline;
}
.grid__row.grid__row--vcenter {
  align-items: center;
}
.grid__row.grid__row--hcenter {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.grid__row.grid__margin-x {
  flex: 1;
}
@media only screen and (max-width: 640px) {
  .grid__row.grid__margin-x .grid__row.grid__margin-x {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}
@media only screen and (min-width: 641px) {
  .grid__row.grid__margin-x .grid__row.grid__margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.grid__row.grid__margin-x > .grid__cell {
  width: calc(100% - 1.875rem);
  justify-content: flex-end;
}
@media only screen and (max-width: 640px) {
  .grid__row.grid__margin-x > .grid__cell.grid__cell__small--auto {
    width: auto;
    flex: 0 0 auto;
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__small--2 {
    width: calc(16.66667% - 1.25rem);
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__small--3 {
    width: calc(33.33333% - 1.25rem);
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__small--4 {
    width: calc(25% - 1.25rem);
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__small--5 {
    width: calc(41.66667% - 1.25rem);
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__small--6 {
    width: calc(50% - 1.25rem);
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__small--7 {
    width: calc(58.33333% - 1.25rem);
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__small--8 {
    width: calc(66.66667% - 1.25rem);
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__small--9 {
    width: calc(75% - 1.25rem);
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__small--10 {
    width: calc(83.33333% - 1.25rem);
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__small--11 {
    width: calc(91.66667% - 1.25rem);
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__small--12 {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 1.25rem);
  }
}
@media only screen and (min-width: 641px) {
  .grid__row.grid__margin-x > .grid__cell.grid__cell__medium--auto {
    width: auto;
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__medium--2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__medium--3 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__medium--4 {
    width: calc(25% - 1.875rem);
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__medium--5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__medium--6 {
    width: calc(50% - 1.875rem);
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__medium--7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__medium--8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__medium--9 {
    width: calc(75% - 1.875rem);
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__medium--10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__medium--11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__medium--12 {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 1.875rem);
  }
}
@media only screen and (min-width: 1024px) {
  .grid__row.grid__margin-x > .grid__cell.grid__cell__large--auto {
    width: auto;
    flex: 0 0 auto;
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__large--2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__large--3 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__large--4 {
    width: calc(25% - 1.875rem);
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__large--5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__large--6 {
    width: calc(50% - 1.875rem);
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__large--7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__large--8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__large--9 {
    width: calc(75% - 1.875rem);
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__large--10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__large--11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__large--12 {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 1.875rem);
  }
}
@media only screen and (min-width: 1200px) {
  .grid__row.grid__margin-x > .grid__cell.grid__cell__xlarge--auto {
    width: auto;
    flex: 0 0 auto;
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__xlarge--2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__xlarge--3 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__xlarge--4 {
    width: calc(25% - 1.875rem);
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__xlarge--5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__xlarge--6 {
    width: calc(50% - 1.875rem);
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__xlarge--7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__xlarge--8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__xlarge--9 {
    width: calc(75% - 1.875rem);
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__xlarge--10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__xlarge--11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__xlarge--12 {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 1.875rem);
  }
}
@media only screen and (min-width: 1440px) {
  .grid__row.grid__margin-x > .grid__cell.grid__cell__xxlarge--auto {
    width: auto;
    flex: 0 0 auto;
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__xxlarge--2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__xxlarge--3 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__xxlarge--4 {
    width: calc(25% - 1.875rem);
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__xxlarge--5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__xxlarge--6 {
    width: calc(50% - 1.875rem);
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__xxlarge--7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__xxlarge--8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__xxlarge--9 {
    width: calc(75% - 1.875rem);
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__xxlarge--10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__xxlarge--11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__xxlarge--12 {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 1.875rem);
  }
}
@media only screen and (min-width: 1680px) {
  .grid__row.grid__margin-x > .grid__cell.grid__cell__xxxlarge--auto {
    width: auto;
    flex: 0 0 auto;
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__xxxlarge--2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__xxxlarge--3 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__xxxlarge--4 {
    width: calc(25% - 1.875rem);
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__xxxlarge--5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__xxxlarge--6 {
    width: calc(50% - 1.875rem);
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__xxxlarge--7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__xxxlarge--8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__xxxlarge--9 {
    width: calc(75% - 1.875rem);
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__xxxlarge--10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__xxxlarge--11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid__row.grid__margin-x > .grid__cell.grid__cell__xxxlarge--12 {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 1.875rem);
  }
}

.grid__cell {
  width: calc(100% - 1.875rem);
  justify-content: flex-end;
}
@media only screen and (max-width: 640px) {
  .grid__cell.grid__cell__small--2 {
    width: 16.66667%;
  }
  .grid__cell.grid__cell__small--3 {
    width: 33.33333%;
  }
  .grid__cell.grid__cell__small--4 {
    width: 25%;
  }
  .grid__cell.grid__cell__small--5 {
    width: 41.66667%;
  }
  .grid__cell.grid__cell__small--6 {
    width: 50%;
  }
  .grid__cell.grid__cell__small--7 {
    width: 58.33333%;
  }
  .grid__cell.grid__cell__small--8 {
    width: 66.66667%;
  }
  .grid__cell.grid__cell__small--9 {
    width: 75%;
  }
  .grid__cell.grid__cell__small--10 {
    width: 83.33333%;
  }
  .grid__cell.grid__cell__small--11 {
    width: 91.66667%;
  }
  .grid__cell.grid__cell__small--12 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
@media only screen and (min-width: 641px) {
  .grid__cell.grid__cell__medium--2 {
    width: 16.66667%;
  }
  .grid__cell.grid__cell__medium--3 {
    width: 33.33333%;
  }
  .grid__cell.grid__cell__medium--4 {
    width: 25%;
  }
  .grid__cell.grid__cell__medium--5 {
    width: 41.66667%;
  }
  .grid__cell.grid__cell__medium--6 {
    width: 50%;
  }
  .grid__cell.grid__cell__medium--7 {
    width: 58.33333%;
  }
  .grid__cell.grid__cell__medium--8 {
    width: 66.66667%;
  }
  .grid__cell.grid__cell__medium--9 {
    width: 75%;
  }
  .grid__cell.grid__cell__medium--10 {
    width: 83.33333%;
  }
  .grid__cell.grid__cell__medium--11 {
    width: 91.66667%;
  }
  .grid__cell.grid__cell__medium--12 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .grid__cell.grid__cell__large--2 {
    width: 16.66667%;
  }
  .grid__cell.grid__cell__large--3 {
    width: 33.33333%;
  }
  .grid__cell.grid__cell__large--4 {
    width: 25%;
  }
  .grid__cell.grid__cell__large--5 {
    width: 41.66667%;
  }
  .grid__cell.grid__cell__large--6 {
    width: 50%;
  }
  .grid__cell.grid__cell__large--7 {
    width: 58.33333%;
  }
  .grid__cell.grid__cell__large--8 {
    width: 66.66667%;
  }
  .grid__cell.grid__cell__large--9 {
    width: 75%;
  }
  .grid__cell.grid__cell__large--10 {
    width: 83.33333%;
  }
  .grid__cell.grid__cell__large--11 {
    width: 91.66667%;
  }
  .grid__cell.grid__cell__large--12 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .grid__cell.grid__cell__xlarge--2 {
    width: 16.66667%;
  }
  .grid__cell.grid__cell__xlarge--3 {
    width: 33.33333%;
  }
  .grid__cell.grid__cell__xlarge--4 {
    width: 25%;
  }
  .grid__cell.grid__cell__xlarge--5 {
    width: 41.66667%;
  }
  .grid__cell.grid__cell__xlarge--6 {
    width: 50%;
  }
  .grid__cell.grid__cell__xlarge--7 {
    width: 58.33333%;
  }
  .grid__cell.grid__cell__xlarge--8 {
    width: 66.66667%;
  }
  .grid__cell.grid__cell__xlarge--9 {
    width: 75%;
  }
  .grid__cell.grid__cell__xlarge--10 {
    width: 83.33333%;
  }
  .grid__cell.grid__cell__xlarge--11 {
    width: 91.66667%;
  }
  .grid__cell.grid__cell__xlarge--12 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
@media only screen and (min-width: 1440px) {
  .grid__cell.grid__cell__xxlarge--2 {
    width: 16.66667%;
  }
  .grid__cell.grid__cell__xxlarge--3 {
    width: 33.33333%;
  }
  .grid__cell.grid__cell__xxlarge--4 {
    width: 25%;
  }
  .grid__cell.grid__cell__xxlarge--5 {
    width: 41.66667%;
  }
  .grid__cell.grid__cell__xxlarge--6 {
    width: 50%;
  }
  .grid__cell.grid__cell__xxlarge--7 {
    width: 58.33333%;
  }
  .grid__cell.grid__cell__xxlarge--8 {
    width: 66.66667%;
  }
  .grid__cell.grid__cell__xxlarge--9 {
    width: 75%;
  }
  .grid__cell.grid__cell__xxlarge--10 {
    width: 83.33333%;
  }
  .grid__cell.grid__cell__xxlarge--11 {
    width: 91.66667%;
  }
  .grid__cell.grid__cell__xxlarge--12 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
@media only screen and (min-width: 1680px) {
  .grid__cell.grid__cell__xxxlarge--2 {
    width: 16.66667%;
  }
  .grid__cell.grid__cell__xxxlarge--3 {
    width: 33.33333%;
  }
  .grid__cell.grid__cell__xxxlarge--4 {
    width: 25%;
  }
  .grid__cell.grid__cell__xxxlarge--5 {
    width: 41.66667%;
  }
  .grid__cell.grid__cell__xxxlarge--6 {
    width: 50%;
  }
  .grid__cell.grid__cell__xxxlarge--7 {
    width: 58.33333%;
  }
  .grid__cell.grid__cell__xxlarge--8 {
    width: 66.66667%;
  }
  .grid__cell.grid__cell__xxxlarge--9 {
    width: 75%;
  }
  .grid__cell.grid__cell__xxlarge--10 {
    width: 83.33333%;
  }
  .grid__cell.grid__cell__xxxlarge--11 {
    width: 91.66667%;
  }
  .grid__cell.grid__cell__xxxlarge--12 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

.lazyload,
.portfolio__content-gallery {
  -webkit-transition: opacity 2s ease;
  -moz-transition: opacity 2s ease;
  -ms-transition: opacity 2s ease;
  transition: opacity 2s ease;
  opacity: 0;
  vertical-align: middle;
}

.lazyload.loaded,
.portfolio__content-gallery.loaded {
  height: auto;
  opacity: 1;
}

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

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

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

@media only screen and (max-width: 640px) {
  .text-left--sm {
    text-align: left;
  }
  .text-right--sm {
    text-align: right;
  }
  .text-center--sm {
    text-align: center;
  }
}
@media only screen and (min-width: 641px) {
  .text-left--md {
    text-align: left;
  }
  .text-right--md {
    text-align: right;
  }
  .text-center--md {
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) {
  .text-left--lg {
    text-align: left;
  }
  .text-right--lg {
    text-align: right;
  }
  .text-center--lg {
    text-align: center;
  }
}
.no-bullet {
  list-style: none;
}

.block {
  display: block;
}

.m-30 {
  margin: 30px;
}

.m-25 {
  margin: 25px;
}

.m-20 {
  margin: 20px;
}

.m-15 {
  margin: 15px;
}

.m-10 {
  margin: 10px;
}

.m-5 {
  margin: 5px;
}

.m-0 {
  margin: 0;
}

.m-auto {
  margin: auto;
}

@media only screen and (max-width: 640px) {
  .m-25--sm {
    margin: 25px;
  }
  .m-20--sm {
    margin: 20px;
  }
  .m-15--sm {
    margin: 15px;
  }
  .m-10--sm {
    margin: 10px;
  }
  .m-5--sm {
    margin: 5px;
  }
  .m-0--sm {
    margin: 0;
  }
}
@media only screen and (min-width: 641px) {
  .m-25--md {
    margin: 25px;
  }
  .m-20--md {
    margin: 20px;
  }
  .m-15--md {
    margin: 15px;
  }
  .m-10--md {
    margin: 10px;
  }
  .m-5--md {
    margin: 5px;
  }
  .m-0--md {
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .m-25--lg {
    margin: 25px;
  }
  .m-20--lg {
    margin: 20px;
  }
  .m-15--lg {
    margin: 15px;
  }
  .m-10--lg {
    margin: 10px;
  }
  .m-5--lg {
    margin: 5px;
  }
  .m-0--lg {
    margin: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .m-25--xlg {
    margin: 25px;
  }
  .m-20--xlg {
    margin: 20px;
  }
  .m-15--xlg {
    margin: 15px;
  }
  .m-10--xlg {
    margin: 10px;
  }
  .m-5--xlg {
    margin: 5px;
  }
  .m-0--xlg {
    margin: 0;
  }
}
.m-t-200 {
  margin-top: 200px;
}

.m-t-195 {
  margin-top: 195px;
}

.m-t-190 {
  margin-top: 190px;
}

.m-t-185 {
  margin-top: 185px;
}

.m-t-180 {
  margin-top: 180px;
}

.m-t-175 {
  margin-top: 175px;
}

.m-t-170 {
  margin-top: 170px;
}

.m-t-165 {
  margin-top: 165px;
}

.m-t-160 {
  margin-top: 160px;
}

.m-t-155 {
  margin-top: 155px;
}

.m-t-150 {
  margin-top: 150px;
}

.m-t-145 {
  margin-top: 145px;
}

.m-t-140 {
  margin-top: 140px;
}

.m-t-135 {
  margin-top: 135px;
}

.m-t-130 {
  margin-top: 130px;
}

.m-t-125 {
  margin-top: 125px;
}

.m-t-120 {
  margin-top: 120px;
}

.m-t-115 {
  margin-top: 115px;
}

.m-t-110 {
  margin-top: 110px;
}

.m-t-105 {
  margin-top: 105px;
}

.m-t-100 {
  margin-top: 100px;
}

.m-t-95 {
  margin-top: 95px;
}

.m-t-90 {
  margin-top: 90px;
}

.m-t-85 {
  margin-top: 85px;
}

.m-t-80 {
  margin-top: 80px;
}

.m-t-75 {
  margin-top: 75px;
}

.m-t-70 {
  margin-top: 70px;
}

.m-t-65 {
  margin-top: 65px;
}

.m-t-60 {
  margin-top: 60px;
}

.m-t-55 {
  margin-top: 55px;
}

.m-t-50 {
  margin-top: 50px;
}

.m-t-45 {
  margin-top: 45px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-t-35 {
  margin-top: 35px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-25 {
  margin-top: 25px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-15 {
  margin-top: 15px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-0 {
  margin-top: 0;
}

@media only screen and (max-width: 640px) {
  .m-t-200--sm {
    margin-top: 200px;
  }
  .m-t-195--sm {
    margin-top: 195px;
  }
  .m-t-190--sm {
    margin-top: 190px;
  }
  .m-t-185--sm {
    margin-top: 185px;
  }
  .m-t-180--sm {
    margin-top: 180px;
  }
  .m-t-175--sm {
    margin-top: 175px;
  }
  .m-t-170--sm {
    margin-top: 170px;
  }
  .m-t-165--sm {
    margin-top: 165px;
  }
  .m-t-160--sm {
    margin-top: 160px;
  }
  .m-t-155--sm {
    margin-top: 155px;
  }
  .m-t-150--sm {
    margin-top: 150px;
  }
  .m-t-145--sm {
    margin-top: 145px;
  }
  .m-t-140--sm {
    margin-top: 140px;
  }
  .m-t-135--sm {
    margin-top: 135px;
  }
  .m-t-130--sm {
    margin-top: 130px;
  }
  .m-t-125--sm {
    margin-top: 125px;
  }
  .m-t-120--sm {
    margin-top: 120px;
  }
  .m-t-115--sm {
    margin-top: 115px;
  }
  .m-t-110--sm {
    margin-top: 110px;
  }
  .m-t-105--sm {
    margin-top: 105px;
  }
  .m-t-100--sm {
    margin-top: 100px;
  }
  .m-t-95--sm {
    margin-top: 95px;
  }
  .m-t-90--sm {
    margin-top: 90px;
  }
  .m-t-85--sm {
    margin-top: 85px;
  }
  .m-t-80--sm {
    margin-top: 80px;
  }
  .m-t-75--sm {
    margin-top: 75px;
  }
  .m-t-70--sm {
    margin-top: 70px;
  }
  .m-t-65--sm {
    margin-top: 65px;
  }
  .m-t-60--sm {
    margin-top: 60px;
  }
  .m-t-55--sm {
    margin-top: 55px;
  }
  .m-t-50--sm {
    margin-top: 50px;
  }
  .m-t-45--sm {
    margin-top: 45px;
  }
  .m-t-40--sm {
    margin-top: 40px;
  }
  .m-t-35--sm {
    margin-top: 35px;
  }
  .m-t-30--sm {
    margin-top: 30px;
  }
  .m-t-25--sm {
    margin-top: 25px;
  }
  .m-t-20--sm {
    margin-top: 20px;
  }
  .m-t-15--sm {
    margin-top: 15px;
  }
  .m-t-10--sm {
    margin-top: 10px;
  }
  .m-t-5--sm {
    margin-top: 5px;
  }
  .m-t-0--sm {
    margin-top: 0;
  }
}
@media only screen and (min-width: 641px) {
  .m-t-200--md {
    margin-top: 200px;
  }
  .m-t-195--md {
    margin-top: 195px;
  }
  .m-t-190--md {
    margin-top: 190px;
  }
  .m-t-185--md {
    margin-top: 185px;
  }
  .m-t-180--md {
    margin-top: 180px;
  }
  .m-t-175--md {
    margin-top: 175px;
  }
  .m-t-170--md {
    margin-top: 170px;
  }
  .m-t-165--md {
    margin-top: 165px;
  }
  .m-t-160--md {
    margin-top: 160px;
  }
  .m-t-155--md {
    margin-top: 155px;
  }
  .m-t-150--md {
    margin-top: 150px;
  }
  .m-t-145--md {
    margin-top: 145px;
  }
  .m-t-140--md {
    margin-top: 140px;
  }
  .m-t-135--md {
    margin-top: 135px;
  }
  .m-t-130--md {
    margin-top: 130px;
  }
  .m-t-125--md {
    margin-top: 125px;
  }
  .m-t-120--md {
    margin-top: 120px;
  }
  .m-t-115--md {
    margin-top: 115px;
  }
  .m-t-110--md {
    margin-top: 110px;
  }
  .m-t-105--md {
    margin-top: 105px;
  }
  .m-t-100--md {
    margin-top: 100px;
  }
  .m-t-95--md {
    margin-top: 95px;
  }
  .m-t-90--md {
    margin-top: 90px;
  }
  .m-t-85--md {
    margin-top: 85px;
  }
  .m-t-80--md {
    margin-top: 80px;
  }
  .m-t-75--md {
    margin-top: 75px;
  }
  .m-t-70--md {
    margin-top: 70px;
  }
  .m-t-65--md {
    margin-top: 65px;
  }
  .m-t-60--md {
    margin-top: 60px;
  }
  .m-t-55--md {
    margin-top: 55px;
  }
  .m-t-50--md {
    margin-top: 50px;
  }
  .m-t-45--md {
    margin-top: 45px;
  }
  .m-t-40--md {
    margin-top: 40px;
  }
  .m-t-35--md {
    margin-top: 35px;
  }
  .m-t-30--md {
    margin-top: 30px;
  }
  .m-t-25--md {
    margin-top: 25px;
  }
  .m-t-20--md {
    margin-top: 20px;
  }
  .m-t-15--md {
    margin-top: 15px;
  }
  .m-t-10--md {
    margin-top: 10px;
  }
  .m-t-0--md {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .m-t-200--lg {
    margin-top: 200px;
  }
  .m-t-195--lg {
    margin-top: 195px;
  }
  .m-t-190--lg {
    margin-top: 190px;
  }
  .m-t-185--lg {
    margin-top: 185px;
  }
  .m-t-180--lg {
    margin-top: 180px;
  }
  .m-t-175--lg {
    margin-top: 175px;
  }
  .m-t-170--lg {
    margin-top: 170px;
  }
  .m-t-165--lg {
    margin-top: 165px;
  }
  .m-t-160--lg {
    margin-top: 160px;
  }
  .m-t-155--lg {
    margin-top: 155px;
  }
  .m-t-150--lg {
    margin-top: 150px;
  }
  .m-t-145--lg {
    margin-top: 145px;
  }
  .m-t-140--lg {
    margin-top: 140px;
  }
  .m-t-135--lg {
    margin-top: 135px;
  }
  .m-t-130--lg {
    margin-top: 130px;
  }
  .m-t-125--lg {
    margin-top: 125px;
  }
  .m-t-120--lg {
    margin-top: 120px;
  }
  .m-t-115--lg {
    margin-top: 115px;
  }
  .m-t-110--lg {
    margin-top: 110px;
  }
  .m-t-105--lg {
    margin-top: 105px;
  }
  .m-t-100--lg {
    margin-top: 100px;
  }
  .m-t-95--lg {
    margin-top: 95px;
  }
  .m-t-90--lg {
    margin-top: 90px;
  }
  .m-t-85--lg {
    margin-top: 85px;
  }
  .m-t-80--lg {
    margin-top: 80px;
  }
  .m-t-75--lg {
    margin-top: 75px;
  }
  .m-t-70--lg {
    margin-top: 70px;
  }
  .m-t-65--lg {
    margin-top: 65px;
  }
  .m-t-60--lg {
    margin-top: 60px;
  }
  .m-t-55--lg {
    margin-top: 55px;
  }
  .m-t-50--lg {
    margin-top: 50px;
  }
  .m-t-45--lg {
    margin-top: 45px;
  }
  .m-t-40--lg {
    margin-top: 40px;
  }
  .m-t-35--lg {
    margin-top: 35px;
  }
  .m-t-30--lg {
    margin-top: 30px;
  }
  .m-t-25--lg {
    margin-top: 25px;
  }
  .m-t-20--lg {
    margin-top: 20px;
  }
  .m-t-15--lg {
    margin-top: 15px;
  }
  .m-t-10--lg {
    margin-top: 10px;
  }
  .m-t-0--lg {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .m-t-200--xlg {
    margin-top: 200px;
  }
  .m-t-195--xlg {
    margin-top: 195px;
  }
  .m-t-190--xlg {
    margin-top: 190px;
  }
  .m-t-185--xlg {
    margin-top: 185px;
  }
  .m-t-180--xlg {
    margin-top: 180px;
  }
  .m-t-175--xlg {
    margin-top: 175px;
  }
  .m-t-170--xlg {
    margin-top: 170px;
  }
  .m-t-165--xlg {
    margin-top: 165px;
  }
  .m-t-160--xlg {
    margin-top: 160px;
  }
  .m-t-155--xlg {
    margin-top: 155px;
  }
  .m-t-150--xlg {
    margin-top: 150px;
  }
  .m-t-145--xlg {
    margin-top: 145px;
  }
  .m-t-140--xlg {
    margin-top: 140px;
  }
  .m-t-135--xlg {
    margin-top: 135px;
  }
  .m-t-130--xlg {
    margin-top: 130px;
  }
  .m-t-125--xlg {
    margin-top: 125px;
  }
  .m-t-120--xlg {
    margin-top: 120px;
  }
  .m-t-115--xlg {
    margin-top: 115px;
  }
  .m-t-110--xlg {
    margin-top: 110px;
  }
  .m-t-105--xlg {
    margin-top: 105px;
  }
  .m-t-100--xlg {
    margin-top: 100px;
  }
  .m-t-95--xlg {
    margin-top: 95px;
  }
  .m-t-90--xlg {
    margin-top: 90px;
  }
  .m-t-85--xlg {
    margin-top: 85px;
  }
  .m-t-80--xlg {
    margin-top: 80px;
  }
  .m-t-75--xlg {
    margin-top: 75px;
  }
  .m-t-70--xlg {
    margin-top: 70px;
  }
  .m-t-65--xlg {
    margin-top: 65px;
  }
  .m-t-60--xlg {
    margin-top: 60px;
  }
  .m-t-55--xlg {
    margin-top: 55px;
  }
  .m-t-50--xlg {
    margin-top: 50px;
  }
  .m-t-45--xlg {
    margin-top: 45px;
  }
  .m-t-40--xlg {
    margin-top: 40px;
  }
  .m-t-35--xlg {
    margin-top: 35px;
  }
  .m-t-30--xlg {
    margin-top: 30px;
  }
  .m-t-25--xlg {
    margin-top: 25px;
  }
  .m-t-20--xlg {
    margin-top: 20px;
  }
  .m-t-15--xlg {
    margin-top: 15px;
  }
  .m-t-10--xlg {
    margin-top: 10px;
  }
  .m-t-0--xlg {
    margin-top: 0;
  }
}
.m-tb-200 {
  margin: 200px auto;
}

.m-tb-195 {
  margin: 195px auto;
}

.m-tb-190 {
  margin: 190px auto;
}

.m-tb-185 {
  margin: 185px auto;
}

.m-tb-180 {
  margin: 180px auto;
}

.m-tb-175 {
  margin: 175px auto;
}

.m-tb-170 {
  margin: 170px auto;
}

.m-tb-165 {
  margin: 165px auto;
}

.m-tb-160 {
  margin: 160px auto;
}

.m-tb-155 {
  margin: 160px auto;
}

.m-tb-150 {
  margin: 160px auto;
}

.m-tb-145 {
  margin: 145px auto;
}

.m-tb-140 {
  margin: 140px auto;
}

.m-tb-135 {
  margin: 135px auto;
}

.m-tb-130 {
  margin: 130px auto;
}

.m-tb-125 {
  margin: 125px auto;
}

.m-tb-120 {
  margin: 120px auto;
}

.m-tb-115 {
  margin: 115px auto;
}

.m-tb-100 {
  margin: 100px auto;
}

.m-tb-95 {
  margin: 95px auto;
}

.m-tb-85 {
  margin: 85px auto;
}

.m-tb-80 {
  margin: 80px auto;
}

.m-tb-75 {
  margin: 75px auto;
}

.m-tb-70 {
  margin: 70px auto;
}

.m-tb-65 {
  margin: 65px auto;
}

.m-tb-60 {
  margin: 60px auto;
}

.m-tb-55 {
  margin: 55px auto;
}

.m-tb-50 {
  margin: 50px auto;
}

.m-tb-45 {
  margin: 45px auto;
}

.m-tb-40 {
  margin: 40px auto;
}

.m-tb-35 {
  margin: 35px auto;
}

.m-tb-30 {
  margin: 30px auto;
}

.m-tb-25 {
  margin: 25px auto;
}

.m-tb-20 {
  margin: 20px auto;
}

.m-tb-15 {
  margin: 15px auto;
}

.m-tb-10 {
  margin: 10px auto;
}

.m-tb-0 {
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .m-tb-200--sm {
    margin: 200px auto;
  }
  .m-tb-195--sm {
    margin: 195px auto;
  }
  .m-tb-190--sm {
    margin: 190px auto;
  }
  .m-tb-185--sm {
    margin: 185px auto;
  }
  .m-tb-180--sm {
    margin: 180px auto;
  }
  .m-tb-175--sm {
    margin: 175px auto;
  }
  .m-tb-170--sm {
    margin: 170px auto;
  }
  .m-tb-165--sm {
    margin: 165px auto;
  }
  .m-tb-160--sm {
    margin: 160px auto;
  }
  .m-tb-155--sm {
    margin: 160px auto;
  }
  .m-tb-150--sm {
    margin: 160px auto;
  }
  .m-tb-145--sm {
    margin: 145px auto;
  }
  .m-tb-140--sm {
    margin: 140px auto;
  }
  .m-tb-135--sm {
    margin: 135px auto;
  }
  .m-tb-130--sm {
    margin: 130px auto;
  }
  .m-tb-125--sm {
    margin: 125px auto;
  }
  .m-tb-120--sm {
    margin: 120px auto;
  }
  .m-tb-115--sm {
    margin: 115px auto;
  }
  .m-tb-100--sm {
    margin: 100px auto;
  }
  .m-tb-95--sm {
    margin: 95px auto;
  }
  .m-tb-85--sm {
    margin: 85px auto;
  }
  .m-tb-80--sm {
    margin: 80px auto;
  }
  .m-tb-75--sm {
    margin: 75px auto;
  }
  .m-tb-70--sm {
    margin: 70px auto;
  }
  .m-tb-65--sm {
    margin: 65px auto;
  }
  .m-tb-60--sm {
    margin: 60px auto;
  }
  .m-tb-55--sm {
    margin: 55px auto;
  }
  .m-tb-50--sm {
    margin: 50px auto;
  }
  .m-tb-45--sm {
    margin: 45px auto;
  }
  .m-tb-40--sm {
    margin: 40px auto;
  }
  .m-tb-35--sm {
    margin: 35px auto;
  }
  .m-tb-30--sm {
    margin: 30px auto;
  }
  .m-tb-25--sm {
    margin: 25px auto;
  }
  .m-tb-20--sm {
    margin: 20px auto;
  }
  .m-tb-15--sm {
    margin: 15px auto;
  }
  .m-tb-10--sm {
    margin: 10px auto;
  }
}
@media only screen and (min-width: 641px) {
  .m-tb-200--md {
    margin: 200px auto;
  }
  .m-tb-195--md {
    margin: 195px auto;
  }
  .m-tb-190--md {
    margin: 190px auto;
  }
  .m-tb-185--md {
    margin: 185px auto;
  }
  .m-tb-180--md {
    margin: 180px auto;
  }
  .m-tb-175--md {
    margin: 175px auto;
  }
  .m-tb-170--md {
    margin: 170px auto;
  }
  .m-tb-165--md {
    margin: 165px auto;
  }
  .m-tb-160--md {
    margin: 160px auto;
  }
  .m-tb-155--md {
    margin: 160px auto;
  }
  .m-tb-150--md {
    margin: 160px auto;
  }
  .m-tb-145--md {
    margin: 145px auto;
  }
  .m-tb-140--md {
    margin: 140px auto;
  }
  .m-tb-135--md {
    margin: 135px auto;
  }
  .m-tb-130--md {
    margin: 130px auto;
  }
  .m-tb-125--md {
    margin: 125px auto;
  }
  .m-tb-120--md {
    margin: 120px auto;
  }
  .m-tb-115--md {
    margin: 115px auto;
  }
  .m-tb-100--md {
    margin: 100px auto;
  }
  .m-tb-95--md {
    margin: 95px auto;
  }
  .m-tb-85--md {
    margin: 85px auto;
  }
  .m-tb-80--md {
    margin: 80px auto;
  }
  .m-tb-75--md {
    margin: 75px auto;
  }
  .m-tb-70--md {
    margin: 70px auto;
  }
  .m-tb-65--md {
    margin: 65px auto;
  }
  .m-tb-60--md {
    margin: 60px auto;
  }
  .m-tb-55--md {
    margin: 55px auto;
  }
  .m-tb-50--md {
    margin: 50px auto;
  }
  .m-tb-45--md {
    margin: 45px auto;
  }
  .m-tb-40--md {
    margin: 40px auto;
  }
  .m-tb-35--md {
    margin: 35px auto;
  }
  .m-tb-30--md {
    margin: 30px auto;
  }
  .m-tb-25--md {
    margin: 25px auto;
  }
  .m-tb-20--md {
    margin: 20px auto;
  }
  .m-tb-15--md {
    margin: 15px auto;
  }
  .m-tb-10--md {
    margin: 10px auto;
  }
}
@media only screen and (min-width: 1024px) {
  .m-tb-200--lg {
    margin: 200px auto;
  }
  .m-tb-195--lg {
    margin: 195px auto;
  }
  .m-tb-190--lg {
    margin: 190px auto;
  }
  .m-tb-185--lg {
    margin: 185px auto;
  }
  .m-tb-180--lg {
    margin: 180px auto;
  }
  .m-tb-175--lg {
    margin: 175px auto;
  }
  .m-tb-170--lg {
    margin: 170px auto;
  }
  .m-tb-165--lg {
    margin: 165px auto;
  }
  .m-tb-160--lg {
    margin: 160px auto;
  }
  .m-tb-155--lg {
    margin: 160px auto;
  }
  .m-tb-150--lg {
    margin: 160px auto;
  }
  .m-tb-145--lg {
    margin: 145px auto;
  }
  .m-tb-140--lg {
    margin: 140px auto;
  }
  .m-tb-135--lg {
    margin: 135px auto;
  }
  .m-tb-130--lg {
    margin: 130px auto;
  }
  .m-tb-125--lg {
    margin: 125px auto;
  }
  .m-tb-120--lg {
    margin: 120px auto;
  }
  .m-tb-115--lg {
    margin: 115px auto;
  }
  .m-tb-100--lg {
    margin: 100px auto;
  }
  .m-tb-95--lg {
    margin: 95px auto;
  }
  .m-tb-85--lg {
    margin: 85px auto;
  }
  .m-tb-80--lg {
    margin: 80px auto;
  }
  .m-tb-75--lg {
    margin: 75px auto;
  }
  .m-tb-70--lg {
    margin: 70px auto;
  }
  .m-tb-65--lg {
    margin: 65px auto;
  }
  .m-tb-60--lg {
    margin: 60px auto;
  }
  .m-tb-55--lg {
    margin: 55px auto;
  }
  .m-tb-50--lg {
    margin: 50px auto;
  }
  .m-tb-45--lg {
    margin: 45px auto;
  }
  .m-tb-40--lg {
    margin: 40px auto;
  }
  .m-tb-35--lg {
    margin: 35px auto;
  }
  .m-tb-30--lg {
    margin: 30px auto;
  }
  .m-tb-25--lg {
    margin: 25px auto;
  }
  .m-tb-20--lg {
    margin: 20px auto;
  }
  .m-tb-15--lg {
    margin: 15px auto;
  }
  .m-tb-10--lg {
    margin: 10px auto;
  }
}
@media only screen and (min-width: 1200px) {
  .m-tb-200--xlg {
    margin: 200px auto;
  }
  .m-tb-195--xlg {
    margin: 195px auto;
  }
  .m-tb-190--xlg {
    margin: 190px auto;
  }
  .m-tb-185--xlg {
    margin: 185px auto;
  }
  .m-tb-180--xlg {
    margin: 180px auto;
  }
  .m-tb-175--xlg {
    margin: 175px auto;
  }
  .m-tb-170--xlg {
    margin: 170px auto;
  }
  .m-tb-165--xlg {
    margin: 165px auto;
  }
  .m-tb-160--xlg {
    margin: 160px auto;
  }
  .m-tb-155--xlg {
    margin: 160px auto;
  }
  .m-tb-150--xlg {
    margin: 160px auto;
  }
  .m-tb-145--xlg {
    margin: 145px auto;
  }
  .m-tb-140--xlg {
    margin: 140px auto;
  }
  .m-tb-135--xlg {
    margin: 135px auto;
  }
  .m-tb-130--xlg {
    margin: 130px auto;
  }
  .m-tb-125--xlg {
    margin: 125px auto;
  }
  .m-tb-120--xlg {
    margin: 120px auto;
  }
  .m-tb-115--xlg {
    margin: 115px auto;
  }
  .m-tb-100--xlg {
    margin: 100px auto;
  }
  .m-tb-95--xlg {
    margin: 95px auto;
  }
  .m-tb-85--xlg {
    margin: 85px auto;
  }
  .m-tb-80--xlg {
    margin: 80px auto;
  }
  .m-tb-75--xlg {
    margin: 75px auto;
  }
  .m-tb-70--xlg {
    margin: 70px auto;
  }
  .m-tb-65--xlg {
    margin: 65px auto;
  }
  .m-tb-60--xlg {
    margin: 60px auto;
  }
  .m-tb-55--xlg {
    margin: 55px auto;
  }
  .m-tb-50--xlg {
    margin: 50px auto;
  }
  .m-tb-45--xlg {
    margin: 45px auto;
  }
  .m-tb-40--xlg {
    margin: 40px auto;
  }
  .m-tb-35--xlg {
    margin: 35px auto;
  }
  .m-tb-30--xlg {
    margin: 30px auto;
  }
  .m-tb-25--xlg {
    margin: 25px auto;
  }
  .m-tb-20--xlg {
    margin: 20px auto;
  }
  .m-tb-15--xlg {
    margin: 15px auto;
  }
  .m-tb-10--xlg {
    margin: 10px auto;
  }
}
.m-b-200 {
  margin-bottom: 200px;
}

.m-b-195 {
  margin-bottom: 195px;
}

.m-b-190 {
  margin-bottom: 190px;
}

.m-b-185 {
  margin-bottom: 185px;
}

.m-b-180 {
  margin-bottom: 180px;
}

.m-b-175 {
  margin-bottom: 175px;
}

.m-b-170 {
  margin-bottom: 170px;
}

.m-b-165 {
  margin-bottom: 165px;
}

.m-b-160 {
  margin-bottom: 160px;
}

.m-b-155 {
  margin-bottom: 155px;
}

.m-b-150 {
  margin-bottom: 150px;
}

.m-b-145 {
  margin-bottom: 145px;
}

.m-b-140 {
  margin-bottom: 140px;
}

.m-b-135 {
  margin-bottom: 135px;
}

.m-b-130 {
  margin-bottom: 130px;
}

.m-b-125 {
  margin-bottom: 125px;
}

.m-b-120 {
  margin-bottom: 120px;
}

.m-b-115 {
  margin-bottom: 115px;
}

.m-b-110 {
  margin-bottom: 110px;
}

.m-b-105 {
  margin-bottom: 105px;
}

.m-b-100 {
  margin-bottom: 100px;
}

.m-b-95 {
  margin-bottom: 95px;
}

.m-b-90 {
  margin-bottom: 90px;
}

.m-b-85 {
  margin-bottom: 85px;
}

.m-b-80 {
  margin-bottom: 80px;
}

.m-b-75 {
  margin-bottom: 75px;
}

.m-b-70 {
  margin-bottom: 70px;
}

.m-b-65 {
  margin-bottom: 65px;
}

.m-b-60 {
  margin-bottom: 60px;
}

.m-b-55 {
  margin-bottom: 55px;
}

.m-b-50 {
  margin-bottom: 50px;
}

.m-b-45 {
  margin-bottom: 45px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-b-35 {
  margin-bottom: 35px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-25 {
  margin-bottom: 25px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-15 {
  margin-bottom: 15px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-5 {
  margin-bottom: 5px;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 640px) {
  .m-b-200--sm {
    margin-bottom: 200px;
  }
  .m-b-195--sm {
    margin-bottom: 195px;
  }
  .m-b-190--sm {
    margin-bottom: 190px;
  }
  .m-b-185--sm {
    margin-bottom: 185px;
  }
  .m-b-180--sm {
    margin-bottom: 180px;
  }
  .m-b-175--sm {
    margin-bottom: 175px;
  }
  .m-b-170--sm {
    margin-bottom: 170px;
  }
  .m-b-165--sm {
    margin-bottom: 165px;
  }
  .m-b-160--sm {
    margin-bottom: 160px;
  }
  .m-b-155--sm {
    margin-bottom: 155px;
  }
  .m-b-150--sm {
    margin-bottom: 150px;
  }
  .m-b-145--sm {
    margin-bottom: 145px;
  }
  .m-b-140--sm {
    margin-bottom: 140px;
  }
  .m-b-135--sm {
    margin-bottom: 135px;
  }
  .m-b-130--sm {
    margin-bottom: 130px;
  }
  .m-b-125--sm {
    margin-bottom: 125px;
  }
  .m-b-120--sm {
    margin-bottom: 120px;
  }
  .m-b-115--sm {
    margin-bottom: 115px;
  }
  .m-b-110--sm {
    margin-bottom: 110px;
  }
  .m-b-105--sm {
    margin-bottom: 105px;
  }
  .m-b-100--sm {
    margin-bottom: 100px;
  }
  .m-b-95--sm {
    margin-bottom: 95px;
  }
  .m-b-90--sm {
    margin-bottom: 90px;
  }
  .m-b-85--sm {
    margin-bottom: 85px;
  }
  .m-b-80--sm {
    margin-bottom: 80px;
  }
  .m-b-75--sm {
    margin-bottom: 75px;
  }
  .m-b-70--sm {
    margin-bottom: 70px;
  }
  .m-b-65--sm {
    margin-bottom: 65px;
  }
  .m-b-60--sm {
    margin-bottom: 60px;
  }
  .m-b-55--sm {
    margin-bottom: 55px;
  }
  .m-b-50--sm {
    margin-bottom: 50px;
  }
  .m-b-45--sm {
    margin-bottom: 45px;
  }
  .m-b-40--sm {
    margin-bottom: 40px;
  }
  .m-b-35--sm {
    margin-bottom: 35px;
  }
  .m-b-30--sm {
    margin-bottom: 30px;
  }
  .m-b-25--sm {
    margin-bottom: 25px;
  }
  .m-b-20--sm {
    margin-bottom: 20px;
  }
  .m-b-15--sm {
    margin-bottom: 15px;
  }
  .m-b-10--sm {
    margin-bottom: 10px;
  }
  .m-b-5--sm {
    margin-bottom: 5px;
  }
  .m-b-0--sm {
    margin-bottom: 0 !important;
  }
}
@media only screen and (min-width: 641px) {
  .m-b-200--md {
    margin-bottom: 200px;
  }
  .m-b-195--md {
    margin-bottom: 195px;
  }
  .m-b-190--md {
    margin-bottom: 190px;
  }
  .m-b-185--md {
    margin-bottom: 185px;
  }
  .m-b-180--md {
    margin-bottom: 180px;
  }
  .m-b-175--md {
    margin-bottom: 175px;
  }
  .m-b-170--md {
    margin-bottom: 170px;
  }
  .m-b-165--md {
    margin-bottom: 165px;
  }
  .m-b-160--md {
    margin-bottom: 160px;
  }
  .m-b-155--md {
    margin-bottom: 155px;
  }
  .m-b-150--md {
    margin-bottom: 150px;
  }
  .m-b-145--md {
    margin-bottom: 145px;
  }
  .m-b-140--md {
    margin-bottom: 140px;
  }
  .m-b-135--md {
    margin-bottom: 135px;
  }
  .m-b-130--md {
    margin-bottom: 130px;
  }
  .m-b-125--md {
    margin-bottom: 125px;
  }
  .m-b-120--md {
    margin-bottom: 120px;
  }
  .m-b-115--md {
    margin-bottom: 115px;
  }
  .m-b-110--md {
    margin-bottom: 110px;
  }
  .m-b-105--md {
    margin-bottom: 105px;
  }
  .m-b-100--md {
    margin-bottom: 100px;
  }
  .m-b-95--md {
    margin-bottom: 95px;
  }
  .m-b-90--md {
    margin-bottom: 90px;
  }
  .m-b-85--md {
    margin-bottom: 85px;
  }
  .m-b-80--md {
    margin-bottom: 80px;
  }
  .m-b-75--md {
    margin-bottom: 75px;
  }
  .m-b-70--md {
    margin-bottom: 70px;
  }
  .m-b-65--md {
    margin-bottom: 65px;
  }
  .m-b-60--md {
    margin-bottom: 60px;
  }
  .m-b-55--md {
    margin-bottom: 55px;
  }
  .m-b-50--md {
    margin-bottom: 50px;
  }
  .m-b-45--md {
    margin-bottom: 45px;
  }
  .m-b-40--md {
    margin-bottom: 40px;
  }
  .m-b-35--md {
    margin-bottom: 35px;
  }
  .m-b-30--md {
    margin-bottom: 30px;
  }
  .m-b-25--md {
    margin-bottom: 25px;
  }
  .m-b-20--md {
    margin-bottom: 20px;
  }
  .m-b-15--md {
    margin-bottom: 15px;
  }
  .m-b-10--md {
    margin-bottom: 10px;
  }
  .m-b-5--md {
    margin-bottom: 5px;
  }
  .m-b-0--md {
    margin-bottom: 0 !important;
  }
}
@media only screen and (min-width: 1024px) {
  .m-b-200--lg {
    margin-bottom: 200px;
  }
  .m-b-195--lg {
    margin-bottom: 195px;
  }
  .m-b-190--lg {
    margin-bottom: 190px;
  }
  .m-b-185--lg {
    margin-bottom: 185px;
  }
  .m-b-180--lg {
    margin-bottom: 180px;
  }
  .m-b-175--lg {
    margin-bottom: 175px;
  }
  .m-b-170--lg {
    margin-bottom: 170px;
  }
  .m-b-165--lg {
    margin-bottom: 165px;
  }
  .m-b-160--lg {
    margin-bottom: 160px;
  }
  .m-b-155--lg {
    margin-bottom: 155px;
  }
  .m-b-150--lg {
    margin-bottom: 150px;
  }
  .m-b-145--lg {
    margin-bottom: 145px;
  }
  .m-b-140--lg {
    margin-bottom: 140px;
  }
  .m-b-135--lg {
    margin-bottom: 135px;
  }
  .m-b-130--lg {
    margin-bottom: 130px;
  }
  .m-b-125--lg {
    margin-bottom: 125px;
  }
  .m-b-120--lg {
    margin-bottom: 120px;
  }
  .m-b-115--lg {
    margin-bottom: 115px;
  }
  .m-b-110--lg {
    margin-bottom: 110px;
  }
  .m-b-105--lg {
    margin-bottom: 105px;
  }
  .m-b-100--lg {
    margin-bottom: 100px;
  }
  .m-b-95--lg {
    margin-bottom: 95px;
  }
  .m-b-90--lg {
    margin-bottom: 90px;
  }
  .m-b-85--lg {
    margin-bottom: 85px;
  }
  .m-b-80--lg {
    margin-bottom: 80px;
  }
  .m-b-75--lg {
    margin-bottom: 75px;
  }
  .m-b-70--lg {
    margin-bottom: 70px;
  }
  .m-b-65--lg {
    margin-bottom: 65px;
  }
  .m-b-60--lg {
    margin-bottom: 60px;
  }
  .m-b-55--lg {
    margin-bottom: 55px;
  }
  .m-b-50--lg {
    margin-bottom: 50px;
  }
  .m-b-45--lg {
    margin-bottom: 45px;
  }
  .m-b-40--lg {
    margin-bottom: 40px;
  }
  .m-b-35--lg {
    margin-bottom: 35px;
  }
  .m-b-30--lg {
    margin-bottom: 30px;
  }
  .m-b-25--lg {
    margin-bottom: 25px;
  }
  .m-b-20--lg {
    margin-bottom: 20px;
  }
  .m-b-15--lg {
    margin-bottom: 15px;
  }
  .m-b-10--lg {
    margin-bottom: 10px;
  }
  .m-b-5--lg {
    margin-bottom: 5px;
  }
  .m-b-0--lg {
    margin-bottom: 0 !important;
  }
}
@media only screen and (min-width: 1200px) {
  .m-b-200--xlg {
    margin-bottom: 200px;
  }
  .m-b-195--xlg {
    margin-bottom: 195px;
  }
  .m-b-190--xlg {
    margin-bottom: 190px;
  }
  .m-b-185--xlg {
    margin-bottom: 185px;
  }
  .m-b-180--xlg {
    margin-bottom: 180px;
  }
  .m-b-175--xlg {
    margin-bottom: 175px;
  }
  .m-b-170--xlg {
    margin-bottom: 170px;
  }
  .m-b-165--xlg {
    margin-bottom: 165px;
  }
  .m-b-160--xlg {
    margin-bottom: 160px;
  }
  .m-b-155--xlg {
    margin-bottom: 155px;
  }
  .m-b-150--xlg {
    margin-bottom: 150px;
  }
  .m-b-145--xlg {
    margin-bottom: 145px;
  }
  .m-b-140--xlg {
    margin-bottom: 140px;
  }
  .m-b-135--xlg {
    margin-bottom: 135px;
  }
  .m-b-130--xlg {
    margin-bottom: 130px;
  }
  .m-b-125--xlg {
    margin-bottom: 125px;
  }
  .m-b-120--xlg {
    margin-bottom: 120px;
  }
  .m-b-115--xlg {
    margin-bottom: 115px;
  }
  .m-b-110--xlg {
    margin-bottom: 110px;
  }
  .m-b-105--xlg {
    margin-bottom: 105px;
  }
  .m-b-100--xlg {
    margin-bottom: 100px;
  }
  .m-b-95--xlg {
    margin-bottom: 95px;
  }
  .m-b-90--xlg {
    margin-bottom: 90px;
  }
  .m-b-85--xlg {
    margin-bottom: 85px;
  }
  .m-b-80--xlg {
    margin-bottom: 80px;
  }
  .m-b-75--xlg {
    margin-bottom: 75px;
  }
  .m-b-70--xlg {
    margin-bottom: 70px;
  }
  .m-b-65--xlg {
    margin-bottom: 65px;
  }
  .m-b-60--xlg {
    margin-bottom: 60px;
  }
  .m-b-55--xlg {
    margin-bottom: 55px;
  }
  .m-b-50--xlg {
    margin-bottom: 50px;
  }
  .m-b-45--xlg {
    margin-bottom: 45px;
  }
  .m-b-40--xlg {
    margin-bottom: 40px;
  }
  .m-b-35--xlg {
    margin-bottom: 35px;
  }
  .m-b-30--xlg {
    margin-bottom: 30px;
  }
  .m-b-25--xlg {
    margin-bottom: 25px;
  }
  .m-b-20--xlg {
    margin-bottom: 20px;
  }
  .m-b-15--xlg {
    margin-bottom: 15px;
  }
  .m-b-10--xlg {
    margin-bottom: 10px;
  }
  .m-b-5--xlg {
    margin-bottom: 5px;
  }
  .m-b-0--xlg {
    margin-bottom: 0 !important;
  }
}
.p-200 {
  padding: 200px;
}

.p-195 {
  padding: 195px;
}

.p-190 {
  padding: 190px;
}

.p-185 {
  padding: 185px;
}

.p-180 {
  padding: 180px;
}

.p-175 {
  padding: 175px;
}

.p-170 {
  padding: 170px;
}

.p-165 {
  padding: 165px;
}

.p-160 {
  padding: 160px;
}

.p-155 {
  padding: 155px;
}

.p-150 {
  padding: 150px;
}

.p-145 {
  padding: 145px;
}

.p-140 {
  padding: 140px;
}

.p-135 {
  padding: 135px;
}

.p-130 {
  padding: 130px;
}

.p-125 {
  padding: 125px;
}

.p-120 {
  padding: 120px;
}

.p-115 {
  padding: 115px;
}

.p-110 {
  padding: 110px;
}

.p-105 {
  padding: 105px;
}

.p-100 {
  padding: 100px;
}

.p-95 {
  padding: 95px;
}

.p-90 {
  padding: 90px;
}

.p-85 {
  padding: 85px;
}

.p-80 {
  padding: 80px;
}

.p-75 {
  padding: 75px;
}

.p-70 {
  padding: 70px;
}

.p-65 {
  padding: 65px;
}

.p-60 {
  padding: 60px;
}

.p-55 {
  padding: 55px;
}

.p-50 {
  padding: 50px;
}

.p-45 {
  padding: 45px;
}

.p-40 {
  padding: 40px;
}

.p-35 {
  padding: 35px;
}

.p-30 {
  padding: 30px;
}

.p-25 {
  padding: 25px;
}

.p-20 {
  padding: 20px;
}

.p-15 {
  padding: 15px;
}

.p-10 {
  padding: 10px;
}

.p-5 {
  padding: 5px;
}

.p-0 {
  padding: 0;
}

@media only screen and (max-width: 640px) {
  .p-200--sm {
    padding: 200px;
  }
  .p-195--sm {
    padding: 195px;
  }
  .p-190--sm {
    padding: 190px;
  }
  .p-185--sm {
    padding: 185px;
  }
  .p-180--sm {
    padding: 180px;
  }
  .p-175--sm {
    padding: 175px;
  }
  .p-170--sm {
    padding: 170px;
  }
  .p-165--sm {
    padding: 165px;
  }
  .p-160--sm {
    padding: 160px;
  }
  .p-155--sm {
    padding: 155px;
  }
  .p-150--sm {
    padding: 150px;
  }
  .p-145--sm {
    padding: 145px;
  }
  .p-140--sm {
    padding: 140px;
  }
  .p-135--sm {
    padding: 135px;
  }
  .p-130--sm {
    padding: 130px;
  }
  .p-125--sm {
    padding: 125px;
  }
  .p-120--sm {
    padding: 120px;
  }
  .p-115--sm {
    padding: 115px;
  }
  .p-110--sm {
    padding: 110px;
  }
  .p-105--sm {
    padding: 105px;
  }
  .p-100--sm {
    padding: 100px;
  }
  .p-95--sm {
    padding: 95px;
  }
  .p-90--sm {
    padding: 90px;
  }
  .p-85--sm {
    padding: 85px;
  }
  .p-80--sm {
    padding: 80px;
  }
  .p-75--sm {
    padding: 75px;
  }
  .p-70--sm {
    padding: 70px;
  }
  .p-65--sm {
    padding: 65px;
  }
  .p-60--sm {
    padding: 60px;
  }
  .p-55--sm {
    padding: 55px;
  }
  .p-50--sm {
    padding: 50px;
  }
  .p-45--sm {
    padding: 45px;
  }
  .p-40--sm {
    padding: 40px;
  }
  .p-35--sm {
    padding: 35px;
  }
  .p-30--sm {
    padding: 30px;
  }
  .p-25--sm {
    padding: 25px;
  }
  .p-20--sm {
    padding: 20px;
  }
  .p-15--sm {
    padding: 15px;
  }
  .p-10--sm {
    padding: 10px;
  }
  .p-5--sm {
    padding: 5px;
  }
  .p-0--sm {
    padding: 0;
  }
}
@media only screen and (min-width: 641px) {
  .p-200--md {
    padding: 200px;
  }
  .p-195--md {
    padding: 195px;
  }
  .p-190--md {
    padding: 190px;
  }
  .p-185--md {
    padding: 185px;
  }
  .p-180--md {
    padding: 180px;
  }
  .p-175--md {
    padding: 175px;
  }
  .p-170--md {
    padding: 170px;
  }
  .p-165--md {
    padding: 165px;
  }
  .p-160--md {
    padding: 160px;
  }
  .p-155--md {
    padding: 155px;
  }
  .p-150--md {
    padding: 150px;
  }
  .p-145--md {
    padding: 145px;
  }
  .p-140--md {
    padding: 140px;
  }
  .p-135--md {
    padding: 135px;
  }
  .p-130--md {
    padding: 130px;
  }
  .p-125--md {
    padding: 125px;
  }
  .p-120--md {
    padding: 120px;
  }
  .p-115--md {
    padding: 115px;
  }
  .p-110--md {
    padding: 110px;
  }
  .p-105--md {
    padding: 105px;
  }
  .p-100--md {
    padding: 100px;
  }
  .p-95--md {
    padding: 95px;
  }
  .p-90--md {
    padding: 90px;
  }
  .p-85--md {
    padding: 85px;
  }
  .p-80--md {
    padding: 80px;
  }
  .p-75--md {
    padding: 75px;
  }
  .p-70--md {
    padding: 70px;
  }
  .p-65--md {
    padding: 65px;
  }
  .p-60--md {
    padding: 60px;
  }
  .p-55--md {
    padding: 55px;
  }
  .p-50--md {
    padding: 50px;
  }
  .p-45--md {
    padding: 45px;
  }
  .p-40--md {
    padding: 40px;
  }
  .p-35--md {
    padding: 35px;
  }
  .p-30--md {
    padding: 30px;
  }
  .p-25--md {
    padding: 25px;
  }
  .p-20--md {
    padding: 20px;
  }
  .p-15--md {
    padding: 15px;
  }
  .p-10--md {
    padding: 10px;
  }
  .p-5--md {
    padding: 5px;
  }
  .p-0--md {
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .p-200--lg {
    padding: 200px;
  }
  .p-195--lg {
    padding: 195px;
  }
  .p-190--lg {
    padding: 190px;
  }
  .p-185--lg {
    padding: 185px;
  }
  .p-180--lg {
    padding: 180px;
  }
  .p-175--lg {
    padding: 175px;
  }
  .p-170--lg {
    padding: 170px;
  }
  .p-165--lg {
    padding: 165px;
  }
  .p-160--lg {
    padding: 160px;
  }
  .p-155--lg {
    padding: 155px;
  }
  .p-150--lg {
    padding: 150px;
  }
  .p-145--lg {
    padding: 145px;
  }
  .p-140--lg {
    padding: 140px;
  }
  .p-135--lg {
    padding: 135px;
  }
  .p-130--lg {
    padding: 130px;
  }
  .p-125--lg {
    padding: 125px;
  }
  .p-120--lg {
    padding: 120px;
  }
  .p-115--lg {
    padding: 115px;
  }
  .p-110--lg {
    padding: 110px;
  }
  .p-105--lg {
    padding: 105px;
  }
  .p-100--lg {
    padding: 100px;
  }
  .p-95--lg {
    padding: 95px;
  }
  .p-90--lg {
    padding: 90px;
  }
  .p-85--lg {
    padding: 85px;
  }
  .p-80--lg {
    padding: 80px;
  }
  .p-75--lg {
    padding: 75px;
  }
  .p-70--lg {
    padding: 70px;
  }
  .p-65--lg {
    padding: 65px;
  }
  .p-60--lg {
    padding: 60px;
  }
  .p-55--lg {
    padding: 55px;
  }
  .p-50--lg {
    padding: 50px;
  }
  .p-45--lg {
    padding: 45px;
  }
  .p-40--lg {
    padding: 40px;
  }
  .p-35--lg {
    padding: 35px;
  }
  .p-30--lg {
    padding: 30px;
  }
  .p-25--lg {
    padding: 25px;
  }
  .p-20--lg {
    padding: 20px;
  }
  .p-15--lg {
    padding: 15px;
  }
  .p-10--lg {
    padding: 10px;
  }
  .p-5--lg {
    padding: 5px;
  }
  .p-0--lg {
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .p-200--xlg {
    padding: 200px;
  }
  .p-195--xlg {
    padding: 195px;
  }
  .p-190--xlg {
    padding: 190px;
  }
  .p-185--xlg {
    padding: 185px;
  }
  .p-180--xlg {
    padding: 180px;
  }
  .p-175--xlg {
    padding: 175px;
  }
  .p-170--xlg {
    padding: 170px;
  }
  .p-165--xlg {
    padding: 165px;
  }
  .p-160--xlg {
    padding: 160px;
  }
  .p-155--xlg {
    padding: 155px;
  }
  .p-150--xlg {
    padding: 150px;
  }
  .p-145--xlg {
    padding: 145px;
  }
  .p-140--xlg {
    padding: 140px;
  }
  .p-135--xlg {
    padding: 135px;
  }
  .p-130--xlg {
    padding: 130px;
  }
  .p-125--xlg {
    padding: 125px;
  }
  .p-120--xlg {
    padding: 120px;
  }
  .p-115--xlg {
    padding: 115px;
  }
  .p-110--xlg {
    padding: 110px;
  }
  .p-105--xlg {
    padding: 105px;
  }
  .p-100--xlg {
    padding: 100px;
  }
  .p-95--xlg {
    padding: 95px;
  }
  .p-90--xlg {
    padding: 90px;
  }
  .p-85--xlg {
    padding: 85px;
  }
  .p-80--xlg {
    padding: 80px;
  }
  .p-75--xlg {
    padding: 75px;
  }
  .p-70--xlg {
    padding: 70px;
  }
  .p-65--xlg {
    padding: 65px;
  }
  .p-60--xlg {
    padding: 60px;
  }
  .p-55--xlg {
    padding: 55px;
  }
  .p-50--xlg {
    padding: 50px;
  }
  .p-45--xlg {
    padding: 45px;
  }
  .p-40--xlg {
    padding: 40px;
  }
  .p-35--xlg {
    padding: 35px;
  }
  .p-30--xlg {
    padding: 30px;
  }
  .p-25--xlg {
    padding: 25px;
  }
  .p-20--xlg {
    padding: 20px;
  }
  .p-15--xlg {
    padding: 15px;
  }
  .p-10--xlg {
    padding: 10px;
  }
  .p-5--xlg {
    padding: 5px;
  }
  .p-0--xlg {
    padding: 0;
  }
}
.p-t-200 {
  padding-top: 200px;
}

.p-t-195 {
  padding-top: 195px;
}

.p-t-190 {
  padding-top: 190px;
}

.p-t-185 {
  padding-top: 185px;
}

.p-t-180 {
  padding-top: 180px;
}

.p-t-175 {
  padding-top: 175px;
}

.p-t-170 {
  padding-top: 170px;
}

.p-t-165 {
  padding-top: 165px;
}

.p-t-160 {
  padding-top: 160px;
}

.p-t-155 {
  padding-top: 155px;
}

.p-t-150 {
  padding-top: 150px;
}

.p-t-145 {
  padding-top: 145px;
}

.p-t-140 {
  padding-top: 140px;
}

.p-t-135 {
  padding-top: 135px;
}

.p-t-130 {
  padding-top: 130px;
}

.p-t-125 {
  padding-top: 125px;
}

.p-t-120 {
  padding-top: 120px;
}

.p-t-115 {
  padding-top: 115px;
}

.p-t-110 {
  padding-top: 110px;
}

.p-t-105 {
  padding-top: 105px;
}

.p-t-100 {
  padding-top: 100px;
}

.p-t-95 {
  padding-top: 95px;
}

.p-t-90 {
  padding-top: 90px;
}

.p-t-85 {
  padding-top: 85px;
}

.p-t-80 {
  padding-top: 80px;
}

.p-t-75 {
  padding-top: 75px;
}

.p-t-70 {
  padding-top: 70px;
}

.p-t-65 {
  padding-top: 65px;
}

.p-t-60 {
  padding-top: 60px;
}

.p-t-55 {
  padding-top: 55px;
}

.p-t-50 {
  padding-top: 50px;
}

.p-t-45 {
  padding-top: 45px;
}

.p-t-40 {
  padding-top: 40px;
}

.p-t-35 {
  padding-top: 35px;
}

.p-t-30 {
  padding-top: 30px;
}

.p-t-25 {
  padding-top: 25px;
}

.p-t-20 {
  padding-top: 20px;
}

.p-t-15 {
  padding-top: 15px;
}

.p-t-10 {
  padding-top: 10px;
}

.p-t-0 {
  padding-top: 0;
}

@media only screen and (max-width: 640px) {
  .p-t-200--sm {
    padding-top: 200px;
  }
  .p-t-195--sm {
    padding-top: 195px;
  }
  .p-t-190--sm {
    padding-top: 190px;
  }
  .p-t-185--sm {
    padding-top: 185px;
  }
  .p-t-180--sm {
    padding-top: 180px;
  }
  .p-t-175--sm {
    padding-top: 175px;
  }
  .p-t-170--sm {
    padding-top: 170px;
  }
  .p-t-165--sm {
    padding-top: 165px;
  }
  .p-t-160--sm {
    padding-top: 160px;
  }
  .p-t-155--sm {
    padding-top: 155px;
  }
  .p-t-150--sm {
    padding-top: 150px;
  }
  .p-t-145--sm {
    padding-top: 145px;
  }
  .p-t-140--sm {
    padding-top: 140px;
  }
  .p-t-135--sm {
    padding-top: 135px;
  }
  .p-t-130--sm {
    padding-top: 130px;
  }
  .p-t-125--sm {
    padding-top: 125px;
  }
  .p-t-120--sm {
    padding-top: 120px;
  }
  .p-t-115--sm {
    padding-top: 115px;
  }
  .p-t-110--sm {
    padding-top: 110px;
  }
  .p-t-105--sm {
    padding-top: 105px;
  }
  .p-t-100--sm {
    padding-top: 100px;
  }
  .p-t-95--sm {
    padding-top: 95px;
  }
  .p-t-90--sm {
    padding-top: 90px;
  }
  .p-t-85--sm {
    padding-top: 85px;
  }
  .p-t-80--sm {
    padding-top: 80px;
  }
  .p-t-75--sm {
    padding-top: 75px;
  }
  .p-t-70--sm {
    padding-top: 70px;
  }
  .p-t-65--sm {
    padding-top: 65px;
  }
  .p-t-60--sm {
    padding-top: 60px;
  }
  .p-t-55--sm {
    padding-top: 55px;
  }
  .p-t-50--sm {
    padding-top: 50px;
  }
  .p-t-45--sm {
    padding-top: 45px;
  }
  .p-t-40--sm {
    padding-top: 40px;
  }
  .p-t-35--sm {
    padding-top: 35px;
  }
  .p-t-30--sm {
    padding-top: 30px;
  }
  .p-t-25--sm {
    padding-top: 25px;
  }
  .p-t-20--sm {
    padding-top: 20px;
  }
  .p-t-15--sm {
    padding-top: 15px;
  }
  .p-t-10--sm {
    padding-top: 10px;
  }
  .p-t-0--sm {
    padding-top: 0;
  }
}
@media only screen and (min-width: 641px) {
  .p-t-200--md {
    padding-top: 200px;
  }
  .p-t-195--md {
    padding-top: 195px;
  }
  .p-t-190--md {
    padding-top: 190px;
  }
  .p-t-185--md {
    padding-top: 185px;
  }
  .p-t-180--md {
    padding-top: 180px;
  }
  .p-t-175--md {
    padding-top: 175px;
  }
  .p-t-170--md {
    padding-top: 170px;
  }
  .p-t-165--md {
    padding-top: 165px;
  }
  .p-t-160--md {
    padding-top: 160px;
  }
  .p-t-155--md {
    padding-top: 155px;
  }
  .p-t-150--md {
    padding-top: 150px;
  }
  .p-t-145--md {
    padding-top: 145px;
  }
  .p-t-140--md {
    padding-top: 140px;
  }
  .p-t-135--md {
    padding-top: 135px;
  }
  .p-t-130--md {
    padding-top: 130px;
  }
  .p-t-125--md {
    padding-top: 125px;
  }
  .p-t-120--md {
    padding-top: 120px;
  }
  .p-t-115--md {
    padding-top: 115px;
  }
  .p-t-110--md {
    padding-top: 110px;
  }
  .p-t-105--md {
    padding-top: 105px;
  }
  .p-t-100--md {
    padding-top: 100px;
  }
  .p-t-95--md {
    padding-top: 95px;
  }
  .p-t-90--md {
    padding-top: 90px;
  }
  .p-t-85--md {
    padding-top: 85px;
  }
  .p-t-80--md {
    padding-top: 80px;
  }
  .p-t-75--md {
    padding-top: 75px;
  }
  .p-t-70--md {
    padding-top: 70px;
  }
  .p-t-65--md {
    padding-top: 65px;
  }
  .p-t-60--md {
    padding-top: 60px;
  }
  .p-t-55--md {
    padding-top: 55px;
  }
  .p-t-50--md {
    padding-top: 50px;
  }
  .p-t-45--md {
    padding-top: 45px;
  }
  .p-t-40--md {
    padding-top: 40px;
  }
  .p-t-35--md {
    padding-top: 35px;
  }
  .p-t-30--md {
    padding-top: 30px;
  }
  .p-t-25--md {
    padding-top: 25px;
  }
  .p-t-20--md {
    padding-top: 20px;
  }
  .p-t-15--md {
    padding-top: 15px;
  }
  .p-t-10--md {
    padding-top: 10px;
  }
  .p-t-0--md {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .p-t-200--lg {
    padding-top: 200px;
  }
  .p-t-195--lg {
    padding-top: 195px;
  }
  .p-t-190--lg {
    padding-top: 190px;
  }
  .p-t-185--lg {
    padding-top: 185px;
  }
  .p-t-180--lg {
    padding-top: 180px;
  }
  .p-t-175--lg {
    padding-top: 175px;
  }
  .p-t-170--lg {
    padding-top: 170px;
  }
  .p-t-165--lg {
    padding-top: 165px;
  }
  .p-t-160--lg {
    padding-top: 160px;
  }
  .p-t-155--lg {
    padding-top: 155px;
  }
  .p-t-150--lg {
    padding-top: 150px;
  }
  .p-t-145--lg {
    padding-top: 145px;
  }
  .p-t-140--lg {
    padding-top: 140px;
  }
  .p-t-135--lg {
    padding-top: 135px;
  }
  .p-t-130--lg {
    padding-top: 130px;
  }
  .p-t-125--lg {
    padding-top: 125px;
  }
  .p-t-120--lg {
    padding-top: 120px;
  }
  .p-t-115--lg {
    padding-top: 115px;
  }
  .p-t-110--lg {
    padding-top: 110px;
  }
  .p-t-105--lg {
    padding-top: 105px;
  }
  .p-t-100--lg {
    padding-top: 100px;
  }
  .p-t-95--lg {
    padding-top: 95px;
  }
  .p-t-90--lg {
    padding-top: 90px;
  }
  .p-t-85--lg {
    padding-top: 85px;
  }
  .p-t-80--lg {
    padding-top: 80px;
  }
  .p-t-75--lg {
    padding-top: 75px;
  }
  .p-t-70--lg {
    padding-top: 70px;
  }
  .p-t-65--lg {
    padding-top: 65px;
  }
  .p-t-60--lg {
    padding-top: 60px;
  }
  .p-t-55--lg {
    padding-top: 55px;
  }
  .p-t-50--lg {
    padding-top: 50px;
  }
  .p-t-45--lg {
    padding-top: 45px;
  }
  .p-t-40--lg {
    padding-top: 40px;
  }
  .p-t-35--lg {
    padding-top: 35px;
  }
  .p-t-30--lg {
    padding-top: 30px;
  }
  .p-t-25--lg {
    padding-top: 25px;
  }
  .p-t-20--lg {
    padding-top: 20px;
  }
  .p-t-15--lg {
    padding-top: 15px;
  }
  .p-t-10--lg {
    padding-top: 10px;
  }
  .p-t-0--lg {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .p-t-200--xlg {
    padding-top: 200px;
  }
  .p-t-195--xlg {
    padding-top: 195px;
  }
  .p-t-190--xlg {
    padding-top: 190px;
  }
  .p-t-185--xlg {
    padding-top: 185px;
  }
  .p-t-180--xlg {
    padding-top: 180px;
  }
  .p-t-175--xlg {
    padding-top: 175px;
  }
  .p-t-170--xlg {
    padding-top: 170px;
  }
  .p-t-165--xlg {
    padding-top: 165px;
  }
  .p-t-160--xlg {
    padding-top: 160px;
  }
  .p-t-155--xlg {
    padding-top: 155px;
  }
  .p-t-150--xlg {
    padding-top: 150px;
  }
  .p-t-145--xlg {
    padding-top: 145px;
  }
  .p-t-140--xlg {
    padding-top: 140px;
  }
  .p-t-135--xlg {
    padding-top: 135px;
  }
  .p-t-130--xlg {
    padding-top: 130px;
  }
  .p-t-125--xlg {
    padding-top: 125px;
  }
  .p-t-120--xlg {
    padding-top: 120px;
  }
  .p-t-115--xlg {
    padding-top: 115px;
  }
  .p-t-110--xlg {
    padding-top: 110px;
  }
  .p-t-105--xlg {
    padding-top: 105px;
  }
  .p-t-100--xlg {
    padding-top: 100px;
  }
  .p-t-95--xlg {
    padding-top: 95px;
  }
  .p-t-90--xlg {
    padding-top: 90px;
  }
  .p-t-85--xlg {
    padding-top: 85px;
  }
  .p-t-80--xlg {
    padding-top: 80px;
  }
  .p-t-75--xlg {
    padding-top: 75px;
  }
  .p-t-70--xlg {
    padding-top: 70px;
  }
  .p-t-65--xlg {
    padding-top: 65px;
  }
  .p-t-60--xlg {
    padding-top: 60px;
  }
  .p-t-55--xlg {
    padding-top: 55px;
  }
  .p-t-50--xlg {
    padding-top: 50px;
  }
  .p-t-45--xlg {
    padding-top: 45px;
  }
  .p-t-40--xlg {
    padding-top: 40px;
  }
  .p-t-35--xlg {
    padding-top: 35px;
  }
  .p-t-30--xlg {
    padding-top: 30px;
  }
  .p-t-25--xlg {
    padding-top: 25px;
  }
  .p-t-20--xlg {
    padding-top: 20px;
  }
  .p-t-15--xlg {
    padding-top: 15px;
  }
  .p-t-10--xlg {
    padding-top: 10px;
  }
  .p-t-0--xlg {
    padding-top: 0;
  }
}
.p-tb-200 {
  padding-bottom: 200px;
  padding-top: 200px;
}

.p-tb-195 {
  padding-bottom: 195px;
  padding-top: 195px;
}

.p-tb-190 {
  padding-bototm: 190px;
  padding-top: 190px;
}

.p-tb-185 {
  padding-bottom: 185px;
  padding-top: 185px;
}

.p-tb-180 {
  padding-bottom: 180px;
  padding-top: 180px;
}

.p-tb-175 {
  padding-bottom: 175px;
  padding-top: 175px;
}

.p-tb-170 {
  padding-bottom: 170px;
  padding-top: 170px;
}

.p-tb-165 {
  padding-bottom: 165px;
  padding-top: 165px;
}

.p-tb-160 {
  padding-bottom: 160px;
  padding-top: 160px;
}

.p-tb-155 {
  padding-bottom: 155px;
  padding-top: 155px;
}

.p-tb-150 {
  padding-bottom: 150px;
  padding-top: 150px;
}

.p-tb-145 {
  padding-bottom: 145px;
  padding-top: 145px;
}

.p-tb-140 {
  padding-bottom: 140px;
  padding-top: 140px;
}

.p-tb-135 {
  padding-bottom: 135px;
  padding-top: 135px;
}

.p-tb-130 {
  padding-bottom: 130px;
  padding-top: 130px;
}

.p-tb-125 {
  padding-bottom: 125px;
  padding-top: 125px;
}

.p-tb-120 {
  padding-bottom: 120px;
  padding-top: 120px;
}

.p-tb-115 {
  padding-bottom: 115px;
  padding-top: 115px;
}

.p-tb-110 {
  padding-bottom: 110px;
  padding-top: 110px;
}

.p-tb-105 {
  padding-bottom: 105px;
  padding-top: 105px;
}

.p-tb-100 {
  padding-bottom: 100px;
  padding-top: 100px;
}

.p-tb-95 {
  padding-bottom: 95px;
  padding-top: 95px;
}

.p-tb-90 {
  padding-bottom: 90px;
  padding-top: 90px;
}

.p-tb-85 {
  padding-bottom: 85px;
  padding-top: 85px;
}

.p-tb-80 {
  padding-bottom: 80px;
  padding-top: 80px;
}

.p-tb-75 {
  padding-bottom: 75px;
  padding-top: 75px;
}

.p-tb-70 {
  padding-bottom: 70px;
  padding-top: 70px;
}

.p-tb-65 {
  padding-bottom: 65px;
  padding-top: 65px;
}

.p-tb-60 {
  padding-bottom: 60px;
  padding-top: 60px;
}

.p-tb-55 {
  padding-bottom: 55px;
  padding-top: 55px;
}

.p-tb-50 {
  padding-bottom: 50px;
  padding-top: 50px;
}

.p-tb-45 {
  padding-bottom: 45px;
  padding-top: 45px;
}

.p-tb-40 {
  padding-bottom: 40px;
  padding-top: 40px;
}

.p-tb-35 {
  padding-bottom: 35px;
  padding-top: 35px;
}

.p-tb-30 {
  padding-bottom: 30px;
  padding-top: 30px;
}

.p-tb-25 {
  padding-bottom: 25px;
  padding-top: 25px;
}

.p-tb-20 {
  padding-bottom: 20px;
  padding-top: 20px;
}

.p-tb-15 {
  padding-bottom: 15px;
  padding-top: 15px;
}

.p-tb-10 {
  padding-bottom: 10px;
  padding-top: 10px;
}

.p-tb-5 {
  padding-bottom: 5px;
  padding-top: 5px;
}

@media only screen and (max-width: 640px) {
  .p-tb-200--sm {
    padding-bottom: 200px;
    padding-top: 200px;
  }
  .p-tb-195--sm {
    padding-bottom: 195px;
    padding-top: 195px;
  }
  .p-tb-190--sm {
    padding-bottom: 190px;
    padding-top: 190px;
  }
  .p-tb-185--sm {
    padding-bottom: 185px;
    padding-top: 185px;
  }
  .p-tb-180--sm {
    padding-bottom: 180px;
    padding-top: 180px;
  }
  .p-tb-175--sm {
    padding-bottom: 175px;
    padding-top: 175px;
  }
  .p-tb-170--sm {
    padding-bottom: 170px;
    padding-top: 170px;
  }
  .p-tb-165--sm {
    padding-bottom: 165px;
    padding-top: 165px;
  }
  .p-tb-160--sm {
    padding-bottom: 160px;
    padding-top: 160px;
  }
  .p-tb-155--sm {
    padding-bottom: 155px;
    padding-top: 155px;
  }
  .p-tb-150--sm {
    padding-bottom: 150px;
    padding-top: 150px;
  }
  .p-tb-145--sm {
    padding-bottom: 145px;
    padding-top: 145px;
  }
  .p-tb-140--sm {
    padding-bottom: 140px;
    padding-top: 140px;
  }
  .p-tb-135--sm {
    padding-bottom: 135px;
    padding-top: 135px;
  }
  .p-tb-130--sm {
    padding-bottom: 130px;
    padding-top: 130px;
  }
  .p-tb-125--sm {
    padding-bottom: 125px;
    padding-top: 125px;
  }
  .p-tb-120--sm {
    padding-bottom: 120px;
    padding-top: 120px;
  }
  .p-tb-115--sm {
    padding-bottom: 115px;
    padding-top: 115px;
  }
  .p-tb-110--sm {
    padding-bottom: 110px;
    padding-top: 110px;
  }
  .p-tb-105--sm {
    padding-bottom: 105px;
    padding-top: 105px;
  }
  .p-tb-100--sm {
    padding-bottom: 100px;
    padding-top: 100px;
  }
  .p-tb-95--sm {
    padding-bottom: 95px;
    padding-top: 95px;
  }
  .p-tb-90--sm {
    padding-bottom: 90px;
    padding-top: 90px;
  }
  .p-tb-85--sm {
    padding-bottom: 85px;
    padding-top: 85px;
  }
  .p-tb-80--sm {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .p-tb-75--sm {
    padding-bottom: 75px;
    padding-top: 75px;
  }
  .p-tb-70--sm {
    padding-bottom: 70px;
    padding-top: 70px;
  }
  .p-tb-65--sm {
    padding-bottom: 65px;
    padding-top: 65px;
  }
  .p-tb-60--sm {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .p-tb-55--sm {
    padding-bottom: 55px;
    padding-top: 55px;
  }
  .p-tb-50--sm {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .p-tb-45--sm {
    padding-bottom: 45px;
    padding-top: 45px;
  }
  .p-tb-40--sm {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .p-tb-35--sm {
    padding-bottom: 35px;
    padding-top: 35px;
  }
  .p-tb-30--sm {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .p-tb-25--sm {
    padding-bottom: 25px;
    padding-top: 25px;
  }
  .p-tb-20--sm {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .p-tb-15--sm {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .p-tb-10--sm {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .p-tb-5--sm {
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .p-tb-0--sm {
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media only screen and (min-width: 641px) {
  .p-tb-200--md {
    padding-bottom: 200px;
    padding-top: 200px;
  }
  .p-tb-195--md {
    padding-bottom: 195px;
    padding-top: 195px;
  }
  .p-tb-190--md {
    padding-bottom: 190px;
    padding-top: 190px;
  }
  .p-tb-185--md {
    padding-bottom: 185px;
    padding-top: 185px;
  }
  .p-tb-180--md {
    padding-bottom: 180px;
    padding-top: 180px;
  }
  .p-tb-175--md {
    padding-bottom: 175px;
    padding-top: 175px;
  }
  .p-tb-170--md {
    padding-bottom: 170px;
    padding-top: 170px;
  }
  .p-tb-165--md {
    padding-bottom: 165px;
    padding-top: 165px;
  }
  .p-tb-160--md {
    padding-bottom: 160px;
    padding-top: 160px;
  }
  .p-tb-155--md {
    padding-bottom: 155px;
    padding-top: 155px;
  }
  .p-tb-150--md {
    padding-bottom: 150px;
    padding-top: 150px;
  }
  .p-tb-145--md {
    padding-bottom: 145px;
    padding-top: 145px;
  }
  .p-tb-140--md {
    padding-bottom: 140px;
    padding-top: 140px;
  }
  .p-tb-135--md {
    padding-bottom: 135px;
    padding-top: 135px;
  }
  .p-tb-130--md {
    padding-bottom: 130px;
    padding-top: 130px;
  }
  .p-tb-125--md {
    padding-bottom: 125px;
    padding-top: 125px;
  }
  .p-tb-120--md {
    padding-bottom: 120px;
    padding-top: 120px;
  }
  .p-tb-115--md {
    padding-bottom: 115px;
    padding-top: 115px;
  }
  .p-tb-110--md {
    padding-bottom: 110px;
    padding-top: 110px;
  }
  .p-tb-105--md {
    padding-bottom: 105px;
    padding-top: 105px;
  }
  .p-tb-100--md {
    padding-bottom: 100px;
    padding-top: 100px;
  }
  .p-tb-95--md {
    padding-bottom: 95px;
    padding-top: 95px;
  }
  .p-tb-90--md {
    padding-bottom: 90px;
    padding-top: 90px;
  }
  .p-tb-85--md {
    padding-bottom: 85px;
    padding-top: 85px;
  }
  .p-tb-80--md {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .p-tb-75--md {
    padding-bottom: 75px;
    padding-top: 75px;
  }
  .p-tb-70--md {
    padding-bottom: 70px;
    padding-top: 70px;
  }
  .p-tb-65--md {
    padding-bottom: 65px;
    padding-top: 65px;
  }
  .p-tb-60--md {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .p-tb-55--md {
    padding-bottom: 55px;
    padding-top: 55px;
  }
  .p-tb-50--md {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .p-tb-45--md {
    padding-bottom: 45px;
    padding-top: 45px;
  }
  .p-tb-40--md {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .p-tb-35--md {
    padding-bottom: 35px;
    padding-top: 35px;
  }
  .p-tb-30--md {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .p-tb-25--md {
    padding-bottom: 25px;
    padding-top: 25px;
  }
  .p-tb-20--md {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .p-tb-15--md {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .p-tb-10--md {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .p-tb-5--md {
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .p-tb-0--md {
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .p-tb-200--lg {
    padding-bottom: 200px;
    padding-top: 200px;
  }
  .p-tb-195--lg {
    padding-bottom: 195px;
    padding-top: 195px;
  }
  .p-tb-190--lg {
    padding-bottom: 190px;
    padding-top: 190px;
  }
  .p-tb-185--lg {
    padding-bottom: 185px;
    padding-top: 185px;
  }
  .p-tb-180--lg {
    padding-bottom: 180px;
    padding-top: 180px;
  }
  .p-tb-175--lg {
    padding-bottom: 175px;
    padding-top: 175px;
  }
  .p-tb-170--lg {
    padding-bottom: 170px;
    padding-top: 170px;
  }
  .p-tb-165--lg {
    padding-bottom: 165px;
    padding-top: 165px;
  }
  .p-tb-160--lg {
    padding-bottom: 160px;
    padding-top: 160px;
  }
  .p-tb-155--lg {
    padding-bottom: 155px;
    padding-top: 155px;
  }
  .p-tb-150--lg {
    padding-bottom: 150px;
    padding-top: 150px;
  }
  .p-tb-145--lg {
    padding-bottom: 145px;
    padding-top: 145px;
  }
  .p-tb-140--lg {
    padding-bottom: 140px;
    padding-top: 140px;
  }
  .p-tb-135--lg {
    padding-bottom: 135px;
    padding-top: 135px;
  }
  .p-tb-130--lg {
    padding-bottom: 130px;
    padding-top: 130px;
  }
  .p-tb-125--lg {
    padding-bottom: 125px;
    padding-top: 125px;
  }
  .p-tb-120--lg {
    padding-bottom: 120px;
    padding-top: 120px;
  }
  .p-tb-115--lg {
    padding-bottom: 115px;
    padding-top: 115px;
  }
  .p-tb-110--lg {
    padding-bottom: 110px;
    padding-top: 110px;
  }
  .p-tb-105--lg {
    padding-bottom: 105px;
    padding-top: 105px;
  }
  .p-tb-100--lg {
    padding-bottom: 100px;
    padding-top: 100px;
  }
  .p-tb-95--lg {
    padding-bottom: 95px;
    padding-top: 95px;
  }
  .p-tb-90--lg {
    padding-bottom: 90px;
    padding-top: 90px;
  }
  .p-tb-85--lg {
    padding-bottom: 85px;
    padding-top: 85px;
  }
  .p-tb-80--lg {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .p-tb-75--lg {
    padding-bottom: 75px;
    padding-top: 75px;
  }
  .p-tb-70--lg {
    padding-bottom: 70px;
    padding-top: 70px;
  }
  .p-tb-65--lg {
    padding-bottom: 65px;
    padding-top: 65px;
  }
  .p-tb-60--lg {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .p-tb-55--lg {
    padding-bottom: 55px;
    padding-top: 55px;
  }
  .p-tb-50--lg {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .p-tb-45--lg {
    padding-bottom: 45px;
    padding-top: 45px;
  }
  .p-tb-40--lg {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .p-tb-35--lg {
    padding-bottom: 35px;
    padding-top: 35px;
  }
  .p-tb-30--lg {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .p-tb-25--lg {
    padding-bottom: 25px;
    padding-top: 25px;
  }
  .p-tb-20--lg {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .p-tb-15--lg {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .p-tb-10--lg {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .p-tb-5--lg {
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .p-tb-0--lg {
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .p-tb-200--xlg {
    padding-bottom: 200px;
    padding-top: 200px;
  }
  .p-tb-195--xlg {
    padding-bottom: 195px;
    padding-top: 195px;
  }
  .p-tb-190--xlg {
    padding-bottom: 190px;
    padding-top: 190px;
  }
  .p-tb-185--xlg {
    padding-bottom: 185px;
    padding-top: 185px;
  }
  .p-tb-180--xlg {
    padding-bottom: 180px;
    padding-top: 180px;
  }
  .p-tb-175--xlg {
    padding-bottom: 175px;
    padding-top: 175px;
  }
  .p-tb-170--xlg {
    padding-bottom: 170px;
    padding-top: 170px;
  }
  .p-tb-165--xlg {
    padding-bottom: 165px;
    padding-top: 165px;
  }
  .p-tb-160--xlg {
    padding-bottom: 160px;
    padding-top: 160px;
  }
  .p-tb-155--xlg {
    padding-bottom: 155px;
    padding-top: 155px;
  }
  .p-tb-150--xlg {
    padding-bottom: 150px;
    padding-top: 150px;
  }
  .p-tb-145--xlg {
    padding-bottom: 145px;
    padding-top: 145px;
  }
  .p-tb-140--xlg {
    padding-bottom: 140px;
    padding-top: 140px;
  }
  .p-tb-135--xlg {
    padding-bottom: 135px;
    padding-top: 135px;
  }
  .p-tb-130--xlg {
    padding-bottom: 130px;
    padding-top: 130px;
  }
  .p-tb-125--xlg {
    padding-bottom: 125px;
    padding-top: 125px;
  }
  .p-tb-120--xlg {
    padding-bottom: 120px;
    padding-top: 120px;
  }
  .p-tb-115--xlg {
    padding-bottom: 115px;
    padding-top: 115px;
  }
  .p-tb-110--xlg {
    padding-bottom: 110px;
    padding-top: 110px;
  }
  .p-tb-105--xlg {
    padding-bottom: 105px;
    padding-top: 105px;
  }
  .p-tb-100--xlg {
    padding-bottom: 100px;
    padding-top: 100px;
  }
  .p-tb-95--xlg {
    padding-bottom: 95px;
    padding-top: 95px;
  }
  .p-tb-90--xlg {
    padding-bottom: 90px;
    padding-top: 90px;
  }
  .p-tb-85--xlg {
    padding-bottom: 85px;
    padding-top: 85px;
  }
  .p-tb-80--xlg {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .p-tb-75--xlg {
    padding-bottom: 75px;
    padding-top: 75px;
  }
  .p-tb-70--xlg {
    padding-bottom: 70px;
    padding-top: 70px;
  }
  .p-tb-65--xlg {
    padding-bottom: 65px;
    padding-top: 65px;
  }
  .p-tb-60--xlg {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .p-tb-55--xlg {
    padding-bottom: 55px;
    padding-top: 55px;
  }
  .p-tb-50--xlg {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .p-tb-45--xlg {
    padding-bottom: 45px;
    padding-top: 45px;
  }
  .p-tb-40--xlg {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .p-tb-35--xlg {
    padding-bottom: 35px;
    padding-top: 35px;
  }
  .p-tb-30--xlg {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .p-tb-25--xlg {
    padding-bottom: 25px;
    padding-top: 25px;
  }
  .p-tb-20--xlg {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .p-tb-15--xlg {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .p-tb-10--xlg {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .p-tb-5--xlg {
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .p-tb-0--xlg {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.p-b-200 {
  padding-bottom: 200px;
}

.p-b-195 {
  padding-bottom: 195px;
}

.p-b-195 {
  padding-bottom: 190px;
}

.p-b-185 {
  padding-bottom: 185px;
}

.p-b-180 {
  padding-bottom: 180px;
}

.p-b-175 {
  padding-bottom: 175px;
}

.p-b-165 {
  padding-bottom: 170px;
}

.p-b-165 {
  padding-bottom: 165px;
}

.p-b-160 {
  padding-bottom: 160px;
}

.p-b-155 {
  padding-bottom: 155px;
}

.p-b-150 {
  padding-bottom: 150px;
}

.p-b-145 {
  padding-bottom: 145px;
}

.p-b-140 {
  padding-bottom: 140px;
}

.p-b-135 {
  padding-bottom: 135px;
}

.p-b-130 {
  padding-bottom: 130px;
}

.p-b-125 {
  padding-bottom: 125px;
}

.p-b-120 {
  padding-bottom: 120px;
}

.p-b-115 {
  padding-bottom: 115px;
}

.p-b-110 {
  padding-bottom: 110px;
}

.p-b-105 {
  padding-bottom: 105px;
}

.p-b-100 {
  padding-bottom: 100px;
}

.p-b-95 {
  padding-bottom: 95px;
}

.p-b-90 {
  padding-bottom: 90px;
}

.p-b-85 {
  padding-bottom: 85px;
}

.p-b-80 {
  padding-bottom: 80px;
}

.p-b-75 {
  padding-bottom: 75px;
}

.p-b-70 {
  padding-bottom: 70px;
}

.p-b-65 {
  padding-bottom: 65px;
}

.p-b-60 {
  padding-bottom: 60px;
}

.p-b-55 {
  padding-bottom: 55px;
}

.p-b-50 {
  padding-bottom: 50px;
}

.p-b-45 {
  padding-bottom: 45px;
}

.p-b-40 {
  padding-bottom: 40px;
}

.p-b-35 {
  padding-bottom: 35px;
}

.p-b-30 {
  padding-bottom: 30px;
}

.p-b-25 {
  padding-bottom: 25px;
}

.p-b-20 {
  padding-bottom: 20px;
}

.p-b-15 {
  padding-bottom: 15px;
}

.p-b-10 {
  padding-bottom: 10px;
}

.p-b-5 {
  padding-bottom: 5px;
}

.p-b-0 {
  padding-bottom: 0;
}

@media only screen and (max-width: 640px) {
  .p-b-200--sm {
    padding-bottom: 200px;
  }
  .p-b-195--sm {
    padding-bottom: 195px;
  }
  .p-b-195--sm {
    padding-bottom: 190px;
  }
  .p-b-185--sm {
    padding-bottom: 185px;
  }
  .p-b-180--sm {
    padding-bottom: 180px;
  }
  .p-b-175--sm {
    padding-bottom: 175px;
  }
  .p-b-165--sm {
    padding-bottom: 170px;
  }
  .p-b-165--sm {
    padding-bottom: 165px;
  }
  .p-b-160--sm {
    padding-bottom: 160px;
  }
  .p-b-155--sm {
    padding-bottom: 155px;
  }
  .p-b-150--sm {
    padding-bottom: 150px;
  }
  .p-b-145--sm {
    padding-bottom: 145px;
  }
  .p-b-140--sm {
    padding-bottom: 140px;
  }
  .p-b-135--sm {
    padding-bottom: 135px;
  }
  .p-b-130--sm {
    padding-bottom: 130px;
  }
  .p-b-125--sm {
    padding-bottom: 125px;
  }
  .p-b-120--sm {
    padding-bottom: 120px;
  }
  .p-b-115--sm {
    padding-bottom: 115px;
  }
  .p-b-110--sm {
    padding-bottom: 110px;
  }
  .p-b-105--sm {
    padding-bottom: 105px;
  }
  .p-b-100--sm {
    padding-bottom: 100px;
  }
  .p-b-95--sm {
    padding-bottom: 95px;
  }
  .p-b-90--sm {
    padding-bottom: 90px;
  }
  .p-b-85--sm {
    padding-bottom: 85px;
  }
  .p-b-80--sm {
    padding-bottom: 80px;
  }
  .p-b-75--sm {
    padding-bottom: 75px;
  }
  .p-b-70--sm {
    padding-bottom: 70px;
  }
  .p-b-65--sm {
    padding-bottom: 65px;
  }
  .p-b-60--sm {
    padding-bottom: 60px;
  }
  .p-b-55--sm {
    padding-bottom: 55px;
  }
  .p-b-50--sm {
    padding-bottom: 50px;
  }
  .p-b-45--sm {
    padding-bottom: 45px;
  }
  .p-b-40--sm {
    padding-bottom: 40px;
  }
  .p-b-35--sm {
    padding-bottom: 35px;
  }
  .p-b-30--sm {
    padding-bottom: 30px;
  }
  .p-b-25--sm {
    padding-bottom: 25px;
  }
  .p-b-20--sm {
    padding-bottom: 20px;
  }
  .p-b-15--sm {
    padding-bottom: 15px;
  }
  .p-b-10--sm {
    padding-bottom: 10px;
  }
  .p-b-5--sm {
    padding-bottom: 5px;
  }
  .p-b-0--sm {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 641px) {
  .p-b-200--md {
    padding-bottom: 200px;
  }
  .p-b-195--md {
    padding-bottom: 195px;
  }
  .p-b-195--md {
    padding-bottom: 190px;
  }
  .p-b-185--md {
    padding-bottom: 185px;
  }
  .p-b-180--md {
    padding-bottom: 180px;
  }
  .p-b-175--md {
    padding-bottom: 175px;
  }
  .p-b-165--md {
    padding-bottom: 170px;
  }
  .p-b-165--md {
    padding-bottom: 165px;
  }
  .p-b-160--md {
    padding-bottom: 160px;
  }
  .p-b-155--md {
    padding-bottom: 155px;
  }
  .p-b-150--md {
    padding-bottom: 150px;
  }
  .p-b-145--md {
    padding-bottom: 145px;
  }
  .p-b-140--md {
    padding-bottom: 140px;
  }
  .p-b-135--md {
    padding-bottom: 135px;
  }
  .p-b-130--md {
    padding-bottom: 130px;
  }
  .p-b-125--md {
    padding-bottom: 125px;
  }
  .p-b-120--md {
    padding-bottom: 120px;
  }
  .p-b-115--md {
    padding-bottom: 115px;
  }
  .p-b-110--md {
    padding-bottom: 110px;
  }
  .p-b-105--md {
    padding-bottom: 105px;
  }
  .p-b-100--md {
    padding-bottom: 100px;
  }
  .p-b-95--md {
    padding-bottom: 95px;
  }
  .p-b-90--md {
    padding-bottom: 90px;
  }
  .p-b-85--md {
    padding-bottom: 85px;
  }
  .p-b-80--md {
    padding-bottom: 80px;
  }
  .p-b-75--md {
    padding-bottom: 75px;
  }
  .p-b-70--md {
    padding-bottom: 70px;
  }
  .p-b-65--md {
    padding-bottom: 65px;
  }
  .p-b-60--md {
    padding-bottom: 60px;
  }
  .p-b-55--md {
    padding-bottom: 55px;
  }
  .p-b-50--md {
    padding-bottom: 50px;
  }
  .p-b-45--md {
    padding-bottom: 45px;
  }
  .p-b-40--md {
    padding-bottom: 40px;
  }
  .p-b-35--md {
    padding-bottom: 35px;
  }
  .p-b-30--md {
    padding-bottom: 30px;
  }
  .p-b-25--md {
    padding-bottom: 25px;
  }
  .p-b-20--md {
    padding-bottom: 20px;
  }
  .p-b-15--md {
    padding-bottom: 15px;
  }
  .p-b-10--md {
    padding-bottom: 10px;
  }
  .p-b-5--md {
    padding-bottom: 5px;
  }
  .p-b-0--md {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .p-b-200--lg {
    padding-bottom: 200px;
  }
  .p-b-195--lg {
    padding-bottom: 195px;
  }
  .p-b-195--lg {
    padding-bottom: 190px;
  }
  .p-b-185--lg {
    padding-bottom: 185px;
  }
  .p-b-180--lg {
    padding-bottom: 180px;
  }
  .p-b-175--lg {
    padding-bottom: 175px;
  }
  .p-b-165--lg {
    padding-bottom: 170px;
  }
  .p-b-165--lg {
    padding-bottom: 165px;
  }
  .p-b-160--lg {
    padding-bottom: 160px;
  }
  .p-b-155--lg {
    padding-bottom: 155px;
  }
  .p-b-150--lg {
    padding-bottom: 150px;
  }
  .p-b-145--lg {
    padding-bottom: 145px;
  }
  .p-b-140--lg {
    padding-bottom: 140px;
  }
  .p-b-135--lg {
    padding-bottom: 135px;
  }
  .p-b-130--lg {
    padding-bottom: 130px;
  }
  .p-b-125--lg {
    padding-bottom: 125px;
  }
  .p-b-120--lg {
    padding-bottom: 120px;
  }
  .p-b-115--lg {
    padding-bottom: 115px;
  }
  .p-b-110--lg {
    padding-bottom: 110px;
  }
  .p-b-105--lg {
    padding-bottom: 105px;
  }
  .p-b-100--lg {
    padding-bottom: 100px;
  }
  .p-b-95--lg {
    padding-bottom: 95px;
  }
  .p-b-90--lg {
    padding-bottom: 90px;
  }
  .p-b-85--lg {
    padding-bottom: 85px;
  }
  .p-b-80--lg {
    padding-bottom: 80px;
  }
  .p-b-75--lg {
    padding-bottom: 75px;
  }
  .p-b-70--lg {
    padding-bottom: 70px;
  }
  .p-b-65--lg {
    padding-bottom: 65px;
  }
  .p-b-60--lg {
    padding-bottom: 60px;
  }
  .p-b-55--lg {
    padding-bottom: 55px;
  }
  .p-b-50--lg {
    padding-bottom: 50px;
  }
  .p-b-45--lg {
    padding-bottom: 45px;
  }
  .p-b-40--lg {
    padding-bottom: 40px;
  }
  .p-b-35--lg {
    padding-bottom: 35px;
  }
  .p-b-30--lg {
    padding-bottom: 30px;
  }
  .p-b-25--lg {
    padding-bottom: 25px;
  }
  .p-b-20--lg {
    padding-bottom: 20px;
  }
  .p-b-15--lg {
    padding-bottom: 15px;
  }
  .p-b-10--lg {
    padding-bottom: 10px;
  }
  .p-b-5--lg {
    padding-bottom: 5px;
  }
  .p-b-0--lg {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .p-b-200--xlg {
    padding-bottom: 200px;
  }
  .p-b-195--xlg {
    padding-bottom: 195px;
  }
  .p-b-195--xlg {
    padding-bottom: 190px;
  }
  .p-b-185--xlg {
    padding-bottom: 185px;
  }
  .p-b-180--xlg {
    padding-bottom: 180px;
  }
  .p-b-175--xlg {
    padding-bottom: 175px;
  }
  .p-b-165--xlg {
    padding-bottom: 170px;
  }
  .p-b-165--xlg {
    padding-bottom: 165px;
  }
  .p-b-160--xlg {
    padding-bottom: 160px;
  }
  .p-b-155--xlg {
    padding-bottom: 155px;
  }
  .p-b-150--xlg {
    padding-bottom: 150px;
  }
  .p-b-145--xlg {
    padding-bottom: 145px;
  }
  .p-b-140--xlg {
    padding-bottom: 140px;
  }
  .p-b-135--xlg {
    padding-bottom: 135px;
  }
  .p-b-130--xlg {
    padding-bottom: 130px;
  }
  .p-b-125--xlg {
    padding-bottom: 125px;
  }
  .p-b-120--xlg {
    padding-bottom: 120px;
  }
  .p-b-115--xlg {
    padding-bottom: 115px;
  }
  .p-b-110--xlg {
    padding-bottom: 110px;
  }
  .p-b-105--xlg {
    padding-bottom: 105px;
  }
  .p-b-100--xlg {
    padding-bottom: 100px;
  }
  .p-b-95--xlg {
    padding-bottom: 95px;
  }
  .p-b-90--xlg {
    padding-bottom: 90px;
  }
  .p-b-85--xlg {
    padding-bottom: 85px;
  }
  .p-b-80--xlg {
    padding-bottom: 80px;
  }
  .p-b-75--xlg {
    padding-bottom: 75px;
  }
  .p-b-70--xlg {
    padding-bottom: 70px;
  }
  .p-b-65--xlg {
    padding-bottom: 65px;
  }
  .p-b-60--xlg {
    padding-bottom: 60px;
  }
  .p-b-55--xlg {
    padding-bottom: 55px;
  }
  .p-b-50--xlg {
    padding-bottom: 50px;
  }
  .p-b-45--xlg {
    padding-bottom: 45px;
  }
  .p-b-40--xlg {
    padding-bottom: 40px;
  }
  .p-b-35--xlg {
    padding-bottom: 35px;
  }
  .p-b-30--xlg {
    padding-bottom: 30px;
  }
  .p-b-25--xlg {
    padding-bottom: 25px;
  }
  .p-b-20--xlg {
    padding-bottom: 20px;
  }
  .p-b-15--xlg {
    padding-bottom: 15px;
  }
  .p-b-10--xlg {
    padding-bottom: 10px;
  }
  .p-b-5--xlg {
    padding-bottom: 5px;
  }
  .p-b-0--xlg {
    padding-bottom: 0;
  }
}
.p-l-200 {
  padding-left: 200px;
}

.p-l-195 {
  padding-left: 195px;
}

.p-l-195 {
  padding-left: 190px;
}

.p-l-185 {
  padding-left: 185px;
}

.p-l-180 {
  padding-left: 180px;
}

.p-l-175 {
  padding-left: 175px;
}

.p-l-165 {
  padding-left: 170px;
}

.p-l-165 {
  padding-left: 165px;
}

.p-l-160 {
  padding-left: 160px;
}

.p-l-155 {
  padding-left: 155px;
}

.p-l-150 {
  padding-left: 150px;
}

.p-l-145 {
  padding-left: 145px;
}

.p-l-140 {
  padding-left: 140px;
}

.p-l-135 {
  padding-left: 135px;
}

.p-l-130 {
  padding-left: 130px;
}

.p-l-125 {
  padding-left: 125px;
}

.p-l-120 {
  padding-left: 120px;
}

.p-l-115 {
  padding-left: 115px;
}

.p-l-110 {
  padding-left: 110px;
}

.p-l-105 {
  padding-left: 105px;
}

.p-l-100 {
  padding-left: 100px;
}

.p-l-95 {
  padding-left: 95px;
}

.p-l-90 {
  padding-left: 90px;
}

.p-l-85 {
  padding-left: 85px;
}

.p-l-80 {
  padding-left: 80px;
}

.p-l-75 {
  padding-left: 75px;
}

.p-l-70 {
  padding-left: 70px;
}

.p-l-65 {
  padding-left: 65px;
}

.p-l-60 {
  padding-left: 60px;
}

.p-l-55 {
  padding-left: 55px;
}

.p-l-50 {
  padding-left: 50px;
}

.p-l-45 {
  padding-left: 45px;
}

.p-l-40 {
  padding-left: 40px;
}

.p-l-35 {
  padding-left: 35px;
}

.p-l-30 {
  padding-left: 30px;
}

.p-l-25 {
  padding-left: 25px;
}

.p-l-20 {
  padding-left: 20px;
}

.p-l-15 {
  padding-left: 15px;
}

.p-l-10 {
  padding-left: 10px;
}

.p-l-5 {
  padding-left: 5px;
}

.p-l-0 {
  padding-left: 0;
}

@media only screen and (max-width: 640px) {
  .p-l-200--sm {
    padding-left: 200px;
  }
  .p-l-195--sm {
    padding-left: 195px;
  }
  .p-l-195--sm {
    padding-left: 190px;
  }
  .p-l-185--sm {
    padding-left: 185px;
  }
  .p-l-180--sm {
    padding-left: 180px;
  }
  .p-l-175--sm {
    padding-left: 175px;
  }
  .p-l-165--sm {
    padding-left: 170px;
  }
  .p-l-165--sm {
    padding-left: 165px;
  }
  .p-l-160--sm {
    padding-left: 160px;
  }
  .p-l-155--sm {
    padding-left: 155px;
  }
  .p-l-150--sm {
    padding-left: 150px;
  }
  .p-l-145--sm {
    padding-left: 145px;
  }
  .p-l-140--sm {
    padding-left: 140px;
  }
  .p-l-135--sm {
    padding-left: 135px;
  }
  .p-l-130--sm {
    padding-left: 130px;
  }
  .p-l-125--sm {
    padding-left: 125px;
  }
  .p-l-120--sm {
    padding-left: 120px;
  }
  .p-l-115--sm {
    padding-left: 115px;
  }
  .p-l-110--sm {
    padding-left: 110px;
  }
  .p-l-105--sm {
    padding-left: 105px;
  }
  .p-l-100--sm {
    padding-left: 100px;
  }
  .p-l-95--sm {
    padding-left: 95px;
  }
  .p-l-90--sm {
    padding-left: 90px;
  }
  .p-l-85--sm {
    padding-left: 85px;
  }
  .p-l-80--sm {
    padding-left: 80px;
  }
  .p-l-75--sm {
    padding-left: 75px;
  }
  .p-l-70--sm {
    padding-left: 70px;
  }
  .p-l-65--sm {
    padding-left: 65px;
  }
  .p-l-60--sm {
    padding-left: 60px;
  }
  .p-l-55--sm {
    padding-left: 55px;
  }
  .p-l-50--sm {
    padding-left: 50px;
  }
  .p-l-45--sm {
    padding-left: 45px;
  }
  .p-l-40--sm {
    padding-left: 40px;
  }
  .p-l-35--sm {
    padding-left: 35px;
  }
  .p-l-30--sm {
    padding-left: 30px;
  }
  .p-l-25--sm {
    padding-left: 25px;
  }
  .p-l-20--sm {
    padding-left: 20px;
  }
  .p-l-15--sm {
    padding-left: 15px;
  }
  .p-l-10--sm {
    padding-left: 10px;
  }
  .p-l-5--sm {
    padding-left: 5px;
  }
  .p-l-0--sm {
    padding-left: 0;
  }
}
@media only screen and (min-width: 641px) {
  .p-l-200--md {
    padding-left: 200px;
  }
  .p-l-195--md {
    padding-left: 195px;
  }
  .p-l-195--md {
    padding-left: 190px;
  }
  .p-l-185--md {
    padding-left: 185px;
  }
  .p-l-180--md {
    padding-left: 180px;
  }
  .p-l-175--md {
    padding-left: 175px;
  }
  .p-l-165--md {
    padding-left: 170px;
  }
  .p-l-165--md {
    padding-left: 165px;
  }
  .p-l-160--md {
    padding-left: 160px;
  }
  .p-l-155--md {
    padding-left: 155px;
  }
  .p-l-150--md {
    padding-left: 150px;
  }
  .p-l-145--md {
    padding-left: 145px;
  }
  .p-l-140--md {
    padding-left: 140px;
  }
  .p-l-135--md {
    padding-left: 135px;
  }
  .p-l-130--md {
    padding-left: 130px;
  }
  .p-l-125--md {
    padding-left: 125px;
  }
  .p-l-120--md {
    padding-left: 120px;
  }
  .p-l-115--md {
    padding-left: 115px;
  }
  .p-l-110--md {
    padding-left: 110px;
  }
  .p-l-105--md {
    padding-left: 105px;
  }
  .p-l-100--md {
    padding-left: 100px;
  }
  .p-l-95--md {
    padding-left: 95px;
  }
  .p-l-90--md {
    padding-left: 90px;
  }
  .p-l-85--md {
    padding-left: 85px;
  }
  .p-l-80--md {
    padding-left: 80px;
  }
  .p-l-75--md {
    padding-left: 75px;
  }
  .p-l-70--md {
    padding-left: 70px;
  }
  .p-l-65--md {
    padding-left: 65px;
  }
  .p-l-60--md {
    padding-left: 60px;
  }
  .p-l-55--md {
    padding-left: 55px;
  }
  .p-l-50--md {
    padding-left: 50px;
  }
  .p-l-45--md {
    padding-left: 45px;
  }
  .p-l-40--md {
    padding-left: 40px;
  }
  .p-l-35--md {
    padding-left: 35px;
  }
  .p-l-30--md {
    padding-left: 30px;
  }
  .p-l-25--md {
    padding-left: 25px;
  }
  .p-l-20--md {
    padding-left: 20px;
  }
  .p-l-15--md {
    padding-left: 15px;
  }
  .p-l-10--md {
    padding-left: 10px;
  }
  .p-l-5--md {
    padding-left: 5px;
  }
  .p-l-0--md {
    padding-left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .p-l-200--lg {
    padding-left: 200px;
  }
  .p-l-195--lg {
    padding-left: 195px;
  }
  .p-l-195--lg {
    padding-left: 190px;
  }
  .p-l-185--lg {
    padding-left: 185px;
  }
  .p-l-180--lg {
    padding-left: 180px;
  }
  .p-l-175--lg {
    padding-left: 175px;
  }
  .p-l-165--lg {
    padding-left: 170px;
  }
  .p-l-165--lg {
    padding-left: 165px;
  }
  .p-l-160--lg {
    padding-left: 160px;
  }
  .p-l-155--lg {
    padding-left: 155px;
  }
  .p-l-150--lg {
    padding-left: 150px;
  }
  .p-l-145--lg {
    padding-left: 145px;
  }
  .p-l-140--lg {
    padding-left: 140px;
  }
  .p-l-135--lg {
    padding-left: 135px;
  }
  .p-l-130--lg {
    padding-left: 130px;
  }
  .p-l-125--lg {
    padding-left: 125px;
  }
  .p-l-120--lg {
    padding-left: 120px;
  }
  .p-l-115--lg {
    padding-left: 115px;
  }
  .p-l-110--lg {
    padding-left: 110px;
  }
  .p-l-105--lg {
    padding-left: 105px;
  }
  .p-l-100--lg {
    padding-left: 100px;
  }
  .p-l-95--lg {
    padding-left: 95px;
  }
  .p-l-90--lg {
    padding-left: 90px;
  }
  .p-l-85--lg {
    padding-left: 85px;
  }
  .p-l-80--lg {
    padding-left: 80px;
  }
  .p-l-75--lg {
    padding-left: 75px;
  }
  .p-l-70--lg {
    padding-left: 70px;
  }
  .p-l-65--lg {
    padding-left: 65px;
  }
  .p-l-60--lg {
    padding-left: 60px;
  }
  .p-l-55--lg {
    padding-left: 55px;
  }
  .p-l-50--lg {
    padding-left: 50px;
  }
  .p-l-45--lg {
    padding-left: 45px;
  }
  .p-l-40--lg {
    padding-left: 40px;
  }
  .p-l-35--lg {
    padding-left: 35px;
  }
  .p-l-30--lg {
    padding-left: 30px;
  }
  .p-l-25--lg {
    padding-left: 25px;
  }
  .p-l-20--lg {
    padding-left: 20px;
  }
  .p-l-15--lg {
    padding-left: 15px;
  }
  .p-l-10--lg {
    padding-left: 10px;
  }
  .p-l-5--lg {
    padding-left: 5px;
  }
  .p-l-0--lg {
    padding-left: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .p-l-200--xlg {
    padding-left: 200px;
  }
  .p-l-195--xlg {
    padding-left: 195px;
  }
  .p-l-195--xlg {
    padding-left: 190px;
  }
  .p-l-185--xlg {
    padding-left: 185px;
  }
  .p-l-180--xlg {
    padding-left: 180px;
  }
  .p-l-175--xlg {
    padding-left: 175px;
  }
  .p-l-165--xlg {
    padding-left: 170px;
  }
  .p-l-165--xlg {
    padding-left: 165px;
  }
  .p-l-160--xlg {
    padding-left: 160px;
  }
  .p-l-155--xlg {
    padding-left: 155px;
  }
  .p-l-150--xlg {
    padding-left: 150px;
  }
  .p-l-145--xlg {
    padding-left: 145px;
  }
  .p-l-140--xlg {
    padding-left: 140px;
  }
  .p-l-135--xlg {
    padding-left: 135px;
  }
  .p-l-130--xlg {
    padding-left: 130px;
  }
  .p-l-125--xlg {
    padding-left: 125px;
  }
  .p-l-120--xlg {
    padding-left: 120px;
  }
  .p-l-115--xlg {
    padding-left: 115px;
  }
  .p-l-110--xlg {
    padding-left: 110px;
  }
  .p-l-105--xlg {
    padding-left: 105px;
  }
  .p-l-100--xlg {
    padding-left: 100px;
  }
  .p-l-95--xlg {
    padding-left: 95px;
  }
  .p-l-90--xlg {
    padding-left: 90px;
  }
  .p-l-85--xlg {
    padding-left: 85px;
  }
  .p-l-80--xlg {
    padding-left: 80px;
  }
  .p-l-75--xlg {
    padding-left: 75px;
  }
  .p-l-70--xlg {
    padding-left: 70px;
  }
  .p-l-65--xlg {
    padding-left: 65px;
  }
  .p-l-60--xlg {
    padding-left: 60px;
  }
  .p-l-55--xlg {
    padding-left: 55px;
  }
  .p-l-50--xlg {
    padding-left: 50px;
  }
  .p-l-45--xlg {
    padding-left: 45px;
  }
  .p-l-40--xlg {
    padding-left: 40px;
  }
  .p-l-35--xlg {
    padding-left: 35px;
  }
  .p-l-30--xlg {
    padding-left: 30px;
  }
  .p-l-25--xlg {
    padding-left: 25px;
  }
  .p-l-20--xlg {
    padding-left: 20px;
  }
  .p-l-15--xlg {
    padding-left: 15px;
  }
  .p-l-10--xlg {
    padding-left: 10px;
  }
  .p-l-5--xlg {
    padding-left: 5px;
  }
  .p-l-0--xlg {
    padding-left: 0;
  }
}
::-moz-selection {
  background: #FEF9F3;
  color: #000;
}

::selection {
  background: #FEF9F3;
  color: #000;
}

html {
  scroll-behavior: smooth;
}

body::before {
  background-image: url("../img/icon-sotd.png");
  background-position: center;
  background-size: contain;
  content: "";
  display: block;
  height: 75px;
  right: 10px;
  top: 0;
  position: absolute;
  width: 28px;
  z-index: 3;
}
@media only screen and (min-width: 641px) {
  body::before {
    height: 100px;
    right: 50px;
    width: 35px;
  }
}

.block {
  display: block;
}

.uppercase {
  text-transform: uppercase;
}

.meta {
  font-family: "ppmori", sans-serif;
  font-size: 0.85rem;
  letter-spacing: 1px;
}
@media only screen and (min-width: 641px) {
  .meta {
    font-size: 1rem;
  }
}

p {
  font-family: "ppmori", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

h1, h2, h3 {
  font-family: "sandro-grottesco-regular", sans-serif;
}

h3 {
  font-size: 1.1rem;
  line-height: 1.3;
}

.sc-avocado {
  color: #C2D096;
}

.sc-hunter {
  color: #102B2C;
}

.post-template-single-space-cadet {
  background: #FEF9F3;
}

@media only screen and (max-width: 640px) {
  .page-template-space-cadets-launch h2 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 641px) {
  .page-template-space-cadets-launch h2 {
    font-size: 3.5rem;
  }
}
@media only screen and (min-width: 1440px) {
  .page-template-space-cadets-launch h2 {
    font-size: 4rem;
    line-height: 1.15;
  }
}
.page-template-space-cadets-launch .sc-logo {
  left: 50%;
  margin-right: -50%;
  position: absolute;
  text-align: center;
  top: 85px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}
@media only screen and (max-width: 640px) {
  .page-template-space-cadets-launch .sc-logo {
    top: 60px;
    width: 270px;
  }
}
@media only screen and (min-width: 641px) {
  .page-template-space-cadets-launch .sc-logo {
    width: 350px;
  }
}
@media only screen and (min-width: 1680px) {
  .page-template-space-cadets-launch .sc-logo {
    width: 400px;
  }
}

.sc-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 700px;
  position: relative;
  width: 100vw;
  z-index: 2;
}
@media only screen and (max-width: 640px) {
  .sc-hero {
    background-size: cover;
    height: 550px;
  }
}
@media only screen and (min-width: 641px) {
  .sc-hero {
    height: 100vh;
  }
}

.no-webp .sc-hero {
  background-image: url("../img/space-cadets/space-cadet_hero-xxl.jpg");
}
@media only screen and (max-width: 640px) {
  .no-webp .sc-hero {
    background-image: url("../img/space-cadets/space-cadet_hero_640px.jpg");
  }
}
@media only screen and (min-width: 1024px) {
  .no-webp .sc-hero {
    background-image: url("../img/space-cadets/space-cadet_hero_1024px.jpg");
  }
}
@media only screen and (min-width: 1200px) {
  .no-webp .sc-hero {
    background-image: url("../img/space-cadets/space-cadet_hero_1200px.jpg");
  }
}
@media only screen and (min-width: 1440px) {
  .no-webp .sc-hero {
    background-image: url("../img/space-cadets/space-cadet_hero_1440px.jpg");
  }
}
@media only screen and (min-width: 1680px) {
  .no-webp .sc-hero {
    background-image: url("../img/space-cadets/space-cadet_hero_1680px.jpg");
  }
}

.webp .sc-hero {
  background-image: url("../img/space-cadets/space-cadet_hero-xxl.webp");
}
@media only screen and (max-width: 640px) {
  .webp .sc-hero {
    background-image: url("../img/space-cadets/space-cadet_hero_640px.webp");
  }
}
@media only screen and (min-width: 1024px) {
  .webp .sc-hero {
    background-image: url("../img/space-cadets/space-cadet_hero_1024px.webp");
  }
}
@media only screen and (min-width: 1200px) {
  .webp .sc-hero {
    background-image: url("../img/space-cadets/space-cadet_hero_1200px.webp");
  }
}
@media only screen and (min-width: 1440px) {
  .webp .sc-hero {
    background-image: url("../img/space-cadets/space-cadet_hero_1440px.webp");
  }
}
@media only screen and (min-width: 1680px) {
  .webp .sc-hero {
    background-image: url("../img/space-cadets/space-cadet_hero_1680px.webp");
  }
}

.sc-nav {
  -webkit-border-radius: 999px;
  border-radius: 999px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  bottom: 0;
  height: 40px;
  left: 50%;
  margin-right: -50%;
  position: fixed;
  text-align: center;
  width: auto;
  z-index: 5;
}
@media only screen and (max-width: 700px) {
  .sc-nav {
    width: 90%;
  }
}
@media only screen and (min-width: 701px) {
  .sc-nav {
    background: #C2D096;
    box-shadow: 3px 3px 4px 0px rgba(16, 43, 44, 0.75);
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.sc-nav ul {
  width: 100%;
}
.sc-nav li {
  display: inline-flex;
  font-size: 0.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media only screen and (max-width: 700px) {
  .sc-nav li {
    display: block;
    margin: 20px 0;
  }
}
.sc-nav a {
  color: #102B2C;
  font-family: "ppmori";
  font-weight: 600;
  padding: 8px 8px;
  text-decoration: none;
}
.sc-nav a:hover {
  -webkit-border-radius: 999px;
  border-radius: 999px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -ms-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
  background: white;
  padding: 8px 8px;
}

@media only screen and (max-width: 640px) {
  .hide-for-small {
    display: none;
  }
}

#lottie {
  bottom: -100px;
  position: absolute;
  z-index: 0;
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  #lottie {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: -200px;
    width: 3000px;
  }
}
@media only screen and (min-width: 1024px) {
  #lottie {
    bottom: 0;
    left: -300px;
  }
}
@media only screen and (min-width: 1440px) {
  #lottie {
    bottom: 0;
    left: -200px;
  }
}
@media only screen and (min-width: 1680px) {
  #lottie {
    bottom: 0;
    left: -200px;
    width: 1900px;
  }
}

.sc-mission__content {
  position: relative;
  x-index: 1;
}

.webp .sc-mission {
  background: url("../img/space-cadets/space-cadet_hunter_640px.webp") no-repeat center;
  background-size: cover;
}
@media only screen and (min-width: 1024px) {
  .webp .sc-mission {
    background: url("../img/space-cadets/space-cadet_hunter_1200px.webp") no-repeat center/cover;
  }
}
@media only screen and (min-width: 1200px) {
  .webp .sc-mission {
    background: url("../img/space-cadets/space-cadet_hunter_1200px.webp") no-repeat center/cover;
  }
}
@media only screen and (min-width: 1440px) {
  .webp .sc-mission {
    background: url("../img/space-cadets/space-cadet_hunter_1440px.webp") no-repeat center/cover;
  }
}
@media only screen and (min-width: 1680px) {
  .webp .sc-mission {
    background: url("../img/space-cadets/space-cadet_hunter_1680px.webp") no-repeat center/cover;
  }
}

.no-webp .sc-mission {
  background: url("../img/space-cadets/space-cadet_hunter_640px.jpg") no-repeat center;
  background-size: cover;
}
@media only screen and (min-width: 1024px) {
  .no-webp .sc-mission {
    background: url("../img/space-cadets/space-cadet_hunter_1200px.jpg") no-repeat center/cover;
  }
}
@media only screen and (min-width: 1200px) {
  .no-webp .sc-mission {
    background: url("../img/space-cadets/space-cadet_hunter_bkgd.jpg") no-repeat center/cover;
  }
}
@media only screen and (min-width: 1440px) {
  .no-webp .sc-mission {
    background: url("../img/space-cadets/space-cadet_hunter_bkgd.jpg") no-repeat center/cover;
  }
}
@media only screen and (min-width: 1680px) {
  .no-webp .sc-mission {
    background: url("../img/space-cadets/space-cadet_hunter_1680px.jpg") no-repeat center/cover;
  }
}

.sc-mission {
  position: relative;
}
.sc-mission h1 {
  font-size: 1.8rem;
  line-height: 1.2;
}
@media only screen and (min-width: 641px) {
  .sc-mission h1 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
.sc-mission span {
  font-family: "ppmori", sans-serif;
}
.sc-mission h3 {
  color: #102B2C;
  font-size: 1.8rem;
}
.sc-mission p {
  font-family: "ppmori", sans-serif;
  line-height: 1.5;
}
@media only screen and (min-width: 641px) {
  .sc-mission .sc-mission__hero {
    max-width: 500px;
  }
}
@media only screen and (min-width: 1200px) {
  .sc-mission .sc-mission__hero {
    max-width: 620px;
  }
}
.sc-mission .sc-mission__content {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: #C2D096;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .sc-mission .sc-mission__content {
    flex-direction: columns;
  }
}
@media only screen and (min-width: 641px) {
  .sc-mission .sc-mission__content {
    display: flex;
  }
}
@media only screen and (max-width: 640px) {
  .sc-mission .sc-mission__content__lcol {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .sc-mission .sc-mission__content__lcol {
    width: 25%;
  }
}
@media only screen and (max-width: 640px) {
  .sc-mission .sc-mission__content__rcol {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .sc-mission .sc-mission__content__rcol {
    width: 80%;
  }
}

.sc-crew {
  height: 100%;
  overflow: auto;
}
.sc-crew h2 {
  border-bottom: 1px #C2D096 solid;
  color: #102B2C;
  display: inline-block;
  line-height: 1.3;
  text-shadow: -1px 0 #C2D096, 0 1px #C2D096, 1px 0 #C2D096, 0 -1px #C2D096;
}
.sc-crew .sc-crew__header {
  border-bottom: 1px solid #C2D096;
  border-top: 1px solid #C2D096;
}
.sc-crew .sc-crew__name {
  color: #C2D096;
  font-family: "sandro-grottesco-regular", sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}
@media only screen and (min-width: 1440px) {
  .sc-crew .sc-crew__card {
    width: 430px;
  }
}
@media only screen and (min-width: 1680px) {
  .sc-crew .sc-crew__card {
    width: 500px;
  }
}
@media only screen and (min-width: 1800px) {
  .sc-crew .sc-crew__card {
    min-width: 100%;
  }
}
.sc-crew .sc-crew__card img {
  height: 100%;
  width: 100%;
}

.sc-crew {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #102B2C;
}

.no-webp .sc-crew {
  background-image: url("../img/space-cadets/space-cadet_hunter_640px.jpg");
}
@media only screen and (min-width: 1024px) {
  .no-webp .sc-crew {
    background-image: url("../img/space-cadets/space-cadet_hunter_1200px.jpg");
  }
}
@media only screen and (min-width: 1440px) {
  .no-webp .sc-crew {
    background-image: url("../img/space-cadets/space-cadet_hunter_1440px.jpg");
  }
}
@media only screen and (min-width: 1680px) {
  .no-webp .sc-crew {
    background-image: url("../img/space-cadets/space-cadet_hunter_1680px.jpg");
  }
}

.webp .sc-crew {
  background-image: url("../img/space-cadets/space-cadet_hunter_640px.webp");
}
@media only screen and (min-width: 1024px) {
  .webp .sc-crew {
    background-image: url("../img/space-cadets/space-cadet_hunter_1200px.webp");
  }
}
@media only screen and (min-width: 1440px) {
  .webp .sc-crew {
    background-image: url("../img/space-cadets/space-cadet_hunter_1440px.webp");
  }
}
@media only screen and (min-width: 1680px) {
  .webp .sc-crew {
    background-image: url("../img/space-cadets/space-cadet_hunter_1680px.webp");
  }
}

.sc-anatomy {
  background: #3B3127;
}
@media only screen and (min-width: 641px) {
  .sc-anatomy h2 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 1024px) {
  .sc-anatomy h2 {
    font-size: 3.5rem;
  }
}
.sc-anatomy .sc-anatomy__lcol {
  margin: auto;
}
@media only screen and (min-width: 641px) {
  .sc-anatomy .sc-anatomy__lcol {
    max-width: 600px;
  }
}
@media only screen and (min-width: 1680px) {
  .sc-anatomy .sc-anatomy__lcol {
    max-width: 650px;
  }
}

.sc-anatomy__img img {
  height: 100%;
}
@media only screen and (max-width: 640px) {
  .sc-anatomy__img img {
    width: 100%;
  }
}
@media only screen and (min-width: 641px) {
  .sc-anatomy__img img {
    width: 425px;
  }
}
@media only screen and (min-width: 1680px) {
  .sc-anatomy__img img {
    margin-left: -200px;
    width: 600px;
  }
}

.sc-fun {
  background: #C2D096;
}
@media only screen and (max-width: 640px) {
  .sc-fun h2 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 641px) {
  .sc-fun h2 {
    font-size: 4rem;
  }
}

.sc-notable-projects__list li:hover {
  background: #FFF;
}

.sc-introducing {
  position: relative;
  x-index: 1;
}

.sc-notable-projects,
.sc-introducing {
  background: #FEF9F3;
}
.sc-notable-projects h2,
.sc-introducing h2 {
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
@media only screen and (max-width: 640px) {
  .sc-notable-projects h2,
  .sc-introducing h2 {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 641px) {
  .sc-notable-projects h2,
  .sc-introducing h2 {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 1680px) {
  .sc-notable-projects h2,
  .sc-introducing h2 {
    font-size: 4.5rem;
  }
}
.sc-notable-projects .sc-notable-projects__list,
.sc-notable-projects .sc-introducing__list,
.sc-introducing .sc-notable-projects__list,
.sc-introducing .sc-introducing__list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.sc-notable-projects .sc-notable-projects__list a:link,
.sc-notable-projects .sc-notable-projects__list a:active,
.sc-notable-projects .sc-notable-projects__list a:visited,
.sc-notable-projects .sc-introducing__list a:link,
.sc-notable-projects .sc-introducing__list a:active,
.sc-notable-projects .sc-introducing__list a:visited,
.sc-introducing .sc-notable-projects__list a:link,
.sc-introducing .sc-notable-projects__list a:active,
.sc-introducing .sc-notable-projects__list a:visited,
.sc-introducing .sc-introducing__list a:link,
.sc-introducing .sc-introducing__list a:active,
.sc-introducing .sc-introducing__list a:visited {
  color: #102B2C;
  text-decoration: none;
}
.sc-notable-projects .sc-notable-projects__list li,
.sc-notable-projects .sc-introducing__list li,
.sc-introducing .sc-notable-projects__list li,
.sc-introducing .sc-introducing__list li {
  border-top: 1px solid #102B2C;
  color: #102B2C;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-family: "sandro-grottesco-regular", sans-serif;
  justify-content: center;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .sc-notable-projects .sc-notable-projects__list li,
  .sc-notable-projects .sc-introducing__list li,
  .sc-introducing .sc-notable-projects__list li,
  .sc-introducing .sc-introducing__list li {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 641px) {
  .sc-notable-projects .sc-notable-projects__list li,
  .sc-notable-projects .sc-introducing__list li,
  .sc-introducing .sc-notable-projects__list li,
  .sc-introducing .sc-introducing__list li {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 1680px) {
  .sc-notable-projects .sc-notable-projects__list li,
  .sc-notable-projects .sc-introducing__list li,
  .sc-introducing .sc-notable-projects__list li,
  .sc-introducing .sc-introducing__list li {
    font-size: 4.5rem;
  }
}
.sc-notable-projects .sc-notable-projects__list li img,
.sc-notable-projects .sc-introducing__list li img,
.sc-introducing .sc-notable-projects__list li img,
.sc-introducing .sc-introducing__list li img {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 230px;
  left: 10%;
  object-fit: cover;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  top: 50%;
  visibily: hidden;
  width: 230px;
  z-index: 0;
}
@media only screen and (max-width: 640px) {
  .sc-notable-projects .sc-notable-projects__list li img,
  .sc-notable-projects .sc-introducing__list li img,
  .sc-introducing .sc-notable-projects__list li img,
  .sc-introducing .sc-introducing__list li img {
    height: 100px;
    left: 50%;
    width: 100px;
  }
}
@media only screen and (min-width: 1440px) {
  .sc-notable-projects .sc-notable-projects__list li img,
  .sc-notable-projects .sc-introducing__list li img,
  .sc-introducing .sc-notable-projects__list li img,
  .sc-introducing .sc-introducing__list li img {
    height: 180px;
    width: 180px;
  }
}
@media only screen and (min-width: 1680px) {
  .sc-notable-projects .sc-notable-projects__list li img,
  .sc-notable-projects .sc-introducing__list li img,
  .sc-introducing .sc-notable-projects__list li img,
  .sc-introducing .sc-introducing__list li img {
    height: 230px;
    width: 230px;
  }
}
.sc-notable-projects .sc-notable-projects__list .sc-introducing__title,
.sc-notable-projects .sc-notable-projects__list .sc-introducing__list,
.sc-notable-projects .sc-introducing__list .sc-introducing__title,
.sc-notable-projects .sc-introducing__list .sc-introducing__list,
.sc-introducing .sc-notable-projects__list .sc-introducing__title,
.sc-introducing .sc-notable-projects__list .sc-introducing__list,
.sc-introducing .sc-introducing__list .sc-introducing__title,
.sc-introducing .sc-introducing__list .sc-introducing__list {
  font-family: "ppmori", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 1px;
}
@media only screen and (min-width: 641px) {
  .sc-notable-projects .sc-notable-projects__list .sc-introducing__title,
  .sc-notable-projects .sc-notable-projects__list .sc-introducing__list,
  .sc-notable-projects .sc-introducing__list .sc-introducing__title,
  .sc-notable-projects .sc-introducing__list .sc-introducing__list,
  .sc-introducing .sc-notable-projects__list .sc-introducing__title,
  .sc-introducing .sc-notable-projects__list .sc-introducing__list,
  .sc-introducing .sc-introducing__list .sc-introducing__title,
  .sc-introducing .sc-introducing__list .sc-introducing__list {
    font-size: 1rem;
  }
}

.sc-notable-projects__border,
.sc-introducing__border {
  bottom: 0;
  position: relative;
}
.sc-notable-projects__border .sc-notable-projects__border-inner,
.sc-notable-projects__border .sc-introducing__border-inner,
.sc-introducing__border .sc-notable-projects__border-inner,
.sc-introducing__border .sc-introducing__border-inner {
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 1px black solid;
  bottom: 0;
  height: 100%;
  left: 50%;
  position: absolute;
  width: 92%;
}

.sc-nfy.bkgd {
  counter-reset: section;
  position: relative;
  height: 100%;
}
@media only screen and (min-width: 641px) {
  .sc-nfy.bkgd {
    height: 100vh;
  }
}
.sc-nfy.bkgd .sc-nfy__author {
  color: #102B2C;
  font-family: "ppmori", sans-serif;
  font-size: 1rem;
}
.sc-nfy.bkgd h2 {
  color: #102B2C;
  font-size: 1.8rem;
}
@media only screen and (min-width: 1024px) {
  .sc-nfy.bkgd h2 {
    font-size: 3.2rem;
    line-height: 1.1;
  }
}
.sc-nfy.bkgd .sc-nfy__post-it {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 28%, rgba(209, 245, 2, 0.5843137255) 100%);
}
@media only screen and (min-width: 641px) {
  .sc-nfy.bkgd .sc-nfy__post-it {
    bottom: 100px;
    left: 100px;
    min-width: 400px;
    position: absolute;
  }
}
@media only screen and (min-width: 1024px) {
  .sc-nfy.bkgd .sc-nfy__post-it {
    min-width: 650px;
  }
}
@media only screen and (min-width: 1680px) {
  .sc-nfy.bkgd .sc-nfy__post-it {
    min-width: 750px;
  }
}
.sc-nfy.bkgd .sc-nfy__post-it .sc-nfy__post {
  border-top: 1px #102B2C solid;
}
.sc-nfy.bkgd .sc-nfy__post-it .sc-nfy__title {
  color: #102B2C;
  font-size: 1.1rem;
  line-height: 1.2;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .sc-nfy.bkgd .sc-nfy__post-it .sc-nfy__title {
    font-size: 1.5rem;
  }
}
.sc-nfy.bkgd .sc-nfy__post-it .sc-nfy__title:before {
  counter-increment: section 1;
  content: counter(section, decimal-leading-zero);
  font-size: 0.8rem;
  margin-left: -30px;
  position: absolute;
}
@media only screen and (max-width: 640px) {
  .sc-nfy.bkgd .sc-nfy__post-it .sc-nfy__title:before {
    top: 2px;
  }
}
@media only screen and (min-width: 641px) {
  .sc-nfy.bkgd .sc-nfy__post-it .sc-nfy__title:before {
    top: 5px;
  }
}
.sc-nfy.bkgd .sc-nfy__post-it .sc-nfy__title a:link,
.sc-nfy.bkgd .sc-nfy__post-it .sc-nfy__title a:active,
.sc-nfy.bkgd .sc-nfy__post-it .sc-nfy__title a:visited {
  color: #102B2C;
  font-size: 1.6rem;
  text-decoration: none;
}
.sc-nfy.bkgd .sc-nfy__post-it .sc-nfy__read-more:link,
.sc-nfy.bkgd .sc-nfy__post-it .sc-nfy__read-more:active,
.sc-nfy.bkgd .sc-nfy__post-it .sc-nfy__read-more:visited {
  color: #102B2C;
  font-size: 0.75rem;
  line-height: 2;
  text-decoration: none;
}

.key-findings {
  color: #102B2C;
  margin: auto;
}
@media only screen and (min-width: 1024px) {
  .key-findings {
    width: 95%;
  }
}
@media only screen and (min-width: 1440px) {
  .key-findings {
    width: 92%;
  }
}
@media only screen and (min-width: 1680px) {
  .key-findings {
    width: 80%;
  }
}

.sc-single {
  height: 100vh;
}
.sc-single .sc-single__content {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 28%, rgba(209, 245, 2, 0.5843137255) 100%);
}
.sc-single .sc-single__content a:link,
.sc-single .sc-single__content a:active,
.sc-single .sc-single__content a:visited {
  color: #102B2C;
}
.sc-single h1 {
  font-size: 1.4rem;
}
@media only screen and (min-width: 641px) {
  .sc-single h1 {
    font-size: 2rem;
  }
}
.sc-single p {
  color: #102B2C;
}
.sc-single p:last-child {
  margin: 0;
}
.sc-single ul, .sc-single ol {
  font-family: "ppmori", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  list-style: disc;
  margin: 20px 0 25px 30px;
}
.sc-single ul li, .sc-single ol li {
  margin-bottom: 10px;
}

footer {
  background: #102B2C;
  border-top: 1px #C2D096 solid;
}
footer .footer__logo {
  align-items: center;
  color: #FEF9F3;
  display: flex;
  font-family: "ppmori", sans-serif;
  font-size: 0.6rem;
  letter-spacing: 1px;
}
@media only screen and (max-width: 640px) {
  footer .footer__logo {
    display: block;
  }
}
@media only screen and (min-width: 641px) {
  footer .footer__logo {
    font-size: 0.8rem;
  }
}
footer img {
  margin: 0 0 5px 10px;
}
@media only screen and (max-width: 640px) {
  footer img {
    display: block;
    margin: auto;
    width: 115px;
  }
}

.sc-exploration h2 {
  border-bottom: 1px #C2D096 solid;
  color: #102B2C;
  display: inline-block;
  line-height: 1.3;
  text-shadow: -1px 0 #C2D096, 0 1px #C2D096, 1px 0 #C2D096, 0 -1px #C2D096;
}
@media only screen and (max-width: 640px) {
  .sc-exploration h2 {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 641px) {
  .sc-exploration h2 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .sc-exploration h2 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 1440px) {
  .sc-exploration h2 {
    font-size: 4rem;
  }
}

.sc-discoveries {
  color: #102B2C;
  counter-reset: section;
}
.sc-discoveries .sc-discoveries__bucket {
  margin: auto;
  max-width: 450px;
}
.sc-discoveries .sc-discoveries__bucket img {
  height: 150px;
  width: 150px;
}

.sc-discoveries__title {
  position: relative;
}
.sc-discoveries__title:before {
  content: " ";
  display: block;
  counter-increment: section 1;
  content: counter(section, decimal-leading-zero);
  font-size: 0.6rem;
  margin-left: -25px;
  position: absolute;
  top: 2px;
}

.sc-single__header {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.sc-single__header .sc-single__flex-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.sc-single__header .sc-single__flex-container > div:first-child {
  align-items: center;
  display: flex;
  flex: 1;
  flex-basis: 0;
  justify-content: start;
  left: 30px;
  position: relative;
}
.sc-single__header .sc-single__flex-container::after {
  content: "";
  flex: 1;
  flex-basis: 0;
}

.sc-back {
  color: #102B2C;
  display: flex;
  font-family: "sandro-grottesco-regular", sans-serif;
  font-size: 1.8rem;
  justify-content: start;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .sc-back {
    font-size: 0.7rem;
  }
}
.sc-back:before {
  background-image: url("../img/space-cadets/icon-arrow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 27px;
  left: -50px;
  position: absolute;
  width: 36px;
}
@media only screen and (max-width: 640px) {
  .sc-back:before {
    height: 15px;
    left: -20px;
    top: -2px;
    width: 15px;
  }
}
.sc-back:link {
  text-decoration: none;
}

.sc-bye {
  background: #102B2C;
}
.sc-bye img {
  display: block;
  height: 200px;
  margin: auto;
  width: auto;
}
@media only screen and (min-width: 641px) {
  .sc-bye img {
    height: 350px;
  }
}
@media only screen and (min-width: 1024px) {
  .sc-bye img {
    height: 550px;
  }
}

.sc-bye__bkgd {
  background-image: url("../img/space-cadets/space-cadet_solar-bkgd_640px.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  .sc-bye__bkgd {
    height: 500px;
  }
}
@media only screen and (min-width: 1024px) {
  .sc-bye__bkgd {
    background-image: url("../img/space-cadets/space-cadet_solar-bkgd_1024px.svg");
  }
}
@media only screen and (min-width: 1200px) {
  .sc-bye__bkgd {
    background-image: url("../img/space-cadets/space-cadet_solar-bkgd_1200px.svg");
  }
}
@media only screen and (min-width: 1440px) {
  .sc-bye__bkgd {
    background-image: url("../img/space-cadets/space-cadet_solar-bkgd_1440px.svg");
  }
}
@media only screen and (min-width: 1680px) {
  .sc-bye__bkgd {
    background-image: url("../img/space-cadets/space-cadet_solar-bkgd_1680px.svg");
  }
}

.sc-logo-single {
  display: flex;
  flex: 1;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  .sc-logo-single img {
    height: auto;
    width: 80px;
  }
}

.sc-parallax {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 250px;
}
@media only screen and (max-width: 640px) {
  .sc-parallax {
    height: 200px;
  }
}
@media only screen and (min-width: 641px) {
  .sc-parallax {
    background-attachment: fixed;
  }
}
@media only screen and (min-width: 1024px) {
  .sc-parallax {
    height: 600px;
  }
}
@media only screen and (min-width: 1200px) {
  .sc-parallax {
    height: 600px;
  }
}
@media only screen and (min-width: 1440px) {
  .sc-parallax {
    height: 600px;
  }
}

.no-webp .sc-parallax {
  background-image: url("../img/space-cadets/space-cadet_group_640px.jpg");
}
@media only screen and (min-width: 1024px) {
  .no-webp .sc-parallax {
    background-image: url("../img/space-cadets/space-cadet_group_1024px.jpg");
  }
}
@media only screen and (min-width: 1200px) {
  .no-webp .sc-parallax {
    background-image: url("../img/space-cadets/space-cadet_group_1200px.jpg");
  }
}
@media only screen and (min-width: 1440px) {
  .no-webp .sc-parallax {
    background-image: url("../img/space-cadets/space-cadet_group_1440px.jpg");
  }
}
@media only screen and (min-width: 1680px) {
  .no-webp .sc-parallax {
    background-image: url("../img/space-cadets/space-cadet_group_1680px.jpg");
  }
}

.webp .sc-parallax {
  background-image: url("../img/space-cadets/space-cadet_group_640px.webp");
}
@media only screen and (min-width: 1024px) {
  .webp .sc-parallax {
    background-image: url("../img/space-cadets/space-cadet_group_1024px.webp");
  }
}
@media only screen and (min-width: 1200px) {
  .webp .sc-parallax {
    background-image: url("../img/space-cadets/space-cadet_group_1200px.webp");
  }
}
@media only screen and (min-width: 1440px) {
  .webp .sc-parallax {
    background-image: url("../img/space-cadets/space-cadet_group_1440px.webp");
  }
}
@media only screen and (min-width: 1680px) {
  .webp .sc-parallax {
    background-image: url("../img/space-cadets/space-cadet_group_1680px.webp");
  }
}

.bkgd {
  height: 100%;
}
.bkgd.bkgd--holographic {
  background-image: url("../img/space-cadets/space-cadet_holographic_640px.jpg"), linear-gradient(to right, #102B2C, #102B2C);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1024px) {
  .bkgd.bkgd--holographic {
    background-image: url("../img/space-cadets/space-cadet_holographic_1024px.jpg");
  }
}
@media only screen and (min-width: 1440px) {
  .bkgd.bkgd--holographic {
    background-image: url("../img/space-cadets/space-cadet_holographic_1440px.jpg");
  }
}
@media only screen and (min-width: 1680px) {
  .bkgd.bkgd--holographic {
    background-image: url("../img/space-cadets/space-cadet_holographic_1680px.jpg");
  }
}
.bkgd.bkgd--hunter {
  background-image: url("../img/space-cadets/space-cadet_hunter_640px.jpg");
  background-color: #102B2C;
}
@media only screen and (min-width: 1200px) {
  .bkgd.bkgd--hunter {
    background-image: url("../img/space-cadets/space-cadet_hunter_1200px.jpg");
  }
}
@media only screen and (min-width: 1440px) {
  .bkgd.bkgd--hunter {
    background-image: url("../img/space-cadets/space-cadet_hunter_1440px.jpg");
  }
}
@media only screen and (min-width: 1680px) {
  .bkgd.bkgd--hunter {
    background-image: url("../img/space-cadets/space-cadet_hunter_1680px.jpg");
  }
}

.sc-banner {
  background-color: #3B3127;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 450px;
}
@media only screen and (min-width: 641px) {
  .sc-banner {
    background-size: contain;
  }
}
@media only screen and (min-width: 1200px) {
  .sc-banner {
    height: 550px;
  }
}
@media only screen and (min-width: 1440px) {
  .sc-banner {
    height: 700px;
  }
}
@media only screen and (min-width: 1680px) {
  .sc-banner {
    height: 800px;
  }
}

.no-webp .sc-banner {
  background-image: url("../img/space-cadets/space-cadet_stickers_640px.jpg");
}
@media only screen and (min-width: 641px) {
  .no-webp .sc-banner {
    background-image: url("../img/space-cadets/space-cadet_stickers_1024px.jpg");
  }
}
@media only screen and (min-width: 1200px) {
  .no-webp .sc-banner {
    background-image: url("../img/space-cadets/space-cadet_stickers_1200px.jpg");
  }
}
@media only screen and (min-width: 1440px) {
  .no-webp .sc-banner {
    background-image: url("../img/space-cadets/space-cadet_stickers_1440px.jpg");
  }
}
@media only screen and (min-width: 1680px) {
  .no-webp .sc-banner {
    background-image: url("../img/space-cadets/space-cadet_stickers_1680px.jpg");
  }
}

.webp .sc-banner {
  background-image: url("../img/space-cadets/space-cadet_stickers_640px.webp");
}
@media only screen and (min-width: 641px) {
  .webp .sc-banner {
    background-image: url("../img/space-cadets/space-cadet_stickers_1024px.webp");
  }
}
@media only screen and (min-width: 1200px) {
  .webp .sc-banner {
    background-image: url("../img/space-cadets/space-cadet_stickers_1200px.webp");
  }
}
@media only screen and (min-width: 1440px) {
  .webp .sc-banner {
    background-image: url("../img/space-cadets/space-cadet_stickers_1440px.webp");
  }
}
@media only screen and (min-width: 1680px) {
  .webp .sc-banner {
    background-image: url("../img/space-cadets/space-cadet_stickers_1680px.webp");
  }
}

.sc-nav__dropbtn {
  color: #102B2C;
}
@media only screen and (max-width: 700px) {
  .sc-nav__dropbtn {
    -webkit-border-radius: 999px;
    border-radius: 999px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    background-color: #C2D096;
    box-shadow: 3px 3px 4px 0px rgba(16, 43, 44, 0.75);
    border: none;
    cursor: pointer;
    font-family: "ppmori";
    font-weight: 600;
    font-size: 0.8rem;
    height: 40px;
    letter-spacing: 2px;
    width: 90%;
  }
  .sc-nav__dropbtn:link, .sc-nav__dropbtn:active, .sc-nav__dropbtn:visited, .sc-nav__dropbtn:hover, .sc-nav__dropbtn:focus {
    background-color: #C2D096;
    color: #102B2C;
  }
}
@media only screen and (min-width: 701px) {
  .sc-nav__dropbtn {
    display: none;
  }
}

@media only screen and (max-width: 700px) {
  .sc-nav__dropdown {
    display: inline-block;
    position: relative;
    width: 100%;
  }
  .sc-nav__dropdown-content {
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    box-shadow: 3px 3px 4px 0 #102B2C;
    background-color: #C2D096;
    bottom: 20px;
    display: none;
    left: 0;
    padding: 10px 10px;
    position: absolute;
    width: 85%;
    z-index: 999;
  }
  .sc-nav__show {
    bottom: 88px;
    display: block;
    font-family: "ppmori";
    font-weight: 600;
    margin: auto;
    position: relative;
    width: 85%;
  }
}
.sc-map {
  background: #102B2C;
}
.sc-map h2 {
  border-bottom: 1px #C2D096 solid;
  color: #102B2C;
  display: inline-block;
  line-height: 1.3;
  text-shadow: -1px 0 #C2D096, 0 1px #C2D096, 1px 0 #C2D096, 0 -1px #C2D096;
}

.page-template-space-cadets {
  background: #2C2927;
}
.page-template-space-cadets main {
  height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}
.page-template-space-cadets .subhead {
  color: #FFF;
  font-family: "tt-normspro-regular", sans-serif;
  font-size: 0.6rem;
  letter-spacing: 4px;
  left: 50%;
  line-height: 1.5;
  position: fixed;
  right: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  top: 25%;
  width: 50%;
}
@media only screen and (min-width: 641px) {
  .page-template-space-cadets .subhead {
    font-size: 0.75rem;
    top: 40%;
    width: 100%;
  }
}
.page-template-space-cadets .space-cadet {
  animation: space-cadet-move 25s infinite forwards;
  background-image: url("../img/space-cadets/space-cadet-group_large.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  mask-image: url("../img/space-cadets/mask.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 200px;
  -webkit-mask-image: url("../img/space-cadets/mask.svg");
  -webkit-mask-size: 200px;
  -webkit-mask-repeat: no-repeat;
  width: 100vw;
}
@media only screen and (min-width: 641px) {
  .page-template-space-cadets .space-cadet {
    -webkit-mask-size: 500px;
    mask-size: 500px;
  }
}
@keyframes space-cadet-move {
  0% {
    -webkit-mask-position: 100px 100px;
    mask-position: 100px 100px;
  }
  25% {
    -webkit-mask-position: top right;
    mask-position: top right;
  }
  50% {
    -webkit-mask-position: left bottom;
    mask-position: left bottom;
  }
  75% {
    -webkit-mask-position: bottom right;
    mask-position: bottom right;
  }
  100% {
    -webkit-mask-position: 100px 100px;
    mask-position: 100px 100px;
  }
}
.page-template-space-cadets .logo {
  height: 65px;
  left: 50%;
  position: fixed;
  right: 50%;
  top: 51%;
  width: 400px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 641px) {
  .page-template-space-cadets .logo {
    top: 48%;
  }
}
.page-template-space-cadets #space-cadet-timer {
  bottom: 20%;
  color: #C2D096;
  font-family: "sandro-grottesco-regular", sans-serif;
  font-size: 1rem;
  left: 50%;
  letter-spacing: 2px;
  position: absolute;
  right: 50%;
  text-align: center;
  width: 100%;
  z-index: 999;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 641px) {
  .page-template-space-cadets #space-cadet-timer {
    bottom: 37%;
    font-size: 4rem;
  }
}
.page-template-space-cadets .border-text {
  width: 100%;
}
.page-template-space-cadets .border-text span {
  color: #C2D096;
  font-family: "sandro-grottesco-regular", sans-serif;
  font-size: 0.6rem;
  letter-spacing: 2px;
  position: fixed;
  text-align: center;
  text-transform: uppercase;
  z-index: 10;
  width: 100%;
}
@media only screen and (min-width: 641px) {
  .page-template-space-cadets .border-text span {
    font-size: 1.125rem;
  }
}
.page-template-space-cadets .border-text .border-text__top {
  left: 50%;
  right: 50%;
  top: 40px;
  transform: translate(-50%, -50%);
  width: 100%;
}
.page-template-space-cadets .border-text .border-text__right {
  height: 100%;
  right: 15px;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  text-orientation: sideways-right;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transform: translateY(-50%, -50%);
  -moz-transform: translateY(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  transform: translateY(-50%, -50%);
}
@media only screen and (min-width: 641px) {
  .page-template-space-cadets .border-text .border-text__right {
    right: 20px;
  }
}
.page-template-space-cadets .border-text .border-text__left {
  height: 100%;
  left: 15px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform: translateY(-50%, -50%);
  -moz-transform: translateY(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  transform: translateY(-50%, -50%);
  writing-mode: vertical-rl;
}
@media only screen and (min-width: 641px) {
  .page-template-space-cadets .border-text .border-text__left {
    left: 20px;
  }
}
.page-template-space-cadets .border-text .border-text__bottom {
  bottom: 20px;
  right: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-template-space-cadets footer {
  display: none;
}/*# sourceMappingURL=style-space-cadets.css.map */