/** Colors */

/** Box Model  */

/** Import everything from autoload */

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

/*!
 * AMP CSS Framework v4.4.1 (https://www.ampcssframework.com/)
 * Based/build on Bootstrap (https://getbootstrap.com/)
 * Copyright 2018-2020 AMP CSS Framework
 */

/* line 3, resources/assets/styles/vendor/amp-bootstrap/core/_root.scss */

:root {
  --blue: #0084b4;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: beige;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #0084b4;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: beige;
  --danger: #dc3545;
  --light: #dee2e6;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Roboto Condensed", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 19, resources/assets/styles/vendor/amp-bootstrap/components/framework/_reboot.scss */

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 25, resources/assets/styles/vendor/amp-bootstrap/components/framework/_reboot.scss */

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 35, resources/assets/styles/vendor/amp-bootstrap/components/framework/_reboot.scss */

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

/* line 46, resources/assets/styles/vendor/amp-bootstrap/components/framework/_reboot.scss */

body {
  margin: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background: #fff;
}

/* line 66, resources/assets/styles/vendor/amp-bootstrap/components/framework/_reboot.scss */

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

/* line 76, resources/assets/styles/vendor/amp-bootstrap/components/framework/_reboot.scss */

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

/* line 92, resources/assets/styles/vendor/amp-bootstrap/components/framework/_reboot.scss */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 101, resources/assets/styles/vendor/amp-bootstrap/components/framework/_reboot.scss */

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 114, resources/assets/styles/vendor/amp-bootstrap/components/framework/_reboot.scss */

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

/* line 123, resources/assets/styles/vendor/amp-bootstrap/components/framework/_reboot.scss */

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 129, resources/assets/styles/vendor/amp-bootstrap/components/framework/_reboot.scss */

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 136, resources/assets/styles/vendor/amp-bootstrap/components/framework/_reboot.scss */

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 143, resources/assets/styles/vendor/amp-bootstrap/components/framework/_reboot.scss */

dt {
  font-weight: 700;
}

/* line 147, resources/assets/styles/vendor/amp-bootstrap/components/framework/_reboot.scss */

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 152, resources/assets/styles/vendor/amp-bootstrap/components/framework/_reboot.scss */

blockquote {
  margin: 0 0 1rem;
}

/* line 156, resources/assets/styles/vendor/amp-bootstrap/components/framework/_reboot.scss */

b,
strong {
  font-weight: 700;
}

/* line 161, resources/assets/styles/vendor/amp-bootstrap/components/framework/_reboot.scss */

small {
  font-size: 80%;
}

/* line 170, resources/assets/styles/vendor/amp-bootstrap/components/framework/_reboot.scss */

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

/* line 178, resources/assets/styles/vendor/amp-bootstrap/components/framework/_reboot.scss */

sub {
  bottom: -.25em;
}

/* line 179, resources/assets/styles/vendor/amp-bootstrap/components/framework/_reboot.scss */

sup {
  top: -.5em;
}

/* line 186, resources/assets/styles/vendor/amp-bootstrap/components/framework/_reboot.scss */

a {
  color: #212529;
  text-decoration: none;
  background: transparent;
}

/* line 13, resources/assets/styles/vendor/amp-bootstrap/mixins/_hover.scss */

a:hover {
  color: black;
  text-decoration: underline;
}

/* line 202, resources/assets/styles/vendor/amp-bootstrap/components/framework/_reboot.scss */

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

/* line 13, resources/assets/styles/vendor/amp-bootstrap/mixins/_hover.scss */

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 217, resources/assets/styles/vendor/amp-bootstrap/components/framework/_reboot.scss */

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

/* line 225, resources/assets/styles/vendor/amp-bootstrap/components/framework/_reboot.scss */

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

/* line 239, resources/assets/styles/vendor/amp-bootstrap/components/framework/_reboot.scss */

figure {
  margin: 0 0 1rem;
}

/* line 249, resources/assets/styles/vendor/amp-bootstrap/components/framework/_reboot.scss */

img {
  vertical-align: middle;
  border-style: none;
}

/* line 254, resources/assets/styles/vendor/amp-bootstrap/components/framework/_reboot.scss */

svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 266, resources/assets/styles/vendor/amp-bootstrap/components/framework/_reboot.scss */

table {
  border-collapse: collapse;
}

/* line 270, resources/assets/styles/vendor/amp-bootstrap/components/framework/_reboot.scss */

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

/* line 278, resources/assets/styles/vendor/amp-bootstrap/components/framework/_reboot.scss */

th {
  text-align: inherit;
}

/* line 289, resources/assets/styles/vendor/amp-bootstrap/components/framework/_reboot.scss */

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 298, resources/assets/styles/vendor/amp-bootstrap/components/framework/_reboot.scss */

button {
  border-radius: 0;
}

/* line 307, resources/assets/styles/vendor/amp-bootstrap/components/framework/_reboot.scss */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 312, resources/assets/styles/vendor/amp-bootstrap/components/framework/_reboot.scss */

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

/* line 323, resources/assets/styles/vendor/amp-bootstrap/components/framework/_reboot.scss */

button,
input {
  overflow: visible;
}

/* line 328, resources/assets/styles/vendor/amp-bootstrap/components/framework/_reboot.scss */

button,
select {
  text-transform: none;
}

/* line 336, resources/assets/styles/vendor/amp-bootstrap/components/framework/_reboot.scss */

select {
  word-wrap: normal;
}

/* line 344, resources/assets/styles/vendor/amp-bootstrap/components/framework/_reboot.scss */

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

/* line 357, resources/assets/styles/vendor/amp-bootstrap/components/framework/_reboot.scss */

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 364, resources/assets/styles/vendor/amp-bootstrap/components/framework/_reboot.scss */

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

/* line 372, resources/assets/styles/vendor/amp-bootstrap/components/framework/_reboot.scss */

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

/* line 379, resources/assets/styles/vendor/amp-bootstrap/components/framework/_reboot.scss */

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 391, resources/assets/styles/vendor/amp-bootstrap/components/framework/_reboot.scss */

textarea {
  overflow: auto;
  resize: vertical;
}

/* line 398, resources/assets/styles/vendor/amp-bootstrap/components/framework/_reboot.scss */

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 415, resources/assets/styles/vendor/amp-bootstrap/components/framework/_reboot.scss */

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

@media (max-width: 1200px) {
  /* line 415, resources/assets/styles/vendor/amp-bootstrap/components/framework/_reboot.scss */

  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
}

/* line 429, resources/assets/styles/vendor/amp-bootstrap/components/framework/_reboot.scss */

progress {
  vertical-align: baseline;
}

/* line 435, resources/assets/styles/vendor/amp-bootstrap/components/framework/_reboot.scss */

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

/* line 440, resources/assets/styles/vendor/amp-bootstrap/components/framework/_reboot.scss */

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

/* line 453, resources/assets/styles/vendor/amp-bootstrap/components/framework/_reboot.scss */

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

/* line 462, resources/assets/styles/vendor/amp-bootstrap/components/framework/_reboot.scss */

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

/* line 471, resources/assets/styles/vendor/amp-bootstrap/components/framework/_reboot.scss */

output {
  display: inline-block;
}

/* line 475, resources/assets/styles/vendor/amp-bootstrap/components/framework/_reboot.scss */

summary {
  display: list-item;
  cursor: pointer;
}

/* line 480, resources/assets/styles/vendor/amp-bootstrap/components/framework/_reboot.scss */

template {
  display: none;
}

/* line 486, resources/assets/styles/vendor/amp-bootstrap/components/framework/_reboot.scss */

[hidden] {
  display: none;
}

/* line 7, resources/assets/styles/vendor/amp-bootstrap/components/framework/_grid.scss */

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 7, resources/assets/styles/vendor/amp-bootstrap/components/framework/_grid.scss */

  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 7, resources/assets/styles/vendor/amp-bootstrap/components/framework/_grid.scss */

  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 7, resources/assets/styles/vendor/amp-bootstrap/components/framework/_grid.scss */

  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 7, resources/assets/styles/vendor/amp-bootstrap/components/framework/_grid.scss */

  .container {
    max-width: 1140px;
  }
}

/* line 13, resources/assets/styles/vendor/amp-bootstrap/components/framework/_grid.scss */

.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 24, resources/assets/styles/vendor/amp-bootstrap/components/framework/_grid.scss */

  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 24, resources/assets/styles/vendor/amp-bootstrap/components/framework/_grid.scss */

  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 24, resources/assets/styles/vendor/amp-bootstrap/components/framework/_grid.scss */

  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 24, resources/assets/styles/vendor/amp-bootstrap/components/framework/_grid.scss */

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }
}

/* line 42, resources/assets/styles/vendor/amp-bootstrap/components/framework/_grid.scss */

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 49, resources/assets/styles/vendor/amp-bootstrap/components/framework/_grid.scss */

.gutterless {
  margin-right: 0;
  margin-left: 0;
}

/* line 53, resources/assets/styles/vendor/amp-bootstrap/components/framework/_grid.scss */

.gutterless > .col,
.gutterless > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 8, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 31, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

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

/* line 73, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid.scss */

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

/* line 73, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid.scss */

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

/* line 73, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid.scss */

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 73, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid.scss */

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

/* line 73, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid.scss */

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

/* line 73, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid.scss */

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 43, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 48, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

/* line 48, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 48, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

/* line 48, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 48, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

/* line 48, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

/* line 48, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

/* line 48, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

/* line 48, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

/* line 48, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

/* line 48, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

/* line 48, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

/* line 54, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

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

/* line 56, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

/* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

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

/* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

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

/* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

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

/* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

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

/* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

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

/* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

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

/* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

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

/* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

/* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

/* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

/* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

/* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

/* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

/* line 66, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

.offset-1 {
  margin-left: 8.33333%;
}

/* line 66, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

.offset-2 {
  margin-left: 16.66667%;
}

/* line 66, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

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

/* line 66, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

.offset-4 {
  margin-left: 33.33333%;
}

/* line 66, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

.offset-5 {
  margin-left: 41.66667%;
}

/* line 66, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

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

/* line 66, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

.offset-7 {
  margin-left: 58.33333%;
}

/* line 66, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

.offset-8 {
  margin-left: 66.66667%;
}

/* line 66, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

.offset-9 {
  margin-left: 75%;
}

/* line 66, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

.offset-10 {
  margin-left: 83.33333%;
}

/* line 66, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  /* line 31, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

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

  /* line 73, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid.scss */

  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 73, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid.scss */

  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 73, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid.scss */

  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 73, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid.scss */

  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 73, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid.scss */

  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  /* line 73, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid.scss */

  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 43, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  /* line 48, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 48, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 48, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 48, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 48, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 48, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 48, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 48, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 48, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 48, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 48, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 48, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 54, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

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

  /* line 56, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  /* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  /* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  /* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  /* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  /* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  /* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  /* line 66, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .offset-sm-0 {
    margin-left: 0;
  }

  /* line 66, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  /* line 66, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  /* line 66, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .offset-sm-3 {
    margin-left: 25%;
  }

  /* line 66, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  /* line 66, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  /* line 66, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

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

  /* line 66, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  /* line 66, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  /* line 66, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .offset-sm-9 {
    margin-left: 75%;
  }

  /* line 66, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  /* line 66, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  /* line 31, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

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

  /* line 73, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid.scss */

  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 73, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid.scss */

  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 73, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid.scss */

  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 73, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid.scss */

  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 73, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid.scss */

  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  /* line 73, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid.scss */

  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 43, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  /* line 48, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 48, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 48, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 48, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 48, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 48, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 48, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 48, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 48, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 48, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 48, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 48, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 54, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

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

  /* line 56, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  /* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  /* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  /* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  /* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  /* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  /* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  /* line 66, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .offset-md-0 {
    margin-left: 0;
  }

  /* line 66, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  /* line 66, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  /* line 66, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .offset-md-3 {
    margin-left: 25%;
  }

  /* line 66, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  /* line 66, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  /* line 66, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

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

  /* line 66, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  /* line 66, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  /* line 66, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .offset-md-9 {
    margin-left: 75%;
  }

  /* line 66, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  /* line 66, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  /* line 31, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

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

  /* line 73, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid.scss */

  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 73, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid.scss */

  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 73, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid.scss */

  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 73, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid.scss */

  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 73, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid.scss */

  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  /* line 73, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid.scss */

  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 43, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  /* line 48, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 48, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 48, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 48, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 48, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 48, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 48, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 48, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 48, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 48, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 48, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 48, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 54, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

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

  /* line 56, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  /* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  /* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  /* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  /* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  /* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  /* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  /* line 66, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .offset-lg-0 {
    margin-left: 0;
  }

  /* line 66, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  /* line 66, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  /* line 66, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .offset-lg-3 {
    margin-left: 25%;
  }

  /* line 66, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  /* line 66, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  /* line 66, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

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

  /* line 66, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  /* line 66, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  /* line 66, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .offset-lg-9 {
    margin-left: 75%;
  }

  /* line 66, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  /* line 66, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  /* line 31, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

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

  /* line 73, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid.scss */

  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 73, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid.scss */

  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 73, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid.scss */

  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 73, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid.scss */

  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 73, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid.scss */

  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  /* line 73, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid.scss */

  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 43, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  /* line 48, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 48, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 48, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 48, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 48, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 48, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 48, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 48, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 48, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 48, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 48, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 48, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 54, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

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

  /* line 56, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  /* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

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

  /* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  /* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  /* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  /* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  /* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  /* line 59, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  /* line 66, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .offset-xl-0 {
    margin-left: 0;
  }

  /* line 66, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  /* line 66, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  /* line 66, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .offset-xl-3 {
    margin-left: 25%;
  }

  /* line 66, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  /* line 66, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  /* line 66, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

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

  /* line 66, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  /* line 66, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  /* line 66, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .offset-xl-9 {
    margin-left: 75%;
  }

  /* line 66, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  /* line 66, resources/assets/styles/vendor/amp-bootstrap/mixins/_grid-framework.scss */

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

/* line 6, resources/assets/styles/vendor/amp-bootstrap/components/framework/_nav.scss */

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 16, resources/assets/styles/vendor/amp-bootstrap/components/framework/_nav.scss */

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

/* line 17, resources/assets/styles/vendor/amp-bootstrap/mixins/_hover.scss */

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

/* line 26, resources/assets/styles/vendor/amp-bootstrap/components/framework/_nav.scss */

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

/* line 39, resources/assets/styles/vendor/amp-bootstrap/components/framework/_nav.scss */

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

/* line 42, resources/assets/styles/vendor/amp-bootstrap/components/framework/_nav.scss */

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 46, resources/assets/styles/vendor/amp-bootstrap/components/framework/_nav.scss */

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 17, resources/assets/styles/vendor/amp-bootstrap/mixins/_hover.scss */

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

/* line 55, resources/assets/styles/vendor/amp-bootstrap/components/framework/_nav.scss */

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background: transparent;
  border-color: transparent;
}

/* line 63, resources/assets/styles/vendor/amp-bootstrap/components/framework/_nav.scss */

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

/* line 70, resources/assets/styles/vendor/amp-bootstrap/components/framework/_nav.scss */

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 85, resources/assets/styles/vendor/amp-bootstrap/components/framework/_nav.scss */

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

/* line 89, resources/assets/styles/vendor/amp-bootstrap/components/framework/_nav.scss */

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background: #0084b4;
}

/* line 103, resources/assets/styles/vendor/amp-bootstrap/components/framework/_nav.scss */

.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

/* line 112, resources/assets/styles/vendor/amp-bootstrap/components/framework/_nav.scss */

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

/* line 127, resources/assets/styles/vendor/amp-bootstrap/components/framework/_nav.scss */

.tab-content > .tab-pane {
  display: none;
}

/* line 130, resources/assets/styles/vendor/amp-bootstrap/components/framework/_nav.scss */

.tab-content > .active {
  display: block;
}

/* line 18, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}

/* line 28, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 53, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 17, resources/assets/styles/vendor/amp-bootstrap/mixins/_hover.scss */

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

/* line 72, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 79, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 84, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 95, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 110, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 119, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 17, resources/assets/styles/vendor/amp-bootstrap/mixins/_hover.scss */

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

/* line 134, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  /* line 153, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 151, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  /* line 174, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  /* line 177, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 181, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  /* line 188, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  /* line 203, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  /* line 210, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 153, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 151, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  /* line 174, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  /* line 177, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 181, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  /* line 188, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  /* line 203, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

  .navbar-expand-md .navbar-collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  /* line 210, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 153, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 151, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  /* line 174, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  /* line 177, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 181, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  /* line 188, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  /* line 203, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  /* line 210, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 153, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 151, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  /* line 174, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  /* line 177, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 181, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  /* line 188, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  /* line 203, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  /* line 210, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

/* line 151, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 153, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

/* line 174, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/* line 177, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 181, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 188, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

/* line 203, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

.navbar-expand .navbar-collapse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

/* line 210, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

.navbar-expand .navbar-toggler {
  display: none;
}

/* line 225, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 17, resources/assets/styles/vendor/amp-bootstrap/mixins/_hover.scss */

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 234, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

/* line 17, resources/assets/styles/vendor/amp-bootstrap/mixins/_hover.scss */

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 241, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 246, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

/* line 254, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 259, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 263, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 265, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 17, resources/assets/styles/vendor/amp-bootstrap/mixins/_hover.scss */

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 277, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 17, resources/assets/styles/vendor/amp-bootstrap/mixins/_hover.scss */

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

/* line 286, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 17, resources/assets/styles/vendor/amp-bootstrap/mixins/_hover.scss */

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

/* line 293, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 298, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 306, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 311, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 315, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 317, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navbar.scss */

.navbar-dark .navbar-text a {
  color: #fff;
}

/* line 17, resources/assets/styles/vendor/amp-bootstrap/mixins/_hover.scss */

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 6, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

header {
  width: 100%;
  z-index: 99999;
  top: 0px;
}

