.o-site-hr__second-level {
  --line-height: calc(var(--font-size, initial) + var(--global-base-unit)/2);
  font-size: var(--font-size, initial);
  letter-spacing: var(--letter-spacing, -0.02em);
  line-height: var(--line-height);
}

:root {
  --b-augmented-banner-header-bg-color: #0172f0;
  --b-augmented-banner-header-color: #fff;
  --btn-bg-color: #0172f0;
  --btn-bg-color-hover: var(--btn-bg-color);
  --btn-bg-color-alt: #0172f0;
  --btn-border-color-hover: #62adf6;
  --btn-color: #fff;
  --btn-color-hover: #62adf6;
  --burger-btn-bg-color: #0172f0;
  --c-error-page-bg-gradient-01: #003865;
  --c-error-page-bg-gradient-02: #006487;
  --c-pullquote-before-bg-color: #0172f0;
  --c-tag-bg-color: #0172f0;
  --c-tag-bg-color-hover: #62adf6;
  --c-tag-border-color: #0000;
  --c-tag-color: #fff;
  --c-tag-color-hover: #fff;
  --hightlighted-item-color: #0172f0;
  --label-color: #005587;
  --label-color-hover: #002e44;
  --label-fill-hover: var(--label-color);
  --link-color: #005587;
  --link-color-hover: #002e44;
  --link-style-1-color: #0172f0;
  --link-style-1-color-hover: #62adf6;
  --link-style-1-fill-color: var(--link-style-1-color-hover);
  --link-style-1-section-white-color: #fff;
  --link-style-1-section-white-color-hover: #62adf6;
  --m-mode-5-border-color: #005587;
  --swiper-button-title-color: #0172f0;
  --swiper-button-prev-next-after-color-hover: var(--swiper-button-title-color);
  --btn-video-bg: var(--btn-bg-color);
  --btn-gallery-bg: var(--btn-bg-color);
}

