@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: 'mont-heavy';
  src: url('./fonts/mont-heavy.otf');
  src: local('./fonts/mont-heavy.otf'), local('Smont-heavy'),
    url('./fonts/mont-heavy.otf') format('truetype');
}

@font-face {
  font-family: 'firago-medium';
  src: url('./fonts/FiraGO-Book.ttf');
  src: local('./fonts/FiraGO-Book.ttf'), local('firago-medium'),
    url('./fonts/FiraGO-Book.ttf') format('woff');
}

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;
}
.table-section {
padding: 20px 0px;
  background-color: #fff;
}
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: 'firago-medium';
  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;
  padding-left: 16px;
  padding-right: 16px;
}

.home-main-header {
  padding: 10px 0px;
  background: #F8F9FA;
}

.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: 'firago-medium';
  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 {
  background-color: #536A8B;
  border:1px solid #536A8B;
  color: #fff;
  font-family: 'firago-medium';
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
  display: inline-flex;
  align-items: center;
  border-radius: 10px;
  padding: 14px 18px;
}

.header-btn:hover {
  color: #fff;
  opacity: 0.8;
  transition: 0.3s;
}

.header-btn img {
  margin-right: 12px;
  width: 20px;
}

.footer-top {
  padding-top: 32px;
  padding-bottom: 32px;
  background: white;
}

.footer-left p {
  color:#151A22;
  font-family: 'firago-medium';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.32px;
}

.footer-right p {
  color:#151A22;
  font-family: 'firago-medium';
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.32px;
}



.footer-right p a {
  color: #151A22;
  font-family: 'firago-medium';
  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: #536A8B;
  transition: 0.3s;
}




.footer-bottom {
  padding-top: 24px;
  padding-bottom: 24px;
  background: #E85D04;
}

.footer-bottom p {
  text-align: center;
  color: #fff;
  text-align: center;
  font-family: 'firago-medium';
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.32px;
}

.home-section-1 {
  background: #536A8B;
}

.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: 'firago-medium';
  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: 'firago-medium';
  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: 'firago-medium';
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 16px;
}

.home-section-2 .small-title {
  color: #212121;
  text-align: center;
  font-family: 'firago-medium';
  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: 'firago-medium';
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.36px;
  text-decoration-line: underline;
}

.home-section-2 .show-more:hover {
  color: #536A8B;
  transition: 0.3s;
}

.home-section-3 {
  padding-top: 52px;
  padding-bottom: 80px;
  background: white;
}

.home-section-3 .title {
  color: #212121;
  text-align: center;
  font-family: 'firago-medium';
  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;
  background: rgb(244 244 244);
  position: relative;
  z-index: 1;
}

.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: -70px;
}

.home-section-3 .line-2 {
  right: -230px;
}

.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: 'firago-medium';
  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: 'firago-medium';
  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: 'firago-medium';
  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: 'firago-medium';
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
}

.home-section-4 .uk-grid {
  margin-left: -116px;
}

.uk-grid {
  margin: 0px !important
}

.home-section-4 .uk-grid>* {
  padding-left: 116px;
}

.section-5 .title {
  color: #212121;
  text-align: center;
  font-family: 'firago-medium';
  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: 'firago-medium';
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.36px;
  padding: 20px 40px;
  border-radius: 4px;
  background: #536A8B;
}

@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;
  width: 20px;
}

.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: 'firago-medium';
  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: 'firago-medium';
  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: 'firago-medium';
  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: 'firago-medium';
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
}

.hero-top p {
  color: #212121;
  font-family: 'firago-medium';
  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: 'firago-medium';
    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: #536A8B !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: 'firago-medium';
    font-size: 36px;
    font-weight: 400;
    line-height: 43px;
    letter-spacing: -0.02em;
    text-align: left;
  }

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

    svg {
      margin-right: 12px;
    }
  }

  p {
    font-family: 'firago-medium';
    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: 'firago-medium';
  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: 'firago-medium';
    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: 'firago-medium';
  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-section2 {
  background: white;
  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: 'firago-medium';
    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: 'firago-medium';
    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: 'firago-medium';
  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: 'firago-medium';
    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: #91C716;
    font-family: 'firago-medium';
    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: 'firago-medium';
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: #fff;
  background: #536A8B;
  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: 'firago-medium';
  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: 'firago-medium';
  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: white;
  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: firago-medium;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.02em;
    text-align: left;
  }
}