/* line 12, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

header.full-width {
  background: #fff;
}

/* line 16, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

header.fixed {
  position: fixed;
}

/* line 22, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

.mega-menu .header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  -webkit-box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.15);
}

/* line 27, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

.mega-menu .header .container {
  padding-right: 0px;
  padding-left: 0px;
}

/* line 33, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

.mega-menu .row-header,
.mega-menu .row-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 39, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

.mega-menu .logo {
  top: 2px;
  position: relative;
  margin-left: 40px;
}

/* line 45, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

.mega-menu .img-logo {
  position: absolute;
}

@media (min-width: 768px) {
  /* line 45, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

  .mega-menu .img-logo {
    top: 12px;
  }
}

@media (max-width: 991.98px) {
  /* line 45, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

  .mega-menu .img-logo {
    top: 18px;
  }
}

/* line 57, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

.mega-menu li,
.mega-menu ol,
.mega-menu ul {
  padding: 0;
}

/* line 61, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

.mega-menu #mobile:checked + .main-menu {
  display: block;
}

/* line 65, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

.mega-menu #mobile-menu {
  position: relative;
  display: block;
  padding: 16px;
  cursor: pointer;
}

/* line 72, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

.mega-menu #mobile-menu span.main-menu-dropdown-icon {
  bottom: 0;
  width: 50px;
  cursor: pointer;
}

/* line 79, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

.mega-menu #mobile-menu .main-menu-dropdown-icon,
.mega-menu #mobile-menu span.main-menu-dropdown-icon {
  position: absolute;
  top: 0;
  right: 0;
}

/* line 86, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

.mega-menu .main-menu {
  z-index: 100;
  margin: auto;
}

/* line 92, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

.mega-menu .main-menu:after,
.mega-menu .main-menu:before {
  content: "";
  display: table;
  clear: both;
}

/* line 98, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

.mega-menu .main-menu a {
  text-decoration: none;
}

/* line 102, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

.mega-menu .main-menu li {
  position: relative;
  display: block;
  border-top: 1px solid #dee2e6;
}

/* line 108, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

.mega-menu .main-menu .main-menu {
  display: none;
  max-height: 100%;
}

/* line 113, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

.mega-menu .main-menu .main-menu-dropdown-list {
  display: none;
}

/* line 118, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

.mega-menu .main-menu .main-menu-dropdown-list:not(.main-menu-dropdown-megamenu) a,
.mega-menu .main-menu .main-menu-dropdown-list:not(.main-menu-dropdown-shop) a {
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  -o-transition: -o-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out, -o-transform 0.25s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* line 123, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

.mega-menu .main-menu .main-menu-dropdown-list:not(.main-menu-dropdown-megamenu) a:hover,
.mega-menu .main-menu .main-menu-dropdown-list:not(.main-menu-dropdown-shop) a:hover {
  -webkit-transform: translate3d(3px, 0, 0);
          transform: translate3d(3px, 0, 0);
}

/* line 129, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

.mega-menu .main-menu .main-menu-dropdown-list.main-menu-dropdown-megamenu li:first-child {
  font-weight: 700;
  border-bottom: 1px solid #dee2e6;
}

/* line 134, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

.mega-menu .main-menu .main-menu-dropdown-list.main-menu-dropdown-megamenu li {
  border: none;
}

/* line 140, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

.mega-menu .main-menu .main-menu-dropdown-item-subtitle {
  font-size: 0.75rem;
  text-indent: 10px;
  margin-left: 10px;
}

/* line 146, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

.mega-menu .main-menu input[type=checkbox]:checked + .main-menu-dropdown-list {
  display: block;
}

/* line 150, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

.mega-menu .main-menu input[type=checkbox],
.mega-menu .main-menu ul span.main-menu-dropdown-icon {
  display: none;
}

/* line 154, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

.mega-menu .main-menu label {
  margin-bottom: 0;
}

/* line 158, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

.mega-menu .main-menu label.main-menu-dropdown-icon {
  width: 100%;
  height: 50px;
  cursor: pointer;
  z-index: 10;
}

/* line 165, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

.mega-menu .main-menu label.main-menu-dropdown-icon,
.mega-menu .main-menu li label.main-menu-dropdown-icon {
  position: absolute;
  top: 0;
  right: 0;
}

/* line 173, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

.mega-menu .main-menu > ul > li {
  cursor: pointer;
}

/* line 176, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

.mega-menu .main-menu > ul > li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 16px;
  cursor: pointer;
  position: relative;
  display: block;
}

/* line 189, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

.mega-menu .main-menu .tip {
  padding: 2px 5px;
  background: #0084b4;
  color: white;
  text-shadow: none;
  border-radius: 3px;
  left: 10px;
  position: relative;
  text-transform: uppercase;
  font-size: 0.75rem;
  top: -2px;
}

/* line 201, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

.mega-menu .main-menu .tip:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #0084b4;
  border-width: 5px;
  margin-top: -5px;
}

/* line 217, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

.mega-menu .main-menu .notification-info {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  margin-top: -4px;
  left: 0;
  padding: 0;
  display: block;
  line-height: 1;
}

/* line 228, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

.mega-menu .main-menu .notification-info .notification-qty {
  position: absolute;
  top: -12px;
  right: 10px;
  width: 15px;
  height: 15px;
  display: block;
  font-size: 0.75rem;
  color: white;
  background-color: red;
  text-align: center;
  line-height: 15px;
  border-radius: 20px;
}

@media (max-width: 991.98px) {
  /* line 248, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

  .header .main-menu {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
  }

  /* line 252, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

  .header .main-menu .logo {
    top: 3px;
  }

  /* line 256, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

  .header .main-menu span.logo {
    top: 1px;
  }

  /* line 260, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

  .header .main-menu a,
  .header .main-menu i {
    color: #212529;
  }

  /* line 263, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

  .header .main-menu a:hover,
  .header .main-menu a:active,
  .header .main-menu i:hover,
  .header .main-menu i:active {
    color: #212529;
  }

  /* line 268, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

  .header .main-menu .fa {
    min-width: 25px;
  }

  /* line 272, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

  .header .main-menu .active {
    color: #212529;
    background: #fff;
  }

  /* line 278, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

  .header .main-menu .main-menu-dropdown .main-menu-dropdown-list {
    background: #fff;
  }

  /* line 282, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

  .header .main-menu .main-menu-dropdown .main-menu-dropdown-list li .main-menu-dropdown-item-subtitle {
    text-indent: 30px;
    margin-left: 30px;
  }

  /* line 287, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

  .header .main-menu .main-menu-dropdown .main-menu-dropdown-list li a {
    color: #212529;
  }

  /* line 291, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

  .header .main-menu .main-menu-dropdown .main-menu-dropdown-list li a li a {
    color: #212529;
  }

  /* line 295, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

  .header .main-menu .main-menu-dropdown .main-menu-dropdown-list li a li a:hover {
    background: #fff;
  }

  /* line 305, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

  .header .main-menu li:hover,
  .header .main-menu li:active {
    color: #212529;
    background: #fff;
  }

  /* line 309, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

  .header .main-menu li:hover a,
  .header .main-menu li:active a {
    border-left: 3px solid #0084b4;
  }

  /* line 313, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

  .header .main-menu li:hover a,
  .header .main-menu li:hover i,
  .header .main-menu li:active a,
  .header .main-menu li:active i {
    color: #212529;
    border-color: #212529;
  }

  /* line 321, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

  .header .main-menu .main-menu-dropdown-list li {
    text-indent: 15px;
  }

  /* line 325, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

  .header .main-menu .main-menu-dropdown-list li ul li {
    text-indent: 30px;
  }

  /* line 329, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

  .header .main-menu .main-menu-dropdown-list li ul li ul li {
    text-indent: 45px;
  }

  /* line 338, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

  .header .main-menu .main-menu-logo {
    display: none;
    padding: 0;
    margin: 0;
  }

  /* line 345, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

  .header .main-menu .notification-info .notification-qty {
    position: absolute;
    top: -3px;
    right: 15px;
  }
}

@media (min-width: 992px) {
  /* line 355, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

  .header .main-menu {
    background: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  /* line 360, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

  .header .main-menu .logo {
    font-weight: 400;
  }

  /* line 364, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

  .header .main-menu li:not(:last-child) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }

  /* line 369, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

  .header .main-menu a,
  .header .main-menu i {
    color: #212529;
  }

  /* line 373, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

  .header .main-menu .fa {
    margin-right: 5px;
  }

  /* line 377, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

  .header .main-menu .active,
  .header .main-menu .active > i {
    color: #fff;
    background: #0084b4;
  }

  /* line 381, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

  .header .main-menu .active i,
  .header .main-menu .active > i i {
    color: #fff;
  }

  /* line 387, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

  .header .main-menu .main-menu-dropdown .main-menu-dropdown-list {
    margin-top: -3px;
    border-top: 3px solid #0084b4;
    background: #fff;
  }

  /* line 393, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

  .header .main-menu .main-menu-dropdown .main-menu-dropdown-list li a,
  .header .main-menu .main-menu-dropdown .main-menu-dropdown-list li i {
    color: #212529;
  }

  /* line 397, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

  .header .main-menu .main-menu-dropdown .main-menu-dropdown-list li a li a,
  .header .main-menu .main-menu-dropdown .main-menu-dropdown-list li a li i,
  .header .main-menu .main-menu-dropdown .main-menu-dropdown-list li i li a,
  .header .main-menu .main-menu-dropdown .main-menu-dropdown-list li i li i {
    color: #212529;
  }

  /* line 401, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

  .header .main-menu .main-menu-dropdown .main-menu-dropdown-list li a li a:hover,
  .header .main-menu .main-menu-dropdown .main-menu-dropdown-list li a li i:hover,
  .header .main-menu .main-menu-dropdown .main-menu-dropdown-list li i li a:hover,
  .header .main-menu .main-menu-dropdown .main-menu-dropdown-list li i li i:hover {
    background: #fff;
  }

  /* line 411, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

  .header .main-menu li:hover,
  .header .main-menu li:active {
    color: #fff;
    background: #0084b4;
  }

  /* line 415, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

  .header .main-menu li:hover a,
  .header .main-menu li:hover i,
  .header .main-menu li:active a,
  .header .main-menu li:active i {
    color: #fff;
  }

  /* line 422, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

  .header .main-menu li ul li:hover,
  .header .main-menu li ul li:active {
    background: #fff;
  }

  /* line 425, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

  .header .main-menu li ul li:hover a,
  .header .main-menu li ul li:hover i i,
  .header .main-menu li ul li:active a,
  .header .main-menu li ul li:active i i {
    color: #fff;
  }

  /* line 433, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

  .header .main-menu .main-menu {
    display: block;
  }

  /* line 437, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

  .header .main-menu .main-menu-dropdown-item-subtitle {
    text-indent: 10px;
    margin-left: 0;
  }

  /* line 443, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

  .header #mobile-menu {
    display: none;
  }

  /* line 448, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

  .header .main-menu label.main-menu-dropdown-icon {
    display: none;
  }

  /* line 452, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

  .header .main-menu ul span.main-menu-dropdown-icon {
    display: inline-block;
  }

  /* line 456, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

  .header .main-menu li {
    float: left;
    border-width: 0 1px 0 0;
  }

  /* line 461, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

  .header .main-menu .main-menu-dropdown-list {
    border-width: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    display: none;
    min-width: 250px;
    -webkit-box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.15);
  }

  /* line 472, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

  .header .main-menu .main-menu-dropdown-list a {
    padding: 10px 15px;
  }

  /* line 476, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

  .header .main-menu .main-menu-dropdown-list li {
    float: none;
    border-width: 1px 0 0;
  }

  /* line 481, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

  .header .main-menu .main-menu-dropdown-list .main-menu-dropdown-list {
    top: 0;
    left: 100%;
  }

  /* line 486, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

  .header .main-menu .main-menu-dropdown-list .main-menu-dropdown-icon {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1em;
  }

  /* line 493, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

  .header .main-menu .main-menu-dropdown-list.main-menu-dropdown-shop {
    min-width: 250px;
    right: 100%;
    left: 54px;
    -webkit-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
       transform: translate(-100%, 0);
  }

  /* line 501, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

  .header .main-menu .main-menu-dropdown-list.main-menu-dropdown-megamenu {
    min-width: 800px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
       transform: translate(-50%, 0);
  }

  /* line 509, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

  .header .main-menu input[type=checkbox]:checked + .main-menu-dropdown-list {
    display: none;
  }

  /* line 513, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

  .header .main-menu li:hover > input[type=checkbox] + .main-menu-dropdown-list {
    display: block;
  }

  /* line 517, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

  .header .main-menu .main-menu-shop {
    width: 54px;
  }

  /* line 521, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

  .header .main-menu .main-menu-right {
    float: right;
  }
}

/* line 527, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

.header .arrow-down:before,
.header .arrow-right:before {
  content: "";
  border-style: solid;
  border-color: inherit;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  position: absolute;
  top: 50%;
}

/* line 538, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

.header .arrow-down {
  padding-right: 16px;
}

/* line 541, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

.header .arrow-down:before {
  right: 16px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
     transform: translate(-50%, -50%) rotate(45deg);
  margin-top: -1px;
}

/* line 549, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

.header .arrow-right:before {
  right: 16px;
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
     transform: rotate(-45deg);
  margin-top: 2px;
}

/* line 557, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

.header .main-menu .hamburger {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
  width: 20px;
  height: 1px;
  background: #212529;
}

/* line 567, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

.header .main-menu .hamburger:after,
.header .main-menu .hamburger:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
  width: 20px;
  height: 1px;
  background: #212529;
}

/* line 578, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

.header .main-menu .hamburger:before {
  content: "";
  top: -5px;
}

/* line 583, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

.header .main-menu .hamburger:after {
  content: "";
  top: 7px;
}

/* line 589, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

.header .main-menu .main-menu-dropdown-icon:checked ~ .hamburger:before {
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: red;
}

/* line 594, resources/assets/styles/vendor/amp-bootstrap/components/framework/_navigation.scss */