body:has(#c-burger-button-checkbox:checked)
  #c-language-switcher-list-open--sidebar:checked
  ~ .c-language-switcher__list {
  display: grid;
}

body:has(#c-burger-button-checkbox:checked)
  #c-language-switcher-list-open--sidebar:checked
  ~ .c-language-switcher__backdrop-close {
  display: block;
}

.c-search-form {
  font-size: 0.875rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 343px;
  position: relative;
  z-index: 2;
}

.c-search-form__button,
.c-search-form__input:not(.c-search-engine__input),
.c-search-form__loader:not(.c-search-engine__loader) {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.c-search-form__button,
.c-search-form__loader {
  background-color: rgb(1, 114, 240);
  height: 2.5rem;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 2.5rem;
}

.c-search-form__button {
  align-items: center;
  display: flex;
  justify-content: center;
}

.c-search-form__input {
  background-color: rgb(238, 242, 243);
  border-color: rgb(238, 242, 243);
  padding-left: 0.75rem;
  padding-right: 2.5rem;
}

.c-search-form__loader {
  display: none;
}

.c-search-form__button {
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.c-search-form__button:focus,
.c-search-form__button:hover {
  background-color: rgb(98, 173, 246);
  outline: none;
}

.c-search-form:not(.c-search-engine) {
  min-height: 40px;
}

.c-search-form-footer .c-search-form__input {
  background-color: rgb(220, 228, 231);
  border-color: rgb(220, 228, 231);
}

.c-search-form-footer .c-search-form__input:focus {
  border-color: rgb(1, 114, 240);
}

:root {
  --c-search-engine-min-height: 32px;
  --c-search-engine--sidebar-font-size: 14px;
}

body:has(#c-burger-button-checkbox:checked) .c-search-form.c-search-engine {
  z-index: auto;
}

.c-burger-button {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  height: inherit;
  justify-content: center;
  margin-bottom: 0px;
  margin-inline-start: -16px;
  width: 48px;
}

.c-burger-button__bar {
  background-color: var(--o-site-hr-color, var(--color-grey-12));
  height: 2px;
  position: absolute;
  transition: var(--transition);
  width: 16px;
}

.c-burger-button:focus .c-burger-button__bar,
.c-burger-button:hover .c-burger-button__bar {
  background-color: var(--color-primary-neon-blue);
}

.c-burger-button .c-burger-button__bar--top {
  transform: translateY(-300%);
}

.c-burger-button .c-burger-button__bar--bottom {
  transform: translateY(300%);
}

:root {
  --animate-positioning: positioning 0.19s 0.8s ease-in both;
  --animate-heightsize: heightsize 0.19s 0.7s ease-in both;
  --separator-border-color: var(
    --c-navigation-bar__dropdown__separator-border-color,
    var(--color-grey-2)
  );
}

.c-navigation-bar {
  font-size: inherit;
  font-weight: 800;
}

.o-site-hr__second-level .c-navigation-bar {
  animation: var(--animate-positioning);
}

.o-site-hr__second-level .c-navigation-bar::before {
  animation: var(--animate-heightsize);
  content: "";
  inset: 0px;
  position: absolute;
}

.c-navigation-bar,
.c-navigation-bar__item,
.c-navigation-bar__link,
.c-navigation-bar__wrappable-list {
  display: flex;
}

@media (any-hover: none) {
  nav.c-navigation-bar {
    display: none;
  }
}

.c-navigation-bar__item,
.c-navigation-bar__link {
  align-items: center;
}

span.c-navigation-bar__link {
  cursor: default;
}

[id^="c-navigation-bar__open-"]:not(:checked) ~ .c-navigation-bar__dropdown {
  display: none;
}

.o-site-hr__second-level .c-navigation-bar {
  align-items: center;
  flex-grow: 1;
}

.o-site-hr__second-level .c-navigation-bar__wrappable-list {
  flex-wrap: wrap;
  overflow: hidden;
}

.o-site-hr__second-level .c-navigation-bar,
.o-site-hr__second-level .c-navigation-bar__item,
.o-site-hr__second-level .c-navigation-bar__link,
.o-site-hr__second-level .c-navigation-bar__wrappable-list {
  height: inherit;
}

.o-site-hr__second-level .c-navigation-bar__link {
  flex-shrink: 0;
  padding-inline: 12px;
  transition-duration: 0.1s;
}

.o-site-hr__second-level .c-navigation-bar__item:hover .c-navigation-bar__link {
  border-block-end: 5px solid var(--color-primary-neon-blue);
  color: var(--color-primary-neon-blue);
}

.o-site-hr__second-level
  .c-navigation-bar__item--business:hover
  .c-navigation-bar__link {
  border-block-end-color: var(--color-vertical-business-main);
  color: var(--color-vertical-business-main);
}

.o-site-hr__second-level
  .c-navigation-bar__item--culture:hover
  .c-navigation-bar__link {
  border-block-end-color: var(--color-vertical-culture-main);
  color: var(--color-vertical-culture-main);
}

.o-site-hr__second-level
  .c-navigation-bar__item--green:hover
  .c-navigation-bar__link {
  border-block-end-color: var(--color-vertical-green-main);
  color: var(--color-vertical-green-main);
}

.o-site-hr__second-level
  .c-navigation-bar__item--health:hover
  .c-navigation-bar__link {
  border-block-end-color: var(--color-vertical-health-main);
  color: var(--color-vertical-health-main);
}

.o-site-hr__second-level
  .c-navigation-bar__item--my-europe:hover
  .c-navigation-bar__link {
  border-block-end-color: var(--color-vertical-my-europe-main);
  color: var(--color-vertical-my-europe-main);
}

.o-site-hr__second-level
  .c-navigation-bar__item--next:hover
  .c-navigation-bar__link {
  border-block-end-color: var(--color-vertical-next-main);
  color: var(--color-vertical-next-main);
}

.o-site-hr__second-level
  .c-navigation-bar__item--travel:hover
  .c-navigation-bar__link {
  border-block-end-color: var(--color-vertical-travel-main);
  color: var(--color-vertical-travel-main);
}

.o-site-hr__sidebar
  .c-navigation-bar__item
  [id^="c-navigation-bar__open-"]:not(:checked)
  ~ [id^="c-navigation-bar__subcontainer-"] {
  max-height: 0px;
}

.o-site-hr__sidebar
  .c-navigation-bar__item:has([id^="c-navigation-bar__open-"]:checked)
  label::after {
  top: 5px;
  transform: rotate(-45deg);
  transform-origin: center center;
}

.c-breaking-news:has(.c-breaking-news__list:empty) {
  display: none;
}

[id^="c-breaking-news-"]:has(> input:checked),
[id^="c-breaking-news-"]:has(> input:checked) .c-breaking-news__value {
  opacity: 1;
}

[id^="c-breaking-news-"]:has(> input:not(:checked)) {
  display: block;
  height: 0px;
  pointer-events: none;
  user-select: none;
  width: 0px;
}

:root {
  --o-site-hr-top-medium: -48px;
  --o-site-hr__second-level-height-small: 48px;
  --o-site-hr__second-level-height-medium: 64px;
  --o-site-hr__leaderboard-wallpaper-height: 270px;
  --o-site-hr__leaderboard-wallpaper-height-incremented: 300px;
}

.o-site-hr__second-level {
  --font-size: var(--font-14);
  height: var(--o-site-hr__second-level-height-small);
  position: relative;
}

@media screen and (min-width: 48em) {
  .o-site-hr__second-level {
    --font-size: var(--font-16);
    height: var(--o-site-hr__second-level-height-medium);
  }
}

.o-site-hr__second-level__container {
  align-items: flex-start;
}

.o-site-hr__second-level__burger-logo,
.o-site-hr__second-level__container,
.o-site-hr__second-level__links {
  display: flex;
  height: inherit;
}

.o-site-hr__second-level__container,
.o-site-hr__second-level__links {
  gap: 16px;
}

@media screen and (min-width: 64em) {
  .o-site-hr__second-level__container,
  .o-site-hr__second-level__links {
    gap: 32px;
  }
}

.c-logo,
.o-site-hr__second-level__burger-logo,
.o-site-hr__second-level__links {
  flex-shrink: 0;
}

.c-logo {
  z-index: var(--z-index-header-sidebar);
}

.c-logo__link {
  display: block;
}

@media screen and (max-width: 47.9988em) {
  .c-logo__link {
    height: 48px;
    width: 48px;
  }
}

.o-site-hr__second-level__links {
  align-items: center;
  flex-shrink: 0;
  margin-inline-start: auto;
}

.c-btn-login {
  align-items: center;
  font-weight: 800;
  gap: 8px;
  justify-content: center;
  min-height: 32px;
  min-width: 32px;
}

.c-btn-login:not(.u-display-none) {
  display: flex;
}

.c-btn-login svg {
  height: 24px;
  width: 24px;
}

body:not(.is-account-logged) [id*="login"] {
  display: flex;
}

body:not(.is-account-logged) [id*="account"] {
  display: none;
}

a.c-btn-live {
  --_height: 32px;
  background-color: var(--color-red-alert);
  border-radius: calc(var(--_height) / 2);
  display: block;
  font-size: 14px;
  font-weight: 900;
  line-height: var(--_height);
  padding-inline: 16px;
}

a.c-btn-live:focus,
a.c-btn-live:hover {
  filter: brightness(0.85);
}

a.c-btn-live,
a.c-btn-live:focus,
a.c-btn-live:hover {
  color: var(--color-white);
}

@media (hover: hover) {
  :hover + .o-site-hr__second-level__dropdown {
    display: initial;
  }
}

:focus + .o-site-hr__second-level__dropdown {
  display: initial;
}

@media (hover: hover) {
  :hover
    + .o-site-hr__second-level__dropdown
    + .o-site-hr__second-level__dropdown-mask {
    display: initial;
  }
}

:focus
  + .o-site-hr__second-level__dropdown
  + .o-site-hr__second-level__dropdown-mask {
  display: initial;
}

body:has(#c-burger-button-checkbox:checked) {
  overflow-y: hidden;
}

#c-burger-button-checkbox:not(:checked) ~ .o-site-hr__sidebar-mask {
  display: none;
}

body:has(.o-site-hr) .c-error-page {
  min-height: calc(-48px + 100vh);
}

@media screen and (min-width: 48em) {
  body:has(.o-site-hr) .c-error-page {
    min-height: calc(-112px + 100vh);
  }
}

:root {
  --swiper-theme-color: #007aff;
}

:root {
  --swiper-navigation-size: 44px;
}

:root {
  --b-augmented-banner-header-bg-color: #0172f0;
  --b-augmented-banner-header-color: #fff;
  --btn-bg-color: #0172f0;
  --btn-bg-color-hover: var(--btn-bg-color);
  --btn-bg-color-alt: #0172f0;
  --btn-border-color-hover: #62adf6;
  --btn-color: #fff;
  --btn-color-hover: #62adf6;
  --burger-btn-bg-color: #0172f0;
  --c-error-page-bg-gradient-01: #003865;
  --c-error-page-bg-gradient-02: #006487;
  --c-pullquote-before-bg-color: #0172f0;
  --c-tag-bg-color: #0172f0;
  --c-tag-bg-color-hover: #62adf6;
  --c-tag-border-color: #0000;
  --c-tag-color: #fff;
  --c-tag-color-hover: #fff;
  --hightlighted-item-color: #0172f0;
  --label-color: #005587;
  --label-color-hover: #002e44;
  --label-fill-hover: var(--label-color);
  --link-color: #005587;
  --link-color-hover: #002e44;
  --link-style-1-color: #0172f0;
  --link-style-1-color-hover: #62adf6;
  --link-style-1-fill-color: var(--link-style-1-color-hover);
  --link-style-1-section-white-color: #fff;
  --link-style-1-section-white-color-hover: #62adf6;
  --m-mode-5-border-color: #005587;
  --swiper-button-title-color: #0172f0;
  --swiper-button-prev-next-after-color-hover: var(--swiper-button-title-color);
  --btn-video-bg: var(--btn-bg-color);
  --btn-gallery-bg: var(--btn-bg-color);
  --global-base-unit: 0.5rem;
  --font-family-default: "Arial size-adjust", Arial, sans-serif;
  --font-family-primary: "Inter", var(--font-family-default);
  --font-12: 0.75rem;
  --font-14: 0.875rem;
  --font-16: 1rem;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extra-bold: 900;
  --transition: all 190ms ease-in-out 0ms;
  --z-index-poool-medium: 10010;
  --z-index-header: 9997;
  --z-index-poool: 999;
  --z-index-leaderboard-wallpaper-ad: 998;
  --z-index-header-sidebar: 2;
  --z-index-default: 1;
  --z-index-header-breaking-news: -1;
  --color-white: #fff;
  --color-black: #000;
  --color-primary-neon-blue: #0172f0;
  --color-primary-neon-blue-hover: #0172f099;
  --color-primary-main-blue: #005587;
  --color-primary-dark-blue: #002e44;
  --color-dark-blue: #002e44;
  --color-secondary-dark: #0a212f;
  --color-grey-1: #f2f6f7;
  --color-grey-2: #e6eaeb;
  --color-grey-3: #d7dadb;
  --color-grey-4: #dce4e7;
  --color-grey-5: #abadae;
  --color-grey-6: #8e9090;
  --color-grey-7: #7c7d7d;
  --color-grey-8: #666767;
  --color-grey-9: #515252;
  --color-grey-10: #404141;
  --color-grey-12: #1a1b1b;
  --color-red-alert: #ed0e05;
  --color-red-alert-hover: #f9b2af;
  --color-red-alert-light: #fe5640;
  --color-red-breaking-news-bg-color: #fcdbda;
  --color-sidebar-component-bg: #0172f008;
  --color-vertical-business-main: #859fbe;
  --color-vertical-business-secondary: #376395;
  --color-vertical-culture-main: #b0339a;
  --color-vertical-culture-secondary: #6905ff;
  --color-vertical-green-main: #31c87c;
  --color-vertical-green-secondary: #3c74c0;
  --color-vertical-health-main: #26dbcd;
  --color-vertical-health-secondary: #07024e;
  --color-vertical-my-europe-main: #0080f7;
  --color-vertical-next-main: #ffb200;
  --color-vertical-next-secondary: #0c707f;
  --color-vertical-travel-main: #ff855c;
  --color-vertical-travel-secondary: #d93e25;
  --color-default-breadcrumb: #7c7d7d;
}

.helper-site-container {
  margin-inline: auto;
  max-width: 1280px;
}

.helper-site-row {
  padding-inline: 16px;
}

@media screen and (min-width: 48em) and (max-width: 63.9988em) {
  .helper-site-row {
    padding-inline: 40px;
  }
}

html {
  box-sizing: border-box;
  touch-action: manipulation;
}

*,
::after,
::before {
  box-sizing: inherit;
}

body {
  font-size: 1.125rem;
  height: auto;
  line-height: 1.2;
  margin: 0px;
  position: relative;
}

a {
  color: rgb(26, 27, 27);
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

a:hover {
  fill: rgb(1, 114, 240);
}

a:hover,
a:hover::before {
  color: rgb(1, 114, 240);
}

button {
  appearance: none;
  background-color: initial;
  border: 0px;
  line-height: 1;
  padding: 0px;
}

div {
  background-repeat: no-repeat;
}

figure {
  margin: 0px auto;
}

h1,
h2,
h3,
h4,
h5 {
  font-size: 1rem;
  font-style: normal;
  line-height: 1.2;
  margin-block: 0px;
  text-rendering: optimizelegibility;
}

h1,
h2 {
  font-weight: 900;
}

h3,
h4,
h5 {
  font-weight: 700;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

[type="search"] {
  appearance: none;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(215, 218, 219);
  border-radius: 0.25rem;
  box-sizing: border-box;
  color: rgb(0, 85, 135);
  display: block;
  font-family: Inter, "Arial size-adjust", Arial, sans-serif;
  font-size: 0.875rem;
  height: 40px;
  padding: 0.5rem;
  transition: border-color 0.3s ease-in-out;
  width: 100%;
}

[type="search"]:focus,
[type="search"]:hover {
  border-color: rgb(1, 114, 240);
  outline: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration,
[type="search"]::-webkit-search-results-button,
[type="search"]::-webkit-search-results-decoration,
[type="search"]:focus::-webkit-search-cancel-button,
[type="search"]:focus::-webkit-search-decoration,
[type="search"]:focus::-webkit-search-results-button,
[type="search"]:focus::-webkit-search-results-decoration {
  display: none;
}

label {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-bottom: 0.5rem;
}

ol,
ul {
  line-height: 1.2;
}

ul {
  list-style-type: none;
  margin-block: 0px;
  padding-inline-start: 0px;
}

p {
  line-height: 1.6;
  margin-block: 0px;
  text-rendering: optimizelegibility;
}

table {
  background-color: rgb(255, 255, 255);
  font-size: 0.8125rem;
  width: 100%;
}

tbody {
  border-left: 1px solid rgb(215, 218, 219);
}

tbody {
  border-right: 1px solid rgb(215, 218, 219);
}

tbody tr:nth-child(2n) {
  background-color: rgb(242, 242, 242);
}

tbody td {
  border-bottom: 1px solid rgb(215, 218, 219);
}

td {
  font-weight: 400;
  padding: 0.5rem;
}

@media screen and (min-width: 48em) {
  td {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

body:has(#c-burger-button-checkbox:checked) .c-poool-modal {
  z-index: var(--z-index-poool);
}

.o-section--fullwidth {
  margin: 0px auto;
  max-width: 100%;
}

.c-tag {
  background-color: var(--c-tag-bg-color);
  border: 2px solid var(--c-tag-border-color);
  border-radius: 50rem;
  color: var(--c-tag-color);
  line-height: normal;
}

.c-tag:focus,
.c-tag:hover {
  background-color: var(--c-tag-bg-color-hover);
  color: var(--c-tag-color-hover);
}

.c-breaking-news:has(.c-breaking-news__list:empty) {
  display: none;
}

[id^="c-breaking-news-"]:has(> input:checked),
[id^="c-breaking-news-"]:has(> input:checked) .c-breaking-news__value {
  opacity: 1;
}

[id^="c-breaking-news-"]:has(> input:not(:checked)) {
  display: block;
  height: 0px;
  pointer-events: none;
  user-select: none;
  width: 0px;
}

:root {
  --ad-wallpaper-background-image: "";
  --ad-wallpaper-background-color: var(--color-white);
  --ad-wallpaper-margin-top: 0;
}

@supports (top: 50lvh) {
}

body {
  --vertical-main-color: rgb(var(--vertical-main-color-raw));
  --vertical-secondary-color: rgb(var(--vertical-secondary-color-raw));
  --vertical-link-color: rgb(var(--vertical-link-color-raw));
  --vertical-main-gradient-01: rgb(var(--vertical-main-gradient-01-raw));
  --vertical-main-gradient-02: rgb(var(--vertical-main-gradient-02-raw));
  --vertical-link-hover-color: var(--vertical-main-color);
  --b-augmented-banner-header-bg-color: var(--vertical-main-color);
  --btn-bg-color: var(--vertical-main-color);
  --btn-bg-color-hover: var(--vertical-secondary-color);
  --btn-bg-color-alt: var(--vertical-link-color);
  --btn-border-color-hover: $black;
  --btn-color: $black;
  --btn-color-hover: var(--btn-color);
  --btn-video-bg: var(--vertical-main-color);
  --btn-gallery-bg: var(--vertical-main-color);
  --burger-btn-bg-color: var(--vertical-main-color);
  --c-error-page-bg-gradient-01: var(--vertical-main-gradient-01);
  --c-error-page-bg-gradient-02: var(--vertical-main-gradient-02);
  --c-pullquote-before-bg-color: var(--vertical-main-color);
  --c-tag-bg-color: #fff;
  --c-tag-bg-color-hover: var(--vertical-link-color);
  --c-tag-border-color: var(--vertical-link-color);
  --c-tag-color: var(--vertical-link-color);
  --hightlighted-item-color: var(--vertical-main-color);
  --label-color: var(--vertical-link-color);
  --label-color-hover: var(--vertical-main-color);
  --link-color: var(--vertical-link-color);
  --link-color-hover: var(--vertical-secondary-color);
  --link-style-1-section-white-color-hover: var(--vertical-main-color);
  --link-style-1-color: var(--vertical-link-color);
  --link-style-1-color-hover: var(--vertical-link-hover-color);
  --m-mode-5-border-color: var(--vertical-main-color);
  --swiper-button-title-color: var(--vertical-main-color);
  --swiper-button-prev-next-after-color-hover: var(--swiper-button-title-color);
}

a:focus,
a:hover {
  fill: var(--vertical-main-color);
}

a:focus,
a:focus::before,
a:hover,
a:hover::before {
  color: var(--vertical-main-color);
}

.row {
  display: flex;
  flex-flow: wrap;
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem;
}

.row::after,
.row::before {
  content: " ";
  display: table;
  flex-basis: 0px;
  order: 1;
}

.row::after {
  clear: both;
}

.c-photo-gallery__btn_control:focus-visible {
  outline: none;
}

.u-bg-grey4 {
  background-color: rgb(220, 228, 231);
}

.u-bg-hover-neon-blue:focus,
.u-bg-hover-neon-blue:hover {
  background-color: rgb(1, 114, 240);
}

.u-color--black {
  color: rgb(26, 27, 27);
}

.u-color-hover-white:hover {
  color: rgb(255, 255, 255);
}

.u-color-hover-white:focus,
.u-color-hover-white:hover {
  color: rgb(255, 255, 255);
}

.u-position-relative {
  position: relative;
}

@supports not (aspect-ratio: 16/9) {
}

.u-margin-bottom-1 {
  margin-bottom: 0.5rem !important;
}

.u-margin-left-2 {
  margin-left: 1rem !important;
}

.u-margin-right-2 {
  margin-right: 1rem !important;
}

.u-margin-start-1 {
  margin-left: 0.5rem !important;
}

.u-padding-start-1 {
  padding-inline-start: 0.5rem;
}

.u-padding-x-2 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.u-padding-y-1 {
  padding-bottom: 0.5rem !important;
  padding-top: 0.5rem !important;
}

.u-font-size-14 {
  font-size: 0.875rem;
}

@media screen and (max-width: 47.9375em) {
  .u-show-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 47.9988em) {
  .u-hide-for-small-only {
    display: none !important;
  }
}

.u-display-none {
  display: none;
}

.u-me-1 {
  margin-inline-end: 0.5rem;
}

.u-chevron-ie-a::after {
  --_chevron-color: var(--u-chevron-color, inherit);
  --_chevron-border-w: var(--u-chevron-border-w, 2px);
  --_chevron-size: var(--u-chevron-size, 10px);
  border-color: var(--_chevron-color);
  border-style: solid;
  border-width: var(--_chevron-border-w) var(--_chevron-border-w) 0 0;
  content: "";
  display: inline-block;
  height: var(--_chevron-size);
  position: relative;
  transition: var(--transition);
  width: var(--_chevron-size);
}

.u-chevron-ie-a::after {
  transform: rotate(45deg);
}

:root {
  --b-augmented-banner-header-bg-color: #0172f0;
  --b-augmented-banner-header-color: #fff;
  --btn-bg-color: #0172f0;
  --btn-bg-color-hover: var(--btn-bg-color);
  --btn-bg-color-alt: #0172f0;
  --btn-border-color-hover: #62adf6;
  --btn-color: #fff;
  --btn-color-hover: #62adf6;
  --burger-btn-bg-color: #0172f0;
  --c-error-page-bg-gradient-01: #003865;
  --c-error-page-bg-gradient-02: #006487;
  --c-pullquote-before-bg-color: #0172f0;
  --c-tag-bg-color: #0172f0;
  --c-tag-bg-color-hover: #62adf6;
  --c-tag-border-color: #0000;
  --c-tag-color: #fff;
  --c-tag-color-hover: #fff;
  --hightlighted-item-color: #0172f0;
  --label-color: #005587;
  --label-color-hover: #002e44;
  --label-fill-hover: var(--label-color);
  --link-color: #005587;
  --link-color-hover: #002e44;
  --link-style-1-color: #0172f0;
  --link-style-1-color-hover: #62adf6;
  --link-style-1-fill-color: var(--link-style-1-color-hover);
  --link-style-1-section-white-color: #fff;
  --link-style-1-section-white-color-hover: #62adf6;
  --m-mode-5-border-color: #005587;
  --swiper-button-title-color: #0172f0;
  --swiper-button-prev-next-after-color-hover: var(--swiper-button-title-color);
  --btn-video-bg: var(--btn-bg-color);
  --btn-gallery-bg: var(--btn-bg-color);
  --global-base-unit: 0.5rem;
  --font-family-default: "Arial size-adjust", Arial, sans-serif;
  --font-family-primary: "Inter", var(--font-family-default);
  --font-12: 0.75rem;
  --font-14: 0.875rem;
  --font-16: 1rem;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extra-bold: 900;
  --transition: all 190ms ease-in-out 0ms;
  --z-index-poool-medium: 10010;
  --z-index-header: 9997;
  --z-index-poool: 999;
  --z-index-leaderboard-wallpaper-ad: 998;
  --z-index-header-sidebar: 2;
  --z-index-default: 1;
  --z-index-header-breaking-news: -1;
  --color-white: #fff;
  --color-black: #000;
  --color-primary-neon-blue: #0172f0;
  --color-primary-neon-blue-hover: #0172f099;
  --color-primary-main-blue: #005587;
  --color-primary-dark-blue: #002e44;
  --color-dark-blue: #002e44;
  --color-secondary-dark: #0a212f;
  --color-grey-1: #f2f6f7;
  --color-grey-2: #e6eaeb;
  --color-grey-3: #d7dadb;
  --color-grey-4: #dce4e7;
  --color-grey-5: #abadae;
  --color-grey-6: #8e9090;
  --color-grey-7: #7c7d7d;
  --color-grey-8: #666767;
  --color-grey-9: #515252;
  --color-grey-10: #404141;
  --color-grey-12: #1a1b1b;
  --color-red-alert: #ed0e05;
  --color-red-alert-hover: #f9b2af;
  --color-red-alert-light: #fe5640;
  --color-red-breaking-news-bg-color: #fcdbda;
  --color-sidebar-component-bg: #0172f008;
  --color-vertical-business-main: #859fbe;
  --color-vertical-business-secondary: #376395;
  --color-vertical-culture-main: #b0339a;
  --color-vertical-culture-secondary: #6905ff;
  --color-vertical-green-main: #31c87c;
  --color-vertical-green-secondary: #3c74c0;
  --color-vertical-health-main: #26dbcd;
  --color-vertical-health-secondary: #07024e;
  --color-vertical-my-europe-main: #0080f7;
  --color-vertical-next-main: #ffb200;
  --color-vertical-next-secondary: #0c707f;
  --color-vertical-travel-main: #ff855c;
  --color-vertical-travel-secondary: #d93e25;
  --color-default-breadcrumb: #7c7d7d;
}

.helper-site-container {
  margin-inline: auto;
  max-width: 1280px;
}

.helper-site-row {
  padding-inline: 16px;
}

@media screen and (min-width: 48em) and (max-width: 63.9988em) {
  .helper-site-row {
    padding-inline: 40px;
  }
}

html {
  box-sizing: border-box;
  touch-action: manipulation;
}

*,
::after,
::before {
  box-sizing: inherit;
}

body {
  font-size: 1.125rem;
  height: auto;
  line-height: 1.2;
  margin: 0px;
  position: relative;
}

a {
  color: rgb(26, 27, 27);
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

a:hover {
  fill: rgb(1, 114, 240);
}

a:hover,
a:hover::before {
  color: rgb(1, 114, 240);
}

button {
  appearance: none;
  background-color: initial;
  border: 0px;
  line-height: 1;
  padding: 0px;
}

div {
  background-repeat: no-repeat;
}

figure {
  margin: 0px auto;
}

h1,
h2,
h3,
h4,
h5 {
  font-size: 1rem;
  font-style: normal;
  line-height: 1.2;
  margin-block: 0px;
  text-rendering: optimizelegibility;
}

h1,
h2 {
  font-weight: 900;
}

h3,
h4,
h5 {
  font-weight: 700;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

[type="search"] {
  appearance: none;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(215, 218, 219);
  border-radius: 0.25rem;
  box-sizing: border-box;
  color: rgb(0, 85, 135);
  display: block;
  font-family: Inter, "Arial size-adjust", Arial, sans-serif;
  font-size: 0.875rem;
  height: 40px;
  padding: 0.5rem;
  transition: border-color 0.3s ease-in-out;
  width: 100%;
}

[type="search"]:focus,
[type="search"]:hover {
  border-color: rgb(1, 114, 240);
  outline: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration,
[type="search"]::-webkit-search-results-button,
[type="search"]::-webkit-search-results-decoration,
[type="search"]:focus::-webkit-search-cancel-button,
[type="search"]:focus::-webkit-search-decoration,
[type="search"]:focus::-webkit-search-results-button,
[type="search"]:focus::-webkit-search-results-decoration {
  display: none;
}

label {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-bottom: 0.5rem;
}

ol,
ul {
  line-height: 1.2;
}

ul {
  list-style-type: none;
  margin-block: 0px;
  padding-inline-start: 0px;
}

p {
  line-height: 1.6;
  margin-block: 0px;
  text-rendering: optimizelegibility;
}

table {
  background-color: rgb(255, 255, 255);
  font-size: 0.8125rem;
  width: 100%;
}

tbody {
  border-left: 1px solid rgb(215, 218, 219);
}

tbody {
  border-right: 1px solid rgb(215, 218, 219);
}

tbody tr:nth-child(2n) {
  background-color: rgb(242, 242, 242);
}

tbody td {
  border-bottom: 1px solid rgb(215, 218, 219);
}

td {
  font-weight: 400;
  padding: 0.5rem;
}

@media screen and (min-width: 48em) {
  td {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.o-section--fullwidth {
  margin: 0px auto;
  max-width: 100%;
}

.o-template-footer {
  gap: 0px;
  display: grid;
  grid-template-areas: "sitemap1" "sitemap2" "sitemap3" "socials";
  grid-template-columns: auto;
  grid-template-rows: auto;
  margin: 0px auto;
  padding-top: 1rem;
}

@media screen and (min-width: 48em) {
  .o-template-footer {
    gap: 1.5rem;
    grid-template-areas: "sitemap1 sitemap2 sitemap3" "socials socials socials";
    grid-template-columns: repeat(3, 1fr);
    max-width: 35rem;
    padding-top: 1rem;
  }
}

@media screen and (min-width: 64em) {
  .o-template-footer {
    grid-template-areas: "sitemap1 sitemap2 sitemap3 socials socials socials";
    grid-template-columns: repeat(6, 1fr);
    max-width: 62.5rem;
  }
}

.o-template-footer__element-1 {
  grid-area: sitemap1;
}

.o-template-footer__element-2 {
  grid-area: sitemap2;
}

.o-template-footer__element-3 {
  grid-area: sitemap3;
}

.o-template-footer__element-4 {
  grid-area: socials;
}

@media screen and (min-width: 64em) {
  .o-template-footer__element-4 {
    margin-left: 5rem;
  }
}

.c-tag {
  background-color: var(--c-tag-bg-color);
  border: 2px solid var(--c-tag-border-color);
  border-radius: 50rem;
  color: var(--c-tag-color);
  line-height: normal;
}

.c-tag:focus,
.c-tag:hover {
  background-color: var(--c-tag-bg-color-hover);
  color: var(--c-tag-color-hover);
}

:root {
  --ad-wallpaper-background-image: "";
  --ad-wallpaper-background-color: var(--color-white);
  --ad-wallpaper-margin-top: 0;
}

body:has(#c-burger-button-checkbox:checked) .c-poool-modal {
  z-index: var(--z-index-poool);
}

@supports (top: 50lvh) {
}

.row {
  display: flex;
  flex-flow: wrap;
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem;
}

.row::after,
.row::before {
  content: " ";
  display: table;
  flex-basis: 0px;
  order: 1;
}

.row::after {
  clear: both;
}

.c-photo-gallery__btn_control:focus-visible {
  outline: none;
}

.u-bg-grey4 {
  background-color: rgb(220, 228, 231);
}

.u-bg-hover-neon-blue:focus,
.u-bg-hover-neon-blue:hover {
  background-color: rgb(1, 114, 240);
}

.u-color--black {
  color: rgb(26, 27, 27);
}

.u-color-hover-white:hover {
  color: rgb(255, 255, 255);
}

.u-color-hover-white:focus,
.u-color-hover-white:hover {
  color: rgb(255, 255, 255);
}

.u-position-relative {
  position: relative;
}

@supports not (aspect-ratio: 16/9) {
}

.u-margin-bottom-1 {
  margin-bottom: 0.5rem !important;
}

.u-margin-left-2 {
  margin-left: 1rem !important;
}

.u-margin-right-2 {
  margin-right: 1rem !important;
}

.u-margin-start-1 {
  margin-left: 0.5rem !important;
}

.u-padding-start-1 {
  padding-inline-start: 0.5rem;
}

.u-padding-x-2 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.u-padding-y-1 {
  padding-bottom: 0.5rem !important;
  padding-top: 0.5rem !important;
}

.u-font-size-14 {
  font-size: 0.875rem;
}

@media screen and (max-width: 47.9375em) {
  .u-show-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 47.9988em) {
  .u-hide-for-small-only {
    display: none !important;
  }
}

.u-display-none {
  display: none;
}

.u-me-1 {
  margin-inline-end: 0.5rem;
}

.u-chevron-ie-a::after {
  --_chevron-color: var(--u-chevron-color, inherit);
  --_chevron-border-w: var(--u-chevron-border-w, 2px);
  --_chevron-size: var(--u-chevron-size, 10px);
  border-color: var(--_chevron-color);
  border-style: solid;
  border-width: var(--_chevron-border-w) var(--_chevron-border-w) 0 0;
  content: "";
  display: inline-block;
  height: var(--_chevron-size);
  position: relative;
  transition: var(--transition);
  width: var(--_chevron-size);
}

.u-chevron-ie-a::after {
  transform: rotate(45deg);
}

.c-article-partage-commentaire-popup__content__embed__text:focus-visible {
  outline: none;
}

:root {
  --b-augmented-banner-header-bg-color: #0172f0;
  --b-augmented-banner-header-color: #fff;
  --btn-bg-color: #0172f0;
  --btn-bg-color-hover: var(--btn-bg-color);
  --btn-bg-color-alt: #0172f0;
  --btn-border-color-hover: #62adf6;
  --btn-color: #fff;
  --btn-color-hover: #62adf6;
  --burger-btn-bg-color: #0172f0;
  --c-error-page-bg-gradient-01: #003865;
  --c-error-page-bg-gradient-02: #006487;
  --c-pullquote-before-bg-color: #0172f0;
  --c-tag-bg-color: #0172f0;
  --c-tag-bg-color-hover: #62adf6;
  --c-tag-border-color: #0000;
  --c-tag-color: #fff;
  --c-tag-color-hover: #fff;
  --hightlighted-item-color: #0172f0;
  --label-color: #005587;
  --label-color-hover: #002e44;
  --label-fill-hover: var(--label-color);
  --link-color: #005587;
  --link-color-hover: #002e44;
  --link-style-1-color: #0172f0;
  --link-style-1-color-hover: #62adf6;
  --link-style-1-fill-color: var(--link-style-1-color-hover);
  --link-style-1-section-white-color: #fff;
  --link-style-1-section-white-color-hover: #62adf6;
  --m-mode-5-border-color: #005587;
  --swiper-button-title-color: #0172f0;
  --swiper-button-prev-next-after-color-hover: var(--swiper-button-title-color);
  --btn-video-bg: var(--btn-bg-color);
  --btn-gallery-bg: var(--btn-bg-color);
}

:root {
  --b-augmented-banner-header-bg-color: #0172f0;
  --b-augmented-banner-header-color: #fff;
  --btn-bg-color: #0172f0;
  --btn-bg-color-hover: var(--btn-bg-color);
  --btn-bg-color-alt: #0172f0;
  --btn-border-color-hover: #62adf6;
  --btn-color: #fff;
  --btn-color-hover: #62adf6;
  --burger-btn-bg-color: #0172f0;
  --c-error-page-bg-gradient-01: #003865;
  --c-error-page-bg-gradient-02: #006487;
  --c-pullquote-before-bg-color: #0172f0;
  --c-tag-bg-color: #0172f0;
  --c-tag-bg-color-hover: #62adf6;
  --c-tag-border-color: #0000;
  --c-tag-color: #fff;
  --c-tag-color-hover: #fff;
  --hightlighted-item-color: #0172f0;
  --label-color: #005587;
  --label-color-hover: #002e44;
  --label-fill-hover: var(--label-color);
  --link-color: #005587;
  --link-color-hover: #002e44;
  --link-style-1-color: #0172f0;
  --link-style-1-color-hover: #62adf6;
  --link-style-1-fill-color: var(--link-style-1-color-hover);
  --link-style-1-section-white-color: #fff;
  --link-style-1-section-white-color-hover: #62adf6;
  --m-mode-5-border-color: #005587;
  --swiper-button-title-color: #0172f0;
  --swiper-button-prev-next-after-color-hover: var(--swiper-button-title-color);
  --btn-video-bg: var(--btn-bg-color);
  --btn-gallery-bg: var(--btn-bg-color);
}

:root {
  --b-augmented-banner-header-bg-color: #0172f0;
  --b-augmented-banner-header-color: #fff;
  --btn-bg-color: #0172f0;
  --btn-bg-color-hover: var(--btn-bg-color);
  --btn-bg-color-alt: #0172f0;
  --btn-border-color-hover: #62adf6;
  --btn-color: #fff;
  --btn-color-hover: #62adf6;
  --burger-btn-bg-color: #0172f0;
  --c-error-page-bg-gradient-01: #003865;
  --c-error-page-bg-gradient-02: #006487;
  --c-pullquote-before-bg-color: #0172f0;
  --c-tag-bg-color: #0172f0;
  --c-tag-bg-color-hover: #62adf6;
  --c-tag-border-color: #0000;
  --c-tag-color: #fff;
  --c-tag-color-hover: #fff;
  --hightlighted-item-color: #0172f0;
  --label-color: #005587;
  --label-color-hover: #002e44;
  --label-fill-hover: var(--label-color);
  --link-color: #005587;
  --link-color-hover: #002e44;
  --link-style-1-color: #0172f0;
  --link-style-1-color-hover: #62adf6;
  --link-style-1-fill-color: var(--link-style-1-color-hover);
  --link-style-1-section-white-color: #fff;
  --link-style-1-section-white-color-hover: #62adf6;
  --m-mode-5-border-color: #005587;
  --swiper-button-title-color: #0172f0;
  --swiper-button-prev-next-after-color-hover: var(--swiper-button-title-color);
  --btn-video-bg: var(--btn-bg-color);
  --btn-gallery-bg: var(--btn-bg-color);
}

.c-footer-sitemap__copyright,
.c-footer-sitemap__list-heading {
  --line-height: calc(var(--font-size, initial) + var(--global-base-unit)/2);
  font-size: var(--font-size, initial);
  letter-spacing: var(--letter-spacing, -0.02em);
  line-height: var(--line-height);
}

.o-template-footer {
  gap: 0px;
  display: grid;
  grid-template-areas: "sitemap1" "sitemap2" "sitemap3" "socials";
  grid-template-columns: auto;
  grid-template-rows: auto;
  margin: 0px auto;
  padding-top: 1rem;
}

@media screen and (min-width: 48em) {
  .o-template-footer {
    gap: 1.5rem;
    grid-template-areas: "sitemap1 sitemap2 sitemap3" "socials socials socials";
    grid-template-columns: repeat(3, 1fr);
    max-width: 35rem;
    padding-top: 1rem;
  }
}

@media screen and (min-width: 64em) {
  .o-template-footer {
    grid-template-areas: "sitemap1 sitemap2 sitemap3 socials socials socials";
    grid-template-columns: repeat(6, 1fr);
    max-width: 62.5rem;
  }
}

.o-template-footer__element-1 {
  grid-area: sitemap1;
}

.o-template-footer__element-2 {
  grid-area: sitemap2;
}

.o-template-footer__element-3 {
  grid-area: sitemap3;
}

.o-template-footer__element-4 {
  grid-area: socials;
}

@media screen and (min-width: 64em) {
  .o-template-footer__element-4 {
    margin-left: 5rem;
  }
}

.c-footer {
  position: relative;
}

.c-footer-search {
  --footer-search-bgcolor: #eef2f3;
  background-color: var(--footer-search-bgcolor);
  box-shadow: rgb(102, 103, 103) 0px 0px 6px 0px;
  display: flex;
  flex-direction: column;
  margin-bottom: 0px;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

@media screen and (min-width: 48em) {
  .c-footer-search {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}

@media screen and (min-width: 64em) {
  .c-footer-search {
    padding-bottom: 2.5rem;
    padding-top: 3rem;
  }
  .c-footer-search::before {
    background-image: linear-gradient(93deg, rgb(26, 27, 27), rgba(0, 0, 0, 0));
    content: "";
  }
}

.c-footer-search__tag {
  padding: 1.5rem 0px 0px;
}

.c-footer-search__tag-title {
  color: rgb(26, 27, 27);
  display: flex;
  font-size: 1.125rem;
  font-weight: 400;
  justify-content: center;
  padding: 1rem 0px;
}

.c-footer-search__tag-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0px auto;
  max-width: 34rem;
}

.c-footer-search .c-tag {
  border-color: rgba(0, 0, 0, 0);
}

.c-footer-sitemap {
  --footer-sitemap-bgcolor: var(--color-white);
  background: var(--footer-sitemap-bgcolor);
  margin-bottom: 0px;
  padding-block-start: 16px;
}

@media screen and (max-width: 47.9988em) {
  .c-footer-sitemap__list {
    border-bottom: 1px solid var(--color-grey-3);
  }
  .c-footer-sitemap__list:first-child {
    border-top: 1px solid var(--color-grey-3);
  }
}

.c-footer-sitemap__list-heading {
  --font-size: 14px;
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-wrap: nowrap;
  font-weight: 700;
  justify-content: space-between;
  margin-bottom: 0px;
  padding: 16px;
}

@media screen and (min-width: 48em) {
  .c-footer-sitemap__list-heading {
    cursor: default;
    padding: 0px 0px 14px;
  }
}

.c-footer-sitemap__list-heading::after {
  align-items: center;
  border-style: solid inset inset;
  border-image: initial;
  border-color: var(--color-primary-neon-blue) #0000 #0000;
  border-width: 5px 5px 0px;
  content: "";
  display: flex;
  height: 5px;
  justify-content: center;
  transform: rotate(0deg);
  transform-origin: center center;
}

@media screen and (min-width: 48em) {
  .c-footer-sitemap__list-heading::after {
    display: none;
  }
}

.c-footer-sitemap__list-fold {
  column-gap: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 0px;
  overflow: hidden;
}

@media screen and (min-width: 48em) {
  .c-footer-sitemap__list-fold {
    row-gap: 6px;
    grid-template-columns: repeat(1, 1fr);
    height: auto;
  }
}

@media screen and (max-width: 47.9988em) {
  .c-footer-sitemap__list:has(input[type="checkbox"]:checked)
    .c-footer-sitemap__list-fold {
    height: auto;
    padding: 0px 16px 16px;
  }
  .c-footer-sitemap__list:has(input[type="checkbox"]:checked)
    .c-footer-sitemap__list-heading::after {
    border-color: var(--color-grey-3) #0000 #0000;
    transform: rotate(180deg);
  }
}

.c-footer-sitemap__list-item {
  --_color: var(--c-footer-color, var(--color-grey-12));
  border-top: 1px solid var(--color-grey-3);
  color: var(--_color);
  display: block;
  font-size: 14px;
  line-height: 1.2;
  padding-block: 12px;
  width: 100%;
}

.c-footer-sitemap__list-item:focus,
.c-footer-sitemap__list-item:hover {
  --_color-hover: var(--c-footer-color-hover, var(--color-primary-neon-blue));
  color: var(--_color-hover);
}

.c-footer-sitemap__list-fold > li:first-child .c-footer-sitemap__list-item,
.c-footer-sitemap__list-fold > li:nth-child(2) .c-footer-sitemap__list-item {
  border-top: 0px;
}

@media screen and (min-width: 48em) {
  .c-footer-sitemap__list-item {
    border: 0px;
    display: contents;
    padding: 0px;
  }
}

body:has(.is-template-video) .c-footer-sitemap__list-item:focus,
body:has(.is-template-video) .c-footer-sitemap__list-item:hover {
  color: var(--color-primary-neon-blue);
}

.c-footer-sitemap__follow-socials {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: center;
}

@media screen and (min-width: 64em) {
  .c-footer-sitemap__follow-socials {
    align-items: flex-start;
    flex-direction: column;
  }
}

.c-footer-sitemap__list-item--follow {
  align-items: center;
  color: var(--color-primary-neon-blue);
  display: flex;
  font-weight: 700;
  gap: 6px;
  position: relative;
  width: auto;
}

.c-footer-sitemap__list-item--follow:focus,
.c-footer-sitemap__list-item--follow:hover {
  opacity: 0.8;
}

@media screen and (max-width: 47.9988em) {
  .c-footer-sitemap__list-item--follow {
    display: none;
  }
}

.c-footer-sitemap__copyright {
  --font-size: 14px;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: 64px 24px;
}

@media screen and (min-width: 48em) {
  .c-footer-sitemap__copyright {
    flex-direction: row;
  }
}

:root {
  --form-primary-orange: rgb(247 158 27);
  --form-primary-orange-dark: #e58a05;
  --form-success: #28a745;
  --form-danger: #dc3545;
  --form-warning: #ffc107;
  --form-white: #ffffff;
  --form-black: #111111;
  --form-gray-light: #d1d5db;
  --form-disabled: #9ca3af;
  --form-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  --form-radius: 10px;
  --form-radius-small: 10px;
  --form-anim-fast: 200ms ease;
  --tw-bg-opacity: 1;
}

._form .reg-btn:not(:disabled) {
  background: rgb(247 158 27 / var(--tw-bg-opacity));
  cursor: pointer;
  box-shadow: rgba(247, 158, 27, 0.3) 0px 4px 15px;
  animation: 2s ease 0s infinite normal none running pulse-orange;
}

._form .reg-btn:hover:not(:disabled) {
  transform: translateY(-1px);
  background: var(--form-primary-orange-dark);
  box-shadow: rgba(247, 158, 27, 0.4) 0px 6px 18px;
}

@keyframes pulse-orange {
  0% {
    transform: scale(1);
    box-shadow: rgba(247, 158, 27, 0.3) 0px 4px 10px;
  }
  50% {
    transform: scale(1.015);
    box-shadow: rgba(247, 158, 27, 0.5) 0px 6px 18px;
  }
  100% {
    transform: scale(1);
    box-shadow: rgba(247, 158, 27, 0.3) 0px 4px 10px;
  }
}

body {
  font-size: 16px;
  min-width: 20em;
}

html {
  -webkit-font-smoothing: antialiased;
  background-color: rgb(244, 244, 244);
  color: rgb(0, 0, 0);
  font-family: "Open Sans", sans-serif;
}

input:focus {
  outline: none;
}

.feed .card.cardDiscovery,
.feed .detail .byline,
.feed .detail .detailHeadline,
.feed .story {
  margin-block: 16px;
  margin-inline: 0px;
  margin-top: 16px;
}

button {
  background-color: rgb(255, 255, 255);
  border-radius: 0px;
  color: rgb(230, 5, 5);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25rem;
  text-align: center;
  text-transform: uppercase;
}

.a11y {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0px !important;
  height: 1px !important;
  padding: 0px !important;
  position: absolute !important;
  width: 1px !important;
}

figure,
footer,
main,
nav,
section {
  display: block;
}

html {
  text-size-adjust: 100%;
}

body {
  margin: 0px;
}

a:focus,
button:focus {
  outline: rgb(5, 80, 200) solid 3px;
}

a:active,
a:hover,
button:hover {
  outline: 0px;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0px;
}

strong {
  font-weight: 700;
}

img {
  border: 0px;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0px;
}

button,
input,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0px;
}

button,
input {
  line-height: normal;
}

button {
  text-transform: none;
}

button {
  appearance: button;
  cursor: pointer;
}

button[disabled] {
  cursor: default;
}

input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0px;
}

input[type="search"] {
  appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

.viafoura {
  --primary-font: "Open Sans", sans-serif;
}

.appContainer .share .viafoura,
.share .viafoura {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}

.appContainer .share .viafoura .vf-share-bar.vf-share-bar-default,
.share .viafoura .vf-share-bar.vf-share-bar-default {
  padding-top: 1rem;
  width: 100%;
}

.appContainer
  .share
  .viafoura
  .vf-share-bar.vf-share-bar-default
  ul
  li.vf-share-option,
.share .viafoura .vf-share-bar.vf-share-bar-default ul li.vf-share-option {
  margin: 0px;
}

.appContainer
  .share
  .viafoura
  .vf-share-bar.vf-share-bar-default
  ul
  li.vf-share-option
  a,
.share .viafoura .vf-share-bar.vf-share-bar-default ul li.vf-share-option a {
  display: block;
  margin: 0px 0.2rem;
  top: -2px;
}

.appContainer
  .share
  .viafoura
  .vf-share-bar.vf-share-bar-default
  ul
  li.vf-share-option,
.share .viafoura .vf-share-bar.vf-share-bar-default ul li.vf-share-option {
  float: left;
}

.feed .appContainer {
  background-color: rgb(255, 255, 255);
}

.feed .appContainer.loaded {
  opacity: 1;
}

.feed .appContainer .pageComponent {
  margin: 0px auto;
  max-width: 80rem;
  padding-left: 16px;
  padding-right: 16px;
  transition: max-width 0.3s ease-out;
}

.feed .appContainer > .content {
  background-color: rgb(255, 255, 255);
  min-height: 800px;
  padding-bottom: 16px;
  padding-top: 16px;
}

.feed .card {
  align-items: flex-start;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(224, 224, 224);
  clear: both;
  color: rgb(0, 0, 0);
  display: flex;
  flex-direction: row;
  margin-bottom: 0.5rem;
  overflow: hidden;
  text-decoration: none;
  transition: 0.4s;
}

.feed .card:hover {
  box-shadow: rgb(203, 203, 203) 0px 0px 0px 3px;
}

.feed .card:focus {
  box-shadow: rgb(230, 5, 5) 0px 0px 0px 3px;
  outline: 0px;
  transform: none;
}

.feed .card .contentWrapper {
  color: rgb(0, 0, 0);
  display: flex;
  flex-grow: 1;
  text-decoration: none;
  width: 100%;
}

.feed .card .card-content {
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  width: 100%;
}

.feed .card .headlineLink {
  color: rgb(0, 0, 0);
  text-decoration: none;
}

.feed .card .headlineLink:focus,
.feed .card .headlineLink:hover {
  color: rgb(84, 84, 84);
  text-decoration: underline;
}

.feed .card .mediaItem {
  min-height: 0px;
  position: relative;
  width: 100%;
}

.feed .card.cardDiscovery {
  align-items: center;
  background-color: rgb(255, 255, 255);
  border-top-color: unset;
  border-top-width: unset;
  border-right-color: unset;
  border-right-width: unset;
  border-left-color: unset;
  border-left-width: unset;
  border-image: unset;
  border-bottom: 1px solid rgb(224, 224, 224);
  border-left-style: none;
  border-right-style: none;
  border-top-style: none;
  cursor: default;
  flex: 1 1 190px;
  flex-direction: column;
  margin: 0.5rem 0.5rem 0px;
  overflow: unset;
}

.feed .card.cardDiscovery:hover {
  box-shadow: none;
}

.feed .card.cardDiscovery:focus {
  box-shadow: rgb(230, 5, 5) 0px 0px 0px 3px;
}

.feed .card.cardDiscovery .contentWrapper {
  align-self: stretch;
}

.feed .card.cardDiscovery .contentWrapper .card-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0.8rem 0.5rem 0px 0px;
  padding: 0px;
}

.feed .card.cardDiscovery .contentWrapper .headline {
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.1875rem;
  margin: 0px;
}

.feed .card.cardDiscovery.isTrending {
  border-bottom: none;
  border-right: 1px solid rgb(203, 203, 203);
  margin-right: 0px;
  padding-right: 0.5rem;
}

.feed .card.cardDiscovery.isTrending .card-content {
  padding-left: 28px;
}

.feed .card.cardDiscovery.isTrending .readerCount {
  margin: 0.5rem 0px;
}

.feed .vertical .card.cardDiscovery {
  border-bottom: 1px solid rgb(224, 224, 224);
  border-right: none;
  flex: 1 1 auto;
}

.feed .vertical .card.cardDiscovery .headline {
  margin-bottom: 0.5rem;
}

.feed .vertical .card.cardDiscovery .readerCount {
  margin-top: 0px;
}

.feed .vertical .card.cardDiscovery.isTrending {
  padding-right: 0px;
}

.feed .vertical .card.cardDiscovery.isTrending .card-content {
  margin-right: 0px;
}

.feed .card.cardDiscovery .rankIndicator {
  color: rgb(0, 0, 0);
  font-family: "Stag Medium", Trebuchet;
  font-size: 26px;
  font-weight: 300;
  height: 0px;
  left: -27px;
  position: relative;
}

@media only screen and (max-width: 849px) {
  .feed .card.cardDiscovery .rankIndicator {
    font-size: 22px;
  }
}

.feed .vertical .card.cardDiscovery .rankIndicator {
  font-size: 22px;
}

.feed .card.cardDiscovery .readerCount {
  color: rgb(84, 84, 84);
  font-size: 0.8rem;
  text-transform: none;
}

.feed .card .headline {
  flex-grow: 1;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35rem;
  margin-top: 0.5rem;
}

.feed .contentList .card {
  overflow: hidden;
}

.feed .contentList:not(.contentListSwimlane) .listDisplay.contentListCards {
  list-style-type: none;
  padding: 0px;
}

.feed .imageMedia {
  display: inline;
}

.feed .imageMedia .placeholder {
  background: radial-gradient(rgb(255, 255, 255), rgb(203, 203, 203)) 0% 0% /
    cover no-repeat;
  overflow: hidden;
  position: relative;
}

.feed .imageMedia .placeholder img {
  display: block;
  object-fit: cover;
  width: 100%;
}

.feed .detail {
  overflow-x: unset;
}

.feed .detail.detailBody .withFlex {
  display: flex;
  flex-flow: wrap;
}

.feed .detail.detailBody .detailBodyContainer {
  display: grid;
  gap: 40px;
  margin: 1rem auto 0px;
  max-width: 1060px;
}

.feed .detail.detailBody .detailBodyContainer.withSidebar {
  grid-template-columns: 1fr 300px;
}

@media (max-width: 1100px) {
  .feed .detail.detailBody .detailBodyContainer.withSidebar {
    grid-template-columns: 1fr;
    max-width: 720px;
  }
}

.feed .detail.detailBody .detailBodyContainer .detailMainCol {
  flex: 0 1 45rem;
  max-width: 100%;
  min-width: 0px;
}

.feed .detail.detailBody .detailBodyContainer .detailSideRail {
  display: flex;
  flex: 0 0 300px;
  flex-direction: column;
  max-width: 300px;
  position: relative;
}

.feed .detail.detailBody .detailBodyContainer .detailSideRail .stickyContainer {
  flex-grow: 0.9;
}

.feed
  .detail.detailBody
  .detailBodyContainer
  .detailSideRail
  .stickyContainer
  > div {
  position: sticky;
  top: 30px;
}

@media (max-width: 1100px) {
  .feed .detail.detailBody .detailBodyContainer .detailSideRail {
    flex: 1 1 auto;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .feed .detail.detailBody .detailBodyContainer {
    margin-top: 0px;
  }
}

.feed .detail.detailBody .detailBodyContainer .commentsWrapper {
  display: grid;
  gap: 40px;
}

.feed .detail.detailBody .detailBodyContainer .commentsWrapper.withSidebar {
  grid-template-columns: 1fr 300px;
}

@media (max-width: 1100px) {
  .feed .detail.detailBody .detailBodyContainer .commentsWrapper.withSidebar {
    grid-template-columns: 1fr;
    margin: 0px auto;
    max-width: 45rem;
  }
  .feed .detail.detailBody .detailBodyContainer .commentsWrapper {
    grid-template-columns: 1fr;
  }
}

.feed .detail .detailDiscovery {
  margin: 2.5rem auto 0px;
  max-width: 78rem;
  width: 100%;
}

@media (max-width: 1100px) {
  .feed .detail .detailDiscovery {
    margin: 0px auto;
    max-width: 45rem;
  }
}

.feed .detail .detailDiscovery .contentList .contentListCards {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin: 0px -0.6rem;
}

.feed .detail .detailHeadline {
  color: rgb(0, 0, 0);
  font-size: 2rem;
  line-height: 1.3;
}

@media (max-width: 640px) {
  .feed .detail .detailHeadline {
    font-size: 1.625rem;
  }
}

.feed .detail .byline {
  -webkit-font-smoothing: antialiased;
  align-items: center;
  color: rgb(84, 84, 84);
  display: flex;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.feed .detail .byline .timeStamp {
  display: inline-block;
}

.feed .detail .byline .timeStamp::first-letter {
  text-transform: uppercase;
}

.feed .detail .detail-link-label {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 1.2rem;
}

.feed .detail .detail-link-label a {
  color: rgb(117, 117, 117);
  text-decoration: none;
}

.feed .detail .detail-link-label a:hover {
  text-decoration: underline;
}

.feed .detail .detail-link-label span {
  font-size: 1rem;
}

.feed .detail .imageMedia.leadmedia-story {
  display: block;
}

.feed .detail .imageMedia.leadmedia-story .placeholder {
  margin: 1rem 0px;
}

.feed .detail .imageMedia.leadmedia-story .placeholder img {
  aspect-ratio: 16 / 9;
}

@media (max-width: 640px) {
  .feed .leadmedia-story {
    margin-left: -16px;
    margin-right: -16px;
  }
}

@media (min-width: 641px) and (max-width: 960px) {
  .feed .leadmedia-story {
    margin-left: -16px;
    margin-right: -16px;
  }
}

.feed .heading-element {
  display: inline-block;
  line-height: 1.3;
  margin: 0px;
}

.feed .heading-element-h3 {
  font-size: 1.625rem;
  font-weight: 700;
}

@media (max-width: 600px) {
  .feed .heading-element-h3 {
    font-size: 1.5rem;
  }
}

.feed .label {
  background-color: transparent;
  color: rgb(84, 84, 84);
  font-size: 0.8rem;
  font-weight: 700;
}

.feed .label .labelText {
  text-transform: uppercase;
}

.feed .label.flag {
  background-color: rgb(255, 255, 255);
  color: rgb(84, 84, 84);
}

.feed .detail.detailBody :not(.card) .label {
  margin-left: 0px;
}

.feed .cardDiscovery .contentWrapper .card-content .label {
  margin-bottom: 0.5rem;
}

.feed .cardDiscovery.isTrending .card-content .label.flag {
  display: inline-flex;
}

.feed .newsTheme .label.flag .labelText {
  background-color: rgb(255, 255, 255);
  color: rgb(230, 5, 5);
}

@supports (display: grid) {
}

.feed
  .landingPlus
  .targetedAds
  input:first-of-type:not(:checked)
  ~ .visualSwitch
  .knob {
  left: 2em;
}

.feed .bannerFocus:focus-visible .winterOlympicsBrandBannerLogo {
  outline: rgb(255, 255, 255) dashed 2px;
  outline-offset: 8px;
}

.feed .story {
  color: rgb(34, 34, 34);
  font-size: 1rem;
  line-height: 150%;
}

.feed .story h2 {
  font-size: 1.625rem;
  line-height: 1.3;
}

@media (max-width: 640px) {
  .feed .story h2 {
    font-size: 1.5rem;
  }
}

.feed .story p {
  margin-bottom: 28px;
  margin-top: 0px;
}

.feed .story a {
  border-bottom: 1px solid rgb(216, 216, 216);
  color: rgb(5, 80, 200);
  text-decoration: none;
  transition: background-color 0.25s linear;
}

.feed .story a:focus,
.feed .story a:hover {
  background-color: rgb(216, 216, 216);
}

.feed .story .image {
  display: block;
  line-height: 0;
  position: relative;
}

.feed .story .image .placeholder {
  margin-bottom: 1rem;
}

.feed .story table {
  background-color: rgb(234, 234, 234);
  border-bottom: 1px solid rgb(203, 203, 203);
  border-top: 1px solid rgb(203, 203, 203);
  font-size: 0.857em;
}

.feed .story td {
  padding: 0.25rem;
}

@media (max-width: 640px) {
  .feed .story {
    font-size: 1rem;
    line-height: 1.625rem;
  }
  .feed .story p {
    margin-bottom: 28px;
  }
}

@media (min-width: 641px) and (max-width: 960px) {
  .feed .story {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .feed .story p {
    margin-bottom: 32px;
  }
}

.feed .verticalCardList.cardList {
  margin-top: 1rem;
}

.feed .verticalCardList.cardList .contentList .contentListCards {
  margin-left: 0px;
  margin-right: 0px;
}

.feed .verticalCardList.cardList .contentList .contentListCards .card {
  margin: 0px;
}

.feed .verticalCardList.cardList .contentList .contentListCards .card:hover {
  z-index: 50;
}

.feed
  .verticalCardList.cardList
  .contentList
  .contentListCards
  .card:not(:first-child) {
  border-top: none;
}

.feed .trendingList {
  -webkit-font-smoothing: antialiased;
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-flow: wrap;
  font-family: "Open Sans", sans-serif;
  list-style: none;
  padding: 0px;
}

.feed .trendingList-sidebar {
  margin-bottom: 1rem;
}

.feed .trendingList-sidebar .trendingList .listDisplay,
.feed .trendingList-sidebar .trendingList .verticalCardList {
  margin-top: 0px;
  width: 100%;
}

.feed .toggleSwitch input:not(:checked):hover + label {
  cursor: pointer;
  text-decoration: underline;
}

.feed .toggleSwitch input:not(:checked) + label {
  z-index: 1;
}

.feed .toggleSwitch input:first-of-type:not(:checked) ~ .visualSwitch .knob {
  left: 1.7em;
}

.feed .olympicSportsList .sportsName:not(:disabled):focus-within,
.feed .olympicSportsList .sportsName:not(:disabled):hover {
  outline: rgb(5, 80, 200) solid 3px;
}

.feed .newsTheme .card:focus,
.feed .newsTheme .card:hover {
  box-shadow: rgb(230, 5, 5) 0px 0px 0px 3px;
}

.feed .newsTheme .card .headline {
  font-family: "Stag Medium", Trebuchet;
  font-weight: 300;
}

.feed .newsTheme .card.cardDiscovery .contentWrapper .headline {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.feed .newsTheme .card.cardDiscovery:hover {
  box-shadow: none;
}

.feed .newsTheme .detail .detailHeadline {
  font-family: "Stag Medium", Trebuchet;
  font-weight: 300;
}

@media print {
  .feed .appContainer .comments,
  .feed .appContainer .viafoura {
    display: none;
  }
}

.heading-CuIgF {
  display: flex;
  flex: 1 1 0%;
}

.title-reUIw {
  -webkit-font-smoothing: antialiased;
  background-color: transparent;
  border-bottom: 1px solid rgb(0, 0, 0);
  color: rgb(0, 0, 0);
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.7em;
  margin-bottom: 0.5em;
  padding: 0px;
  text-transform: uppercase;
}

.comments-qSzEf .title-reUIw {
  margin-top: 11px;
}

.filter .checkbox:focus:not(:focus-visible) {
  outline: none;
}

.detail-link-label {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 1.2rem;
}

.detail-link-label a {
  color: rgb(117, 117, 117);
  text-decoration: none;
}

.detail-link-label a:hover {
  text-decoration: underline;
}

.detail-link-label span {
  font-size: 1rem;
}

.engagement-widgets {
  align-items: center;
  display: flex;
  height: 46px;
}

.engagement-widgets .share {
  margin-right: 18px;
  min-width: 206px;
}

@media (max-width: 749px) {
  .engagement-widgets .share {
    min-width: 160px;
  }
}

* {
  box-sizing: border-box;
}

body {
  font-family: Lato, sans-serif;
  overflow-x: hidden;
}

.flag {
  width: 20%;
}

td {
  width: 20%;
  border-bottom: 1px solid rgb(221, 221, 221);
  padding: 10px 0px;
}

p {
  margin: 0px;
}

.top__list {
  margin-bottom: 80px;
  padding-top: 12px;
  font-size: 18px;
}

.top__list .item .place {
  width: 240px;
}

@media screen and (max-width: 767px) {
  .top__list {
    margin-bottom: 35px;
  }
}

.top__list .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
}

.top__list .item .place {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 0;
}

.top__list .item .place__num {
  width: 36px;
  font-weight: 500;
}

.progress__info {
  font-size: 16px;
}

.top__list .item .place__avatar {
  width: 40px;
  margin-left: 7px;
}

.top__list .item .place__name {
  margin-left: 20px;
  font-size: 16px;
}

.top__list .item .progress {
  flex-grow: 1;
  margin-left: 20px;
}

.progress {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: none;
  box-shadow: none;
}

.progress__bar {
  display: block;
  height: 25px;
  width: 0px;
  margin-right: 20px;
  background-color: green;
  background-image: linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.1) 25%,
    transparent 25%,
    transparent 50%,
    rgba(0, 0, 0, 0.1) 50%,
    rgba(0, 0, 0, 0.1) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
  border-radius: 3px;
  animation: 2s linear 0s infinite normal none running progress-bar-stripes;
  transition: 0.8s ease-out;
  background-repeat: repeat;
}

@media screen and (max-width: 991px) {
  .top__list {
    font-size: 12px;
  }
  .top__list .item .place__num {
    width: 26px;
    font-size: 14px;
  }
  .top__list .item .place__name {
    margin-left: 20px;
  }
  .top__list .item .progress {
    margin-left: 10px;
  }
  .progress__info {
    font-size: 16px;
  }
  .top__list .item {
    flex-direction: column;
  }
  .top__list .item .place {
    width: 100% !important;
  }
  .progress {
    width: 100%;
    margin: 10px 0px;
  }
}

* {
  box-sizing: border-box;
}

body {
  font-family: Lato, sans-serif;
  overflow-x: hidden;
}

.flag {
  width: 20%;
}

td {
  width: 20%;
  border-bottom: 1px solid rgb(221, 221, 221);
  padding: 10px 0px;
}

p {
  margin: 0px;
}

.top__list {
  margin-bottom: 80px;
  padding-top: 12px;
  font-size: 18px;
}

.top__list .item .place {
  width: 240px;
}

@media screen and (max-width: 767px) {
  .top__list {
    margin-bottom: 35px;
  }
}

.top__list .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
}

.top__list .item .place {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 0;
}

.top__list .item .place__num {
  width: 36px;
  font-weight: 500;
}

.progress__info {
  font-size: 16px;
}

.top__list .item .place__avatar {
  width: 40px;
  margin-left: 7px;
}

.top__list .item .place__name {
  margin-left: 20px;
  font-size: 16px;
}

.top__list .item .progress {
  flex-grow: 1;
  margin-left: 20px;
}

.progress {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: none;
  box-shadow: none;
}

.progress__bar {
  display: block;
  height: 25px;
  width: 0px;
  margin-right: 20px;
  background-color: green;
  background-image: linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.1) 25%,
    transparent 25%,
    transparent 50%,
    rgba(0, 0, 0, 0.1) 50%,
    rgba(0, 0, 0, 0.1) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
  border-radius: 3px;
  animation: 2s linear 0s infinite normal none running progress-bar-stripes;
  transition: 0.8s ease-out;
  background-repeat: repeat;
}

@media screen and (max-width: 991px) {
  .top__list {
    font-size: 12px;
  }
  .top__list .item .place__num {
    width: 26px;
    font-size: 14px;
  }
  .top__list .item .place__name {
    margin-left: 20px;
  }
  .top__list .item .progress {
    margin-left: 10px;
  }
  .progress__info {
    font-size: 16px;
  }
  .top__list .item {
    flex-direction: column;
  }
  .top__list .item .place {
    width: 100% !important;
  }
  .progress {
    width: 100%;
    margin: 10px 0px;
  }
}

.fb--container label {
  cursor: pointer;
  color: rgb(102, 102, 102);
  font-weight: 700;
  vertical-align: middle;
}

.fb--container label input {
  font-weight: 400;
}

.fb--container textarea {
  max-width: 100%;
}

.fb--container button,
.fb--container input,
.fb--container label,
.fb--container td,
.fb--container textarea {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.fb--container a {
  color: rgb(54, 88, 153);
  cursor: pointer;
  text-decoration: none;
}

.fb--container button {
  margin: 0px;
}

.fb--container a:hover {
  text-decoration: underline;
}

.fb--container img {
  border: 0px;
}

.fb--container abbr {
  border-bottom: none;
  text-decoration: none;
}

.fb--container .clearfix::after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0px;
  height: 0px;
  line-height: 0;
  visibility: hidden;
}

.fb--container .clearfix {
  zoom: 1;
}

.fb--container ::-webkit-input-placeholder {
  color: rgb(144, 148, 156);
}

.fb--container :focus::-webkit-input-placeholder {
  color: rgb(190, 194, 201);
}

.fb--container ._42ft {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
}

.fb--container ._42ft:hover {
  text-decoration: none;
}

.fb--container ._42fr {
  cursor: default;
}

.fb--container .lfloat {
  float: left;
}

.fb--container .rfloat {
  float: right;
}

.fb--container .fss {
  font-size: 9px;
}

.fb--container .fsm {
  font-size: 12px;
}

.fb--container .fwn {
  font-weight: 400;
}

.fb--container .fcg {
  color: rgb(144, 148, 156);
}

.fb--container a._p {
  display: block;
}

.fb--container ._4jy0 {
  border: 1px solid;
  border-radius: 2px;
  box-sizing: content-box;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  padding: 0px 8px;
  position: relative;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
}

.fb--container ._4jy0::before {
  content: "";
  display: inline-block;
  height: 20px;
  vertical-align: middle;
}

.fb--container ._4jy0 .img {
  bottom: 1px;
  position: relative;
  vertical-align: middle;
}

.fb--container ._517h {
  background-color: rgb(246, 247, 249);
  border-color: rgb(206, 208, 212);
  color: rgb(75, 79, 86);
}

.fb--container ._517h:hover {
  background-color: rgb(233, 235, 238);
}

.fb--container ._517h:active {
  background-color: rgb(221, 223, 226);
  border-color: rgb(190, 194, 201);
}

.fb--container ._4jy1 {
  color: rgb(255, 255, 255);
}

.fb--container ._4jy1 {
  background-color: rgb(66, 103, 178);
  border-color: rgb(66, 103, 178);
}

.fb--container ._4jy1:hover {
  background-color: rgb(54, 88, 153);
  border-color: rgb(54, 88, 153);
}

.fb--container ._4jy1:active {
  background-color: rgb(41, 72, 125);
  border-color: rgb(41, 72, 125);
}

.fb--container ._4jy1._42fr {
  background-color: rgb(156, 180, 216);
  border-color: rgb(156, 180, 216);
}

.fb--container ._4jy3,
.fb--container ._4jy3._42fr:active {
  line-height: 22px;
}

.fb--container ._50f3 {
  font-size: 12px;
  line-height: 16px;
}

.fb--container ._50f7 {
  font-weight: 700;
}

.fb--container ._42ef {
  overflow: hidden;
}

.fb--container ._51mz {
  border: 0px;
  border-collapse: collapse;
  border-spacing: 0px;
}

.fb--container ._51mx:first-child > ._51m- {
  padding-top: 0px;
}

.fb--container ._51mx:last-child > ._51m- {
  padding-bottom: 0px;
}

.fb--container ._51mz ._51mw {
  padding-right: 0px;
}

.fb--container ._51mz ._51m-:first-child {
  padding-left: 0px;
}

.fb--container ._8o,
.fb--container ._8o .img {
  display: block;
}

.fb--container ._8r {
  margin-right: 5px;
}

.fb--container ._8s {
  margin-right: 8px;
}

.fb--container ._6a {
  display: inline-block;
}

.fb--container ._6b {
  vertical-align: middle;
}

.fb--container ._ohe {
  float: left;
}

.fb--container ._ohf {
  float: right;
}

.fb--container ._4qba {
  font-style: normal;
}

.fb--container ._3-8m {
  margin-bottom: 4px;
  margin-top: 4px;
}

.fb--container ._3-8y {
  margin-top: 12px;
}

.fb--container ._3-8_ {
  margin-right: 4px;
}

.fb--container ._3-96 {
  margin-bottom: 12px;
}

.fb--container ._3-99 {
  margin-left: 4px;
}

.fb--container ._2ph- {
  padding: 8px;
}

.fb--container ._2pi3 {
  padding-bottom: 8px;
  padding-top: 8px;
}

.fb--container ._2pi8 {
  padding-left: 8px;
  padding-right: 8px;
}

.fb--container ._2pis {
  padding-left: 8px;
}

.fb--container .sp_Zf93eLkohoS {
  display: inline-block;
  height: 12px;
  width: 12px;
}

.fb--container .sp_Zf93eLkohoS.sx_97c3ab {
  width: 14px;
  height: 14px;
  background-position: -19px -182px;
}

.fb--container ._2agf {
  overflow-wrap: normal;
}

.fb--container ._55pe {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}

.fb--container a.uiLinkSubtle {
  color: rgb(144, 148, 156);
}

.fb--container .uiInputLabel {
  position: relative;
}

.fb--container .uiInputLabelInput {
  margin: 0px;
  padding: 0px;
  position: absolute;
}

.fb--container .UFIInputContainer {
  position: relative;
}

.fb--container .UFICommentAttachmentButtons {
  bottom: 0px;
  height: 24px;
  position: absolute;
  right: 0px;
}

.fb--container .UFICommentActorName {
  font-weight: 700;
}

.fb--container ._5v47 {
  display: inline;
  white-space: nowrap;
}

.fb--container ._5uzb {
  padding-right: 3px;
}

.fb--container .sp_-J_-HgF_hOz {
  background-size: auto;
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  width: 16px;
}

.fb--container .sp_-J_-HgF_hOz.sx_0beb10 {
  width: 13px;
  height: 15px;
  background-position: 0px -713px;
}

.fb--container .sp_LOJ2j-KswDP {
  display: inline-block;
  height: 16px;
  width: 16px;
}

.fb--container .sp_LOJ2j-KswDP.sx_1e62d4 {
  width: 12px;
  height: 12px;
  background-position: -365px -220px;
}

.fb--container .sp_LOJ2j-KswDP.sx_32ff1f {
  width: 9px;
  height: 8px;
  background-position: -207px -196px;
}

.fb--container ._56q9 {
  font-size: 14px;
  line-height: 1.358;
  word-break: break-word;
  overflow-wrap: break-word;
}

.fb--container ._44ri {
  border-left: 1px dotted rgb(211, 214, 219);
}

.fb--container ._2vq9 {
  font-size: 12px;
  line-height: 1.358;
  padding-top: 2px;
}

.fb--container ._2vq9 a {
  color: rgb(66, 103, 178);
}

.fb--container ._2vq9 .livetimestamp,
.fb--container ._2vq9 .uiLinkSubtle {
  color: rgb(144, 148, 156);
}

.fb--container ._4iy4 {
  bottom: -2px;
  position: relative;
}

.fb--container ._4q1v {
  color: rgb(144, 148, 156);
  display: inline;
}

.fb--container ._4q1v a {
  color: rgb(144, 148, 156);
}

.fb--container ._5mdd {
  overflow-wrap: break-word;
}

.fb--container ._5mdd ._5v47 {
  font-size: 14px;
}

.fb--container ._5mdd a {
  color: rgb(66, 103, 178);
}

.fb--container ._2392 {
  margin-bottom: 24px;
}

.fb--container ._4uyl ._1cb {
  border: 1px solid rgb(211, 214, 219);
  overflow-wrap: break-word;
}

.fb--container ._1zz8 ._1u9t {
  min-height: 40px;
}

.fb--container ._1u9t {
  box-sizing: border-box;
  vertical-align: top;
  width: 100%;
}

.fb--container ._4uyl ._1u9t {
  font-size: 14px;
  padding: 12px 8px;
}

.fb--container ._5tr6 {
  background: rgb(246, 247, 249);
  text-align: right;
}

.fb--container ._5tr6 ._42fr:active,
.fb--container ._5tr6 button {
  font-size: 14px;
  white-space: normal;
}

.fb--container ._4uym {
  border-width: 0px 1px 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-color: rgb(211, 214, 219);
  border-bottom-color: rgb(211, 214, 219);
  border-left-color: rgb(211, 214, 219);
  border-image: initial;
  border-top-style: initial;
  border-top-color: initial;
}

.fb--container ._1u0n {
  line-height: 24px;
}

.fb--container ._5lm5 {
  border-top: 1px solid rgb(233, 235, 238);
  font-size: 11px;
}

.fb--container ._491z {
  border-bottom: 1px solid rgb(233, 235, 238);
  line-height: 25px;
  margin-bottom: 24px;
  padding: 8px 0px;
}

.fb--container ._pup {
  color: rgb(75, 79, 86);
}

.fb--container ._1ci {
  height: 48px;
  width: 48px;
}

.fb--container ._1cj {
  height: 36px;
  width: 36px;
}

.fb--container ._5yct {
  background-color: rgb(246, 247, 249);
  color: rgb(54, 88, 153);
}

.fb--container ._55sg {
  vertical-align: baseline;
}

.fb--container ._kv1 {
  position: relative;
}

.fb--container .uiInputLabelInput._kv1 {
  position: absolute;
}

.form {
  margin: 0px auto;
  border-radius: 12px;
  max-width: 500px;
  padding: 32px 24px;
  background-color: rgb(239, 248, 254);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 6px 0px;
}

.form__title {
  margin-bottom: 24px;
  color: rgb(0, 0, 0);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}

.butt2 {
  border: none;
  cursor: pointer;
  font-size: 18px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  background-color: rgba(198, 21, 21, 0.95);
  height: 53px;
  max-width: 564px;
  width: 100%;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  font-weight: 500;
  margin-top: 10px;
  padding: 10px 38px;
  position: relative;
  transition: 0.2s ease-in-out;
  box-shadow: rgba(134, 134, 134, 0.365) 10px 5px 5px;
  text-decoration: none !important;
}

.flare {
  position: absolute;
  top: 0;
  height: 100%;
  width: 25px;
  transform: skewX(-45deg);
  animation: flareAnimation;
  left: 80%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.4)
  );
  animation: flareAnimation 3s infinite linear;
}

@keyframes flareAnimation {
  0% {
    left: 10%;
  }
  100% {
    left: 80%;
  }
}

@media (max-width: 744px) {
  .form {
    padding: 6px;
  }
}

html {
  scroll-behavior: smooth;
}

#form {
  scroll-margin-top: 200px;
}
