/*!********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/template-homepage.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: "Fahkwang";
  src: url(../fonts/RadioCanadaBig-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fahkwang";
  src: url(../fonts/RadioCanadaBig-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fahkwang";
  src: url(../fonts/RadioCanadaBig-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fahkwang";
  src: url(../fonts/RadioCanadaBig-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Radio Canada Big";
  src: url(../fonts/RadioCanadaBig-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Radio Canada Big";
  src: url(../fonts/RadioCanadaBig-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Radio Canada Big";
  src: url(../fonts/RadioCanadaBig-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Radio Canada Big";
  src: url(../fonts/RadioCanadaBig-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.container {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}

p,
li {
  font: 400 17px/1.42 "Radio Canada Big", sans-serif;
}

.h1 {
  font: 500 35px/1 "Radio Canada Big", sans-serif;
}

.h2 {
  font: 500 30px/1.1 "Radio Canada Big", sans-serif;
}

.h3 {
  font: 400 25px/1.25 "Radio Canada Big", sans-serif;
}

@media only screen and (min-width: 1280px) {
  .h1 {
    font-size: 88px;
    font-weight: 400;
  }
  p {
    font-size: 16px;
  }
}
.wp-blocks-inner > *:first-child {
  margin-top: 0;
}
.wp-blocks-inner > *:last-child {
  margin-bottom: 0;
}
.wp-blocks-inner p {
  font: 400 16px/1.5 "Radio Canada Big", sans-serif;
  color: #143D66;
}
.wp-blocks-inner p {
  margin: 20px 0;
}
.wp-blocks-inner li {
  font: 400 16px/1.5 "Radio Canada Big", sans-serif;
  color: #143D66;
}
.wp-blocks-inner img {
  margin: 40px 0;
}

.header {
  width: 100%;
  padding-top: 24px;
}
.header.active .header__menu {
  transform: translateY(0);
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
}
.header__logo-img {
  width: 126px;
  height: auto;
}
.header__hamburger {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
}
.header__hamburger .line__hamburger {
  width: 24px;
  height: 2px;
  display: inline-block;
  background-color: #143D66;
}
.header__desktop-buttons {
  display: none;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.header__desktop-buttons nav ul {
  list-style-type: none;
  padding-left: 0;
}
.header__desktop-buttons nav ul a {
  font: 400 14px/1.14 "Radio Canada Big", sans-serif;
  color: rgba(26, 33, 61, 0.4);
  text-decoration: underline;
  display: none;
}
.header__desktop-buttons nav ul .sub-menu a {
  display: inline-block;
}
.header .btn {
  width: 148px;
  height: 40px;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font: 400 16px/1 "Radio Canada Big", sans-serif;
  text-decoration: none;
}
.header .blue-btn {
  background: #143D66;
  color: #fff;
}
.header .transparent-btn {
  color: #143D66;
  border: 1px solid #143D66;
}
.header__menu-desk {
  display: none;
}
.header__menu-button {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  background: transparent;
  width: 24px;
  height: 24px;
  position: relative;
  border: 0;
}
.header__menu-button-label:nth-of-type(1) {
  transform: rotate(-45deg);
}
.header__menu-button-label:nth-of-type(2) {
  transform: rotate(45deg);
}
.header__menu-button-label {
  width: 24px;
  height: 2px;
  display: inline-block;
  background-color: #143D66;
  position: absolute;
  top: 50%;
  left: 0;
}
.header__menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  transform: translateY(-100%);
  transition: transform 1500ms cubic-bezier(0.76, 0, 0.17, 1);
  z-index: 998;
  background: #fff;
}
.header__menu .header__menu-list {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
}
.header__menu .header__menu-list a {
  text-decoration: none;
  color: rgba(20, 61, 102, 0.5);
  font: 400 16px/1.24 "Radio Canada Big", sans-serif;
}
.header__menu .header__menu-list .blue-btn {
  color: #fff;
}
.header__menu-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}

@media only screen and (min-width: 768px) {
  .header {
    padding: 0 0 40px;
  }
  .header__container {
    height: 50px;
  }
  .header__actions {
    display: flex;
    align-items: center;
    gap: 24px;
    position: relative;
  }
  .header__menu {
    height: auto;
  }
  .header__menu-top {
    padding: 40px 0;
  }
  .header__menu-actions {
    height: 60px;
  }
  .header__menu-list {
    display: block;
    padding: 50px 0;
  }
  .header__menu .menu {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
  }
  .header__menu-bottom {
    margin-top: -120px;
  }
  .header__menu-bottom-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 200px 0 80px;
  }
  .header__contacts {
    display: flex;
    align-items: center;
    gap: 60px;
  }
  .header__cta {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1199px) {
  .header {
    padding-top: 40px;
  }
  .header__logo-img {
    width: 210px;
  }
  .header__desktop-buttons {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .header__hamburger {
    display: none;
  }
  .header__menu-desk {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    gap: 40px;
  }
  .header__menu-desk a {
    text-decoration: none;
    color: rgba(20, 61, 102, 0.5);
    font: 400 16px/1.24 "Radio Canada Big", sans-serif;
  }
  .header__menu-desk .menu {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 0;
    list-style-type: none;
  }
  .header__menu-desk .menu .menu-item a {
    font: 700 12px/1.3 "Fahkwang", sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
  }
}
.footer {
  background-color: #143d66;
  padding-top: 52px;
  padding-bottom: 20px;
}
.footer .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.footer__site-logo {
  flex: 0 0 50%;
  margin-bottom: 126px;
  text-align: left;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.footer__logo-holder {
  margin-bottom: 32px;
}
.footer__socials {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.footer__logo-img {
  max-width: 126px;
}
.footer__languages {
  margin-top: 48px;
  width: 100%;
}
.footer__languages ul {
  padding: 0;
  list-style-type: none;
}
.footer__languages ul .menu-item {
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 16px;
  justify-content: flex-start;
}
.footer__languages ul .menu-item span {
  font: 400 14px/1.2 "Radio Canada Big", sans-serif;
  color: #fff;
}
.footer__buttons {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 8px;
  flex: 0 0 50%;
  margin-bottom: 126px;
}
.footer__buttons .btn {
  text-decoration: none;
  font: 400 16px/1.2 "Radio Canada Big", sans-serif;
  width: 132px;
  height: 32px;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.footer__buttons .white-btn {
  background-color: #fff;
  color: #143D66;
}
.footer__buttons .transparent-btn {
  border: 1px solid #fff;
  color: #fff;
}
.footer__contact-information {
  flex: 0 0 100%;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  margin-bottom: 40px;
}
.footer__contact-information a,
.footer__contact-information span {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  font: 400 14px/1.2 "Radio Canada Big", sans-serif;
  color: #fff;
  text-decoration: none;
}
.footer__menu {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 100%;
  margin-bottom: 64px;
}
.footer__menu a {
  font: 400 14px/1.2 "Radio Canada Big", sans-serif;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.footer__payment {
  flex: 0 0 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.footer__cards {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 24px;
}
.footer__cards-single {
  width: 81px;
  height: 33px;
  background-color: #F5F7FA;
  box-shadow: 0 0.5px 4.99px 0 rgba(183, 183, 183, 0.0784313725);
  border-radius: 6px;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  padding: 6px;
}
.footer__cards-single img {
  max-height: 100%;
}
.footer__policy {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.footer__policy a {
  font: 400 14px/1.2 "Radio Canada Big", sans-serif;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

@media only screen and (min-width: 992px) {
  .footer {
    padding-top: 140px;
    padding-bottom: 120px;
  }
  .footer .container {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .footer__site-logo {
    order: 1;
    margin-bottom: 24px;
    flex: 0 0 25%;
  }
  .footer__logo-img {
    max-width: 210px;
  }
  .footer__menu {
    flex: 0 0 33.33%;
    order: 2;
    align-items: center;
    margin-bottom: 0;
    padding-top: 15px;
  }
  .footer__buttons {
    order: 3;
    flex: 0 0 33.33%;
    margin-bottom: 80px;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
  }
  .footer__buttons .white-btn,
  .footer__buttons .transparent-btn {
    width: 148px;
    height: 40px;
  }
  .footer__contact-information {
    order: 4;
    flex: 0 0 33.33%;
  }
  .footer__payment {
    order: 5;
    flex: 0 0 33.33%;
    align-items: flex-end;
  }
  .footer__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 17px;
  }
  .footer__cards-single {
    width: 130px;
    height: 53px;
  }
}
html {
  color: #000;
}

img {
  max-width: 100%;
}

.site {
  background: linear-gradient(180deg, #E3EEFB 0%, #FFFFFF 47.78%);
}

.main-slider {
  padding-top: 55px;
}
.main-slider .row {
  position: relative;
  padding-bottom: 40px;
}
.main-slider__title-holder {
  text-align: center;
  margin-bottom: 48px;
}
.main-slider__title-holder h1 {
  font: 400 32px/1.3 "Radio Canada Big", sans-serif;
  color: #143D66;
  margin-bottom: 32px;
}
.main-slider__title-holder h1 em {
  font-weight: 700;
  color: #166DD6;
}
.main-slider__title-holder p {
  font: 400 16px/1.3 "Radio Canada Big", sans-serif;
  color: rgba(20, 61, 102, 0.5);
}
.main-slider .swiper-wrapper {
  flex-flow: row;
  align-items: stretch;
}
.main-slider .swiper-slide {
  height: auto;
  transform: scale(0.8) !important;
  transition: all 500ms ease;
}
.main-slider .swiper-slide.swiper-slide-active {
  transform: scale(1) !important;
}
.main-slider .swiper-pagination {
  bottom: 0;
}
.main-slider .swiper-pagination .swiper-pagination-bullet {
  width: 64px;
  height: 5px;
  background: #D9D9D9;
  margin: 0 8px;
  border-radius: 32px;
}
.main-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #143D66;
}
.main-slider__slide {
  position: relative;
  border-radius: 8px;
  height: 100%;
  display: flex;
  flex-flow: row wrap;
  min-height: 280px;
  overflow: hidden;
}
.main-slider__slide.hide-overlay .main-slider__overlay {
  display: none !important;
}
.main-slider__slide.btn-corner .main-slider__slide-text {
  bottom: 15px;
}
.main-slider__slide.btn-corner .main-slider__slide-button {
  position: absolute;
  bottom: 0;
}
.main-slider__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(20, 34, 51, 0) -24.37%, #142233 57.6%);
  z-index: 2;
}
.main-slider__overlay.right-left {
  background: linear-gradient(90deg, rgba(20, 34, 51, 0) -24.37%, #142233 57.6%);
}
.main-slider__overlay-noimage {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(37.41% 64.37% at 83.57% 84.27%, #166DD6 0%, #142233 100%);
  z-index: 2;
}
.main-slider__text-cards {
  display: flex;
  flex-flow: row;
  align-items: stretch;
  justify-content: space-between;
  gap: 10px;
}
.main-slider__text-card {
  background: #166DD6;
  border-radius: 5px;
  padding: 4px 8px;
}
.main-slider__text-card p {
  font: 400 10px/1.2 "Radio Canada Big", sans-serif !important;
  color: #fff !important;
  opacity: 1;
  text-align: center;
}
.main-slider__contact {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 9;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 10px;
}
.main-slider__contact span {
  font: 400 16px/1.3 "Radio Canada Big", sans-serif;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 2px;
  text-transform: uppercase;
}
.main-slider__contact a {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  font: 400 14px/1.3 "Radio Canada Big", sans-serif;
  color: #fff;
  text-decoration: none;
}
.main-slider__pills {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 9;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
.main-slider__pill {
  height: 40px;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  width: 120px;
  border-radius: 24px;
  padding: 0 8px;
  box-shadow: 0 0 24px 0 rgba(22, 109, 214, 0.5019607843);
  border: 1px solid #166DD6;
  overflow: hidden;
  background: #142233;
}
.main-slider__pill img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-slider__pill span {
  font: 400 28px/1 "Radio Canada Big", sans-serif;
  color: #fff;
}
.main-slider__background-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  border-radius: 8px;
}
.main-slider__slide-text {
  z-index: 3;
  padding: 24px 16px 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.main-slider__slide-text h2 {
  font: 400 20px/1.2 "Radio Canada Big", sans-serif;
  color: #fff;
  margin-bottom: 16px;
  width: 70%;
}
.main-slider__slide-text h2 strong,
.main-slider__slide-text h2 b {
  background: #166DD6;
  border-radius: 5px;
  padding: 2px 8px;
  font-weight: 400;
}
.main-slider__slide-text p {
  font: 400 14px/1.15 "Radio Canada Big", sans-serif;
  color: rgba(255, 255, 255, 0.5);
  width: 100%;
}
.main-slider__slide-button {
  font: 400 14px/1.25 "Radio Canada Big", sans-serif;
  color: #fff;
  background: #166dd6;
  width: 106px;
  height: 28px;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  text-decoration: none;
  margin-top: 20px;
}
.main-slider__corner-image {
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 3;
  max-width: 126px;
}
.main-slider__powered-by {
  z-index: 3;
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.main-slider__powered-by span {
  font: 400 5px/1.1 "Radio Canada Big", sans-serif;
  color: rgba(255, 255, 255, 0.5);
}
.main-slider__powered-by img {
  max-width: 80px;
}
.main-slider__corner-tag {
  z-index: 3;
  position: absolute;
  top: 16px;
  right: 16px;
}
.main-slider__corner-tag span {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  font: 400 8px/1.1 "Radio Canada Big", sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 8px;
  background-color: #166DD6;
  box-shadow: 0px 0px 28px 0px rgba(22, 109, 214, 0.4);
  border-radius: 5px;
}
.main-slider__percentage {
  font: 400 80px/1 "Radio Canada Big", sans-serif;
  color: #fff;
  z-index: 3;
  position: absolute;
  right: 14px;
  bottom: 14px;
}
.main-slider__description-holder {
  text-align: center;
  width: 100%;
  margin-top: 35px;
}
.main-slider__description {
  max-width: 385px;
  margin: auto;
}
.main-slider__description a,
.main-slider__description p {
  font: 400 16px/1.2 "Radio Canada Big", sans-serif;
}
.main-slider__description p {
  color: #405063;
}
.main-slider__description a {
  color: #236CC4;
}

.country-slider {
  margin-top: 48px;
}
.country-slider__title-holder {
  text-align: center;
  margin-bottom: 16px;
}
.country-slider__title {
  font: 400 14px/1.2 "Radio Canada Big", sans-serif;
  color: rgba(20, 61, 102, 0.5);
  text-transform: uppercase;
}
.country-slider .swiper-slide {
  width: 152px;
  padding-bottom: 20px;
}
.country-slider__slide {
  height: 56px;
  position: relative;
  border-radius: 8px;
}
.country-slider__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.country-slider__slide .country-slider__slide-title {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font: 400 15px/1 "Radio Canada Big", sans-serif;
  color: #fff;
  max-width: 70%;
}
.country-slider__slide .country-slider__slide-soon {
  position: absolute;
  font: 400 14px/1 "Radio Canada Big", sans-serif;
  color: #fff;
  background: #166DD6;
  border-radius: 24px;
  height: 28px;
  width: 83px;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  z-index: 2;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
}

.functionalities {
  margin-top: 62px;
}
.functionalities__title-holder {
  text-align: center;
  margin-bottom: 56px;
}
.functionalities__title-holder h2 {
  font: 500 24px/1.5 "Radio Canada Big", sans-serif;
  color: #143D66;
}
.functionalities__title-holder h2 em {
  font-weight: 600;
  color: #166DD6;
}
.functionalities__steps {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
  margin-bottom: 24px;
}
.functionalities__steps .single-step {
  background-color: rgba(20, 61, 102, 0.05);
  border-radius: 24px;
  min-height: 88px;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
  padding: 14px;
}
.functionalities__steps .single-step__number {
  font: 700 56px/1 "Radio Canada Big", sans-serif;
  color: #166DD6;
  padding-right: 20px;
  border-right: 2px solid #DAE5F2;
  font-style: italic;
}
.functionalities__steps .single-step__text {
  font: 400 16px/1.5 "Radio Canada Big", sans-serif;
  color: #143d66;
  padding-left: 20px;
  text-align: left;
}
.functionalities__additional {
  text-align: center;
}
.functionalities__additional p,
.functionalities__additional a {
  font: 400 16px/1.5 "Radio Canada Big", sans-serif;
}
.functionalities__additional a,
.functionalities__additional span {
  color: #166dd6;
  text-decoration: underline;
  cursor: pointer;
}
.functionalities__additional p {
  color: #405063;
}

.video-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.video-popup {
  position: relative;
  background: #fff;
  padding: 0;
  max-width: 90%;
  max-height: 90%;
  height: 100%;
  box-shadow: 0 0 10px #000;
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.video-wrapper video {
  max-height: 100%;
  width: 100%;
}

.close-popup {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #fff;
  border-radius: 50%;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 24px;
  color: #000;
  z-index: 99999;
}

.benefits {
  margin-top: 104px;
}
.benefits .container {
  padding: 0;
}
.benefits__holder {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  padding: 64px 16px 0;
  display: flex;
  flex-flow: column;
}
.benefits__holder::after {
  content: "";
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.benefits__mobile-background, .benefits__desktop-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.benefits__desktop-background {
  display: none;
}
.benefits__text {
  display: flex;
  flex-flow: column;
  z-index: 3;
  margin-bottom: 48px;
}
.benefits__text h2 {
  font: 500 24px/1.5 "Radio Canada Big", sans-serif;
  color: #fff;
  text-align: center;
  margin-bottom: 48px;
}
.benefits__text h2 em {
  color: #166DD6;
}
.benefits__text ul {
  padding-left: 20px;
}
.benefits__text p,
.benefits__text li {
  font: 400 16px/1.35 "Radio Canada Big", sans-serif;
  margin-bottom: 32px;
  color: #fff;
}
.benefits .phone {
  z-index: 3;
  margin-top: 55px;
}

.faq {
  margin-top: 118px;
  margin-bottom: 120px;
}
.faq__title-holder {
  margin-bottom: 72px;
  text-align: center;
}
.faq__title-holder h2 {
  font: 500 24px/1.4 "Radio Canada Big", sans-serif;
  color: #143d66;
}
.faq .accordion-item {
  padding: 24px 16px;
  background-color: rgba(20, 61, 102, 0.05);
  margin-bottom: 16px;
  border-radius: 24px;
  cursor: pointer;
}
.faq .accordion-header {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}
.faq .accordion-header span {
  font: 500 16px/1.4 "Radio Canada Big", sans-serif;
  color: #143d66;
  flex: 1;
}
.faq .accordion-body {
  margin-top: 10px;
  padding-bottom: 24px;
}
.faq .accordion-body ol,
.faq .accordion-body ul {
  margin-bottom: 24px;
}
.faq .accordion-body ol li,
.faq .accordion-body ul li {
  margin-bottom: 10px;
}
.faq .accordion-body ol li:last-child,
.faq .accordion-body ul li:last-child {
  margin-bottom: 0;
}
.faq .accordion-body p,
.faq .accordion-body li {
  font: 400 16px/1.4 "Radio Canada Big", sans-serif;
  color: #143d66;
}
.faq .accordion-body {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .swiper-slide.right-left .main-slider__slide-text h2 {
    width: 100% !important;
  }
  .main-slider__text-cards {
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1920px) {
  .main-slider__overlay.right-left {
    background: linear-gradient(90deg, rgba(20, 34, 51, 0) -24.37%, #142233 90.6%);
  }
}
@media only screen and (min-width: 992px) {
  .main-slider__powered-by {
    right: unset;
    top: unset;
    left: 24px;
    bottom: 16px;
  }
  .main-slider__powered-by span {
    font-size: 16px;
  }
  .main-slider__powered-by img {
    max-width: unset;
  }
  .country-slider .swiper-slide {
    width: 240px !important;
  }
  .country-slider__slide {
    height: 88px;
  }
  .country-slider__slide .country-slider__slide-title {
    font-size: 24px;
  }
  .functionalities {
    margin-top: 100px;
  }
  .functionalities__title-holder {
    margin-bottom: 76px;
  }
  .functionalities__title-holder h2 {
    font-size: 40px;
  }
  .functionalities__steps {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 24px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .functionalities__steps .single-step {
    height: 160px;
    padding: 24px;
  }
  .functionalities__steps .single-step__number {
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }
  .benefits {
    margin-top: 160px;
  }
  .benefits__desktop-background {
    display: block;
  }
  .benefits__mobile-background {
    display: none;
  }
  .benefits__holder .phone {
    max-width: 50%;
  }
  .faq {
    margin-top: 180px;
  }
  .faq__title-holder {
    margin-bottom: 80px;
  }
  .faq__title-holder h2 {
    font-size: 40px;
  }
  .faq .accordion-item {
    padding: 24px;
  }
  .faq .accordion-header span {
    font-size: 20px;
  }
  .faq .accordion-body {
    padding: 24px;
    background-color: #fff;
    border-radius: 16px;
  }
  .faq .accordion-body p,
  .faq .accordion-body li {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  .main-slider {
    padding-top: 100px;
  }
  .main-slider__title-holder {
    margin-bottom: 56px;
  }
  .main-slider__title-holder h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .main-slider__title-holder p {
    font-size: 20px;
  }
  .main-slider .swiper-wrapper {
    height: 480px;
  }
  .main-slider .swiper-slide {
    max-width: 850px;
  }
  .main-slider__slide {
    max-height: 480px;
  }
  .benefits__holder {
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    padding: 87px 0 87px 80px;
  }
  .benefits__holder .phone {
    position: absolute;
    bottom: -13%;
    right: 0;
    max-width: 50%;
  }
  .benefits__text {
    max-width: 45%;
  }
  .benefits__text h2 {
    text-align: left;
    font-size: 40px;
    margin-bottom: 86px;
  }
}
@media only screen and (min-width: 1199px) {
  .main-slider__slide-text {
    padding: 48px 40px 0;
  }
  .main-slider__slide-text h2 {
    font-size: 24px;
    margin-bottom: 20px;
    width: 70%;
  }
  .main-slider__slide-text p {
    font-size: 18px;
  }
  .main-slider__text-card p {
    font-size: 14px !important;
  }
  .main-slider__pill {
    width: 180px;
    height: 60px;
  }
  .main-slider__slide {
    border-radius: 24px;
  }
  .main-slider__slide.corner-wild .main-slider__corner-image {
    right: -50px;
    bottom: -30px;
    transform: rotate(-30deg);
  }
  .main-slider__background-image {
    border-radius: 24px;
  }
  .main-slider__powered-by {
    left: 40px;
    bottom: 40px;
  }
  .main-slider__corner-image {
    max-width: 220px;
    right: 40px;
    bottom: 40px;
  }
  .main-slider__corner-image img {
    max-width: unset;
  }
  .main-slider__slide-button {
    font-size: 16px;
    width: 148px;
    height: 40px;
  }
  .main-slider__percentage {
    font-size: 200px;
  }
  .main-slider .swiper-pagination .swiper-pagination-bullet {
    width: 198px;
  }
  .benefits__holder .phone {
    bottom: -35%;
    right: 0;
    max-width: 50%;
  }
  .benefits__text {
    max-width: 35%;
  }
}
@media only screen and (min-width: 1440px) {
  .main-slider__slide-text p {
    font-size: 20px;
  }
  .main-slider__slide {
    border-radius: 24px;
  }
  .main-slider__slide.corner-wild .main-slider__corner-image {
    right: -50px;
    bottom: -30px;
    transform: rotate(-30deg);
  }
  .main-slider__slide.btn-corner .main-slider__slide-text {
    bottom: 48px;
  }
  .main-slider__background-image {
    border-radius: 24px;
  }
  .main-slider__corner-tag {
    right: 40px;
    top: 25px;
  }
  .main-slider__corner-tag span {
    font-size: 16px;
  }
  .main-slider__powered-by {
    left: 40px;
    bottom: 40px;
  }
  .main-slider__corner-image {
    max-width: unset;
    right: 40px;
    bottom: 40px;
  }
  .main-slider__corner-image img {
    max-width: unset;
  }
  .main-slider__text-card {
    padding: 8px 14px;
  }
  .main-slider__text-card p {
    font-size: 16px !important;
    line-height: 1.4 !important;
  }
  .main-slider__slide-button {
    font-size: 16px;
    width: 148px;
    height: 40px;
  }
  .main-slider__percentage {
    font-size: 200px;
  }
  .main-slider .swiper-pagination .swiper-pagination-bullet {
    width: 198px;
  }
}
@media only screen and (min-width: 1500px) {
  .main-slider__corner-tag {
    right: 40px;
    top: 48px;
  }
}
@media only screen and (min-width: 1720px) {
  .main-slider__slide-text h2 {
    font-size: 30px;
  }
  .main-slider__text-card {
    min-width: 130px;
  }
  .main-slider__pills {
    gap: 24px;
  }
  .main-slider__pill {
    width: 222px;
    height: 86px;
  }
  .main-slider__pill span {
    font-size: 72px;
    z-index: 2;
  }
  .main-slider__pill img {
    z-index: 1;
  }
}
/* === Blog Grid Layout (Ivan) === */
.content.blog-list {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}