.header .main-menu .main-menu-dropdown-icon:checked ~ .hamburger:after {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 4, resources/assets/styles/vendor/amp-bootstrap/utilities/_align.scss */

.align-baseline {
  vertical-align: baseline;
}

/* line 5, resources/assets/styles/vendor/amp-bootstrap/utilities/_align.scss */

.align-top {
  vertical-align: top;
}

/* line 6, resources/assets/styles/vendor/amp-bootstrap/utilities/_align.scss */

.align-middle {
  vertical-align: middle;
}

/* line 7, resources/assets/styles/vendor/amp-bootstrap/utilities/_align.scss */

.align-bottom {
  vertical-align: bottom;
}

/* line 8, resources/assets/styles/vendor/amp-bootstrap/utilities/_align.scss */

.align-text-bottom {
  vertical-align: text-bottom;
}

/* line 9, resources/assets/styles/vendor/amp-bootstrap/utilities/_align.scss */

.align-text-top {
  vertical-align: text-top;
}

/* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_display.scss */

.d-none {
  display: none;
}

/* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_display.scss */

.d-inline {
  display: inline;
}

/* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_display.scss */

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

/* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_display.scss */

.d-block {
  display: block;
}

/* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_display.scss */

.d-tbl {
  display: tbl;
}

/* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_display.scss */

.d-table-row {
  display: table-row;
}

/* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_display.scss */

.d-tbl-cell {
  display: tbl-cell;
}

/* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_display.scss */

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

/* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_display.scss */

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

@media (min-width: 576px) {
  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_display.scss */

  .d-sm-none {
    display: none;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_display.scss */

  .d-sm-inline {
    display: inline;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_display.scss */

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

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_display.scss */

  .d-sm-block {
    display: block;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_display.scss */

  .d-sm-tbl {
    display: tbl;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_display.scss */

  .d-sm-table-row {
    display: table-row;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_display.scss */

  .d-sm-tbl-cell {
    display: tbl-cell;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_display.scss */

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

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_display.scss */

  .d-sm-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media (min-width: 768px) {
  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_display.scss */

  .d-md-none {
    display: none;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_display.scss */

  .d-md-inline {
    display: inline;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_display.scss */

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

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_display.scss */

  .d-md-block {
    display: block;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_display.scss */

  .d-md-tbl {
    display: tbl;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_display.scss */

  .d-md-table-row {
    display: table-row;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_display.scss */

  .d-md-tbl-cell {
    display: tbl-cell;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_display.scss */

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

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_display.scss */

  .d-md-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media (min-width: 992px) {
  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_display.scss */

  .d-lg-none {
    display: none;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_display.scss */

  .d-lg-inline {
    display: inline;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_display.scss */

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

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_display.scss */

  .d-lg-block {
    display: block;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_display.scss */

  .d-lg-tbl {
    display: tbl;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_display.scss */

  .d-lg-table-row {
    display: table-row;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_display.scss */

  .d-lg-tbl-cell {
    display: tbl-cell;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_display.scss */

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

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_display.scss */

  .d-lg-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media (min-width: 1200px) {
  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_display.scss */

  .d-xl-none {
    display: none;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_display.scss */

  .d-xl-inline {
    display: inline;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_display.scss */

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

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_display.scss */

  .d-xl-block {
    display: block;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_display.scss */

  .d-xl-tbl {
    display: tbl;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_display.scss */

  .d-xl-table-row {
    display: table-row;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_display.scss */

  .d-xl-tbl-cell {
    display: tbl-cell;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_display.scss */

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

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_display.scss */

  .d-xl-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media print {
  /* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_display.scss */

  .d-print-none {
    display: none;
  }

  /* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_display.scss */

  .d-print-inline {
    display: inline;
  }

  /* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_display.scss */

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

  /* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_display.scss */

  .d-print-block {
    display: block;
  }

  /* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_display.scss */

  .d-print-tbl {
    display: tbl;
  }

  /* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_display.scss */

  .d-print-table-row {
    display: table-row;
  }

  /* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_display.scss */

  .d-print-tbl-cell {
    display: tbl-cell;
  }

  /* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_display.scss */

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

  /* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_display.scss */

  .d-print-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

/* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

/* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

/* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

.flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

/* line 29, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

/* line 33, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

/* line 37, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

/* line 41, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

/* line 45, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

.flex-grow-0 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

/* line 49, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

/* line 53, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

.flex-shrink-0 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 57, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

.flex-shrink-1 {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

/* line 63, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

/* line 67, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

/* line 71, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

/* line 75, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

/* line 79, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

/* line 85, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

/* line 89, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

/* line 93, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

/* line 97, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

/* line 101, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

/* line 107, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

.align-content-start {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

/* line 111, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

.align-content-end {
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

/* line 115, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

.align-content-center {
  -ms-flex-line-pack: center;
      align-content: center;
}

/* line 119, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

.align-content-between {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

/* line 123, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

.align-content-around {
  -ms-flex-line-pack: distribute;
      align-content: space-around;
}

/* line 127, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

.align-content-stretch {
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

/* line 133, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

.align-self-auto {
  -ms-flex-item-align: auto;
      align-self: auto;
}

/* line 137, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

.align-self-start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

/* line 141, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

.align-self-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

/* line 145, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

.align-self-center {
  -ms-flex-item-align: center;
      align-self: center;
}

/* line 149, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

.align-self-baseline {
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

/* line 153, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

.align-self-stretch {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

@media (min-width: 576px) {
  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

  /* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

  /* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  /* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  /* line 29, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

  /* line 33, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

  /* line 37, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

  /* line 41, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

  /* line 45, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .flex-sm-grow-0 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  /* line 49, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

  /* line 53, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  /* line 57, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  /* line 63, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

  /* line 67, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

  /* line 71, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

  /* line 75, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

  /* line 79, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

  /* line 85, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

  /* line 89, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

  /* line 93, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

  /* line 97, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .align-items-sm-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  /* line 101, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .align-items-sm-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  /* line 107, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .align-content-sm-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }

  /* line 111, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .align-content-sm-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }

  /* line 115, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .align-content-sm-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }

  /* line 119, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .align-content-sm-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }

  /* line 123, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .align-content-sm-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }

  /* line 127, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }

  /* line 133, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .align-self-sm-auto {
    -ms-flex-item-align: auto;
        align-self: auto;
  }

  /* line 137, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .align-self-sm-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  /* line 141, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .align-self-sm-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  /* line 145, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .align-self-sm-center {
    -ms-flex-item-align: center;
        align-self: center;
  }

  /* line 149, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }

  /* line 153, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}

@media (min-width: 768px) {
  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

  /* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

  /* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  /* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .flex-md-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  /* line 29, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

  /* line 33, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

  /* line 37, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

  /* line 41, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

  /* line 45, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .flex-md-grow-0 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  /* line 49, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

  /* line 53, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .flex-md-shrink-0 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  /* line 57, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .flex-md-shrink-1 {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  /* line 63, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

  /* line 67, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

  /* line 71, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

  /* line 75, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

  /* line 79, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

  /* line 85, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

  /* line 89, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

  /* line 93, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

  /* line 97, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .align-items-md-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  /* line 101, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .align-items-md-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  /* line 107, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .align-content-md-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }

  /* line 111, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .align-content-md-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }

  /* line 115, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .align-content-md-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }

  /* line 119, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .align-content-md-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }

  /* line 123, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .align-content-md-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }

  /* line 127, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }

  /* line 133, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .align-self-md-auto {
    -ms-flex-item-align: auto;
        align-self: auto;
  }

  /* line 137, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .align-self-md-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  /* line 141, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .align-self-md-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  /* line 145, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .align-self-md-center {
    -ms-flex-item-align: center;
        align-self: center;
  }

  /* line 149, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .align-self-md-baseline {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }

  /* line 153, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .align-self-md-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}

@media (min-width: 992px) {
  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

  /* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

  /* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  /* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  /* line 29, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

  /* line 33, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

  /* line 37, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

  /* line 41, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

  /* line 45, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .flex-lg-grow-0 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  /* line 49, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

  /* line 53, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  /* line 57, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  /* line 63, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

  /* line 67, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

  /* line 71, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

  /* line 75, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

  /* line 79, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

  /* line 85, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

  /* line 89, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

  /* line 93, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

  /* line 97, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .align-items-lg-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  /* line 101, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .align-items-lg-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  /* line 107, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .align-content-lg-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }

  /* line 111, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .align-content-lg-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }

  /* line 115, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .align-content-lg-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }

  /* line 119, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .align-content-lg-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }

  /* line 123, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .align-content-lg-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }

  /* line 127, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }

  /* line 133, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .align-self-lg-auto {
    -ms-flex-item-align: auto;
        align-self: auto;
  }

  /* line 137, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .align-self-lg-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  /* line 141, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .align-self-lg-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  /* line 145, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .align-self-lg-center {
    -ms-flex-item-align: center;
        align-self: center;
  }

  /* line 149, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }

  /* line 153, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}

@media (min-width: 1200px) {
  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

  /* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

  /* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  /* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  /* line 29, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

  /* line 33, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

  /* line 37, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

  /* line 41, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

  /* line 45, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .flex-xl-grow-0 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  /* line 49, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

  /* line 53, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  /* line 57, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  /* line 63, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

  /* line 67, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

  /* line 71, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

  /* line 75, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

  /* line 79, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

  /* line 85, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

  /* line 89, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

  /* line 93, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

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

  /* line 97, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .align-items-xl-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  /* line 101, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .align-items-xl-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  /* line 107, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .align-content-xl-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }

  /* line 111, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .align-content-xl-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }

  /* line 115, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .align-content-xl-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }

  /* line 119, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .align-content-xl-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }

  /* line 123, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .align-content-xl-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }

  /* line 127, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }

  /* line 133, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .align-self-xl-auto {
    -ms-flex-item-align: auto;
        align-self: auto;
  }

  /* line 137, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .align-self-xl-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  /* line 141, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .align-self-xl-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  /* line 145, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .align-self-xl-center {
    -ms-flex-item-align: center;
        align-self: center;
  }

  /* line 149, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }

  /* line 153, resources/assets/styles/vendor/amp-bootstrap/utilities/_flex.scss */

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}

/* line 6, resources/assets/styles/vendor/amp-bootstrap/utilities/_position.scss */

.position-static {
  position: static;
}

/* line 6, resources/assets/styles/vendor/amp-bootstrap/utilities/_position.scss */

.position-relative {
  position: relative;
}

/* line 6, resources/assets/styles/vendor/amp-bootstrap/utilities/_position.scss */

.position-absolute {
  position: absolute;
}

/* line 6, resources/assets/styles/vendor/amp-bootstrap/utilities/_position.scss */

.position-fixed {
  position: fixed;
}

/* line 6, resources/assets/styles/vendor/amp-bootstrap/utilities/_position.scss */

.position-sticky {
  position: sticky;
}

/* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_position.scss */

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 22, resources/assets/styles/vendor/amp-bootstrap/utilities/_position.scss */

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  /* line 32, resources/assets/styles/vendor/amp-bootstrap/utilities/_position.scss */

  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 8, resources/assets/styles/vendor/amp-bootstrap/utilities/_sizing.scss */

.w-25 {
  width: 25%;
}

/* line 8, resources/assets/styles/vendor/amp-bootstrap/utilities/_sizing.scss */

.w-50 {
  width: 50%;
}

/* line 8, resources/assets/styles/vendor/amp-bootstrap/utilities/_sizing.scss */

.w-75 {
  width: 75%;
}

/* line 8, resources/assets/styles/vendor/amp-bootstrap/utilities/_sizing.scss */

.w-100 {
  width: 100%;
}

/* line 8, resources/assets/styles/vendor/amp-bootstrap/utilities/_sizing.scss */

.w-auto {
  width: auto;
}

/* line 8, resources/assets/styles/vendor/amp-bootstrap/utilities/_sizing.scss */

.h-25 {
  height: 25%;
}

/* line 8, resources/assets/styles/vendor/amp-bootstrap/utilities/_sizing.scss */

.h-50 {
  height: 50%;
}

/* line 8, resources/assets/styles/vendor/amp-bootstrap/utilities/_sizing.scss */

.h-75 {
  height: 75%;
}

/* line 8, resources/assets/styles/vendor/amp-bootstrap/utilities/_sizing.scss */

.h-100 {
  height: 100%;
}

/* line 8, resources/assets/styles/vendor/amp-bootstrap/utilities/_sizing.scss */

.h-auto {
  height: auto;
}

/* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_sizing.scss */

.mw-100 {
  max-width: 100%;
}

/* line 13, resources/assets/styles/vendor/amp-bootstrap/utilities/_sizing.scss */

.mh-100 {
  max-height: 100%;
}

/* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_sizing.scss */

.min-vw-100 {
  min-width: 100vw;
}

/* line 18, resources/assets/styles/vendor/amp-bootstrap/utilities/_sizing.scss */

.min-vh-100 {
  min-height: 100vh;
}

/* line 20, resources/assets/styles/vendor/amp-bootstrap/utilities/_sizing.scss */

.vw-100 {
  width: 100vw;
}

/* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_sizing.scss */

.vh-100 {
  height: 100vh;
}

/* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.m-0 {
  margin: 0;
}

/* line 13, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.mt-0,
.my-0 {
  margin-top: 0;
}

/* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.mr-0,
.mx-0 {
  margin-right: 0;
}

/* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.mb-0,
.my-0 {
  margin-bottom: 0;
}

/* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.ml-0,
.mx-0 {
  margin-left: 0;
}

/* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.m-1 {
  margin: 0.25rem;
}

/* line 13, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.mt-1,
.my-1 {
  margin-top: 0.25rem;
}

/* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.mr-1,
.mx-1 {
  margin-right: 0.25rem;
}

/* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.mb-1,
.my-1 {
  margin-bottom: 0.25rem;
}

/* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.ml-1,
.mx-1 {
  margin-left: 0.25rem;
}

/* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.m-2 {
  margin: 0.5rem;
}

/* line 13, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.mt-2,
.my-2 {
  margin-top: 0.5rem;
}

/* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.mr-2,
.mx-2 {
  margin-right: 0.5rem;
}

/* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.mb-2,
.my-2 {
  margin-bottom: 0.5rem;
}

/* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.ml-2,
.mx-2 {
  margin-left: 0.5rem;
}

/* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.m-3 {
  margin: 1rem;
}

/* line 13, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.mt-3,
.my-3 {
  margin-top: 1rem;
}

/* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.mr-3,
.mx-3 {
  margin-right: 1rem;
}

/* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.mb-3,
.my-3 {
  margin-bottom: 1rem;
}

/* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.ml-3,
.mx-3 {
  margin-left: 1rem;
}

/* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.m-4 {
  margin: 1.5rem;
}

/* line 13, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.mt-4,
.my-4 {
  margin-top: 1.5rem;
}

/* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.mr-4,
.mx-4 {
  margin-right: 1.5rem;
}

/* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.mb-4,
.my-4 {
  margin-bottom: 1.5rem;
}

/* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.ml-4,
.mx-4 {
  margin-left: 1.5rem;
}

/* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.m-5 {
  margin: 3rem;
}

/* line 13, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.mt-5,
.my-5 {
  margin-top: 3rem;
}

/* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.mr-5,
.mx-5 {
  margin-right: 3rem;
}

/* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.mb-5,
.my-5 {
  margin-bottom: 3rem;
}

/* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.ml-5,
.mx-5 {
  margin-left: 3rem;
}

/* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.p-0 {
  padding: 0;
}

/* line 13, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.pt-0,
.py-0 {
  padding-top: 0;
}

/* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.pr-0,
.px-0 {
  padding-right: 0;
}

/* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.pb-0,
.py-0 {
  padding-bottom: 0;
}

/* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.pl-0,
.px-0 {
  padding-left: 0;
}

/* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.p-1 {
  padding: 0.25rem;
}

/* line 13, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.pt-1,
.py-1 {
  padding-top: 0.25rem;
}

/* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.pr-1,
.px-1 {
  padding-right: 0.25rem;
}

/* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.pb-1,
.py-1 {
  padding-bottom: 0.25rem;
}

/* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.pl-1,
.px-1 {
  padding-left: 0.25rem;
}

/* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.p-2 {
  padding: 0.5rem;
}

/* line 13, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.pt-2,
.py-2 {
  padding-top: 0.5rem;
}

/* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.pr-2,
.px-2 {
  padding-right: 0.5rem;
}

/* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.pb-2,
.py-2 {
  padding-bottom: 0.5rem;
}

/* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.pl-2,
.px-2 {
  padding-left: 0.5rem;
}

/* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.p-3 {
  padding: 1rem;
}

/* line 13, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.pt-3,
.py-3 {
  padding-top: 1rem;
}

/* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.pr-3,
.px-3 {
  padding-right: 1rem;
}

/* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.pb-3,
.py-3 {
  padding-bottom: 1rem;
}

/* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.pl-3,
.px-3 {
  padding-left: 1rem;
}

/* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.p-4 {
  padding: 1.5rem;
}

/* line 13, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.pt-4,
.py-4 {
  padding-top: 1.5rem;
}

/* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.pr-4,
.px-4 {
  padding-right: 1.5rem;
}

/* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.pb-4,
.py-4 {
  padding-bottom: 1.5rem;
}

/* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.pl-4,
.px-4 {
  padding-left: 1.5rem;
}

/* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.p-5 {
  padding: 3rem;
}

/* line 13, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.pt-5,
.py-5 {
  padding-top: 3rem;
}

/* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.pr-5,
.px-5 {
  padding-right: 3rem;
}

/* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.pb-5,
.py-5 {
  padding-bottom: 3rem;
}

/* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.pl-5,
.px-5 {
  padding-left: 3rem;
}

/* line 37, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.m-n1 {
  margin: -0.25rem;
}

/* line 38, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.mt-n1,
.my-n1 {
  margin-top: -0.25rem;
}

/* line 42, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem;
}

/* line 46, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem;
}

/* line 50, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem;
}

/* line 37, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.m-n2 {
  margin: -0.5rem;
}

/* line 38, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.mt-n2,
.my-n2 {
  margin-top: -0.5rem;
}

/* line 42, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem;
}

/* line 46, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem;
}

/* line 50, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem;
}

/* line 37, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.m-n3 {
  margin: -1rem;
}

/* line 38, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.mt-n3,
.my-n3 {
  margin-top: -1rem;
}

/* line 42, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.mr-n3,
.mx-n3 {
  margin-right: -1rem;
}

/* line 46, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.mb-n3,
.my-n3 {
  margin-bottom: -1rem;
}

/* line 50, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.ml-n3,
.mx-n3 {
  margin-left: -1rem;
}

/* line 37, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.m-n4 {
  margin: -1.5rem;
}

/* line 38, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.mt-n4,
.my-n4 {
  margin-top: -1.5rem;
}

/* line 42, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem;
}

/* line 46, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem;
}

/* line 50, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem;
}

/* line 37, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.m-n5 {
  margin: -3rem;
}

/* line 38, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.mt-n5,
.my-n5 {
  margin-top: -3rem;
}

/* line 42, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.mr-n5,
.mx-n5 {
  margin-right: -3rem;
}

/* line 46, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.mb-n5,
.my-n5 {
  margin-bottom: -3rem;
}

/* line 50, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.ml-n5,
.mx-n5 {
  margin-left: -3rem;
}

/* line 60, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.m-auto {
  margin: auto;
}

/* line 61, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.mt-auto,
.my-auto {
  margin-top: auto;
}

/* line 65, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.mr-auto,
.mx-auto {
  margin-right: auto;
}

/* line 69, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.mb-auto,
.my-auto {
  margin-bottom: auto;
}

/* line 73, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

.ml-auto,
.mx-auto {
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .m-sm-0 {
    margin: 0;
  }

  /* line 13, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0;
  }

  /* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0;
  }

  /* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0;
  }

  /* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .m-sm-1 {
    margin: 0.25rem;
  }

  /* line 13, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem;
  }

  /* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem;
  }

  /* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem;
  }

  /* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .m-sm-2 {
    margin: 0.5rem;
  }

  /* line 13, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem;
  }

  /* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem;
  }

  /* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem;
  }

  /* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .m-sm-3 {
    margin: 1rem;
  }

  /* line 13, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem;
  }

  /* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem;
  }

  /* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem;
  }

  /* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .m-sm-4 {
    margin: 1.5rem;
  }

  /* line 13, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem;
  }

  /* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem;
  }

  /* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem;
  }

  /* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .m-sm-5 {
    margin: 3rem;
  }

  /* line 13, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem;
  }

  /* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem;
  }

  /* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem;
  }

  /* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .p-sm-0 {
    padding: 0;
  }

  /* line 13, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0;
  }

  /* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0;
  }

  /* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0;
  }

  /* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .p-sm-1 {
    padding: 0.25rem;
  }

  /* line 13, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem;
  }

  /* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem;
  }

  /* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem;
  }

  /* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .p-sm-2 {
    padding: 0.5rem;
  }

  /* line 13, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem;
  }

  /* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem;
  }

  /* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem;
  }

  /* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .p-sm-3 {
    padding: 1rem;
  }

  /* line 13, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem;
  }

  /* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem;
  }

  /* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem;
  }

  /* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .p-sm-4 {
    padding: 1.5rem;
  }

  /* line 13, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem;
  }

  /* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem;
  }

  /* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem;
  }

  /* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .p-sm-5 {
    padding: 3rem;
  }

  /* line 13, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem;
  }

  /* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem;
  }

  /* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem;
  }

  /* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem;
  }

  /* line 37, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .m-sm-n1 {
    margin: -0.25rem;
  }

  /* line 38, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem;
  }

  /* line 42, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem;
  }

  /* line 46, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem;
  }

  /* line 50, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem;
  }

  /* line 37, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .m-sm-n2 {
    margin: -0.5rem;
  }

  /* line 38, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem;
  }

  /* line 42, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem;
  }

  /* line 46, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem;
  }

  /* line 50, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem;
  }

  /* line 37, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .m-sm-n3 {
    margin: -1rem;
  }

  /* line 38, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem;
  }

  /* line 42, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem;
  }

  /* line 46, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem;
  }

  /* line 50, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem;
  }

  /* line 37, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .m-sm-n4 {
    margin: -1.5rem;
  }

  /* line 38, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem;
  }

  /* line 42, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem;
  }

  /* line 46, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem;
  }

  /* line 50, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem;
  }

  /* line 37, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .m-sm-n5 {
    margin: -3rem;
  }

  /* line 38, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem;
  }

  /* line 42, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem;
  }

  /* line 46, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem;
  }

  /* line 50, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem;
  }

  /* line 60, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .m-sm-auto {
    margin: auto;
  }

  /* line 61, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto;
  }

  /* line 65, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto;
  }

  /* line 69, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto;
  }

  /* line 73, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto;
  }
}

@media (min-width: 768px) {
  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .m-md-0 {
    margin: 0;
  }

  /* line 13, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mt-md-0,
  .my-md-0 {
    margin-top: 0;
  }

  /* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0;
  }

  /* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0;
  }

  /* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .m-md-1 {
    margin: 0.25rem;
  }

  /* line 13, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem;
  }

  /* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem;
  }

  /* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem;
  }

  /* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .m-md-2 {
    margin: 0.5rem;
  }

  /* line 13, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem;
  }

  /* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem;
  }

  /* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem;
  }

  /* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .m-md-3 {
    margin: 1rem;
  }

  /* line 13, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem;
  }

  /* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem;
  }

  /* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem;
  }

  /* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .m-md-4 {
    margin: 1.5rem;
  }

  /* line 13, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem;
  }

  /* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem;
  }

  /* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem;
  }

  /* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .m-md-5 {
    margin: 3rem;
  }

  /* line 13, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem;
  }

  /* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem;
  }

  /* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem;
  }

  /* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .p-md-0 {
    padding: 0;
  }

  /* line 13, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pt-md-0,
  .py-md-0 {
    padding-top: 0;
  }

  /* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pr-md-0,
  .px-md-0 {
    padding-right: 0;
  }

  /* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0;
  }

  /* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pl-md-0,
  .px-md-0 {
    padding-left: 0;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .p-md-1 {
    padding: 0.25rem;
  }

  /* line 13, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem;
  }

  /* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem;
  }

  /* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem;
  }

  /* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .p-md-2 {
    padding: 0.5rem;
  }

  /* line 13, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem;
  }

  /* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem;
  }

  /* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem;
  }

  /* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .p-md-3 {
    padding: 1rem;
  }

  /* line 13, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem;
  }

  /* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem;
  }

  /* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem;
  }

  /* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .p-md-4 {
    padding: 1.5rem;
  }

  /* line 13, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem;
  }

  /* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem;
  }

  /* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem;
  }

  /* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .p-md-5 {
    padding: 3rem;
  }

  /* line 13, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem;
  }

  /* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem;
  }

  /* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem;
  }

  /* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem;
  }

  /* line 37, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .m-md-n1 {
    margin: -0.25rem;
  }

  /* line 38, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem;
  }

  /* line 42, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem;
  }

  /* line 46, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem;
  }

  /* line 50, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem;
  }

  /* line 37, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .m-md-n2 {
    margin: -0.5rem;
  }

  /* line 38, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem;
  }

  /* line 42, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem;
  }

  /* line 46, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem;
  }

  /* line 50, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem;
  }

  /* line 37, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .m-md-n3 {
    margin: -1rem;
  }

  /* line 38, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem;
  }

  /* line 42, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem;
  }

  /* line 46, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem;
  }

  /* line 50, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem;
  }

  /* line 37, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .m-md-n4 {
    margin: -1.5rem;
  }

  /* line 38, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem;
  }

  /* line 42, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem;
  }

  /* line 46, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem;
  }

  /* line 50, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem;
  }

  /* line 37, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .m-md-n5 {
    margin: -3rem;
  }

  /* line 38, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem;
  }

  /* line 42, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem;
  }

  /* line 46, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem;
  }

  /* line 50, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem;
  }

  /* line 60, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .m-md-auto {
    margin: auto;
  }

  /* line 61, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto;
  }

  /* line 65, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto;
  }

  /* line 69, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto;
  }

  /* line 73, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto;
  }
}

@media (min-width: 992px) {
  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .m-lg-0 {
    margin: 0;
  }

  /* line 13, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0;
  }

  /* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0;
  }

  /* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0;
  }

  /* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .m-lg-1 {
    margin: 0.25rem;
  }

  /* line 13, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem;
  }

  /* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem;
  }

  /* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem;
  }

  /* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .m-lg-2 {
    margin: 0.5rem;
  }

  /* line 13, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem;
  }

  /* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem;
  }

  /* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem;
  }

  /* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .m-lg-3 {
    margin: 1rem;
  }

  /* line 13, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem;
  }

  /* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem;
  }

  /* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem;
  }

  /* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .m-lg-4 {
    margin: 1.5rem;
  }

  /* line 13, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem;
  }

  /* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem;
  }

  /* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem;
  }

  /* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .m-lg-5 {
    margin: 3rem;
  }

  /* line 13, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem;
  }

  /* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem;
  }

  /* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem;
  }

  /* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .p-lg-0 {
    padding: 0;
  }

  /* line 13, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0;
  }

  /* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0;
  }

  /* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0;
  }

  /* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .p-lg-1 {
    padding: 0.25rem;
  }

  /* line 13, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem;
  }

  /* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem;
  }

  /* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem;
  }

  /* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .p-lg-2 {
    padding: 0.5rem;
  }

  /* line 13, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem;
  }

  /* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem;
  }

  /* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem;
  }

  /* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .p-lg-3 {
    padding: 1rem;
  }

  /* line 13, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem;
  }

  /* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem;
  }

  /* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem;
  }

  /* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .p-lg-4 {
    padding: 1.5rem;
  }

  /* line 13, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem;
  }

  /* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem;
  }

  /* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem;
  }

  /* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .p-lg-5 {
    padding: 3rem;
  }

  /* line 13, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem;
  }

  /* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem;
  }

  /* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem;
  }

  /* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem;
  }

  /* line 37, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .m-lg-n1 {
    margin: -0.25rem;
  }

  /* line 38, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem;
  }

  /* line 42, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem;
  }

  /* line 46, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem;
  }

  /* line 50, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem;
  }

  /* line 37, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .m-lg-n2 {
    margin: -0.5rem;
  }

  /* line 38, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem;
  }

  /* line 42, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem;
  }

  /* line 46, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem;
  }

  /* line 50, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem;
  }

  /* line 37, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .m-lg-n3 {
    margin: -1rem;
  }

  /* line 38, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem;
  }

  /* line 42, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem;
  }

  /* line 46, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem;
  }

  /* line 50, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem;
  }

  /* line 37, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .m-lg-n4 {
    margin: -1.5rem;
  }

  /* line 38, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem;
  }

  /* line 42, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem;
  }

  /* line 46, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem;
  }

  /* line 50, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem;
  }

  /* line 37, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .m-lg-n5 {
    margin: -3rem;
  }

  /* line 38, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem;
  }

  /* line 42, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem;
  }

  /* line 46, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem;
  }

  /* line 50, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem;
  }

  /* line 60, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .m-lg-auto {
    margin: auto;
  }

  /* line 61, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto;
  }

  /* line 65, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto;
  }

  /* line 69, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto;
  }

  /* line 73, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .m-xl-0 {
    margin: 0;
  }

  /* line 13, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0;
  }

  /* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0;
  }

  /* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0;
  }

  /* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .m-xl-1 {
    margin: 0.25rem;
  }

  /* line 13, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem;
  }

  /* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem;
  }

  /* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem;
  }

  /* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .m-xl-2 {
    margin: 0.5rem;
  }

  /* line 13, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem;
  }

  /* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem;
  }

  /* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem;
  }

  /* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .m-xl-3 {
    margin: 1rem;
  }

  /* line 13, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem;
  }

  /* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem;
  }

  /* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem;
  }

  /* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .m-xl-4 {
    margin: 1.5rem;
  }

  /* line 13, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem;
  }

  /* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem;
  }

  /* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem;
  }

  /* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .m-xl-5 {
    margin: 3rem;
  }

  /* line 13, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem;
  }

  /* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem;
  }

  /* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem;
  }

  /* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .p-xl-0 {
    padding: 0;
  }

  /* line 13, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0;
  }

  /* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0;
  }

  /* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0;
  }

  /* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .p-xl-1 {
    padding: 0.25rem;
  }

  /* line 13, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem;
  }

  /* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem;
  }

  /* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem;
  }

  /* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .p-xl-2 {
    padding: 0.5rem;
  }

  /* line 13, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem;
  }

  /* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem;
  }

  /* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem;
  }

  /* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .p-xl-3 {
    padding: 1rem;
  }

  /* line 13, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem;
  }

  /* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem;
  }

  /* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem;
  }

  /* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .p-xl-4 {
    padding: 1.5rem;
  }

  /* line 13, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem;
  }

  /* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem;
  }

  /* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem;
  }

  /* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem;
  }

  /* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .p-xl-5 {
    padding: 3rem;
  }

  /* line 13, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem;
  }

  /* line 17, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem;
  }

  /* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem;
  }

  /* line 25, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem;
  }

  /* line 37, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .m-xl-n1 {
    margin: -0.25rem;
  }

  /* line 38, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem;
  }

  /* line 42, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem;
  }

  /* line 46, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem;
  }

  /* line 50, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem;
  }

  /* line 37, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .m-xl-n2 {
    margin: -0.5rem;
  }

  /* line 38, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem;
  }

  /* line 42, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem;
  }

  /* line 46, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem;
  }

  /* line 50, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem;
  }

  /* line 37, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .m-xl-n3 {
    margin: -1rem;
  }

  /* line 38, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem;
  }

  /* line 42, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem;
  }

  /* line 46, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem;
  }

  /* line 50, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem;
  }

  /* line 37, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .m-xl-n4 {
    margin: -1.5rem;
  }

  /* line 38, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem;
  }

  /* line 42, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem;
  }

  /* line 46, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem;
  }

  /* line 50, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem;
  }

  /* line 37, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .m-xl-n5 {
    margin: -3rem;
  }

  /* line 38, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem;
  }

  /* line 42, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem;
  }

  /* line 46, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem;
  }

  /* line 50, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem;
  }

  /* line 60, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .m-xl-auto {
    margin: auto;
  }

  /* line 61, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto;
  }

  /* line 65, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto;
  }

  /* line 69, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto;
  }

  /* line 73, resources/assets/styles/vendor/amp-bootstrap/utilities/_spacing.scss */

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto;
  }
}

/* line 9, resources/assets/styles/vendor/amp-bootstrap/utilities/_text.scss */

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

/* line 10, resources/assets/styles/vendor/amp-bootstrap/utilities/_text.scss */

.text-wrap {
  white-space: normal;
}

/* line 11, resources/assets/styles/vendor/amp-bootstrap/utilities/_text.scss */

.text-nowrap {
  white-space: nowrap;
}

/* line 12, resources/assets/styles/vendor/amp-bootstrap/utilities/_text.scss */

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_text.scss */

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

/* line 22, resources/assets/styles/vendor/amp-bootstrap/utilities/_text.scss */

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

/* line 23, resources/assets/styles/vendor/amp-bootstrap/utilities/_text.scss */

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

@media (min-width: 576px) {
  /* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_text.scss */

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

  /* line 22, resources/assets/styles/vendor/amp-bootstrap/utilities/_text.scss */

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

  /* line 23, resources/assets/styles/vendor/amp-bootstrap/utilities/_text.scss */

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

@media (min-width: 768px) {
  /* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_text.scss */

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

  /* line 22, resources/assets/styles/vendor/amp-bootstrap/utilities/_text.scss */

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

  /* line 23, resources/assets/styles/vendor/amp-bootstrap/utilities/_text.scss */

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

@media (min-width: 992px) {
  /* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_text.scss */

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

  /* line 22, resources/assets/styles/vendor/amp-bootstrap/utilities/_text.scss */

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

  /* line 23, resources/assets/styles/vendor/amp-bootstrap/utilities/_text.scss */

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

@media (min-width: 1200px) {
  /* line 21, resources/assets/styles/vendor/amp-bootstrap/utilities/_text.scss */

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

  /* line 22, resources/assets/styles/vendor/amp-bootstrap/utilities/_text.scss */

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

  /* line 23, resources/assets/styles/vendor/amp-bootstrap/utilities/_text.scss */

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

/* line 30, resources/assets/styles/vendor/amp-bootstrap/utilities/_text.scss */

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

/* line 31, resources/assets/styles/vendor/amp-bootstrap/utilities/_text.scss */

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

/* line 32, resources/assets/styles/vendor/amp-bootstrap/utilities/_text.scss */

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

/* line 37, resources/assets/styles/vendor/amp-bootstrap/utilities/_text.scss */

.font-weight-light {
  font-weight: 100;
}

/* line 38, resources/assets/styles/vendor/amp-bootstrap/utilities/_text.scss */

.font-weight-lighter {
  font-weight: lighter;
}

/* line 39, resources/assets/styles/vendor/amp-bootstrap/utilities/_text.scss */

.font-weight-normal {
  font-weight: 400;
}

/* line 40, resources/assets/styles/vendor/amp-bootstrap/utilities/_text.scss */

.font-weight-bold {
  font-weight: 700;
}

/* line 41, resources/assets/styles/vendor/amp-bootstrap/utilities/_text.scss */

.font-weight-bolder {
  font-weight: bolder;
}

/* line 45, resources/assets/styles/vendor/amp-bootstrap/utilities/_text.scss */

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

/* line 50, resources/assets/styles/vendor/amp-bootstrap/utilities/_text.scss */

.text-white {
  color: #fff;
}

/* line 52, resources/assets/styles/vendor/amp-bootstrap/utilities/_text.scss */

.text-body {
  color: #212529;
}

/* line 53, resources/assets/styles/vendor/amp-bootstrap/utilities/_text.scss */

.text-muted {
  color: #6c757d;
}

/* line 55, resources/assets/styles/vendor/amp-bootstrap/utilities/_text.scss */

.text-black-50 {
  color: rgba(0, 0, 0, 0.5);
}

/* line 56, resources/assets/styles/vendor/amp-bootstrap/utilities/_text.scss */

.text-white-50 {
  color: rgba(255, 255, 255, 0.5);
}

/* line 6, resources/assets/styles/vendor/amp-bootstrap/mixins/_text-emphasis.scss */

.text-primary {
  color: #0084b4;
}

/* line 17, resources/assets/styles/vendor/amp-bootstrap/mixins/_hover.scss */

a.text-primary:hover,
a.text-primary:focus {
  color: #004c68;
}

/* line 6, resources/assets/styles/vendor/amp-bootstrap/mixins/_text-emphasis.scss */

.text-secondary {
  color: #6c757d;
}

/* line 17, resources/assets/styles/vendor/amp-bootstrap/mixins/_hover.scss */

a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54;
}

/* line 6, resources/assets/styles/vendor/amp-bootstrap/mixins/_text-emphasis.scss */

.text-success {
  color: #28a745;
}

/* line 17, resources/assets/styles/vendor/amp-bootstrap/mixins/_hover.scss */

a.text-success:hover,
a.text-success:focus {
  color: #19692c;
}

/* line 6, resources/assets/styles/vendor/amp-bootstrap/mixins/_text-emphasis.scss */

.text-info {
  color: #17a2b8;
}

/* line 17, resources/assets/styles/vendor/amp-bootstrap/mixins/_hover.scss */

a.text-info:hover,
a.text-info:focus {
  color: #0f6674;
}

/* line 6, resources/assets/styles/vendor/amp-bootstrap/mixins/_text-emphasis.scss */

.text-warning {
  color: beige;
}

/* line 17, resources/assets/styles/vendor/amp-bootstrap/mixins/_hover.scss */

a.text-warning:hover,
a.text-warning:focus {
  color: #e4e4a1;
}

/* line 6, resources/assets/styles/vendor/amp-bootstrap/mixins/_text-emphasis.scss */

.text-danger {
  color: #dc3545;
}

/* line 17, resources/assets/styles/vendor/amp-bootstrap/mixins/_hover.scss */

a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a;
}

/* line 6, resources/assets/styles/vendor/amp-bootstrap/mixins/_text-emphasis.scss */

.text-light {
  color: #dee2e6;
}

/* line 17, resources/assets/styles/vendor/amp-bootstrap/mixins/_hover.scss */

a.text-light:hover,
a.text-light:focus {
  color: #b2bcc5;
}

/* line 6, resources/assets/styles/vendor/amp-bootstrap/mixins/_text-emphasis.scss */

.text-dark {
  color: #343a40;
}

/* line 17, resources/assets/styles/vendor/amp-bootstrap/mixins/_hover.scss */

a.text-dark:hover,
a.text-dark:focus {
  color: #121416;
}

/* line 65, resources/assets/styles/vendor/amp-bootstrap/utilities/_text.scss */

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background: transparent;
  border: 0;
}

/* line 69, resources/assets/styles/vendor/amp-bootstrap/utilities/_text.scss */

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

/* line 71, resources/assets/styles/vendor/amp-bootstrap/utilities/_text.scss */

.text-break {
  word-break: break-word;
  overflow-wrap: break-word;
}

/* line 79, resources/assets/styles/vendor/amp-bootstrap/utilities/_text.scss */

.text-reset {
  color: inherit;
}

@media print {
  /* line 13, resources/assets/styles/vendor/amp-bootstrap/print/_print.scss */

  *,
  *::before,
  *::after {
    text-shadow: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  /* line 24, resources/assets/styles/vendor/amp-bootstrap/print/_print.scss */

  a:not(.btn) {
    text-decoration: underline;
  }

  /* line 34, resources/assets/styles/vendor/amp-bootstrap/print/_print.scss */

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /* line 49, resources/assets/styles/vendor/amp-bootstrap/print/_print.scss */

  pre {
    white-space: pre-wrap;
  }

  /* line 53, resources/assets/styles/vendor/amp-bootstrap/print/_print.scss */

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  /* line 64, resources/assets/styles/vendor/amp-bootstrap/print/_print.scss */

  thead {
    display: tbl-header-group;
  }

  /* line 68, resources/assets/styles/vendor/amp-bootstrap/print/_print.scss */

  tr {
    page-break-inside: avoid;
  }

  /* line 73, resources/assets/styles/vendor/amp-bootstrap/print/_print.scss */

  img,
  amp-img {
    page-break-inside: avoid;
  }

  /* line 78, resources/assets/styles/vendor/amp-bootstrap/print/_print.scss */

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 85, resources/assets/styles/vendor/amp-bootstrap/print/_print.scss */

  h2,
  h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  /* line 98, resources/assets/styles/vendor/amp-bootstrap/print/_print.scss */

  body {
    min-width: 992px;
  }

  /* line 101, resources/assets/styles/vendor/amp-bootstrap/print/_print.scss */

  .container {
    min-width: 992px;
  }

  /* line 107, resources/assets/styles/vendor/amp-bootstrap/print/_print.scss */

  .navbar {
    display: none;
  }

  /* line 113, resources/assets/styles/vendor/amp-bootstrap/print/_print.scss */

  .badge {
    border: 1px solid #000;
  }

  /* line 119, resources/assets/styles/vendor/amp-bootstrap/print/_print.scss */

  .table {
    border-collapse: collapse;
  }

  /* line 122, resources/assets/styles/vendor/amp-bootstrap/print/_print.scss */

  .table td,
  .table th {
    background: #fff;
  }

  /* line 129, resources/assets/styles/vendor/amp-bootstrap/print/_print.scss */

  .table-brd th,
  .table-brd td {
    border: 1px solid #dee2e6;
  }

  /* line 135, resources/assets/styles/vendor/amp-bootstrap/print/_print.scss */

  .table-dark {
    color: inherit;
  }

  /* line 138, resources/assets/styles/vendor/amp-bootstrap/print/_print.scss */

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  /* line 146, resources/assets/styles/vendor/amp-bootstrap/print/_print.scss */

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/** Import theme styles */

/* line 1, resources/assets/styles/common/_global.scss */

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 160%;
  background: #fbfbfb;
  color: #2a2a2a;
  font-weight: 500;
}

/* line 15, resources/assets/styles/common/_global.scss */

body .w-full {
  margin: 32px calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

/* line 22, resources/assets/styles/common/_global.scss */

figure {
  width: 100%;
  max-width: 100%;
}

/* line 27, resources/assets/styles/common/_global.scss */

a amp-img {
  max-width: 100%;
}

/* line 31, resources/assets/styles/common/_global.scss */

#amp-user-notification1[hidden] + .cookies-gap {
  display: none;
}

/* line 1, resources/assets/styles/common/_typography.scss */

.block-title {
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 140%;
  text-transform: uppercase;
  margin: 0 0 25px 0;
}

/* line 9, resources/assets/styles/common/_typography.scss */

.block-title a {
  color: #2a2a2a;
}

/* line 14, resources/assets/styles/common/_typography.scss */

ul ul {
  padding: 0 0 0 7px;
}

/* line 2, resources/assets/styles/components/_cards.scss */

.multi-news-cards h3 {
  font-weight: bold;
  font-size: 16px;
  line-height: 120%;
  margin: 0 0 15px 0;
}

/* line 8, resources/assets/styles/components/_cards.scss */

.multi-news-cards h3 a {
  color: #2A2A2A;
}

@media (max-width: 46.24em) {
  /* line 15, resources/assets/styles/components/_cards.scss */

  .multi-news-cards .col-md-4:nth-child(-n+3) .multi-news-card > a {
    display: none;
  }
}

/* line 23, resources/assets/styles/components/_cards.scss */

.multi-news-cards amp-img {
  width: 100%;
}

@media (max-width: 46.24em) {
  /* line 28, resources/assets/styles/components/_cards.scss */

  .multi-news-cards.mt-5 {
    margin-top: 0;
  }
}

/* line 35, resources/assets/styles/components/_cards.scss */

.multi-news-card .bic_title_type {
  position: absolute;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  margin: 14px 0 0 10px;
  padding: 5px 8px;
  text-decoration: none;
  z-index: 1;
}

@media (max-width: 46.24em) {
  /* line 48, resources/assets/styles/components/_cards.scss */

  .mobile-small .bic_title_type {
    position: relative;
    margin: 14px 0 0 0;
  }
}

/* line 56, resources/assets/styles/components/_cards.scss */

.read_more {
  font-size: 14px;
}

/* line 60, resources/assets/styles/components/_cards.scss */

.card .multi-news-card {
  max-width: 255px;
  width: 100%;
}

/* line 64, resources/assets/styles/components/_cards.scss */

.card .multi-news-card img {
  width: 100%;
}

@media (max-width: 46.24em) {
  /* line 60, resources/assets/styles/components/_cards.scss */

  .card .multi-news-card {
    width: 100%;
    max-width: 100%;
  }
}

/* line 74, resources/assets/styles/components/_cards.scss */

.cat {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 140%;
  color: #2a2a2a;
}

/* line 80, resources/assets/styles/components/_cards.scss */

.cat .tpw_style1 {
  margin-left: 4px;
}

/* line 85, resources/assets/styles/components/_cards.scss */

.meta {
  position: relative;
  margin-bottom: 4px;
  font-size: 12px;
}

/* line 90, resources/assets/styles/components/_cards.scss */

.meta .date {
  color: #121212;
}

/* line 94, resources/assets/styles/components/_cards.scss */

.meta-separator {
  display: inline-block;
  margin: 0 10px;
  width: 1px;
  height: 8px;
  background: #121212;
}

/* line 102, resources/assets/styles/components/_cards.scss */

.meta .ago {
  color: #676767;
}

@media (max-width: 46.24em) {
  /* line 109, resources/assets/styles/components/_cards.scss */

  .single-news-card.mb-5 {
    margin-bottom: 1rem;
  }
}

@media (max-width: 46.24em) {
  /* line 117, resources/assets/styles/components/_cards.scss */

  .multi-news-cards .title,
  .youtube-list .title {
    height: auto;
  }
}

@media (max-width: 46.24em) {
  /* line 126, resources/assets/styles/components/_cards.scss */

  .single-news-card .meta + p {
    display: none;
  }
}

/* line 132, resources/assets/styles/components/_cards.scss */

.meta .tpw {
  display: none;
}

/* line 136, resources/assets/styles/components/_cards.scss */

span.tpw {
  font-weight: 800;
}

@media (max-width: 46.24em) {
  /* line 143, resources/assets/styles/components/_cards.scss */

  .mobile-small .multi-news-card:nth-child(-n+3) amp-img,
  .mobile-small .multi-news-card:nth-child(-n+3) .cat,
  .mobile-small .multi-news-card:nth-child(-n+3) .date {
    display: none;
  }

  /* line 149, resources/assets/styles/components/_cards.scss */

  .mobile-small .multi-news-card:nth-child(-n+3) h3 {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 5px;
  }

  /* line 155, resources/assets/styles/components/_cards.scss */

  .mobile-small .multi-news-card:nth-child(-n+3).mb-5 {
    margin-bottom: 2rem;
  }

  /* line 163, resources/assets/styles/components/_cards.scss */

  .mobile-small .multi-news-card:nth-child(-n+3) .meta .tpw {
    display: inline-block;
  }

  /* line 169, resources/assets/styles/components/_cards.scss */

  .mobile-small .multi-news-card:nth-child(-n+2).mb-5 {
    margin-bottom: 0;
  }
}

/* line 176, resources/assets/styles/components/_cards.scss */

.i-amphtml-intrinsic-sizer {
  width: 100%;
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  /* line 184, resources/assets/styles/components/_cards.scss */

  .card .multi-news-card {
    max-width: 210px;
  }

  /* line 188, resources/assets/styles/components/_cards.scss */

  .sidebar-telegram {
    padding-left: 10px !important;
    margin-left: 20px !important;
  }

  /* line 193, resources/assets/styles/components/_cards.scss */

  .subscribe-bl-home form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  /* line 197, resources/assets/styles/components/_cards.scss */

  .subscribe-bl-home .amp-optin-form-wrapper .optin-msg,
  .subscribe-bl-home .amp-optin-form-wrapper fieldset {
    width: 100% !important;
  }

  /* line 202, resources/assets/styles/components/_cards.scss */

  .single .content {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 207, resources/assets/styles/components/_cards.scss */

  .single .content .col-lg-9,
  .single .content .col-lg-3 {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  /* line 214, resources/assets/styles/components/_cards.scss */

  .single .content .sidebar {
    padding-left: 125px;
    padding-right: 35px;
  }

  /* line 219, resources/assets/styles/components/_cards.scss */

  .single .content .telegram-right-block {
    max-width: 400px;
    margin: 0 auto 40px auto;
  }
}

/* line 1, resources/assets/styles/components/_buttons.scss */

[role="button"],
button {
  outline: none;
}

/* line 4, resources/assets/styles/components/_buttons.scss */

[role="button"]:focus,
button:focus,
[role="button"]:active,
button:active,
[role="button"]:hover,
button:hover {
  outline: none;
}

/* line 15, resources/assets/styles/components/_buttons.scss */

button {
  outline: none;
}

/* line 2, resources/assets/styles/components/_forms.scss */

.wpcf7 label {
  font-size: 11px;
  color: #555;
  letter-spacing: .5px;
  text-transform: uppercase;
  line-height: 1;
}

/* line 10, resources/assets/styles/components/_forms.scss */

.wpcf7 input,
.wpcf7 textarea {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 16, resources/assets/styles/components/_forms.scss */

.wpcf7-text {
  color: #111;
  width: 240px;
}

/* line 21, resources/assets/styles/components/_forms.scss */

.wpcf7-form-control {
  padding: 10px 9px;
  border-radius: 2px;
  border: 1px solid #ccc;
  font-size: 14px;
}

/* line 28, resources/assets/styles/components/_forms.scss */

.wpcf7-form-control-wrap span {
  color: red;
  position: absolute;
  width: 100%;
  bottom: -23px;
  left: 0;
  font-size: 9px;
}

/* line 39, resources/assets/styles/components/_forms.scss */

.wpcf7 p {
  margin-bottom: 15px;
}

/* line 43, resources/assets/styles/components/_forms.scss */

.wpcf7-submit,
.wpcf7 a.ampforwp-cf7-prvs {
  background: #333;
  border: 0;
  font-size: 11px;
  padding: 15px 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  color: #fff;
  -webkit-box-shadow: 2px 3px 6px rgba(102, 102, 102, 0.33);
          box-shadow: 2px 3px 6px rgba(102, 102, 102, 0.33);
}

/* line 56, resources/assets/styles/components/_forms.scss */

.subscribe-bl-home {
  margin: 90px 0;
  border: 1px solid #140fe2;
  line-height: 140%;
}

/* line 61, resources/assets/styles/components/_forms.scss */

.subscribe-bl-home .amp-optin-form-wrapper {
  width: 100%;
  margin: 0;
  background: none;
  padding: 0;
}

/* line 67, resources/assets/styles/components/_forms.scss */

.subscribe-bl-home .amp-optin-form-wrapper .optin-msg {
  width: 50%;
  margin: 25px 40px;
  padding-left: 100px;
  background: url(/wp-content/themes/beincrypto-new/dist/images/email_1.svg) left top no-repeat;
}

@media (max-width: 61.24em) {
  /* line 67, resources/assets/styles/components/_forms.scss */

  .subscribe-bl-home .amp-optin-form-wrapper .optin-msg {
    width: 100%;
  }
}

@media (max-width: 46.24em) {
  /* line 67, resources/assets/styles/components/_forms.scss */

  .subscribe-bl-home .amp-optin-form-wrapper .optin-msg {
    padding-left: 0;
    padding-top: 70px;
    margin: 30px 20px 20px 20px;
    width: auto;
    background-size: 20%;
  }
}

/* line 86, resources/assets/styles/components/_forms.scss */

.subscribe-bl-home .amp-optin-form-wrapper .optin-headline-title {
  font-weight: 800;
  font-size: 32px;
  text-transform: uppercase;
  color: #140fe2;
  line-height: 140%;
}

@media (max-width: 46.24em) {
  /* line 86, resources/assets/styles/components/_forms.scss */

  .subscribe-bl-home .amp-optin-form-wrapper .optin-headline-title {
    font-size: 24px;
  }
}

/* line 98, resources/assets/styles/components/_forms.scss */

.subscribe-bl-home .amp-optin-form-wrapper .optin-description {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #140fe2;
  line-height: 140%;
}

@media (max-width: 46.24em) {
  /* line 98, resources/assets/styles/components/_forms.scss */

  .subscribe-bl-home .amp-optin-form-wrapper .optin-description {
    font-size: 14px;
  }
}

/* line 110, resources/assets/styles/components/_forms.scss */

.subscribe-bl-home .amp-optin-form-wrapper fieldset {
  background: #140fe208;
  width: 50%;
  padding: 6% 40px;
  border: 0;
  margin: 0;
}

/* line 117, resources/assets/styles/components/_forms.scss */

.subscribe-bl-home .amp-optin-form-wrapper fieldset::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.5px;
  background: #140fe2;
  margin-top: 10px;
}

@media (max-width: 61.24em) {
  /* line 110, resources/assets/styles/components/_forms.scss */

  .subscribe-bl-home .amp-optin-form-wrapper fieldset {
    width: 100%;
  }
}

@media (max-width: 46.24em) {
  /* line 110, resources/assets/styles/components/_forms.scss */

  .subscribe-bl-home .amp-optin-form-wrapper fieldset {
    width: 100%;
  }
}

/* line 135, resources/assets/styles/components/_forms.scss */

.subscribe-bl-home .amp-optin-form-wrapper input {
  font-size: 16px;
  width: 50%;
  border: none;
  background: none;
  outline: none;
  margin: 0;
}

/* line 143, resources/assets/styles/components/_forms.scss */

.subscribe-bl-home .amp-optin-form-wrapper input::-webkit-input-placeholder {
  font-size: 20px;
  color: rgba(20, 15, 226, 0.5);
}

.subscribe-bl-home .amp-optin-form-wrapper input::-moz-placeholder {
  font-size: 20px;
  color: rgba(20, 15, 226, 0.5);
}

.subscribe-bl-home .amp-optin-form-wrapper input::-ms-input-placeholder {
  font-size: 20px;
  color: rgba(20, 15, 226, 0.5);
}

.subscribe-bl-home .amp-optin-form-wrapper input::placeholder {
  font-size: 20px;
  color: rgba(20, 15, 226, 0.5);
}

@media (max-width: 46.24em) {
  /* line 135, resources/assets/styles/components/_forms.scss */

  .subscribe-bl-home .amp-optin-form-wrapper input {
    width: 100%;
    border-bottom: 1px solid #140fe2;
    margin-bottom: 22px;
  }
}

/* line 155, resources/assets/styles/components/_forms.scss */

.subscribe-bl-home .amp-optin-form-wrapper input:not(.form-submit) {
  padding: 0;
  height: 40px;
  font-size: 20px;
}

@media (max-width: 46.24em) {
  /* line 155, resources/assets/styles/components/_forms.scss */

  .subscribe-bl-home .amp-optin-form-wrapper input:not(.form-submit) {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* line 165, resources/assets/styles/components/_forms.scss */

.subscribe-bl-home .amp-optin-form-wrapper .form-submit {
  background: #140fe2;
  border-radius: 0;
  width: auto;
  padding: 10px 40px;
  color: #fff;
  float: right;
}

@media (max-width: 46.24em) {
  /* line 165, resources/assets/styles/components/_forms.scss */

  .subscribe-bl-home .amp-optin-form-wrapper .form-submit {
    width: 100%;
  }
}

/* line 179, resources/assets/styles/components/_forms.scss */

.subscribe-bl-home form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 61.24em) {
  /* line 179, resources/assets/styles/components/_forms.scss */

  .subscribe-bl-home form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 46.24em) {
  /* line 179, resources/assets/styles/components/_forms.scss */

  .subscribe-bl-home form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* line 192, resources/assets/styles/components/_forms.scss */

.lp-bottom-block {
  border-top: 3px solid #85c808;
  padding: 25px 0;
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

@media (max-width: 46.24em) {
  /* line 192, resources/assets/styles/components/_forms.scss */

  .lp-bottom-block {
    margin: 0 -15px;
  }
}

/* line 203, resources/assets/styles/components/_forms.scss */

.lp-bottom-block .lp-bottom-block-wrapper {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 46.24em) {
  /* line 203, resources/assets/styles/components/_forms.scss */

  .lp-bottom-block .lp-bottom-block-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* line 213, resources/assets/styles/components/_forms.scss */

.lp-bottom-block .lp-bottom-block-wrapper > div {
  width: 100%;
}

/* line 216, resources/assets/styles/components/_forms.scss */

.lp-bottom-block .lp-bottom-block-wrapper > div:last-child {
  text-align: right;
}

@media (max-width: 46.24em) {
  /* line 216, resources/assets/styles/components/_forms.scss */

  .lp-bottom-block .lp-bottom-block-wrapper > div:last-child {
    text-align: center;
  }
}

/* line 226, resources/assets/styles/components/_forms.scss */

.lp-bottom-block strong {
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #333;
}

/* line 233, resources/assets/styles/components/_forms.scss */

.lp-bottom-block p {
  font-size: 14px;
  line-height: 19px;
  color: #333;
  margin: 0;
  white-space: nowrap;
}

@media (max-width: 46.24em) {
  /* line 233, resources/assets/styles/components/_forms.scss */

  .lp-bottom-block p {
    white-space: normal;
    margin-bottom: 20px;
  }
}

/* line 246, resources/assets/styles/components/_forms.scss */

.lp-bottom-block .btnl.btnl-g {
  background: #85c808;
  color: #fff;
  border: 1px solid #85c808;
}

/* line 252, resources/assets/styles/components/_forms.scss */

.lp-bottom-block .btnl {
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #333;
  border: 1px solid rgba(51, 51, 51, 0.3);
  background: #fff;
  display: inline-block;
  padding: 10px 20px;
}

/* line 266, resources/assets/styles/components/_forms.scss */

.lrm-form {
  padding: 0.5em 1.4em 0.1em;
  margin: 0;
}

/* line 270, resources/assets/styles/components/_forms.scss */

.lrm-form .full-width {
  width: 100%;
}

/* line 273, resources/assets/styles/components/_forms.scss */

.lrm-form .fieldset {
  position: relative;
  margin-bottom: 1.4rem;
}

/* line 280, resources/assets/styles/components/_forms.scss */

.lrm-form input.has-padding,
.lrm-form select.has-padding {
  padding: 12px 20px 12px 50px;
}

/* line 285, resources/assets/styles/components/_forms.scss */

.lrm-form button[type=submit] {
  font-size: 20px;
  padding: 10px 5px;
  background-color: #111;
  color: #fff;
  border: none;
  border-radius: 4px;
}

/* line 294, resources/assets/styles/components/_forms.scss */

.lrm-form .lrm-ficon-mail {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(/wp-content/themes/beincrypto-new/dist/images/f-cd-icon-email.svg);
  top: 0;
  left: 15px;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* line 308, resources/assets/styles/components/_forms.scss */

.lrm-form .lrm-ficon-key {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(/wp-content/themes/beincrypto-new/dist/images/f-cd-icon-password.svg);
  top: 0;
  left: 15px;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* line 322, resources/assets/styles/components/_forms.scss */

.lrm-form .lrm-close-form {
  border: none;
  outline: none;
  cursor: pointer;
}

/* line 327, resources/assets/styles/components/_forms.scss */

.lrm-form .lrm-close-formfocus {
  outline: none;
}

/* line 333, resources/assets/styles/components/_forms.scss */

.fg-link {
  text-align: center;
  cursor: pointer;
}

/* line 337, resources/assets/styles/components/_forms.scss */

.fg-link:active,
.fg-link:focus,
.fg-link:hover {
  outline: none;
}

/* line 345, resources/assets/styles/components/_forms.scss */

#bic-login-form .bic-login-form-wpapper {
  background: #fff;
  width: 500px;
  margin: 5% auto;
  border-radius: 5px;
}

@media (max-width: 46.24em) {
  /* line 345, resources/assets/styles/components/_forms.scss */

  #bic-login-form .bic-login-form-wpapper {
    width: 95%;
    margin: 20% auto;
  }
}

/* line 357, resources/assets/styles/components/_forms.scss */

#bic-login-form amp-selector[role=tablist].tabs-with-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 361, resources/assets/styles/components/_forms.scss */

#bic-login-form amp-selector[role=tablist].tabs-with-flex [option] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  padding: 0.5rem;
  font-size: 20px;
  font-weight: bold;
  color: rgba(51, 51, 51, 0.3);
  outline: none;
}

/* line 370, resources/assets/styles/components/_forms.scss */

#bic-login-form amp-selector[role=tablist].tabs-with-flex [option][selected] {
  outline: none;
  border-bottom: 2px solid #333;
  color: #333;
}

/* line 375, resources/assets/styles/components/_forms.scss */

#bic-login-form amp-selector[role=tablist].tabs-with-flex [option][selected] + [role=tabpanel] {
  display: block;
}

/* line 381, resources/assets/styles/components/_forms.scss */

#bic-login-form amp-selector[role=tablist].tabs-with-flex [role=tabpanel] {
  display: none;
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 5px 5px 20px 5px;
}

/* line 389, resources/assets/styles/components/_forms.scss */

#bic-login-form .lrm-ficon-login span:before {
  background: url(/wp-content/themes/beincrypto-new/dist/images/f-login.png) left center no-repeat;
  background-size: contain;
}

/* line 394, resources/assets/styles/components/_forms.scss */

#bic-login-form .lrm-ficon-register span:before {
  background: url(/wp-content/themes/beincrypto-new/dist/images/f-user.png);
  background-size: contain;
}

/* line 399, resources/assets/styles/components/_forms.scss */

#bic-login-form .lrm-ficon-login span:before,
#bic-login-form .bic-login-form-wpapper .lrm-ficon-register span:before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-bottom: -3px;
  margin-right: 5px;
}

/* line 411, resources/assets/styles/components/_forms.scss */

.s-form__inner {
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 800px;
  position: relative;
}

@media (max-width: 46.24em) {
  /* line 411, resources/assets/styles/components/_forms.scss */

  .s-form__inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* line 427, resources/assets/styles/components/_forms.scss */

.s-form input[type="text"] {
  outline: none;
  padding: 10px 0 10px 30px;
  background: url(/wp-content/themes/beincrypto-new/dist/images/ico_search2_w.svg) left center no-repeat;
  border: none;
  border-bottom: 1px solid gba(238, 238, 238, 0.3);
  color: #FFC700;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 14px;
}

/* line 440, resources/assets/styles/components/_forms.scss */

.s-form input[type="text"]:active[type="submit"],
.s-form input[type="text"]:focus .s-form input[type="text"][type="submit"] {
  display: block;
}

/* line 446, resources/assets/styles/components/_forms.scss */

.s-form input[type="submit"] {
  display: none;
  background: rgba(255, 255, 255, 0.03);
  border: none;
  color: #ffffff;
  padding: 0 10px;
  margin-left: 5px;
  font-size: 14px;
}

/* line 460, resources/assets/styles/components/_forms.scss */

.amp-wp-default-form-message p small {
  display: none;
}

/* line 1, resources/assets/styles/components/_lightbox.scss */

#bic-login-form {
  background: rgba(0, 0, 0, 0.9);
}

/* line 5, resources/assets/styles/components/_lightbox.scss */

.lrm-close-form {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: 0;
  background: url(/wp-content/themes/beincrypto-new/dist/images/f-cd-icon-close.svg) no-repeat center center;
  text-indent: 100%;
}

/* line 15, resources/assets/styles/components/_lightbox.scss */

#amp-user-notification1 {
  background: #000000;
  font-weight: normal;
  line-height: 140%;
  font-weight: 500;
  color: #FFFFFF;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 30px;
}

@media (max-width: 46.24em) {
  /* line 15, resources/assets/styles/components/_lightbox.scss */

  #amp-user-notification1 {
    top: 0;
    bottom: auto;
    width: 100%;
  }
}

/* line 30, resources/assets/styles/components/_lightbox.scss */

#amp-user-notification1 a {
  font-weight: bold;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.02em;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #FFC700;
}

@media (max-width: 46.24em) {
  /* line 30, resources/assets/styles/components/_lightbox.scss */

  #amp-user-notification1 a {
    display: block;
  }
}

/* line 41, resources/assets/styles/components/_lightbox.scss */

#amp-user-notification1 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

/* line 45, resources/assets/styles/components/_lightbox.scss */

#amp-user-notification1 .wrap > div:first-child {
  -ms-flex-item-align: center;
      align-self: center;
}

@media (max-width: 46.24em) {
  /* line 41, resources/assets/styles/components/_lightbox.scss */

  #amp-user-notification1 .wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* line 51, resources/assets/styles/components/_lightbox.scss */

#amp-user-notification1 .wrap p {
  margin: 0;
  font-size: 10px;
  padding: 6px 12px;
  line-height: 140%;
}

/* line 57, resources/assets/styles/components/_lightbox.scss */

#amp-user-notification1 .wrap button {
  background: #2a2a2a;
  border: none;
  color: #fff;
  padding: 10px 18px;
  font-size: 13px;
  position: relative;
  margin-left: 6px;
  margin-right: 53px;
  height: 100%;
  white-space: nowrap;
}

/* line 68, resources/assets/styles/components/_lightbox.scss */

#amp-user-notification1 .wrap button::after {
  content: '';
  display: block;
  background: #000000;
  width: 24px;
  height: 24px;
  background: url(/wp-content/themes/beincrypto-new/dist/images/ico_cookie_close.svg) no-repeat center;
  top: 50%;
  right: -40px;
  position: absolute;
  margin-top: -12px;
}

/* line 83, resources/assets/styles/components/_lightbox.scss */

#searchform {
  background: #000;
  position: absolute;
  top: 0;
  height: 100vh;
  width: 100%;
  max-width: 100%;
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

/* line 92, resources/assets/styles/components/_lightbox.scss */

#searchform #s {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  height: 40px;
  line-height: 36px;
  outline: 0;
  margin: 8px 0;
  padding: 0;
  text-align: left;
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid;
  background: url("/wp-content/themes/beincrypto-new/dist/images/ico_search2_w.svg");
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 35px;
}

/* line 112, resources/assets/styles/components/_lightbox.scss */

#searchform #s::-webkit-input-placeholder {
  font-size: 14px;
  color: #fff;
}

#searchform #s::-moz-placeholder {
  font-size: 14px;
  color: #fff;
}

#searchform #s::-ms-input-placeholder {
  font-size: 14px;
  color: #fff;
}

#searchform #s::placeholder {
  font-size: 14px;
  color: #fff;
}

/* line 118, resources/assets/styles/components/_lightbox.scss */

#searchform label {
  color: #f7f7f7;
  display: block;
  font-size: 10px;
  letter-spacing: 0.3px;
  line-height: 0;
  opacity: 0.6;
}

/* line 127, resources/assets/styles/components/_lightbox.scss */

#searchform input {
  font-family: Montserrat, sans-serif;
  background: transparent;
  border: 1px solid #666;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.3px;
  padding: 20px 0 20px 30px;
  margin-top: 15px;
  width: 100%;
}

/* line 142, resources/assets/styles/components/_lightbox.scss */

.closebutton {
  position: absolute;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  width: 19px;
  height: 19px;
  top: 82px;
  right: 0;
  outline: none;
  padding: 0;
}

/* line 156, resources/assets/styles/components/_lightbox.scss */

.closebutton::before,
.closebutton::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background: #fff;
}

/* line 166, resources/assets/styles/components/_lightbox.scss */

.closebutton::before {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 170, resources/assets/styles/components/_lightbox.scss */

.closebutton::after {
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (max-width: 46.24em) {
  /* line 142, resources/assets/styles/components/_lightbox.scss */

  .closebutton {
    right: 15px;
  }
}

/* line 178, resources/assets/styles/components/_lightbox.scss */

.amp-lightbox-gallery-caption {
  background: rgba(0, 0, 0, 0.5);
}

/* line 1, resources/assets/styles/components/popup.scss */

body #custom-popup-id-1.amp-active {
  background: rgba(240, 240, 240, 0.83);
  border-color: #242323b3;
  z-index: 10000;
  height: -webkit-fill-available;
  height: -moz-fill-available;
  top: 0;
  visibility: hidden;
}

/* line 11, resources/assets/styles/components/popup.scss */

body #custom-popup-id-1.amp-user-notification.amp-active {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-29.53%, rgba(255, 255, 255, 0)), to(#FFFFFF)) !important;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) -29.53%, #FFFFFF 100%) !important;
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) -29.53%, #FFFFFF 100%) !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) -29.53%, #FFFFFF 100%) !important;
}

/* line 15, resources/assets/styles/components/popup.scss */

.afwp {
  position: fixed;
  -webkit-overflow-scrolling: touch;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100% !important;
  margin: 0 auto;
}

/* line 28, resources/assets/styles/components/popup.scss */

.afwp::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-29.53%, rgba(255, 255, 255, 0)), to(#FFFFFF));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) -29.53%, #FFFFFF 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) -29.53%, #FFFFFF 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) -29.53%, #FFFFFF 100%);
}

/* line 37, resources/assets/styles/components/popup.scss */

#custom-popup-id-1 .apf {
  background: #F3DE4C;
  border-radius: 0;
  width: 460px;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: auto;
}

/* line 46, resources/assets/styles/components/popup.scss */

#custom-popup-id-1 .afmpc {
  padding: 24px 60px;
}

/* line 50, resources/assets/styles/components/popup.scss */

#custom-popup-id-1 p {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  max-width: 360px;
  margin: 0 auto 0 auto;
  color: #2A2A2A;
  font-weight: 500;
  font-size: 16px;
}

/* line 60, resources/assets/styles/components/popup.scss */

#custom-popup-id-1 .apft {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #121212;
  margin-right: 0;
  margin-top: 35px;
}

/* line 72, resources/assets/styles/components/popup.scss */

#custom-popup-id-1 .afwp .amp-optin-form-wrapper form {
  margin: 0;
}

/* line 76, resources/assets/styles/components/popup.scss */

.afwp .amp-optin-form-wrapper {
  margin: 0 auto;
  width: 100%;
  background: none;
  padding: 0;
}

/* line 83, resources/assets/styles/components/popup.scss */

#custom-popup-id-1 .amp-optin-form-wrapper input[type="email"] {
  width: 100%;
  border: none;
  border-bottom: 1px solid;
  background: transparent;
  outline: none;
  margin-top: 20px;
  padding: 4px 0;
}

/* line 92, resources/assets/styles/components/popup.scss */

#custom-popup-id-1 .amp-optin-form-wrapper input[type="email"]::-webkit-input-placeholder {
  color: #121212;
}

#custom-popup-id-1 .amp-optin-form-wrapper input[type="email"]::-moz-placeholder {
  color: #121212;
}

#custom-popup-id-1 .amp-optin-form-wrapper input[type="email"]::-ms-input-placeholder {
  color: #121212;
}

#custom-popup-id-1 .amp-optin-form-wrapper input[type="email"]::placeholder {
  color: #121212;
}

/* line 97, resources/assets/styles/components/popup.scss */

#custom-popup-id-1 amp-img {
  margin-bottom: 8px;
}

/* line 101, resources/assets/styles/components/popup.scss */

#custom-popup-id-1 .afwp .amp-optin-form-wrapper .form-submit {
  border-radius: 0;
  outline: none;
  margin: 8px 0 17px 0;
  font-size: 16px;
}

/* line 108, resources/assets/styles/components/popup.scss */

.afwp .amp-optin-form-wrapper .form-submit {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  padding: 10px 5px;
  background-color: #111111;
  color: #ffffff;
  border-radius: 4px;
}

/* line 117, resources/assets/styles/components/popup.scss */

.amp-optin-form-wrapper .form-submit {
  color: #ffffff;
  padding: 10px;
  width: 100%;
  border: 0;
  margin: 5px 0 0 0;
}

/* line 125, resources/assets/styles/components/popup.scss */

#custom-popup-id-1 button.bc-b {
  font-family: "Montserrat" ,sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  margin: 0 auto 0 auto;
  color: #867920;
  background: transparent;
  padding: 0;
  border: none;
}

/* line 137, resources/assets/styles/components/popup.scss */

#custom-popup-id-1 .apf {
  background: #F3DE4C;
  border-radius: 0;
  width: 460px;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 145, resources/assets/styles/components/popup.scss */

.amp-popup__default .afwp .apf {
  background: #fff;
  -webkit-box-shadow: 0 0 60px 0 #d0d0d0;
          box-shadow: 0 0 60px 0 #d0d0d0;
  border-radius: 10px;
  padding: 10px 15px;
}

/* line 152, resources/assets/styles/components/popup.scss */

.afwp .apf {
  position: relative;
  overflow-y: auto;
  max-height: 90vh;
}

/* line 158, resources/assets/styles/components/popup.scss */

.afwp .apcb {
  border-radius: 0;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0;
  width: 15px;
  height: 15px;
  background: url(/wp-content/plugins/amp-beincrypto-theme/template/img/ico_close.svg) center no-repeat;
}

/* line 1, resources/assets/styles/components/author.scss */

.author {
  font-family: Montserrat, sans-serif;
}

/* line 4, resources/assets/styles/components/author.scss */

.author .latest-art-block > h2 {
  font-size: 16px;
  text-transform: uppercase;
  color: #333333;
  font-weight: normal;
  margin: 30px 0;
}

/* line 12, resources/assets/styles/components/author.scss */

.author .title h3 {
  font-size: 18px;
  font-weight: 900;
}

/* line 17, resources/assets/styles/components/author.scss */

.author-photo {
  margin-right: 16px;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  width: 48px;
  height: 48px;
  border: 1px solid #676767;
  padding: 3px;
}

/* line 27, resources/assets/styles/components/author.scss */

.author-photo img {
  width: 100%;
  border-radius: 50%;
}

/* line 33, resources/assets/styles/components/author.scss */

.author-avatar {
  margin-right: 25px;
  width: 150px;
  min-width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
}

/* line 41, resources/assets/styles/components/author.scss */

.author-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

/* line 48, resources/assets/styles/components/author.scss */

.author-dsc {
  font-size: 12px;
  letter-spacing: 0.02em;
  border-top: 1px solid #EEEEEE;
  padding-top: 8px;
  margin: 18px 0 0 0;
}

/* line 56, resources/assets/styles/components/author.scss */

.author h4 {
  font-weight: 800;
  font-size: 16px;
  line-height: 140%;
  text-transform: uppercase;
  display: inline-block;
}

/* line 64, resources/assets/styles/components/author.scss */

.author .ab-l-more {
  display: block;
  text-decoration: none;
  font-size: 14px;
  line-height: 140%;
  border-bottom: 1px solid #2a2a2a;
  padding-bottom: 8px;
  background: url(/wp-content/themes/beincrypto-new/dist/images/icons-soc/arr_1m.svg) 99% center no-repeat;
}

/* line 77, resources/assets/styles/components/author.scss */

.sc-twitter::before {
  background-image: url(/wp-content/themes/beincrypto-new/dist/images/icons-soc/s_twitter.svg);
}

/* line 83, resources/assets/styles/components/author.scss */

.sc-linkedin::before {
  background-image: url(/wp-content/themes/beincrypto-new/dist/images/icons-soc/s_linkedin.svg);
}

/* line 89, resources/assets/styles/components/author.scss */

.sc-email::before {
  background-image: url(/wp-content/themes/beincrypto-new/dist/images/icons-soc/s_email.svg);
}

/* line 95, resources/assets/styles/components/author.scss */

.sc-facebook::before {
  background-image: url(/wp-content/themes/beincrypto-new/dist/images/icons-soc/s_facebook.svg);
}

/* line 101, resources/assets/styles/components/author.scss */

.sc-instagram::before {
  background-image: url(/wp-content/themes/beincrypto-new/dist/images/icons-soc/s_instagram.svg);
}

/* line 107, resources/assets/styles/components/author.scss */

.sc-youtube::before {
  background-image: url(/wp-content/themes/beincrypto-new/dist/images/icons-soc/s_youtube.svg);
}

/* line 114, resources/assets/styles/components/author.scss */

.sci.dsbl {
  cursor: not-allowed;
}

/* line 117, resources/assets/styles/components/author.scss */

.sci.dsbl::before {
  opacity: 0.3;
  cursor: not-allowed;
}

/* line 126, resources/assets/styles/components/author.scss */

.authors-posts .multi-news-card h3 {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */

/** Media alignment */

/* line 7, resources/assets/styles/components/_wp-classes.scss */

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

/* line 14, resources/assets/styles/components/_wp-classes.scss */

.aligncenter {
  display: block;
  margin: 0.5rem auto;
  height: auto;
}

/* line 20, resources/assets/styles/components/_wp-classes.scss */

.alignleft,
.alignright {
  margin-bottom: 0.5rem;
  height: auto;
}

@media (min-width: 30rem) {
  /* line 27, resources/assets/styles/components/_wp-classes.scss */

  .alignleft {
    float: left;
    margin-right: 0.5rem;
  }

  /* line 32, resources/assets/styles/components/_wp-classes.scss */

  .alignright {
    float: right;
    margin-left: 0.5rem;
  }
}

/** Captions */

/** Text meant only for screen readers */

/* line 45, resources/assets/styles/components/_wp-classes.scss */

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  color: #000;
  background: #fff;
}

/* line 1, resources/assets/styles/components/_meta.scss */

.meta {
  position: relative;
  margin-bottom: 5px;
  font-size: 12px;
  display: block;
}

/* line 7, resources/assets/styles/components/_meta.scss */

.meta .date {
  color: #121212;
  float: left;
}

/* line 12, resources/assets/styles/components/_meta.scss */

.meta-separator {
  display: inline-block;
  margin: 0 10px;
  width: 1px;
  height: 8px;
  background: #121212;
}

/* line 20, resources/assets/styles/components/_meta.scss */

.meta .ago {
  color: #676767;
  float: right;
}

/* line 26, resources/assets/styles/components/_meta.scss */

.bic_title_type {
  font-size: 56px;
  background: #FF5252;
  line-height: 120%;
  letter-spacing: -0.02em;
  font-weight: 300;
  color: #FFFFFF;
  padding: 0px 10px;
  text-transform: uppercase;
}

@media (max-width: 46.24em) {
  /* line 26, resources/assets/styles/components/_meta.scss */

  .bic_title_type {
    font-size: 28px;
  }
}

/* line 1, resources/assets/styles/components/_lang.scss */

.divd {
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, 0.1);
  margin-right: 10px;
}

/* line 8, resources/assets/styles/components/_lang.scss */

.h-lang-current {
  width: 24px;
  height: 14px;
  outline: none;
}

/* line 14, resources/assets/styles/components/_lang.scss */

.h-lang-hrefs > div a {
  display: inline-block;
  padding-left: 32px;
  width: calc(50% - 32px);
  background-position: left center;
  margin-top: 25px;
}

/* line 22, resources/assets/styles/components/_lang.scss */

.flg {
  background-position: center;
  background-repeat: no-repeat;
}

/* line 26, resources/assets/styles/components/_lang.scss */

.flg.en-us {
  background-image: url(/wp-content/themes/beincrypto-new/dist/images/flags/usa.svg);
}

/* line 30, resources/assets/styles/components/_lang.scss */

.flg.es-es {
  background-image: url(/wp-content/themes/beincrypto-new/dist/images/flags/spain.svg);
}

/* line 34, resources/assets/styles/components/_lang.scss */

.flg.ru-ru {
  background-image: url(/wp-content/themes/beincrypto-new/dist/images/flags/russia.svg);
}

/* line 38, resources/assets/styles/components/_lang.scss */

.flg.tr-tr {
  background-image: url(/wp-content/themes/beincrypto-new/dist/images/flags/turkey.svg);
}

/* line 42, resources/assets/styles/components/_lang.scss */

.flg.ko-kr {
  background-image: url(/wp-content/themes/beincrypto-new/dist/images/flags/south-korea.svg);
}

/* line 46, resources/assets/styles/components/_lang.scss */

.flg.vi {
  background-image: url(/wp-content/themes/beincrypto-new/dist/images/flags/vietnam.svg);
}

/* line 50, resources/assets/styles/components/_lang.scss */

.flg.de-de {
  background-image: url(/wp-content/themes/beincrypto-new/dist/images/flags/germany.svg);
}

/* line 54, resources/assets/styles/components/_lang.scss */

.flg.pt-br {
  background-image: url(/wp-content/themes/beincrypto-new/dist/images/flags/brazil.svg);
}

/* line 58, resources/assets/styles/components/_lang.scss */

.flg.fr-fr {
  background-image: url(/wp-content/themes/beincrypto-new/dist/images/flags/france.svg);
}

/* line 62, resources/assets/styles/components/_lang.scss */

.flg.pl-pl {
  background-image: url(/wp-content/themes/beincrypto-new/dist/images/flags/poland.svg);
}

/* line 4, resources/assets/styles/components/_header-currencies-slider.scss */

.slider-wrap {
  height: 50px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

@media (max-width: 46.24em) {
  /* line 4, resources/assets/styles/components/_header-currencies-slider.scss */

  .slider-wrap {
    height: 40px;
  }
}

/* line 13, resources/assets/styles/components/_header-currencies-slider.scss */

.slider-wrap .coins-slider {
  width: 100%;
}

/* line 16, resources/assets/styles/components/_header-currencies-slider.scss */

.slider-wrap .coins-slider-link {
  display: block;
  height: 100%;
  font-weight: 500;
  font-size: 14px;
  text-align: right;
  background: url(/wp-content/themes/beincrypto-new/dist/images/arr_2.svg) center right no-repeat;
  padding-right: 25px;
  white-space: nowrap;
  text-decoration: none;
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #eee;
  line-height: 49px;
}

@media (max-width: 46.24em) {
  /* line 16, resources/assets/styles/components/_header-currencies-slider.scss */

  .slider-wrap .coins-slider-link {
    padding-left: 18px;
    margin-left: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100px;
    line-height: 39px;
  }
}

/* line 42, resources/assets/styles/components/_header-currencies-slider.scss */

.slider-wrap .coins-slider span {
  padding: 0 3px;
}

/* line 47, resources/assets/styles/components/_header-currencies-slider.scss */

.slider-wrap .amp-carousel-button {
  display: none;
}

/* line 51, resources/assets/styles/components/_header-currencies-slider.scss */

.slider-wrap .slides {
  font-size: 14px;
}

@media (max-width: 46.24em) {
  /* line 51, resources/assets/styles/components/_header-currencies-slider.scss */

  .slider-wrap .slides {
    font-size: 12px;
  }
}

/* line 58, resources/assets/styles/components/_header-currencies-slider.scss */

.slider-wrap .slides a {
  line-height: 1;
}

/* line 61, resources/assets/styles/components/_header-currencies-slider.scss */

.slider-wrap .slides a:hover {
  text-decoration: none;
}

/* line 68, resources/assets/styles/components/_header-currencies-slider.scss */

.slider-wrap .coin-symbol {
  font-weight: 800;
  text-transform: uppercase;
}

/* line 75, resources/assets/styles/components/_header-currencies-slider.scss */

.slider-wrap .p_percent.p_up {
  color: #34c700;
}

/* line 79, resources/assets/styles/components/_header-currencies-slider.scss */

.slider-wrap .p_percent.p_down {
  color: #ff4953;
}

/* line 2, resources/assets/styles/components/_helpers.scss */

.bt-1 {
  border-top: 1px solid #EEEEEE;
}

/* line 6, resources/assets/styles/components/_helpers.scss */

.bb-1 {
  border-bottom: 1px solid #EEEEEE;
}

/* line 10, resources/assets/styles/components/_helpers.scss */

.br-1 {
  border-right: 1px solid #EEEEEE;
}

/* line 14, resources/assets/styles/components/_helpers.scss */

.bl-1 {
  border-left: 1px solid #EEEEEE;
}

/* line 18, resources/assets/styles/components/_helpers.scss */

.bt-1 {
  border-top: 1px solid #EEEEEE;
}

/* line 22, resources/assets/styles/components/_helpers.scss */

.bt-1-l {
  border-top: 1px solid #eee;
}

/* line 26, resources/assets/styles/components/_helpers.scss */

.bb-1-l {
  border-bottom: 1px solid #eee;
}

/* line 30, resources/assets/styles/components/_helpers.scss */

.br-1-l {
  border-right: 1px solid #eee;
}

/* line 34, resources/assets/styles/components/_helpers.scss */

.bl-1-l {
  border-left: 1px solid #eee;
}

/* line 38, resources/assets/styles/components/_helpers.scss */

.bb-1-dark {
  border-bottom: 1px solid rgba(218, 218, 218, 0.2);
}

/* line 42, resources/assets/styles/components/_helpers.scss */

.bt-1-dark {
  border-top: 1px solid rgba(218, 218, 218, 0.2);
}

/* line 1, resources/assets/styles/components/_breadcrumbs.scss */

.breadcrumbs {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

@media (max-width: 46.24em) {
  /* line 1, resources/assets/styles/components/_breadcrumbs.scss */

  .breadcrumbs {
    font-size: 12px;
  }
}

/* line 11, resources/assets/styles/components/_breadcrumbs.scss */

.breadcrumbs .tpw {
  font-weight: 800;
}

/* line 1, resources/assets/styles/components/_paywall.scss */

#lp-bottom-msg {
  display: none;
}

/* line 5, resources/assets/styles/components/_paywall.scss */

.leaky_paywall_message_wrap {
  position: relative;
  width: 100%;
  margin: -5em auto 2em;
  padding: 6em 0 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(0.5em, rgba(255, 255, 255, 0.5)), color-stop(5.5em, #fff), to(#fff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 0.5em, #fff 5.5em, #fff 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 0.5em, #fff 5.5em, #fff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 0.5em, #fff 5.5em, #fff 100%);
}

/* line 13, resources/assets/styles/components/_paywall.scss */

.subcribe-contu {
  border: 2px solid #85c808;
  border-radius: 8px;
  background: #fff;
  padding: 10px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* line 22, resources/assets/styles/components/_paywall.scss */

.subcribe-contu a {
  text-decoration: none;
}

/* line 26, resources/assets/styles/components/_paywall.scss */

.subcribe-contu p {
  margin: 0;
  padding-right: 160px;
}

@media (max-width: 46.24em) {
  /* line 26, resources/assets/styles/components/_paywall.scss */

  .subcribe-contu p {
    padding-right: 0;
  }
}

/* line 35, resources/assets/styles/components/_paywall.scss */

.subcribe-contu h2 {
  margin: 0 0 15px 0;
  padding-right: 160px;
}

/* line 40, resources/assets/styles/components/_paywall.scss */

.subcribe-contu .btn {
  border: none;
  color: #fff;
  display: inline-block;
  padding: 13px 60px;
  font-weight: 500;
  font-size: 16px;
  background: #111;
  position: relative;
  z-index: 1;
  margin-right: 10px;
  margin-top: 10px;
  border-radius: 2px;
}

/* line 55, resources/assets/styles/components/_paywall.scss */

.subcribe-contu .btn-inverse {
  background: #85c808;
  color: #fff;
}

/* line 60, resources/assets/styles/components/_paywall.scss */

.subcribe-contu .phone-hand {
  position: absolute;
  bottom: -8px;
  right: 0;
  z-index: -1;
}

/* line 1, resources/assets/styles/components/_awsm-jobs.scss */

.awsm-jobs-single-title,
.entry-content.awsm-job-entry-content h2,
.awsm-job-form-inner h2 {
  font-size: 1.5em;
  margin: 0.83em 0 0.83em 0;
  font-weight: bold;
}

/* line 8, resources/assets/styles/components/_awsm-jobs.scss */

.entry-content.awsm-job-entry-content {
  padding: 0;
  margin: 0;
  font-size: 14px;
}

/* line 20, resources/assets/styles/components/_awsm-jobs.scss */

.awsm-job-form-inner h2 {
  margin: 0 0 30px;
}

/* line 27, resources/assets/styles/components/_awsm-jobs.scss */

#awsm-application-form input:not([type=submit]),
#awsm-application-form textarea,
#awsm-application-form input:not([type="checkbox"]) {
  display: inline-block;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  padding: 7px 14px;
  height: 40px;
  outline: none;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  width: 100%;
  max-width: 100%;
  -webkit-transition: .25s ease;
  -o-transition: .25s ease;
  transition: .25s ease;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 46, resources/assets/styles/components/_awsm-jobs.scss */

#awsm-application-form textarea {
  height: 90px;
}

/* line 50, resources/assets/styles/components/_awsm-jobs.scss */

#awsm-application-form input[type=file] {
  border: none;
  padding: 0;
}

/* line 55, resources/assets/styles/components/_awsm-jobs.scss */

#awsm-application-form input[type=submit] {
  width: auto;
  border: none;
  border-radius: 0;
  background: #000000;
  color: #fff;
  padding: 0 20px;
  line-height: 40px;
  height: 40px;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  outline: 0;
  -webkit-appearance: none;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

/* line 76, resources/assets/styles/components/_awsm-jobs.scss */

.awsm-job-form-group {
  margin-bottom: 20px;
}

/* line 79, resources/assets/styles/components/_awsm-jobs.scss */

.awsm-job-form-group label:not([for="awsm_form_privacy_policy"]) {
  display: block;
  margin-bottom: 10px;
}

/* line 84, resources/assets/styles/components/_awsm-jobs.scss */

.awsm-job-form-group label[for="awsm_form_privacy_policy"] {
  margin-left: 10px;
  margin-bottom: 0;
}

/* line 89, resources/assets/styles/components/_awsm-jobs.scss */

.awsm-job-form-group.awsm-job-inline-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 95, resources/assets/styles/components/_awsm-jobs.scss */

#awsm-application-form #awsm_form_privacy_policy {
  width: auto;
}

/* line 2, resources/assets/styles/components/_tags.scss */

.tags-list li {
  list-style: none;
}

/* line 5, resources/assets/styles/components/_tags.scss */

.tags-list li a {
  padding: 10px 20px;
  background: #fff;
  border: 1px solid #eee;
  display: inline-block;
  margin-right: 16px;
  font-weight: bold;
  font-size: 12px;
  margin-top: 16px;
}

/* line 18, resources/assets/styles/components/_tags.scss */

.tags-list .tag-list__title {
  font-weight: 900;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: inline-block;
}

/* line 26, resources/assets/styles/components/_tags.scss */

.tags-list h3 {
  font-weight: 900;
  font-size: 24px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

/* line 1, resources/assets/styles/components/_ad.scss */

.amp-ad-wrapper {
  line-height: 0;
}

/* line 4, resources/assets/styles/components/_ad.scss */

.amp-ad-wrapper p {
  margin-bottom: 0;
  text-align: center;
}

/* line 8, resources/assets/styles/components/_ad.scss */

.amp-ad-wrapper p br {
  display: none;
}

/* line 1, resources/assets/styles/components/notices.scss */

.notice {
  font-family: "Montserrat", sans-serif;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(83, 171, 89, 0.05)), to(rgba(83, 171, 89, 0.05))), #F4F4FA;
  background: -webkit-linear-gradient(bottom, rgba(83, 171, 89, 0.05), rgba(83, 171, 89, 0.05)), #F4F4FA;
  background: -o-linear-gradient(bottom, rgba(83, 171, 89, 0.05), rgba(83, 171, 89, 0.05)), #F4F4FA;
  background: linear-gradient(0deg, rgba(83, 171, 89, 0.05), rgba(83, 171, 89, 0.05)), #F4F4FA;
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  color: #53AB59;
  padding: 16px 42px;
}

@media (max-width: 46.24em) {
  /* line 1, resources/assets/styles/components/notices.scss */

  .notice {
    font-size: 10px;
    padding: 13px 16px;
  }
}

/* line 1, resources/assets/styles/layouts/_header.scss */

.banner {
  margin: 10px 0 24px 0;
}

@media (max-width: 46.24em) {
  /* line 1, resources/assets/styles/layouts/_header.scss */

  .banner {
    margin: 24px 0 8px 0;
  }
}

/* line 8, resources/assets/styles/layouts/_header.scss */

.banner .btn-search {
  display: block;
  background: url(/wp-content/themes/beincrypto-new/dist/images/ico_search2.svg) center no-repeat;
  border: none;
  height: 24px;
  width: 24px;
  cursor: pointer;
}

@media (max-width: 46.24em) {
  /* line 8, resources/assets/styles/layouts/_header.scss */

  .banner .btn-search {
    display: none;
  }
}

/* line 22, resources/assets/styles/layouts/_header.scss */

.top-header {
  position: relative;
  margin: 0 0 15px 0;
}

/* line 27, resources/assets/styles/layouts/_header.scss */

.hamburger {
  display: block;
  background: url(/wp-content/themes/beincrypto-new/dist/images/toast-menu.svg) center no-repeat;
  border: none;
  height: 14px;
  width: 20px;
  cursor: pointer;
}

@media (max-width: 46.24em) {
  /* line 36, resources/assets/styles/layouts/_header.scss */

  .menu-fast-links-container {
    height: 35px;
    overflow: hidden;
    padding: 11px 0;
  }
}

@media (max-width: 46.24em) {
  /* line 43, resources/assets/styles/layouts/_header.scss */

  .menu-fast-links-container #menu-fast-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: auto;
    padding-bottom: 10px;
  }
}

@media (max-width: 46.24em) {
  /* line 51, resources/assets/styles/layouts/_header.scss */

  .menu-fast-links-container #menu-fast-links li {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  /* line 55, resources/assets/styles/layouts/_header.scss */

  .menu-fast-links-container #menu-fast-links li:not(:last-child) {
    margin-right: 32px;
  }
}

/* line 65, resources/assets/styles/layouts/_header.scss */

.btn-subscribe {
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  text-align: center;
  text-transform: capitalize;
  color: #140fe2;
  background: #140fe208;
  white-space: nowrap;
  padding: 5px 20px;
  margin-right: 25px;
}

@media (max-width: 46.24em) {
  /* line 65, resources/assets/styles/layouts/_header.scss */

  .btn-subscribe {
    margin-right: 0;
  }
}

/* line 82, resources/assets/styles/layouts/_header.scss */

.btn-parners {
  background: rgba(20, 15, 226, 0.03);
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: #140FE2;
  padding: 5px 25px 5px 44px;
  margin-right: 27px;
}

/* line 91, resources/assets/styles/layouts/_header.scss */

.btn-parners__logo {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: 12px;
}

/* line 102, resources/assets/styles/layouts/_header.scss */

.btn-parners:hover {
  color: #fff;
  background: #140FE2;
  text-decoration: none;
}

/* line 110, resources/assets/styles/layouts/_header.scss */

.brand {
  display: block;
  position: absolute;
  width: 102px;
  height: 30px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: url(/wp-content/themes/beincrypto-new/dist/images/logo_desktop_old.svg) center center no-repeat;
  background-size: contain;
}

@media (max-width: 46.24em) {
  /* line 110, resources/assets/styles/layouts/_header.scss */

  .brand {
    right: auto;
    left: 37px;
    width: 90px;
  }
}

/* line 129, resources/assets/styles/layouts/_header.scss */

.user-avatar-block {
  position: relative;
  border-radius: 50%;
}

@media (max-width: 46.24em) {
  /* line 129, resources/assets/styles/layouts/_header.scss */

  .user-avatar-block {
    display: none;
  }
}

/* line 137, resources/assets/styles/layouts/_header.scss */

.user-avatar-block .avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: url(/wp-content/themes/beincrypto-new/dist/images/ico_user.svg) center center no-repeat;
}

/* line 144, resources/assets/styles/layouts/_header.scss */

.user-avatar-block .user-menu {
  font-size: 14px;
  position: absolute;
  width: 200px;
  left: -25px;
  top: 49px;
  padding: 0;
  background: white;
  list-style: none;
  border: 1px solid #dadada;
}

/* line 155, resources/assets/styles/layouts/_header.scss */

.user-avatar-block .user-menu li {
  padding: 10px;
}

/* line 158, resources/assets/styles/layouts/_header.scss */

.user-avatar-block .user-menu li:first-child {
  border-bottom: 1px solid #dadada;
}

/* line 164, resources/assets/styles/layouts/_header.scss */

.user-avatar-block .user-menu button.logout {
  border: 0;
}

/* line 171, resources/assets/styles/layouts/_header.scss */

.nav-primary {
  margin-bottom: 25px;
}

@media (max-width: 46.24em) {
  /* line 171, resources/assets/styles/layouts/_header.scss */

  .nav-primary {
    margin-bottom: 15px;
  }
}

/* line 178, resources/assets/styles/layouts/_header.scss */

.nav-primary .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 184, resources/assets/styles/layouts/_header.scss */

.nav-primary a {
  font-size: 14px;
  line-height: 120%;
  text-transform: capitalize;
}

@media (max-width: 768px) {
  /* line 192, resources/assets/styles/layouts/_header.scss */

  button.btn-search {
    display: none;
  }

  /* line 196, resources/assets/styles/layouts/_header.scss */

  button.btn-subscribe {
    margin-right: 0;
  }

  /* line 200, resources/assets/styles/layouts/_header.scss */

  .btn-parners {
    margin-right: 0;
  }

  /* line 204, resources/assets/styles/layouts/_header.scss */

  .brand {
    right: auto;
    left: 37px;
  }
}

@media (max-width: 46.24em) {
  /* line 210, resources/assets/styles/layouts/_header.scss */

  .h-login {
    position: absolute;
  }
}

/* line 2, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-m {
  background: #121212;
  width: 100%;
  max-width: 50%;
  color: white;
}

/* line 8, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-m .btn-subscribe {
  background: rgba(255, 255, 255, 0.03);
}

@media (max-width: 61.24em) {
  /* line 2, resources/assets/styles/layouts/_sidebar.scss */

  .sidebar-m {
    max-width: 100%;
  }
}

/* line 16, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-m a {
  color: #fff;
}

/* line 20, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-m .nav-close {
  min-width: 20px;
  height: 30px;
  background: url(/wp-content/themes/beincrypto-new/dist/images/ham_closed.svg) center center no-repeat;
  outline: none;
}

/* line 27, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-m .brand-white {
  width: 90px;
  height: 30px;
  left: 0;
  background: url(/wp-content/themes/beincrypto-new/dist/images/logo_desktop_d_old.svg) center center no-repeat;
  background-size: contain;
}

/* line 36, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-m .s-sign {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* line 40, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-m .user-wrap {
  width: calc(100% - 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 45, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-m .user-wrap a {
  margin-left: 1.5em;
  text-decoration: underline;
  text-underline-position: under;
  font-size: 14px;
  white-space: nowrap;
  color: #fff;
}

/* line 55, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-m .ava-wrap.user {
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #fff;
}

/* line 61, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-m .h-lang-hrefs {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* line 64, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-m .h-lang-hrefs.opened {
  display: block;
}

/* line 68, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-m .h-lang-hrefs strong {
  font-weight: 800;
  font-size: 10px;
}

/* line 74, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-m ul {
  list-style: none;
  padding-left: 0;
}

/* line 79, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-m li {
  margin-bottom: 15px;
  outline: none;
}

/* line 84, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-m li.menu-item-has-children.opened {
  background: rgba(255, 199, 0, 0.03) url(/wp-content/themes/beincrypto-new/dist/images/m_arr2.svg) right 5px no-repeat;
}

/* line 88, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-m li.opened a {
  color: #FFC700;
}

/* line 94, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-m li.menu-item-has-children {
  background: url(/wp-content/themes/beincrypto-new/dist/images/m_arr.svg) right 5px no-repeat;
}

/* line 99, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-m .opened .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 10px;
  padding-right: 15px;
}

/* line 107, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-m .sub-menu {
  display: none;
  margin-top: 15px;
}

/* line 112, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-m .h-menu-l-w-row {
  margin-top: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* line 117, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-m .logout {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  color: #fff;
}

/* line 1, resources/assets/styles/layouts/_footer.scss */

.f {
  background: #121212;
  padding: 50px 0 0 0;
  color: #fff;
}

@media (max-width: 46.24em) {
  /* line 1, resources/assets/styles/layouts/_footer.scss */

  .f {
    padding-top: 20px;
  }
}

/* line 10, resources/assets/styles/layouts/_footer.scss */

.f a {
  color: #fff;
}

/* line 14, resources/assets/styles/layouts/_footer.scss */

.f-t {
  border-bottom: 1px solid #dadada4d;
  margin-bottom: 64px;
}

@media (max-width: 46.24em) {
  /* line 14, resources/assets/styles/layouts/_footer.scss */

  .f-t {
    margin-bottom: 0;
  }
}

/* line 23, resources/assets/styles/layouts/_footer.scss */

.f-brand {
  max-width: 112px;
  height: 50px;
  background: url(/wp-content/themes/beincrypto-new/dist/images/logo_desktop_d_old.svg) center center no-repeat;
  background-size: contain;
}

@media (max-width: 46.24em) {
  /* line 30, resources/assets/styles/layouts/_footer.scss */

  .f .menu-footer-container {
    margin-top: 20px;
  }
}

/* line 36, resources/assets/styles/layouts/_footer.scss */

.f ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  height: 100%;
  font-size: 14px;
}

/* line 46, resources/assets/styles/layouts/_footer.scss */

.f ul li {
  line-height: 1;
}

/* line 50, resources/assets/styles/layouts/_footer.scss */

.f ul li:not(:last-child) {
  margin-bottom: 24px;
}

@media (max-width: 61.24em) {
  /* line 36, resources/assets/styles/layouts/_footer.scss */

  .f ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    display: block;
  }
}

@media (max-width: 46.24em) {
  /* line 36, resources/assets/styles/layouts/_footer.scss */

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

  /* line 63, resources/assets/styles/layouts/_footer.scss */

  .f ul li {
    width: 100%;
    margin-bottom: 15px;
  }
}

/* line 70, resources/assets/styles/layouts/_footer.scss */

.f-m {
  border-bottom: 1px solid #dadada4d;
  padding-bottom: 64px;
}

/* line 75, resources/assets/styles/layouts/_footer.scss */

.f .f-trust-project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  border: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 46.24em) {
  /* line 75, resources/assets/styles/layouts/_footer.scss */

  .f .f-trust-project {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 20px 0;
  }
}

/* line 88, resources/assets/styles/layouts/_footer.scss */

.f .f-trust-project .tr {
  background: url(/wp-content/themes/beincrypto-new/dist/images/trust_b_d.svg) left center no-repeat;
  height: 40px;
  width: 166px;
  padding-right: 24px;
  margin-right: 24px;
  position: relative;
}

/* line 96, resources/assets/styles/layouts/_footer.scss */

.f .f-trust-project .tr:after {
  position: absolute;
  content: "";
  width: 1px;
  background: rgba(218, 218, 218, 0.3);
  right: 0;
  height: 16px;
  bottom: 0;
  top: 0;
  margin: auto;
}

@media (max-width: 46.24em) {
  /* line 88, resources/assets/styles/layouts/_footer.scss */

  .f .f-trust-project .tr {
    height: 25px;
    background-position: left top;
  }
}

/* line 114, resources/assets/styles/layouts/_footer.scss */

.f .f-trust-project .br a {
  background: url(/wp-content/themes/beincrypto-new/dist/images/arr_3.svg) center right no-repeat;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  padding-right: 20px;
}

/* line 123, resources/assets/styles/layouts/_footer.scss */

.f .f-sub-f {
  border: 1px solid #dadada4d;
  font-family: Montserrat, sans-serif;
}

/* line 127, resources/assets/styles/layouts/_footer.scss */

.f .f-sub-f p {
  color: #fff;
}

/* line 132, resources/assets/styles/layouts/_footer.scss */

