/*!*******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/news.scss ***!
  \*******************************************************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  position: relative;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  -moz-osx-font-smoothing: grayscale; /*(For Firefox)*/
  -webkit-font-smoothing: antialiased; /*(For Chrome and Safari)*/
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
blockquote {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  display: block;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*
  Custom Fonts
 */
@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Funnel Display", sans-serif;
  src: url(../fonts/FunnelDisplay-ExtraBold.woff2) format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Funnel Display", sans-serif;
  src: url(../fonts/FunnelDisplay-Light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Funnel Display", sans-serif;
  src: url(../fonts/FunnelDisplay-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Funnel Display", sans-serif;
  src: url(../fonts/FunnelDisplay-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Funnel Display", sans-serif;
  src: url(../fonts/FunnelDisplay-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Baskervville", sans-serif;
  src: url(../fonts/Baskervville-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.btn {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 64px;
  gap: 8px;
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 57, 62, 0.12);
  font: 500 16px/1 "Funnel Display", sans-serif;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.btn--gradient {
  background: linear-gradient(90deg, #718ac7 0%, #73ae6d 100%);
  color: #ffffff;
}
.btn--linear {
  border: 1px solid #173171;
  color: #173171;
}
.btn--blue {
  background: #173171;
  color: #ffffff;
}

@media (max-width: 768px) {
  .btn {
    width: 100%;
  }
}
.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

.header {
  padding-top: 20px;
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  padding-bottom: 20px;
}
.header.white-background {
  background-color: #ffffff;
}
.header__inner {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
}
.header__logo img {
  max-width: 140px;
  height: auto;
}
.header__menu {
  list-style-type: none;
  padding: 0;
}
.header__menu li a {
  font: 500 18px/1 "Funnel Display", sans-serif;
  color: #173171;
  text-shadow: 0 0 20px rgba(0, 57, 62, 0.12);
}
.header__socials {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
}
.header__socials li {
  border-right: 1px solid #173171;
  padding: 0 12px;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
}
.header__socials li:first-of-type {
  padding-left: 0;
}
.header__socials li:last-of-type {
  border-right: 0;
  padding-right: 0;
}
.header__socials li a {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
}
.header__app, .header__socials, .header__menu {
  display: none;
}
.header__humburger-btn {
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: 0;
}
.header__humburger-btn .line {
  display: block;
  width: 32px;
  height: 2px;
  background-color: #173171;
}
.header__humburger {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999px;
  background-color: #ffffff;
  transition: all 0.25s ease;
  transform: translateX(-200%);
}
.header__humburger.active {
  transform: unset;
}
.header__humburger-inner .header__menu {
  display: flex;
  flex-flow: column;
  gap: 4px;
  justify-content: flex-start;
  align-items: flex-start;
}
.header__humburger-inner .header__socials {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  margin-top: 20px;
}
.header__humburger-inner .header__app {
  display: flex;
  margin-top: 20px;
}
.header__humburger-close {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-end;
  padding-top: 20px;
}
.header__humburger-close .btn-close {
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  position: relative;
}
.header__humburger-close .btn-close .line {
  display: block;
  width: 32px;
  height: 2px;
  background-color: #173171;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header__humburger-close .btn-close .line:first-of-type {
  transform: translate(-50%, -50%) rotate(45deg);
}
.header__humburger-close .btn-close .line:last-of-type {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media only screen and (min-width: 991px) {
  .header {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .header__menu {
    display: flex;
    gap: 32px;
  }
  .header__humburger-btn {
    display: none;
  }
  .header__actions {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
  }
  .header__socials {
    display: flex;
  }
  .header__app {
    display: flex;
  }
}
.app-cta {
  background-color: #173171;
  padding-top: 40px;
}
.app-cta__content {
  text-align: center;
  margin-bottom: 24px;
}
.app-cta__content h2 {
  font: 700 36px/1.2 "Funnel Display", sans-serif;
  color: #ffffff;
  margin-bottom: 8px;
}
.app-cta__content h2 strong {
  background: linear-gradient(90deg, #718ac7 0%, #73ae6d 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.app-cta__content p {
  font: 400 16px/1.2 "Funnel Display", sans-serif;
  color: #ffffff;
}
.app-cta__app-stores {
  margin-top: 60px;
  margin-bottom: 40px;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.app-cta__image img {
  max-width: 100%;
}

@media only screen and (min-width: 991px) {
  .app-cta {
    padding-top: 74px;
  }
  .app-cta__inner {
    display: flex;
    flex-flow: row;
    justify-content: center;
    gap: 112px;
  }
  .app-cta__content {
    text-align: left;
  }
  .app-cta__content h2 {
    font-size: 48px;
  }
  .app-cta__content p {
    max-width: 240px;
  }
}
.footer {
  padding: 20px 0;
  background-color: #fff;
}
.footer__inner {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}
.footer__logo {
  margin-bottom: 24px;
}
.footer__menu {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-flow: column;
  gap: 12px;
  margin-bottom: 20px;
}
.footer__menu li {
  text-align: center;
}
.footer__menu li a {
  font: 500 18px/1 "Funnel Display", sans-serif;
  color: #173171;
  text-align: center;
}
.footer__socials {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  margin-top: 20px;
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.footer__socials li {
  border-right: 1px solid #173171;
  padding: 0 12px;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
}
.footer__socials li:first-of-type {
  padding-left: 0;
}
.footer__socials li:last-of-type {
  border-right: 0;
  padding-right: 0;
}
.footer__socials li a {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
}
.footer__copy {
  font: 300 16px/1 "Funnel Display", sans-serif;
  color: #5a5e60;
}

@media only screen and (min-width: 991px) {
  .footer {
    padding: 30px 0;
  }
  .footer__inner {
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
  }
  .footer__menu {
    flex-flow: row;
    gap: 32px;
  }
  .footer__social {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-end;
    gap: 32px;
  }
}
body {
  background-image: url(../images/page-background.png);
  background-repeat: repeat;
  background-position: top left;
  background-size: auto;
}

body.menu-open {
  overflow: hidden;
}

.hero {
  position: relative;
  z-index: 1;
  margin-top: 132px;
}
.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(23, 49, 113, 0.4) 0%, rgba(23, 49, 113, 0.4) 100%);
  z-index: 2;
}
.hero__image {
  width: 100%;
  min-height: 320px;
  max-height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.hero .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 3;
}
.hero__inner {
  text-align: center;
}
.hero__inner h1 {
  font: 700 42px/1.1 "Funnel Display", sans-serif;
  color: #ffffff;
  margin-bottom: 24px;
}

@media (min-width: 991px) {
  .hero__inner h1 {
    font-size: 64px;
  }
}
.news {
  padding: 80px 0;
}
.news__heading {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 32px;
}
.news__heading span {
  display: block;
  margin-bottom: 0;
  font: 500 18px/1 "Funnel Display", sans-serif;
  text-transform: uppercase;
  color: #173171;
}
.news__heading h2 {
  margin: 0 0 16px;
  font: 700 48px/1 "Funnel Display", sans-serif;
  color: #173171;
}
.news__heading p {
  margin: 0;
  font: 400 16px/1.2 "Funnel Display", sans-serif;
  color: #5a5e60;
  max-width: 264px;
  margin: auto;
}
.news__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}
.news__card {
  border-radius: 16px;
  border: 1px solid rgba(23, 49, 113, 0.1);
  background: #fff;
  overflow: hidden;
}
.news__image img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 196px;
}
.news__content {
  padding: 16px;
}
.news__content h3 {
  margin-top: 4px;
  margin-bottom: 16px;
  font: 700 24px/1.2 "Funnel Display", sans-serif;
  color: #173171;
}
.news__content p {
  font: 400 16px/1.2 "Funnel Display", sans-serif;
  color: #5a5e60;
  margin-bottom: 16px;
}
.news__content time {
  font: 300 14px/1.2 "Funnel Display", sans-serif;
  color: #5a5e60;
}
.news__category {
  font: 400 14px/1 "Funnel Display", sans-serif;
  color: #173171;
  border-radius: 40px;
  border: 1px solid rgba(23, 49, 113, 0.1);
  padding: 4px 12px;
}
.news__actions {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}
.news__btn {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  font: 600 18px/1 "Funnel Display", sans-serif;
  color: #173171;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .news {
    padding: 60px 0;
  }
  .news__heading h2 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 575px) {
  .news {
    padding: 48px 0;
  }
  .news__heading {
    margin-bottom: 24px;
  }
  .news__heading span {
    font-size: 14px;
  }
  .news__heading h2 {
    font-size: 32px;
  }
  .news__heading p {
    font-size: 16px;
  }
}
@media (min-width: 767px) {
  .news__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .news__actions {
    margin-top: 40px;
  }
}
@media (min-width: 1024px) {
  .news__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