.asside-box-text {
  margin: 24px 0;
  font-family: 'firago-medium';
  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: 'firago-medium';
  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: 'firago-medium';
  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: 'firago-medium';
  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: 'firago-medium';
  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-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;

  svg {
    margin-right: 8px;
  }
}

.modal-ratings {
  font-family: 'firago-medium';
  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;
}

/* Refactoring */
.top-disclaimer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: sticky;
  top: 0;
  z-index: 1011;
  text-align: center;
  padding: 10px 24px;
  background: #E85D04;
  text-align: center;
  padding: 10px 24px;
}
.top-disclaimer img {
width: 16px;
}

.top-disclaimer p {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: normal;
}

.main-header {
  margin-top: 35px;
  padding-top: 32px;
  padding-bottom: 28px;
}

.accordion-section,
.similar-brands-section {

  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
.similar-brands-box ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
gap:10px
}
.accordion-list {
  background-color: #F2F6F9;
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 40px;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.accordion-list .uk-accordion-title {
  font-size: 24px;
  line-height: 29px;
  font-family: 'mont-heavy';
  font-weight: 500;
  color: #1D2026;
  letter-spacing: -0.48px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.uk-accordion-title img{
  width: 40px;
  height: 40px;
}

.accordion-list .uk-accordion-title:hover {
  opacity: 0.6;
  transition: 0.3s;
}

.uk-accordion-content {
  margin-top: 0;
  border: 1px solid rgba(33, 33, 33, 0.1);
  border-radius: 20px;
  padding:10px 40px;
}

.uk-accordion-content a {
  font-size: 16px;
  line-height: 22px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 5px;
  padding-right: 20px;
  display: block;
  color: #1D2026;
  position: relative;
  font-family: 'firago-medium';
  font-weight: normal;
  letter-spacing: -0.36px;
}

.uk-accordion-content a:hover {
  opacity: 0.6;
  transition: 0.3s;
}

.accordion-list .uk-open .uk-accordion-title {
  padding-bottom: 24px;
}

.uk-accordion-content li{
  display: flex;
  align-items: center;
  gap: 10px;
}

.accordion-list .uk-open .uk-accordion-title {
  overflow: visible;
}

.uk-accordion-title {
  position: relative;
}

.uk-accordion-title::before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-image: url(../img/plus.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}

.uk-open>.uk-accordion-title::before {
  background-image: url(../img/minus.svg);
  top: calc(50% - 12px);
}

.uk-accordion-content li:first-child a::after {
  opacity: 0;
}



.uk-accordion-content a:focus,
.uk-accordion-content a.active-link {
  color: #536A8B;
  font-weight: 500;
}

.uk-accordion-content a:focus::before,
.uk-accordion-content a.active-link::before {
  background: #536A8B;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}


.uk-accordion-content li:last-child a::before {
  top: calc(50% + 8px);
}
.desc {
  border: 1px solid rgba(33, 33, 33, 0.1);
  border-radius: 20px;
  padding: 25px 40px;
}
.desc p{
  color: rgba(33, 33, 33, 0.6);
  font-size: 16px;
  line-height: 20px;
}
.desc ul > li{
  font-size: 14px;

}

.desc ol >li{
  font-size: 14px;
}
.desc ol {
  margin-top:10px
}.desc ul {
  margin-top:10px
}

.table-title {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 24px;
  margin-top: 14px;
  color: #1D2026;
  font-family: 'mont-heavy';
  font-weight: 500;
  letter-spacing: -0.48px;
}
.table-content-box {
  background-color: white;
    border-radius: 20px;
    padding: 24px;
    margin-bottom: 40px;
}

.active-box .table-title {
  color: #536A8B;
}

.table-desc {
  color: #1D2026;
  font-size: 18px;
  line-height: 30px;
  font-family: 'firago-medium';
  display: grid;
  gap: 20px;
}

.table-box {
  margin-bottom: 40px;
}

.show-brands-btn {
  all: unset;
  display: inline-block;
  cursor: pointer;
  transition: transform 0.3s;
  min-width: 32px;
  min-height: 32px;
  margin-bottom: 52px;
}

.show-brands-btn:hover path {
  stroke: #536A8B;
  transition: 0.3s;
}

.rotate-btn {
  transform: rotate(180deg);
  transition: 0.3s;
}

.similar-brands-box {
  margin-bottom: 40px;
}

.similar-brands-box a {
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  font-family: 'firago-medium';
  font-weight: normal;
  text-underline-offset: 4px;
}

.similar-brands-box li:hover {
  background: #536a8b83 !important;
  transition: 0.3s;
}

.similar-brands-box li.uk-grid-margin {
  font-size: 14px;
  line-height: 16.8px;
  cursor: pointer;
  letter-spacing: -0.02em;
  padding: 10px;
  background: #E85D04;
  border-radius: 30px;
  width: fit-content;
  margin: 0px !important;
}

.inner-page-header {
  margin-top: 67px;
  padding-top: 0;
  background: transparent;
  margin-bottom: 28px;
}

.inner-page-header .logo-box a {
  display: inline-flex;
}

.inner-page-header .header-btn:hover {
  background: #536A8B;
  color: #FFF;
  opacity: 1;
  transition: 0.3s;
}

.coupon-section {
  margin-bottom: 24px;
  padding-top: 30px;
}


.coupon-section .title {
  font-size: 28px;
  line-height: 28.8px;
  letter-spacing: -0.02em;
  font-family: 'firago-medium';
  font-weight: 500;
}

.coupon-section-inner {
  padding: 24px;
  background-color: white;
  border-radius: 4px;
  display: flex;
  align-items: center;
  min-height: 149px;
  position: relative;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 6px;
}

.coupon-section figure {
  max-width: 200px;
  margin-right: 32px;
  background: #FFF;
  padding: 24px 36px;
  border-radius: 4px;
}

.coupon-section-link span {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  font-family: 'firago-medium';
  color: rgba(33, 33, 33, 0.6);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.coupon-section-link {
  position: absolute;
  right: 24px;
  top: 24px;
  display: flex;
  align-items: center;
}

.coupon-section-link svg {
  margin-left: 2px;
  margin-top: -2px;
  transition: transform 0.3s;
}

.coupon-section-link:hover span {
  color: #536A8B;
  transition: 0.3s;
}

.coupon-section-link:hover svg {
  transform: translate(1px, -1px);
  transition: 0.3s;
}

.coupon-section-link:hover path {
  fill: #536A8B;
  fill-opacity: 1;
  transition: 0.3s;
}

.coupon-cards-section {
  margin-bottom: 52px;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  gap: 20px
;
}
.coupon-cards-section .container{
  /* grid-column: span 2; */

}

.coupon-cards-section-2 .container {
  max-width: 1028px;
}
.coupon-cards-list  {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap:20px
}



.coupon-cards-list li.uk-grid-margin {
  margin-top: 0px;
  padding-left: 0px !important;
}
.coupon-cards-list li {
  margin-top: 0px;
  padding-left: 0px !important;
}

.coupon-cards-list li {
 height: 180px;
  width: 100%;
}

.coupon-aside {
  padding: 24px;
  background-color: white;
  border-radius: 4px;
  /* display: flex; */
  align-items: center;
  min-height: 149px;
  position: relative;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 6px;
}

.asside-header h3 {
  font-family: 'firago-medium';
  font-weight: 500;
  font-size: 16px;
  line-height: 21.6px;
  letter-spacing: -0.02em;
}

.asside-header {
  display: flex;
  align-items: center;
  gap: 10px;
 
}
.asside-cont{
  display: grid;
  align-items: center;
  justify-content:space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(33, 33, 33, 0.1);

}

.asside-header figure {
  max-width: 46px;
  width: 100%;
  min-width: 46px;
  margin-right: 12px;
}
.coupon-card{
  height: 100%;
}
.coupon-card a {
  display: grid;
  background-color: white;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(33, 33, 33, 0.1);
  border-radius:10px;
  justify-content: space-between;
  height: 100%;
  grid-template-columns: repeat(1, 1fr);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.coupon-card a:hover {
  transition: 0.3s;
}

.asside-desc {
  font-family: 'firago-medium';
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: rgba(33, 33, 33, 0.6);
  margin-bottom: 10px;
}

.coupon-card a:hover .card-btn {
  background: #E85D04;
  transition: 0.3s;
  color: #fff;
  border: 1px solid #E85D04
}
.coupon-card a:hover .card-btn {
  background: #fff;
  transition: 0.3s;
  color: #E85D04;
  border: 1px solid #E85D04
}

.coupon-card h2 {
  font-family: 'firago-medium';
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: #1D2026;
  max-width: 412px;
}

.verified {
  font-size: 14px;
  line-height: 19.2px;
  font-family: 'firago-medium';
  color: #91C716;
  display: flex;
  align-items: center;
  background: #F3FAE3;
  border-radius: 20px;
  width: fit-content;
  padding: 2px 12px;
  border:1px solid #91C716
}

.verified img {
  margin-right: 8px;
  width: 16px
}

.card-img-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3px;
  position: relative;
  margin-bottom: 3px;
}

.card-img-box h3 {
  font-family: 'firago-medium';
  font-size: 16px;
  line-height: 19.2px;
  letter-spacing: -0.02em;
  color: #536A8B;
  /* position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); */
}

.aside-and-main-grid {
  margin-left: -24px;
}

.aside-and-main-grid>* {
  padding: 0px !important
}

.card-btn {
  font-family: 'firago-medium';
  font-size: 16px;
  line-height: 19.2px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  padding: 5px 10px;
  border-radius: 5px;
  background: #E85D04;
  width: fit-content;
  display: block;
  text-align: center;
  margin: auto;
  margin-bottom:auto;
  border: 1px solid #E85D04
}

.rates {
  display: flex;
  align-items: center;
  gap:5px;
  margin-top:10px
}
.rates .stars {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap:5px;
}

.rates p {
  font-family: 'firago-medium';
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  letter-spacing: -0.02em;
}

.ratings-number {
  font-family: 'firago-medium';
  font-size: 12px;
  color:#536A8B;
  text-align: end;
}

.users-number {
  font-family: 'firago-medium';
  font-size: 12px;
  line-height: 19.2px;
  letter-spacing: -0.02em;
  color: rgba(33, 33, 33, 0.6);
}
.featured{
display: flex;
gap: 10px;
flex-wrap: wrap;
}
.featured-box {
  display: flex;
  align-items: center;
  font-family: 'firago-medium';
  font-size: 16px;
  margin : 4px 0px
}

.featured-box img {
  margin-right: 8px;
  width: 18px;
}

.tag-item {
  font-family: 'firago-medium';
  font-size: 14px;
  line-height: 16.8px;
  letter-spacing: -0.02em;
  padding: 10px;
  background: #F2F6F9;
  border-radius: 30px;
  color: #212121;
}

.tag-grid {
  margin-left: -10px;
  margin-bottom: 32px;
}

.tag-grid>li {
  padding-left: 10px;
}

.coupon-aside .btn svg {
  margin-right: 12px;
  margin-top: -3px;
}

.coupon-aside .btn {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
  display: inline-flex;
  align-items: center;
  border-radius: 10px;
  background: #1A3D58;
  padding: 18px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.coupon-aside .btn:hover {
  color: #1A3D58;
  background-color: #1A3D580f;
  opacity: 0.8;
  transition: 0.3s;}

/* Modal */

.uk-modal-dialog {
  width: 560px;
  padding-top: 64px;
  padding-bottom: 0;
  padding-left: 32px;
  padding-right: 32px;
  border-radius: 4px;
  background: #FFF;
}

.uk-modal-dialog h2 {
  font-family: 'firago-medium';
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #1D2026;
  margin-bottom: 24px;
}

.uk-modal-dialog h2 a {
  color: #536A8B;
}

.uk-modal-dialog h2 a:hover {
  transition: 0.3s;
  text-decoration: underline;
}

.uk-modal-dialog figure {
  max-width: 170px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}

.uk-modal-close-default>svg {
  display: none;
}

.uk-modal-close-default {
  padding: 0;
  top: 24px;
  right: 24px;
}

.uk-modal-close-default path {
  fill: #131619 !important;
}

.uk-modal-close-default:hover path {
  fill: #536A8B !important;
  transition: 0.3s;
}

.modal-footer {
  margin-left: -32px;
  margin-right: -32px;
  margin-bottom: -32px;
  padding: 24px;
  background: rgba(33, 33, 33, 0.03);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center; 
  padding-bottom: 56px;
}

.modal-footer .users-number {
  margin-bottom: 0;
}

.modal-footer .featured-box {
  margin-left: 12px;
  margin-right: 12px;
}

.modal-footer .rates {
  gap: 12px;
}

.uk-modal-dialog .btn {
  margin-bottom: 32px;
}

.uk-modal-dialog .btn svg {
  margin-right: 12px;
}

.coupon-cards-list-main {
  padding: 32px;
  background: white;
  border-radius: 4px;
  margin-bottom: 24px; 
}

.coupon-cards-list-main-message {
  padding: 10px 12px;
  background: #FFF;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: 'firago-medium';
  font-size: 16px;
  line-height: 19.2px;
  letter-spacing: -0.02em;
  max-width: 690px;
  margin-bottom: 24px;
}

.coupon-cards-list-main-message span {
  color: #1E8E3E;
}

.coupon-cards-list-main-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(33, 33, 33, 0.1);
}

.coupon-cards-list-main-top h2 {
  font-family: 'firago-medium';
  font-size: 24px;
  font-weight: 500;
  line-height: 28.8px;
  letter-spacing: -0.02em;
  max-width: 464px;
}

.coupon-cards-list-main-top figure {
  max-width: 60px;
  min-width: 60px;
  width: 100%;
  margin-right: 20px;
}

.coupon-cards-list-main-top .btn {
  background: #212121;
  padding: 20px 32px 20px 32px;
  gap: 12px;
  border-radius: 53px;
}

.small-grid {
  gap: 24px;
}

.small-grid .rates {
  gap: 8px;
}

/* Responsive */
@media (max-width: 1200px) {
  .aside-and-main-grid .uk-width-auto\@l {
    display: flex;
    justify-content: center;
  }

  .aside-and-main-grid {
    flex-direction: column-reverse;
  }

  .coupon-aside {
    max-width: none;
    min-width: auto;
  }

  .rates {
    justify-content: flex-start;
    gap: 12px;
  }
  .coupon-cards-list{
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 960px) {
  .coupon-cards-list {
    grid-template-columns: repeat(1, 1fr)}
    .card-img-box{
      margin-bottom: 5px !important
    }
    .coupon-cards-section {
      margin-bottom: 52px;
      grid-template-columns: repeat(1, 1fr);
      gap:10px;
      display: grid
    ;
    }
  .coupon-aside .tag-grid {
    /* justify-content: center; */
  }

  .coupon-aside .featured-box {
    /* justify-content: center; */
  }

  .coupon-aside .rates,
  .asside-header {
    /* justify-content: center; */
  }

  .coupon-aside .users-number,
  .asside-desc,
  .asside-header {
    /* text-align: center; */
  }

  .coupon-cards-list-main-top {
    flex-direction: column;
  }

  .coupon-cards-list-main-top .btn {
    margin-top: 24px;
  }

  .small-grid {
    flex-direction: column;
    gap: 0;
  }

  .coupon-cards-list-main .tag-grid {
    /* justify-content: center; */
  }

  .coupon-cards-list-main-top h2 {
    font-size: 20px;
  }

  .coupon-cards-section {
    margin-bottom: 36px;
  }

  .coupon-card a {
    flex-direction: column;
    border-radius:20px;
    padding-left: 16px;
    padding-right: 16px;
    
  }

  .coupon-card h2 {
    margin-right: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .coupon-section-inner {
    flex-direction: column;
  }

  .coupon-section figure {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .coupon-section .title {
    text-align: center;
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.36px;
  }

  .coupon-section-link {
    position: static;
  }

  .table-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10xp;
  }

  .accordion-list .uk-accordion-title {
    font-size: 20px;
    line-height: 28px;

  }

  .accordion-list {
    padding-left: 16px;
    padding-right: 16px;
  }

  .table-desc {
    font-size: 15px;
    line-height: 26px;
  }

  .uk-accordion-content a {
    font-size: 16px;
    line-height: 20px;
  }

  .accordion-list .uk-open .uk-accordion-title::after {
    left: -16px;
    right: -16px;
  }
}

@media (max-width: 640px) {
  .modal-footer > .uk-flex {
    flex-wrap: wrap;
    justify-content: center;
  }

  .rates {
    gap: 8px;
  }

  .coupon-cards-list-main-message {
    font-size: 15px;
  }

  .coupon-cards-list-main {
    padding: 16px;
  }

  .coupon-card a>.uk-flex {
    flex-direction: column;
  }

  .card-img-box {
    margin-right: 0;
    margin-bottom: 16px;
  }

  

  .verified {
    justify-content: center;
  }

  .coupon-card h2 {
    text-align: center;
  }

  .uk-modal-dialog h2 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.36px;
    margin-bottom: 24px;
  }

  .uk-modal-dialog {
    padding-left: 16px;
    padding-right: 16px;
  }

  .modal-footer {
    padding: 16px;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: -16px;
    padding-bottom: 48px;
    padding-top: 32px;
  }

  .uk-modal-close-default {
    top: 16px;
    right: 16px;
  }
}

.table-desc p strong {
  font-weight: 700;
}

.table-desc ul {
  list-style-type: disc;
  padding-left: 20px;
}

.table-desc li {
  color: #1D2026;
  font-size: 18px;
  line-height: 30px;
  font-family: 'firago-medium';
}


.table-desc li strong {
  font-weight: 700;
}

.table-desc li:last-child {
  margin-bottom: 0;
}

.table-desc h1 {
 font-size: 32px;
  margin-bottom: 30px;
  margin-top:  30px;
  font-family: 'firago-medium';
  font-weight:  bold;
}

.table-desc h2 {
 font-size: 24px;
  margin-bottom: 20px;
    font-family: 'firago-medium';
  font-weight:  bold;
}

.table-desc h3 {
  font-size: 24px;
  margin-bottom: 20px;
    font-family: 'firago-medium';
  font-weight:  bold;
}

.table-desc h4 {
   font-size: 20px;
  margin-bottom: 20px;
  margin-top:  30px;
    font-family: 'firago-medium';
  font-weight:  bold;
}

.table-desc h5 {
  font-size: 20px;
  margin-bottom: 30px;
  margin-top:  30px;
    font-family: 'firago-medium';
  font-weight:  bold;
}

.home-main-header .logo-box a div {
	margin-left: 12px;
	color: #1A3D58;
	font-family: 'mont-heavy';
	font-size: 24px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.48px;
}

.home-main-header .logo-box a div span {
	color: #E85D04
}

@media (max-width: 700px) {
	.top-disclaimer {
		position: static;
	}

	.top-disclaimer p {
		line-height: 18px;
	}

}

.inner-page-header {
    margin-top: 34px;
}

.percent {
  display: flex;
    align-items: end;
}
.card-img-box h3.percent {
    font-family: firago-medium;
    font-size: 16px;
    font-weight: 700;
}

.card-img-box h3.percent span {
    display: block;
    text-align: center;
    font-family: 'firago-medium';
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}
.card-img-box h3.percent span {
margin-left: 2px;
position: relative;
bottom:0px
}
.coupon{
  display: grid;
  gap:5px
}
.card-img-box .deal{
  color: #536A8B !important;
}

.favicon-size {
width: 39px;
height: 39px;
}
/* New styles added from inline CSS in HTML */
.source-note {
  font-size: 12px !important;
  color: #999 !important;
  margin-left: 5px !important;
  margin-top: 10px !important;
  display: block;
  font-style: italic !important;
}
.bellow-disc {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  padding: 20px !important;
  margin: 0 auto !important;
  max-width: 600px !important;
  background-color: #f9f9f9 !important;
  border-radius: 8px !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1) !important;
}

.bellow-disc p {
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #a1a1a1 !important;
  line-height: 1.6 !important;
  margin: 0 !important;
  padding: 0 10px !important;
}