.f .f-sub-f h3 {
  font-size: 24px;
  line-height: 140%;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0;
  border: 1px solid #dadada4d;
  border-bottom: 0;
  border-left: 0;
  padding-top: 30px;
  position: relative;
  color: #fff;
}

@media (max-width: 46.24em) {
  /* line 132, resources/assets/styles/layouts/_footer.scss */

  .f .f-sub-f h3 {
    font-size: 20px;
  }
}

/* line 149, resources/assets/styles/layouts/_footer.scss */

.f .f-sub-f h3::before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #dadada4d;
  margin: -50px 0 10px 0;
  background: #121212 url(/wp-content/themes/beincrypto-new/dist/images/email_2.svg) center center no-repeat;
}

/* line 160, resources/assets/styles/layouts/_footer.scss */

.f .f-sub-f h3::after {
  content: '';
  width: 9px;
  height: 4px;
  position: absolute;
  right: -5px;
  bottom: -5px;
  background: url(/wp-content/themes/beincrypto-new/dist/images/arr_4.svg) center center no-repeat;
}

/* line 170, resources/assets/styles/layouts/_footer.scss */

.f .f-sub-f h3 span {
  display: inline-block;
  position: relative;
}

/* line 174, resources/assets/styles/layouts/_footer.scss */

.f .f-sub-f h3 span::after {
  position: absolute;
  content: '';
  display: block;
  border-bottom: 2px solid #FFC700;
  margin-top: -9px;
  width: 100%;
}

/* line 185, resources/assets/styles/layouts/_footer.scss */

.f .f-sub-f p {
  font-size: 12px;
  line-height: 140%;
  display: block;
  width: 60%;
  margin: 5px 0 10px 0;
  font-weight: 300;
}

@media (max-width: 46.24em) {
  /* line 185, resources/assets/styles/layouts/_footer.scss */

  .f .f-sub-f p {
    width: 100%;
  }
}

/* line 198, resources/assets/styles/layouts/_footer.scss */

.f .f-sub-f .fsf-br {
  padding: 10px 0;
  border-bottom: 1px solid #dadada4d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 46.24em) {
  /* line 198, resources/assets/styles/layouts/_footer.scss */

  .f .f-sub-f .fsf-br {
    border-bottom: none;
  }
}

/* line 209, resources/assets/styles/layouts/_footer.scss */

.f .f-sub-f form {
  padding: 40px 60px 20px 60px;
}

@media (max-width: 46.24em) {
  /* line 209, resources/assets/styles/layouts/_footer.scss */

  .f .f-sub-f form {
    font-size: 20px;
    padding: 40px 15px 20px 15px;
  }
}

/* line 218, resources/assets/styles/layouts/_footer.scss */

.f .f-sub-f form [submit-success] {
  color: #34C700;
}

/* line 222, resources/assets/styles/layouts/_footer.scss */

.f .f-sub-f form [submit-error] {
  color: #FF1E2A;
}

/* line 226, resources/assets/styles/layouts/_footer.scss */

.f .f-sub-f button {
  border: 1px solid #FFC700;
  background: #121212;
  font-size: 16px;
  line-height: 160%;
  color: #FFC700;
  padding: 6px 50px;
}

@media (max-width: 46.24em) {
  /* line 226, resources/assets/styles/layouts/_footer.scss */

  .f .f-sub-f button {
    width: 100%;
  }
}

/* line 239, resources/assets/styles/layouts/_footer.scss */

.f .f-sub-f input {
  width: 50%;
  background: none;
  border: none;
  color: #FFC700;
  font-size: 16px;
  outline: none;
}

@media (max-width: 46.24em) {
  /* line 239, resources/assets/styles/layouts/_footer.scss */

  .f .f-sub-f input {
    margin-bottom: 15px;
    width: 100%;
    border-bottom: 1px solid #dadada4d;
  }
}

/* line 253, resources/assets/styles/layouts/_footer.scss */

.f .f-sub-f input::-webkit-input-placeholder {
  color: #FFC700;
}

.f .f-sub-f input::-moz-placeholder {
  color: #FFC700;
}

.f .f-sub-f input::-ms-input-placeholder {
  color: #FFC700;
}

.f .f-sub-f input::placeholder {
  color: #FFC700;
}

/* line 258, resources/assets/styles/layouts/_footer.scss */

