/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none !important; }

/*! Modifications */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  line-height: inherit; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1; }

.clear_all {
  display: block;
  width: 100%;
  clear: both; }

.h-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; }

.group::after {
  content: " ";
  display: table;
  clear: both; }

@font-face {
  font-family: 'Montserrat';
  src: url("/Content/fonts/Montserrat-SemiBold.eot");
  src: url("/Content/fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/Montserrat-SemiBold.woff") format("woff"), url("/Content/fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("/Content/fonts/Montserrat-Thin.eot");
  src: url("/Content/fonts/Montserrat-Thin.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/Montserrat-Thin.woff") format("woff"), url("/Content/fonts/Montserrat-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("/Content/fonts/Montserrat-Black.eot");
  src: url("/Content/fonts/Montserrat-Black.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/Montserrat-Black.woff") format("woff"), url("/Content/fonts/Montserrat-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("/Content/fonts/Montserrat-Bold.eot");
  src: url("/Content/fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/Montserrat-Bold.woff") format("woff"), url("/Content/fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("/Content/fonts/Montserrat-ExtraBold.eot");
  src: url("/Content/fonts/Montserrat-ExtraBold.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/Montserrat-ExtraBold.woff") format("woff"), url("/Content/fonts/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("/Content/fonts/Montserrat-Light.eot");
  src: url("/Content/fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/Montserrat-Light.woff") format("woff"), url("/Content/fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("/Content/fonts/Montserrat-Medium.eot");
  src: url("/Content/fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/Montserrat-Medium.woff") format("woff"), url("/Content/fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("/Content/fonts/Montserrat-Regular.eot");
  src: url("/Content/fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/Montserrat-Regular.woff") format("woff"), url("/Content/fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

.SiteHeader {
  background: transparent;
  border-top: 4px solid #fff;
  position: absolute;
  width: 100%;
  top: 4px;
  z-index: 10; }
  .SiteHeader input[type="checkbox"] {
    display: none; }
  @media only screen and (max-width: 1150px) {
    .SiteHeader .desktop-only {
      display: none !important; } }
  @media only screen and (min-width: 1151px) {
    .SiteHeader .mobile-only {
      display: none !important; } }
  .SiteHeader .header-logo-wrapper {
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 15px;
    width: 470px; }
    @media only screen and (max-width: 1700px) {
      .SiteHeader .header-logo-wrapper {
        width: 25vw; } }
    @media only screen and (max-width: 1150px) {
      .SiteHeader .header-logo-wrapper {
        width: 280px; } }
    @media only screen and (max-width: 1000px) {
      .SiteHeader .header-logo-wrapper {
        width: 25vw; } }
    @media only screen and (max-width: 800px) {
      .SiteHeader .header-logo-wrapper {
        width: 245px; } }
    @media only screen and (max-width: 500px) {
      .SiteHeader .header-logo-wrapper {
        width: 220px; } }
    .SiteHeader .header-logo-wrapper a img {
      display: block;
      width: 100%;
      height: auto;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
      transform-origin: top center; }
    @media only screen and (min-width: 1001px) {
      .SiteHeader .header-logo-wrapper a:hover img {
        -webkit-filter: drop-shadow(2px 4px 6px black);
        filter: drop-shadow(2px 4px 6px black);
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05); } }
  .SiteHeader .HeaderNav__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 550px 520px 550px;
    grid-template-columns: 550px 520px 550px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    margin: 5px 0 0 0; }
    @media only screen and (max-width: 1700px) {
      .SiteHeader .HeaderNav__list {
        -ms-grid-columns: 1fr calc(25vw + 40px) 1fr;
        grid-template-columns: 1fr calc(25vw + 40px) 1fr; } }
    @media only screen and (max-width: 1150px) {
      .SiteHeader .HeaderNav__list {
        position: absolute;
        top: 0;
        min-width: 650px;
        width: 65%;
        max-width: 100%;
        left: -50px;
        opacity: 0;
        pointer-events: none;
        border-radius: 0 0 5px 0;
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        padding: 80px 5vw;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        z-index: 1;
        background-image: url("/Content/images/MenuBack.jpg");
        background-repeat: repeat; } }
    @media only screen and (max-width: 800px) {
      .SiteHeader .HeaderNav__list {
        width: 100%;
        border-radius: 0;
        min-width: unset; } }
    @media only screen and (max-width: 500px) {
      .SiteHeader .HeaderNav__list {
        padding: 60px 5vw; } }
    .SiteHeader .HeaderNav__list .main-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      list-style-type: none;
      padding: 0;
      margin: 0; }
      @media only screen and (max-width: 1150px) {
        .SiteHeader .HeaderNav__list .main-menu {
          display: -ms-grid;
          display: grid;
          -ms-grid-columns: 100%;
          grid-template-columns: 100%; } }
      .SiteHeader .HeaderNav__list .main-menu > li > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #fff;
        font-size: 18px;
        letter-spacing: .08em;
        text-decoration: none;
        height: 5.2vw;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        grid-column-gap: 10px;
        position: relative;
        max-height: 100px;
        font-weight: 700;
        text-transform: uppercase;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        @media only screen and (max-width: 1550px) {
          .SiteHeader .HeaderNav__list .main-menu > li > a {
            font-size: 14px;
            letter-spacing: .04em; } }
        @media only screen and (max-width: 1150px) {
          .SiteHeader .HeaderNav__list .main-menu > li > a {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            width: 100%;
            text-align: center;
            font-size: 20px;
            height: 50px;
            font-weight: 700;
            letter-spacing: .08em;
            color: #05182c; } }
        @media only screen and (max-width: 500px) {
          .SiteHeader .HeaderNav__list .main-menu > li > a {
            font-size: 17px;
            height: 40px; } }
        .SiteHeader .HeaderNav__list .main-menu > li > a svg {
          width: 25px;
          height: 25px;
          fill: #fff;
          -webkit-transition: .3s all ease;
          -o-transition: .3s all ease;
          transition: .3s all ease; }
          @media only screen and (max-width: 1150px) {
            .SiteHeader .HeaderNav__list .main-menu > li > a svg {
              fill: #05182c; } }
        .SiteHeader .HeaderNav__list .main-menu > li > a .hover-box {
          position: relative; }
          .SiteHeader .HeaderNav__list .main-menu > li > a .hover-box:after {
            content: '';
            position: absolute;
            height: 10px;
            width: 35px;
            left: -5px;
            top: calc(50% + 1px);
            border-left: 2px solid #1f7dde;
            border-bottom: 2px solid #1f7dde;
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
            -webkit-transform: scale(0);
            -ms-transform: scale(0);
            transform: scale(0);
            -webkit-transform-origin: center;
            -ms-transform-origin: center;
            transform-origin: center; }
          .SiteHeader .HeaderNav__list .main-menu > li > a .hover-box:before {
            content: '';
            position: absolute;
            height: 10px;
            width: 35px;
            right: -5px;
            top: calc(50% - 12px);
            border-right: 2px solid #1f7dde;
            border-top: 2px solid #1f7dde;
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
            -webkit-transform: scale(0);
            -ms-transform: scale(0);
            transform: scale(0);
            -webkit-transform-origin: center;
            -ms-transform-origin: center;
            transform-origin: center; }
      .SiteHeader .HeaderNav__list .main-menu > li > label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #05182c;
        font-size: 20px;
        letter-spacing: .08em;
        text-decoration: none;
        height: 50px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        text-align: center;
        cursor: pointer;
        font-weight: 700;
        text-transform: uppercase; }
        @media only screen and (max-width: 500px) {
          .SiteHeader .HeaderNav__list .main-menu > li > label {
            font-size: 17px;
            height: 40px; } }
        .SiteHeader .HeaderNav__list .main-menu > li > label svg {
          position: absolute;
          top: 50%;
          right: 0;
          width: 14px;
          height: 14px;
          fill: #de1f26;
          -webkit-transform: translateY(-50%) rotate(-90deg);
          -ms-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg); }
      @media only screen and (min-width: 1151px) {
        .SiteHeader .HeaderNav__list .main-menu > li:hover a {
          color: #de1f26; }
          .SiteHeader .HeaderNav__list .main-menu > li:hover a svg {
            fill: #1f7dde; }
          .SiteHeader .HeaderNav__list .main-menu > li:hover a .hover-box:before {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1); }
          .SiteHeader .HeaderNav__list .main-menu > li:hover a .hover-box:after {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1); } }
      .SiteHeader .HeaderNav__list .main-menu .has-submenu {
        position: relative; }
        @media only screen and (max-width: 1150px) {
          .SiteHeader .HeaderNav__list .main-menu .has-submenu {
            position: unset; } }
        .SiteHeader .HeaderNav__list .main-menu .has-submenu a svg {
          width: 12px;
          height: 12px;
          fill: #de1f26; }
        .SiteHeader .HeaderNav__list .main-menu .has-submenu .submenu {
          position: absolute;
          list-style-type: none;
          background-image: url("/Content/images/MenuBack.jpg");
          background-repeat: repeat;
          border-radius: 5px;
          padding: 10px 10px;
          display: -ms-grid;
          display: grid;
          grid-row-gap: 10px;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          left: calc(50% - 50px);
          width: 100%;
          min-width: 200px;
          opacity: 0;
          pointer-events: none;
          -webkit-transition: .3s all ease;
          -o-transition: .3s all ease;
          transition: .3s all ease; }
          @media only screen and (max-width: 1150px) {
            .SiteHeader .HeaderNav__list .main-menu .has-submenu .submenu {
              left: -50px;
              width: 100%;
              height: 100%;
              top: 0;
              -webkit-transform: translateX(0);
              -ms-transform: translateX(0);
              transform: translateX(0);
              background-image: url("/Content/images/MenuBack.jpg");
              background-repeat: repeat;
              z-index: 1;
              padding: 80px 5vw;
              font-weight: 700;
              -ms-flex-line-pack: start;
              align-content: flex-start; }
              .SiteHeader .HeaderNav__list .main-menu .has-submenu .submenu .return {
                font-size: 15px;
                text-transform: uppercase;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                cursor: pointer;
                grid-column-gap: 5px;
                margin-bottom: 20px; } }
    @media only screen and (max-width: 1150px) and (max-width: 500px) {
      .SiteHeader .HeaderNav__list .main-menu .has-submenu .submenu .return {
        font-size: 13px; } }
          @media only screen and (max-width: 1150px) {
                .SiteHeader .HeaderNav__list .main-menu .has-submenu .submenu .return svg {
                  height: 12px;
                  width: 12px;
                  fill: #261c1a;
                  -webkit-transform: rotate(90deg);
                  -ms-transform: rotate(90deg);
                  transform: rotate(90deg); } }
      @media only screen and (max-width: 1150px) and (max-width: 500px) {
        .SiteHeader .HeaderNav__list .main-menu .has-submenu .submenu .return svg {
          height: 10px;
          width: 10px; } }
          @media only screen and (max-width: 1150px) {
            .SiteHeader .HeaderNav__list .main-menu .has-submenu .submenu {
              grid-row-gap: 0; } }
          .SiteHeader .HeaderNav__list .main-menu .has-submenu .submenu li a {
            text-align: center;
            display: block;
            padding: 10px;
            color: #05182c;
            text-decoration: none;
            font-weight: 600;
            position: relative;
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease; }
            @media only screen and (max-width: 1150px) {
              .SiteHeader .HeaderNav__list .main-menu .has-submenu .submenu li a {
                height: 50px;
                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;
                font-size: 20px;
                font-weight: 700;
                text-transform: uppercase; } }
            @media only screen and (max-width: 500px) {
              .SiteHeader .HeaderNav__list .main-menu .has-submenu .submenu li a {
                font-size: 17px;
                height: 40px; } }
            .SiteHeader .HeaderNav__list .main-menu .has-submenu .submenu li a:after {
              content: '';
              position: absolute;
              height: 100%;
              width: 100%;
              left: 0;
              top: 0;
              background: #de1f26;
              -webkit-transition: .3s all ease;
              -o-transition: .3s all ease;
              transition: .3s all ease;
              z-index: -1;
              border-radius: 5px;
              -webkit-transform: scaleX(0);
              -ms-transform: scaleX(0);
              transform: scaleX(0);
              -webkit-transform-origin: center;
              -ms-transform-origin: center;
              transform-origin: center; }
            @media only screen and (min-width: 1151px) {
              .SiteHeader .HeaderNav__list .main-menu .has-submenu .submenu li a:hover {
                color: #fff; }
                .SiteHeader .HeaderNav__list .main-menu .has-submenu .submenu li a:hover:after {
                  -webkit-transform: scaleX(1);
                  -ms-transform: scaleX(1);
                  transform: scaleX(1); } }
        @media only screen and (min-width: 1151px) {
          .SiteHeader .HeaderNav__list .main-menu .has-submenu:hover .submenu {
            left: 50%;
            opacity: 1;
            pointer-events: all; }
          .SiteHeader .HeaderNav__list .main-menu .has-submenu:hover svg {
            -webkit-animation: SVGBounce 1.1s infinite;
            animation: SVGBounce 1.1s infinite;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear; } }
  .SiteHeader .hamburgerMenu {
    display: none;
    position: absolute;
    z-index: 10;
    top: 30px;
    cursor: pointer;
    height: 32px;
    width: 40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    /*@include for-size(500) {
			top: 20px;
		}*/ }
    @media only screen and (max-width: 1150px) {
      .SiteHeader .hamburgerMenu {
        display: block; } }
    .SiteHeader .hamburgerMenu .line {
      position: absolute;
      display: block;
      background: #fff;
      width: 40px;
      height: 4px;
      border-radius: 3px;
      left: 50%;
      right: auto;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-transition: all 0.6s ease;
      -o-transition: all 0.6s ease;
      transition: all 0.6s ease; }
      .SiteHeader .hamburgerMenu .line.line-1 {
        top: 0px; }
      .SiteHeader .hamburgerMenu .line.line-2 {
        top: 13px; }
      .SiteHeader .hamburgerMenu .line.line-3 {
        top: 26px; }
      .SiteHeader .hamburgerMenu .line.line-4 {
        top: 13px;
        width: 40px;
        -webkit-transform: translateX(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
        transform: translateX(-50%) rotate(45deg);
        opacity: 0;
        background: #261c1a; }
      .SiteHeader .hamburgerMenu .line.line-5 {
        top: 13px;
        width: 40px;
        -webkit-transform: translateX(-50%) rotate(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
        transform: translateX(-50%) rotate(-45deg);
        opacity: 0;
        background: #261c1a; }
  .SiteHeader #nav-toggle:checked ~ .hamburgerMenu .line {
    background: #fff; }
    .SiteHeader #nav-toggle:checked ~ .hamburgerMenu .line.line-1 {
      opacity: 0;
      left: calc(50% - 10px); }
    .SiteHeader #nav-toggle:checked ~ .hamburgerMenu .line.line-2 {
      opacity: 0;
      left: calc(50% + 10px); }
    .SiteHeader #nav-toggle:checked ~ .hamburgerMenu .line.line-3 {
      opacity: 0;
      left: calc(50% - 10px); }
    .SiteHeader #nav-toggle:checked ~ .hamburgerMenu .line.line-4 {
      opacity: 1;
      background: #261c1a; }
    .SiteHeader #nav-toggle:checked ~ .hamburgerMenu .line.line-5 {
      opacity: 1;
      background: #261c1a; }
  .SiteHeader #nav-toggle:checked ~ .HeaderNav__list {
    opacity: 1;
    pointer-events: all;
    left: 0; }
  .SiteHeader .has-submenu input:checked ~ .submenu {
    opacity: 1 !important;
    left: 0 !important;
    pointer-events: all !important; }
  .SiteHeader .cart-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 14px;
    list-style-type: none;
    padding: 0;
    gap: 30px; }
    @media only screen and (max-width: 1150px) {
      .SiteHeader .cart-wrapper {
        gap: 50px; } }
    @media only screen and (max-width: 800px) {
      .SiteHeader .cart-wrapper {
        gap: 30px; } }
    @media only screen and (max-width: 500px) {
      .SiteHeader .cart-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0px; } }
    .SiteHeader .cart-wrapper li a {
      font-size: 17px;
      font-weight: 600;
      color: #fff;
      text-decoration: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      grid-column-gap: 8px;
      text-align: right; }
      .SiteHeader .cart-wrapper li a .hide-phone {
        display: none; }
      @media only screen and (max-width: 500px) {
        .SiteHeader .cart-wrapper li a.login-hide {
          display: none; } }
      .SiteHeader .cart-wrapper li a svg {
        height: 35px;
        width: 35px;
        fill: #fff; }

.mobile-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 5%;
  height: 90px; }
  @media only screen and (max-width: 500px) {
    .mobile-cta {
      height: 80px; } }

footer {
  background-image: url("/Content/images/FooterBackground.jpg");
  background-size: cover;
  padding-top: 40px; }
  footer .FooterNav .footer-menu {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 550px 520px 550px;
    grid-template-columns: 550px 520px 550px;
    list-style-type: none;
    padding: 0;
    margin: 0 0 20px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media only screen and (max-width: 1700px) {
      footer .FooterNav .footer-menu {
        -ms-grid-columns: 1fr calc(25vw + 40px) 1fr;
        grid-template-columns: 1fr calc(25vw + 40px) 1fr; } }
    @media only screen and (max-width: 1300px) {
      footer .FooterNav .footer-menu {
        -ms-grid-columns: 1fr 17% 1fr;
        grid-template-columns: 1fr 17% 1fr;
        grid-column-gap: 20px; } }
    @media only screen and (max-width: 1000px) {
      footer .FooterNav .footer-menu {
        -ms-grid-columns: 1fr 10% 1fr;
        grid-template-columns: 1fr 10% 1fr;
        grid-column-gap: 10px; } }
    @media only screen and (max-width: 800px) {
      footer .FooterNav .footer-menu {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-grid-columns: 1fr 20% 1fr;
        grid-template-columns: 1fr 20% 1fr; } }
    @media only screen and (max-width: 500px) {
      footer .FooterNav .footer-menu {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        grid-column-gap: 0; } }
    footer .FooterNav .footer-menu .footer-logo-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media only screen and (max-width: 500px) {
        footer .FooterNav .footer-menu .footer-logo-wrapper {
          -ms-grid-column: 1;
          -ms-grid-column-span: 1;
          grid-column: 1/2;
          -ms-grid-row: 1;
          -ms-grid-row-span: 1;
          grid-row: 1/2;
          padding-bottom: 20px; } }
      footer .FooterNav .footer-menu .footer-logo-wrapper a img {
        display: block;
        width: 100%;
        max-width: 350px;
        height: auto;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center; }
        @media only screen and (max-width: 500px) {
          footer .FooterNav .footer-menu .footer-logo-wrapper a img {
            max-width: 125px; } }
      @media only screen and (min-width: 1001px) {
        footer .FooterNav .footer-menu .footer-logo-wrapper a:hover img {
          -webkit-filter: drop-shadow(2px 4px 6px black);
          filter: drop-shadow(2px 4px 6px black);
          -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
          transform: scale(1.05); } }
    footer .FooterNav .footer-menu .main-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      list-style-type: none;
      padding: 0;
      margin: 0; }
      @media only screen and (max-width: 800px) {
        footer .FooterNav .footer-menu .main-menu {
          display: -ms-grid;
          display: grid;
          justify-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      footer .FooterNav .footer-menu .main-menu > li > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #fff;
        font-size: 18px;
        letter-spacing: .08em;
        text-decoration: none;
        height: 5.2vw;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        grid-column-gap: 10px;
        position: relative;
        max-height: 100px;
        font-weight: 700;
        text-transform: uppercase;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        @media only screen and (max-width: 1300px) {
          footer .FooterNav .footer-menu .main-menu > li > a {
            font-size: 16px; } }
        @media only screen and (max-width: 1000px) {
          footer .FooterNav .footer-menu .main-menu > li > a {
            font-size: 14px; } }
        @media only screen and (max-width: 800px) {
          footer .FooterNav .footer-menu .main-menu > li > a {
            height: 30px; } }
        footer .FooterNav .footer-menu .main-menu > li > a:after {
          content: '';
          position: absolute;
          height: 10px;
          width: 35px;
          left: -5px;
          top: calc(50% + 1px);
          border-left: 2px solid #1f7dde;
          border-bottom: 2px solid #1f7dde;
          -webkit-transition: .3s all ease;
          -o-transition: .3s all ease;
          transition: .3s all ease;
          -webkit-transform: scale(0);
          -ms-transform: scale(0);
          transform: scale(0);
          -webkit-transform-origin: center;
          -ms-transform-origin: center;
          transform-origin: center; }
        footer .FooterNav .footer-menu .main-menu > li > a:before {
          content: '';
          position: absolute;
          height: 10px;
          width: 35px;
          right: -5px;
          top: calc(50% - 12px);
          border-right: 2px solid #1f7dde;
          border-top: 2px solid #1f7dde;
          -webkit-transition: .3s all ease;
          -o-transition: .3s all ease;
          transition: .3s all ease;
          -webkit-transform: scale(0);
          -ms-transform: scale(0);
          transform: scale(0);
          -webkit-transform-origin: center;
          -ms-transform-origin: center;
          transform-origin: center; }
        @media only screen and (min-width: 1001px) {
          footer .FooterNav .footer-menu .main-menu > li > a:hover {
            color: #de1f26; }
            footer .FooterNav .footer-menu .main-menu > li > a:hover:before {
              -webkit-transform: scale(1);
              -ms-transform: scale(1);
              transform: scale(1); }
            footer .FooterNav .footer-menu .main-menu > li > a:hover:after {
              -webkit-transform: scale(1);
              -ms-transform: scale(1);
              transform: scale(1); } }
  footer .center {
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 600; }
  footer .footer-lower {
    padding-bottom: 15px; }
    footer .footer-lower p {
      margin: 0;
      text-align: center;
      color: #1a3a5c;
      font-size: 14px;
      font-weight: 700;
      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;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media only screen and (max-width: 1000px) {
        footer .footer-lower p {
          font-size: 12px; } }
      @media only screen and (max-width: 1000px) {
        footer .footer-lower p .footer-copy {
          width: 100%;
          margin-bottom: 15px; } }
      footer .footer-lower p a {
        color: #1a3a5c;
        text-decoration: underline;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        position: relative;
        margin-right: 10px; }
        @media only screen and (min-width: 1001px) {
          footer .footer-lower p a:hover {
            color: #1f7dde; } }
      footer .footer-lower p .footer-cc {
        width: 40px;
        height: 25px;
        background: #fff;
        border-radius: 3px;
        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;
        position: relative;
        margin: 0 3px; }
        footer .footer-lower p .footer-cc img {
          position: absolute;
          left: 5%;
          top: 8%;
          width: 90%;
          height: 84%;
          -o-object-fit: contain;
          object-fit: contain;
          -o-object-position: center;
          object-position: center; }

/* BASE STYLE
======================================================= */
body {
  background: #fff;
  color: #000;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  border-top: 4px solid #de1f26;
  width: 100%;
  overflow-x: clip;
  scroll-behavior: smooth; }

main {
  line-height: 1.2; }

.px {
  padding-left: 5vw;
  padding-right: 5vw; }
  @media only screen and (min-width: 2001px) {
    .px {
      padding-left: 100px;
      padding-right: 100px; } }

.pxx {
  padding-left: 7.5vw;
  padding-right: 7.5vw; }
  @media only screen and (min-width: 2001px) {
    .pxx {
      padding-left: 150px;
      padding-right: 150px; } }

.py {
  padding-top: 110px;
  padding-bottom: 100px;
  /*	@include for-size(500) {
		padding-top:50px;
		
	}*/ }
  @media only screen and (max-width: 1300px) {
    .py {
      padding-top: 90px;
      padding-bottom: 80px; } }
  @media only screen and (max-width: 1000px) {
    .py {
      padding-top: 80px;
      padding-bottom: 60px; } }

.pt {
  padding-top: 110px; }
  @media only screen and (max-width: 1300px) {
    .pt {
      padding-top: 90px; } }
  @media only screen and (max-width: 1000px) {
    .pt {
      padding-top: 80px; } }
  @media only screen and (max-width: 500px) {
    .pt {
      padding-top: 50px; } }

/* CONTENT STYLING
======================================================= */
h1, h2, h3, h4, h5, h6 {
  color: #000;
  line-height: 1.1; }

h1 {
  text-transform: uppercase;
  color: #05182c;
  letter-spacing: .04em;
  font-size: clamp(24px, 3.3vw, 52px);
  line-height: 1;
  margin: 0 0 40px; }
  @media only screen and (max-width: 1300px) {
    h1 {
      margin: 0 0 30px; } }
  @media only screen and (max-width: 500px) {
    h1 {
      text-align: center; } }

h2 {
  font-size: clamp(22px, 5vw, 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: .05em;
  gap: 15px;
  margin-top: 0; }
  h2 .red-box {
    font-size: 1.6em;
    position: relative;
    display: inline-block;
    text-shadow: -0.08em 0.02em 0 #261c1a;
    padding: 0 20px;
    z-index: 1; }
    @media only screen and (max-width: 500px) {
      h2 .red-box {
        padding: 5px 8px; } }
    h2 .red-box:before {
      content: '';
      -webkit-transform: skewY(-3deg);
      -ms-transform: skewY(-3deg);
      transform: skewY(-3deg);
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: -1;
      background: #de1f26; }

h3 {
  margin: 0 0 30px;
  font-size: clamp(20px, 4vw, 40px); }

h4 {
  font-size: 1.4em; }

h5, h6 {
  font-size: 1.2em; }

a {
  color: #de1f26;
  font-weight: 600; }

p {
  letter-spacing: .08em; }

a:hover, a:focus {
  color: #1f7dde;
  text-decoration: none; }

.btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (max-width: 800px) {
    .btn-wrapper {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.btn {
  width: 300px;
  height: 65px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 7px;
  column-gap: 7px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .08em;
  max-width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: .4s all ease;
  -o-transition: .4s all ease;
  transition: .4s all ease;
  font-size: 18px;
  cursor: pointer; }
  @media only screen and (max-width: 1300px) {
    .btn {
      width: 280px;
      height: 55px; } }
  @media only screen and (max-width: 1000px) {
    .btn {
      width: 250px;
      height: 45px;
      font-size: 16px; } }
  @media only screen and (max-width: 800px) {
    .btn {
      width: 280px;
      height: 60px;
      font-size: 17px; } }
  @media only screen and (max-width: 500px) {
    .btn {
      margin: 0 auto; } }
  .btn:before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: scaleX(0) skewY(12deg);
    -ms-transform: scaleX(0) skewY(12deg);
    transform: scaleX(0) skewY(12deg);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transition: .4s all ease;
    -o-transition: .4s all ease;
    transition: .4s all ease; }
  .btn:after {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: scaleX(0) skewY(-12deg);
    -ms-transform: scaleX(0) skewY(-12deg);
    transform: scaleX(0) skewY(-12deg);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: .4s all ease;
    -o-transition: .4s all ease;
    transition: .4s all ease; }
  @media only screen and (min-width: 1001px) {
    .btn:hover:before {
      -webkit-transform: scaleX(1) skewY(0deg);
      -ms-transform: scaleX(1) skewY(0deg);
      transform: scaleX(1) skewY(0deg); }
    .btn:hover:after {
      -webkit-transform: scaleX(1) skewY(0deg);
      -ms-transform: scaleX(1) skewY(0deg);
      transform: scaleX(1) skewY(0deg); } }
  .btn img {
    width: 18px;
    height: auto;
    display: block; }
  .btn svg {
    fill: #fff;
    height: 18px;
    width: 18px;
    -webkit-transition: .4s all ease;
    -o-transition: .4s all ease;
    transition: .4s all ease; }
  .btn.red-btn {
    color: #fff;
    background: #de1f26;
    border: none; }
    .btn.red-btn:before {
      background: #1f7dde; }
    .btn.red-btn:after {
      background: #1f7dde; }
  .btn.blue-btn {
    color: #261c1a;
    background: transparent;
    border: 4px solid #1f7dde;
    font-weight: 700;
    letter-spacing: .02em; }
    .btn.blue-btn:before {
      background: #fff; }
    .btn.blue-btn:after {
      background: #fff; }
  .btn.account-btn {
    color: #fff;
    background: transparent;
    border: 4px solid #fff;
    font-weight: 700;
    letter-spacing: .02em; }
    .btn.account-btn img {
      width: 40px;
      height: auto;
      display: block; }
    .btn.account-btn:before {
      background: #1f7dde; }
    .btn.account-btn:after {
      background: #1f7dde; }
  .btn.darkblue-btn {
    color: #261c1a;
    background: transparent;
    border: 4px solid #05182c;
    font-weight: 700;
    letter-spacing: .02em; }
    @media only screen and (min-width: 1001px) {
      .btn.darkblue-btn:hover {
        color: #fff; } }
    .btn.darkblue-btn:before {
      background: #1f7dde; }
    .btn.darkblue-btn:after {
      background: #1f7dde; }
  .btn.transparent-btn {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px; }
    @media only screen and (max-width: 1000px) {
      .btn.transparent-btn {
        height: 35px; } }
    @media only screen and (max-width: 800px) {
      .btn.transparent-btn {
        height: 60px; } }
    @media only screen and (min-width: 1001px) {
      .btn.transparent-btn:hover {
        color: #1f7dde; }
        .btn.transparent-btn:hover svg {
          fill: #de1f26;
          height: 28px;
          width: 28px; } }

.ripped-blue {
  position: relative;
  background: #1f7dde; }
  .ripped-blue.top:before {
    content: '';
    background-image: url("/Content/images/BlueBefore.png");
    background-size: 2000px;
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 100%;
    height: 40px;
    top: 1px;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    position: absolute;
    z-index: 1; }
    @media only screen and (min-width: 2001px) {
      .ripped-blue.top:before {
        background-size: 100%;
        width: 3vw; } }
  .ripped-blue.bottom:after {
    content: '';
    background-image: url("/Content/images/BlueAfter.png");
    background-size: 2000px;
    background-position: top center;
    background-repeat: no-repeat;
    bottom: 1px;
    -webkit-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    position: absolute;
    width: 100%;
    left: 50%;
    height: 30px; }
    @media only screen and (min-width: 2001px) {
      .ripped-blue.bottom:after {
        background-size: 100%;
        width: 3vw; } }

.ripped-darkblue {
  position: relative;
  background: #05182c; }
  .ripped-darkblue.top:before {
    content: '';
    background-image: url("/Content/images/DarkBlueBefore.png");
    background-size: 2000px;
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 100%;
    height: 40px;
    top: 1px;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    position: absolute; }
    @media only screen and (min-width: 2001px) {
      .ripped-darkblue.top:before {
        background-size: 100%;
        width: 3vw; } }
  .ripped-darkblue.bottom:after {
    content: '';
    background-image: url("/Content/images/DarkBlueAfter.png");
    background-size: 2000px;
    background-position: top center;
    background-repeat: no-repeat;
    bottom: 1px;
    -webkit-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    position: absolute;
    width: 100%;
    left: 50%;
    height: 30px; }
    @media only screen and (min-width: 2001px) {
      .ripped-darkblue.bottom:after {
        background-size: 100%;
        width: 3vw; } }

.ripped-red {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#cd1d23), color-stop(20%, #de1f26));
  background: -webkit-linear-gradient(top, #cd1d23 0%, #de1f26 20%);
  background: -o-linear-gradient(top, #cd1d23 0%, #de1f26 20%);
  background: linear-gradient(180deg, #cd1d23 0%, #de1f26 20%); }
  .ripped-red.top:before {
    content: '';
    background-image: url("/Content/images/RedBefore.png");
    background-size: 2000px;
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 100%;
    height: 40px;
    top: 1px;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    position: absolute; }
    @media only screen and (min-width: 2001px) {
      .ripped-red.top:before {
        background-size: 100%;
        width: 3vw; } }
  .ripped-red.bottom:after {
    content: '';
    background-image: url("/Content/images/RedAfter.png");
    background-size: 2000px;
    background-position: top center;
    background-repeat: no-repeat;
    bottom: 1px;
    -webkit-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    position: absolute;
    width: 100%;
    left: 50%;
    height: 30px; }
    @media only screen and (min-width: 2001px) {
      .ripped-red.bottom:after {
        background-size: 100%;
        width: 3vw; } }

.newsletter {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 60px; }
  @media only screen and (max-width: 1000px) {
    .newsletter {
      padding-top: 20px;
      padding-bottom: 25px; } }
  @media only screen and (max-width: 500px) {
    .newsletter {
      padding-top: 1px;
      padding-bottom: 5px; } }
  .newsletter h5 {
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: clamp(20px, 2.5vw, 28px);
    letter-spacing: .05em;
    margin: 0 0 40px; }
    @media only screen and (max-width: 500px) {
      .newsletter h5 {
        margin: 0 0 20px; } }
  .newsletter #mc_embed_signup div#mce-responses {
    position: absolute; }
  .newsletter #mc_embed_signup_scroll {
    max-width: 100%; }
  .newsletter #mc_embed_signup form {
    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; }
    .newsletter #mc_embed_signup form .form-grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 10px; }
    .newsletter #mc_embed_signup form .mc-field-group {
      width: 450px;
      float: none;
      padding-bottom: 0; }
      .newsletter #mc_embed_signup form .mc-field-group input {
        height: 75px;
        width: 100%;
        max-width: 100%;
        border-radius: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px;
        color: #444;
        background: #fff;
        border: none !important;
        font-weight: 600; }
        @media only screen and (max-width: 500px) {
          .newsletter #mc_embed_signup form .mc-field-group input {
            height: 50px; } }
        .newsletter #mc_embed_signup form .mc-field-group input::-webkit-input-placeholder {
          color: #777; }
        .newsletter #mc_embed_signup form .mc-field-group input:-ms-input-placeholder {
          color: #777; }
        .newsletter #mc_embed_signup form .mc-field-group input::-ms-input-placeholder {
          color: #777; }
        .newsletter #mc_embed_signup form .mc-field-group input::placeholder {
          color: #777; }
    .newsletter #mc_embed_signup form .optionalParent .foot {
      display: block; }
    .newsletter #mc_embed_signup form .optionalParent input {
      width: 95px;
      height: 75px;
      background: #05182c;
      color: #fff;
      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-radius: 5px;
      font-weight: 700;
      text-transform: uppercase;
      border: none;
      font-size: 20px;
      margin: 0; }
      @media only screen and (max-width: 500px) {
        .newsletter #mc_embed_signup form .optionalParent input {
          height: 50px; } }
  .newsletter #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    margin: 0;
    color: #261c1a;
    font-weight: 600;
    position: absolute;
    bottom: -30px;
    height: 25px;
    width: 100%;
    text-align: center;
    border-radius: 3px; }
  .newsletter #mc_embed_signup #mce-responses {
    position: absolute;
    float: none;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    width: 100%;
    top: 100%;
    display: block;
    text-align: center; }
    .newsletter #mc_embed_signup #mce-responses .response {
      color: #fff;
      margin: 0; }

.social {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  z-index: 2; }
  @media only screen and (max-width: 1550px) {
    .social {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media only screen and (max-width: 1000px) {
    .social {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .social .background-text {
    position: absolute;
    bottom: -29px;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    overflow: hidden; }
    @media only screen and (max-width: 1550px) {
      .social .background-text {
        bottom: -27px; } }
    @media only screen and (max-width: 1300px) {
      .social .background-text {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        bottom: unset;
        top: 50%; } }
    @media only screen and (max-width: 800px) {
      .social .background-text {
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        top: -13px; } }
    @media only screen and (max-width: 500px) {
      .social .background-text {
        top: -15px; } }
    .social .background-text span {
      display: block;
      margin: 0;
      line-height: .85em;
      font-size: 300px;
      text-transform: uppercase;
      font-weight: 700;
      color: #1c70c8; }
      @media only screen and (max-width: 1550px) {
        .social .background-text span {
          font-size: 250px; } }
      @media only screen and (max-width: 1300px) {
        .social .background-text span {
          font-size: 19vw; } }
      @media only screen and (max-width: 500px) {
        .social .background-text span {
          font-size: 20vw; } }
  .social .social-btn-wrapper {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-column-gap: 10px;
    -ms-grid-columns: (375px)[3];
    grid-template-columns: repeat(3, 375px);
    z-index: 2;
    position: relative; }
    @media only screen and (max-width: 1700px) {
      .social .social-btn-wrapper {
        -ms-grid-columns: (calc(25% - (30px/4)))[3];
        grid-template-columns: repeat(3, calc(25% - (30px/4))); } }
    @media only screen and (max-width: 800px) {
      .social .social-btn-wrapper {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        grid-row-gap: 10px; } }
    .social .social-btn-wrapper .social-btn {
      width: 100%;
      height: 85px;
      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;
      background: #fff;
      border-radius: 10px; }
      @media only screen and (max-width: 1550px) {
        .social .social-btn-wrapper .social-btn {
          height: 65px; } }
      .social .social-btn-wrapper .social-btn img {
        display: block;
        max-width: 90%;
        height: auto; }
        @media only screen and (max-width: 1550px) {
          .social .social-btn-wrapper .social-btn img {
            width: 145px; } }
        @media only screen and (max-width: 1000px) {
          .social .social-btn-wrapper .social-btn img {
            width: 125px; } }
      @media only screen and (min-width: 1001px) {
        .social .social-btn-wrapper .social-btn:hover {
          -webkit-animation-name: wobble-vertical;
          animation-name: wobble-vertical;
          -webkit-animation-duration: 1s;
          animation-duration: 1s;
          -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
          -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1; } }

.pagination {
  text-align: center; }

.pagination .disabled {
  cursor: not-allowed;
  text-decoration: none;
  color: inherit; }

.pagination .hidden {
  display: none; }

.pagination .page_previous, .pagination .page_link, .pagination .ellipsis {
  margin-right: 0.2em; }

/* Default */
#ContactForm .contact-form-grid {
  display: -ms-grid;
  display: grid;
  grid-row-gap: 15px;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%; }
  #ContactForm .contact-form-grid .btn {
    margin: 0 auto; }

#ContactForm label {
  display: none; }

#ContactForm input[type="text"], #ContactForm input[type="email"], #ContactForm input[type="password"], #ContactForm input[type="tel"], #ContactForm input[type="number"], #ContactForm textarea {
  border: none;
  color: #444;
  font-size: 1.2em;
  padding: 2px 10px;
  height: 35px;
  width: 100%;
  border-radius: 10px; }

#ContactForm textarea {
  height: 150px; }

#ContactForm input:focus, #ContactForm textarea:focus {
  border: 1px solid #1f7dde; }

#ContactForm label.error {
  display: inline;
  color: #fff;
  margin-left: 5px; }

#ContactForm input.error, #ContactForm textarea.error {
  border: none;
  color: #de1f26;
  background-color: #e6f1fc; }

#ContactFormCaptcha {
  margin-top: 0px; }

#youtubevid {
  margin-top: 10px;
  margin-bottom: 15px; }

@-webkit-keyframes SVGBounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  25% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px); }
  75% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes SVGBounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  25% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px); }
  75% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@-webkit-keyframes SVGPulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes SVGPulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes wobble-rotate {
  16.65% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg); }
  33.3% {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg); }
  49.95% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg); }
  66.6% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  83.25% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes wobble-rotate {
  16.65% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg); }
  33.3% {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg); }
  49.95% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg); }
  66.6% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  83.25% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }
