@charset "UTF-8";
/* This comment is
* several lines long.
* since it uses the CSS comment syntax,
* it will appear in the CSS output. */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}
a:active, a:focus, a:hover {
  text-decoration: none;
}

/*
IMPORT FONTS
-------------------------------------------- */
@font-face {
  font-family: "MuseoSans";
  src: url("../webfonts/MuseoSansCyrl-700.eot");
  src: local("☞MuseoSansCyrl-700"), local("MuseoSansCyrl-700"), url("../webfonts/MuseoSansCyrl-700.eot?#iefix") format("embedded-opentype"), url("../webfonts/MuseoSansCyrl-700.woff2") format("woff2"), url("../webfonts/MuseoSansCyrl-700.woff") format("woff"), url("../webfonts/MuseoSansCyrl-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "MuseoSans";
  src: url("../webfonts/MuseoSansCyrl-900.eot");
  src: local("☞MuseoSansCyrl-900"), local("MuseoSansCyrl-900"), url("../webfonts/MuseoSansCyrl-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/MuseoSansCyrl-900.woff2") format("woff2"), url("../webfonts/MuseoSansCyrl-900.woff") format("woff"), url("../webfonts/MuseoSansCyrl-900.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
body,
input,
select,
button,
textarea {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

h1 {
  margin-bottom: 30px;
  font-family: "MuseoSans", Arial, Helvetica, sans-serif;
  font-size: 94px;
  line-height: normal;
  font-weight: 900;
  color: #000B90;
  text-transform: uppercase;
}
h1 strong {
  color: #3DC00F;
}
@media (max-width: 1024px) and (orientation: portrait) {
  h1 {
    margin-bottom: 30px;
    font-size: 36px;
  }
}

h2 {
  margin-bottom: 30px;
  font-family: "MuseoSans", Arial, Helvetica, sans-serif;
  font-size: 33px;
  line-height: normal;
  font-weight: 700;
  color: #000B90;
}
@media (max-width: 1024px) and (orientation: portrait) {
  h2 {
    margin-bottom: 30px;
    font-size: 22px;
  }
}

p {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 28px;
  color: #000B90;
}
@media (max-width: 1024px) and (orientation: portrait) {
  p {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
p strong {
  font-weight: 700;
}
p a {
  color: #000B90;
  text-decoration: underline;
}
p a:hover {
  text-decoration: none;
}
p.small {
  font-size: 15px;
  line-height: 25px;
}
@media (max-width: 1024px) and (orientation: portrait) {
  p.small {
    font-size: 14px;
  }
}
p:last-child {
  margin-bottom: 0;
}

.entry p {
  margin-bottom: 20px;
}
.entry p a {
  color: #3DC00F;
  text-decoration: none;
}
.entry p a:hover {
  text-decoration: underline;
}
.entry p:last-child {
  margin-bottom: 0;
}
.entry ul {
  margin-left: 20px;
  margin-bottom: 20px;
  list-style-type: disc;
}
.entry ul li {
  font-size: 18px;
  line-height: 28px;
  color: #000B90;
}
.entry ul:last-child {
  margin-bottom: 0;
}
.entry ol {
  margin-left: 20px;
  margin-bottom: 20px;
  list-style-type: decimal;
}
.entry ol li {
  font-size: 18px;
  line-height: 28px;
  color: #000B90;
}
.entry ol:last-child {
  margin-bottom: 0;
}

/*
GLOBAL STYLES
-------------------------------------------- */
html {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
  position: relative;
  background-color: #F0F4ED;
  -webkit-overflow-scrolling: touch;
}

.wrapper {
  max-width: 954px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* apply a natural box layout model to all elements
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
 } */
/*
|------------------------------------------------------------
| Help Classes
|------------------------------------------------------------
*/
.display-none {
  display: none;
}

.display-block {
  display: block;
}

.display-inline {
  display: inline;
}

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

.left {
  float: left;
}

.right {
  float: right;
}

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

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

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

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

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.fixed {
  position: fixed;
}

/*
|------------------------------------------------------------
| Clearfix
|------------------------------------------------------------
*/
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}

/*
BUTTONS GLOBAL
-------------------------------------------- */
.btn {
  display: inline-block;
  position: relative;
  padding: 25px 100px 25px 25px;
  font-family: "MuseoSans", Arial, Helvetica, sans-serif;
  font-size: 27px;
  line-height: 33px;
  color: white;
  font-weight: 700;
  background-color: #3DC00F;
  border: 0;
  transition: all 0.3s;
}
@media (max-width: 640px) {
  .btn {
    padding: 20px 80px 20px 20px;
    font-size: 20px;
    line-height: 25px;
  }
}
.btn:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
  background: url(../img/icon-arrow-right.svg) no-repeat center;
}
.btn:hover {
  background-color: #35a80d;
}

/*
= HEADER
------------------------------------------------------------------------------------- */
header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
}
header .header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
}
@media (max-width: 640px) {
  header .header-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
header .header-wrapper .logo {
  display: block;
}
header .header-wrapper .logo img {
  max-width: 161px;
  height: auto;
}
header .header-wrapper .main-nav {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
header .header-wrapper .main-nav li {
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) and (orientation: portrait) {
  header .header-wrapper .main-nav li {
    font-size: 16px;
  }
}
header .header-wrapper .main-nav li:before {
  content: "•";
  color: white;
  margin: 0 20px;
}
@media (max-width: 1024px) and (orientation: portrait) {
  header .header-wrapper .main-nav li:before {
    display: none;
  }
}
header .header-wrapper .main-nav li a {
  display: inline-block;
  color: white;
  transition: color 0.3s;
}
header .header-wrapper .main-nav li a:hover {
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 1024px) and (orientation: portrait) {
  header .header-wrapper .main-nav li a {
    margin: 0 10px;
  }
}
header .header-wrapper .main-nav li:first-child:before {
  display: none;
}
header .header-wrapper .main-nav li.active a {
  position: relative;
}
header .header-wrapper .main-nav li.active a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 37px;
  height: 2px;
  background-color: #3DC00F;
}

/*
FOOTER
-------------------------------------------- */
footer {
  position: relative;
  max-width: 1200px;
  padding: 80px 30px 30px;
  margin-left: auto;
  margin-right: auto;
  background-color: #000B90;
}
@media (max-width: 1024px) and (orientation: portrait) {
  footer {
    padding: 60px 30px;
  }
}
footer:after {
  content: "";
  position: absolute;
  left: -20px;
  top: 20px;
  z-index: -1;
  width: 100%;
  height: calc(100% - 20px);
  background-color: #3DC00F;
}
footer p {
  color: white;
}
footer p a {
  color: white;
  text-decoration: underline;
}
footer h4 {
  margin-bottom: 24px;
  font-family: "MuseoSans", Arial, Helvetica, sans-serif;
  font-size: 26px;
  line-height: 1.5;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
}
footer .footer-columns {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-end;
}
footer .footer-columns.footer-content {
  padding-bottom: 87px;
  margin-bottom: 26px;
  border-bottom: rgba(255, 255, 255, 0.4) solid 1px;
}
footer .footer-columns .col:first-child {
  flex-basis: 50%;
}
@media (max-width: 1024px) and (orientation: portrait) {
  footer .footer-columns .col:first-child {
    flex-basis: 100%;
  }
}
footer .footer-columns .col:nth-child(2) {
  flex-basis: 1;
}
@media (max-width: 1024px) and (orientation: portrait) {
  footer .footer-columns .col:nth-child(2) {
    flex-basis: 100%;
  }
}
footer .footer-columns p {
  color: rgba(240, 244, 237, 0.8);
  font-size: 16px;
}
@media (max-width: 1024px) and (orientation: portrait) {
  footer .footer-columns {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  footer .footer-columns.footer-content {
    padding-bottom: 40px;
  }
}
footer .button-group a {
  display: flex;
  align-items: center;
  position: relative;
  height: 55px;
  padding: 10px 20px 10px 100px;
  font-family: "MuseoSans", Arial, Helvetica, sans-serif;
  font-size: 19px;
  line-height: normal;
  color: #000B90;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #F0F4ED;
  transition: all 0.3s;
}
@media (max-width: 640px) {
  footer .button-group a {
    margin-bottom: 20px;
  }
}
footer .button-group a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 85px;
  height: 100%;
  background: url(../img/icon-download.svg) 50% 50% no-repeat #3DC00F;
}
footer .button-group a:hover {
  color: white;
  background-color: #3DC00F;
}
@media (max-width: 640px) {
  footer .button-group a br {
    display: none;
  }
}

/*
PAGE CONTENT
-------------------------------------------- */
.page-hero {
  height: 40vw;
}
@media (max-width: 640px) {
  .page-hero {
    height: 40vh;
    background-color: #3DC00F;
  }
}
.page-hero img {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
}
@media (max-width: 640px) {
  .page-hero img {
    object-fit: contain;
    object-position: bottom;
  }
}
.page-hero:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 220px;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 640px) {
  .page-hero:before {
    height: 30vh;
  }
}

.hero-simple {
  background-color: #000B90;
  padding: 180px 30px 32px;
}
.hero-simple h1 {
  margin-bottom: 0;
  color: white;
  font-size: 64px;
}
@media (max-width: 640px) {
  .hero-simple {
    padding: 220px 30px 32px;
  }
  .hero-simple h1 {
    font-size: 42px;
    text-align: center;
  }
}

.intro-content {
  padding: 120px 30px;
}
@media (max-width: 1024px) and (orientation: portrait) {
  .intro-content {
    padding: 100px 30px;
  }
}
@media (max-width: 640px) {
  .intro-content {
    padding: 60px 30px;
  }
}
.intro-content p {
  max-width: 760px;
}

.featured-article {
  background-color: #3DC00F;
  padding: 46px 106px 84px;
}
@media (max-width: 1024px) and (orientation: portrait) {
  .featured-article {
    padding: 40px 30px;
  }
}
.featured-article article hgroup {
  margin-bottom: 43px;
}
@media (max-width: 1024px) and (orientation: portrait) {
  .featured-article article hgroup {
    margin-bottom: 20px;
  }
}
.featured-article article hgroup h4,
.featured-article article hgroup p {
  font-family: "MuseoSans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  color: white;
}
.featured-article article hgroup h4 {
  font-size: 42px;
  letter-spacing: 0.02em;
}
@media (max-width: 1024px) and (orientation: portrait) {
  .featured-article article hgroup h4 {
    font-size: 22px;
  }
}
.featured-article article hgroup p {
  font-size: 28px;
}
@media (max-width: 1024px) and (orientation: portrait) {
  .featured-article article hgroup p {
    font-size: 18px;
  }
}
.featured-article article figure img {
  display: block;
  width: 100%;
  height: auto;
}

.app-download-content {
  padding: 120px 30px;
}
@media (max-width: 1024px) and (orientation: portrait) {
  .app-download-content {
    padding: 60px 30px;
  }
}
.app-download-content .inner-content-wrapper {
  max-width: 600px;
}
.app-download-content .inner-content-wrapper.space-bottom {
  margin-bottom: 80px;
}
@media (max-width: 1024px) and (orientation: portrait) {
  .app-download-content .inner-content-wrapper.space-bottom {
    margin-bottom: 60px;
  }
}

.app-download-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  margin: 60px 0;
}
@media (max-width: 1024px) and (orientation: portrait) {
  .app-download-options {
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .app-download-options {
    display: block;
    max-width: 250px;
  }
}
.app-download-options .app-download-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  padding: 60px 10px;
  background-color: #000B90;
}
@media (max-width: 640px) {
  .app-download-options .app-download-item {
    padding: 30px 10px;
    margin-bottom: 40px;
  }
}
.app-download-options .app-download-item img {
  max-width: 100%;
  height: auto;
}
.app-download-options .app-download-item:after {
  content: "";
  position: absolute;
  left: -20px;
  top: 20px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #3DC00F;
  transition: all 0.3s;
}
@media (max-width: 1024px) and (orientation: portrait) {
  .app-download-options .app-download-item:after {
    left: -10px;
    top: 10px;
  }
}
.app-download-options .app-download-item:hover:after {
  top: 0;
  left: 0;
}

.static-page-content {
  max-width: 1200px;
  padding: 90px 30px;
  margin: 0 auto 90px;
}
@media (max-width: 640px) {
  .static-page-content {
    padding: 60px 30px;
  }
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 1024px) and (orientation: portrait) {
  .article-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .article-grid {
    grid-template-columns: 1fr;
  }
}
.article-grid article {
  align-self: flex-end;
  padding-top: 10px;
}
.article-grid article hgroup {
  margin-bottom: 10px;
}
.article-grid article hgroup h4,
.article-grid article hgroup p {
  font-family: "MuseoSans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  color: #000B90;
}
.article-grid article hgroup h4 {
  font-size: 32px;
  letter-spacing: 0.02em;
}
@media (max-width: 1024px) and (orientation: portrait) {
  .article-grid article hgroup h4 {
    font-size: 22px;
  }
}
.article-grid article hgroup p {
  font-size: 22px;
}
@media (max-width: 1024px) and (orientation: portrait) {
  .article-grid article hgroup p {
    font-size: 18px;
  }
}
.article-grid article figure img {
  display: block;
  width: 100%;
  height: auto;
}
.article-grid article:first-child {
  grid-column: span 2;
  grid-row: span 2;
  padding: 30px;
  background-color: #3DC00F;
}
@media (max-width: 640px) {
  .article-grid article:first-child {
    grid-column: span 1;
    grid-row: span 1;
    margin-left: -30px;
    margin-right: -30px;
  }
}
.article-grid article:first-child hgroup {
  margin-bottom: 20px;
}
.article-grid article:first-child hgroup h4,
.article-grid article:first-child hgroup p {
  color: white;
}

.stores-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 52px;
}
@media (max-width: 1024px) and (orientation: portrait) {
  .stores-top {
    display: block;
  }
}
.stores-top h2 {
  margin-bottom: 0;
  color: #3DC00F;
  text-transform: uppercase;
  font-weight: 900;
}
@media (max-width: 1024px) and (orientation: portrait) {
  .stores-top h2 {
    margin-bottom: 20px;
  }
}
.stores-top .select2-container--default {
  width: 280px !important;
}
@media (max-width: 640px) {
  .stores-top .select2-container--default {
    width: 100% !important;
  }
}
.stores-top .select2-container--default .select2-selection--single {
  height: 44px;
  border: 0;
  border-radius: 0;
}
.stores-top .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  padding-right: 50px;
  line-height: 44px;
  font-size: 16px;
  color: #000B90;
}
.stores-top .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px;
  width: 44px;
}
.stores-top .select2-container--default .select2-selection--single .select2-selection__arrow b {
  width: 4px;
  height: 4px;
  margin-left: 0;
  margin-top: -4px;
  border: 0;
  border-left: #000B90 solid 1px;
  border-bottom: #000B90 solid 1px;
  transform: rotate(-45deg);
}
.stores-top .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  width: 4px;
  height: 4px;
  margin-left: 0;
  margin-top: -2px;
  border: 0;
  border-left: #000B90 solid 1px;
  border-bottom: #000B90 solid 1px;
  transform: rotate(135deg);
}

.select2-dropdown {
  border: 0 !important;
  border-radius: 0;
}
.select2-dropdown .select2-results__option {
  padding-left: 15px;
  font-size: 16px;
  color: #000B90;
}
.select2-dropdown .select2-results__option--highlighted[aria-selected] {
  background-color: #000B90 !important;
}

.store-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media (max-width: 1024px) {
  .store-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  .store-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .store-list {
    grid-template-columns: 1fr;
  }
}
.store-list li {
  padding: 20px 0;
  border-bottom: #3DC00F solid 1px;
}
.store-list li h5 {
  font-family: "MuseoSans", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000B90;
}
.store-list li p {
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 11, 144, 0.6);
}

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