.f .btn-r {
  cursor: pointer;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 1px solid transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 270, resources/assets/styles/layouts/_footer.scss */

.f-b a {
  margin-left: 5px;
  background: rgba(255, 255, 255, 0.03);
}

/* line 274, resources/assets/styles/layouts/_footer.scss */

.f-b a:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* line 279, resources/assets/styles/layouts/_footer.scss */

.f .sci:before {
  content: "";
  display: block;
  width: 15px;
  height: 13px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* line 289, resources/assets/styles/layouts/_footer.scss */

.f .w.sc-twitter:before {
  background-image: url(/wp-content/themes/beincrypto-new/dist/images/icons-soc/f_twitter.svg);
}

/* line 293, resources/assets/styles/layouts/_footer.scss */

.f .sci.w.sc-facebook:before {
  background-image: url(/wp-content/themes/beincrypto-new/dist/images//icons-soc/f_facebook.svg);
}

/* line 297, resources/assets/styles/layouts/_footer.scss */

.f .sci.w.sc-youtube:before {
  background-image: url(/wp-content/themes/beincrypto-new/dist/images/icons-soc/f_youtube.svg);
}

/* line 301, resources/assets/styles/layouts/_footer.scss */

.f .sci.w.sc-instagram:before {
  background-image: url(/wp-content/themes/beincrypto-new/dist/images/icons-soc/f_instagram.svg);
}

/* line 305, resources/assets/styles/layouts/_footer.scss */

.f .sci.w.sc-telegram:before {
  background-image: url(/wp-content/themes/beincrypto-new/dist/images/icons-soc/f_telegram.svg);
}

/* line 310, resources/assets/styles/layouts/_footer.scss */

.copyright {
  font-size: 12px;
}

/* line 2, resources/assets/styles/layouts/_pages.scss */

.page-header h1 {
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
  color: #202020;
  text-align: left;
  border-bottom: 2px solid #202020;
  padding-bottom: 10px;
}

/* line 15, resources/assets/styles/layouts/_pages.scss */

.single-page h1 {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  font-size: 56px;
  line-height: 120%;
  margin: 0;
  letter-spacing: -0.02em;
  color: #2A2A2A;
}

/* line 1, resources/assets/styles/layouts/_posts.scss */

.entry-title {
  text-align: left;
  font-weight: bold;
  font-size: 56px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #2A2A2A;
}

@media (max-width: 46.24em) {
  /* line 1, resources/assets/styles/layouts/_posts.scss */

  .entry-title {
    font-size: 28px;
  }
}

/* line 17, resources/assets/styles/layouts/_posts.scss */

.post h2 span {
  font-size: 27px;
  font-weight: 800 !important;
}

/* line 22, resources/assets/styles/layouts/_posts.scss */

.post h2 {
  font-size: 27px;
  font-weight: 800 !important;
}

/* line 27, resources/assets/styles/layouts/_posts.scss */

.post h3 {
  font-weight: bold;
}

/* line 31, resources/assets/styles/layouts/_posts.scss */

.post a span {
  font-weight: 600 !important;
}

/* line 35, resources/assets/styles/layouts/_posts.scss */

.post figcaption {
  text-align: left;
  margin: 6px 0 26px 0;
  font-size: 11px;
  font-style: italic;
  line-height: 17px;
}

/* line 43, resources/assets/styles/layouts/_posts.scss */

.post .intro-text {
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 32px;
  letter-spacing: -.02em;
}

/* line 50, resources/assets/styles/layouts/_posts.scss */

.post .meta {
  margin-bottom: 0;
}

/* line 55, resources/assets/styles/layouts/_posts.scss */

.post .post-meta-wrap time {
  text-transform: capitalize;
}

/* line 58, resources/assets/styles/layouts/_posts.scss */

.post .post-meta-wrap * {
  font-size: 20px;
  letter-spacing: -0.02em;
  line-height: 120%;
}

@media (max-width: 46.24em) {
  /* line 58, resources/assets/styles/layouts/_posts.scss */

  .post .post-meta-wrap * {
    font-size: 12px;
  }
}

@media (max-width: 46.24em) {
  /* line 69, resources/assets/styles/layouts/_posts.scss */

  .post .post-meta-wrap time {
    width: 100%;
    line-height: 1.5;
  }
}

/* line 77, resources/assets/styles/layouts/_posts.scss */

.post-author-meta a {
  text-decoration: underline;
}

/* line 82, resources/assets/styles/layouts/_posts.scss */

.post-brief {
  margin: 0;
  padding-left: 32px;
  list-style: none;
  font-size: 14px;
  font-weight: 600;
  border-left: 1px solid #2A2A2A;
}

@media (max-width: 46.24em) {
  /* line 82, resources/assets/styles/layouts/_posts.scss */

  .post-brief {
    font-size: 12px;
  }
}

/* line 94, resources/assets/styles/layouts/_posts.scss */

.post-brief-title {
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 12px;
}

/* line 101, resources/assets/styles/layouts/_posts.scss */

.post-brief li p {
  padding: 0px 0 12px 0;
  border-bottom: 1px solid #EEEEEE;
  margin: 0;
}

/* line 107, resources/assets/styles/layouts/_posts.scss */

.post-brief li:first-child p {
  padding-top: 0;
}

/* line 112, resources/assets/styles/layouts/_posts.scss */

.post-brief a {
  text-decoration: underline;
  font-weight: 700;
}

/* line 117, resources/assets/styles/layouts/_posts.scss */

.post-brief .with-promo span.lbl {
  font-weight: bold;
  font-size: 10px;
  line-height: 120%;
  background: #140FE2;
  color: #ffffff;
  padding: 2px 7px;
  display: inline-block;
  margin-top: 8px;
  text-transform: capitalize;
}

/* line 128, resources/assets/styles/layouts/_posts.scss */

.post-brief .with-promo span.lbl p {
  padding-top: 8px;
}

/* line 134, resources/assets/styles/layouts/_posts.scss */

.post .wp-block-image .aligncenter {
  width: auto;
}

/* line 137, resources/assets/styles/layouts/_posts.scss */

.post .wp-block-image .alignleft {
  width: auto;
}

/* line 140, resources/assets/styles/layouts/_posts.scss */

.post .wp-block-image .alignright {
  width: auto;
}

/* line 145, resources/assets/styles/layouts/_posts.scss */

.post .acc-text-slider {
  margin-bottom: 16px;
}

/* line 147, resources/assets/styles/layouts/_posts.scss */

.post .acc-text-slider::before {
  content: "";
  display: block;
  height: 6px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: 16px;
}

/* line 156, resources/assets/styles/layouts/_posts.scss */

.post .acc-text-slider section h4 {
  border: none;
  font-family: Manrope,sans-serif;
  text-align: center;
  text-transform: uppercase;
  background: #2a2a2a;
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  height: 42px;
  line-height: 42px;
}

/* line 168, resources/assets/styles/layouts/_posts.scss */

.post .acc-text-slider section h4 span::after {
  content: '>';
  display: inline-block;
  margin-left: 10px;
  font-weight: 100;
  font-size: 22px;
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* line 178, resources/assets/styles/layouts/_posts.scss */

.post .acc-text-slider section .acc-text-slider__body {
  padding-left: 26px;
  margin-top: 8px;
}

/* line 183, resources/assets/styles/layouts/_posts.scss */

.post .acc-text-slider section[expanded]::after {
  content: "";
  display: block;
  height: 6px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-top: 16px;
}

/* line 193, resources/assets/styles/layouts/_posts.scss */

.post .acc-text-slider section[expanded] h4 span::after {
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/* line 198, resources/assets/styles/layouts/_posts.scss */

.post .acc-text-slider section[expanded] .show-more {
  display: none;
}

/* line 203, resources/assets/styles/layouts/_posts.scss */

.post .acc-text-slider section:not([expanded]) .show-less {
  display: none;
}

/* line 211, resources/assets/styles/layouts/_posts.scss */

.posts-navigation {
  text-align: center;
  margin-bottom: 50px;
}

/* line 216, resources/assets/styles/layouts/_posts.scss */

.trust-project-top-a__logo {
  height: 16px;
  background: url(/wp-content/themes/beincrypto-new/dist/images/trust_b_1.svg) center no-repeat;
  margin-bottom: 4px;
}

/* line 222, resources/assets/styles/layouts/_posts.scss */

.trust-project-top-a__text {
  font-size: 12px;
}

/* line 225, resources/assets/styles/layouts/_posts.scss */

.trust-project-top-a__text a {
  font-weight: 800;
  text-decoration: underline;
}

/* line 231, resources/assets/styles/layouts/_posts.scss */

.entry-content {
  letter-spacing: 0.02em;
  font-size: 18px;
  padding-left: 110px;
  padding-right: 20px;
  font-family: Manrope, sans-serif;
  line-height: 28px;
  font-weight: initial;
}

/* line 240, resources/assets/styles/layouts/_posts.scss */

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-family: Montserrat, sans-serif;
}

@media (max-width: 46.24em) {
  /* line 231, resources/assets/styles/layouts/_posts.scss */

  .entry-content {
    padding: 0;
  }
}

/* line 248, resources/assets/styles/layouts/_posts.scss */

.entry-content blockquote:not(.twitter-tweet) {
  font-family: Montserrat, sans-serif;
  background: transparent url(/wp-content/themes/beincrypto-new/dist/images/quote_2.svg) left 40px no-repeat;
  padding: 0 0 0 72px;
  font-weight: 800;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -0.02em;
  width: calc(100% + 38px);
  margin: 32px 0 32px -110px;
}

/* line 259, resources/assets/styles/layouts/_posts.scss */

.entry-content blockquote:not(.twitter-tweet)::before {
  content: '';
  display: block;
  height: 6px;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 16px;
  width: calc(100% + 38px);
  margin-left: -72px;
}

@media (max-width: 46.24em) {
  /* line 248, resources/assets/styles/layouts/_posts.scss */

  .entry-content blockquote:not(.twitter-tweet) {
    width: auto;
    margin-left: 0;
    padding: 0 0 0 56px;
    background-size: 32px 32px;
    background-position-y: 30px;
  }

  /* line 277, resources/assets/styles/layouts/_posts.scss */

  .entry-content blockquote:not(.twitter-tweet)::before {
    margin: 0 0 16px -56px;
    width: calc(100% + 56px);
  }
}

/* line 284, resources/assets/styles/layouts/_posts.scss */

.entry-content .intro-text * {
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 32px;
  letter-spacing: -0.02em;
}

/* line 291, resources/assets/styles/layouts/_posts.scss */

.entry-content p {
  min-height: 16px;
}

/* line 296, resources/assets/styles/layouts/_posts.scss */

.entry-content-inner a {
  color: #FFA51E;
  text-decoration: underline;
  font-weight: 600;
}

/* line 305, resources/assets/styles/layouts/_posts.scss */

.sidebar h3 {
  font-weight: 900;
  font-size: 24px;
  line-height: 120%;
  text-transform: uppercase;
  margin: 16px 0 34px 0;
}

/* line 314, resources/assets/styles/layouts/_posts.scss */

.top-share-block .top-share-block-wrapper span {
  font-size: 12px;
  font-weight: 900;
}

/* line 319, resources/assets/styles/layouts/_posts.scss */

.share-popup-wrapper {
  height: 100%;
  background: #ffffffcc;
}

/* line 323, resources/assets/styles/layouts/_posts.scss */

.share-popup-wrapper .share-popup {
  position: relative;
  background: #E5E5E5;
}

/* line 327, resources/assets/styles/layouts/_posts.scss */

.share-popup-wrapper .share-popup h4 {
  font-weight: 800;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.02em;
  margin: 0 0 16px 0;
}

/* line 336, resources/assets/styles/layouts/_posts.scss */

.share-popup-wrapper .share-popup .share-buttons .sci {
  background: #e5e5e5;
  width: 40px;
  height: 40px;
  margin-right: 16px;
}

/* line 342, resources/assets/styles/layouts/_posts.scss */

.share-popup-wrapper .share-popup .share-buttons .sci.sc-twitter::before {
  background-image: url(/wp-content/themes/beincrypto-new/dist/images/icons-soc/s_twitter.svg);
}

/* line 346, resources/assets/styles/layouts/_posts.scss */

.share-popup-wrapper .share-popup .share-buttons .sci.sc-email::before {
  background-image: url(/wp-content/themes/beincrypto-new/dist/images/icons-soc/s_email.svg);
}

/* line 350, resources/assets/styles/layouts/_posts.scss */

.share-popup-wrapper .share-popup .share-buttons .sci.sc-telegram::before {
  background-image: url(/wp-content/themes/beincrypto-new/dist/images/icons-soc/s_telegram.svg);
}

/* line 354, resources/assets/styles/layouts/_posts.scss */

.share-popup-wrapper .share-popup .share-buttons .sci.sc-linkedin::before {
  background-image: url(/wp-content/themes/beincrypto-new/dist/images/icons-soc/s_linkedin.svg);
}

/* line 361, resources/assets/styles/layouts/_posts.scss */

.share-popup-wrapper .closeb {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-bottom: auto;
  margin-top: auto;
  right: 0;
  cursor: pointer;
  margin-right: 50px;
  border: none;
  width: 48px;
  height: 48px;
  background: url(/wp-content/themes/beincrypto-new/dist/images/ico_close.svg) center no-repeat;
}

/* line 377, resources/assets/styles/layouts/_posts.scss */

.btn-r.btn-w {
  background: #fff;
  border-color: #121212;
}

/* line 382, resources/assets/styles/layouts/_posts.scss */

.btn-r {
  cursor: pointer;
  border-radius: 50%;
  background: #f8f8f8;
  width: 30px;
  height: 30px;
  border: 1px solid transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 394, resources/assets/styles/layouts/_posts.scss */

.sci.sc-share::before {
  background-image: url(/wp-content/themes/beincrypto-new/dist/images/icons-soc/share.svg);
}

/* line 398, resources/assets/styles/layouts/_posts.scss */

.sci::before {
  content: "";
  display: block;
  width: 15px;
  height: 13px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* line 409, resources/assets/styles/layouts/_posts.scss */

.related_posts h3 {
  font-size: 16px;
  font-weight: 800;
}

/* line 414, resources/assets/styles/layouts/_posts.scss */

.related_posts .meta {
  margin-bottom: 0;
}

/* line 418, resources/assets/styles/layouts/_posts.scss */

.related_posts .tpw {
  font-weight: 800;
}

/* line 422, resources/assets/styles/layouts/_posts.scss */

.related_posts h2 {
  font-weight: 900;
  font-size: 24px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

/* line 432, resources/assets/styles/layouts/_posts.scss */

.sidebar .multi-news-card h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  text-transform: none;
}

/* line 440, resources/assets/styles/layouts/_posts.scss */

.sidebar .tpw {
  font-weight: 800;
}

/* line 447, resources/assets/styles/layouts/_posts.scss */

.telegram-right-block h3 {
  text-transform: uppercase;
  margin: -4px 0 0 0;
  background: #2A2A2A;
  color: #FFFFFF;
  font-weight: 800;
  font-size: 18px;
  text-align: center;
  padding: 8px 0;
}

/* line 458, resources/assets/styles/layouts/_posts.scss */

.telegram-right-block .j-btn {
  margin-top: 16px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  width: 100%;
  border: 1px solid rgba(42, 42, 42, 0.1);
  padding: 8px 0;
}

/* line 469, resources/assets/styles/layouts/_posts.scss */

.telegram-right-block p {
  margin: 4px 0 0 0;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 160%;
}

/* line 1, resources/assets/styles/layouts/_tinymce.scss */

body#tinymce {
  margin: 12px !important;
}

/* line 1, resources/assets/styles/layouts/_leaky-paywall.scss */

.your-order.on-mobile {
  display: none;
}

/* line 5, resources/assets/styles/layouts/_leaky-paywall.scss */

.sec-log {
  max-width: 600px;
  margin: 0 auto;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 8px;
}

/* line 12, resources/assets/styles/layouts/_leaky-paywall.scss */

.sec-log form {
  padding: 40px 70px;
}

/* line 15, resources/assets/styles/layouts/_leaky-paywall.scss */

.sec-log form input {
  border: none;
  font-size: 14px;
  border-radius: 0;
  outline: none;
  margin-bottom: 30px;
  border-bottom: 1px solid #333;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 25, resources/assets/styles/layouts/_leaky-paywall.scss */

.sec-log form .btn {
  background: #85c808;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  margin-top: 10px;
  text-align: center;
  border-radius: 4px;
  padding: 13px 60px;
  height: 50px;
  line-height: 22px;
  text-transform: capitalize;
  color: white;
}

/* line 39, resources/assets/styles/layouts/_leaky-paywall.scss */

.sec-log form .btn:hover {
  background: black;
}

/* line 45, resources/assets/styles/layouts/_leaky-paywall.scss */

.sec-log .form-group {
  position: relative;
}

/* line 49, resources/assets/styles/layouts/_leaky-paywall.scss */

.sec-log h3 {
  font-size: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
}

/* line 56, resources/assets/styles/layouts/_leaky-paywall.scss */

.your-order {
  padding: 25px;
  padding-bottom: 20px;
  background: #fff;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  font-size: 16px;
  margin: 10px 0;
  font-weight: normal;
}

/* line 66, resources/assets/styles/layouts/_leaky-paywall.scss */

.your-order h1 {
  font-size: 32px;
  font-weight: bold;
}

/* line 71, resources/assets/styles/layouts/_leaky-paywall.scss */

.your-order h6 {
  font-size: 15px;
  font-weight: bold;
}

/* line 76, resources/assets/styles/layouts/_leaky-paywall.scss */

.your-order .price {
  font-weight: normal;
  font-size: 20px;
  margin-top: 10px;
  line-height: 28px;
  color: rgba(51, 51, 51, 0.3);
}

/* line 84, resources/assets/styles/layouts/_leaky-paywall.scss */

.your-order .in-details {
  position: relative;
  padding-top: 30px;
}

/* line 88, resources/assets/styles/layouts/_leaky-paywall.scss */

.your-order .in-details ul {
  padding: 0;
}

/* line 92, resources/assets/styles/layouts/_leaky-paywall.scss */

.your-order .in-details li {
  position: relative;
  padding-left: 55px;
  margin-bottom: 20px;
}

/* line 97, resources/assets/styles/layouts/_leaky-paywall.scss */

.your-order .in-details li::marker {
  display: none;
}

/* line 102, resources/assets/styles/layouts/_leaky-paywall.scss */

.your-order .in-details .icon-check {
  position: absolute;
  left: 15px;
  width: 25px;
  top: 5px;
}

/* line 109, resources/assets/styles/layouts/_leaky-paywall.scss */

.your-order .in-details h4 {
  margin-top: 0;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
}

/* line 116, resources/assets/styles/layouts/_leaky-paywall.scss */

.your-order .in-details li p {
  font-size: 14px;
  color: #333;
  line-height: 18px;
  margin-top: 0;
}

/* line 2, resources/assets/styles/blocks/_single-news-card.scss */

.single-news-card h3 {
  font-weight: 800;
  font-size: 36px;
  line-height: 110%;
  margin-bottom: 16px;
}

@media (max-width: 46.24em) {
  /* line 2, resources/assets/styles/blocks/_single-news-card.scss */

  .single-news-card h3 {
    font-size: 24px;
  }
}

/* line 12, resources/assets/styles/blocks/_single-news-card.scss */

.single-news-card h3 a {
  color: #2A2A2A;
}

/* line 17, resources/assets/styles/blocks/_single-news-card.scss */

.single-news-card amp-img {
  height: 100%;
}

/* line 21, resources/assets/styles/blocks/_single-news-card.scss */

.single-news-card .cat {
  font-size: 24px;
  line-height: 79%;
  margin-bottom: 16px;
}

/* line 26, resources/assets/styles/blocks/_single-news-card.scss */

.single-news-card .cat .tpw {
  font-weight: 800;
}

@media (max-width: 46.24em) {
  /* line 21, resources/assets/styles/blocks/_single-news-card.scss */

  .single-news-card .cat {
    font-size: 16px;
  }
}

/* line 35, resources/assets/styles/blocks/_single-news-card.scss */

.single-news-card .meta {
  font-size: 20px;
  line-height: 140%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 46.24em) {
  /* line 35, resources/assets/styles/blocks/_single-news-card.scss */

  .single-news-card .meta {
    font-size: 12px;
  }
}

/* line 47, resources/assets/styles/blocks/_single-news-card.scss */

.single-news-card p {
  font-family: Manrope, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.02em;
  color: #2A2A2A;
}

@media (max-width: 46.24em) {
  /* line 47, resources/assets/styles/blocks/_single-news-card.scss */

  .single-news-card p {
    font-size: 12px;
  }
}

/* line 61, resources/assets/styles/blocks/_single-news-card.scss */

.single-news-card img,
.single-news-card amp-img.amp-wp-enforced-sizes[layout="intrinsic"] > img {
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 1, resources/assets/styles/blocks/_multy-news-card.scss */

.sidebar-telegram {
  padding-left: 40px;
  padding-right: 40px;
  margin-left: 40px;
  border-left: 1px solid #EEEEEE;
}

@media (max-width: 46.24em) {
  /* line 1, resources/assets/styles/blocks/_multy-news-card.scss */

  .sidebar-telegram {
    border: none;
    padding: 0;
    margin: 0;
  }
}

/* line 13, resources/assets/styles/blocks/_multy-news-card.scss */

.sidebar-telegram .inner {
  background: #FAFAFA url(/wp-content/themes/beincrypto-new/dist/images/telegram_bgr.svg) left top no-repeat;
  padding: 30px 0 0 15px;
  position: relative;
  height: 100%;
}

@media (max-width: 46.24em) {
  /* line 13, resources/assets/styles/blocks/_multy-news-card.scss */

  .sidebar-telegram .inner {
    padding-left: 0;
  }
}

/* line 24, resources/assets/styles/blocks/_multy-news-card.scss */

.sidebar-telegram h3 {
  font-weight: 900;
  font-size: 24px;
  line-height: 140%;
  text-transform: uppercase;
  color: #039BE5;
  margin: 0;
  background: url(/wp-content/themes/beincrypto-new/dist/images/telegram_blue_icon.svg) left top no-repeat;
  padding: 30px 0 15px 0;
}

/* line 35, resources/assets/styles/blocks/_multy-news-card.scss */

.sidebar-telegram a {
  color: #FFA439;
  text-decoration: underline;
  text-underline-position: under;
}

/* line 41, resources/assets/styles/blocks/_multy-news-card.scss */

.sidebar-telegram .dsc {
  margin-bottom: 15px;
  padding-bottom: 40px;
}

/* line 46, resources/assets/styles/blocks/_multy-news-card.scss */

.sidebar-telegram .btn-primary {
  position: absolute;
  background: #039BE5;
  display: inline-block;
  width: calc(100% - 15px);
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  padding: 7px 0;
  text-decoration: none;
  border: none;
  border-radius: 0;
  bottom: 0;
}

@media (max-width: 46.24em) {
  /* line 46, resources/assets/styles/blocks/_multy-news-card.scss */

  .sidebar-telegram .btn-primary {
    position: relative;
  }
}

/* line 65, resources/assets/styles/blocks/_multy-news-card.scss */

.sidebar-telegram .btn-primary::before {
  position: absolute;
  content: "";
  border-top: 1px solid #eee;
  width: 100%;
  left: 0;
  top: -10px;
}

/* line 75, resources/assets/styles/blocks/_multy-news-card.scss */

.sidebar-telegram p {
  margin-bottom: 0;
}

/* line 1, resources/assets/styles/blocks/_youtube-list.scss */

.youtube-list {
  padding: 85px 0 131px 0;
  background: black;
  color: #FFF;
}

@media (max-width: 46.24em) {
  /* line 1, resources/assets/styles/blocks/_youtube-list.scss */

  .youtube-list {
    padding: 29px 0 71px 0;
  }

  /* line 9, resources/assets/styles/blocks/_youtube-list.scss */

  .youtube-list .h-100 {
    height: auto;
  }
}

/* line 14, resources/assets/styles/blocks/_youtube-list.scss */

.youtube-list h3 {
  font-weight: bold;
  font-size: 16px;
  line-height: 120%;
  margin: 0;
}

/* line 20, resources/assets/styles/blocks/_youtube-list.scss */

.youtube-list h3.big {
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  font-size: 36px;
  line-height: 120%;
  margin-bottom: 15px;
}

@media (max-width: 46.24em) {
  /* line 20, resources/assets/styles/blocks/_youtube-list.scss */

  .youtube-list h3.big {
    font-size: 20px;
  }
}

/* line 33, resources/assets/styles/blocks/_youtube-list.scss */

.youtube-list a {
  color: #FFF;
}

/* line 37, resources/assets/styles/blocks/_youtube-list.scss */

.youtube-list h2 {
  font-family: Montserrat, sans-serif;
}

/* line 43, resources/assets/styles/blocks/_youtube-list.scss */

.youtube-list .big__col .meta:not(.big) {
  display: none;
}

@media (max-width: 46.24em) {
  /* line 48, resources/assets/styles/blocks/_youtube-list.scss */

  .youtube-list .big__col .meta:not(.big) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 54, resources/assets/styles/blocks/_youtube-list.scss */

.youtube-list .meta {
  color: #FFF;
}

/* line 57, resources/assets/styles/blocks/_youtube-list.scss */

.youtube-list .meta.big {
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 16px;
}

@media (max-width: 46.24em) {
  /* line 57, resources/assets/styles/blocks/_youtube-list.scss */

  .youtube-list .meta.big {
    display: none;
  }
}

/* line 67, resources/assets/styles/blocks/_youtube-list.scss */

.youtube-list .meta .date {
  color: #FFF;
}

/* line 72, resources/assets/styles/blocks/_youtube-list.scss */

.youtube-list p {
  font-size: 18px;
  line-height: 160%;
}

@media (max-width: 46.24em) {
  /* line 72, resources/assets/styles/blocks/_youtube-list.scss */

  .youtube-list p {
    font-size: 12px;
  }
}

/* line 81, resources/assets/styles/blocks/_youtube-list.scss */

.youtube-list amp-youtube {
  min-height: 200px;
  width: 100%;
}

/* line 88, resources/assets/styles/blocks/_youtube-list.scss */

.youtube__card {
  max-width: 354px;
  width: 100%;
}

@media (max-width: 61.24em) {
  /* line 88, resources/assets/styles/blocks/_youtube-list.scss */

  .youtube__card {
    max-width: 300px;
  }
}

@media (max-width: 46.24em) {
  /* line 88, resources/assets/styles/blocks/_youtube-list.scss */

  .youtube__card {
    margin-bottom: 32px;
    max-width: 100%;
    width: 100%;
  }
}

/* line 1, resources/assets/styles/blocks/_block-add.scss */

.arc-add {
  color: #202020;
  width: auto;
  padding: 20px;
  background: #f9f9f9;
  height: 100%;
}

/* line 8, resources/assets/styles/blocks/_block-add.scss */

.arc-add .amp-optin-form-wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
  background: transparent;
}

/* line 14, resources/assets/styles/blocks/_block-add.scss */

.arc-add .amp-optin-form-wrapper .optin-headline-title {
  font-weight: bold;
  font-size: 22px;
  line-height: 120%;
  color: #202020;
}

/* line 21, resources/assets/styles/blocks/_block-add.scss */

.arc-add .amp-optin-form-wrapper .optin-description {
  font-size: 13px;
  line-height: 18px;
  color: #202020;
}

/* line 27, resources/assets/styles/blocks/_block-add.scss */

.arc-add .amp-optin-form-wrapper fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 33, resources/assets/styles/blocks/_block-add.scss */

.arc-add .amp-optin-form-wrapper input[type="email"] {
  background: #fff;
  border: 1px solid #202020;
}

/* line 38, resources/assets/styles/blocks/_block-add.scss */

.arc-add .amp-optin-form-wrapper .form-submit {
  border-radius: 0;
  background: #202020;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 1px;
}

/* line 48, resources/assets/styles/blocks/_block-add.scss */

.arc-add .amp-optin-form-wrapper input {
  padding: 10px;
  margin: 3px 0px;
  font-size: 13px;
}

/* line 2, resources/assets/styles/pages/learn/_single.scss */

.single-glossary h1 {
  margin-top: 32px;
  font-weight: bold;
  font-size: 32px;
  line-height: 140%;
  color: #2A2A2A;
}

/* line 10, resources/assets/styles/pages/learn/_single.scss */

.single-glossary .featured-images {
  position: relative;
}

/* line 15, resources/assets/styles/pages/learn/_single.scss */

.container-narrow {
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
}

/* line 20, resources/assets/styles/pages/learn/_single.scss */

.container-narrow__text {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* line 25, resources/assets/styles/pages/learn/_single.scss */

.container-narrow__text.entry-content {
  padding-left: 0;
  padding-right: 0;
}

/* line 29, resources/assets/styles/pages/learn/_single.scss */

.container-narrow__text.entry-content h2 {
  font-size: 32px;
  margin-bottom: 24px;
  padding-top: 18px;
}

/* line 33, resources/assets/styles/pages/learn/_single.scss */

.container-narrow__text.entry-content h2 span {
  font-weight: bold !important;
}

/* line 39, resources/assets/styles/pages/learn/_single.scss */

.container-narrow__text.entry-content h3 span {
  font-weight: bold !important;
}

/* line 48, resources/assets/styles/pages/learn/_single.scss */

.glossary-breadcrumbs {
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #676767;
  margin-bottom: 8px;
}

/* line 55, resources/assets/styles/pages/learn/_single.scss */

.glossary-breadcrumbs a {
  color: #676767;
}

/* line 62, resources/assets/styles/pages/learn/_single.scss */

.glossary-meta {
  margin-bottom: 32px;
}

/* line 64, resources/assets/styles/pages/learn/_single.scss */

.glossary-meta span {
  font-size: 12px;
  line-height: 120%;
  margin-right: 16px;
}

/* line 71, resources/assets/styles/pages/learn/_single.scss */

.glossary__diff {
  font-weight: bold;
  color: #34C700;
}

/* line 76, resources/assets/styles/pages/learn/_single.scss */

.glossary__reading_time {
  color: #676767;
}

/* line 80, resources/assets/styles/pages/learn/_single.scss */

.glossary__date {
  color: #676767;
}

/* line 85, resources/assets/styles/pages/learn/_single.scss */

.read-all {
  display: block;
  margin-top: 58px;
  padding: 10px 0;
  font-size: 14px;
  line-height: 140%;
  color: #2A2A2A;
  border-bottom: 1px solid #2A2A2A;
  background: url(/wp-content/themes/beincrypto-new/dist/images/learn/read_all_arrow.svg) no-repeat right;
  width: 100%;
}

/* line 2, resources/assets/styles/pages/learn/_archive.scss */

.filter {
  margin-bottom: 26px;
}

/* line 4, resources/assets/styles/pages/learn/_archive.scss */

.filter__title {
  font-size: 18px;
}

/* line 9, resources/assets/styles/pages/learn/_archive.scss */

.filter__checkbox_1 {
  margin: 0 10px 15px 0;
}

/* line 12, resources/assets/styles/pages/learn/_archive.scss */

.filter__checkbox_1 label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11px 36px 11px 12px;
  border: 1px solid #eee;
  border-radius: 15px;
  font-weight: bold;
  font-size: 12px;
  line-height: 140%;
  color: #2A2A2A;
  cursor: pointer;
}

/* line 25, resources/assets/styles/pages/learn/_archive.scss */

.filter__checkbox_1 label::after {
  position: absolute;
  content: "";
  right: 15px;
  width: 16px;
  height: 16px;
  background: url(/wp-content/themes/beincrypto-new/dist/images/learn/plus.svg) no-repeat center;
}

/* line 34, resources/assets/styles/pages/learn/_archive.scss */

.filter__checkbox_1 label.active {
  border-color: #34C700;
}

/* line 37, resources/assets/styles/pages/learn/_archive.scss */

.filter__checkbox_1 label.active::after {
  display: none;
}

/* line 41, resources/assets/styles/pages/learn/_archive.scss */

.filter__checkbox_1 label.active::before {
  position: absolute;
  content: "";
  right: 15px;
  width: 12px;
  height: 9px;
  background: url(/wp-content/themes/beincrypto-new/dist/images/learn/checked.svg) no-repeat center;
}

/* line 52, resources/assets/styles/pages/learn/_archive.scss */

.filter__checkbox_1 input {
  display: none;
}

/* line 55, resources/assets/styles/pages/learn/_archive.scss */

.filter__checkbox_1 input:checked + label,
.filter__checkbox_1 input label.active {
  border-color: #34C700;
}

/* line 58, resources/assets/styles/pages/learn/_archive.scss */

.filter__checkbox_1 input:checked + label::after,
.filter__checkbox_1 input label.active::after {
  display: none;
}

/* line 62, resources/assets/styles/pages/learn/_archive.scss */

.filter__checkbox_1 input:checked + label::before,
.filter__checkbox_1 input label.active::before {
  position: absolute;
  content: "";
  right: 15px;
  height: 9px;
  width: 12px;
  background: url(/wp-content/themes/beincrypto-new/dist/images/learn/checked.svg) no-repeat center;
}

/* line 74, resources/assets/styles/pages/learn/_archive.scss */

.filter__checkbox_2 {
  margin: 0 16px 10px 0;
}

/* line 76, resources/assets/styles/pages/learn/_archive.scss */

.filter__checkbox_2 label {
  padding: 2px 5px;
  background: #EEEEEE;
  font-weight: bold;
  font-size: 10px;
  line-height: 120%;
  color: #2A2A2A;
  cursor: pointer;
}

/* line 85, resources/assets/styles/pages/learn/_archive.scss */

.filter__checkbox_2 label.active {
  background: #34C700;
  color: #fff;
}

/* line 91, resources/assets/styles/pages/learn/_archive.scss */

.filter__checkbox_2 input {
  display: none;
}

/* line 94, resources/assets/styles/pages/learn/_archive.scss */

.filter__checkbox_2 input:checked + label {
  background: #34C700;
  color: #fff;
}

@media (max-width: 46.24em) {
  /* line 104, resources/assets/styles/pages/learn/_archive.scss */

  .filter__bottom h1 {
    text-align: center;
    width: 100%;
  }

  /* line 110, resources/assets/styles/pages/learn/_archive.scss */

  .filter__controls {
    text-align: center;
    width: 100%;
    margin-bottom: 60px;
    margin-top: 10px;
  }
}

/* line 118, resources/assets/styles/pages/learn/_archive.scss */

.filter__apply {
  pointer-events: none;
  font-weight: bold;
  font-size: 12px;
  line-height: 140%;
  color: #B0B0B0;
  background: transparent;
  border: none;
  cursor: not-allowed;
  padding: 11px 12px;
  border: 1px solid transparent;
  border-radius: 15px;
}

/* line 132, resources/assets/styles/pages/learn/_archive.scss */

.filter__reset {
  font-weight: bold;
  font-size: 12px;
  line-height: 140%;
  color: #B0B0B0;
  margin-left: 40px;
  background: transparent;
  padding: 11px 12px;
  border: 1px solid transparent;
  border-radius: 15px;
  text-decoration: none !important;
}

/* line 144, resources/assets/styles/pages/learn/_archive.scss */

.filter__reset.active {
  color: #2A2A2A;
  background: rgba(238, 238, 238, 0.5);
}

/* line 148, resources/assets/styles/pages/learn/_archive.scss */

.filter__reset.active:hover {
  background: rgba(52, 199, 0, 0.1);
  color: #34C700;
}

/* line 156, resources/assets/styles/pages/learn/_archive.scss */

.filter.amp-form-dirty .filter__apply {
  pointer-events: all;
  color: #2A2A2A;
  background: rgba(238, 238, 238, 0.5);
}

/* line 161, resources/assets/styles/pages/learn/_archive.scss */

.filter.amp-form-dirty .filter__apply:hover {
  background: rgba(52, 199, 0, 0.1);
  color: #34C700;
}

/* line 167, resources/assets/styles/pages/learn/_archive.scss */

.filter.amp-form-dirty .filter__reset {
  color: #2A2A2A;
  background: rgba(238, 238, 238, 0.5);
}

/* line 171, resources/assets/styles/pages/learn/_archive.scss */

.filter.amp-form-dirty .filter__reset:hover {
  background: rgba(52, 199, 0, 0.1);
  color: #34C700;
}

/* line 180, resources/assets/styles/pages/learn/_archive.scss */

.learn-cards {
  height: 100%;
}

/* line 183, resources/assets/styles/pages/learn/_archive.scss */

.card-learn {
  padding-bottom: 32px;
  position: relative;
  background: #fff;
}

@media (max-width: 46.24em) {
  /* line 183, resources/assets/styles/pages/learn/_archive.scss */

  .card-learn {
    max-width: 255px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* line 195, resources/assets/styles/pages/learn/_archive.scss */

.card-learn__cat {
  position: absolute;
  top: 0;
  margin: 16px 16px 0 16px;
}

/* line 200, resources/assets/styles/pages/learn/_archive.scss */

.card-learn__cat span {
  background: #140FE2;
  padding: 2px 8px;
  font-weight: bold;
  font-size: 10px;
  line-height: 120%;
  color: #FFFFFF;
  margin-right: 8px;
}

/* line 211, resources/assets/styles/pages/learn/_archive.scss */

.card-learn__diff {
  font-weight: bold;
  font-size: 12px;
  line-height: 120%;
  color: #fff;
  margin: 0;
  padding: 2px 5px;
}

/* line 220, resources/assets/styles/pages/learn/_archive.scss */

.card-learn__title {
  margin: 16px;
  height: auto;
}

/* line 224, resources/assets/styles/pages/learn/_archive.scss */

.card-learn__title h3 {
  font-size: 18px;
}

@media (max-width: 46.24em) {
  /* line 220, resources/assets/styles/pages/learn/_archive.scss */

  .card-learn__title {
    margin-bottom: 40px;
  }
}

/* line 233, resources/assets/styles/pages/learn/_archive.scss */

.card-learn__desc {
  font-size: 14px;
  line-height: 18px;
  margin: 0 16px 26px 16px;
}

/* line 239, resources/assets/styles/pages/learn/_archive.scss */

.card-learn__meta {
  font-weight: 500;
  font-size: 12px;
  color: #676767;
  position: absolute;
  width: 100%;
  bottom: 14px;
  padding: 0 16px;
}

/* line 251, resources/assets/styles/pages/learn/_archive.scss */

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

/* line 254, resources/assets/styles/pages/learn/_archive.scss */

.learn-pagination .page-numbers {
  padding: 4px 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
}

/* line 260, resources/assets/styles/pages/learn/_archive.scss */

.learn-pagination .page-numbers.current {
  background: #EEEEEE;
  border-radius: 5px;
}

/* line 265, resources/assets/styles/pages/learn/_archive.scss */

.learn-pagination .page-numbers.prev {
  margin-right: 24px;
  background: url(/wp-content/themes/beincrypto-new/dist/images/learn/chevron-left.svg) no-repeat center;
}

/* line 270, resources/assets/styles/pages/learn/_archive.scss */

.learn-pagination .page-numbers.next {
  margin-left: 24px;
  background: url(/wp-content/themes/beincrypto-new/dist/images/learn/chevron-right.svg) no-repeat center;
}

/* line 1, resources/assets/styles/no-amp/_main.scss */

.sidebar-noamp {
  position: fixed;
  top: 0;
  max-height: 100vh !important;
  height: 100vh;
  z-index: 2147483647;
  outline: none;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  display: none;
}

/* line 13, resources/assets/styles/no-amp/_main.scss */

.lightbox-noamp {
  display: none;
  position: fixed !important;
  z-index: 1000;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-200px * 7));
            transform: translateX(calc(-200px * 7));
  }
}

@-o-keyframes scroll {
  0% {
    -o-transform: translateX(0);
       transform: translateX(0);
  }

  100% {
    -o-transform: translateX(calc(-200px * 7));
       transform: translateX(calc(-200px * 7));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-200px * 7));
         -o-transform: translateX(calc(-200px * 7));
            transform: translateX(calc(-200px * 7));
  }
}

/* line 28, resources/assets/styles/no-amp/_main.scss */

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

/* line 30, resources/assets/styles/no-amp/_main.scss */

.carousel-noamp > div:first-child {
  overflow: hidden;
}

/* line 33, resources/assets/styles/no-amp/_main.scss */

.carousel-noamp .slide-track {
  -webkit-animation: scroll 40s linear infinite;
       -o-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(200px * 14);
}

/* line 38, resources/assets/styles/no-amp/_main.scss */

.carousel-noamp .slides {
  width: 100%;
  overflow: hidden;
}

/* line 41, resources/assets/styles/no-amp/_main.scss */

.carousel-noamp .slides a {
  min-width: 200px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 45, resources/assets/styles/no-amp/_main.scss */

.carousel-noamp .slides a .coin-symbol {
  margin-right: 5px;
}


/*# sourceMappingURL=main.css.map*/