@charset "UTF-8";
/* overlay */
/* Share Color
------------------------------------------------------ */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

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

.gap-15 {
  margin-right: -7.5px;
  margin-left: -7.5px; }
  .gap-15 > .col,
  .gap-15 > [class*="col-"] {
    padding-right: 7.5px;
    padding-left: 7.5px; }

.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,
[class|="col-xxl"] {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

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

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

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

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

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

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

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

@media (min-width: 576px) {
  .container {
    max-width: 540px; }
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; }
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .gap-40 {
    margin-right: -20px;
    margin-left: -20px; }
    .gap-40 > .col,
    .gap-40 > [class*="col-"] {
      padding-right: 20px;
      padding-left: 20px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; }
  .gap-60 {
    margin-right: -30px;
    margin-left: -30px; }
    .gap-60 > .col,
    .gap-60 > [class*="col-"] {
      padding-right: 30px;
      padding-left: 30px; }
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1140px; }
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

@font-face {
  font-family: "RNS Sanz";
  src: url("../fonts/rns-sanz/RNSSanz-Light.eot");
  src: url("../fonts/rns-sanz/RNSSanz-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/rns-sanz/RNSSanz-Light.woff2") format("woff2"), url("../fonts/rns-sanz/RNSSanz-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "RNS Sanz";
  src: url("../fonts/rns-sanz/RNSSanz-Normal.eot");
  src: url("../fonts/rns-sanz/RNSSanz-Normal.eot?#iefix") format("embedded-opentype"), url("../fonts/rns-sanz/RNSSanz-Normal.woff2") format("woff2"), url("../fonts/rns-sanz/RNSSanz-Normal.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "RNS Sanz";
  src: url("../fonts/rns-sanz/RNSSanz-Medium.eot");
  src: url("../fonts/rns-sanz/RNSSanz-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/rns-sanz/RNSSanz-Medium.woff2") format("woff2"), url("../fonts/rns-sanz/RNSSanz-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "RNS Sanz";
  src: url("../fonts/rns-sanz/RNSSanz-SemiBold.eot");
  src: url("../fonts/rns-sanz/RNSSanz-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/rns-sanz/RNSSanz-SemiBold.woff2") format("woff2"), url("../fonts/rns-sanz/RNSSanz-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "RNS Sanz";
  src: url("../fonts/rns-sanz/RNSSanz-Bold.eot");
  src: url("../fonts/rns-sanz/RNSSanz-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/rns-sanz/RNSSanz-Bold.woff2") format("woff2"), url("../fonts/rns-sanz/RNSSanz-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "RNS Sanz";
  src: url("../fonts/rns-sanz/RNSSanz-ExtraBold.eot");
  src: url("../fonts/rns-sanz/RNSSanz-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/rns-sanz/RNSSanz-ExtraBold.woff2") format("woff2"), url("../fonts/rns-sanz/RNSSanz-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "RNS Sanz";
  src: url("../fonts/rns-sanz/RNSSanz-Black.eot");
  src: url("../fonts/rns-sanz/RNSSanz-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/rns-sanz/RNSSanz-Black.woff2") format("woff2"), url("../fonts/rns-sanz/RNSSanz-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Luxora Grotesk";
  src: url("../fonts/luxora-grotesk/LuxoraGrotesk-Thin.eot");
  src: url("../fonts/luxora-grotesk/LuxoraGrotesk-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/luxora-grotesk/LuxoraGrotesk-Thin.woff2") format("woff2"), url("../fonts/luxora-grotesk/LuxoraGrotesk-Thin.woff") format("woff"), url("../fonts/luxora-grotesk/LuxoraGrotesk-Thin.svg#LuxoraGrotesk-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Luxora Grotesk";
  src: url("../fonts/luxora-grotesk/LuxoraGrotesk-ThinItalic.eot");
  src: url("../fonts/luxora-grotesk/LuxoraGrotesk-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/luxora-grotesk/LuxoraGrotesk-ThinItalic.woff2") format("woff2"), url("../fonts/luxora-grotesk/LuxoraGrotesk-ThinItalic.woff") format("woff"), url("../fonts/luxora-grotesk/LuxoraGrotesk-ThinItalic.svg#LuxoraGrotesk-ThinItalic") format("svg");
  font-weight: 100;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: "Luxora Grotesk";
  src: url("../fonts/luxora-grotesk/LuxoraGrotesk-Light.eot");
  src: url("../fonts/luxora-grotesk/LuxoraGrotesk-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/luxora-grotesk/LuxoraGrotesk-Light.woff2") format("woff2"), url("../fonts/luxora-grotesk/LuxoraGrotesk-Light.woff") format("woff"), url("../fonts/luxora-grotesk/LuxoraGrotesk-Light.svg#LuxoraGrotesk-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Luxora Grotesk";
  src: url("../fonts/luxora-grotesk/LuxoraGrotesk-LightItalic.eot");
  src: url("../fonts/luxora-grotesk/LuxoraGrotesk-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/luxora-grotesk/LuxoraGrotesk-LightItalic.woff2") format("woff2"), url("../fonts/luxora-grotesk/LuxoraGrotesk-LightItalic.woff") format("woff"), url("../fonts/luxora-grotesk/LuxoraGrotesk-LightItalic.svg#LuxoraGrotesk-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: "Luxora Grotesk";
  src: url("../fonts/luxora-grotesk/LuxoraGrotesk-Regular.eot");
  src: url("../fonts/luxora-grotesk/LuxoraGrotesk-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/luxora-grotesk/LuxoraGrotesk-Regular.woff2") format("woff2"), url("../fonts/luxora-grotesk/LuxoraGrotesk-Regular.woff") format("woff"), url("../fonts/luxora-grotesk/LuxoraGrotesk-Regular.svg#LuxoraGrotesk-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Luxora Grotesk";
  src: url("../fonts/luxora-grotesk/LuxoraGrotesk-Italic.eot");
  src: url("../fonts/luxora-grotesk/LuxoraGrotesk-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/luxora-grotesk/LuxoraGrotesk-Italic.woff2") format("woff2"), url("../fonts/luxora-grotesk/LuxoraGrotesk-Italic.woff") format("woff"), url("../fonts/luxora-grotesk/LuxoraGrotesk-Italic.svg#LuxoraGrotesk-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: "Luxora Grotesk";
  src: url("../fonts/luxora-grotesk/LuxoraGrotesk-Medium.eot");
  src: url("../fonts/luxora-grotesk/LuxoraGrotesk-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/luxora-grotesk/LuxoraGrotesk-Medium.woff2") format("woff2"), url("../fonts/luxora-grotesk/LuxoraGrotesk-Medium.woff") format("woff"), url("../fonts/luxora-grotesk/LuxoraGrotesk-Medium.svg#LuxoraGrotesk-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Luxora Grotesk";
  src: url("../fonts/luxora-grotesk/LuxoraGrotesk-MediumItalic.eot");
  src: url("../fonts/luxora-grotesk/LuxoraGrotesk-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/luxora-grotesk/LuxoraGrotesk-MediumItalic.woff2") format("woff2"), url("../fonts/luxora-grotesk/LuxoraGrotesk-MediumItalic.woff") format("woff"), url("../fonts/luxora-grotesk/LuxoraGrotesk-MediumItalic.svg#LuxoraGrotesk-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: "Luxora Grotesk";
  src: url("../fonts/luxora-grotesk/LuxoraGrotesk-Bold.eot");
  src: url("../fonts/luxora-grotesk/LuxoraGrotesk-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/luxora-grotesk/LuxoraGrotesk-Bold.woff2") format("woff2"), url("../fonts/luxora-grotesk/LuxoraGrotesk-Bold.woff") format("woff"), url("../fonts/luxora-grotesk/LuxoraGrotesk-Bold.svg#LuxoraGrotesk-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Luxora Grotesk";
  src: url("../fonts/luxora-grotesk/LuxoraGrotesk-BoldItalic.eot");
  src: url("../fonts/luxora-grotesk/LuxoraGrotesk-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/luxora-grotesk/LuxoraGrotesk-BoldItalic.woff2") format("woff2"), url("../fonts/luxora-grotesk/LuxoraGrotesk-BoldItalic.woff") format("woff"), url("../fonts/luxora-grotesk/LuxoraGrotesk-BoldItalic.svg#LuxoraGrotesk-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: "Luxora Grotesk";
  src: url("../fonts/luxora-grotesk/LuxoraGrotesk-Heavy.eot");
  src: url("../fonts/luxora-grotesk/LuxoraGrotesk-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/luxora-grotesk/LuxoraGrotesk-Heavy.woff2") format("woff2"), url("../fonts/luxora-grotesk/LuxoraGrotesk-Heavy.woff") format("woff"), url("../fonts/luxora-grotesk/LuxoraGrotesk-Heavy.svg#LuxoraGrotesk-Heavy") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Luxora Grotesk";
  src: url("../fonts/luxora-grotesk/LuxoraGrotesk-HeavyItalic.eot");
  src: url("../fonts/luxora-grotesk/LuxoraGrotesk-HeavyItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/luxora-grotesk/LuxoraGrotesk-HeavyItalic.woff2") format("woff2"), url("../fonts/luxora-grotesk/LuxoraGrotesk-HeavyItalic.woff") format("woff"), url("../fonts/luxora-grotesk/LuxoraGrotesk-HeavyItalic.svg#LuxoraGrotesk-HeavyItalic") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

/* @font-face {
  font-family: "Luxora Grotesk Book";
  src: url("../fonts/luxora-grotesk/LuxoraGrotesk-Book.eot");
  src: url("../fonts/luxora-grotesk/LuxoraGrotesk-Book.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/luxora-grotesk/LuxoraGrotesk-Book.woff2") format("woff2"),
    url("../fonts/luxora-grotesk/LuxoraGrotesk-Book.woff") format("woff"),
    url("../fonts/luxora-grotesk/LuxoraGrotesk-Book.svg#LuxoraGrotesk-Book")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Luxora Grotesk Book";
  src: url("../fonts/luxora-grotesk/LuxoraGrotesk-BookItalic.eot");
  src: url("../fonts/luxora-grotesk/LuxoraGrotesk-BookItalic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/luxora-grotesk/LuxoraGrotesk-BookItalic.woff2")
      format("woff2"),
    url("../fonts/luxora-grotesk/LuxoraGrotesk-BookItalic.woff") format("woff"),
    url("../fonts/luxora-grotesk/LuxoraGrotesk-BookItalic.svg#LuxoraGrotesk-BookItalic")
      format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
} */
@font-face {
  font-family: "Rams";
  src: url("../fonts/rams/Rams.woff2") format("woff2"), url("../fonts/rams/Rams.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Rams";
  src: url("../fonts/rams/Rams-Black.woff2") format("woff2"), url("../fonts/rams/Rams-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Rams";
  src: url("../fonts/rams/Rams-Bold.woff2") format("woff2"), url("../fonts/rams/Rams-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Rams";
  src: url("../fonts/rams/Rams-Light.woff2") format("woff2"), url("../fonts/rams/Rams-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "ionicons";
  src: url("../fonts/icons/ionicons.ttf?8dm54o") format("truetype"), url("../fonts/icons/ionicons.woff?8dm54o") format("woff"), url("../fonts/icons/ionicons.svg?8dm54o#ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="ion-"],
[class*=" ion-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ionicons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ion-android-bicycle:before {
  content: ""; }

.ion-ios-arrow-back:before {
  content: ""; }

.ion-ios-arrow-forward:before {
  content: ""; }

.ion-ios-checkmark-empty:before {
  content: ""; }

.ion-alert-circled:before {
  content: ""; }

.ion-alert:before {
  content: ""; }

.ion-android-add-circle:before {
  content: ""; }

.ion-android-add:before {
  content: ""; }

.ion-android-alarm-clock:before {
  content: ""; }

.ion-android-alert:before {
  content: ""; }

.ion-android-apps:before {
  content: ""; }

.ion-android-archive:before {
  content: ""; }

.ion-android-arrow-back:before {
  content: ""; }

.ion-android-arrow-down:before {
  content: ""; }

.ion-android-arrow-dropdown-circle:before {
  content: ""; }

.ion-android-arrow-dropdown:before {
  content: ""; }

.ion-android-arrow-dropleft-circle:before {
  content: ""; }

.ion-android-arrow-dropleft:before {
  content: ""; }

.ion-android-arrow-dropright-circle:before {
  content: ""; }

.ion-android-arrow-dropright:before {
  content: ""; }

.ion-android-arrow-dropup-circle:before {
  content: ""; }

.ion-android-arrow-dropup:before {
  content: ""; }

.ion-android-arrow-forward:before {
  content: ""; }

.ion-android-arrow-up:before {
  content: ""; }

.ion-android-attach:before {
  content: ""; }

.ion-android-bookmark:before {
  content: ""; }

.ion-android-bulb:before {
  content: ""; }

.ion-android-calendar:before {
  content: ""; }

.ion-android-call:before {
  content: ""; }

.ion-android-camera:before {
  content: ""; }

.ion-android-cancel:before {
  content: ""; }

.ion-android-car:before {
  content: ""; }

.ion-android-cart:before {
  content: ""; }

.ion-android-chat:before {
  content: ""; }

.ion-android-checkbox-blank:before {
  content: ""; }

.ion-android-checkbox-outline-blank:before {
  content: ""; }

.ion-android-checkbox-outline:before {
  content: ""; }

.ion-android-checkbox:before {
  content: ""; }

.ion-android-checkmark-circle:before {
  content: ""; }

.ion-android-clipboard:before {
  content: ""; }

.ion-android-close:before {
  content: ""; }

.ion-android-cloud-circle:before {
  content: ""; }

.ion-android-cloud-done:before {
  content: ""; }

.ion-android-cloud-outline:before {
  content: ""; }

.ion-android-cloud:before {
  content: ""; }

.ion-android-color-palette:before {
  content: ""; }

.ion-android-contact:before {
  content: ""; }

.ion-android-contacts:before {
  content: ""; }

.ion-android-contract:before {
  content: ""; }

.ion-android-create:before {
  content: ""; }

.ion-android-delete:before {
  content: ""; }

.ion-android-desktop:before {
  content: ""; }

.ion-android-document:before {
  content: ""; }

.ion-android-done-all:before {
  content: ""; }

.ion-android-done:before {
  content: ""; }

.ion-android-download:before {
  content: ""; }

.ion-android-drafts:before {
  content: ""; }

.ion-android-exit:before {
  content: ""; }

.ion-android-expand:before {
  content: ""; }

.ion-android-favorite-outline:before {
  content: ""; }

.ion-android-favorite:before {
  content: ""; }

.ion-android-folder-open:before {
  content: ""; }

.ion-android-folder:before {
  content: ""; }

.ion-android-funnel:before {
  content: ""; }

.ion-android-globe:before {
  content: ""; }

.ion-android-hand:before {
  content: ""; }

.ion-android-hangout:before {
  content: ""; }

.ion-android-happy:before {
  content: ""; }

.ion-android-home:before {
  content: ""; }

.ion-android-image:before {
  content: ""; }

.ion-android-laptop:before {
  content: ""; }

.ion-android-list:before {
  content: ""; }

.ion-android-locate:before {
  content: ""; }

.ion-android-lock:before {
  content: ""; }

.ion-android-mail:before {
  content: ""; }

.ion-android-map:before {
  content: ""; }

.ion-android-menu:before {
  content: ""; }

.ion-android-microphone-off:before {
  content: ""; }

.ion-android-microphone:before {
  content: ""; }

.ion-android-more-horizontal:before {
  content: ""; }

.ion-android-more-vertical:before {
  content: ""; }

.ion-android-navigate:before {
  content: ""; }

.ion-android-notifications-none:before {
  content: ""; }

.ion-android-notifications-off:before {
  content: ""; }

.ion-android-notifications:before {
  content: ""; }

.ion-android-open:before {
  content: ""; }

.ion-android-options:before {
  content: ""; }

.ion-android-people:before {
  content: ""; }

.ion-android-person-add:before {
  content: ""; }

.ion-android-person:before {
  content: ""; }

.ion-android-phone-landscape:before {
  content: ""; }

.ion-android-phone-portrait:before {
  content: ""; }

.ion-android-pin:before {
  content: ""; }

.ion-android-plane:before {
  content: ""; }

.ion-android-playstore:before {
  content: ""; }

.ion-android-print:before {
  content: ""; }

.ion-android-radio-button-off:before {
  content: ""; }

.ion-android-radio-button-on:before {
  content: ""; }

.ion-android-refresh:before {
  content: ""; }

.ion-android-remove-circle:before {
  content: ""; }

.ion-android-remove:before {
  content: ""; }

.ion-android-restaurant:before {
  content: ""; }

.ion-android-sad:before {
  content: ""; }

.ion-android-search:before {
  content: ""; }

.ion-android-send:before {
  content: ""; }

.ion-android-settings:before {
  content: ""; }

.ion-android-share-alt:before {
  content: ""; }

.ion-android-share:before {
  content: ""; }

.ion-android-star-half:before {
  content: ""; }

.ion-android-star-outline:before {
  content: ""; }

.ion-android-star:before {
  content: ""; }

.ion-android-stopwatch:before {
  content: ""; }

.ion-android-sunny:before {
  content: ""; }

.ion-android-sync:before {
  content: ""; }

.ion-android-textsms:before {
  content: ""; }

.ion-android-time:before {
  content: ""; }

.ion-android-unlock:before {
  content: ""; }

.ion-android-volume-off:before {
  content: ""; }

.ion-android-volume-up:before {
  content: ""; }

.ion-android-walk:before {
  content: ""; }

.ion-android-warning:before {
  content: ""; }

.ion-android-watch:before {
  content: ""; }

.ion-android-wifi:before {
  content: ""; }

.ion-archive:before {
  content: ""; }

.ion-arrow-down-a:before {
  content: ""; }

.ion-arrow-expand:before {
  content: ""; }

.ion-arrow-move:before {
  content: ""; }

.ion-arrow-up-c:before {
  content: ""; }

.ion-bag:before {
  content: ""; }

.ion-briefcase:before {
  content: ""; }

.ion-calendar:before {
  content: ""; }

.ion-camera:before {
  content: ""; }

.ion-chatbox:before {
  content: ""; }

.ion-chatboxes:before {
  content: ""; }

.ion-chatbubble:before {
  content: ""; }

.ion-chatbubbles:before {
  content: ""; }

.ion-checkmark-circled:before {
  content: ""; }

.ion-checkmark-round:before {
  content: ""; }

.ion-checkmark:before {
  content: ""; }

.ion-chevron-down:before {
  content: ""; }

.ion-chevron-left:before {
  content: ""; }

.ion-chevron-right:before {
  content: ""; }

.ion-chevron-up:before {
  content: ""; }

.ion-clock:before {
  content: ""; }

.ion-close-circled:before {
  content: ""; }

.ion-close-round:before {
  content: ""; }

.ion-close:before {
  content: ""; }

.ion-cloud:before {
  content: ""; }

.ion-compose:before {
  content: ""; }

.ion-email-unread:before {
  content: ""; }

.ion-email:before {
  content: ""; }

.ion-eye-disabled:before {
  content: ""; }

.ion-eye:before {
  content: ""; }

.ion-filing:before {
  content: ""; }

.ion-fireball:before {
  content: ""; }

.ion-flame:before {
  content: ""; }

.ion-folder:before {
  content: ""; }

.ion-forward:before {
  content: ""; }

.ion-funnel:before {
  content: ""; }

.ion-gear-a:before {
  content: ""; }

.ion-gear-b:before {
  content: ""; }

.ion-grid:before {
  content: ""; }

.ion-hammer:before {
  content: ""; }

.ion-headphone:before {
  content: ""; }

.ion-heart-broken:before {
  content: ""; }

.ion-heart:before {
  content: ""; }

.ion-home:before {
  content: ""; }

.ion-image:before {
  content: ""; }

.ion-images:before {
  content: ""; }

.ion-information-circled:before {
  content: ""; }

.ion-information:before {
  content: ""; }

.ion-ios-alarm-outline:before {
  content: ""; }

.ion-ios-alarm:before {
  content: ""; }

.ion-ios-albums-outline:before {
  content: ""; }

.ion-ios-albums:before {
  content: ""; }

.ion-ios-arrow-down:before {
  content: ""; }

.ion-ios-arrow-left:before {
  content: ""; }

.ion-ios-arrow-right:before {
  content: ""; }

.ion-ios-arrow-thin-down:before {
  content: ""; }

.ion-ios-arrow-thin-left:before {
  content: ""; }

.ion-ios-arrow-thin-right:before {
  content: ""; }

.ion-ios-arrow-thin-up:before {
  content: ""; }

.ion-ios-arrow-up:before {
  content: ""; }

.ion-ios-barcode-outline:before {
  content: ""; }

.ion-ios-barcode:before {
  content: ""; }

.ion-ios-bell-outline:before {
  content: ""; }

.ion-ios-bell:before {
  content: ""; }

.ion-ios-body-outline:before {
  content: ""; }

.ion-ios-body:before {
  content: ""; }

.ion-ios-browsers-outline:before {
  content: ""; }

.ion-ios-browsers:before {
  content: ""; }

.ion-ios-calendar-outline:before {
  content: ""; }

.ion-ios-calendar:before {
  content: ""; }

.ion-ios-camera-outline:before {
  content: ""; }

.ion-ios-camera:before {
  content: ""; }

.ion-ios-cart-outline:before {
  content: ""; }

.ion-ios-cart:before {
  content: ""; }

.ion-ios-chatboxes-outline:before {
  content: ""; }

.ion-ios-chatboxes:before {
  content: ""; }

.ion-ios-chatbubble-outline:before {
  content: ""; }

.ion-ios-chatbubble:before {
  content: ""; }

.ion-ios-checkmark-outline:before {
  content: ""; }

.ion-ios-checkmark:before {
  content: ""; }

.ion-ios-circle-filled:before {
  content: ""; }

.ion-ios-circle-outline:before {
  content: ""; }

.ion-ios-clock-outline:before {
  content: ""; }

.ion-ios-clock:before {
  content: ""; }

.ion-ios-close-empty:before {
  content: ""; }

.ion-ios-close-outline:before {
  content: ""; }

.ion-ios-close:before {
  content: ""; }

.ion-ios-cloud-download-outline:before {
  content: ""; }

.ion-ios-cloud-download:before {
  content: ""; }

.ion-ios-cloud-outline:before {
  content: ""; }

.ion-ios-cloud-upload-outline:before {
  content: ""; }

.ion-ios-cloud-upload:before {
  content: ""; }

.ion-ios-compose-outline:before {
  content: ""; }

.ion-ios-compose:before {
  content: ""; }

.ion-ios-contact-outline:before {
  content: ""; }

.ion-ios-contact:before {
  content: ""; }

.ion-ios-copy-outline:before {
  content: ""; }

.ion-ios-copy:before {
  content: ""; }

.ion-ios-crop-strong:before {
  content: ""; }

.ion-ios-crop:before {
  content: ""; }

.ion-ios-download-outline:before {
  content: ""; }

.ion-ios-download:before {
  content: ""; }

.ion-ios-email-outline:before {
  content: ""; }

.ion-ios-email:before {
  content: ""; }

.ion-ios-eye-outline:before {
  content: ""; }

.ion-ios-eye:before {
  content: ""; }

.ion-ios-folder-outline:before {
  content: ""; }

.ion-ios-folder:before {
  content: ""; }

.ion-ios-gear-outline:before {
  content: ""; }

.ion-ios-gear:before {
  content: ""; }

.ion-ios-heart-outline:before {
  content: ""; }

.ion-ios-heart:before {
  content: ""; }

.ion-ios-home-outline:before {
  content: ""; }

.ion-ios-home:before {
  content: ""; }

.ion-ios-information-empty:before {
  content: ""; }

.ion-ios-information-outline:before {
  content: ""; }

.ion-ios-information:before {
  content: ""; }

.ion-ios-lightbulb-outline:before {
  content: ""; }

.ion-ios-lightbulb:before {
  content: ""; }

.ion-ios-list-outline:before {
  content: ""; }

.ion-ios-list:before {
  content: ""; }

.ion-ios-location-outline:before {
  content: ""; }

.ion-ios-location:before {
  content: ""; }

.ion-ios-locked-outline:before {
  content: ""; }

.ion-ios-locked:before {
  content: ""; }

.ion-ios-loop-strong:before {
  content: ""; }

.ion-ios-loop:before {
  content: ""; }

.ion-ios-medical-outline:before {
  content: ""; }

.ion-ios-medical:before {
  content: ""; }

.ion-ios-medkit-outline:before {
  content: ""; }

.ion-ios-medkit:before {
  content: ""; }

.ion-ios-mic-off:before {
  content: ""; }

.ion-ios-mic-outline:before {
  content: ""; }

.ion-ios-mic:before {
  content: ""; }

.ion-ios-minus-empty:before {
  content: ""; }

.ion-ios-minus-outline:before {
  content: ""; }

.ion-ios-minus:before {
  content: ""; }

.ion-ios-monitor-outline:before {
  content: ""; }

.ion-ios-monitor:before {
  content: ""; }

.ion-ios-moon-outline:before {
  content: ""; }

.ion-ios-moon:before {
  content: ""; }

.ion-ios-more-outline:before {
  content: ""; }

.ion-ios-more:before {
  content: ""; }

.ion-ios-musical-note:before {
  content: ""; }

.ion-ios-musical-notes:before {
  content: ""; }

.ion-ios-navigate-outline:before {
  content: ""; }

.ion-ios-navigate:before {
  content: ""; }

.ion-ios-paper-outline:before {
  content: ""; }

.ion-ios-paper:before {
  content: ""; }

.ion-ios-paperplane-outline:before {
  content: ""; }

.ion-ios-paperplane:before {
  content: ""; }

.ion-ios-partlysunny-outline:before {
  content: ""; }

.ion-ios-partlysunny:before {
  content: ""; }

.ion-ios-pause-outline:before {
  content: ""; }

.ion-ios-pause:before {
  content: ""; }

.ion-ios-paw-outline:before {
  content: ""; }

.ion-ios-paw:before {
  content: ""; }

.ion-ios-people-outline:before {
  content: ""; }

.ion-ios-people:before {
  content: ""; }

.ion-ios-person-outline:before {
  content: ""; }

.ion-ios-person:before {
  content: ""; }

.ion-ios-personadd-outline:before {
  content: ""; }

.ion-ios-personadd:before {
  content: ""; }

.ion-ios-photos-outline:before {
  content: ""; }

.ion-ios-photos:before {
  content: ""; }

.ion-ios-pie-outline:before {
  content: ""; }

.ion-ios-pie:before {
  content: ""; }

.ion-ios-play-outline:before {
  content: ""; }

.ion-ios-play:before {
  content: ""; }

.ion-ios-plus-empty:before {
  content: ""; }

.ion-ios-plus-outline:before {
  content: ""; }

.ion-ios-plus:before {
  content: ""; }

.ion-ios-pricetag-outline:before {
  content: ""; }

.ion-ios-pricetag:before {
  content: ""; }

.ion-ios-pricetags-outline:before {
  content: ""; }

.ion-ios-pricetags:before {
  content: ""; }

.ion-ios-printer-outline:before {
  content: ""; }

.ion-ios-printer:before {
  content: ""; }

.ion-ios-pulse-strong:before {
  content: ""; }

.ion-ios-pulse:before {
  content: ""; }

.ion-ios-rainy-outline:before {
  content: ""; }

.ion-ios-rainy:before {
  content: ""; }

.ion-ios-redo-outline:before {
  content: ""; }

.ion-ios-redo:before {
  content: ""; }

.ion-ios-refresh-empty:before {
  content: ""; }

.ion-ios-refresh-outline:before {
  content: ""; }

.ion-ios-refresh:before {
  content: ""; }

.ion-ios-reload:before {
  content: ""; }

.ion-ios-reverse-camera-outline:before {
  content: ""; }

.ion-ios-reverse-camera:before {
  content: ""; }

.ion-ios-rose-outline:before {
  content: ""; }

.ion-ios-rose:before {
  content: ""; }

.ion-ios-search-strong:before {
  content: ""; }

.ion-ios-search:before {
  content: ""; }

.ion-ios-snowy:before {
  content: ""; }

.ion-ios-star-half:before {
  content: ""; }

.ion-ios-star-outline:before {
  content: ""; }

.ion-ios-star:before {
  content: ""; }

.ion-ios-telephone-outline:before {
  content: ""; }

.ion-ios-telephone:before {
  content: ""; }

.ion-ios-timer-outline:before {
  content: ""; }

.ion-ios-timer:before {
  content: ""; }

.ion-ios-trash-outline:before {
  content: ""; }

.ion-ios-trash:before {
  content: ""; }

.ion-ios-undo-outline:before {
  content: ""; }

.ion-ios-undo:before {
  content: ""; }

.ion-ios-unlocked-outline:before {
  content: ""; }

.ion-ios-unlocked:before {
  content: ""; }

.ion-ios-upload-outline:before {
  content: ""; }

.ion-ios-upload:before {
  content: ""; }

.ion-ios-videocam-outline:before {
  content: ""; }

.ion-ios-videocam:before {
  content: ""; }

.ion-ipad:before {
  content: ""; }

.ion-iphone:before {
  content: ""; }

.ion-key:before {
  content: ""; }

.ion-knife:before {
  content: ""; }

.ion-laptop:before {
  content: ""; }

.ion-levels:before {
  content: ""; }

.ion-lightbulb:before {
  content: ""; }

.ion-link:before {
  content: ""; }

.ion-load-a:before {
  content: ""; }

.ion-load-b:before {
  content: ""; }

.ion-load-c:before {
  content: ""; }

.ion-load-d:before {
  content: ""; }

.ion-location:before {
  content: ""; }

.ion-lock-combination:before {
  content: ""; }

.ion-locked:before {
  content: ""; }

.ion-log-in:before {
  content: ""; }

.ion-log-out:before {
  content: ""; }

.ion-loop:before {
  content: ""; }

.ion-magnet:before {
  content: ""; }

.ion-man:before {
  content: ""; }

.ion-map:before {
  content: ""; }

.ion-mic-a:before {
  content: ""; }

.ion-minus-circled:before {
  content: ""; }

.ion-minus-round:before {
  content: ""; }

.ion-minus:before {
  content: ""; }

.ion-model-s:before {
  content: ""; }

.ion-monitor:before {
  content: ""; }

.ion-more:before {
  content: ""; }

.ion-music-note:before {
  content: ""; }

.ion-navicon-round:before {
  content: ""; }

.ion-navicon:before {
  content: ""; }

.ion-navigate:before {
  content: ""; }

.ion-paper-airplane:before {
  content: ""; }

.ion-paperclip:before {
  content: ""; }

.ion-person-add:before {
  content: ""; }

.ion-person-stalker:before {
  content: ""; }

.ion-person:before {
  content: ""; }

.ion-pie-graph:before {
  content: ""; }

.ion-pin:before {
  content: ""; }

.ion-pinpoint:before {
  content: ""; }

.ion-play:before {
  content: ""; }

.ion-plus-circled:before {
  content: ""; }

.ion-plus-round:before {
  content: ""; }

.ion-podium:before {
  content: ""; }

.ion-pound:before {
  content: ""; }

.ion-power:before {
  content: ""; }

.ion-pricetag:before {
  content: ""; }

.ion-pricetags:before {
  content: ""; }

.ion-printer:before {
  content: ""; }

.ion-pull-request:before {
  content: ""; }

.ion-qr-scanner:before {
  content: ""; }

.ion-quote:before {
  content: ""; }

.ion-radio-waves:before {
  content: ""; }

.ion-record:before {
  content: ""; }

.ion-refresh:before {
  content: ""; }

.ion-reply-all:before {
  content: ""; }

.ion-reply:before {
  content: ""; }

.ion-ribbon-a:before {
  content: ""; }

.ion-ribbon-b:before {
  content: ""; }

.ion-scissors:before {
  content: ""; }

.ion-search:before {
  content: ""; }

.ion-settings:before {
  content: ""; }

.ion-share:before {
  content: ""; }

.ion-shuffle:before {
  content: ""; }

.ion-social-android-outline:before {
  content: ""; }

.ion-social-android:before {
  content: ""; }

.ion-social-facebook-outline:before {
  content: ""; }

.ion-social-facebook:before {
  content: ""; }

.ion-social-google-outline:before {
  content: ""; }

.ion-social-google:before {
  content: ""; }

.ion-social-instagram-outline:before {
  content: ""; }

.ion-social-linkedin-outline:before {
  content: ""; }

.ion-social-linkedin:before {
  content: ""; }

.ion-social-pinterest-outline:before {
  content: ""; }

.ion-social-pinterest:before {
  content: ""; }

.ion-social-rss-outline:before {
  content: ""; }

.ion-social-rss:before {
  content: ""; }

.ion-social-skype-outline:before {
  content: ""; }

.ion-social-skype:before {
  content: ""; }

.ion-social-snapchat-outline:before {
  content: ""; }

.ion-social-snapchat:before {
  content: ""; }

.ion-social-tumblr-outline:before {
  content: ""; }

.ion-social-tumblr:before {
  content: ""; }

.ion-social-tux:before {
  content: ""; }

.ion-social-twitter-outline:before {
  content: ""; }

.ion-social-twitter:before {
  content: ""; }

.ion-social-usd-outline:before {
  content: ""; }

.ion-social-usd:before {
  content: ""; }

.ion-social-vimeo-outline:before {
  content: ""; }

.ion-social-vimeo:before {
  content: ""; }

.ion-social-whatsapp-outline:before {
  content: ""; }

.ion-social-whatsapp:before {
  content: ""; }

.ion-social-youtube-outline:before {
  content: ""; }

.ion-social-youtube:before {
  content: ""; }

.ion-soup-can-outline:before {
  content: ""; }

.ion-soup-can:before {
  content: ""; }

.ion-speakerphone:before {
  content: ""; }

.ion-speedometer:before {
  content: ""; }

.ion-spoon:before {
  content: ""; }

.ion-star:before {
  content: ""; }

.ion-stats-bars:before {
  content: ""; }

.ion-stop:before {
  content: ""; }

.ion-thermometer:before {
  content: ""; }

.ion-thumbsdown:before {
  content: ""; }

.ion-thumbsup:before {
  content: ""; }

.ion-toggle-filled:before {
  content: ""; }

.ion-toggle:before {
  content: ""; }

.ion-trash-a:before {
  content: ""; }

.ion-trash-b:before {
  content: ""; }

.ion-unlocked:before {
  content: ""; }

.ion-upload:before {
  content: ""; }

.ion-waterdrop:before {
  content: ""; }

.ion-wifi:before {
  content: ""; }

.ion-woman:before {
  content: ""; }

.ion-wrench:before {
  content: ""; }

.careers__page {
  color: #fff;
  background-color: #000; }
  .career__page_v2 .careers__page-heading {
    position: relative;
    height: 560px; }
    @media (max-width: 991.98px) {
      .career__page_v2 .careers__page-heading {
        height: 390px; } }
    .career__page_v2 .careers__page-heading::after {
      content: '';
      width: 100%;
      height: 100%;
      bottom: 0;
      left: 0;
      position: absolute;
      z-index: 5;
      background: black;
      background: -moz-linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.787553) 35%, rgba(0, 0, 0, 0) 100%);
      background: -webkit-linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.787553) 35%, rgba(0, 0, 0, 0) 100%);
      background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.787553) 35%, rgba(0, 0, 0, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); }
    .career__page_v2 .careers__page-heading.careers__page-headingDiscover::after {
      display: none; }
    .career__page_v2 .careers__page-heading ~ .careers__page-about1 {
      padding-top: 0;
      margin-top: -95px;
      z-index: 6; }
    .career__page_v2 .careers__page-heading .container {
      position: relative;
      z-index: 7; }
  .careers__page-heading, .careers__page-headingFindJob {
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 185px;
    padding-bottom: 130px; }
    @media (min-width: 1200px) {
      .careers__page-heading .container, .careers__page-headingFindJob .container {
        max-width: 1476px; } }
    .careers__page-heading .heading__subtitle, .careers__page-headingFindJob .heading__subtitle {
      font-size: 30px;
      margin-bottom: 10px; }
    .careers__page-heading .heading__title, .careers__page-headingFindJob .heading__title {
      font-size: 50px;
      margin-bottom: 30px;
      font-family: "Rams";
      font-weight: bold; }
      .careers__page-heading .heading__titleSmall, .careers__page-headingFindJob .heading__titleSmall {
        margin-bottom: 0px; }
      @media (max-width: 991.98px) {
        .career__page_v2 .careers__page-heading .heading__title, .career__page_v2 .careers__page-headingFindJob .heading__title {
          margin-bottom: 5px !important; } }
    .careers__page-heading .heading__description, .careers__page-headingFindJob .heading__description {
      font-size: 30px;
      line-height: 36px;
      margin-bottom: 50px;
      color: #A3A3A3; }
      @media (max-width: 991.98px) {
        .career__page_v2 .careers__page-heading .heading__description, .career__page_v2 .careers__page-headingFindJob .heading__description {
          color: #FFF !important;
          font-size: 16px !important;
          letter-spacing: 0.16px !important;
          line-height: 19px !important;
          margin-bottom: 10px !important; } }
    .careers__page-heading .heading__action a, .careers__page-headingFindJob .heading__action a {
      display: inline;
      font-size: 21px;
      padding: 12px 28px; }
      .career__page_v2 .careers__page-heading .heading__action a, .career__page_v2 .careers__page-headingFindJob .heading__action a {
        text-transform: uppercase !important; }
    @media (max-width: 991.98px) {
      .careers__page-heading, .careers__page-headingFindJob {
        padding-top: 0px;
        padding-bottom: 0px;
        height: 332px; }
        .careers__page-heading .heading__subtitle, .careers__page-heading .heading__title, .careers__page-heading .heading__description, .careers__page-heading .heading__action, .careers__page-headingFindJob .heading__subtitle, .careers__page-headingFindJob .heading__title, .careers__page-headingFindJob .heading__description, .careers__page-headingFindJob .heading__action {
          display: none; }
        .careers__page-headingDiscover, .careers__page-headingFindJobDiscover {
          height: auto;
          padding-bottom: 123px;
          padding-top: 90px;
          position: relative; }
          .career__page_v2 .careers__page-headingDiscover, .career__page_v2 .careers__page-headingFindJobDiscover {
            height: auto;
            padding-top: 100px;
            padding-bottom: 100px; }
          .careers__page-headingDiscover::before, .careers__page-headingFindJobDiscover::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #1D1C1C;
            opacity: 0.5; }
          .careers__page-headingDiscover .heading__subtitle, .careers__page-headingDiscover .heading__title, .careers__page-headingDiscover .heading__description, .careers__page-headingDiscover .heading__action, .careers__page-headingFindJobDiscover .heading__subtitle, .careers__page-headingFindJobDiscover .heading__title, .careers__page-headingFindJobDiscover .heading__description, .careers__page-headingFindJobDiscover .heading__action {
            display: block;
            text-align: center; }
          .careers__page-headingDiscover .heading__title, .careers__page-headingFindJobDiscover .heading__title {
            font-size: 18px; }
          .careers__page-headingDiscover .heading__description, .careers__page-headingFindJobDiscover .heading__description {
            font-size: 14px;
            margin-bottom: 15px; }
          .careers__page-headingDiscover .heading__action a, .careers__page-headingFindJobDiscover .heading__action a {
            display: block;
            font-size: 14px; } }
  @media (max-width: 991.98px) {
    .careers__page-headingFindJob {
      position: absolute;
      width: 100%;
      height: 170px;
      opacity: .4; }
      .career-job-v2 .careers__page-headingFindJob {
        position: relative;
        height: 284px;
        opacity: 1; }
    .careers__page-heading.withGradient {
      height: 220px;
      position: relative; }
      .careers__page-heading.withGradient:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: black;
        background: linear-gradient(0deg, black 0%, rgba(252, 70, 107, 0) 80%); } }
  .careers__page-about {
    position: relative;
    padding-top: 90px;
    padding-bottom: 90px; }
    @media (min-width: 1200px) {
      .careers__page-about .container {
        max-width: 1476px; } }
    @media (max-width: 991.98px) {
      .careers__page-about {
        display: none; }
        .career__page_v2 .careers__page-about {
          display: block; } }
    .careers__page-about .about__image {
      position: relative;
      height: 100%; }
      .careers__page-about .about__image:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 56.7635903919%; }
      .careers__page-about .about__image > .inner {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: hidden; }
        .careers__page-about .about__image > .inner > img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .careers__page-about .about__image-videoButton {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        transform: translateX(0px);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        flex-direction: column;
        color: #FFFFFF;
        font-size: 30px;
        font-style: italic; }
        .careers__page-about .about__image-videoButton svg {
          width: 72px;
          height: 72px; }
          @media (max-width: 991.98px) {
            .careers__page-about .about__image-videoButton svg {
              width: 40px;
              height: 40px; } }
    .careers__page-about .about__content {
      margin-top: 15px;
      margin-bottom: 15px; }
      .careers__page-about .about__content-title {
        font-size: 36px;
        line-height: 49px;
        letter-spacing: 1.6px;
        margin-bottom: 28px;
        font-family: "Rams"; }
      .careers__page-about .about__content-description {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.2px;
        font-family: "RNS Sanz";
        font-weight: normal; }
      .careers__page-about .about__content-videoMobile {
        display: none; }
      .careers__page-about .about__content .link-more {
        margin-top: 15px;
        display: inline-flex;
        align-items: center;
        letter-spacing: 0.24px;
        color: #C0C0C0;
        font-size: 24px;
        letter-spacing: 0.24px; }
        .careers__page-about .about__content .link-more svg {
          width: 30px;
          height: 30px;
          color: #FFF; }
        .careers__page-about .about__content .link-more span ~ .icon {
          margin-left: 13px; }
        .careers__page-about .about__content .link-more:hover {
          color: #ce1631; }
          .careers__page-about .about__content .link-more:hover svg {
            color: #ce1631; }
    @media (max-width: 991.98px) {
      .careers__page-about {
        padding-top: 23px;
        padding-bottom: 40px; }
        .careers__page-about .about__content {
          margin-top: 0px; }
          .careers__page-about .about__content-title {
            font-size: 20px;
            line-height: 24px;
            letter-spacing: 0px;
            margin-bottom: 5px; }
          .careers__page-about .about__content-description {
            font-size: 12px;
            line-height: 18px;
            letter-spacing: 0.12px;
            color: #c0c0c0; }
          .careers__page-about .about__content-videoMobile {
            display: block;
            position: relative;
            bottom: 0%;
            left: 0%;
            background: transparent;
            border: none;
            color: #fff;
            text-align: center;
            transform: translateX(0px);
            border: 1px solid #707070;
            padding: 12px 0px !important;
            width: 100%;
            border-radius: 5px;
            margin-top: 15px; }
            .careers__page-about .about__content-videoMobile svg {
              width: 22px;
              height: 22px;
              color: #FFF; }
              .careers__page-about .about__content-videoMobile svg path {
                fill: #fff; } }
    .careers__page-aboutWrap .slider__about-for-pagingInfo {
      position: absolute;
      bottom: -10px;
      right: 15px;
      font-size: 14px;
      color: #AEAEAE;
      font-style: italic;
      opacity: 1; }
    .careers__page-aboutWrap .slider__about-for {
      --var-spaceArrow:75px; }
      .careers__page-aboutWrap .slider__about-for .slick-arrow {
        position: absolute;
        top: 50% !important;
        width: 60px;
        height: 60px;
        opacity: 0 !important;
        display: none !important;
        transition: all .3s ease-in-out; }
        .careers__page-aboutWrap .slider__about-for .slick-arrow::before {
          content: "";
          color: transparent;
          filter: invert(100%);
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          width: 100%;
          height: 100%;
          font-size: 60px; }
      .careers__page-aboutWrap .slider__about-for .slick-prev {
        left: calc( calc(1476px * -0.5) - var(--var-spaceArrow)) !important; }
        .careers__page-aboutWrap .slider__about-for .slick-prev::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTYuNjcgMGwyLjgzIDIuODI5LTkuMzM5IDkuMTc1IDkuMzM5IDkuMTY3LTIuODMgMi44MjktMTIuMTctMTEuOTk2eiIvPjwvc3ZnPg==); }
      .careers__page-aboutWrap .slider__about-for .slick-next {
        left: auto !important;
        right: calc(var(--var-spaceArrow) * -1); }
        .careers__page-aboutWrap .slider__about-for .slick-next::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNNy4zMyAyNGwtMi44My0yLjgyOSA5LjMzOS05LjE3NS05LjMzOS05LjE2NyAyLjgzLTIuODI5IDEyLjE3IDExLjk5NnoiLz48L3N2Zz4=); }
    .careers__page-aboutWrap:hover .slider__about-for .slick-arrow {
      opacity: 1 !important;
      transition: all .3s ease-in-out; }
    @media only screen and (min-width: 1555px) {
      .careers__page-aboutWrap .slider__about-for-pagingInfo {
        opacity: 0; }
      .careers__page-aboutWrap .slider__about-for .slick-arrow {
        display: inline-block !important;
        opacity: 1; } }
    .career__page_v2 .careers__page-about .row {
      flex-direction: column-reverse; }
      .career__page_v2 .careers__page-about .row > [class*=col]:last-child {
        margin-bottom: 45px; }
        @media (max-width: 991.98px) {
          .career__page_v2 .careers__page-about .row > [class*=col]:last-child {
            margin-bottom: 0; } }
    .career__page_v2 .careers__page-about .about__image {
      max-width: 984px;
      margin: 0 auto; }
      .career__page_v2 .careers__page-about .about__image-videoButton {
        font-size: 36px;
        line-height: 1.2; }
        @media (max-width: 991.98px) {
          .career__page_v2 .careers__page-about .about__image-videoButton {
            font-size: 14px; } }
        .career__page_v2 .careers__page-about .about__image-videoButton svg {
          color: white; }
        .career__page_v2 .careers__page-about .about__image-videoButton:hover svg {
          color: rgba(255, 255, 255, 0.7); }
    .career__page_v2 .careers__page-about .about__content {
      text-align: center; }
      .career__page_v2 .careers__page-about .about__content-title {
        color: #FFF;
        font-size: 50px;
        line-height: 1.24; }
        @media (max-width: 991.98px) {
          .career__page_v2 .careers__page-about .about__content-title {
            font-size: 24px;
            max-width: 60%;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 30px; } }
        .career__page_v2 .careers__page-about .about__content-title strong {
          color: #E51937; }
      .career__page_v2 .careers__page-about .about__content, .career__page_v2 .careers__page-about .about__content-description {
        font-size: 26px;
        line-height: 1.5;
        letter-spacing: 0.26px;
        color: #C0C0C0; }
        @media (max-width: 991.98px) {
          .career__page_v2 .careers__page-about .about__content, .career__page_v2 .careers__page-about .about__content-description {
            font-size: 14px;
            letter-spacing: 0.14px; } }
    @media (max-width: 991.98px) {
      .career__page_v2 .careers__page-about.careers__page-about1 {
        padding-bottom: 0; }
        .career__page_v2 .careers__page-about.careers__page-about1 .row [class*=col]:first-child {
          padding-left: 0;
          padding-right: 0;
          padding-top: 38px; } }
  .careers__page-discover-slider {
    text-align: center;
    font-size: 30px;
    line-height: 1.2; }
    @media (max-width: 991.98px) {
      .careers__page-discover-slider {
        font-size: 16px; } }
    .careers__page-discover-slider .swiper-discover .swiper-slide {
      opacity: .7;
      transition: opacity .2s ease; }
      .careers__page-discover-slider .swiper-discover .swiper-slide-active {
        opacity: 1; }
    .careers__page-discover-slider .swiper-discover .discover-item img {
      width: 100%;
      height: 477px;
      object-fit: cover; }
      @media (max-width: 991.98px) {
        .careers__page-discover-slider .swiper-discover .discover-item img {
          height: 221px; } }
    .careers__page-discover-slider .swiper-discover .swiper-button-prev,
    .careers__page-discover-slider .swiper-discover .swiper-button-next {
      height: 42px;
      width: 42px;
      z-index: 999;
      --swiper-navigation-sides-offset: calc((100vw - 1476px) * .5); }
      .careers__page-discover-slider .swiper-discover .swiper-button-prev:after,
      .careers__page-discover-slider .swiper-discover .swiper-button-next:after {
        content: '';
        filter: invert(100%);
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 100%; }
      @media (max-width: 991.98px) {
        .careers__page-discover-slider .swiper-discover .swiper-button-prev,
        .careers__page-discover-slider .swiper-discover .swiper-button-next {
          height: 20px;
          width: 20px;
          --swiper-navigation-size: 23px;
          --swiper-navigation-sides-offset: 7px; } }
    .careers__page-discover-slider .swiper-discover .swiper-button-prev:after {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTYuNjcgMGwyLjgzIDIuODI5LTkuMzM5IDkuMTc1IDkuMzM5IDkuMTY3LTIuODMgMi44MjktMTIuMTctMTEuOTk2eiIvPjwvc3ZnPg=="); }
    .careers__page-discover-slider .swiper-discover .swiper-button-next:after {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNNy4zMyAyNGwtMi44My0yLjgyOSA5LjMzOS05LjE3NS05LjMzOS05LjE2NyAyLjgzLTIuODI5IDEyLjE3IDExLjk5NnoiLz48L3N2Zz4="); }
    .careers__page-discover-slider .after-slider {
      margin: 150px 0; }
      @media (max-width: 991.98px) {
        .careers__page-discover-slider .after-slider {
          margin-top: 84px;
          margin-bottom: 64px; } }
  .career__page_v2 .careers__page-aboutSimple {
    padding-top: 0; }
    .career__page_v2 .careers__page-aboutSimple .row {
      flex-direction: row; }
  .careers__page-funfact {
    padding-top: 30px;
    padding-bottom: 90px; }
    @media (min-width: 1200px) {
      .careers__page-funfact .container {
        max-width: 1476px; } }
    @media (max-width: 991.98px) {
      .career__page_v2 .careers__page-funfact {
        padding-top: 38px;
        padding-bottom: 34px; } }
    .careers__page-funfact .funfact__item {
      padding-top: 125px;
      padding-bottom: 125px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      position: relative;
      overflow: hidden; }
      .careers__page-funfact .funfact__item-heading {
        font-size: 40px;
        line-height: 49px;
        font-family: "Rams";
        color: #e51937;
        font-weight: 600;
        text-align: center; }
      .careers__page-funfact .funfact__item-subheading {
        font-size: 30px;
        line-height: 45px;
        font-weight: bold;
        letter-spacing: 0.3px;
        text-align: center; }
      .careers__page-funfact .funfact__item-description {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 2;
        background-color: #e51937;
        background: linear-gradient(0deg, #4e000c 0%, #e51937 100%);
        padding: 30px;
        display: flex;
        align-items: center;
        font-weight: normal;
        font-size: 20px;
        line-height: 32px;
        transform: translateY(110%);
        transition: all .3s ease-in-out; }
      .careers__page-funfact .funfact__item:hover .funfact__item-description {
        transform: translateY(0%);
        transition: all .3s ease-in-out; }
    @media (max-width: 991.98px) {
      .careers__page-funfact {
        padding-top: 30px;
        padding-bottom: 30px; }
        .careers__page-funfact .funfact {
          margin: 0 -6px; }
          .careers__page-funfact .funfact__item {
            padding-top: 0px;
            padding-bottom: 0px;
            padding: 15px;
            border-left: 3px solid #060606;
            border-right: 3px solid #060606;
            background-color: #161616; }
            .careers__page-funfact .funfact__item-heading {
              font-size: 20px;
              line-height: 41px;
              color: #e51937;
              font-weight: 600; }
            .careers__page-funfact .funfact__item-subheading {
              font-size: 16px;
              line-height: 17px;
              font-weight: normal;
              letter-spacing: 0.16px;
              margin-bottom: 10px; }
            .careers__page-funfact .funfact__item-description {
              position: relative;
              z-index: 2;
              background-color: transparent;
              background: transparent;
              padding: 0px;
              color: #c0c0c0;
              font-weight: normal;
              font-size: 14px;
              line-height: 18px;
              transform: translateY(0%);
              border-top: 0.5px solid #707070;
              padding-top: 10px; }
        .careers__page-funfact .slider__funfact .slick-track {
          display: flex; }
        .careers__page-funfact .slider__funfact .slick-track .slick-slide {
          display: flex;
          height: auto; }
          .careers__page-funfact .slider__funfact .slick-track .slick-slide > div {
            width: 100%; }
            .careers__page-funfact .slider__funfact .slick-track .slick-slide > div .funfact__item {
              height: 100%; }
              .careers__page-funfact .slider__funfact .slick-track .slick-slide > div .funfact__item .funfact__item-description {
                display: block; } }
  .careers__page-team {
    position: relative;
    padding-top: 30px;
    padding-bottom: 150px; }
    @media (min-width: 1200px) {
      .careers__page-team .container {
        max-width: 1476px; } }
    .careers__page-teamTitle {
      font-size: 25px;
      letter-spacing: 0.25px;
      color: #C0C0C0;
      line-height: 30px;
      margin-bottom: 32px;
      font-weight: normal;
      font-family: "RNS Sanz";
      font-weight: normal; }
      @media (max-width: 991.98px) {
        .careers__page-teamTitle {
          font-size: 16px;
          margin-bottom: 5px; } }
    .careers__page-team .slider__team-nav .slick-slide.slick-active {
      position: relative;
      z-index: 99; }
    .careers__page-team .slider__team-card {
      position: relative; }
      .careers__page-team .slider__team-cardMedia img {
        width: auto;
        height: 558px;
        object-fit: contain;
        object-position: center bottom;
        margin: 0 auto; }
      .careers__page-team .slider__team-cardMedia::after {
        transform-origin: right center;
        content: "";
        position: absolute;
        top: 0;
        left: 0px;
        width: 100%;
        height: 100%;
        background: transparent linear-gradient(81deg, #191919 0%, #131313 16%, #1A1A1A 34%, #4A4A4A 100%) 0% 0% no-repeat padding-box;
        z-index: -1; }
      .careers__page-team .slider__team-cardTitle {
        font-size: 40px;
        line-height: 49px;
        font-family: "Rams";
        font-weight: bold;
        margin-bottom: 10px;
        padding-top: 20px; }
      .careers__page-team .slider__team-cardInfo ul {
        margin-bottom: 50px;
        padding-left: 0px; }
        .careers__page-team .slider__team-cardInfo ul li {
          list-style: none;
          display: inline-block;
          padding-left: 0px;
          position: relative;
          color: #c0c0c0; }
          .careers__page-team .slider__team-cardInfo ul li:not(:last-child) {
            padding-right: 10px;
            margin-right: 3px; }
            .careers__page-team .slider__team-cardInfo ul li:not(:last-child)::after {
              content: "";
              position: absolute;
              top: 0;
              right: 0px;
              width: 3px;
              height: 100%;
              background-color: #e51937; }
      .careers__page-team .slider__team-cardDescription {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 0.2px;
        font-weight: normal;
        color: #a3a3a3; }
    .careers__page-team .slider__team-for {
      height: 100%; }
      .careers__page-team .slider__team-for .slick-arrow {
        top: auto;
        bottom: 0;
        height: 42px;
        width: 42px;
        z-index: 999; }
        .careers__page-team .slider__team-for .slick-arrow::before {
          font-size: 45px; }
      .careers__page-team .slider__team-for .slick-prev {
        left: 0px; }
        .careers__page-team .slider__team-for .slick-prev:before {
          content: "";
          color: transparent;
          background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTYuNjcgMGwyLjgzIDIuODI5LTkuMzM5IDkuMTc1IDkuMzM5IDkuMTY3LTIuODMgMi44MjktMTIuMTctMTEuOTk2eiIvPjwvc3ZnPg==");
          filter: invert(100%);
          background-repeat: no-repeat;
          background-size: contain; }
      .careers__page-team .slider__team-for .slick-next {
        left: 57px; }
        .careers__page-team .slider__team-for .slick-next:before {
          content: "";
          color: transparent;
          background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNNy4zMyAyNGwtMi44My0yLjgyOSA5LjMzOS05LjE3NS05LjMzOS05LjE2NyAyLjgzLTIuODI5IDEyLjE3IDExLjk5NnoiLz48L3N2Zz4=");
          filter: invert(100%);
          background-repeat: no-repeat;
          background-size: contain; }
    .careers__page-team .slick-dots {
      bottom: -15px;
      justify-content: flex-start;
      opacity: 0; }
    .careers__page-team .slider__team-for-pagingInfo {
      position: absolute;
      bottom: -20px;
      right: 15px;
      font-size: 14px;
      color: #AEAEAE;
      font-style: italic;
      opacity: 0; }
    @media (min-width: 768px) {
      .careers__page-teamWrap {
        margin-right: -44px;
        margin-left: -44px; }
        .careers__page-teamWrap > * {
          padding-right: 44px;
          padding-left: 44px; } }
    @media (max-width: 991.98px) {
      .careers__page-team {
        padding-bottom: 60px; }
        .careers__page-team .slider__team-nav .slick-slide.slick-active {
          position: relative;
          z-index: 99; }
        .careers__page-team .slider__team-card {
          position: relative; }
          .careers__page-team .slider__team-cardMedia {
            position: relative; }
            .careers__page-team .slider__team-cardMedia:before {
              display: block;
              content: "";
              width: 100%;
              padding-top: 52.0231213873%; }
            .careers__page-team .slider__team-cardMedia > .inner {
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              overflow: hidden; }
              .careers__page-team .slider__team-cardMedia > .inner > img {
                width: 100%;
                height: 100%;
                object-fit: cover; }
            .careers__page-team .slider__team-cardMedia > .inner > img {
              object-fit: contain; }
          .careers__page-team .slider__team-cardTitle {
            font-size: 18px;
            line-height: 23px;
            margin-bottom: 2px;
            padding-top: 14px; }
          .careers__page-team .slider__team-cardInfo ul {
            margin-bottom: 13px; }
            .careers__page-team .slider__team-cardInfo ul li {
              font-size: 12px;
              line-height: 14px; }
              .careers__page-team .slider__team-cardInfo ul li:not(:last-child) {
                padding-right: 10px;
                margin-right: 3px;
                letter-spacing: 0.12px; }
                .careers__page-team .slider__team-cardInfo ul li:not(:last-child)::after {
                  width: 1px;
                  background-color: #e51937; }
          .careers__page-team .slider__team-cardDescription {
            font-size: 12px;
            line-height: 14px;
            letter-spacing: 0.12px;
            font-weight: normal;
            color: #C0C0C0; }
        .careers__page-team .slider__team-for .slick-arrow {
          display: none !important; }
        .careers__page-team .slick-dotted.slick-slider {
          margin-bottom: 10px; }
        .careers__page-team .slick-dots {
          opacity: 1; }
        .careers__page-team .slider__team-for-pagingInfo {
          opacity: 1; } }
    .career__page_v2 .careers__page-team {
      padding-bottom: 100px; }
      @media (max-width: 991.98px) {
        .career__page_v2 .careers__page-team {
          padding-bottom: calc(18px + 48px); } }
      .career__page_v2 .careers__page-team .slider__team-cardMedia::after, .career__page_v2 .careers__page-team .slider__team-cardMedia::before {
        display: none; }
      .career__page_v2 .careers__page-team .slider__team-cardMedia .inner {
        position: relative;
        overflow: hidden; }
        .career__page_v2 .careers__page-team .slider__team-cardMedia .inner img:not(.bg-name-text) {
          z-index: 3;
          position: absolute;
          height: 90%;
          bottom: 15px;
          left: 50%;
          transform: translateX(-50%); }
          @media (max-width: 991.98px) {
            .career__page_v2 .careers__page-team .slider__team-cardMedia .inner img:not(.bg-name-text) {
              height: 100%;
              padding-top: 15px;
              bottom: 0;
              object-position: center 25px;
              transform: translateX(-50%) scale(1.4); } }
        .career__page_v2 .careers__page-team .slider__team-cardMedia .inner .bg-name-text {
          position: relative;
          top: 0;
          left: 0;
          width: 100%;
          height: 546px;
          object-fit: contain;
          z-index: 0; }
          @media (max-width: 991.98px) {
            .career__page_v2 .careers__page-team .slider__team-cardMedia .inner .bg-name-text {
              height: 214px;
              object-fit: cover;
              object-position: top right; } }
  .careers__page-about {
    position: relative;
    padding-top: 170px;
    padding-bottom: 90px; }
    @media (min-width: 1200px) {
      .careers__page-about .container {
        max-width: 1476px; } }
    .careers__page-about .slider__about-nav .slick-slide.slick-active {
      position: relative;
      z-index: 99; }
    .careers__page-about .slider__about-card {
      position: relative; }
      .careers__page-about .slider__about-cardMedia {
        position: relative; }
        .careers__page-about .slider__about-cardMedia:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 54.4041450777%; }
        .careers__page-about .slider__about-cardMedia > .inner {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          overflow: hidden; }
          .careers__page-about .slider__about-cardMedia > .inner > img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
      .careers__page-about .slider__about-cardTitle {
        font-size: 40px;
        line-height: 49px;
        font-family: "Rams";
        font-weight: bold;
        margin-bottom: 30px;
        padding-top: 20px; }
      .careers__page-about .slider__about-cardSubtitle {
        margin-bottom: 40px;
        color: #e51937;
        font-weight: 600;
        font-size: 20px;
        line-height: 24px; }
      .careers__page-about .slider__about-cardDescription {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0.2px;
        font-weight: normal;
        color: #a3a3a3; }
    .careers__page-about .slider__about-for {
      height: 100%; }
      .careers__page-about .slider__about-for .slick-arrow {
        top: auto;
        bottom: 0;
        height: 42px;
        width: 42px; }
      .careers__page-about .slider__about-for .slick-prev {
        left: 0px; }
      .careers__page-about .slider__about-for .slick-next {
        left: 57px; }
    .careers__page-about .slick-dots {
      bottom: 30px;
      justify-content: start; }
    @media (max-width: 991.98px) {
      .careers__page-aboutSimple {
        padding-top: 0px; }
      .careers__page-about .slider__about-nav {
        margin: 0 -15px; }
      .careers__page-about .slider__about-card {
        position: relative; }
        .careers__page-about .slider__about-cardMedia {
          position: relative; }
          .careers__page-about .slider__about-cardMedia:before {
            display: block;
            content: "";
            width: 100%;
            padding-top: 54.4041450777%; }
          .careers__page-about .slider__about-cardMedia > .inner {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            overflow: hidden; }
            .careers__page-about .slider__about-cardMedia > .inner > img {
              width: 100%;
              height: 100%;
              object-fit: cover; }
        .careers__page-about .slider__about-cardTitle {
          font-size: 20px;
          line-height: 25px;
          font-weight: normal;
          margin-bottom: 7px; }
        .careers__page-about .slider__about-cardSubtitle {
          margin-bottom: 16px;
          font-size: 12px;
          line-height: 4px; }
        .careers__page-about .slider__about-cardDescription {
          font-size: 14px;
          line-height: 18px;
          letter-spacing: 0.42px;
          color: #A3A3A3; }
      .careers__page-about .slick-dots {
        bottom: -5px;
        justify-content: start; } }
  .careers__page-about-mobile {
    display: none;
    padding-top: 20px;
    padding-bottom: 42px; }
    .careers__page-about-mobile .section-head {
      margin-bottom: 15px; }
      .careers__page-about-mobile .section-head .section-title {
        color: #FFF; }
      .careers__page-about-mobile .section-head .section-desc {
        font-size: 14px;
        line-height: .8;
        color: #A3A3A3;
        text-transform: uppercase;
        margin-top: 5px; }
    .careers__page-about-mobile .section-content {
      letter-spacing: 0.12px;
      color: #C0C0C0;
      font-size: 14px; }
      .careers__page-about-mobile .section-content a {
        color: #C0C0C0; }
        .careers__page-about-mobile .section-content a:not(.btn) {
          display: inline-block; }
      .careers__page-about-mobile .section-content .buttons-wrap .btn {
        font-weight: 600;
        letter-spacing: 0.16px;
        color: #FFFFFF; }
        .careers__page-about-mobile .section-content .buttons-wrap .btn:not(:last-child) {
          margin-bottom: 11px; }
    @media (max-width: 991.98px) {
      .careers__page-about-mobile {
        display: block; } }
  @media (min-width: 1200px) {
    .careers__page-news .container {
      max-width: 1476px; } }
  .careers__page-news .slick-slide {
    height: auto; }
  .careers__page-news .news-item__title {
    font-size: 25px;
    line-height: 30px;
    font-family: 'Roboto'; }
    @media (max-width: 991.98px) {
      .careers__page-news .news-item__title {
        line-height: 1.5;
        font-size: 14px; } }
  .careers__page-news .news-item.news-item--feature .news-item__image {
    padding-top: 66.5%; }
  .careers__page-news .news-item.news-item--featured .news-item__image {
    padding-top: 66.5%; }
  .career__page_v2 .careers__page-news {
    padding: 100px 0 120px; }
    .career__page_v2 .careers__page-news .news-updates__title {
      margin-bottom: 40px; }
    @media (max-width: 991.98px) {
      .career__page_v2 .careers__page-news {
        padding: 48px 0; }
        .career__page_v2 .careers__page-news .news-updates__title {
          margin-bottom: 20px; } }
  .careers__page-jobs {
    scroll-margin-top: 70px;
    position: relative;
    padding-top: 48px;
    padding-bottom: 120px; }
    .careers__page-jobs .bg-job {
      display: none; }
    @media (min-width: 1200px) {
      .careers__page-jobs .container {
        max-width: 1476px; } }
    @media (max-width: 991.98px) {
      .careers__page-jobs .bg-job {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 170px;
        object-fit: cover;
        opacity: .15; } }
    .careers__page-jobsHeading .heading {
      text-align: center;
      margin-bottom: 33px; }
      .careers__page-jobsHeading .heading__title {
        font-size: 40px;
        line-height: 49px;
        margin-bottom: 8px;
        font-family: "Rams";
        font-weight: bold; }
      .careers__page-jobsHeading .heading__description {
        color: #a3a3a3;
        font-size: normal;
        letter-spacing: 0.2px; }
    .careers__page-jobsfilter .filter {
      margin-bottom: 32px; }
      .careers__page-jobsfilter .filter__group {
        position: relative; }
      .careers__page-jobsfilter .filter__form {
        display: grid;
        gap: 15px;
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
        align-content: center;
        margin-bottom: 20px; }
        .careers__page-jobsfilter .filter__form .form-control-searchTrigger {
          background-color: transparent;
          position: absolute;
          width: 50px;
          height: 100%;
          top: 0;
          right: 0;
          border: 0px;
          display: none; }
          .careers__page-jobsfilter .filter__form .form-control-searchTrigger svg path {
            fill: #FFFFFF; }
          @media (max-width: 991.98px) {
            .careers__page-jobsfilter .filter__form .form-control-searchTrigger {
              display: block; } }
        .careers__page-jobsfilter .filter__form .form-control-searchClose {
          background-color: transparent;
          position: absolute;
          width: 50px;
          height: 100%;
          top: 0;
          right: 0;
          border: 0px;
          display: none;
          align-items: center;
          justify-content: center;
          opacity: 0; }
          .careers__page-jobsfilter .filter__form .form-control-searchClose svg path {
            fill: #FFFFFF; }
          @media (min-width: 768px) {
            .careers__page-jobsfilter .filter__form .form-control-searchClose {
              display: flex; } }
          @media (max-width: 991.98px) {
            .careers__page-jobsfilter .filter__form .form-control-searchClose {
              display: none; } }
        .careers__page-jobsfilter .filter__form input, .careers__page-jobsfilter .filter__form select {
          background-color: #2E2E2E;
          box-shadow: 0 0 0 .7px #707070;
          color: #c0c0c0;
          height: 54px;
          border-right: 10px solid transparent !important; }
          @media (max-width: 991.98px) {
            .careers__page-jobsfilter .filter__form input, .careers__page-jobsfilter .filter__form select {
              background-color: #060606;
              height: 40px; } }
        .careers__page-jobsfilter .filter__form button {
          width: 100%; }
        @media (max-width: 991.98px) {
          .careers__page-jobsfilter .filter__form .mobile-hide {
            display: none; } }
      .careers__page-jobsfilter .filter-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .careers__page-jobsfilter .filter-wrap .filter-trigger {
          margin-left: auto; }
        .careers__page-jobsfilter .filter-wrap .filter-trigger {
          display: block; }
          @media (min-width: 768px) {
            .careers__page-jobsfilter .filter-wrap .filter-trigger {
              display: none; } }
        .careers__page-jobsfilter .filter-wrap .filter-button {
          background-color: transparent;
          padding: 0;
          letter-spacing: 0.16px;
          color: #A3A3A3;
          border: 0; }
    .careers__page-jobsresult .result__item.hide {
      display: none; }
    .careers__page-jobsresult .result__item.open .item .heading__info {
      opacity: 0;
      transition: all .3s ease-in-out; }
    .careers__page-jobsresult .result__item.open .item .item__action svg {
      transform: rotate(90deg);
      transition: all .3s ease-in-out; }
    .careers__page-jobsresult .result__item .item {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .careers__page-jobsresult .result__item .item__heading .heading {
        padding: 10px 0; }
        .careers__page-jobsresult .result__item .item__heading .heading__title {
          font-size: 25px;
          line-height: 30px;
          letter-spacing: 0.25px;
          font-weight: bold;
          margin-bottom: 5px; }
        .careers__page-jobsresult .result__item .item__heading .heading__info {
          transition: all .3s ease-in-out; }
          .careers__page-jobsresult .result__item .item__heading .heading__info ul {
            padding-left: 0px;
            margin-bottom: 0px;
            display: flex;
            gap: 15px; }
            .careers__page-jobsresult .result__item .item__heading .heading__info ul li {
              list-style: none;
              display: inline-block;
              display: flex;
              align-items: center;
              gap: 5px;
              color: #a3a3a3; }
              .careers__page-jobsresult .result__item .item__heading .heading__info ul li svg {
                color: #fff; }
      .careers__page-jobsresult .result__item .item__action {
        display: flex;
        align-items: center;
        gap: 22px;
        color: #a3a3a3; }
        .careers__page-jobsresult .result__item .item__action svg {
          color: #fff;
          transition: all .3s ease-in-out; }
        .careers__page-jobsresult .result__item .item__action:hover {
          cursor: pointer;
          color: #fff; }
    .careers__page-jobsresult .result__item .itemResult {
      height: 0;
      overflow: hidden;
      opacity: 0;
      transition: all .5s ease-in-out; }
      .careers__page-jobsresult .result__item .itemResult__wrap {
        padding: 20px 40px;
        background-color: #1d1c1c;
        border-radius: 5px;
        margin-bottom: 30px; }
      .careers__page-jobsresult .result__item .itemResult.open {
        height: auto;
        opacity: 1;
        transition: all .5s ease-in-out; }
      .careers__page-jobsresult .result__item .itemResult__item {
        padding: 20px 0; }
        .careers__page-jobsresult .result__item .itemResult__item-heading {
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin-bottom: 16px; }
          .careers__page-jobsresult .result__item .itemResult__item-heading .heading__title {
            margin-bottom: 10px;
            font-size: 25px;
            line-height: 30px;
            letter-spacing: 0.25px;
            font-weight: normal; }
          .careers__page-jobsresult .result__item .itemResult__item-heading .heading__info ul {
            padding-left: 0px;
            margin-bottom: 0px;
            display: flex;
            gap: 15px; }
            .careers__page-jobsresult .result__item .itemResult__item-heading .heading__info ul li {
              list-style: none;
              display: inline-block;
              display: flex;
              align-items: center;
              gap: 5px;
              color: #a3a3a3; }
              .careers__page-jobsresult .result__item .itemResult__item-heading .heading__info ul li svg {
                color: #fff; }
          .careers__page-jobsresult .result__item .itemResult__item-heading .action ul {
            display: flex;
            gap: 15px;
            margin-bottom: 0px; }
            .careers__page-jobsresult .result__item .itemResult__item-heading .action ul li {
              list-style: none; }
              .careers__page-jobsresult .result__item .itemResult__item-heading .action ul li a {
                align-items: center;
                padding: 13px 44px;
                box-shadow: inset 0 0 0 1px #707070;
                color: #FFFFFF;
                transition: all .3s ease-in-out; }
                .careers__page-jobsresult .result__item .itemResult__item-heading .action ul li a:hover {
                  color: #e51937;
                  box-shadow: inset 0 0 0 1px #e51937;
                  transition: all .3s ease-in-out; }
        .careers__page-jobsresult .result__item .itemResult__item-description {
          color: #a3a3a3; }
        .careers__page-jobsresult .result__item .itemResult__item:not(:last-child) {
          border-bottom: 1px solid #707070; }
        .careers__page-jobsresult .result__item .itemResult__item-footerAction {
          margin-top: 16px;
          display: none; }
          .careers__page-jobsresult .result__item .itemResult__item-footerAction ul {
            display: flex;
            gap: 15px;
            padding-left: 0px; }
            .careers__page-jobsresult .result__item .itemResult__item-footerAction ul li {
              list-style: none;
              align-items: center;
              flex: 1 1 auto;
              text-align: center;
              font-size: 12px;
              letter-spacing: 0.12px; }
              .careers__page-jobsresult .result__item .itemResult__item-footerAction ul li a {
                display: block;
                width: 100%;
                align-items: center;
                padding: 8px 44px;
                box-shadow: inset 0 0 0 1px #707070;
                color: #FFFFFF;
                transition: all .3s ease-in-out; }
                .careers__page-jobsresult .result__item .itemResult__item-footerAction ul li a:hover {
                  color: #e51937;
                  box-shadow: inset 0 0 0 1px #e51937;
                  transition: all .3s ease-in-out; }
    .careers__page-jobsresult .result__item:not(:last-child) {
      border-bottom: 1px solid #707070; }
    .careers__page-jobsresult .result__more {
      box-shadow: inset 0 0 0 1px #707070;
      padding: 17px 0;
      text-align: center;
      margin-top: 80px; }
      .careers__page-jobsresult .result__more svg {
        transform: rotate(90deg);
        color: #707070; }
      .careers__page-jobsresult .result__more:hover {
        cursor: pointer;
        box-shadow: inset 0 0 0 1px #a3a3a3; }
        .careers__page-jobsresult .result__more:hover svg {
          color: #a3a3a3; }
      .careers__page-jobsresult .result__more.hide {
        display: none; }
    .careers__page-jobsnot .not {
      padding-top: 60px; }
      .careers__page-jobsnot .not__media {
        margin-bottom: 20px; }
      .careers__page-jobsnot .not__description {
        color: #a3a3a3;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 0.2px;
        padding: 0 20px;
        text-align: center; }
    @media (max-width: 991.98px) {
      .careers__page-jobs {
        padding-top: 35px;
        padding-bottom: 60px; }
        .careers__page-jobsHeading .heading {
          text-align: left;
          margin-bottom: 15px; }
          .careers__page-jobsHeading .heading__title {
            font-size: 20px;
            line-height: 22px;
            margin-bottom: 5px; }
          .careers__page-jobsHeading .heading__description {
            font-size: 14px;
            color: #a3a3a3;
            font-size: normal;
            letter-spacing: 0.2px; }
        .careers__page-jobsfilter .filter {
          margin-bottom: 16px; }
          .careers__page-jobsfilter .filter__form {
            display: grid;
            gap: 5px;
            grid-template-columns: 1fr;
            align-content: center;
            margin-bottom: 15px; }
          .careers__page-jobsfilter .filter__result {
            font-size: 12px;
            color: #a3a3a3; }
        .careers__page-jobsresult .result__item .item__heading .heading {
          padding: 8px 0; }
          .careers__page-jobsresult .result__item .item__heading .heading__title {
            font-size: 14px;
            line-height: 17px;
            letter-spacing: 0.14px;
            font-weight: bold; }
          .careers__page-jobsresult .result__item .item__heading .heading__info ul {
            gap: 10px; }
            .careers__page-jobsresult .result__item .item__heading .heading__info ul li {
              font-size: 12px;
              gap: 3px; }
              .careers__page-jobsresult .result__item .item__heading .heading__info ul li span {
                display: none; }
        .careers__page-jobsresult .result__item .item__action {
          gap: 12px;
          font-size: 12px;
          letter-spacing: 0.12px; }
        .careers__page-jobsresult .result__item .itemResult {
          height: 0;
          overflow: hidden;
          opacity: 0;
          transition: all .5s ease-in-out; }
          .careers__page-jobsresult .result__item .itemResult__wrap {
            padding: 15px 15px;
            background-color: #1d1c1c;
            border-radius: 5px;
            margin-bottom: 30px; }
          .careers__page-jobsresult .result__item .itemResult__item {
            padding: 5px 0; }
            .careers__page-jobsresult .result__item .itemResult__item-heading {
              display: flex;
              align-items: center;
              justify-content: space-between;
              margin-bottom: 12px; }
              .careers__page-jobsresult .result__item .itemResult__item-heading .heading__title {
                margin-bottom: 8px;
                font-size: 14px;
                letter-spacing: 0.14px;
                font-weight: bold; }
              .careers__page-jobsresult .result__item .itemResult__item-heading .heading__info ul {
                gap: 10px; }
                .careers__page-jobsresult .result__item .itemResult__item-heading .heading__info ul li {
                  font-size: 12px; }
              .careers__page-jobsresult .result__item .itemResult__item-heading .action {
                display: none; }
            .careers__page-jobsresult .result__item .itemResult__item-description {
              color: #a3a3a3;
              font-size: 12px;
              letter-spacing: 0.12px; }
            .careers__page-jobsresult .result__item .itemResult__item-footerAction {
              display: block; }
        .careers__page-jobsresult .result__item:not(:last-child) {
          border-bottom: 1px solid #707070; }
        .careers__page-jobsresult .result__more {
          padding: 12px 0;
          margin-top: 30px; } }
  .careers__page-job {
    padding-top: 53px;
    padding-bottom: 380px; }
    @media (min-width: 1200px) {
      .careers__page-job .container {
        max-width: 1476px; } }
    .careers__page-job a.btn-lamar {
      display: inline;
      color: #fff;
      padding: 15px 82px;
      letter-spacing: 0.25px;
      text-transform: uppercase;
      font-size: 25px;
      line-height: 51px; }
      @media (max-width: 991.98px) {
        .careers__page-job a.btn-lamar {
          display: none; } }
      .careers__page-job a.btn-lamar-mobile {
        color: #FFFFFF; }
    .careers__page-jobWrap {
      display: grid;
      grid-template-columns: 1fr 490px;
      gap: 56px; }
    .careers__page-job .content {
      font-size: 20px;
      letter-spacing: 0.2px;
      line-height: 30px; }
      .careers__page-job .content h1, .careers__page-job .content h2, .careers__page-job .content h3, .careers__page-job .content h4, .careers__page-job .content h5, .careers__page-job .content h6 {
        color: #FFFFFF; }
      .careers__page-job .content p, .careers__page-job .content li {
        color: #c0c0c0; }
      .careers__page-job .content button {
        padding: 15px 81px;
        font-size: 25px; }
        .careers__page-job .content button:hover {
          cursor: pointer; }
      .careers__page-job .content__info {
        background-color: #1d1c1c;
        padding: 10px 10px;
        border-radius: 10px; }
        .careers__page-job .content__info table, .careers__page-job .content__info tr, .careers__page-job .content__info td {
          border: 0;
          padding: 4px 0px;
          font-size: 13px;
          line-height: 16px;
          letter-spacing: 0.13px; }
        .careers__page-job .content__info table {
          width: 100%;
          margin-bottom: 0px; }
          .careers__page-job .content__info table tr {
            display: grid;
            grid-template-columns: repeat(2, 1fr); }
            .careers__page-job .content__info table tr td {
              color: #FFF; }
              .careers__page-job .content__info table tr td:first-child {
                color: #a3a3a3; }
        .careers__page-job .content__info-mobile table {
          width: 100%;
          table-layout: fixed; }
        .careers__page-job .content__info-mobile tbody {
          display: block;
          width: 100%; }
          .careers__page-job .content__info-mobile tbody tr:nth-child(even) {
            padding-top: 0px !important; }
            .careers__page-job .content__info-mobile tbody tr:nth-child(even) td {
              color: #a3a3a3 !important;
              padding-top: 0px !important; }
          .careers__page-job .content__info-mobile tbody tr:nth-child(odd) {
            padding-bottom: 0px !important; }
            .careers__page-job .content__info-mobile tbody tr:nth-child(odd) td {
              padding-bottom: 0px !important;
              color: #FFFFFF !important; }
    .careers__page-job .sidebar > *:not(:last-child) {
      margin-bottom: 34px; }
    .careers__page-job .sidebar__title {
      margin-bottom: 27px;
      letter-spacing: 0.25px;
      color: #FFFFFF;
      text-transform: uppercase;
      font-size: 25px;
      line-height: 44px; }
    .careers__page-job .sidebar__info {
      background-color: #1d1c1c;
      padding: 33px 38px;
      border-radius: 10px; }
      .careers__page-job .sidebar__info table, .careers__page-job .sidebar__info tr, .careers__page-job .sidebar__info td {
        border: 0;
        padding: 6px 0px;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0.2px; }
      .careers__page-job .sidebar__info table tr td:first-child {
        color: #a3a3a3; }
    .careers__page-job .sidebar__progress {
      background-color: #1d1c1c;
      padding: 33px 38px;
      border-radius: 10px; }
      .careers__page-job .sidebar__progress-items .item {
        display: grid;
        grid-template-columns: 82px auto;
        align-items: center;
        gap: 28px; }
        .careers__page-job .sidebar__progress-items .item__number {
          width: 100%;
          height: 70px;
          display: flex;
          align-items: center;
          justify-content: center;
          box-shadow: inset 0 0 0 1px #707070;
          background-color: #2e2e2e;
          font-size: 30px;
          font-weight: bold;
          line-height: 38px;
          border-radius: 10px; }
        .careers__page-job .sidebar__progress-items .item__heading-title {
          font-size: 20px;
          line-height: 24px;
          letter-spacing: 0.2px;
          color: #FFFFFF;
          margin-bottom: 3px;
          font-weight: normal; }
        .careers__page-job .sidebar__progress-items .item__heading-description {
          font-size: 16px;
          line-height: 19px;
          letter-spacing: 0.16px;
          color: #C0C0C0; }
        .careers__page-job .sidebar__progress-items .item:not(:last-child) {
          margin-bottom: 30px; }
    @media (max-width: 991.98px) {
      .careers__page-job {
        padding-top: 0px;
        padding-bottom: 60px; }
        .careers__page-jobWrap {
          display: grid;
          grid-template-columns: 1fr;
          gap: 0px; }
        .careers__page-job .content {
          font-size: 12px;
          letter-spacing: 0.12px;
          line-height: 18px; }
          .careers__page-job .content h1, .careers__page-job .content h2, .careers__page-job .content h3, .careers__page-job .content h4, .careers__page-job .content h5, .careers__page-job .content h6 {
            color: #FFFFFF; }
          .careers__page-job .content p, .careers__page-job .content li {
            color: #c0c0c0; }
          .careers__page-job .content button {
            padding: 10px 81px;
            font-size: 14px;
            display: block;
            width: 100%; }
        .careers__page-job .sidebar > *:not(:last-child) {
          margin-bottom: 15px; }
        .careers__page-job .sidebar__title {
          margin-bottom: 16px;
          letter-spacing: 0.16px;
          font-size: 16px;
          line-height: 32px; }
        .careers__page-job .sidebar__info {
          background-color: transparent;
          padding: 10px 10px;
          border-radius: 10px; }
          .careers__page-job .sidebar__info table, .careers__page-job .sidebar__info tr, .careers__page-job .sidebar__info td {
            border: 0;
            padding: 4px 0px;
            font-size: 13px;
            line-height: 16px;
            letter-spacing: 0.13px; }
        .careers__page-job .sidebar__progress {
          background-color: transparent;
          padding: 10px 10px; }
          .careers__page-job .sidebar__progress-items .item {
            gap: 14px;
            grid-template-columns: 52px auto; }
            .careers__page-job .sidebar__progress-items .item__number {
              box-shadow: inset 0 0 0 1px #707070;
              background-color: #2e2e2e;
              font-size: 22px;
              line-height: 28px;
              border-radius: 5px;
              height: 50px; }
            .careers__page-job .sidebar__progress-items .item__heading-title {
              font-size: 14px;
              line-height: 17px;
              letter-spacing: 0.14px; }
            .careers__page-job .sidebar__progress-items .item__heading-description {
              display: none; }
            .careers__page-job .sidebar__progress-items .item:not(:last-child) {
              margin-bottom: 13px; } }
  .careers__page .news-updates__slider .slick-dots li button {
    border-radius: 0px; }
  .careers__page .news-updates__slider .slick-dots li.slick-active button {
    opacity: .75;
    background-color: #e51937;
    width: 16px; }
  .careers__page #filter-find-job {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #E51937;
    border-radius: 50%;
    position: fixed;
    right: 27px;
    bottom: 80px;
    z-index: 999;
    display: none; }
    .careers__page #filter-find-job svg {
      width: 24px;
      height: 24px; }
      .careers__page #filter-find-job svg path {
        fill: #FFFFFF; }
    @media (min-width: 768px) {
      .careers__page #filter-find-job {
        display: none; } }
    .careers__page #filter-find-jobModal.modal {
      display: none;
      /* Hidden by default */
      position: fixed;
      /* Stay in place */
      z-index: 1;
      /* Sit on top */
      left: 0;
      top: 0;
      width: 100%;
      /* Full width */
      height: 100%;
      /* Full height */
      overflow: auto;
      /* Enable scroll if needed */
      background-color: black;
      /* Fallback color */
      background-color: rgba(0, 0, 0, 0.4);
      /* Black w/ opacity */
      z-index: 1000; }
      .careers__page #filter-find-jobModal.modal .modal-content {
        background-color: #0B0A0B;
        margin: 0px auto 0;
        /* 15% from the top and centered */
        padding: 20px;
        width: 100%;
        /* Could be more or less, depending on screen size */
        height: 100vh;
        display: flex;
        flex-direction: column; }
        .careers__page #filter-find-jobModal.modal .modal-content select {
          border-right: 10px solid transparent !important; }
        .careers__page #filter-find-jobModal.modal .modal-content-header {
          display: flex;
          justify-content: space-between;
          align-items: center;
          border-bottom: 1px solid #707070;
          padding-bottom: 10px;
          flex: 0 0 auto; }
          .careers__page #filter-find-jobModal.modal .modal-content-header .logo img {
            width: 120px; }
        .careers__page #filter-find-jobModal.modal .modal-content-content {
          padding-top: 30px;
          flex: 1 1 auto; }
          .careers__page #filter-find-jobModal.modal .modal-content-content label {
            margin-bottom: 10px; }
          .careers__page #filter-find-jobModal.modal .modal-content-content select {
            margin-top: 10px;
            background-color: #2E2E2E;
            color: #FFFFFF;
            padding: 0 10px; }
        .careers__page #filter-find-jobModal.modal .modal-content-footer {
          flex: 0 0 auto;
          display: flex;
          gap: 6px; }
          .careers__page #filter-find-jobModal.modal .modal-content-footer > * {
            flex: 1 1 auto; }
          .careers__page #filter-find-jobModal.modal .modal-content-footer button {
            background-color: transparent;
            color: #FFFFFF;
            padding: 8px 0; }
          .careers__page #filter-find-jobModal.modal .modal-content-footer button.btn-reset {
            border: 1px solid #FFFFFF; }
          .careers__page #filter-find-jobModal.modal .modal-content-footer button.btn-primary {
            background-color: #E51937; }
        .careers__page #filter-find-jobModal.modal .modal-content .close {
          color: #aaa;
          float: right;
          font-size: 28px;
          font-weight: bold; }
          .careers__page #filter-find-jobModal.modal .modal-content .close:hover, .careers__page #filter-find-jobModal.modal .modal-content .close:focus {
            color: black;
            text-decoration: none;
            cursor: pointer; }
  .careers__page #alert-danger.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: black;
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    z-index: 1000; }
    .careers__page #alert-danger.modal .modal-content {
      background-color: #1D1C1C;
      margin: 15% auto 0;
      /* 15% from the top and centered */
      padding: 20px;
      width: 746px;
      /* Could be more or less, depending on screen size */
      max-width: 100%;
      height: 172px;
      display: flex;
      flex-direction: column;
      border-bottom: 3px solid #E51937;
      animation-name: example;
      animation-duration: .3s; }
      .careers__page #alert-danger.modal .modal-content-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 15px;
        flex: 0 0 auto; }
        .careers__page #alert-danger.modal .modal-content-header .title {
          font-size: 30px;
          font-weight: bold; }
      .careers__page #alert-danger.modal .modal-content-content {
        flex: 1 1 auto;
        font-size: 20px;
        letter-spacing: 0.2px;
        line-height: 120%; }
      .careers__page #alert-danger.modal .modal-content .close {
        color: #FFFFFF;
        float: right;
        font-size: 28px;
        font-weight: bold; }
        .careers__page #alert-danger.modal .modal-content .close:hover, .careers__page #alert-danger.modal .modal-content .close:focus {
          color: black;
          text-decoration: none;
          cursor: pointer; }

@keyframes example {
  from {
    transform: translateY(-40px); }
  to {
    transform: translateY(0px); } }

#main-wrapper .career-menu {
  margin-left: auto; }
  #main-wrapper .career-menu .main-menu::-webkit-scrollbar {
    width: 0;
    height: 0; }
  #main-wrapper .career-menu .main-menu .menu-item {
    border-bottom: 0px solid transparent !important; }
  #main-wrapper .career-menu .main-menu li.current-menu-item a {
    color: #E51937; }
    @media (max-width: 991.98px) {
      #main-wrapper .career-menu .main-menu li.current-menu-item a {
        color: #C0C0C0;
        position: relative; }
        #main-wrapper .career-menu .main-menu li.current-menu-item a::after {
          content: "";
          position: absolute;
          bottom: 1px;
          left: 10px;
          width: calc(100% - 20px);
          height: 2px;
          background-color: #E51937; } }

@media (max-width: 991.98px) {
  #main-wrapper {
    padding-top: 90px; }
    #main-wrapper .career-header {
      display: grid;
      grid-template-columns: 1fr 1fr; }
      #main-wrapper .career-header .career-menu {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 2;
        grid-row-end: 2; }
        #main-wrapper .career-header .career-menu .main-menu {
          padding: 5px 0;
          display: inline-flex; }
          #main-wrapper .career-header .career-menu .main-menu li {
            display: inline; }
            #main-wrapper .career-header .career-menu .main-menu li a {
              padding: 9px 10px;
              display: inline;
              font-weight: normal;
              color: #C0C0C0;
              font-family: "RNS Sanz"; } }

/* Wider thar 601px */
@media only screen and (min-width: 601px) {
  /* Career Page */
  .careers__page #alert-danger.modal .modal-content-header .title {
    font-size: 25px; }
  .careers__page-funfact .funfact__item-heading {
    font-size: 60px;
    margin-bottom: 13px; }
  .careers__page-about .about__content-title {
    font-weight: bold; }
  .careers__page-team .slider__team-cardInfo ul {
    font-size: 18px; }
  .careers__page-heading .heading__titleSmall {
    font-size: 40px; }
  .careers__page .news-updates__title {
    font-family: "Rams";
    font-weight: bold;
    font-size: 40px; }
  .careers__page .news-item__date .date {
    font-size: 20px; }
  .careers__page .news-item__date .tag {
    font-size: 16px; }
  /* Career Jobs */
  .careers__page-jobs {
    font-size: 20px; }
  .careers__page-jobsresult .itemResult__item-heading .heading__title {
    font-weight: 600; }
  /* Careers Job */
  .careers__page-job .sidebar__title {
    font-weight: 600; }
  .careers__page-job .sidebar__progress-items .item__heading-title {
    font-weight: 600; } }

/* Smaller than 600px */
@media only screen and (max-width: 600px) {
  .career-menu .main-menu .menu-item {
    /* border: none;*/ }
  /* Career Page */
  .careers__page .funfact__item-heading,
  .careers__page .funfact__item-subheading {
    text-align: left; }
  .careers__page #alert-danger.modal .modal-content-header .title {
    font-size: 18px; }
  .careers__page #alert-danger.modal .modal-content-content {
    font-size: 14px; }
  .careers__page #alert-danger.modal .modal-content {
    margin: 50% auto 0; }
  .careers__page-about .about__content-title {
    font-weight: bold; }
  .careers__page .news-updates__title {
    font-family: "Rams";
    font-weight: bold;
    font-size: 20px; }
  .careers__page h3.news-item__title {
    font-size: 14px; }
  /* Careers Job */
  .careers__page .content h2:first-child {
    font-size: 18px; }
  .careers__page .content h2 {
    font-size: 16px; }
  .careers__page .sidebar .sidebar__title {
    font-size: 16px; } }

/* Tambahan Revisi */
body.page-template-template-view-job ul.nav-sticky-mobile.nav,
body.page-template-template-find-job ul.nav-sticky-mobile.nav,
body.page-template-template-careers ul.nav-sticky-mobile.nav {
  display: none !important; }

body.page-template-template-view-job.nav-sticky-mobile-enabled,
body.page-template-template-find-job.nav-sticky-mobile-enabled,
body.page-template-template-careers.nav-sticky-mobile-enabled {
  padding-bottom: 0px; }

.careers__page-about .about__image-videoButton {
  gap: 0px; }

.careers__page-jobsresult .result__item.open {
  border-bottom: 1px; }

/*# sourceMappingURL=careers.css.map */