@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

:root {
  --font-jp-01: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  --font-awesome: "Font Awesome 6 Pro";
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-bold: 700;
  --fw-black: 900;
  --lh-normal: 1.5;
  --text-cl-01: #FFF;
  --link-cl-01: #FFF;
  --basic-main: #FFF;
  --accent-cl-01: #264BD4;
  --primary-cl-01: #003CA5;
  --shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  --duration: 0.3s ease;
}

html,
body {
  width: 100%;
  min-height: 100%;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  font-size: 62.5%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: 100%;
  color: var(--text-cl-01);
  font-family: var(--font-jp-01);
  font-weight: var(--fw-regular);
  line-height: var(--lh-normal);
  margin: 0;
  overflow-x: clip;
  position: relative;
}
@media screen and (min-width: 835px) {
  body {
    font-size: clamp(13.6px, 1.111vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  body {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
  }
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  -webkit-transition: all var(--duration);
  transition: all var(--duration);
}
a img {
  -webkit-transition: var(--duration);
  transition: var(--duration);
}
@media (any-hover: hover) {
  a:hover {
    text-decoration: none;
  }
  a:hover img {
    opacity: 0.6;
  }
}

@media screen and (min-width: 1195px) {
  a [href^="tel:"] {
    pointer-events: none;
  }
}

i[class^=fa] {
  margin-right: 0.5em;
  margin-left: 0.5em;
}

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

svg {
  fill: currentcolor;
}

@media screen and (min-width: 835px) {
  p small {
    font-size: clamp(10.2px, 0.833vw, 13.2px);
  }
}
@media screen and (max-width: 834px) {
  p small {
    font-size: clamp(9.35px, 2.933vw, 12.1px);
  }
}

strong {
  font-weight: var(--fw-bold);
}

p a,
td a,
th a,
blockquote a {
  color: var(--link-cl-01);
  text-decoration: underline;
}
@media (any-hover: hover) {
  p a:hover,
  td a:hover,
  th a:hover,
  blockquote a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

.l-body {
  width: auto;
  height: auto;
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: all var(--duration);
  transition: all var(--duration);
  overflow-x: clip;
}

.l-main {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
  position: relative;
  z-index: 5;
  background: -webkit-gradient(linear, left top, left bottom, from(#0254C7), to(#012961));
  background: linear-gradient(180deg, #0254C7 0%, #012961 100%);
}

.l-container {
  --reveal-progress: 0%;
  position: relative;
  padding-top: min(99px, 6.25vw);
}
@media screen and (max-width: 834px) {
  .l-container {
    padding-top: min(68.2px, 16.533vw);
  }
}
.l-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/main_bg.svg");
  background-position: top right;
  background-size: min(1584px, 100vw) auto;
  background-repeat: no-repeat;
  mix-blend-mode: lighten;
  z-index: -1;
  mask-image: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), color-stop(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) calc(var(--reveal-progress) - 10%), rgba(0, 0, 0, 0) var(--reveal-progress));
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), color-stop(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) calc(var(--reveal-progress) - 10%), rgba(0, 0, 0, 0) var(--reveal-progress));
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
@media screen and (max-width: 834px) {
  .l-container::after {
    background-image: url("../img/main_bg_sp.svg");
    background-position: top center;
    background-size: 835px auto;
  }
}

.l-section__inner {
  padding: 0 min(217.8px, 13.75vw);
  max-width: min(1584px, 100vw);
  margin-inline: auto;
}
@media screen and (max-width: 834px) {
  .l-section__inner {
    max-width: 100%;
    padding-inline: min(11px, 2.667vw);
  }
}
.l-section__title {
  color: #FFF;
  font-family: var(--font-jp-01);
  font-size: clamp(30.6px, 2.5vw, 39.6px);
  font-weight: var(--fw-medium);
  line-height: 1.1111111111;
}
@media screen and (max-width: 834px) {
  .l-section__title {
    font-size: clamp(30.6px, 9.6vw, 39.6px);
  }
}

.l-header__inner {
  position: fixed;
  top: 0;
  right: -100svw;
  width: 100svw;
  height: 100svh;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity var(--duration);
  transition: opacity var(--duration);
  z-index: 998;
}
.--is-active .l-header__inner {
  top: 0;
  right: 0;
  opacity: 1;
}
.l-header__inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/menu_bg.svg");
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: lighten;
  z-index: -1;
}
@media screen and (max-width: 834px) {
  .l-header__inner::after {
    top: unset;
    bottom: 0;
    background-image: url("../img/menu_bg_sp.svg");
    background-position: right bottom;
    background-size: contain;
  }
}
.l-header__logo {
  padding-left: min(35.2px, 2.222vw);
  max-width: min(889.999px, 56.187vw);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 834px) {
  .l-header__logo {
    padding-left: min(4.4px, 1.067vw);
    max-width: min(320.98px, 77.813vw);
  }
}
.l-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: min(17.6px, 1.111vw);
  padding-top: min(22px, 1.389vw);
  padding-left: min(37.4px, 2.361vw);
}
@media screen and (max-width: 834px) {
  .l-header__menu {
    gap: min(22px, 5.333vw);
    padding-top: min(35.2px, 8.533vw);
    padding-inline: min(22px, 5.333vw);
  }
}
.l-header__menu__item {
  font-size: clamp(27.2px, 2.222vw, 35.2px);
  font-weight: var(--fw-bold);
  color: #FFF;
  text-decoration: none;
}
@media screen and (min-width: 835px) {
  .l-header__menu__item:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 834px) {
  .l-header__menu__item {
    font-size: clamp(20.4px, 6.4vw, 26.4px);
  }
}
.l-header__hamburger {
  position: fixed;
  top: min(34.1px, 2.153vw);
  right: min(25.3px, 1.597vw);
  width: min(26.4px, 1.667vw);
  height: min(19.8px, 1.25vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  z-index: 999;
}
@media screen and (max-width: 834px) {
  .l-header__hamburger {
    top: min(34.1px, 8.267vw);
    right: min(25.3px, 6.133vw);
    width: min(26.4px, 6.4vw);
    height: min(19.8px, 4.8vw);
  }
}
.l-header__hamburger__line {
  display: block;
  width: 100%;
  height: min(2.2px, 0.139vw);
  background-color: #FFF;
  -webkit-transition: all var(--duration);
  transition: all var(--duration);
}
@media screen and (max-width: 834px) {
  .l-header__hamburger__line {
    height: min(2.2px, 0.533vw);
  }
}
.--is-active .l-header__hamburger__line:nth-child(1) {
  -webkit-transform: translateY(min(8.8px, 0.556vw)) rotate(225deg);
          transform: translateY(min(8.8px, 0.556vw)) rotate(225deg);
}
@media screen and (max-width: 834px) {
  .--is-active .l-header__hamburger__line:nth-child(1) {
    -webkit-transform: translateY(min(8.8px, 2.133vw)) rotate(225deg);
            transform: translateY(min(8.8px, 2.133vw)) rotate(225deg);
  }
}
.--is-active .l-header__hamburger__line:nth-child(2) {
  opacity: 0;
}
.--is-active .l-header__hamburger__line:nth-child(3) {
  -webkit-transform: translateY(max(-8.8px, -0.556vw)) rotate(-225deg);
          transform: translateY(max(-8.8px, -0.556vw)) rotate(-225deg);
}
@media screen and (max-width: 834px) {
  .--is-active .l-header__hamburger__line:nth-child(3) {
    -webkit-transform: translateY(max(-8.8px, -2.133vw)) rotate(-225deg);
            transform: translateY(max(-8.8px, -2.133vw)) rotate(-225deg);
  }
}

.l-footer__inner {
  padding-inline: min(74.8px, 4.722vw) min(47.3px, 2.986vw);
  padding-bottom: min(70.4px, 4.444vw);
  max-width: min(1584px, 100vw);
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 834px) {
  .l-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: min(20.9px, 5.067vw);
    padding-inline: min(22px, 5.333vw);
    padding-bottom: min(52.8px, 12.8vw);
  }
}
.l-footer__copy {
  font-size: clamp(17px, 1.389vw, 22px);
  font-weight: var(--fw-medium);
}

.p-mv {
  height: 100svh;
}
.p-mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-catch {
  padding-top: min(110px, 6.944vw);
  padding-bottom: min(110px, 6.944vw);
}
@media screen and (max-width: 834px) {
  .p-catch {
    padding-top: min(88px, 21.333vw);
    padding-bottom: min(66px, 16vw);
  }
}
.p-catch__title {
  font-family: var(--font-jp-01);
  font-size: clamp(40.8px, 3.333vw, 52.8px);
  font-weight: var(--fw-bold);
  line-height: 1.3;
  color: #FFF;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 834px) {
  .p-catch__title {
    font-size: clamp(30.6px, 9.6vw, 39.6px);
  }
}
.p-catch__body {
  padding-top: min(44px, 2.778vw);
  width: min(607.2px, 38.333vw);
}
@media screen and (max-width: 834px) {
  .p-catch__body {
    padding-top: min(33px, 8vw);
    width: 100%;
  }
}
.p-catch__lead {
  font-size: clamp(18.7px, 1.528vw, 24.2px);
  font-weight: var(--fw-medium);
  line-height: 1.6;
}
@media screen and (max-width: 834px) {
  .p-catch__lead {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
  }
}
.p-catch__text {
  margin-top: min(26.4px, 1.667vw);
  font-size: clamp(13.6px, 1.111vw, 17.6px);
  font-weight: var(--fw-medium);
}
@media screen and (max-width: 834px) {
  .p-catch__text {
    margin-top: min(22px, 5.333vw);
    font-size: clamp(13.6px, 4.267vw, 17.6px);
  }
}

.p-about {
  padding-top: min(110px, 6.944vw);
}
@media screen and (max-width: 834px) {
  .p-about {
    padding-top: min(110px, 26.667vw);
  }
}
.p-about__lead {
  margin-top: min(17.6px, 1.111vw);
  display: inline-block;
  color: var(--accent-cl-01);
  background-color: var(--basic-main);
  font-size: clamp(15.3px, 1.25vw, 19.8px);
  font-weight: var(--fw-bold);
  padding: min(4.4px, 0.278vw) min(11px, 0.694vw);
}
@media screen and (max-width: 834px) {
  .p-about__lead {
    margin-top: min(13.2px, 3.2vw);
    font-size: clamp(13.6px, 4.267vw, 17.6px);
    padding: min(4.4px, 1.067vw) min(11px, 2.667vw);
  }
}
.p-about__body {
  padding-top: min(55px, 3.472vw);
  width: min(407px, 25.694vw);
}
@media screen and (max-width: 834px) {
  .p-about__body {
    padding-top: min(50.6px, 12.267vw);
    width: 100%;
  }
}
.p-about__text {
  font-size: clamp(13.6px, 1.111vw, 17.6px);
  font-weight: var(--fw-medium);
}
@media screen and (max-width: 834px) {
  .p-about__text {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
  }
}
.p-about__text + .p-about__text {
  margin-top: min(22px, 1.389vw);
}
@media screen and (max-width: 834px) {
  .p-about__text + .p-about__text {
    margin-top: min(22px, 5.333vw);
  }
}

.p-why {
  margin-top: min(250.8px, 15.833vw);
  padding-top: min(110px, 6.944vw);
}
@media screen and (max-width: 834px) {
  .p-why {
    margin-top: min(146.3px, 35.467vw);
    padding-top: min(110px, 26.667vw);
  }
}
.p-why__body {
  padding-top: min(55px, 3.472vw);
  width: min(407px, 25.694vw);
  font-weight: var(--fw-medium);
}
@media screen and (max-width: 834px) {
  .p-why__body {
    padding-top: min(50.6px, 12.267vw);
    width: 100%;
  }
}
.p-why__text {
  font-size: clamp(13.6px, 1.111vw, 17.6px);
}
@media screen and (max-width: 834px) {
  .p-why__text {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
  }
}
.p-why__text + .p-why__text, .p-why__list + .p-why__text {
  margin-top: min(22px, 1.389vw);
}
@media screen and (max-width: 834px) {
  .p-why__text + .p-why__text, .p-why__list + .p-why__text {
    margin-top: min(22px, 5.333vw);
  }
}
.p-why__list {
  list-style: none;
  margin-top: min(22px, 1.389vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(8.8px, 0.556vw);
  padding-left: min(8.8px, 0.556vw);
}
@media screen and (max-width: 834px) {
  .p-why__list {
    margin-top: min(22px, 5.333vw);
    gap: min(8.8px, 2.133vw);
    padding-left: min(8.8px, 2.133vw);
  }
}
.p-why__list__item {
  position: relative;
  padding-left: min(17.6px, 1.111vw);
  font-size: clamp(13.6px, 1.111vw, 17.6px);
  font-weight: var(--fw-medium);
}
@media screen and (max-width: 834px) {
  .p-why__list__item {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
    padding-left: min(17.6px, 4.267vw);
  }
}
.p-why__list__item::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: min(8.8px, 0.556vw);
  height: 1px;
  background-color: #FFF;
}
@media screen and (max-width: 834px) {
  .p-why__list__item::before {
    width: min(8.8px, 2.133vw);
  }
}