.content.blog-list .page-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: left;
  color: #143D66;
}

.posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.post-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.post-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}

.post-card .post-thumb img {
  width: 100%;
  height: auto;
  display: block;
  border-bottom: 1px solid #eee;
}

.post-card .post-title {
  font-size: 20px;
  font-weight: 600;
  margin: 18px 20px 10px;
  line-height: 1.3;
}

.post-card .post-title a {
  color: #143D66;
  text-decoration: none;
}

.post-card .post-title a:hover {
  color: #0070c0;
  text-decoration: underline;
}

.post-card .post-excerpt {
  color: #333;
  font-size: 15px;
  line-height: 1.6;
  margin: 0 20px 20px;
}

/* Pagination */
.pagination {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  margin: 0 6px;
  border-radius: 6px;
  font-size: 16px;
  text-decoration: none;
  color: #143D66;
  border: 1px solid #143D66;
  transition: all 0.2s ease;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover {
  background: #143D66;
  color: #fff;
  border-color: #143D66;
}

/* === Responsive === */
@media (max-width: 1024px) {
  .posts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .posts-grid {
    grid-template-columns: 1fr;
  }
  .content.blog-list {
    padding: 40px 15px;
  }
}
/* === Blog headings override === */
.blog-list h1,
.blog-list h2,
.blog-single h1,
.blog-single h2 {
  color: #143D66 !important;
  font-family: "Radio Canada Big", sans-serif !important;
}
/* === Blog font & color overrides === */
.blog-list,
.blog-single {
  color: #143D66;
  font-family: "Radio Canada Big", sans-serif;
}

.blog-list h1, .blog-list h2, .blog-list h3, .blog-list h4, .blog-list h5, .blog-list h6,
.blog-single h1, .blog-single h2, .blog-single h3, .blog-single h4, .blog-single h5, .blog-single h6 {
  color: #143D66;
  font-family: "Radio Canada Big", sans-serif;
}

.blog-list p,
.blog-single p {
  color: #143D66;
  font-family: "Radio Canada Big", sans-serif;
  font-size: 17px;
  line-height: 1.6;
}
/* === Blog lists (ul/ol) === */
.blog-single .post-content ul,
.blog-single .post-content ol,
.blog-list .post-content ul,
.blog-list .post-content ol {
  margin: 18px 0 24px;
  padding-left: 26px;              /* uvučeno, ali ne previše */
  font-family: "Radio Canada Big", sans-serif;
  color: #143D66;
  line-height: 1.7;
  list-style-position: outside;
}

.blog-single .post-content li,
.blog-list  .post-content li {
  margin: 8px 0;
}

/* Bullet tačke (•) u boji brenda */
.blog-single .post-content ul li::marker,
.blog-list  .post-content ul li::marker {
  color: #143D66;
  font-size: 1.1em;
}

/* Numerisane liste: broj tamniji/bold */
.blog-single .post-content ol li::marker,
.blog-list  .post-content ol li::marker {
  color: #143D66;
  font-weight: 700;
}

/* “Koraci u praksi:” – malo jači naslov iznad liste, ako je <p><strong> */
.blog-single .post-content p strong,
.blog-list  .post-content p strong {
  color: #143D66;
  font-weight: 700;
}
