@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
  font-family: 'Stolzl';
  src: url('../fonts/Stolzl-Light.eot');
  src: local('../fonts/Stolzl Light'), local('Stolzl-Light'),
    url('../fonts/Stolzl-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Stolzl-Light.woff2') format('woff2'),
    url('../fonts/Stolzl-Light.woff') format('woff'),
    url('../fonts/Stolzl-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Stolzl';
  src: url('../fonts/Stolzl-Thin.eot');
  src: local('../fonts/Stolzl Thin'), local('Stolzl-Thin'),
    url('../fonts/Stolzl-Thin.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Stolzl-Thin.woff2') format('woff2'),
    url('../fonts/Stolzl-Thin.woff') format('woff'),
    url('../fonts/Stolzl-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Stolzl Book';
  src: url('../fonts/Stolzl-Book.eot');
  src: local('../fonts/Stolzl Book'), local('Stolzl-Book'),
    url('../fonts/Stolzl-Book.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Stolzl-Book.woff2') format('woff2'),
    url('../fonts/Stolzl-Book.woff') format('woff'),
    url('../fonts/Stolzl-Book.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Stolzl';
  src: url('../fonts/Stolzl-Regular.eot');
  src: local('../fonts/Stolzl Regular'), local('Stolzl-Regular'),
    url('../fonts/Stolzl-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Stolzl-Regular.woff2') format('woff2'),
    url('../fonts/Stolzl-Regular.woff') format('woff'),
    url('../fonts/Stolzl-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Stolzl';
  src: url('../fonts/Stolzl-Bold.eot');
  src: local('../fonts/Stolzl Bold'), local('Stolzl-Bold'),
    url('../fonts/Stolzl-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Stolzl-Bold.woff2') format('woff2'),
    url('../fonts/Stolzl-Bold.woff') format('woff'),
    url('../fonts/Stolzl-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Stolzl';
  src: url('../fonts/Stolzl-Medium.eot');
  src: local('../fonts/Stolzl Medium'), local('Stolzl-Medium'),
    url('../fonts/Stolzl-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Stolzl-Medium.woff2') format('woff2'),
    url('../fonts/Stolzl-Medium.woff') format('woff'),
    url('../fonts/Stolzl-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

input[type='search'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

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

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

a:hover {
  cursor: pointer;
  text-decoration: none;
}

button {
  cursor: pointer;
}

/*------------------------------------*\
  Medias start
\*------------------------------------*/
/*------------------------------------*\
Commons
\*------------------------------------*/
/*------------------------------------*\
    Commons end
  \*------------------------------------*/
html,
body {
  font-family: 'Lato';
  box-sizing: border-box !important;
}

*:focus {
  outline: none !important;
}

.container {
  max-width: 1232px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.home-main-header {
  padding-top: 24px;
  background: #edf1fe;
}
.home-main-header .logo-box a {
  display: flex;
  align-items: center;
}
.home-main-header .logo-box a h1 {
  margin-left: 12px;
  color: #000;
  font-family: 'Stolzl';
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.48px;
}
.home-main-header .logo-box a h1 span {
  color: rgba(0, 0, 0, 0.6);
}

.header-btn {
  color: #2a446e;
  font-family: 'Stolzl';
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  background: rgba(42, 68, 110, 0.1);
  padding: 14px 18px;
}
.header-btn:hover {
  color: #2a446e;
  opacity: 0.8;
  transition: 0.3s;
}
.header-btn img {
  margin-right: 12px;
}

.footer-top {
  padding-top: 32px;
  padding-bottom: 32px;
  background: rgba(33, 33, 33, 0.05);
}

.footer-left p {
  color: rgba(29, 32, 38, 0.6);
  font-family: 'Lato';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.32px;
}

.footer-right p {
  color: rgba(29, 32, 38, 0.6);
  text-align: right;
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.32px;
}
@media (max-width: 959px) {
  .footer-right p {
    text-align: left;
  }
}
.footer-right p a {
  color: #1d2026;
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.32px;
  text-decoration-line: underline;
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
}
.footer-right p a:hover {
  color: #2a446e;
  transition: 0.3s;
}
.footer-right figure {
  text-align: right;
  margin-bottom: 16px;
}
@media (max-width: 959px) {
  .footer-right figure {
    text-align: left;
  }
}

.footer-bottom {
  padding-top: 24px;
  padding-bottom: 24px;
  background: #212121;
}
.footer-bottom p {
  text-align: center;
  color: #fff;
  text-align: center;
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.32px;
}

.home-section-1 {
  background: #edf1fe;
}

.home-section-1 .container {
  background-image: url(../img/hero-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  padding-bottom: 56px;
  padding-top: 56px;
}
@media (max-width: 1199px) {
  .home-section-1 .container {
    background-image: none;
  }
}
.home-section-1 h1 {
  color: #212121;
  font-family: 'Stolzl';
  font-size: 48px;
  font-weight: 400;
  line-height: 133.333%;
  letter-spacing: -0.96px;
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .home-section-1 h1 {
    font-size: 32px;
  }
}
@media (max-width: 640px) {
  .home-section-1 h1 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .home-section-1 h1 {
    font-size: 20px;
  }
}
.home-section-1 h1 span {
  color: rgba(33, 33, 33, 0.6);
}
.home-section-1 > .container > p {
  color: #424242;
  text-align: center;
  font-family: 'Stolzl';
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  max-width: 588px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}
@media (max-width: 640px) {
  .home-section-1 > .container > p {
    font-size: 14px;
  }
}
.home-section-1 .btn-box {
  margin-bottom: 24px;
}

.home-section-2 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.home-section-2 .title {
  color: rgba(66, 66, 66, 0.6);
  text-align: center;
  font-family: 'Stolzl';
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 16px;
}
.home-section-2 .small-title {
  color: #212121;
  text-align: center;
  font-family: 'Stolzl';
  font-size: 36px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.72px;
  margin-bottom: 32px;
}
@media (max-width: 640px) {
  .home-section-2 .small-title {
    font-size: 28px;
    margin-bottom: 28px;
  }
}
.home-section-2 .show-more {
  all: unset;
  cursor: pointer;
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #000;
  font-family: 'Stolzl';
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.36px;
  text-decoration-line: underline;
}
.home-section-2 .show-more:hover {
  color: #2a446e;
  transition: 0.3s;
}

.home-section-3 {
  padding-top: 52px;
  padding-bottom: 80px;
  background: rgba(33, 33, 33, 0.05);
}
.home-section-3 .title {
  color: #212121;
  text-align: center;
  font-family: 'Stolzl';
  font-size: 36px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.72px;
  margin-bottom: 64px;
}
@media (max-width: 640px) {
  .home-section-3 .title {
    font-size: 32px;
  }
}
.home-section-3 .uk-grid {
  margin-left: -177px;
}
.home-section-3 .uk-grid > * {
  padding-left: 177px;
  position: relative;
}
@media (max-width: 1199px) {
  .home-section-3 .uk-grid > *.uk-grid-margin {
    margin-top: 52px;
  }
}
.home-section-3 .uk-grid > *:first-child .line {
  display: none;
}
.home-section-3 .card {
  text-align: center;
}
.home-section-3 .line {
  position: absolute;
  width: 271px;
  top: 8px;
}
@media (max-width: 1199px) {
  .home-section-3 .line {
    display: none;
  }
}
.home-section-3 .line-1 {
  left: -16px;
}
.home-section-3 .line-2 {
  right: -194px;
}
.home-section-3 .title-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .home-section-3 .title-box {
    margin-bottom: 20px;
  }
}
.home-section-3 .title-box svg {
  min-width: 29px;
  min-height: 29px;
  margin-right: 12px;
}
.home-section-3 .small-title {
  color: var(--Style, #1d2026);
  font-family: 'Lato';
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.48px;
}
.home-section-3 p {
  color: rgba(29, 32, 38, 0.6);
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.32px;
}
@media (max-width: 1199px) {
  .home-section-3 p {
    max-width: 282px;
    margin-left: auto;
    margin-right: auto;
  }
}

.home-section-4 {
  padding-top: 80px;
  padding-bottom: 120px;
}
.home-section-4 .container {
  max-width: 585px;
}
.home-section-4 li {
  text-align: center;
}
.home-section-4 p {
  color: #212121;
  font-family: 'Stolzl';
  font-size: 36px;
  line-height: normal;
  letter-spacing: -0.72px;
  margin-bottom: 12px;
}
.home-section-4 .title {
  color: rgba(33, 33, 33, 0.6);
  font-family: 'Stolzl';
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
}
.home-section-4 .uk-grid {
  margin-left: -116px;
}
.home-section-4 .uk-grid > * {
  padding-left: 116px;
}

.section-5 .title {
  color: #212121;
  text-align: center;
  font-family: 'Stolzl';
  font-size: 48px;
  font-weight: 400;
  line-height: 134%;
  letter-spacing: -0.96px;
  margin-bottom: 40px;
}
@media (max-width: 640px) {
  .section-5 .title {
    font-size: 32px;
  }
}

.btn-box {
  text-align: center;
  margin-bottom: 120px;
}

.btn {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-family: 'Stolzl';
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.36px;
  padding: 20px 40px;
  border-radius: 4px;
  background: #2a446e;
}
@media (max-width: 640px) {
  .btn {
    font-size: 15px;
    padding: 20px;
  }
}
.btn:hover {
  color: #fff;
  opacity: 0.8;
  transition: 0.3s;
}
.btn img {
  margin-right: 12px;
  margin-top: -2px;
}

.review-grid {
  margin-left: -24px;
  margin-bottom: 52px;
}
.review-grid > * {
  padding-left: 24px;
}
.review-grid > *.uk-grid-margin {
  margin-top: 24px;
}

.review-card {
  border-radius: 4px;
  border: 1px solid rgba(33, 33, 33, 0.1);
  background: #fff;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.review-card h2 {
  color: var(--Style, #212121);
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.36px;
}
.review-card .review-card-top {
  min-height: 246px;
  padding-bottom: 32px;
}
@media (max-width: 959px) {
  .review-card .review-card-top {
    min-height: auto;
  }
}
.review-card .review-card-top svg {
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
}

.review-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid rgba(33, 33, 33, 0.1);
}
@media (max-width: 640px) {
  .review-card-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

.review-card-bottom-left {
  display: flex;
  align-items: center;
}
@media (max-width: 640px) {
  .review-card-bottom-left {
    margin-bottom: 16px;
  }
}
.review-card-bottom-left figure {
  margin-right: 12px;
}
.review-card-bottom-left figure img {
  width: 40px;
  height: auto;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 40px;
  max-height: 40px;
}
.review-card-bottom-left h3 {
  color: #212121;
  font-family: 'Stolzl';
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
  margin-bottom: 4px;
}
.review-card-bottom-left time {
  display: block;
  color: rgba(33, 33, 33, 0.6);
  font-family: 'Stolzl';
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.24px;
}

.hero-bottom {
  margin-bottom: 36px;
  max-width: 368px;
}
@media (max-width: 640px) {
  .hero-bottom {
    flex-direction: column;
  }
}
.hero-bottom p {
  color: #212121;
  font-family: 'Stolzl';
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
}
.hero-bottom svg {
  margin-right: 6px;
  width: 23px;
  height: 23px;
  min-width: 23px;
  min-height: 23px;
}

.hero-top {
  max-width: 368px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}
@media (max-width: 640px) {
  .hero-top > .uk-flex {
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  .hero-top > .uk-flex > * {
    margin-bottom: 8px;
  }
  .hero-top > .uk-flex > *:last-child {
    margin-bottom: 0;
  }
}
.hero-top span {
  color: rgba(33, 33, 33, 0.6);
  font-family: 'Stolzl';
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
}
.hero-top p {
  color: #212121;
  font-family: 'Stolzl';
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
} /*# sourceMappingURL=main.css.map */

/* brand section 1  */
.brand-section-1 {
  background-color: transparent;
}

.brand-section-1 .container {
  position: relative;
  padding-bottom: 56px;
  padding-top: 56px;
  background-image: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.brand-section-1 .container {
  h1 {
    max-width: 700px;
  }
}

.background {
  @media (max-width: 1200px) {
    display: none;
  }
}
.decor1 {
  user-select: none;
  position: absolute;
  right: 0;
  top: 119px;
}
.decor2 {
  right: 20px;
  top: 357px;
  user-select: none;
  position: absolute;
}
.decor3 {
  right: 250px;
  bottom: 115px;
  user-select: none;
  position: absolute;
}
.decor4 {
  left: 0;
  top: 50px;
  user-select: none;
  position: absolute;
}
.decor5 {
  left: 150px;
  top: 280px;
  user-select: none;
  position: absolute;
}
.decor6 {
  left: 250px;
  bottom: 100px;
  user-select: none;
  position: absolute;
}
.decor7 {
  left: 50px;
  top: 380px;
  position: absolute;
  user-select: none;
}
.decor8 {
  left: 150px;
  top: 450px;
  position: absolute;
  user-select: none;
}
.decor9 {
  right: 220px;
  top: 300px;
  position: absolute;
  user-select: none;
}
.btn-box1 {
  margin-bottom: 0;
  text-align: center;
}
.btn-box1 .btn {
  background-color: rgba(42, 68, 110, 0.1);
  color: rgba(42, 68, 110, 1);
}

/* brand1 */
* {
  box-sizing: border-box;
}

.brand1-bg {
  box-sizing: border-box;
  padding: 32px 120px 0 120px;
  background: rgba(244, 244, 244, 1);

  @media (max-width: 1200px) {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.brand1-bg {
  @media (max-width: 650px) {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.brand1-logo {
  margin: 0 auto;
  margin-bottom: 32px;
  width: fit-content;

  a {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Stolzl';
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: -0.02em;
    text-align: center;
  }
}

.brand1 {
  max-width: 1200px;
  margin: 0 auto;
  background-color: white;
}

.brand-hero {
  max-width: unset;
}

.brand-hero div {
  display: flex;
  gap: 0 8px;
}

.brand1-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding: 0 120px;

  @media (max-width: 1200px) {
    flex-direction: column-reverse;
    gap: 50px;
  }
}

.brand1-banner {
  width: 419px;

  @media (max-width: 1340px) {
    width: 300px;
  }
}

.brand1-banner {
  @media (max-width: 1200px) {
    width: 419px;
  }
}

.brand1-banner {
  @media (max-width: 700px) {
    width: 350px;
  }
}

.brand1-span {
  color: #0b57d0 !important;
}

.brand1-span1 {
  color: #146c2e !important;
}

.brand1-box .hero-top {
  max-width: unset;
}

.brand1-box .hero-top div {
  display: flex;
  gap: 0 5px;
}

.brand1-box .btn-box {
  max-width: 367px;
  width: 100%;

  a {
    width: 100%;
  }
}

.brand-section-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
  gap: 50px;

  @media (max-width: 1200px) {
    flex-direction: column;
  }
}

.brand-section3-box {
  width: 370px;
  display: flex;
  flex-direction: column;
  gap: 32px;

  h2 {
    font-family: 'Stolzl';
    font-size: 36px;
    font-weight: 400;
    line-height: 43px;
    letter-spacing: -0.02em;
    text-align: left;
  }

  h4 {
    margin-bottom: 24px;
    font-family: 'Lato';
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: -0.02em;
    text-align: left;

    svg {
      margin-right: 12px;
    }
  }

  p {
    font-family: 'Lato';
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #1d202699;
  }
}

.brand-section-2 {
  padding: 70px 50px;
}

.brand-section-5 {
  padding-bottom: 64px;
}

.brand-section-5 .btn-box {
  margin: 0;
}
.brand-1-second-footer {
  padding: 35px 0;
  border-bottom: 1px solid rgba(33, 33, 33, 0.1);
}

.brand-1-footer-text {
  max-width: 409px;
  padding: 0;
  font-family: 'Stolzl';
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #21212199;

  @media (max-width: 1000px) {
    max-width: unset;
    text-align: center;
  }
}

.brand-1-footer-logo {
  margin-top: 16px !important;
}

.brand-1-footer-bottom {
  text-align: center;
  padding: 24px 0 40px;
  color: #21212199;

  p {
    margin-bottom: 10px;
  }

  a {
    color: #1d2026;
    text-decoration: underline;
  }
}

.brand-1-ft-mobile {
  @media (max-width: 1000px) {
    flex-direction: column;
    align-items: center;
  }
}

.brand-1-ft-right {
  @media (max-width: 1000px) {
    padding: 0;
    text-align: center;

    p {
      text-align: center !important;
    }

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

.brand-1-footer {
  max-width: 1200px;
  margin: 0 auto;
}

/* brand 2 */
.brand2 {
  margin: 100px auto 0;
  padding: 0 50px;

  h1 {
    font-family: 'Stolzl';
    font-size: 48px;
    font-weight: 400;
    line-height: 64px;
    letter-spacing: -0.02em;
    text-align: left;

    @media (max-width: 1000px) {
      text-align: center;
    }
  }
}

.brand2 .container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;

  @media (max-width: 1000px) {
    flex-direction: column;
  }
}

.brand2-box {
  width: 45%;

  @media (max-width: 1000px) {
    width: 80%;
  }
}

.brand2-box {
  @media (max-width: 700px) {
    width: 100%;
  }
}

.brand2-box-title {
  margin-top: 24px;
  font-family: 'Stolzl';
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(33, 33, 33, 0.6);

  @media (max-width: 1000px) {
    text-align: center;
  }
}

.brand2-box .hero-top {
  margin: 32px 0 24px;

  @media (max-width: 1000px) {
    margin: 32px auto 24px;
  }
}

.brand2-box .btn-box {
  margin: 0 0 24px 0;
  text-align: left;

  @media (max-width: 1000px) {
    text-align: center;
  }
}

.brand2-box .brand2-bottom-box {
  text-align: left;
  display: block;

  @media (max-width: 1000px) {
    display: flex;
  }
}

.brand2-banner {
  width: 100%;
}

/* coupon 1 */
.coupon-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.coupon-header {
  margin: 33px 0;
  max-width: 1200px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;

  @media (max-width: 700px) {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }
}

.coupon-section {
  max-width: 1200px;
  width: 100%;
  padding: 24px;
  background-color: rgba(33, 33, 33, 0.05);
  width: 100%;
  display: flex;
  align-items: center;
  gap: 32px;
  border-radius: 2px;
  position: relative;

  @media (max-width: 700px) {
    flex-direction: column;

    h2 {
      width: 100% !important;
    }
  }

  h2 {
    font-family: 'Stolzl';
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: -0.02em;
    text-align: left;
    width: 30%;
  }
}

.coupon-section-link {
  position: absolute;
  right: 24px;
  top: 24px;
  cursor: pointer;
  font-family: 'Stolzl';
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: -0.02em;
  text-align: left;
  color: rgba(33, 33, 33, 0.6);
  text-decoration: underline;

  @media (max-width: 700px) {
    top: 4px;
    left: 24px;
  }
}

.coupon-section-link:hover {
  opacity: 0.7;
  color: unset;
}

.coupon-section2 {
  background: rgba(33, 33, 33, 0.05);
  width: 100%;
  max-width: 918px;
  padding: 32px;
  margin-top: 32px;
  border-radius: 2px;
}

.coupon-section2-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(33, 33, 33, 0.1);

  @media (max-width: 700px) {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }

  h3 {
    font-family: 'Stolzl';
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: -0.02em;
    text-align: left;
  }
}

.rakuten-box {
  display: flex;
  align-items: center;
  gap: 20px;

  h3 {
    max-width: 480px;
  }
}

.coupon-section2-box2 {
  display: flex;
  align-items: center;
  gap: 0 24px;
  margin-top: 24px;

  @media (max-width: 700px) {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }

  svg {
    margin: 0 10px 0 0;
  }
}

.ratings {
  margin-right: 8px;
}

.coupon-section2-box3 {
  display: flex;
  align-items: center;
  margin-top: 24px;
  gap: 15px;

  p {
    color: rgba(33, 33, 33, 0.6);
    font-family: 'Stolzl';
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: -0.02em;
    text-align: left;
  }
}

.coupon-section2-box3-child {
  width: 86px;
  height: 37px;
  padding: 10px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 1);
  font-family: 'Stolzl';
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: -0.02em;
  color: rgba(33, 33, 33, 0.9);
}

.coupon-section2-btn {
  background: rgba(33, 33, 33, 1);
  color: rgba(255, 255, 255, 1);
  border-radius: 53px;
}

.coupon-section3 {
  max-width: 918px;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  gap: 12px 0;

  h3 {
    max-width: 400px;
    width: 100%;
    font-family: 'Stolzl';
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #1d2026;
    display: flex;
    flex-direction: column;
    gap: 8px 0;
  }

  span {
    color: #34a853;
    font-family: 'Stolzl';
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: -0.02em;
    text-align: left;
  }
}

.coupon-section3-card {
  padding: 24px;
  border: 1px solid rgba(33, 33, 33, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;

  @media (max-width: 700px) {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }
}

.coupon-button {
  font-family: 'Stolzl';
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: #fff;
  background: #2a446e;
  border: none;
  outline: none;
  height: 47px;
  width: 205px;
  padding: 5px;
  border-radius: 4px;
  transition: 0.2s ease;

  @media (max-width: 700px) {
    margin: 0 auto;
  }
}

.coupon-button:hover {
  opacity: 0.8;
}

.card-box {
  display: flex;
  align-items: center;
  gap: 24px;

  @media (max-width: 700px) {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 0 auto;
  }
}

.coupon-footer {
  width: 100%;
}

.coupon-footer .footer-top {
  @media (max-width: 1200px) {
    padding: 32px 40px;
  }
}

.coupon-footer .footer-top .uk-first-column {
  @media (max-width: 960px) {
    display: flex;
    justify-content: space-between;
  }
}

.coupon-footer .footer-top .uk-first-column {
  @media (max-width: 700px) {
    flex-direction: column;
    align-items: center;
  }
}

.coupon-header-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Stolzl';
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: -0.02em;
  text-align: center;

  span {
    color: rgba(0, 0, 0, 0.6);
  }
}

.coupon-main {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  padding: 0 40px;
}

.rakuten-head-box {
  font-family: 'Stolzl';
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: -0.02em;
  text-align: left;
  padding: 10px;
  background-color: #fff;
  border-radius: 4px;
  color: rgba(33, 33, 33, 0.8);

  span {
    color: rgba(30, 142, 62, 0.8);
  }
}

.coupon1-section-box {
  display: flex;
  flex-direction: column;
}

.coupon-13k {
  color: rgba(33, 33, 33, 0.6);
}

.rakuten-box-wrapper {
  margin-top: 24px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;

  @media (max-width: 1000px) {
    flex-direction: column;
    align-items: self-start;
    gap: 24px;
  }
}

/* coupon 2 */
.sections-wrapper {
  display: flex;
  flex-direction: row-reverse;
  margin: 24px 0 70px;
  gap: 0 24px;
  max-width: 1200px;
  width: 100%;
  position: relative;

  @media (max-width: 1000px) {
    flex-direction: column-reverse;
    gap: 50px 0;
  }
}

.coupon2-section3 {
  max-width: 845px;
  width: 100%;
  margin: 0;

  @media (max-width: 1000px) {
    max-width: unset;
  }
}

.coupon2-section2 {
  width: 330px;
  height: fit-content;
  background: rgba(33, 33, 33, 0.05);
  border-radius: 4px;
  padding: 24px;
  position: sticky;
  top: 0;
  right: 0;

  @media (max-width: 1000px) {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
}

.asside-box {
  display: flex;
  align-items: center;
  gap: 0 12px;

  h3 {
    font-family: Stolzl;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.02em;
    text-align: left;
  }
}

.asside-box-text {
  margin: 24px 0;
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(33, 33, 33, 0.6);
}

.asside-box-subtext {
  font-family: 'Stolzl';
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: -0.02em;
  text-align: left;
  color: rgba(33, 33, 33, 0.8);
  display: flex;

  span {
    margin-left: 8px;
    color: rgba(33, 33, 33, 0.6);
    font-size: 14px;
  }
}

.coupon2-users {
  font-family: 'Stolzl';
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: -0.02em;
  text-align: left;
  color: rgba(33, 33, 33, 0.6);
  margin: 16px 0;
}

.coupon2-section2-box2 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-family: 'Stolzl';
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: -0.02em;
  text-align: left;
  color: rgba(33, 33, 33, 0.8);

  svg {
    margin-right: 8px;
  }
}

.coupon2-asside-btn {
  background: rgba(11, 87, 208, 1);
  border-radius: 53px;
  color: #fff;
  margin: 32px auto 24px;
  cursor: pointer;
}

.coupon2-asside-btn-parent {
  text-align: center;
  cursor: pointer;
}

/* Modal */
.modalBG {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal {
  background-color: #fefefe;
  padding: 64px 0 0;
  max-width: 560px;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 24px 0;
  transition: 0.3s linear;
  opacity: 0;
  transform: translateY(-100px);
  display: flex;
}

.modal-wrapper {
  position: fixed;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.modal-open {
  pointer-events: all;
}

.modal-open .modal {
  display: flex;
  opacity: 1;
  transform: translateY(0);
}

.close {
  color: rgba(19, 22, 25, 0.8);
  position: absolute;
  right: 16px;
  top: 6px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.modal-text {
  padding: 0 32px;
  font-family: 'Stolzl';
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.02em;
  text-align: center;
  color: rgba(29, 32, 38, 1);

  span {
    color: rgba(11, 87, 208, 1);
  }
}

.modal-footer {
  background: rgba(33, 33, 33, 0.03);
  width: 100%;
}

.modal-footer {
  padding: 24px 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px 0;
}

.modal-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;

  svg {
    margin-right: 8px;
  }
}

.modal-ratings {
  font-family: 'Stolzl';
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: -0.02em;
  text-align: left;
  color: rgba(33, 33, 33, 0.6);
  margin-left: 8px;
}

.modal-users {
  margin: 0;
}