.p-vision {
  margin-top: min(250.8px, 15.833vw);
  padding-top: min(110px, 6.944vw);
}
@media screen and (max-width: 834px) {
  .p-vision {
    margin-top: min(146.3px, 35.467vw);
    padding-top: min(110px, 26.667vw);
  }
}
.p-vision__body {
  padding-top: min(44px, 2.778vw);
  width: min(407px, 25.694vw);
  font-weight: var(--fw-medium);
}
@media screen and (max-width: 834px) {
  .p-vision__body {
    padding-top: min(33px, 8vw);
    width: 100%;
  }
}
.p-vision__title {
  font-size: clamp(30.6px, 2.5vw, 39.6px);
}
@media screen and (max-width: 834px) {
  .p-vision__title {
    font-size: clamp(30.6px, 9.6vw, 39.6px);
  }
}
.p-vision__title:not(:first-child) {
  margin-top: min(39.6px, 2.5vw);
}
@media screen and (max-width: 834px) {
  .p-vision__title:not(:first-child) {
    margin-top: min(39.6px, 9.6vw);
  }
}
.p-vision__subtitle {
  font-size: clamp(20.4px, 1.667vw, 26.4px);
}
@media screen and (max-width: 834px) {
  .p-vision__subtitle {
    font-size: clamp(20.4px, 6.4vw, 26.4px);
  }
}
.p-vision__valuetitle {
  font-size: clamp(17px, 1.389vw, 22px);
  margin-top: min(8.8px, 0.556vw);
}
@media screen and (max-width: 834px) {
  .p-vision__valuetitle {
    font-size: clamp(17px, 5.333vw, 22px);
  }
}
.p-vision__text {
  font-size: clamp(13.6px, 1.111vw, 17.6px);
}
@media screen and (max-width: 834px) {
  .p-vision__text {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
  }
}
.p-vision__text:not(:first-child) {
  margin-top: min(26.4px, 1.667vw);
}
@media screen and (max-width: 834px) {
  .p-vision__text:not(:first-child) {
    margin-top: min(26.4px, 6.4vw);
  }
}
.p-vision__boxtitle {
  color: var(--accent-cl-01);
  font-size: clamp(20.4px, 1.667vw, 26.4px);
  font-weight: var(--fw-bold);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: min(22px, 1.389vw);
  padding: min(8.8px, 0.556vw);
  background-color: var(--basic-main);
}
@media screen and (max-width: 834px) {
  .p-vision__boxtitle {
    font-size: clamp(20.4px, 6.4vw, 26.4px);
    padding: min(8.8px, 2.133vw);
    margin-top: min(22px, 5.333vw);
  }
}

.p-service {
  margin-top: min(278.3px, 17.569vw);
  padding-top: min(110px, 6.944vw);
}
@media screen and (max-width: 834px) {
  .p-service {
    margin-top: min(25.3px, 6.133vw);
    padding-top: min(110px, 26.667vw);
  }
}
.p-service__intro {
  padding-top: min(55px, 3.472vw);
  width: min(640.2px, 40.417vw);
}
@media screen and (max-width: 834px) {
  .p-service__intro {
    padding-top: min(33px, 8vw);
    width: 100%;
  }
}
.p-service__intro__text {
  font-size: clamp(13.6px, 1.111vw, 17.6px);
  font-weight: var(--fw-medium);
}
@media screen and (max-width: 834px) {
  .p-service__intro__text {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
  }
}
.p-service__items {
  list-style: none;
  margin-top: min(77px, 4.861vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 834px) {
  .p-service__items {
    margin-top: min(44px, 10.667vw);
  }
}
.p-service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: min(44px, 2.778vw);
  padding: min(33px, 2.083vw) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}
@media screen and (max-width: 834px) {
  .p-service__item {
    gap: min(17.6px, 4.267vw);
    padding: min(26.4px, 6.4vw) 0;
  }
}
.p-service__item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.p-service__item__no {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: var(--accent-cl-01);
  background-color: var(--basic-main);
  font-size: clamp(20.4px, 1.667vw, 26.4px);
  font-weight: var(--fw-bold);
  padding: min(6.6px, 0.417vw) min(13.2px, 0.833vw);
  line-height: 1.2;
  min-width: min(66px, 4.167vw);
  text-align: center;
}
@media screen and (max-width: 834px) {
  .p-service__item__no {
    font-size: clamp(17px, 5.333vw, 22px);
    padding: min(5.5px, 1.333vw) min(11px, 2.667vw);
    min-width: min(55px, 13.333vw);
  }
}
.p-service__item__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-service__item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: min(17.6px, 1.111vw);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 834px) {
  .p-service__item__head {
    gap: min(11px, 2.667vw);
  }
}
.p-service__item__jp {
  font-size: clamp(20.4px, 1.667vw, 26.4px);
  font-weight: var(--fw-bold);
  line-height: 1.3;
}
@media screen and (max-width: 834px) {
  .p-service__item__jp {
    font-size: clamp(17px, 5.333vw, 22px);
  }
}
.p-service__item__en {
  font-size: clamp(13.6px, 1.111vw, 17.6px);
  font-weight: var(--fw-medium);
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 834px) {
  .p-service__item__en {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
  }
}
.p-service__item__desc {
  margin-top: min(13.2px, 0.833vw);
  font-size: clamp(13.6px, 1.111vw, 17.6px);
  font-weight: var(--fw-medium);
}
@media screen and (max-width: 834px) {
  .p-service__item__desc {
    margin-top: min(11px, 2.667vw);
    font-size: clamp(13.6px, 4.267vw, 17.6px);
  }
}

.p-difference {
  margin-top: min(250.8px, 15.833vw);
}
@media screen and (max-width: 834px) {
  .p-difference {
    margin-top: min(146.3px, 35.467vw);
  }
}
.p-difference__lead {
  margin-top: min(17.6px, 1.111vw);
  font-size: clamp(20.4px, 1.667vw, 26.4px);
  font-weight: var(--fw-medium);
}
@media screen and (max-width: 834px) {
  .p-difference__lead {
    margin-top: min(13.2px, 3.2vw);
    font-size: clamp(17px, 5.333vw, 22px);
  }
}
.p-difference__items {
  list-style: none;
  margin-top: min(69.3px, 4.375vw);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr min(74.8px, 4.722vw) 1fr;
  grid-template-columns: 1fr 1fr;
  gap: min(55px, 3.472vw) min(74.8px, 4.722vw);
}
@media screen and (max-width: 834px) {
  .p-difference__items {
    margin-top: min(44px, 10.667vw);
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: min(33px, 8vw);
  }
}
.p-difference__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(17.6px, 1.111vw);
}
@media screen and (max-width: 834px) {
  .p-difference__item {
    gap: min(13.2px, 3.2vw);
  }
}
.p-difference__item__title {
  -ms-flex-item-align: start;
      align-self: flex-start;
  color: var(--accent-cl-01);
  background-color: var(--basic-main);
  font-size: clamp(17px, 1.389vw, 22px);
  font-weight: var(--fw-bold);
  padding: min(8.8px, 0.556vw) min(13.2px, 0.833vw);
  line-height: 1.4;
}
@media screen and (max-width: 834px) {
  .p-difference__item__title {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
    padding: min(8.8px, 2.133vw) min(13.2px, 3.2vw);
  }
}
.p-difference__item__desc {
  font-size: clamp(13.6px, 1.111vw, 17.6px);
  font-weight: var(--fw-medium);
}
@media screen and (max-width: 834px) {
  .p-difference__item__desc {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
  }
}

.p-talent {
  margin-top: min(250.8px, 15.833vw);
}
@media screen and (max-width: 834px) {
  .p-talent {
    margin-top: min(146.3px, 35.467vw);
  }
}
.p-talent__body {
  padding-top: min(55px, 3.472vw);
  width: min(540.1px, 34.097vw);
}
@media screen and (max-width: 834px) {
  .p-talent__body {
    padding-top: min(44px, 10.667vw);
    width: 100%;
  }
}
.p-talent__hero {
  font-size: clamp(26.35px, 2.153vw, 34.1px);
  font-weight: var(--fw-bold);
  line-height: 1.3;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 834px) {
  .p-talent__hero {
    font-size: clamp(23.8px, 7.467vw, 30.8px);
  }
}
.p-talent__text {
  margin-top: min(22px, 1.389vw);
  font-size: clamp(13.6px, 1.111vw, 17.6px);
  font-weight: var(--fw-medium);
}
@media screen and (max-width: 834px) {
  .p-talent__text {
    margin-top: min(22px, 5.333vw);
    font-size: clamp(13.6px, 4.267vw, 17.6px);
  }
}
.p-talent__text:first-of-type {
  margin-top: min(33px, 2.083vw);
}
@media screen and (max-width: 834px) {
  .p-talent__text:first-of-type {
    margin-top: min(26.4px, 6.4vw);
  }
}

.p-company {
  margin-top: min(250.8px, 15.833vw);
}
@media screen and (max-width: 834px) {
  .p-company {
    margin-top: min(146.3px, 35.467vw);
  }
}
.p-company__body {
  padding-top: min(69.3px, 4.375vw);
}
.p-company__table tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(min(17.6px, 1.111vw) * var(--lh-normal));
}
@media screen and (max-width: 834px) {
  .p-company__table tbody {
    gap: calc(min(17.6px, 4.267vw) * var(--lh-normal));
  }
}
.p-company__table th {
  font-weight: var(--fw-medium);
  width: min(165px, 10.417vw);
}
@media screen and (max-width: 834px) {
  .p-company__table th {
    width: min(165px, 40vw);
  }
}

