@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/lato/lato-v24-latin-regular.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/lato/lato-v24-latin-700.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('/fonts/lato/lato-v24-latin-900.woff2') format('woff2');
  font-display: swap;
}


:root {
  --header-height: 80px;
}

/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
  box-sizing: border-box;
}

html {
  /* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
  font-family: 'Lato', system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.15; /* 1. Correct the line height in all browsers. */
  -webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */
  tab-size: 4; /* 3. Use a more readable tab size (opinionated). */
}

/*
Sections
========
*/
body {
  margin: 0; /* Remove the margin in all browsers. */
}

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

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
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;
}

/*
Tabular data
============
*/
/**
Correct table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  border-color: currentcolor;
}

/*
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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

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

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-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; /* 1 */
  font: inherit; /* 2 */
}

/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

@font-face {
  font-family: "icomoon";
  src: url("/fonts/icomoon/icomoon.woff?m406jz") format("woff"), url("/fonts/icomoon/icomoon.ttf?m406jz") format("truetype"), url("/fonts/icomoon/icomoon.svg?m406jz#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^=icomoon-], [class*=" icomoon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-check-rounded:before {
  content: "\e900";
}

.icomoon-clear-rounded:before {
  content: "\e901";
}

.icomoon-star:before {
  content: "\e902";
}

*,
*:hover,
*:focus,
*:active {
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  line-height: normal;
  transition: opacity 0.3s;
}
input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  line-height: normal;
  transition: opacity 0.3s;
}
input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder {
  line-height: normal;
  transition: opacity 0.3s;
}
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  line-height: normal;
  transition: opacity 0.3s;
}
input[type=text]:focus::-webkit-input-placeholder,
input[type=tel]:focus::-webkit-input-placeholder,
input[type=number]:focus::-webkit-input-placeholder,
input[type=email]:focus::-webkit-input-placeholder,
input[type=search]:focus::-webkit-input-placeholder,
input[type=password]:focus::-webkit-input-placeholder,
input[type=url]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
input[type=text]:focus::-moz-placeholder,
input[type=tel]:focus::-moz-placeholder,
input[type=number]:focus::-moz-placeholder,
input[type=email]:focus::-moz-placeholder,
input[type=search]:focus::-moz-placeholder,
input[type=password]:focus::-moz-placeholder,
input[type=url]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 1;
  opacity: 0;
}
input[type=text]:focus:-moz-placeholder,
input[type=tel]:focus:-moz-placeholder,
input[type=number]:focus:-moz-placeholder,
input[type=email]:focus:-moz-placeholder,
input[type=search]:focus:-moz-placeholder,
input[type=password]:focus:-moz-placeholder,
input[type=url]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0;
}
input[type=text]:focus:-ms-input-placeholder,
input[type=tel]:focus:-ms-input-placeholder,
input[type=number]:focus:-ms-input-placeholder,
input[type=email]:focus:-ms-input-placeholder,
input[type=search]:focus:-ms-input-placeholder,
input[type=password]:focus:-ms-input-placeholder,
input[type=url]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
input[type=text]:disabled,
input[type=tel]:disabled,
input[type=number]:disabled,
input[type=email]:disabled,
input[type=search]:disabled,
input[type=password]:disabled,
input[type=url]:disabled,
textarea:disabled {
  opacity: 1;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

textarea {
  overflow: hidden auto;
  resize: none;
}

::-ms-clear {
  display: none;
}

#detach-button-host {
  display: none !important;
}

a[href*="mailto:"] {
  word-wrap: break-word;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

strong {
  font-weight: 700;
}

hr {
  height: 1px;
  margin: 20px 0;
  background-color: #CCCCCC;
  border: none;
}

body {
  min-width: 320px;
  color: #121212;
  font-weight: 400;
  font-size: 1.063rem;
  font-family: "Lato", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.5;
  background-color: #FFFFFF;
}

.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}

.main {
  flex-grow: 1;
  padding-top: 0;
  overflow: hidden;
}

a {
  color: #0756B1;
  text-decoration: none;
}
a:hover {
  color: rgb(8.9402173913, 109.8369565217, 226.0597826087);
  text-decoration: none;
}

::selection {
  color: #FFFFFF;
  background-color: #F8A12C;
}

.bg-primary ::selection {
  color: #FFFFFF;
  background-color: #DDDDDD;
}