.p-member {
  margin-top: min(250.8px, 15.833vw);
}
@media screen and (max-width: 834px) {
  .p-member {
    margin-top: min(146.3px, 35.467vw);
  }
}
.p-member__body {
  padding-top: min(69.3px, 4.375vw);
  width: min(1179.2px, 74.444vw);
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: min(127.6px, 8.056vw) min(75.9px, 4.792vw);
}
@media screen and (max-width: 834px) {
  .p-member__body {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: min(97.9px, 23.733vw);
  }
}
.p-member__item {
  width: min(308px, 19.444vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(26.4px, 1.667vw);
}
@media screen and (max-width: 834px) {
  .p-member__item {
    width: min(308px, 74.667vw);
  }
}
.p-member__item__image {
  border-radius: 200px;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .p-member__item__image {
    width: min(220px, 53.333vw);
  }
}
.p-member__item__image img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-member__item__info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.p-member__item__position {
  display: inline-block;
}
.p-member__item__name {
  display: inline-block;
}
.p-member__item__description {
  font-size: clamp(11.9px, 0.972vw, 15.4px);
  margin-top: min(26.4px, 1.667vw);
  text-align: left;
}
@media screen and (max-width: 834px) {
  .p-member__item__description {
    font-size: clamp(11.9px, 3.733vw, 15.4px);
    margin-top: min(26.4px, 6.4vw);
  }
}

.p-contact {
  margin-top: min(250.8px, 15.833vw);
  position: relative;
}
@media screen and (max-width: 834px) {
  .p-contact {
    margin-top: min(146.3px, 35.467vw);
  }
}
.p-contact::after {
  content: "";
  position: absolute;
  top: max(-110px, -6.944vw);
  left: 0;
  width: 100%;
  height: calc(100% + min(110px, 6.944vw));
  background-image: url("../img/contact_bg.svg");
  background-position: top right;
  background-size: auto 100%;
  background-repeat: no-repeat;
  mix-blend-mode: lighten;
  z-index: -1;
}
@media screen and (max-width: 834px) {
  .p-contact::after {
    top: min(156.2px, 37.867vw);
    height: calc(100% - min(110px, 26.667vw));
    background-size: 100% auto;
  }
}
.p-contact__body {
  padding-top: min(128.7px, 8.125vw);
  padding-bottom: min(231px, 14.583vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 834px) {
  .p-contact__body {
    padding-top: min(69.3px, 16.8vw);
    padding-bottom: min(69.3px, 16.8vw);
  }
}
.p-contact__btn {
  border-radius: min(8.8px, 0.556vw);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
  gap: min(3.3px, 0.208vw);
}
@media screen and (max-width: 834px) {
  .p-contact__btn {
    border-radius: min(8.8px, 2.133vw);
    gap: min(3.3px, 0.8vw);
  }
}
.p-contact__btn:hover, .p-contact__btn:hover img {
  opacity: 0.6;
}
.p-contact__btn__icon {
  background-color: var(--primary-cl-01);
  width: min(94.6px, 5.972vw);
  height: min(94.6px, 5.972vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 834px) {
  .p-contact__btn__icon {
    width: min(94.6px, 22.933vw);
    height: min(94.6px, 22.933vw);
  }
}
.p-contact__btn__body {
  background-color: var(--primary-cl-01);
  width: min(321.2px, 20.278vw);
  padding: min(17.6px, 1.111vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 834px) {
  .p-contact__btn__body {
    width: min(245.3px, 59.467vw);
    padding: min(17.6px, 4.267vw);
  }
}
.p-contact__btn__jp {
  font-size: clamp(17px, 1.389vw, 22px);
  font-weight: var(--fw-bold);
}
@media screen and (max-width: 834px) {
  .p-contact__btn__jp {
    font-size: clamp(17px, 5.333vw, 22px);
  }
}
.p-contact__btn__en {
  font-size: clamp(13.6px, 1.111vw, 17.6px);
  font-weight: var(--fw-bold);
}
@media screen and (max-width: 834px) {
  .p-contact__btn__en {
    font-size: clamp(13.6px, 4.267vw, 17.6px);
  }
}

.u-align--left {
  text-align: left !important;
}
@media screen and (max-width: 834px) {
  .u-align--left.--sp {
    text-align: left !important;
  }
}
@media screen and (min-width: 835px) {
  .u-align--left.--pc {
    text-align: left !important;
  }
}
.u-align--center {
  text-align: center !important;
}
@media screen and (max-width: 834px) {
  .u-align--center.--sp {
    text-align: center !important;
  }
}
@media screen and (min-width: 835px) {
  .u-align--center.--pc {
    text-align: center !important;
  }
}
.u-align--right {
  text-align: right !important;
}
@media screen and (max-width: 834px) {
  .u-align--right.--sp {
    text-align: right !important;
  }
}
@media screen and (min-width: 835px) {
  .u-align--right.--pc {
    text-align: right !important;
  }
}

@media screen and (min-width: 835px) {
  .is-pc {
    display: block !important;
  }
}
@media screen and (max-width: 834px) {
  .is-pc {
    display: none !important;
  }
}

@media screen and (min-width: 835px) {
  .is-sp {
    display: none !important;
  }
}
@media screen and (max-width: 834px) {
  .is-sp {
    display: block !important;
  }
}

.d-hide {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}

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

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

.d-inline-block {
  display: inline-block !important;
}

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-flex-ai-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.d-flex-ai-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.d-flex-ai-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.d-flex-jc-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.d-flex-jc-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.d-flex-jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.d-flex-jc-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

table.d-inline-block, table.d-block {
  display: table !important;
}
table th.d-inline-block, table th.d-block,
table td.d-inline-block,
table td.d-block {
  display: table-cell !important;
}

@media screen and (max-width: 1280px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-flex-ai-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .d-lg-flex-ai-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .d-lg-flex-ai-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .d-lg-flex-jc-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .d-lg-flex-jc-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .d-lg-flex-jc-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .d-lg-flex-jc-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  table.d-lg-inline-block, table.d-lg-block {
    display: table !important;
  }
  table th.d-lg-inline-block, table th.d-lg-block,
  table td.d-lg-inline-block,
  table td.d-lg-block {
    display: table-cell !important;
  }
}
@media screen and (max-width: 1194px) {
  .d-tb-none {
    display: none !important;
  }
  .d-tb-inline {
    display: inline !important;
  }
  .d-tb-inline-block {
    display: inline-block !important;
  }
  .d-tb-block {
    display: block !important;
  }
  .d-tb-table {
    display: table !important;
  }
  .d-tb-table-row {
    display: table-row !important;
  }
  .d-tb-table-cell {
    display: table-cell !important;
  }
  .d-tb-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-tb-flex-ai-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .d-tb-flex-ai-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .d-tb-flex-ai-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .d-tb-flex-jc-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .d-tb-flex-jc-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .d-tb-flex-jc-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .d-tb-flex-jc-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .d-tb-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  table.d-tb-inline-block, table.d-tb-block {
    display: table !important;
  }
  table th.d-tb-inline-block, table th.d-tb-block,
  table td.d-tb-inline-block,
  table td.d-tb-block {
    display: table-cell !important;
  }
}
@media screen and (max-width: 834px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-flex-ai-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .d-md-flex-ai-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .d-md-flex-ai-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .d-md-flex-jc-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .d-md-flex-jc-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .d-md-flex-jc-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .d-md-flex-jc-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  table.d-md-inline-block, table.d-md-block {
    display: table !important;
  }
  table th.d-md-inline-block, table th.d-md-block,
  table td.d-md-inline-block,
  table td.d-md-block {
    display: table-cell !important;
  }
}
@media screen and (max-width: 540px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-flex-ai-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .d-sm-flex-ai-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .d-sm-flex-ai-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .d-sm-flex-jc-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .d-sm-flex-jc-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .d-sm-flex-jc-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .d-sm-flex-jc-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  table.d-sm-inline-block, table.d-sm-block {
    display: table !important;
  }
  table th.d-sm-inline-block, table th.d-sm-block,
  table td.d-sm-inline-block,
  table td.d-sm-block {
    display: table-cell !important;
  }
}
@media screen and (max-width: 360px) {
  .d-xsm-none {
    display: none !important;
  }
  .d-xsm-inline {
    display: inline !important;
  }
  .d-xsm-inline-block {
    display: inline-block !important;
  }
  .d-xsm-block {
    display: block !important;
  }
}
.u-m-0 {
  margin: 0 !important;
}
.u-m-auto {
  margin: auto !important;
}
.u-m-left {
  margin-left: 0 !important;
  margin-right: auto !important;
}
.u-m-center {
  margin-left: auto !important;
  margin-right: auto !important;
}
.u-m-right {
  margin-left: auto !important;
  margin-right: 0 !important;
}

.u-mt-100 {
  margin-top: min(110px, 6.944vw);
}
.u-mt-120 {
  margin-top: min(132px, 8.333vw);
}
.u-mt-160 {
  margin-top: min(176px, 11.111vw);
}
.u-mt-200 {
  margin-top: min(220px, 13.889vw);
}
@media screen and (max-width: 834px) {
  .u-mt-100 {
    margin-top: min(110px, 26.667vw);
  }
  .u-mt-120 {
    margin-top: min(132px, 32vw);
  }
  .u-mt-160 {
    margin-top: min(176px, 42.667vw);
  }
  .u-mt-200 {
    margin-top: min(220px, 53.333vw);
  }
}

.u-mr-100 {
  margin-right: min(110px, 6.944vw);
}
.u-mr-120 {
  margin-right: min(132px, 8.333vw);
}
.u-mr-160 {
  margin-right: min(176px, 11.111vw);
}
.u-mr-200 {
  margin-right: min(220px, 13.889vw);
}
@media screen and (max-width: 834px) {
  .u-mr-100 {
    margin-right: min(110px, 26.667vw);
  }
  .u-mr-120 {
    margin-right: min(132px, 32vw);
  }
  .u-mr-160 {
    margin-right: min(176px, 42.667vw);
  }
  .u-mr-200 {
    margin-right: min(220px, 53.333vw);
  }
}

.u-mb-100 {
  margin-bottom: min(110px, 6.944vw);
}
.u-mb-120 {
  margin-bottom: min(132px, 8.333vw);
}
.u-mb-160 {
  margin-bottom: min(176px, 11.111vw);
}
.u-mb-200 {
  margin-bottom: min(220px, 13.889vw);
}
@media screen and (max-width: 834px) {
  .u-mb-100 {
    margin-bottom: min(110px, 26.667vw);
  }
  .u-mb-120 {
    margin-bottom: min(132px, 32vw);
  }
  .u-mb-160 {
    margin-bottom: min(176px, 42.667vw);
  }
  .u-mb-200 {
    margin-bottom: min(220px, 53.333vw);
  }
}

.u-ml-100 {
  margin-left: min(110px, 6.944vw);
}
.u-ml-120 {
  margin-left: min(132px, 8.333vw);
}
.u-ml-160 {
  margin-left: min(176px, 11.111vw);
}
.u-ml-200 {
  margin-left: min(220px, 13.889vw);
}
@media screen and (max-width: 834px) {
  .u-ml-100 {
    margin-left: min(110px, 26.667vw);
  }
  .u-ml-120 {
    margin-left: min(132px, 32vw);
  }
  .u-ml-160 {
    margin-left: min(176px, 42.667vw);
  }
  .u-ml-200 {
    margin-left: min(220px, 53.333vw);
  }
}

.u-mt-0 {
  margin-top: min(0px, 0vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-0 {
    margin-top: min(0px, 0vw) !important;
  }
}

.u-mb-0 {
  margin-bottom: min(0px, 0vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-0 {
    margin-bottom: min(0px, 0vw) !important;
  }
}

.u-ml-0 {
  margin-left: min(0px, 0vw) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-0 {
    margin-left: min(0px, 0vw) !important;
  }
}

.u-mr-0 {
  margin-right: min(0px, 0vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-0 {
    margin-right: min(0px, 0vw) !important;
  }
}

.u-mt-4 {
  margin-top: min(4.4px, 0.278vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-4 {
    margin-top: min(4.4px, 1.067vw) !important;
  }
}

.u-mb-4 {
  margin-bottom: min(4.4px, 0.278vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-4 {
    margin-bottom: min(4.4px, 1.067vw) !important;
  }
}

.u-ml-4 {
  margin-left: min(4.4px, 0.278vw) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-4 {
    margin-left: min(4.4px, 1.067vw) !important;
  }
}

.u-mr-4 {
  margin-right: min(4.4px, 0.278vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-4 {
    margin-right: min(4.4px, 1.067vw) !important;
  }
}

.u-mt-8 {
  margin-top: min(8.8px, 0.556vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-8 {
    margin-top: min(8.8px, 2.133vw) !important;
  }
}

.u-mb-8 {
  margin-bottom: min(8.8px, 0.556vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-8 {
    margin-bottom: min(8.8px, 2.133vw) !important;
  }
}

.u-ml-8 {
  margin-left: min(8.8px, 0.556vw) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-8 {
    margin-left: min(8.8px, 2.133vw) !important;
  }
}

.u-mr-8 {
  margin-right: min(8.8px, 0.556vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-8 {
    margin-right: min(8.8px, 2.133vw) !important;
  }
}

.u-mt-12 {
  margin-top: min(13.2px, 0.833vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-12 {
    margin-top: min(13.2px, 3.2vw) !important;
  }
}

.u-mb-12 {
  margin-bottom: min(13.2px, 0.833vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-12 {
    margin-bottom: min(13.2px, 3.2vw) !important;
  }
}

.u-ml-12 {
  margin-left: min(13.2px, 0.833vw) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-12 {
    margin-left: min(13.2px, 3.2vw) !important;
  }
}

.u-mr-12 {
  margin-right: min(13.2px, 0.833vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-12 {
    margin-right: min(13.2px, 3.2vw) !important;
  }
}

.u-mt-16 {
  margin-top: min(17.6px, 1.111vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-16 {
    margin-top: min(17.6px, 4.267vw) !important;
  }
}

.u-mb-16 {
  margin-bottom: min(17.6px, 1.111vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-16 {
    margin-bottom: min(17.6px, 4.267vw) !important;
  }
}

.u-ml-16 {
  margin-left: min(17.6px, 1.111vw) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-16 {
    margin-left: min(17.6px, 4.267vw) !important;
  }
}

.u-mr-16 {
  margin-right: min(17.6px, 1.111vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-16 {
    margin-right: min(17.6px, 4.267vw) !important;
  }
}

.u-mt-20 {
  margin-top: min(22px, 1.389vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-20 {
    margin-top: min(22px, 5.333vw) !important;
  }
}

.u-mb-20 {
  margin-bottom: min(22px, 1.389vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-20 {
    margin-bottom: min(22px, 5.333vw) !important;
  }
}

.u-ml-20 {
  margin-left: min(22px, 1.389vw) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-20 {
    margin-left: min(22px, 5.333vw) !important;
  }
}

.u-mr-20 {
  margin-right: min(22px, 1.389vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-20 {
    margin-right: min(22px, 5.333vw) !important;
  }
}

.u-mt-24 {
  margin-top: min(26.4px, 1.667vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-24 {
    margin-top: min(26.4px, 6.4vw) !important;
  }
}

.u-mb-24 {
  margin-bottom: min(26.4px, 1.667vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-24 {
    margin-bottom: min(26.4px, 6.4vw) !important;
  }
}

.u-ml-24 {
  margin-left: min(26.4px, 1.667vw) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-24 {
    margin-left: min(26.4px, 6.4vw) !important;
  }
}

.u-mr-24 {
  margin-right: min(26.4px, 1.667vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-24 {
    margin-right: min(26.4px, 6.4vw) !important;
  }
}

.u-mt-28 {
  margin-top: min(30.8px, 1.944vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-28 {
    margin-top: min(30.8px, 7.467vw) !important;
  }
}

.u-mb-28 {
  margin-bottom: min(30.8px, 1.944vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-28 {
    margin-bottom: min(30.8px, 7.467vw) !important;
  }
}

.u-ml-28 {
  margin-left: min(30.8px, 1.944vw) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-28 {
    margin-left: min(30.8px, 7.467vw) !important;
  }
}

.u-mr-28 {
  margin-right: min(30.8px, 1.944vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-28 {
    margin-right: min(30.8px, 7.467vw) !important;
  }
}

.u-mt-32 {
  margin-top: min(35.2px, 2.222vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-32 {
    margin-top: min(35.2px, 8.533vw) !important;
  }
}

.u-mb-32 {
  margin-bottom: min(35.2px, 2.222vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-32 {
    margin-bottom: min(35.2px, 8.533vw) !important;
  }
}

.u-ml-32 {
  margin-left: min(35.2px, 2.222vw) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-32 {
    margin-left: min(35.2px, 8.533vw) !important;
  }
}

.u-mr-32 {
  margin-right: min(35.2px, 2.222vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-32 {
    margin-right: min(35.2px, 8.533vw) !important;
  }
}

.u-mt-36 {
  margin-top: min(39.6px, 2.5vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-36 {
    margin-top: min(39.6px, 9.6vw) !important;
  }
}

.u-mb-36 {
  margin-bottom: min(39.6px, 2.5vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-36 {
    margin-bottom: min(39.6px, 9.6vw) !important;
  }
}

.u-ml-36 {
  margin-left: min(39.6px, 2.5vw) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-36 {
    margin-left: min(39.6px, 9.6vw) !important;
  }
}

.u-mr-36 {
  margin-right: min(39.6px, 2.5vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-36 {
    margin-right: min(39.6px, 9.6vw) !important;
  }
}

.u-mt-40 {
  margin-top: min(44px, 2.778vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-40 {
    margin-top: min(44px, 10.667vw) !important;
  }
}

.u-mb-40 {
  margin-bottom: min(44px, 2.778vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-40 {
    margin-bottom: min(44px, 10.667vw) !important;
  }
}

.u-ml-40 {
  margin-left: min(44px, 2.778vw) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-40 {
    margin-left: min(44px, 10.667vw) !important;
  }
}

.u-mr-40 {
  margin-right: min(44px, 2.778vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-40 {
    margin-right: min(44px, 10.667vw) !important;
  }
}

.u-mt-44 {
  margin-top: min(48.4px, 3.056vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-44 {
    margin-top: min(48.4px, 11.733vw) !important;
  }
}

.u-mb-44 {
  margin-bottom: min(48.4px, 3.056vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-44 {
    margin-bottom: min(48.4px, 11.733vw) !important;
  }
}

.u-ml-44 {
  margin-left: min(48.4px, 3.056vw) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-44 {
    margin-left: min(48.4px, 11.733vw) !important;
  }
}

.u-mr-44 {
  margin-right: min(48.4px, 3.056vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-44 {
    margin-right: min(48.4px, 11.733vw) !important;
  }
}

.u-mt-48 {
  margin-top: min(52.8px, 3.333vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-48 {
    margin-top: min(52.8px, 12.8vw) !important;
  }
}

.u-mb-48 {
  margin-bottom: min(52.8px, 3.333vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-48 {
    margin-bottom: min(52.8px, 12.8vw) !important;
  }
}

.u-ml-48 {
  margin-left: min(52.8px, 3.333vw) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-48 {
    margin-left: min(52.8px, 12.8vw) !important;
  }
}

.u-mr-48 {
  margin-right: min(52.8px, 3.333vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-48 {
    margin-right: min(52.8px, 12.8vw) !important;
  }
}

.u-mt-52 {
  margin-top: min(57.2px, 3.611vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-52 {
    margin-top: min(57.2px, 13.867vw) !important;
  }
}

.u-mb-52 {
  margin-bottom: min(57.2px, 3.611vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-52 {
    margin-bottom: min(57.2px, 13.867vw) !important;
  }
}

.u-ml-52 {
  margin-left: min(57.2px, 3.611vw) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-52 {
    margin-left: min(57.2px, 13.867vw) !important;
  }
}

.u-mr-52 {
  margin-right: min(57.2px, 3.611vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-52 {
    margin-right: min(57.2px, 13.867vw) !important;
  }
}

.u-mt-56 {
  margin-top: min(61.6px, 3.889vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-56 {
    margin-top: min(61.6px, 14.933vw) !important;
  }
}

.u-mb-56 {
  margin-bottom: min(61.6px, 3.889vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-56 {
    margin-bottom: min(61.6px, 14.933vw) !important;
  }
}

.u-ml-56 {
  margin-left: min(61.6px, 3.889vw) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-56 {
    margin-left: min(61.6px, 14.933vw) !important;
  }
}

.u-mr-56 {
  margin-right: min(61.6px, 3.889vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-56 {
    margin-right: min(61.6px, 14.933vw) !important;
  }
}

.u-mt-60 {
  margin-top: min(66px, 4.167vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-60 {
    margin-top: min(66px, 16vw) !important;
  }
}

.u-mb-60 {
  margin-bottom: min(66px, 4.167vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-60 {
    margin-bottom: min(66px, 16vw) !important;
  }
}

.u-ml-60 {
  margin-left: min(66px, 4.167vw) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-60 {
    margin-left: min(66px, 16vw) !important;
  }
}

.u-mr-60 {
  margin-right: min(66px, 4.167vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-60 {
    margin-right: min(66px, 16vw) !important;
  }
}

.u-mt-64 {
  margin-top: min(70.4px, 4.444vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-64 {
    margin-top: min(70.4px, 17.067vw) !important;
  }
}

.u-mb-64 {
  margin-bottom: min(70.4px, 4.444vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-64 {
    margin-bottom: min(70.4px, 17.067vw) !important;
  }
}

.u-ml-64 {
  margin-left: min(70.4px, 4.444vw) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-64 {
    margin-left: min(70.4px, 17.067vw) !important;
  }
}

.u-mr-64 {
  margin-right: min(70.4px, 4.444vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-64 {
    margin-right: min(70.4px, 17.067vw) !important;
  }
}

.u-mt-68 {
  margin-top: min(74.8px, 4.722vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-68 {
    margin-top: min(74.8px, 18.133vw) !important;
  }
}

.u-mb-68 {
  margin-bottom: min(74.8px, 4.722vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-68 {
    margin-bottom: min(74.8px, 18.133vw) !important;
  }
}

.u-ml-68 {
  margin-left: min(74.8px, 4.722vw) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-68 {
    margin-left: min(74.8px, 18.133vw) !important;
  }
}

.u-mr-68 {
  margin-right: min(74.8px, 4.722vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-68 {
    margin-right: min(74.8px, 18.133vw) !important;
  }
}

.u-mt-72 {
  margin-top: min(79.2px, 5vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-72 {
    margin-top: min(79.2px, 19.2vw) !important;
  }
}

.u-mb-72 {
  margin-bottom: min(79.2px, 5vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-72 {
    margin-bottom: min(79.2px, 19.2vw) !important;
  }
}

.u-ml-72 {
  margin-left: min(79.2px, 5vw) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-72 {
    margin-left: min(79.2px, 19.2vw) !important;
  }
}

.u-mr-72 {
  margin-right: min(79.2px, 5vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-72 {
    margin-right: min(79.2px, 19.2vw) !important;
  }
}

.u-mt-76 {
  margin-top: min(83.6px, 5.278vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-76 {
    margin-top: min(83.6px, 20.267vw) !important;
  }
}

.u-mb-76 {
  margin-bottom: min(83.6px, 5.278vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-76 {
    margin-bottom: min(83.6px, 20.267vw) !important;
  }
}

.u-ml-76 {
  margin-left: min(83.6px, 5.278vw) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-76 {
    margin-left: min(83.6px, 20.267vw) !important;
  }
}

.u-mr-76 {
  margin-right: min(83.6px, 5.278vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-76 {
    margin-right: min(83.6px, 20.267vw) !important;
  }
}

.u-mt-80 {
  margin-top: min(88px, 5.556vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mt-80 {
    margin-top: min(88px, 21.333vw) !important;
  }
}

.u-mb-80 {
  margin-bottom: min(88px, 5.556vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mb-80 {
    margin-bottom: min(88px, 21.333vw) !important;
  }
}

.u-ml-80 {
  margin-left: min(88px, 5.556vw) !important;
}
@media screen and (max-width: 834px) {
  .u-ml-80 {
    margin-left: min(88px, 21.333vw) !important;
  }
}

.u-mr-80 {
  margin-right: min(88px, 5.556vw) !important;
}
@media screen and (max-width: 834px) {
  .u-mr-80 {
    margin-right: min(88px, 21.333vw) !important;
  }
}

@media screen and (max-width: 834px) {
  .u-m-md-0 {
    margin: 0 !important;
  }
  .u-m-md-auto {
    margin: auto !important;
  }
  .u-m-md-left {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
  .u-m-md-center {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .u-m-md-right {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
  .u-mt-md-0 {
    margin-top: min(0px, 0vw) !important;
  }
  .u-mb-md-0 {
    margin-bottom: min(0px, 0vw) !important;
  }
  .u-ml-md-0 {
    margin-left: min(0px, 0vw) !important;
  }
  .u-mr-md-0 {
    margin-right: min(0px, 0vw) !important;
  }
  .u-mt-md-4 {
    margin-top: min(4.4px, 1.067vw) !important;
  }
  .u-mb-md-4 {
    margin-bottom: min(4.4px, 1.067vw) !important;
  }
  .u-ml-md-4 {
    margin-left: min(4.4px, 1.067vw) !important;
  }
  .u-mr-md-4 {
    margin-right: min(4.4px, 1.067vw) !important;
  }
  .u-mt-md-8 {
    margin-top: min(8.8px, 2.133vw) !important;
  }
  .u-mb-md-8 {
    margin-bottom: min(8.8px, 2.133vw) !important;
  }
  .u-ml-md-8 {
    margin-left: min(8.8px, 2.133vw) !important;
  }
  .u-mr-md-8 {
    margin-right: min(8.8px, 2.133vw) !important;
  }
  .u-mt-md-12 {
    margin-top: min(13.2px, 3.2vw) !important;
  }
  .u-mb-md-12 {
    margin-bottom: min(13.2px, 3.2vw) !important;
  }
  .u-ml-md-12 {
    margin-left: min(13.2px, 3.2vw) !important;
  }
  .u-mr-md-12 {
    margin-right: min(13.2px, 3.2vw) !important;
  }
  .u-mt-md-16 {
    margin-top: min(17.6px, 4.267vw) !important;
  }
  .u-mb-md-16 {
    margin-bottom: min(17.6px, 4.267vw) !important;
  }
  .u-ml-md-16 {
    margin-left: min(17.6px, 4.267vw) !important;
  }
  .u-mr-md-16 {
    margin-right: min(17.6px, 4.267vw) !important;
  }
  .u-mt-md-20 {
    margin-top: min(22px, 5.333vw) !important;
  }
  .u-mb-md-20 {
    margin-bottom: min(22px, 5.333vw) !important;
  }
  .u-ml-md-20 {
    margin-left: min(22px, 5.333vw) !important;
  }
  .u-mr-md-20 {
    margin-right: min(22px, 5.333vw) !important;
  }
  .u-mt-md-24 {
    margin-top: min(26.4px, 6.4vw) !important;
  }
  .u-mb-md-24 {
    margin-bottom: min(26.4px, 6.4vw) !important;
  }
  .u-ml-md-24 {
    margin-left: min(26.4px, 6.4vw) !important;
  }
  .u-mr-md-24 {
    margin-right: min(26.4px, 6.4vw) !important;
  }
  .u-mt-md-28 {
    margin-top: min(30.8px, 7.467vw) !important;
  }
  .u-mb-md-28 {
    margin-bottom: min(30.8px, 7.467vw) !important;
  }
  .u-ml-md-28 {
    margin-left: min(30.8px, 7.467vw) !important;
  }
  .u-mr-md-28 {
    margin-right: min(30.8px, 7.467vw) !important;
  }
  .u-mt-md-32 {
    margin-top: min(35.2px, 8.533vw) !important;
  }
  .u-mb-md-32 {
    margin-bottom: min(35.2px, 8.533vw) !important;
  }
  .u-ml-md-32 {
    margin-left: min(35.2px, 8.533vw) !important;
  }
  .u-mr-md-32 {
    margin-right: min(35.2px, 8.533vw) !important;
  }
  .u-mt-md-36 {
    margin-top: min(39.6px, 9.6vw) !important;
  }
  .u-mb-md-36 {
    margin-bottom: min(39.6px, 9.6vw) !important;
  }
  .u-ml-md-36 {
    margin-left: min(39.6px, 9.6vw) !important;
  }
  .u-mr-md-36 {
    margin-right: min(39.6px, 9.6vw) !important;
  }
  .u-mt-md-40 {
    margin-top: min(44px, 10.667vw) !important;
  }
  .u-mb-md-40 {
    margin-bottom: min(44px, 10.667vw) !important;
  }
  .u-ml-md-40 {
    margin-left: min(44px, 10.667vw) !important;
  }
  .u-mr-md-40 {
    margin-right: min(44px, 10.667vw) !important;
  }
  .u-mt-md-44 {
    margin-top: min(48.4px, 11.733vw) !important;
  }
  .u-mb-md-44 {
    margin-bottom: min(48.4px, 11.733vw) !important;
  }
  .u-ml-md-44 {
    margin-left: min(48.4px, 11.733vw) !important;
  }
  .u-mr-md-44 {
    margin-right: min(48.4px, 11.733vw) !important;
  }
  .u-mt-md-48 {
    margin-top: min(52.8px, 12.8vw) !important;
  }
  .u-mb-md-48 {
    margin-bottom: min(52.8px, 12.8vw) !important;
  }
  .u-ml-md-48 {
    margin-left: min(52.8px, 12.8vw) !important;
  }
  .u-mr-md-48 {
    margin-right: min(52.8px, 12.8vw) !important;
  }
  .u-mt-md-52 {
    margin-top: min(57.2px, 13.867vw) !important;
  }
  .u-mb-md-52 {
    margin-bottom: min(57.2px, 13.867vw) !important;
  }
  .u-ml-md-52 {
    margin-left: min(57.2px, 13.867vw) !important;
  }
  .u-mr-md-52 {
    margin-right: min(57.2px, 13.867vw) !important;
  }
  .u-mt-md-56 {
    margin-top: min(61.6px, 14.933vw) !important;
  }
  .u-mb-md-56 {
    margin-bottom: min(61.6px, 14.933vw) !important;
  }
  .u-ml-md-56 {
    margin-left: min(61.6px, 14.933vw) !important;
  }
  .u-mr-md-56 {
    margin-right: min(61.6px, 14.933vw) !important;
  }
  .u-mt-md-60 {
    margin-top: min(66px, 16vw) !important;
  }
  .u-mb-md-60 {
    margin-bottom: min(66px, 16vw) !important;
  }
  .u-ml-md-60 {
    margin-left: min(66px, 16vw) !important;
  }
  .u-mr-md-60 {
    margin-right: min(66px, 16vw) !important;
  }
  .u-mt-md-64 {
    margin-top: min(70.4px, 17.067vw) !important;
  }
  .u-mb-md-64 {
    margin-bottom: min(70.4px, 17.067vw) !important;
  }
  .u-ml-md-64 {
    margin-left: min(70.4px, 17.067vw) !important;
  }
  .u-mr-md-64 {
    margin-right: min(70.4px, 17.067vw) !important;
  }
  .u-mt-md-68 {
    margin-top: min(74.8px, 18.133vw) !important;
  }
  .u-mb-md-68 {
    margin-bottom: min(74.8px, 18.133vw) !important;
  }
  .u-ml-md-68 {
    margin-left: min(74.8px, 18.133vw) !important;
  }
  .u-mr-md-68 {
    margin-right: min(74.8px, 18.133vw) !important;
  }
  .u-mt-md-72 {
    margin-top: min(79.2px, 19.2vw) !important;
  }
  .u-mb-md-72 {
    margin-bottom: min(79.2px, 19.2vw) !important;
  }
  .u-ml-md-72 {
    margin-left: min(79.2px, 19.2vw) !important;
  }
  .u-mr-md-72 {
    margin-right: min(79.2px, 19.2vw) !important;
  }
  .u-mt-md-76 {
    margin-top: min(83.6px, 20.267vw) !important;
  }
  .u-mb-md-76 {
    margin-bottom: min(83.6px, 20.267vw) !important;
  }
  .u-ml-md-76 {
    margin-left: min(83.6px, 20.267vw) !important;
  }
  .u-mr-md-76 {
    margin-right: min(83.6px, 20.267vw) !important;
  }
  .u-mt-md-80 {
    margin-top: min(88px, 21.333vw) !important;
  }
  .u-mb-md-80 {
    margin-bottom: min(88px, 21.333vw) !important;
  }
  .u-ml-md-80 {
    margin-left: min(88px, 21.333vw) !important;
  }
  .u-mr-md-80 {
    margin-right: min(88px, 21.333vw) !important;
  }
}
.u-pt-0 {
  padding-top: min(0px, 0vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-0 {
    padding-top: min(0px, 0vw) !important;
  }
}

.u-pb-0 {
  padding-bottom: min(0px, 0vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-0 {
    padding-bottom: min(0px, 0vw) !important;
  }
}

.u-pl-0 {
  padding-left: min(0px, 0vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-0 {
    padding-left: min(0px, 0vw) !important;
  }
}

.u-pr-0 {
  padding-right: min(0px, 0vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-0 {
    padding-right: min(0px, 0vw) !important;
  }
}

.u-pt-4 {
  padding-top: min(4.4px, 0.278vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-4 {
    padding-top: min(4.4px, 1.067vw) !important;
  }
}

.u-pb-4 {
  padding-bottom: min(4.4px, 0.278vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-4 {
    padding-bottom: min(4.4px, 1.067vw) !important;
  }
}

.u-pl-4 {
  padding-left: min(4.4px, 0.278vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-4 {
    padding-left: min(4.4px, 1.067vw) !important;
  }
}

.u-pr-4 {
  padding-right: min(4.4px, 0.278vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-4 {
    padding-right: min(4.4px, 1.067vw) !important;
  }
}

.u-pt-8 {
  padding-top: min(8.8px, 0.556vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-8 {
    padding-top: min(8.8px, 2.133vw) !important;
  }
}

.u-pb-8 {
  padding-bottom: min(8.8px, 0.556vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-8 {
    padding-bottom: min(8.8px, 2.133vw) !important;
  }
}

.u-pl-8 {
  padding-left: min(8.8px, 0.556vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-8 {
    padding-left: min(8.8px, 2.133vw) !important;
  }
}

.u-pr-8 {
  padding-right: min(8.8px, 0.556vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-8 {
    padding-right: min(8.8px, 2.133vw) !important;
  }
}

.u-pt-12 {
  padding-top: min(13.2px, 0.833vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-12 {
    padding-top: min(13.2px, 3.2vw) !important;
  }
}

.u-pb-12 {
  padding-bottom: min(13.2px, 0.833vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-12 {
    padding-bottom: min(13.2px, 3.2vw) !important;
  }
}

.u-pl-12 {
  padding-left: min(13.2px, 0.833vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-12 {
    padding-left: min(13.2px, 3.2vw) !important;
  }
}

.u-pr-12 {
  padding-right: min(13.2px, 0.833vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-12 {
    padding-right: min(13.2px, 3.2vw) !important;
  }
}

.u-pt-16 {
  padding-top: min(17.6px, 1.111vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-16 {
    padding-top: min(17.6px, 4.267vw) !important;
  }
}

.u-pb-16 {
  padding-bottom: min(17.6px, 1.111vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-16 {
    padding-bottom: min(17.6px, 4.267vw) !important;
  }
}

.u-pl-16 {
  padding-left: min(17.6px, 1.111vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-16 {
    padding-left: min(17.6px, 4.267vw) !important;
  }
}

.u-pr-16 {
  padding-right: min(17.6px, 1.111vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-16 {
    padding-right: min(17.6px, 4.267vw) !important;
  }
}

.u-pt-20 {
  padding-top: min(22px, 1.389vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-20 {
    padding-top: min(22px, 5.333vw) !important;
  }
}

.u-pb-20 {
  padding-bottom: min(22px, 1.389vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-20 {
    padding-bottom: min(22px, 5.333vw) !important;
  }
}

.u-pl-20 {
  padding-left: min(22px, 1.389vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-20 {
    padding-left: min(22px, 5.333vw) !important;
  }
}

.u-pr-20 {
  padding-right: min(22px, 1.389vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-20 {
    padding-right: min(22px, 5.333vw) !important;
  }
}

.u-pt-24 {
  padding-top: min(26.4px, 1.667vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-24 {
    padding-top: min(26.4px, 6.4vw) !important;
  }
}

.u-pb-24 {
  padding-bottom: min(26.4px, 1.667vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-24 {
    padding-bottom: min(26.4px, 6.4vw) !important;
  }
}

.u-pl-24 {
  padding-left: min(26.4px, 1.667vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-24 {
    padding-left: min(26.4px, 6.4vw) !important;
  }
}

.u-pr-24 {
  padding-right: min(26.4px, 1.667vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-24 {
    padding-right: min(26.4px, 6.4vw) !important;
  }
}

.u-pt-28 {
  padding-top: min(30.8px, 1.944vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-28 {
    padding-top: min(30.8px, 7.467vw) !important;
  }
}

.u-pb-28 {
  padding-bottom: min(30.8px, 1.944vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-28 {
    padding-bottom: min(30.8px, 7.467vw) !important;
  }
}

.u-pl-28 {
  padding-left: min(30.8px, 1.944vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-28 {
    padding-left: min(30.8px, 7.467vw) !important;
  }
}

.u-pr-28 {
  padding-right: min(30.8px, 1.944vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-28 {
    padding-right: min(30.8px, 7.467vw) !important;
  }
}

.u-pt-32 {
  padding-top: min(35.2px, 2.222vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-32 {
    padding-top: min(35.2px, 8.533vw) !important;
  }
}

.u-pb-32 {
  padding-bottom: min(35.2px, 2.222vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-32 {
    padding-bottom: min(35.2px, 8.533vw) !important;
  }
}

.u-pl-32 {
  padding-left: min(35.2px, 2.222vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-32 {
    padding-left: min(35.2px, 8.533vw) !important;
  }
}

.u-pr-32 {
  padding-right: min(35.2px, 2.222vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-32 {
    padding-right: min(35.2px, 8.533vw) !important;
  }
}

.u-pt-36 {
  padding-top: min(39.6px, 2.5vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-36 {
    padding-top: min(39.6px, 9.6vw) !important;
  }
}

.u-pb-36 {
  padding-bottom: min(39.6px, 2.5vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-36 {
    padding-bottom: min(39.6px, 9.6vw) !important;
  }
}

.u-pl-36 {
  padding-left: min(39.6px, 2.5vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-36 {
    padding-left: min(39.6px, 9.6vw) !important;
  }
}

.u-pr-36 {
  padding-right: min(39.6px, 2.5vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-36 {
    padding-right: min(39.6px, 9.6vw) !important;
  }
}

.u-pt-40 {
  padding-top: min(44px, 2.778vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-40 {
    padding-top: min(44px, 10.667vw) !important;
  }
}

.u-pb-40 {
  padding-bottom: min(44px, 2.778vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-40 {
    padding-bottom: min(44px, 10.667vw) !important;
  }
}

.u-pl-40 {
  padding-left: min(44px, 2.778vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-40 {
    padding-left: min(44px, 10.667vw) !important;
  }
}

.u-pr-40 {
  padding-right: min(44px, 2.778vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-40 {
    padding-right: min(44px, 10.667vw) !important;
  }
}

.u-pt-44 {
  padding-top: min(48.4px, 3.056vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-44 {
    padding-top: min(48.4px, 11.733vw) !important;
  }
}

.u-pb-44 {
  padding-bottom: min(48.4px, 3.056vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-44 {
    padding-bottom: min(48.4px, 11.733vw) !important;
  }
}

.u-pl-44 {
  padding-left: min(48.4px, 3.056vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-44 {
    padding-left: min(48.4px, 11.733vw) !important;
  }
}

.u-pr-44 {
  padding-right: min(48.4px, 3.056vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-44 {
    padding-right: min(48.4px, 11.733vw) !important;
  }
}

.u-pt-48 {
  padding-top: min(52.8px, 3.333vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-48 {
    padding-top: min(52.8px, 12.8vw) !important;
  }
}

.u-pb-48 {
  padding-bottom: min(52.8px, 3.333vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-48 {
    padding-bottom: min(52.8px, 12.8vw) !important;
  }
}

.u-pl-48 {
  padding-left: min(52.8px, 3.333vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-48 {
    padding-left: min(52.8px, 12.8vw) !important;
  }
}

.u-pr-48 {
  padding-right: min(52.8px, 3.333vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-48 {
    padding-right: min(52.8px, 12.8vw) !important;
  }
}

.u-pt-52 {
  padding-top: min(57.2px, 3.611vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-52 {
    padding-top: min(57.2px, 13.867vw) !important;
  }
}

.u-pb-52 {
  padding-bottom: min(57.2px, 3.611vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-52 {
    padding-bottom: min(57.2px, 13.867vw) !important;
  }
}

.u-pl-52 {
  padding-left: min(57.2px, 3.611vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-52 {
    padding-left: min(57.2px, 13.867vw) !important;
  }
}

.u-pr-52 {
  padding-right: min(57.2px, 3.611vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-52 {
    padding-right: min(57.2px, 13.867vw) !important;
  }
}

.u-pt-56 {
  padding-top: min(61.6px, 3.889vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-56 {
    padding-top: min(61.6px, 14.933vw) !important;
  }
}

.u-pb-56 {
  padding-bottom: min(61.6px, 3.889vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-56 {
    padding-bottom: min(61.6px, 14.933vw) !important;
  }
}

.u-pl-56 {
  padding-left: min(61.6px, 3.889vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-56 {
    padding-left: min(61.6px, 14.933vw) !important;
  }
}

.u-pr-56 {
  padding-right: min(61.6px, 3.889vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-56 {
    padding-right: min(61.6px, 14.933vw) !important;
  }
}

.u-pt-60 {
  padding-top: min(66px, 4.167vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pt-60 {
    padding-top: min(66px, 16vw) !important;
  }
}

.u-pb-60 {
  padding-bottom: min(66px, 4.167vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pb-60 {
    padding-bottom: min(66px, 16vw) !important;
  }
}

.u-pl-60 {
  padding-left: min(66px, 4.167vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pl-60 {
    padding-left: min(66px, 16vw) !important;
  }
}

.u-pr-60 {
  padding-right: min(66px, 4.167vw) !important;
}
@media screen and (max-width: 834px) {
  .u-pr-60 {
    padding-right: min(66px, 16vw) !important;
  }
}

@media screen and (max-width: 834px) {
  .u-pt-pr-0 {
    padding-top: min(0px, 0vw) !important;
  }
  .u-pb-pr-0 {
    padding-bottom: min(0px, 0vw) !important;
  }
  .u-pl-pr-0 {
    padding-left: min(0px, 0vw) !important;
  }
  .u-pr-pr-0 {
    padding-right: min(0px, 0vw) !important;
  }
  .u-pt-pr-4 {
    padding-top: min(4.4px, 1.067vw) !important;
  }
  .u-pb-pr-4 {
    padding-bottom: min(4.4px, 1.067vw) !important;
  }
  .u-pl-pr-4 {
    padding-left: min(4.4px, 1.067vw) !important;
  }
  .u-pr-pr-4 {
    padding-right: min(4.4px, 1.067vw) !important;
  }
  .u-pt-pr-8 {
    padding-top: min(8.8px, 2.133vw) !important;
  }
  .u-pb-pr-8 {
    padding-bottom: min(8.8px, 2.133vw) !important;
  }
  .u-pl-pr-8 {
    padding-left: min(8.8px, 2.133vw) !important;
  }
  .u-pr-pr-8 {
    padding-right: min(8.8px, 2.133vw) !important;
  }
  .u-pt-pr-12 {
    padding-top: min(13.2px, 3.2vw) !important;
  }
  .u-pb-pr-12 {
    padding-bottom: min(13.2px, 3.2vw) !important;
  }
  .u-pl-pr-12 {
    padding-left: min(13.2px, 3.2vw) !important;
  }
  .u-pr-pr-12 {
    padding-right: min(13.2px, 3.2vw) !important;
  }
  .u-pt-pr-16 {
    padding-top: min(17.6px, 4.267vw) !important;
  }
  .u-pb-pr-16 {
    padding-bottom: min(17.6px, 4.267vw) !important;
  }
  .u-pl-pr-16 {
    padding-left: min(17.6px, 4.267vw) !important;
  }
  .u-pr-pr-16 {
    padding-right: min(17.6px, 4.267vw) !important;
  }
  .u-pt-pr-20 {
    padding-top: min(22px, 5.333vw) !important;
  }
  .u-pb-pr-20 {
    padding-bottom: min(22px, 5.333vw) !important;
  }
  .u-pl-pr-20 {
    padding-left: min(22px, 5.333vw) !important;
  }
  .u-pr-pr-20 {
    padding-right: min(22px, 5.333vw) !important;
  }
  .u-pt-pr-24 {
    padding-top: min(26.4px, 6.4vw) !important;
  }
  .u-pb-pr-24 {
    padding-bottom: min(26.4px, 6.4vw) !important;
  }
  .u-pl-pr-24 {
    padding-left: min(26.4px, 6.4vw) !important;
  }
  .u-pr-pr-24 {
    padding-right: min(26.4px, 6.4vw) !important;
  }
  .u-pt-pr-28 {
    padding-top: min(30.8px, 7.467vw) !important;
  }
  .u-pb-pr-28 {
    padding-bottom: min(30.8px, 7.467vw) !important;
  }
  .u-pl-pr-28 {
    padding-left: min(30.8px, 7.467vw) !important;
  }
  .u-pr-pr-28 {
    padding-right: min(30.8px, 7.467vw) !important;
  }
  .u-pt-pr-32 {
    padding-top: min(35.2px, 8.533vw) !important;
  }
  .u-pb-pr-32 {
    padding-bottom: min(35.2px, 8.533vw) !important;
  }
  .u-pl-pr-32 {
    padding-left: min(35.2px, 8.533vw) !important;
  }
  .u-pr-pr-32 {
    padding-right: min(35.2px, 8.533vw) !important;
  }
  .u-pt-pr-36 {
    padding-top: min(39.6px, 9.6vw) !important;
  }
  .u-pb-pr-36 {
    padding-bottom: min(39.6px, 9.6vw) !important;
  }
  .u-pl-pr-36 {
    padding-left: min(39.6px, 9.6vw) !important;
  }
  .u-pr-pr-36 {
    padding-right: min(39.6px, 9.6vw) !important;
  }
  .u-pt-pr-40 {
    padding-top: min(44px, 10.667vw) !important;
  }
  .u-pb-pr-40 {
    padding-bottom: min(44px, 10.667vw) !important;
  }
  .u-pl-pr-40 {
    padding-left: min(44px, 10.667vw) !important;
  }
  .u-pr-pr-40 {
    padding-right: min(44px, 10.667vw) !important;
  }
  .u-pt-pr-44 {
    padding-top: min(48.4px, 11.733vw) !important;
  }
  .u-pb-pr-44 {
    padding-bottom: min(48.4px, 11.733vw) !important;
  }
  .u-pl-pr-44 {
    padding-left: min(48.4px, 11.733vw) !important;
  }
  .u-pr-pr-44 {
    padding-right: min(48.4px, 11.733vw) !important;
  }
  .u-pt-pr-48 {
    padding-top: min(52.8px, 12.8vw) !important;
  }
  .u-pb-pr-48 {
    padding-bottom: min(52.8px, 12.8vw) !important;
  }
  .u-pl-pr-48 {
    padding-left: min(52.8px, 12.8vw) !important;
  }
  .u-pr-pr-48 {
    padding-right: min(52.8px, 12.8vw) !important;
  }
  .u-pt-pr-52 {
    padding-top: min(57.2px, 13.867vw) !important;
  }
  .u-pb-pr-52 {
    padding-bottom: min(57.2px, 13.867vw) !important;
  }
  .u-pl-pr-52 {
    padding-left: min(57.2px, 13.867vw) !important;
  }
  .u-pr-pr-52 {
    padding-right: min(57.2px, 13.867vw) !important;
  }
  .u-pt-pr-56 {
    padding-top: min(61.6px, 14.933vw) !important;
  }
  .u-pb-pr-56 {
    padding-bottom: min(61.6px, 14.933vw) !important;
  }
  .u-pl-pr-56 {
    padding-left: min(61.6px, 14.933vw) !important;
  }
  .u-pr-pr-56 {
    padding-right: min(61.6px, 14.933vw) !important;
  }
  .u-pt-pr-60 {
    padding-top: min(66px, 16vw) !important;
  }
  .u-pb-pr-60 {
    padding-bottom: min(66px, 16vw) !important;
  }
  .u-pl-pr-60 {
    padding-left: min(66px, 16vw) !important;
  }
  .u-pr-pr-60 {
    padding-right: min(66px, 16vw) !important;
  }
}
.u-text--bold {
  font-weight: var(--fw-bold) !important;
}
.u-text--normal {
  font-weight: var(--fw-regular) !important;
}
@media screen and (min-width: 835px) {
  .u-text--size--lg {
    font-size: clamp(20.4px, 1.667vw, 26.4px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-text--size--lg {
    font-size: clamp(13.6px, 4.267vw, 17.6px) !important;
  }
}
@media screen and (min-width: 835px) {
  .u-text--size--md {
    font-size: clamp(13.6px, 1.111vw, 17.6px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-text--size--md {
    font-size: clamp(13.6px, 4.267vw, 17.6px) !important;
  }
}
@media screen and (min-width: 835px) {
  .u-text--size--sm {
    font-size: clamp(11.9px, 0.972vw, 15.4px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-text--size--sm {
    font-size: clamp(11.9px, 3.733vw, 15.4px) !important;
  }
}
@media screen and (min-width: 835px) {
  .u-text--size--xsm {
    font-size: clamp(10.2px, 0.833vw, 13.2px) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-text--size--xsm {
    font-size: clamp(10.2px, 3.2vw, 13.2px) !important;
  }
}
.u-text--accent {
  color: var(--basic-main) !important;
}

.u-textlink {
  display: inline-block;
  position: relative;
}
.u-textlink.--arrow {
  padding-left: min(26.4px, 1.667vw);
  text-decoration: none;
}
@media screen and (max-width: 834px) {
  .u-textlink.--arrow {
    padding-left: min(26.4px, 6.4vw);
  }
}
.u-textlink.--arrow i:first-child {
  margin-right: 0.5em;
  margin-left: 0;
}

p a[href$=".pdf"]::after,
p a[target=_blank]::after {
  display: inline-block;
  margin: 0 0.25em;
  font-weight: 600;
  font-size: inherit;
  font-family: "Font Awesome 6 Pro";
}
p a[href$=".pdf"]::after {
  content: "\f1c1";
}
p a[target=_blank]::after {
  content: "\f08e";
}

.u-wid-10 {
  width: min(11px, 0.694vw) !important;
  min-width: min(11px, 0.694vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-10 {
    width: min(11px, 2.667vw) !important;
    min-width: min(11px, 2.667vw) !important;
  }
}

.u-wid-20 {
  width: min(22px, 1.389vw) !important;
  min-width: min(22px, 1.389vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-20 {
    width: min(22px, 5.333vw) !important;
    min-width: min(22px, 5.333vw) !important;
  }
}

.u-wid-30 {
  width: min(33px, 2.083vw) !important;
  min-width: min(33px, 2.083vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-30 {
    width: min(33px, 8vw) !important;
    min-width: min(33px, 8vw) !important;
  }
}

.u-wid-40 {
  width: min(44px, 2.778vw) !important;
  min-width: min(44px, 2.778vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-40 {
    width: min(44px, 10.667vw) !important;
    min-width: min(44px, 10.667vw) !important;
  }
}

.u-wid-50 {
  width: min(55px, 3.472vw) !important;
  min-width: min(55px, 3.472vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-50 {
    width: min(55px, 13.333vw) !important;
    min-width: min(55px, 13.333vw) !important;
  }
}

.u-wid-60 {
  width: min(66px, 4.167vw) !important;
  min-width: min(66px, 4.167vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-60 {
    width: min(66px, 16vw) !important;
    min-width: min(66px, 16vw) !important;
  }
}

.u-wid-70 {
  width: min(77px, 4.861vw) !important;
  min-width: min(77px, 4.861vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-70 {
    width: min(77px, 18.667vw) !important;
    min-width: min(77px, 18.667vw) !important;
  }
}

.u-wid-80 {
  width: min(88px, 5.556vw) !important;
  min-width: min(88px, 5.556vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-80 {
    width: min(88px, 21.333vw) !important;
    min-width: min(88px, 21.333vw) !important;
  }
}

.u-wid-90 {
  width: min(99px, 6.25vw) !important;
  min-width: min(99px, 6.25vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-90 {
    width: min(99px, 24vw) !important;
    min-width: min(99px, 24vw) !important;
  }
}

.u-wid-100 {
  width: min(110px, 6.944vw) !important;
  min-width: min(110px, 6.944vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-100 {
    width: min(110px, 26.667vw) !important;
    min-width: min(110px, 26.667vw) !important;
  }
}

.u-wid-110 {
  width: min(121px, 7.639vw) !important;
  min-width: min(121px, 7.639vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-110 {
    width: min(121px, 29.333vw) !important;
    min-width: min(121px, 29.333vw) !important;
  }
}

.u-wid-120 {
  width: min(132px, 8.333vw) !important;
  min-width: min(132px, 8.333vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-120 {
    width: min(132px, 32vw) !important;
    min-width: min(132px, 32vw) !important;
  }
}

.u-wid-130 {
  width: min(143px, 9.028vw) !important;
  min-width: min(143px, 9.028vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-130 {
    width: min(143px, 34.667vw) !important;
    min-width: min(143px, 34.667vw) !important;
  }
}

.u-wid-140 {
  width: min(154px, 9.722vw) !important;
  min-width: min(154px, 9.722vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-140 {
    width: min(154px, 37.333vw) !important;
    min-width: min(154px, 37.333vw) !important;
  }
}

.u-wid-150 {
  width: min(165px, 10.417vw) !important;
  min-width: min(165px, 10.417vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-150 {
    width: min(165px, 40vw) !important;
    min-width: min(165px, 40vw) !important;
  }
}

.u-wid-160 {
  width: min(176px, 11.111vw) !important;
  min-width: min(176px, 11.111vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-160 {
    width: min(176px, 42.667vw) !important;
    min-width: min(176px, 42.667vw) !important;
  }
}

.u-wid-170 {
  width: min(187px, 11.806vw) !important;
  min-width: min(187px, 11.806vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-170 {
    width: min(187px, 45.333vw) !important;
    min-width: min(187px, 45.333vw) !important;
  }
}

.u-wid-180 {
  width: min(198px, 12.5vw) !important;
  min-width: min(198px, 12.5vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-180 {
    width: min(198px, 48vw) !important;
    min-width: min(198px, 48vw) !important;
  }
}

.u-wid-190 {
  width: min(209px, 13.194vw) !important;
  min-width: min(209px, 13.194vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-190 {
    width: min(209px, 50.667vw) !important;
    min-width: min(209px, 50.667vw) !important;
  }
}

.u-wid-200 {
  width: min(220px, 13.889vw) !important;
  min-width: min(220px, 13.889vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-200 {
    width: min(220px, 53.333vw) !important;
    min-width: min(220px, 53.333vw) !important;
  }
}

.u-wid-210 {
  width: min(231px, 14.583vw) !important;
  min-width: min(231px, 14.583vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-210 {
    width: min(231px, 56vw) !important;
    min-width: min(231px, 56vw) !important;
  }
}

.u-wid-220 {
  width: min(242px, 15.278vw) !important;
  min-width: min(242px, 15.278vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-220 {
    width: min(242px, 58.667vw) !important;
    min-width: min(242px, 58.667vw) !important;
  }
}

.u-wid-230 {
  width: min(253px, 15.972vw) !important;
  min-width: min(253px, 15.972vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-230 {
    width: min(253px, 61.333vw) !important;
    min-width: min(253px, 61.333vw) !important;
  }
}

.u-wid-240 {
  width: min(264px, 16.667vw) !important;
  min-width: min(264px, 16.667vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-240 {
    width: min(264px, 64vw) !important;
    min-width: min(264px, 64vw) !important;
  }
}

.u-wid-250 {
  width: min(275px, 17.361vw) !important;
  min-width: min(275px, 17.361vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-250 {
    width: min(275px, 66.667vw) !important;
    min-width: min(275px, 66.667vw) !important;
  }
}

.u-wid-260 {
  width: min(286px, 18.056vw) !important;
  min-width: min(286px, 18.056vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-260 {
    width: min(286px, 69.333vw) !important;
    min-width: min(286px, 69.333vw) !important;
  }
}

.u-wid-270 {
  width: min(297px, 18.75vw) !important;
  min-width: min(297px, 18.75vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-270 {
    width: min(297px, 72vw) !important;
    min-width: min(297px, 72vw) !important;
  }
}

.u-wid-280 {
  width: min(308px, 19.444vw) !important;
  min-width: min(308px, 19.444vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-280 {
    width: min(308px, 74.667vw) !important;
    min-width: min(308px, 74.667vw) !important;
  }
}

.u-wid-290 {
  width: min(319px, 20.139vw) !important;
  min-width: min(319px, 20.139vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-290 {
    width: min(319px, 77.333vw) !important;
    min-width: min(319px, 77.333vw) !important;
  }
}

.u-wid-300 {
  width: min(330px, 20.833vw) !important;
  min-width: min(330px, 20.833vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-300 {
    width: min(330px, 80vw) !important;
    min-width: min(330px, 80vw) !important;
  }
}

.u-wid-310 {
  width: min(341px, 21.528vw) !important;
  min-width: min(341px, 21.528vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-310 {
    width: min(341px, 82.667vw) !important;
    min-width: min(341px, 82.667vw) !important;
  }
}

.u-wid-320 {
  width: min(352px, 22.222vw) !important;
  min-width: min(352px, 22.222vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-320 {
    width: min(352px, 85.333vw) !important;
    min-width: min(352px, 85.333vw) !important;
  }
}

.u-wid-330 {
  width: min(363px, 22.917vw) !important;
  min-width: min(363px, 22.917vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-330 {
    width: min(363px, 88vw) !important;
    min-width: min(363px, 88vw) !important;
  }
}

.u-wid-340 {
  width: min(374px, 23.611vw) !important;
  min-width: min(374px, 23.611vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-340 {
    width: min(374px, 90.667vw) !important;
    min-width: min(374px, 90.667vw) !important;
  }
}

.u-wid-350 {
  width: min(385px, 24.306vw) !important;
  min-width: min(385px, 24.306vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-350 {
    width: min(385px, 93.333vw) !important;
    min-width: min(385px, 93.333vw) !important;
  }
}

.u-wid-360 {
  width: min(396px, 25vw) !important;
  min-width: min(396px, 25vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-360 {
    width: min(396px, 96vw) !important;
    min-width: min(396px, 96vw) !important;
  }
}

.u-wid-370 {
  width: min(407px, 25.694vw) !important;
  min-width: min(407px, 25.694vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-370 {
    width: min(407px, 98.667vw) !important;
    min-width: min(407px, 98.667vw) !important;
  }
}

.u-wid-380 {
  width: min(418px, 26.389vw) !important;
  min-width: min(418px, 26.389vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-380 {
    width: min(418px, 101.333vw) !important;
    min-width: min(418px, 101.333vw) !important;
  }
}

.u-wid-390 {
  width: min(429px, 27.083vw) !important;
  min-width: min(429px, 27.083vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-390 {
    width: min(429px, 104vw) !important;
    min-width: min(429px, 104vw) !important;
  }
}

.u-wid-400 {
  width: min(440px, 27.778vw) !important;
  min-width: min(440px, 27.778vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-400 {
    width: min(440px, 106.667vw) !important;
    min-width: min(440px, 106.667vw) !important;
  }
}

.u-wid-410 {
  width: min(451px, 28.472vw) !important;
  min-width: min(451px, 28.472vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-410 {
    width: min(451px, 109.333vw) !important;
    min-width: min(451px, 109.333vw) !important;
  }
}

.u-wid-420 {
  width: min(462px, 29.167vw) !important;
  min-width: min(462px, 29.167vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-420 {
    width: min(462px, 112vw) !important;
    min-width: min(462px, 112vw) !important;
  }
}

.u-wid-430 {
  width: min(473px, 29.861vw) !important;
  min-width: min(473px, 29.861vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-430 {
    width: min(473px, 114.667vw) !important;
    min-width: min(473px, 114.667vw) !important;
  }
}

.u-wid-440 {
  width: min(484px, 30.556vw) !important;
  min-width: min(484px, 30.556vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-440 {
    width: min(484px, 117.333vw) !important;
    min-width: min(484px, 117.333vw) !important;
  }
}

.u-wid-450 {
  width: min(495px, 31.25vw) !important;
  min-width: min(495px, 31.25vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-450 {
    width: min(495px, 120vw) !important;
    min-width: min(495px, 120vw) !important;
  }
}

.u-wid-460 {
  width: min(506px, 31.944vw) !important;
  min-width: min(506px, 31.944vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-460 {
    width: min(506px, 122.667vw) !important;
    min-width: min(506px, 122.667vw) !important;
  }
}

.u-wid-470 {
  width: min(517px, 32.639vw) !important;
  min-width: min(517px, 32.639vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-470 {
    width: min(517px, 125.333vw) !important;
    min-width: min(517px, 125.333vw) !important;
  }
}

.u-wid-480 {
  width: min(528px, 33.333vw) !important;
  min-width: min(528px, 33.333vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-480 {
    width: min(528px, 128vw) !important;
    min-width: min(528px, 128vw) !important;
  }
}

.u-wid-490 {
  width: min(539px, 34.028vw) !important;
  min-width: min(539px, 34.028vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-490 {
    width: min(539px, 130.667vw) !important;
    min-width: min(539px, 130.667vw) !important;
  }
}

.u-wid-500 {
  width: min(550px, 34.722vw) !important;
  min-width: min(550px, 34.722vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-500 {
    width: min(550px, 133.333vw) !important;
    min-width: min(550px, 133.333vw) !important;
  }
}

.u-wid-510 {
  width: min(561px, 35.417vw) !important;
  min-width: min(561px, 35.417vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-510 {
    width: min(561px, 136vw) !important;
    min-width: min(561px, 136vw) !important;
  }
}

.u-wid-520 {
  width: min(572px, 36.111vw) !important;
  min-width: min(572px, 36.111vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-520 {
    width: min(572px, 138.667vw) !important;
    min-width: min(572px, 138.667vw) !important;
  }
}

.u-wid-530 {
  width: min(583px, 36.806vw) !important;
  min-width: min(583px, 36.806vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-530 {
    width: min(583px, 141.333vw) !important;
    min-width: min(583px, 141.333vw) !important;
  }
}

.u-wid-540 {
  width: min(594px, 37.5vw) !important;
  min-width: min(594px, 37.5vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-540 {
    width: min(594px, 144vw) !important;
    min-width: min(594px, 144vw) !important;
  }
}

.u-wid-550 {
  width: min(605px, 38.194vw) !important;
  min-width: min(605px, 38.194vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-550 {
    width: min(605px, 146.667vw) !important;
    min-width: min(605px, 146.667vw) !important;
  }
}

.u-wid-560 {
  width: min(616px, 38.889vw) !important;
  min-width: min(616px, 38.889vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-560 {
    width: min(616px, 149.333vw) !important;
    min-width: min(616px, 149.333vw) !important;
  }
}

.u-wid-570 {
  width: min(627px, 39.583vw) !important;
  min-width: min(627px, 39.583vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-570 {
    width: min(627px, 152vw) !important;
    min-width: min(627px, 152vw) !important;
  }
}

.u-wid-580 {
  width: min(638px, 40.278vw) !important;
  min-width: min(638px, 40.278vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-580 {
    width: min(638px, 154.667vw) !important;
    min-width: min(638px, 154.667vw) !important;
  }
}

.u-wid-590 {
  width: min(649px, 40.972vw) !important;
  min-width: min(649px, 40.972vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-590 {
    width: min(649px, 157.333vw) !important;
    min-width: min(649px, 157.333vw) !important;
  }
}

.u-wid-600 {
  width: min(660px, 41.667vw) !important;
  min-width: min(660px, 41.667vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-600 {
    width: min(660px, 160vw) !important;
    min-width: min(660px, 160vw) !important;
  }
}

.u-wid-610 {
  width: min(671px, 42.361vw) !important;
  min-width: min(671px, 42.361vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-610 {
    width: min(671px, 162.667vw) !important;
    min-width: min(671px, 162.667vw) !important;
  }
}

.u-wid-620 {
  width: min(682px, 43.056vw) !important;
  min-width: min(682px, 43.056vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-620 {
    width: min(682px, 165.333vw) !important;
    min-width: min(682px, 165.333vw) !important;
  }
}

.u-wid-630 {
  width: min(693px, 43.75vw) !important;
  min-width: min(693px, 43.75vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-630 {
    width: min(693px, 168vw) !important;
    min-width: min(693px, 168vw) !important;
  }
}

.u-wid-640 {
  width: min(704px, 44.444vw) !important;
  min-width: min(704px, 44.444vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-640 {
    width: min(704px, 170.667vw) !important;
    min-width: min(704px, 170.667vw) !important;
  }
}

.u-wid-650 {
  width: min(715px, 45.139vw) !important;
  min-width: min(715px, 45.139vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-650 {
    width: min(715px, 173.333vw) !important;
    min-width: min(715px, 173.333vw) !important;
  }
}

.u-wid-660 {
  width: min(726px, 45.833vw) !important;
  min-width: min(726px, 45.833vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-660 {
    width: min(726px, 176vw) !important;
    min-width: min(726px, 176vw) !important;
  }
}

.u-wid-670 {
  width: min(737px, 46.528vw) !important;
  min-width: min(737px, 46.528vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-670 {
    width: min(737px, 178.667vw) !important;
    min-width: min(737px, 178.667vw) !important;
  }
}

.u-wid-680 {
  width: min(748px, 47.222vw) !important;
  min-width: min(748px, 47.222vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-680 {
    width: min(748px, 181.333vw) !important;
    min-width: min(748px, 181.333vw) !important;
  }
}

.u-wid-690 {
  width: min(759px, 47.917vw) !important;
  min-width: min(759px, 47.917vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-690 {
    width: min(759px, 184vw) !important;
    min-width: min(759px, 184vw) !important;
  }
}

.u-wid-700 {
  width: min(770px, 48.611vw) !important;
  min-width: min(770px, 48.611vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-700 {
    width: min(770px, 186.667vw) !important;
    min-width: min(770px, 186.667vw) !important;
  }
}

.u-wid-710 {
  width: min(781px, 49.306vw) !important;
  min-width: min(781px, 49.306vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-710 {
    width: min(781px, 189.333vw) !important;
    min-width: min(781px, 189.333vw) !important;
  }
}

.u-wid-720 {
  width: min(792px, 50vw) !important;
  min-width: min(792px, 50vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-720 {
    width: min(792px, 192vw) !important;
    min-width: min(792px, 192vw) !important;
  }
}

.u-wid-730 {
  width: min(803px, 50.694vw) !important;
  min-width: min(803px, 50.694vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-730 {
    width: min(803px, 194.667vw) !important;
    min-width: min(803px, 194.667vw) !important;
  }
}

.u-wid-740 {
  width: min(814px, 51.389vw) !important;
  min-width: min(814px, 51.389vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-740 {
    width: min(814px, 197.333vw) !important;
    min-width: min(814px, 197.333vw) !important;
  }
}

.u-wid-750 {
  width: min(825px, 52.083vw) !important;
  min-width: min(825px, 52.083vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-750 {
    width: min(825px, 200vw) !important;
    min-width: min(825px, 200vw) !important;
  }
}

.u-wid-760 {
  width: min(836px, 52.778vw) !important;
  min-width: min(836px, 52.778vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-760 {
    width: min(836px, 202.667vw) !important;
    min-width: min(836px, 202.667vw) !important;
  }
}

.u-wid-770 {
  width: min(847px, 53.472vw) !important;
  min-width: min(847px, 53.472vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-770 {
    width: min(847px, 205.333vw) !important;
    min-width: min(847px, 205.333vw) !important;
  }
}

.u-wid-780 {
  width: min(858px, 54.167vw) !important;
  min-width: min(858px, 54.167vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-780 {
    width: min(858px, 208vw) !important;
    min-width: min(858px, 208vw) !important;
  }
}

.u-wid-790 {
  width: min(869px, 54.861vw) !important;
  min-width: min(869px, 54.861vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-790 {
    width: min(869px, 210.667vw) !important;
    min-width: min(869px, 210.667vw) !important;
  }
}

.u-wid-800 {
  width: min(880px, 55.556vw) !important;
  min-width: min(880px, 55.556vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-800 {
    width: min(880px, 213.333vw) !important;
    min-width: min(880px, 213.333vw) !important;
  }
}

.u-wid-810 {
  width: min(891px, 56.25vw) !important;
  min-width: min(891px, 56.25vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-810 {
    width: min(891px, 216vw) !important;
    min-width: min(891px, 216vw) !important;
  }
}

.u-wid-820 {
  width: min(902px, 56.944vw) !important;
  min-width: min(902px, 56.944vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-820 {
    width: min(902px, 218.667vw) !important;
    min-width: min(902px, 218.667vw) !important;
  }
}

.u-wid-830 {
  width: min(913px, 57.639vw) !important;
  min-width: min(913px, 57.639vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-830 {
    width: min(913px, 221.333vw) !important;
    min-width: min(913px, 221.333vw) !important;
  }
}

.u-wid-840 {
  width: min(924px, 58.333vw) !important;
  min-width: min(924px, 58.333vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-840 {
    width: min(924px, 224vw) !important;
    min-width: min(924px, 224vw) !important;
  }
}

.u-wid-850 {
  width: min(935px, 59.028vw) !important;
  min-width: min(935px, 59.028vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-850 {
    width: min(935px, 226.667vw) !important;
    min-width: min(935px, 226.667vw) !important;
  }
}

.u-wid-860 {
  width: min(946px, 59.722vw) !important;
  min-width: min(946px, 59.722vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-860 {
    width: min(946px, 229.333vw) !important;
    min-width: min(946px, 229.333vw) !important;
  }
}

.u-wid-870 {
  width: min(957px, 60.417vw) !important;
  min-width: min(957px, 60.417vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-870 {
    width: min(957px, 232vw) !important;
    min-width: min(957px, 232vw) !important;
  }
}

.u-wid-880 {
  width: min(968px, 61.111vw) !important;
  min-width: min(968px, 61.111vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-880 {
    width: min(968px, 234.667vw) !important;
    min-width: min(968px, 234.667vw) !important;
  }
}

.u-wid-890 {
  width: min(979px, 61.806vw) !important;
  min-width: min(979px, 61.806vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-890 {
    width: min(979px, 237.333vw) !important;
    min-width: min(979px, 237.333vw) !important;
  }
}

.u-wid-900 {
  width: min(990px, 62.5vw) !important;
  min-width: min(990px, 62.5vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-900 {
    width: min(990px, 240vw) !important;
    min-width: min(990px, 240vw) !important;
  }
}

.u-wid-910 {
  width: min(1001px, 63.194vw) !important;
  min-width: min(1001px, 63.194vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-910 {
    width: min(1001px, 242.667vw) !important;
    min-width: min(1001px, 242.667vw) !important;
  }
}

.u-wid-920 {
  width: min(1012px, 63.889vw) !important;
  min-width: min(1012px, 63.889vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-920 {
    width: min(1012px, 245.333vw) !important;
    min-width: min(1012px, 245.333vw) !important;
  }
}

.u-wid-930 {
  width: min(1023px, 64.583vw) !important;
  min-width: min(1023px, 64.583vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-930 {
    width: min(1023px, 248vw) !important;
    min-width: min(1023px, 248vw) !important;
  }
}

.u-wid-940 {
  width: min(1034px, 65.278vw) !important;
  min-width: min(1034px, 65.278vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-940 {
    width: min(1034px, 250.667vw) !important;
    min-width: min(1034px, 250.667vw) !important;
  }
}

.u-wid-950 {
  width: min(1045px, 65.972vw) !important;
  min-width: min(1045px, 65.972vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-950 {
    width: min(1045px, 253.333vw) !important;
    min-width: min(1045px, 253.333vw) !important;
  }
}

.u-wid-960 {
  width: min(1056px, 66.667vw) !important;
  min-width: min(1056px, 66.667vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-960 {
    width: min(1056px, 256vw) !important;
    min-width: min(1056px, 256vw) !important;
  }
}

.u-wid-970 {
  width: min(1067px, 67.361vw) !important;
  min-width: min(1067px, 67.361vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-970 {
    width: min(1067px, 258.667vw) !important;
    min-width: min(1067px, 258.667vw) !important;
  }
}

.u-wid-980 {
  width: min(1078px, 68.056vw) !important;
  min-width: min(1078px, 68.056vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-980 {
    width: min(1078px, 261.333vw) !important;
    min-width: min(1078px, 261.333vw) !important;
  }
}

.u-wid-990 {
  width: min(1089px, 68.75vw) !important;
  min-width: min(1089px, 68.75vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-990 {
    width: min(1089px, 264vw) !important;
    min-width: min(1089px, 264vw) !important;
  }
}

.u-wid-1000 {
  width: min(1100px, 69.444vw) !important;
  min-width: min(1100px, 69.444vw) !important;
}
@media screen and (max-width: 834px) {
  .u-wid-1000 {
    width: min(1100px, 266.667vw) !important;
    min-width: min(1100px, 266.667vw) !important;
  }
}

.u-wid-05per {
  width: 5% !important;
  min-width: 5% !important;
}

.u-wid-10per {
  width: 10% !important;
  min-width: 10% !important;
}

.u-wid-15per {
  width: 15% !important;
  min-width: 15% !important;
}

.u-wid-20per {
  width: 20% !important;
  min-width: 20% !important;
}

.u-wid-25per {
  width: 25% !important;
  min-width: 25% !important;
}

.u-wid-30per {
  width: 30% !important;
  min-width: 30% !important;
}

.u-wid-35per {
  width: 35% !important;
  min-width: 35% !important;
}

.u-wid-40per {
  width: 40% !important;
  min-width: 40% !important;
}

.u-wid-45per {
  width: 45% !important;
  min-width: 45% !important;
}

.u-wid-50per {
  width: 50% !important;
  min-width: 50% !important;
}

.u-wid-55per {
  width: 55% !important;
  min-width: 55% !important;
}

.u-wid-60per {
  width: 60% !important;
  min-width: 60% !important;
}

.u-wid-65per {
  width: 65% !important;
  min-width: 65% !important;
}

.u-wid-70per {
  width: 70% !important;
  min-width: 70% !important;
}

.u-wid-75per {
  width: 75% !important;
  min-width: 75% !important;
}

.u-wid-80per {
  width: 80% !important;
  min-width: 80% !important;
}

.u-wid-85per {
  width: 85% !important;
  min-width: 85% !important;
}

.u-wid-90per {
  width: 90% !important;
  min-width: 90% !important;
}

.u-wid-95per {
  width: 95% !important;
  min-width: 95% !important;
}

.u-wid-100per {
  width: 100% !important;
  min-width: 100% !important;
}

.u-wid-auto {
  width: auto !important;
  min-width: 0;
}

@media screen and (max-width: 834px) {
  .u-wid-md-10 {
    width: min(11px, 0.694vw) !important;
    min-width: min(11px, 0.694vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-10 {
    width: min(11px, 2.667vw) !important;
    min-width: min(11px, 2.667vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-20 {
    width: min(22px, 1.389vw) !important;
    min-width: min(22px, 1.389vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-20 {
    width: min(22px, 5.333vw) !important;
    min-width: min(22px, 5.333vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-30 {
    width: min(33px, 2.083vw) !important;
    min-width: min(33px, 2.083vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-30 {
    width: min(33px, 8vw) !important;
    min-width: min(33px, 8vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-40 {
    width: min(44px, 2.778vw) !important;
    min-width: min(44px, 2.778vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-40 {
    width: min(44px, 10.667vw) !important;
    min-width: min(44px, 10.667vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-50 {
    width: min(55px, 3.472vw) !important;
    min-width: min(55px, 3.472vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-50 {
    width: min(55px, 13.333vw) !important;
    min-width: min(55px, 13.333vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-60 {
    width: min(66px, 4.167vw) !important;
    min-width: min(66px, 4.167vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-60 {
    width: min(66px, 16vw) !important;
    min-width: min(66px, 16vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-70 {
    width: min(77px, 4.861vw) !important;
    min-width: min(77px, 4.861vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-70 {
    width: min(77px, 18.667vw) !important;
    min-width: min(77px, 18.667vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-80 {
    width: min(88px, 5.556vw) !important;
    min-width: min(88px, 5.556vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-80 {
    width: min(88px, 21.333vw) !important;
    min-width: min(88px, 21.333vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-90 {
    width: min(99px, 6.25vw) !important;
    min-width: min(99px, 6.25vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-90 {
    width: min(99px, 24vw) !important;
    min-width: min(99px, 24vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-100 {
    width: min(110px, 6.944vw) !important;
    min-width: min(110px, 6.944vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-100 {
    width: min(110px, 26.667vw) !important;
    min-width: min(110px, 26.667vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-110 {
    width: min(121px, 7.639vw) !important;
    min-width: min(121px, 7.639vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-110 {
    width: min(121px, 29.333vw) !important;
    min-width: min(121px, 29.333vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-120 {
    width: min(132px, 8.333vw) !important;
    min-width: min(132px, 8.333vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-120 {
    width: min(132px, 32vw) !important;
    min-width: min(132px, 32vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-130 {
    width: min(143px, 9.028vw) !important;
    min-width: min(143px, 9.028vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-130 {
    width: min(143px, 34.667vw) !important;
    min-width: min(143px, 34.667vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-140 {
    width: min(154px, 9.722vw) !important;
    min-width: min(154px, 9.722vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-140 {
    width: min(154px, 37.333vw) !important;
    min-width: min(154px, 37.333vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-150 {
    width: min(165px, 10.417vw) !important;
    min-width: min(165px, 10.417vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-150 {
    width: min(165px, 40vw) !important;
    min-width: min(165px, 40vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-160 {
    width: min(176px, 11.111vw) !important;
    min-width: min(176px, 11.111vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-160 {
    width: min(176px, 42.667vw) !important;
    min-width: min(176px, 42.667vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-170 {
    width: min(187px, 11.806vw) !important;
    min-width: min(187px, 11.806vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-170 {
    width: min(187px, 45.333vw) !important;
    min-width: min(187px, 45.333vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-180 {
    width: min(198px, 12.5vw) !important;
    min-width: min(198px, 12.5vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-180 {
    width: min(198px, 48vw) !important;
    min-width: min(198px, 48vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-190 {
    width: min(209px, 13.194vw) !important;
    min-width: min(209px, 13.194vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-190 {
    width: min(209px, 50.667vw) !important;
    min-width: min(209px, 50.667vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-200 {
    width: min(220px, 13.889vw) !important;
    min-width: min(220px, 13.889vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-200 {
    width: min(220px, 53.333vw) !important;
    min-width: min(220px, 53.333vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-210 {
    width: min(231px, 14.583vw) !important;
    min-width: min(231px, 14.583vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-210 {
    width: min(231px, 56vw) !important;
    min-width: min(231px, 56vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-220 {
    width: min(242px, 15.278vw) !important;
    min-width: min(242px, 15.278vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-220 {
    width: min(242px, 58.667vw) !important;
    min-width: min(242px, 58.667vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-230 {
    width: min(253px, 15.972vw) !important;
    min-width: min(253px, 15.972vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-230 {
    width: min(253px, 61.333vw) !important;
    min-width: min(253px, 61.333vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-240 {
    width: min(264px, 16.667vw) !important;
    min-width: min(264px, 16.667vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-240 {
    width: min(264px, 64vw) !important;
    min-width: min(264px, 64vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-250 {
    width: min(275px, 17.361vw) !important;
    min-width: min(275px, 17.361vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-250 {
    width: min(275px, 66.667vw) !important;
    min-width: min(275px, 66.667vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-260 {
    width: min(286px, 18.056vw) !important;
    min-width: min(286px, 18.056vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-260 {
    width: min(286px, 69.333vw) !important;
    min-width: min(286px, 69.333vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-270 {
    width: min(297px, 18.75vw) !important;
    min-width: min(297px, 18.75vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-270 {
    width: min(297px, 72vw) !important;
    min-width: min(297px, 72vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-280 {
    width: min(308px, 19.444vw) !important;
    min-width: min(308px, 19.444vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-280 {
    width: min(308px, 74.667vw) !important;
    min-width: min(308px, 74.667vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-290 {
    width: min(319px, 20.139vw) !important;
    min-width: min(319px, 20.139vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-290 {
    width: min(319px, 77.333vw) !important;
    min-width: min(319px, 77.333vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-300 {
    width: min(330px, 20.833vw) !important;
    min-width: min(330px, 20.833vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-300 {
    width: min(330px, 80vw) !important;
    min-width: min(330px, 80vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-310 {
    width: min(341px, 21.528vw) !important;
    min-width: min(341px, 21.528vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-310 {
    width: min(341px, 82.667vw) !important;
    min-width: min(341px, 82.667vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-320 {
    width: min(352px, 22.222vw) !important;
    min-width: min(352px, 22.222vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-320 {
    width: min(352px, 85.333vw) !important;
    min-width: min(352px, 85.333vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-330 {
    width: min(363px, 22.917vw) !important;
    min-width: min(363px, 22.917vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-330 {
    width: min(363px, 88vw) !important;
    min-width: min(363px, 88vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-340 {
    width: min(374px, 23.611vw) !important;
    min-width: min(374px, 23.611vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-340 {
    width: min(374px, 90.667vw) !important;
    min-width: min(374px, 90.667vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-350 {
    width: min(385px, 24.306vw) !important;
    min-width: min(385px, 24.306vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-350 {
    width: min(385px, 93.333vw) !important;
    min-width: min(385px, 93.333vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-360 {
    width: min(396px, 25vw) !important;
    min-width: min(396px, 25vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-360 {
    width: min(396px, 96vw) !important;
    min-width: min(396px, 96vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-370 {
    width: min(407px, 25.694vw) !important;
    min-width: min(407px, 25.694vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-370 {
    width: min(407px, 98.667vw) !important;
    min-width: min(407px, 98.667vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-380 {
    width: min(418px, 26.389vw) !important;
    min-width: min(418px, 26.389vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-380 {
    width: min(418px, 101.333vw) !important;
    min-width: min(418px, 101.333vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-390 {
    width: min(429px, 27.083vw) !important;
    min-width: min(429px, 27.083vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-390 {
    width: min(429px, 104vw) !important;
    min-width: min(429px, 104vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-400 {
    width: min(440px, 27.778vw) !important;
    min-width: min(440px, 27.778vw) !important;
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .u-wid-md-400 {
    width: min(440px, 106.667vw) !important;
    min-width: min(440px, 106.667vw) !important;
  }
}
@media screen and (max-width: 834px) {
  .u-wid-md-10per {
    width: 10% !important;
    min-width: 10% !important;
  }
  .u-wid-md-20per {
    width: 20% !important;
    min-width: 20% !important;
  }
  .u-wid-md-30per {
    width: 30% !important;
    min-width: 30% !important;
  }
  .u-wid-md-40per {
    width: 40% !important;
    min-width: 40% !important;
  }
  .u-wid-md-50per {
    width: 50% !important;
    min-width: 50% !important;
  }
  .u-wid-md-60per {
    width: 60% !important;
    min-width: 60% !important;
  }
  .u-wid-md-70per {
    width: 70% !important;
    min-width: 70% !important;
  }
  .u-wid-md-80per {
    width: 80% !important;
    min-width: 80% !important;
  }
  .u-wid-md-90per {
    width: 90% !important;
    min-width: 90% !important;
  }
  .u-wid-md-100per {
    width: 100% !important;
    min-width: 100% !important;
  }
}