.text-block > *:last-child,
.remove-last-child-margin > *:last-child {
  margin-bottom: 0 !important;
}
.text-block.row > *.col:last-child > *, .text-block.row > *[class^=col-]:last-child > *,
.remove-last-child-margin.row > *.col:last-child > *,
.remove-last-child-margin.row > *[class^=col-]:last-child > * {
  margin-bottom: 0 !important;
}

.text-xs {
  font-size: 0.75rem !important;
  line-height: 1.5 !important;
}

.text-sm {
  font-size: 1rem !important;
  line-height: 1.5 !important;
}

.text-lg {
  font-size: 1.25rem !important;
  line-height: 1.5 !important;
}

/* lighthouse fix */
:where(h1) {
  font-size: 2em;
  margin-block: 0.67em;
}
/* lighthouse fix */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-bottom: 1.25rem;
  color: inherit;
  font-weight: 700;
  line-height: 1.4;
}

h1,
.h1,
section-hero h1,
.section-hero h1 {
  font-size: 1.75rem; /* fallback baseline */
  font-size: calc(1.35rem + 1.2vw);
  font-weight: 900;
}
@media (min-width: 1200px) {
  h1,
  .h1,
  section-hero h1,
  .section-hero h1 {
    font-size: 2.25rem;
  }
}

h2,
.h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 2rem;
  }
}

h3,
.h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 1.75rem;
  }
}
@media (max-width: 400px) {
  h3,
  .h3 {
    font-size: calc(1.125rem + 0.6vw);
  }
}

h4,
.h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 575.98px) {
  h4,
  .h4 {
    font-size: 1.25rem;
  }
}

h5,
.h5 {
  font-size: calc(1.25rem + 0.1vw);
}
@media (min-width: 1200px) {
  h5,
  .h5 {
    font-size: 1.375rem;
  }
}

h6,
.h6 {
  font-size: 1rem;
}

p {
  margin-bottom: 1.5rem;
}

.text-with-check {
  position: relative;
  padding-left: 2em;
}
.text-with-check:before {
  position: absolute;
  top: 0.15em;
  left: 0;
  display: inline-flex;
  color: #009E07;
  font-size: 1.2em;
  font-family: "icomoon";
  line-height: 1;
  content: "\e900";
}

.text-with-cross {
  position: relative;
  padding-left: 2em;
}
.text-with-cross:before {
  position: absolute;
  top: 0.15em;
  left: 0;
  display: inline-flex;
  color: #D1031C;
  font-size: 1.2em;
  font-family: "icomoon";
  line-height: 1;
  content: "\e901";
}

.container {
  width: 100%;
  max-width: calc(1140px + 2rem);
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.container-sm {
  width: 100%;
  max-width: calc(800px + 1.25rem);
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.container-fluid {
  width: 100%;
  max-width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}

.of-contain {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.of-cover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-scrollbar::-webkit-scrollbar-button, html::-webkit-scrollbar-button {
  width: 100%;
  height: 0;
  background-image: url("");
  background-repeat: no-repeat;
}
.custom-scrollbar::-webkit-scrollbar-track, html::-webkit-scrollbar-track {
  background-color: #DDDDDD;
}
.custom-scrollbar::-webkit-scrollbar-track:active, html::-webkit-scrollbar-track:active {
  background-color: rgb(233.75, 233.75, 233.75);
}
.custom-scrollbar::-webkit-scrollbar-thumb, html::-webkit-scrollbar-thumb {
  background-color: #121212;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0;
}
.custom-scrollbar::-webkit-scrollbar-thumb:hover, html::-webkit-scrollbar-thumb:hover {
  background-color: rgb(30.75, 30.75, 30.75);
}
.custom-scrollbar::-webkit-scrollbar-thumb:active, html::-webkit-scrollbar-thumb:active {
  background-color: rgb(5.25, 5.25, 5.25);
}
.custom-scrollbar::-webkit-scrollbar-thumb:vertical, html::-webkit-scrollbar-thumb:vertical {
  background-image: 8px;
}
.custom-scrollbar::-webkit-resizer, html::-webkit-resizer {
  width: 8px;
  height: 8px;
  background-color: #DDDDDD;
  background-image: url("");
  background-repeat: no-repeat;
}
.custom-scrollbar::-webkit-scrollbar, html::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .custom-scrollbar, html {
    scrollbar-face-color: #121212;
    scrollbar-track-color: #DDDDDD;
    scrollbar-shadow-color: #121212;
    scrollbar-arrow-color: #121212;
  }
}
@supports (-moz-appearance: none) {
  .custom-scrollbar, html {
    scrollbar-width: auto;
    scrollbar-color: #121212 #DDDDDD;
  }
}

.p-0 {
  padding: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

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

.text-end {
  text-align: right !important;
}

.d-none {
  display: none !important;
}

@media only screen and (min-width: 576px) {
  .d-sm-flex {
    display: flex !important;
  }
}

.d-flex {
  display: flex !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.align-items-center {
  align-items: center !important;
}

.justify-content-center {
  justify-content: center !important;
}

.lh-1 {
  line-height: 1 !important;
}

.w-100 {
  width: 100% !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-blue {
  color: #0756B1 !important;
}

.text-green {
  color: #009E07 !important;
}

.text-red {
  color: #D1031C !important;
}

.two-columns-text {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0px;
}

@media only screen and (min-width: 700px) {
  .two-columns-text {
    grid-template-columns: 1fr 1fr;
  }
}

.two-columns-text li {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-left: 2em;
}


.footer {
  padding: 10px 0;
  background-color: #2C384A;
  border-top: 1px solid #DDDDDD;
  color: #d1d6da;
}
.footer__top-content {
  margin-bottom: 20px;
}
.footer__row {
  --gutter-x: 2rem;
  --gutter-y: 16px;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--gutter-y));
  margin-right: calc(-0.5 * var(--gutter-x));
  margin-left: calc(-0.5 * var(--gutter-x));
}
.footer__left-col {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  margin-top: var(--gutter-y);
  padding-right: calc(var(--gutter-x) * 0.5);
  padding-left: calc(var(--gutter-x) * 0.5);
  flex: 0 0 auto;
  width: 50%;
}
.footer__right-col {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  margin-top: var(--gutter-y);
  padding-right: calc(var(--gutter-x) * 0.5);
  padding-left: calc(var(--gutter-x) * 0.5);
  flex: 0 0 auto;
  width: 50%;
}
.footer__logo {
  display: inline-flex;
  width: 100%;
  max-width: 138px;
}

.header {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  max-height: 60px;
  min-height: 60px;
  padding: 0.625rem;
  background-color: #2C384A;
  border-bottom: 1px solid #DDDDDD;
}
.header__row {
  --gutter-x: 2rem;
  --gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--gutter-y));
  margin-right: calc(-0.5 * var(--gutter-x));
  margin-left: calc(-0.5 * var(--gutter-x));
  align-items: center;
}
.header__left-col {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  margin-top: var(--gutter-y);
  padding-right: calc(var(--gutter-x) * 0.5);
  padding-left: 0;
  flex: 0 0 auto;
  width: 50%;
  display: flex;
}
.header__right-col {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  margin-top: var(--gutter-y);
  padding-right: 0;
  padding-left: calc(var(--gutter-x) * 0.5);
  flex: 0 0 auto;
  width: 50%;
  text-align: right;
  color: #d1d6da;
}
.header__logo {
  display: inline-flex;
  width: 100%;
  max-width: 138px;
}

.attention-block {
  margin-bottom: 20px;
  padding: 8px;
  font-style: normal;
  background-color: #E8F3FF;
  border-radius: 8px;
  border-left: 4px solid #0756B1;
  border-radius: 8px;
}
.attention-block > *:last-child {
  margin-bottom: 0 !important;
}

.author-block {
  margin-bottom: 20px;
  padding: 8px;
  background-color: #E8F3FF;
  border-radius: 8px;
}
.author-block__row {
  --gutter-x: 12px;
  --gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--gutter-y));
  margin-right: calc(-0.5 * var(--gutter-x));
  margin-left: calc(-0.5 * var(--gutter-x));
}
.author-block__left-col {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  margin-top: var(--gutter-y);
  padding-right: calc(var(--gutter-x) * 0.5);
  padding-left: calc(var(--gutter-x) * 0.5);
  flex: 0 0 auto;
  width: auto;
}
.author-block__right-col {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  margin-top: var(--gutter-y);
  padding-right: calc(var(--gutter-x) * 0.5);
  padding-left: calc(var(--gutter-x) * 0.5);
  flex: 1 1 0;
  max-width: 100%;
}
.author-block__avatar {
  width: 72px;
  height: 72px;
  position: relative;
  overflow: hidden;
  border-radius: 50rem;
}
@media only screen and (max-width: 575.98px) {
    .author-block__avatar {
      width: 64px;
      height: 64px;
    }  
    .author-block__right-col p {
      font-size: 0.875rem !important;
    }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-transform: uppercase;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.btn:not(.btn-sm, .btn-lg) {
  min-height: 52px;
  padding: 8px 20px;
  font-size: 18px;
  line-height: 1.4;
  border-radius: 8px;
}
.btn-primary {
  color: #121212;
  background-color: #F8A12C;
  border-color: #F8A12C;
}
.btn-primary:hover {
  color: #121212;
  background-color: rgb(233.2614678899, 137.0825688073, 7.7385321101);
  border-color: rgb(233.2614678899, 137.0825688073, 7.7385321101);
}

.content-img {
  position: relative;
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 8px;
  transition: opacity 0.3s ease-in-out;
}
.content-img:before {
  position: relative;
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.625%;
}
.content-img.promotion-img:before {
  position: relative;
  display: block;
  content: "";
  width: 100%;
  padding-top: 52.5%;
}
.content-img[href]:hover {
  opacity: 0.8;
}

.evaluation-item {
  margin-bottom: 20px;
}
.evaluation-item__row {
  --gutter-x: 8px;
  --gutter-y: 4px;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--gutter-y));
  margin-right: calc(-0.5 * var(--gutter-x));
  margin-left: calc(-0.5 * var(--gutter-x));
  align-items: center;
}
@media only screen and (min-width: 620px) {
  .evaluation-item__row {
    --gutter-x: 20px;
    --gutter-y: 4px;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--gutter-y));
    margin-right: calc(-0.5 * var(--gutter-x));
    margin-left: calc(-0.5 * var(--gutter-x));
  }
}
.evaluation-item__title-col {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  margin-top: var(--gutter-y);
  padding-right: calc(var(--gutter-x) * 0.5);
  padding-left: calc(var(--gutter-x) * 0.5);
  flex: 0 0 auto;
  width: 100%;
}
@media only screen and (min-width: 620px) {
  .evaluation-item__title-col {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
}
.evaluation-item__progress-col {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  margin-top: var(--gutter-y);
  padding-right: calc(var(--gutter-x) * 0.5);
  padding-left: calc(var(--gutter-x) * 0.5);
  flex: 1 1 0;
  max-width: 100%;
}
.evaluation-item__value-col {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  margin-top: var(--gutter-y);
  padding-right: calc(var(--gutter-x) * 0.5);
  padding-left: calc(var(--gutter-x) * 0.5);
  flex: 0 0 auto;
  width: auto;
}

.lazy {
  opacity: 0;
}
.lazy:not(.initial) {
  transition: opacity 1s;
}
.lazy.initial, .lazy.loaded, .lazy.error {
  opacity: 1;
}

img:not([src], [srcset]) {
  visibility: hidden;
}

.link-dark {
  color: #121212;
  transition: color 0.3s ease-in-out;
}
.link-dark:hover {
  color: #F8A12C;
}

.link-light {
  color: #d1d6da;
  transition: color 0.3s ease-in-out;
}

.list-with-check {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px !important;
}
.list-with-check.blue li:before {
  color: #0756B1;
}
.list-with-check.red li:before {
  color: #D1031C;
}
.list-with-check.green li:before {
  color: #009E07;
}
.list-with-check li {
  position: relative;
  padding-left: 2em;
}
.list-with-check li:not(:last-child) {
  margin-bottom: 10px;
}
.list-with-check li:before {
  position: absolute;
  top: -0.1em;
  left: 0;
  font-size: 1.2em;
  font-family: "icomoon";
  content: "\e900";
}
.list-with-cross {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px !important;
}
.list-with-cross.blue li:before {
  color: #0756B1;
}
.list-with-cross.red li:before {
  color: #D1031C;
}
.list-with-cross.green li:before {
  color: #009E07;
}
.list-with-cross li {
  position: relative;
  padding-left: 2em;
}
.list-with-cross li:not(:last-child) {
  margin-bottom: 10px;
}
.list-with-cross li:before {
  position: absolute;
  top: -0.1em;
  left: 0;
  font-size: 1.2em;
  font-family: "icomoon";
  content: "\e901";
}

.notice-block {
  margin-bottom: 20px;
  padding: 16px;
  border-style: solid;
  border-width: 2px;
  border-radius: 10px;
}
.notice-block > *:last-child {
  margin-bottom: 0 !important;
}
.notice-block.success {
  background-color: #E4FFDD;
  border-color: #009E07;
}
.notice-block.danger {
  background-color: #FFE1E1;
  border-color: #D1031C;
}

.progress {
  position: relative;
  height: 20px;
  background-color: #DDDDDD;
  border-radius: 2px;
}
.progress__bar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  background-color: #009E07;
  border-radius: 2px;
}

.promotion-block {
  margin-bottom: 20px;
  padding: 8px;
  background-color: #E8F3FF;
  border-radius: 8px;
}
.promotion-block.one-column-on-mobile .promotion-block__narrow-col {
  flex: 0 0 auto;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .promotion-block.one-column-on-mobile .promotion-block__narrow-col {
    flex: 0 0 auto;
    width: 40%;
  }
}
.promotion-block.one-column-on-mobile .promotion-block__wide-col {
  flex: 0 0 auto;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .promotion-block.one-column-on-mobile .promotion-block__wide-col {
    flex: 0 0 auto;
    width: 60%;
  }
}
.promotion-block:not(.one-column-on-mobile) .promotion-block__narrow-col {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.promotion-block:not(.one-column-on-mobile) .promotion-block__wide-col {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.promotion-block__row {
  --gutter-x: 8px;
  --gutter-y: 8px;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--gutter-y));
  margin-right: calc(-0.5 * var(--gutter-x));
  margin-left: calc(-0.5 * var(--gutter-x));
}
.promotion-block__narrow-col {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  margin-top: var(--gutter-y);
  padding-right: calc(var(--gutter-x) * 0.5);
  padding-left: calc(var(--gutter-x) * 0.5);
  display: flex;
  flex-direction: column;
}
.promotion-block__wide-col {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  margin-top: var(--gutter-y);
  padding-right: calc(var(--gutter-x) * 0.5);
  padding-left: calc(var(--gutter-x) * 0.5);
  display: flex;
  flex-direction: column;
}
.promotion-block__full-with-col {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  margin-top: var(--gutter-y);
  padding-right: calc(var(--gutter-x) * 0.5);
  padding-left: calc(var(--gutter-x) * 0.5);
  flex: 0 0 auto;
  width: 100%;
}
.promotion-block__content {
  padding: 8px;
  overflow: hidden;
  background-color: #FFFFFF;
  border-radius: 8px;
}
@media only screen and (min-width: 576px) {
  .promotion-block__content {
    padding: 8px;
  }
}
.promotion-block__content:not(:last-child) {
  margin-bottom: 8px;
}
.promotion-block__content > *:last-child {
  margin-bottom: 0 !important;
}
.promotion-block__content.centered {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 575.98px) {
  .promotion-block__content h4 {
    margin-bottom: 8px;
  }
}
.promotion-block__img {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  transition: opacity 0.3s ease-in-out;
}
.promotion-block__img:before {
  position: relative;
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.promotion-block__img:hover {
  opacity: 0.8;
}
.promotion-block__content.flex-grow-1 {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.promotion-block__content.flex-grow-1 ul {
  flex-grow: 1;
}

.promotion-block__content.flex-grow-1 a.btn {
  margin-top: auto;
}

.promotion-block__content.flex-grow-1 h3.text-center.lh-1 {
    line-height: 2rem !important;
}

.product-grade {
  font-size: 2rem;
}

.section-hero {
  padding: calc(1.375rem + 1.5vw) 0 0 0;
  min-height: 600px;
}
@media (min-width: 1200px) {
  .section-hero {
    padding: 2.5rem 0 0 0;
    min-height: 600px;
  }
}

.section {
  padding: 0 0 calc(1.375rem + 1.5vw) 0;
}
@media (min-width: 1200px) {
  .section {
    padding: 0 0 2.5rem 0;
  }
}

.star-rating {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-flex;
  margin-bottom: 10px;
  color: #DDDDDD;
  font-size: 16px;
}
@media only screen and (min-width: 576px) {
  .star-rating {
    font-size: 24px;
  }
}
.star-rating__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  overflow: hidden;
}
.star-rating__overlay:before {
  display: flex;
  color: #F8A12C;
  font-family: "icomoon";
  line-height: 1;
  content: "\e902\e902\e902\e902\e902";
}
.star-rating li {
  display: inline-flex;
}
