@charset "UTF-8";
@font-face {
  font-family: "Hiragino Sans";
  font-style: normal;
  font-weight: 100;
  src: local(HiraginoSans-W1), local("Hiragino Sans");
}
@font-face {
  font-family: "Hiragino Sans";
  font-style: normal;
  font-weight: 200;
  src: local(HiraginoSans-W2), local("Hiragino Sans");
}
@font-face {
  font-family: "Hiragino Sans";
  font-style: normal;
  font-weight: 300;
  src: local(HiraginoSans-W3), local("Hiragino Sans");
}
@font-face {
  font-family: "Hiragino Sans";
  font-style: normal;
  font-weight: 400;
  src: local(HiraginoSans-W4), local("Hiragino Sans");
}
@font-face {
  font-family: "Hiragino Sans";
  font-style: normal;
  font-weight: 500;
  src: local(HiraginoSans-W5), local("Hiragino Sans");
}
@font-face {
  font-family: "Hiragino Sans";
  font-style: normal;
  font-weight: 600;
  src: local(HiraginoSans-W6), local("Hiragino Sans");
}
@font-face {
  font-family: "Hiragino Sans";
  font-style: normal;
  font-weight: 700;
  src: local(HiraginoSans-W7), local("Hiragino Sans");
}
@font-face {
  font-family: "Hiragino Sans";
  font-style: normal;
  font-weight: 800;
  src: local(HiraginoSans-W8), local("Hiragino Sans");
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*
 * Crowdworks グローバル
 */
.cwpf-container {
  max-width: 1020px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (orientation: landscape) {
  @supports (margin-bottom: constant(safe-area-inset-bottom)) {
    .cwpf-container {
      padding-left: calc(10px + constant(safe-area-inset-bottom));
      padding-right: calc(10px + constant(safe-area-inset-bottom));
    }
  }
  @supports (margin-bottom: env(safe-area-inset-bottom)) {
    .cwpf-container {
      padding-left: calc(10px + env(safe-area-inset-bottom));
      padding-right: calc(10px + env(safe-area-inset-bottom));
    }
  }
}

.lp-responsive .cwpf-container {
  width: 100%;
}

@media (min-width: 1000px) {
  .lp-responsive .cwpf-container {
    max-width: 1020px;
  }
}
[class*=cw-footer],
[class*=cw-header] {
  font-size: 12px;
  line-height: 1.6666666667;
  box-sizing: border-box;
}

[class*=cw-footer] *,
[class*=cw-header] * {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  box-sizing: border-box;
}

[class*=cw-footer] *::after,
[class*=cw-footer] *::before,
[class*=cw-header] *::after,
[class*=cw-header] *::before {
  box-sizing: border-box;
}

[class*=cw-footer] a:link,
[class*=cw-header] a:link {
  text-decoration: none;
}

[class*=cw-footer] a:active,
[class*=cw-footer] a:focus,
[class*=cw-footer] a:hover,
[class*=cw-header] a:active,
[class*=cw-header] a:focus,
[class*=cw-header] a:hover {
  text-decoration: underline;
}

.cw-header {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  height: 60px;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-top: 4px solid #0074c1;
  box-sizing: border-box;
  z-index: 1000;
}

.cw-header > * {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}
.cw-header .inner {
  margin: auto 0;
}

.cw-header .inner + * {
  flex: 1;
  width: 100%;
  min-width: 1px;
}

a.opacity {
  transition: opacity 0.15s ease;
}
a.opacity:active,
a.opacity:focus,
a.opacity:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.layout-simple .cw-header {
  position: relative;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.cw-footer {
  margin-left: auto;
  margin-right: auto;
  color: #fbfdff;
  background-color: #005ca3;
  border-top: 1px solid #ddd;
}

.footer-menu {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.footer-menu li {
  display: inline-block;
}

.footer-menu li:not(:last-child) {
  margin-right: 10px;
}

.footer-menu a {
  color: #fff;
  text-decoration: none;
}

.footer-menu a:active,
.footer-menu a:focus,
.footer-menu a:hover {
  text-decoration: underline;
}

.copyright {
  margin: 0;
  padding: 15px 0;
  font-size: 80%;
  color: #fff;
  text-align: center;
  background-color: #005798;
  border-top: 1px solid #004e89;
}

.copyright a {
  color: #fcfcfc;
  text-decoration: none;
}

.copyright a:active,
.copyright a:focus,
.copyright a:hover {
  color: #fcfcfc;
  text-decoration: underline;
}

.pagetop {
  margin: 40px auto 10px;
  padding-left: 15%;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pagetop [class*=" icon-"],
.pagetop [class^=icon-] {
  font-size: 110%;
  text-decoration: none;
}

.pagetop strong {
  font-weight: normal;
}

.pagetop > a {
  display: inline;
  color: #085591;
  text-decoration: none;
}

.pagetop > a:active,
.pagetop > a:hover {
  color: #0b71c1;
  text-decoration: underline;
}

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

html {
  position: relative;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-rendering: optimizeLegibility;
}

@-ms-viewport {
  width: device-width;
}
p {
  margin-top: 0;
}

a {
  color: #009eb8;
  text-decoration: none;
}
a:active,
a:focus,
a:hover {
  text-decoration: underline;
}

abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

dd {
  margin-left: 0;
}

blockquote {
  margin: 0 0 32px;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: 600;
}

small {
  font-size: 85.715%;
}

figure {
  margin: 0 0 32px;
}

img {
  vertical-align: middle;
  border-style: none;
}

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

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

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

:root {
  font-size: 100%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Sans", "Noto Sans", "Noto Sans CJK JP", Meiryo, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: 300;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
}

.benefit-media-img,
.hero-footer-media-img,
.hero-lead > img,
.hero-lead > svg,
.hero-title > img,
.hero-title > svg,
.img-responsive,
.testimonial-card-img {
  display: block;
  max-width: 100%;
  height: auto;
}

.about-dl,
.benefit-media-body,
.benefit-media-group,
.client-list,
.compare-table-col-th,
.compare-table-row-th,
.compare-table-td,
.flow-group,
.hero-footer-list {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}

.compare-table-icon,
.icon {
  overflow: visible;
  display: inline-block;
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  line-height: 0;
  text-transform: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  fill: currentcolor;
}
button.compare-table-icon:not(:disabled),
button.icon:not(:disabled) {
  cursor: pointer;
}

.compare-table-icon::-moz-focus-inner,
.icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.compare-table-icon > *,
.icon > * {
  transform: translate(0, 0);
}

.cta-lead {
  font-weight: 600;
}
@media (min-width: 768px) {
  .cta-lead {
    font-weight: 700;
  }
}

.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-cell {
  display: table-cell !important;
}

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

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

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

@media (min-width: 375px) {
  .xs\:d-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .xs\:d-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 520px) {
  .sm\:d-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .sm\:d-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .md\:d-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .md\:d-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1024px) {
  .lg\:d-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .lg\:d-inline-flex {
    display: inline-flex !important;
  }
}
.m-168 {
  margin: 168px !important;
}

.mt-168 {
  margin-top: 168px !important;
}

.mr-168 {
  margin-right: 168px !important;
}

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

.ml-168 {
  margin-left: 168px !important;
}

.p-168 {
  padding: 168px !important;
}

.pt-168 {
  padding-top: 168px !important;
}

.pr-168 {
  padding-right: 168px !important;
}

.pb-168 {
  padding-bottom: 168px !important;
}

.pl-168 {
  padding-left: 168px !important;
}

.m-160 {
  margin: 160px !important;
}

.mt-160 {
  margin-top: 160px !important;
}

.mr-160 {
  margin-right: 160px !important;
}

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

.ml-160 {
  margin-left: 160px !important;
}

.p-160 {
  padding: 160px !important;
}

.pt-160 {
  padding-top: 160px !important;
}

.pr-160 {
  padding-right: 160px !important;
}

.pb-160 {
  padding-bottom: 160px !important;
}

.pl-160 {
  padding-left: 160px !important;
}

.m-80 {
  margin: 80px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

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

.ml-80 {
  margin-left: 80px !important;
}

.p-80 {
  padding: 80px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.m-72 {
  margin: 72px !important;
}

.mt-72 {
  margin-top: 72px !important;
}

.mr-72 {
  margin-right: 72px !important;
}

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

.ml-72 {
  margin-left: 72px !important;
}

.p-72 {
  padding: 72px !important;
}

.pt-72 {
  padding-top: 72px !important;
}

.pr-72 {
  padding-right: 72px !important;
}

.pb-72 {
  padding-bottom: 72px !important;
}

.pl-72 {
  padding-left: 72px !important;
}

.m-64 {
  margin: 64px !important;
}

.mt-64 {
  margin-top: 64px !important;
}

.mr-64 {
  margin-right: 64px !important;
}

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

.ml-64 {
  margin-left: 64px !important;
}

.p-64 {
  padding: 64px !important;
}

.pt-64 {
  padding-top: 64px !important;
}

.pr-64 {
  padding-right: 64px !important;
}

.pb-64 {
  padding-bottom: 64px !important;
}

.pl-64 {
  padding-left: 64px !important;
}

.m-56 {
  margin: 56px !important;
}

.mt-56 {
  margin-top: 56px !important;
}

.mr-56 {
  margin-right: 56px !important;
}

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

.ml-56 {
  margin-left: 56px !important;
}

.p-56 {
  padding: 56px !important;
}

.pt-56 {
  padding-top: 56px !important;
}

.pr-56 {
  padding-right: 56px !important;
}

.pb-56 {
  padding-bottom: 56px !important;
}

.pl-56 {
  padding-left: 56px !important;
}

.m-48 {
  margin: 48px !important;
}

.mt-48 {
  margin-top: 48px !important;
}

.mr-48 {
  margin-right: 48px !important;
}

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

.ml-48 {
  margin-left: 48px !important;
}

.p-48 {
  padding: 48px !important;
}

.pt-48 {
  padding-top: 48px !important;
}

.pr-48 {
  padding-right: 48px !important;
}

.pb-48 {
  padding-bottom: 48px !important;
}

.pl-48 {
  padding-left: 48px !important;
}

.m-40 {
  margin: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

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

.ml-40 {
  margin-left: 40px !important;
}

.p-40 {
  padding: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.m-32 {
  margin: 32px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

.mr-32 {
  margin-right: 32px !important;
}

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

.ml-32 {
  margin-left: 32px !important;
}

.p-32 {
  padding: 32px !important;
}

.pt-32 {
  padding-top: 32px !important;
}

.pr-32 {
  padding-right: 32px !important;
}

.pb-32 {
  padding-bottom: 32px !important;
}

.pl-32 {
  padding-left: 32px !important;
}

.m-24 {
  margin: 24px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mr-24 {
  margin-right: 24px !important;
}

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

.ml-24 {
  margin-left: 24px !important;
}

.p-24 {
  padding: 24px !important;
}

.pt-24 {
  padding-top: 24px !important;
}

.pr-24 {
  padding-right: 24px !important;
}

.pb-24 {
  padding-bottom: 24px !important;
}

.pl-24 {
  padding-left: 24px !important;
}

.m-16 {
  margin: 16px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mr-16 {
  margin-right: 16px !important;
}

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

.ml-16 {
  margin-left: 16px !important;
}

.p-16 {
  padding: 16px !important;
}

.pt-16 {
  padding-top: 16px !important;
}

.pr-16 {
  padding-right: 16px !important;
}

.pb-16 {
  padding-bottom: 16px !important;
}

.pl-16 {
  padding-left: 16px !important;
}

.m-8 {
  margin: 8px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mr-8 {
  margin-right: 8px !important;
}

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

.ml-8 {
  margin-left: 8px !important;
}

.p-8 {
  padding: 8px !important;
}

.pt-8 {
  padding-top: 8px !important;
}

.pr-8 {
  padding-right: 8px !important;
}

.pb-8 {
  padding-bottom: 8px !important;
}

.pl-8 {
  padding-left: 8px !important;
}

.m-4 {
  margin: 4px !important;
}

.mt-4 {
  margin-top: 4px !important;
}

.mr-4 {
  margin-right: 4px !important;
}

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

.ml-4 {
  margin-left: 4px !important;
}

.p-4 {
  padding: 4px !important;
}

.pt-4 {
  padding-top: 4px !important;
}

.pr-4 {
  padding-right: 4px !important;
}

.pb-4 {
  padding-bottom: 4px !important;
}

.pl-4 {
  padding-left: 4px !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

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

.ml-0 {
  margin-left: 0 !important;
}

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

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

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

.ml-auto {
  margin-left: auto !important;
}

.mt-n168 {
  margin-top: -168px !important;
}

.mr-n168 {
  margin-right: -168px !important;
}

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

.ml-n168 {
  margin-left: -168px !important;
}

.mt-n160 {
  margin-top: -160px !important;
}

.mr-n160 {
  margin-right: -160px !important;
}

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

.ml-n160 {
  margin-left: -160px !important;
}

.mt-n80 {
  margin-top: -80px !important;
}

.mr-n80 {
  margin-right: -80px !important;
}

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

.ml-n80 {
  margin-left: -80px !important;
}

.mt-n72 {
  margin-top: -72px !important;
}

.mr-n72 {
  margin-right: -72px !important;
}

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

.ml-n72 {
  margin-left: -72px !important;
}

.mt-n64 {
  margin-top: -64px !important;
}

.mr-n64 {
  margin-right: -64px !important;
}

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

.ml-n64 {
  margin-left: -64px !important;
}

.mt-n56 {
  margin-top: -56px !important;
}

.mr-n56 {
  margin-right: -56px !important;
}

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

.ml-n56 {
  margin-left: -56px !important;
}

.mt-n48 {
  margin-top: -48px !important;
}

.mr-n48 {
  margin-right: -48px !important;
}

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

.ml-n48 {
  margin-left: -48px !important;
}

.mt-n40 {
  margin-top: -40px !important;
}

.mr-n40 {
  margin-right: -40px !important;
}

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

.ml-n40 {
  margin-left: -40px !important;
}

.mt-n32 {
  margin-top: -32px !important;
}

.mr-n32 {
  margin-right: -32px !important;
}

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

.ml-n32 {
  margin-left: -32px !important;
}

.mt-n24 {
  margin-top: -24px !important;
}

.mr-n24 {
  margin-right: -24px !important;
}

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

.ml-n24 {
  margin-left: -24px !important;
}

.mt-n16 {
  margin-top: -16px !important;
}

.mr-n16 {
  margin-right: -16px !important;
}

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

.ml-n16 {
  margin-left: -16px !important;
}

.mt-n8 {
  margin-top: -8px !important;
}

.mr-n8 {
  margin-right: -8px !important;
}

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

.ml-n8 {
  margin-left: -8px !important;
}

.mt-n4 {
  margin-top: -4px !important;
}

.mr-n4 {
  margin-right: -4px !important;
}

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

.ml-n4 {
  margin-left: -4px !important;
}

@media (min-width: 375px) {
  .xs\:m-168 {
    margin: 168px !important;
  }

  .xs\:mt-168 {
    margin-top: 168px !important;
  }

  .xs\:mr-168 {
    margin-right: 168px !important;
  }

  .xs\:mb-168 {
    margin-bottom: 168px !important;
  }

  .xs\:ml-168 {
    margin-left: 168px !important;
  }

  .xs\:p-168 {
    padding: 168px !important;
  }

  .xs\:pt-168 {
    padding-top: 168px !important;
  }

  .xs\:pr-168 {
    padding-right: 168px !important;
  }

  .xs\:pb-168 {
    padding-bottom: 168px !important;
  }

  .xs\:pl-168 {
    padding-left: 168px !important;
  }

  .xs\:m-160 {
    margin: 160px !important;
  }

  .xs\:mt-160 {
    margin-top: 160px !important;
  }

  .xs\:mr-160 {
    margin-right: 160px !important;
  }

  .xs\:mb-160 {
    margin-bottom: 160px !important;
  }

  .xs\:ml-160 {
    margin-left: 160px !important;
  }

  .xs\:p-160 {
    padding: 160px !important;
  }

  .xs\:pt-160 {
    padding-top: 160px !important;
  }

  .xs\:pr-160 {
    padding-right: 160px !important;
  }

  .xs\:pb-160 {
    padding-bottom: 160px !important;
  }

  .xs\:pl-160 {
    padding-left: 160px !important;
  }

  .xs\:m-80 {
    margin: 80px !important;
  }

  .xs\:mt-80 {
    margin-top: 80px !important;
  }

  .xs\:mr-80 {
    margin-right: 80px !important;
  }

  .xs\:mb-80 {
    margin-bottom: 80px !important;
  }

  .xs\:ml-80 {
    margin-left: 80px !important;
  }

  .xs\:p-80 {
    padding: 80px !important;
  }

  .xs\:pt-80 {
    padding-top: 80px !important;
  }

  .xs\:pr-80 {
    padding-right: 80px !important;
  }

  .xs\:pb-80 {
    padding-bottom: 80px !important;
  }

  .xs\:pl-80 {
    padding-left: 80px !important;
  }

  .xs\:m-72 {
    margin: 72px !important;
  }

  .xs\:mt-72 {
    margin-top: 72px !important;
  }

  .xs\:mr-72 {
    margin-right: 72px !important;
  }

  .xs\:mb-72 {
    margin-bottom: 72px !important;
  }

  .xs\:ml-72 {
    margin-left: 72px !important;
  }

  .xs\:p-72 {
    padding: 72px !important;
  }

  .xs\:pt-72 {
    padding-top: 72px !important;
  }

  .xs\:pr-72 {
    padding-right: 72px !important;
  }

  .xs\:pb-72 {
    padding-bottom: 72px !important;
  }

  .xs\:pl-72 {
    padding-left: 72px !important;
  }

  .xs\:m-64 {
    margin: 64px !important;
  }

  .xs\:mt-64 {
    margin-top: 64px !important;
  }

  .xs\:mr-64 {
    margin-right: 64px !important;
  }

  .xs\:mb-64 {
    margin-bottom: 64px !important;
  }

  .xs\:ml-64 {
    margin-left: 64px !important;
  }

  .xs\:p-64 {
    padding: 64px !important;
  }

  .xs\:pt-64 {
    padding-top: 64px !important;
  }

  .xs\:pr-64 {
    padding-right: 64px !important;
  }

  .xs\:pb-64 {
    padding-bottom: 64px !important;
  }

  .xs\:pl-64 {
    padding-left: 64px !important;
  }

  .xs\:m-56 {
    margin: 56px !important;
  }

  .xs\:mt-56 {
    margin-top: 56px !important;
  }

  .xs\:mr-56 {
    margin-right: 56px !important;
  }

  .xs\:mb-56 {
    margin-bottom: 56px !important;
  }

  .xs\:ml-56 {
    margin-left: 56px !important;
  }

  .xs\:p-56 {
    padding: 56px !important;
  }

  .xs\:pt-56 {
    padding-top: 56px !important;
  }

  .xs\:pr-56 {
    padding-right: 56px !important;
  }

  .xs\:pb-56 {
    padding-bottom: 56px !important;
  }

  .xs\:pl-56 {
    padding-left: 56px !important;
  }

  .xs\:m-48 {
    margin: 48px !important;
  }

  .xs\:mt-48 {
    margin-top: 48px !important;
  }

  .xs\:mr-48 {
    margin-right: 48px !important;
  }

  .xs\:mb-48 {
    margin-bottom: 48px !important;
  }

  .xs\:ml-48 {
    margin-left: 48px !important;
  }

  .xs\:p-48 {
    padding: 48px !important;
  }

  .xs\:pt-48 {
    padding-top: 48px !important;
  }

  .xs\:pr-48 {
    padding-right: 48px !important;
  }

  .xs\:pb-48 {
    padding-bottom: 48px !important;
  }

  .xs\:pl-48 {
    padding-left: 48px !important;
  }

  .xs\:m-40 {
    margin: 40px !important;
  }

  .xs\:mt-40 {
    margin-top: 40px !important;
  }

  .xs\:mr-40 {
    margin-right: 40px !important;
  }

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

  .xs\:ml-40 {
    margin-left: 40px !important;
  }

  .xs\:p-40 {
    padding: 40px !important;
  }

  .xs\:pt-40 {
    padding-top: 40px !important;
  }

  .xs\:pr-40 {
    padding-right: 40px !important;
  }

  .xs\:pb-40 {
    padding-bottom: 40px !important;
  }

  .xs\:pl-40 {
    padding-left: 40px !important;
  }

  .xs\:m-32 {
    margin: 32px !important;
  }

  .xs\:mt-32 {
    margin-top: 32px !important;
  }

  .xs\:mr-32 {
    margin-right: 32px !important;
  }

  .xs\:mb-32 {
    margin-bottom: 32px !important;
  }

  .xs\:ml-32 {
    margin-left: 32px !important;
  }

  .xs\:p-32 {
    padding: 32px !important;
  }

  .xs\:pt-32 {
    padding-top: 32px !important;
  }

  .xs\:pr-32 {
    padding-right: 32px !important;
  }

  .xs\:pb-32 {
    padding-bottom: 32px !important;
  }

  .xs\:pl-32 {
    padding-left: 32px !important;
  }

  .xs\:m-24 {
    margin: 24px !important;
  }

  .xs\:mt-24 {
    margin-top: 24px !important;
  }

  .xs\:mr-24 {
    margin-right: 24px !important;
  }

  .xs\:mb-24 {
    margin-bottom: 24px !important;
  }

  .xs\:ml-24 {
    margin-left: 24px !important;
  }

  .xs\:p-24 {
    padding: 24px !important;
  }

  .xs\:pt-24 {
    padding-top: 24px !important;
  }

  .xs\:pr-24 {
    padding-right: 24px !important;
  }

  .xs\:pb-24 {
    padding-bottom: 24px !important;
  }

  .xs\:pl-24 {
    padding-left: 24px !important;
  }

  .xs\:m-16 {
    margin: 16px !important;
  }

  .xs\:mt-16 {
    margin-top: 16px !important;
  }

  .xs\:mr-16 {
    margin-right: 16px !important;
  }

  .xs\:mb-16 {
    margin-bottom: 16px !important;
  }

  .xs\:ml-16 {
    margin-left: 16px !important;
  }

  .xs\:p-16 {
    padding: 16px !important;
  }

  .xs\:pt-16 {
    padding-top: 16px !important;
  }

  .xs\:pr-16 {
    padding-right: 16px !important;
  }

  .xs\:pb-16 {
    padding-bottom: 16px !important;
  }

  .xs\:pl-16 {
    padding-left: 16px !important;
  }

  .xs\:m-8 {
    margin: 8px !important;
  }

  .xs\:mt-8 {
    margin-top: 8px !important;
  }

  .xs\:mr-8 {
    margin-right: 8px !important;
  }

  .xs\:mb-8 {
    margin-bottom: 8px !important;
  }

  .xs\:ml-8 {
    margin-left: 8px !important;
  }

  .xs\:p-8 {
    padding: 8px !important;
  }

  .xs\:pt-8 {
    padding-top: 8px !important;
  }

  .xs\:pr-8 {
    padding-right: 8px !important;
  }

  .xs\:pb-8 {
    padding-bottom: 8px !important;
  }

  .xs\:pl-8 {
    padding-left: 8px !important;
  }

  .xs\:m-4 {
    margin: 4px !important;
  }

  .xs\:mt-4 {
    margin-top: 4px !important;
  }

  .xs\:mr-4 {
    margin-right: 4px !important;
  }

  .xs\:mb-4 {
    margin-bottom: 4px !important;
  }

  .xs\:ml-4 {
    margin-left: 4px !important;
  }

  .xs\:p-4 {
    padding: 4px !important;
  }

  .xs\:pt-4 {
    padding-top: 4px !important;
  }

  .xs\:pr-4 {
    padding-right: 4px !important;
  }

  .xs\:pb-4 {
    padding-bottom: 4px !important;
  }

  .xs\:pl-4 {
    padding-left: 4px !important;
  }

  .xs\:m-0 {
    margin: 0 !important;
  }

  .xs\:mt-0 {
    margin-top: 0 !important;
  }

  .xs\:mr-0 {
    margin-right: 0 !important;
  }

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

  .xs\:ml-0 {
    margin-left: 0 !important;
  }

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

  .xs\:pt-0 {
    padding-top: 0 !important;
  }

  .xs\:pr-0 {
    padding-right: 0 !important;
  }

  .xs\:pb-0 {
    padding-bottom: 0 !important;
  }

  .xs\:pl-0 {
    padding-left: 0 !important;
  }

  .xs\:m-auto {
    margin: auto !important;
  }

  .xs\:mt-auto {
    margin-top: auto !important;
  }

  .xs\:mr-auto {
    margin-right: auto !important;
  }

  .xs\:mb-auto {
    margin-bottom: auto !important;
  }

  .xs\:ml-auto {
    margin-left: auto !important;
  }

  .xs\:mt-n168 {
    margin-top: -168px !important;
  }

  .xs\:mr-n168 {
    margin-right: -168px !important;
  }

  .xs\:mb-n168 {
    margin-bottom: -168px !important;
  }

  .xs\:ml-n168 {
    margin-left: -168px !important;
  }

  .xs\:mt-n160 {
    margin-top: -160px !important;
  }

  .xs\:mr-n160 {
    margin-right: -160px !important;
  }

  .xs\:mb-n160 {
    margin-bottom: -160px !important;
  }

  .xs\:ml-n160 {
    margin-left: -160px !important;
  }

  .xs\:mt-n80 {
    margin-top: -80px !important;
  }

  .xs\:mr-n80 {
    margin-right: -80px !important;
  }

  .xs\:mb-n80 {
    margin-bottom: -80px !important;
  }

  .xs\:ml-n80 {
    margin-left: -80px !important;
  }

  .xs\:mt-n72 {
    margin-top: -72px !important;
  }

  .xs\:mr-n72 {
    margin-right: -72px !important;
  }

  .xs\:mb-n72 {
    margin-bottom: -72px !important;
  }

  .xs\:ml-n72 {
    margin-left: -72px !important;
  }

  .xs\:mt-n64 {
    margin-top: -64px !important;
  }

  .xs\:mr-n64 {
    margin-right: -64px !important;
  }

  .xs\:mb-n64 {
    margin-bottom: -64px !important;
  }

  .xs\:ml-n64 {
    margin-left: -64px !important;
  }

  .xs\:mt-n56 {
    margin-top: -56px !important;
  }

  .xs\:mr-n56 {
    margin-right: -56px !important;
  }

  .xs\:mb-n56 {
    margin-bottom: -56px !important;
  }

  .xs\:ml-n56 {
    margin-left: -56px !important;
  }

  .xs\:mt-n48 {
    margin-top: -48px !important;
  }

  .xs\:mr-n48 {
    margin-right: -48px !important;
  }

  .xs\:mb-n48 {
    margin-bottom: -48px !important;
  }

  .xs\:ml-n48 {
    margin-left: -48px !important;
  }

  .xs\:mt-n40 {
    margin-top: -40px !important;
  }

  .xs\:mr-n40 {
    margin-right: -40px !important;
  }

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

  .xs\:ml-n40 {
    margin-left: -40px !important;
  }

  .xs\:mt-n32 {
    margin-top: -32px !important;
  }

  .xs\:mr-n32 {
    margin-right: -32px !important;
  }

  .xs\:mb-n32 {
    margin-bottom: -32px !important;
  }

  .xs\:ml-n32 {
    margin-left: -32px !important;
  }

  .xs\:mt-n24 {
    margin-top: -24px !important;
  }

  .xs\:mr-n24 {
    margin-right: -24px !important;
  }

  .xs\:mb-n24 {
    margin-bottom: -24px !important;
  }

  .xs\:ml-n24 {
    margin-left: -24px !important;
  }

  .xs\:mt-n16 {
    margin-top: -16px !important;
  }

  .xs\:mr-n16 {
    margin-right: -16px !important;
  }

  .xs\:mb-n16 {
    margin-bottom: -16px !important;
  }

  .xs\:ml-n16 {
    margin-left: -16px !important;
  }

  .xs\:mt-n8 {
    margin-top: -8px !important;
  }

  .xs\:mr-n8 {
    margin-right: -8px !important;
  }

  .xs\:mb-n8 {
    margin-bottom: -8px !important;
  }

  .xs\:ml-n8 {
    margin-left: -8px !important;
  }

  .xs\:mt-n4 {
    margin-top: -4px !important;
  }

  .xs\:mr-n4 {
    margin-right: -4px !important;
  }

  .xs\:mb-n4 {
    margin-bottom: -4px !important;
  }

  .xs\:ml-n4 {
    margin-left: -4px !important;
  }
}
@media (min-width: 520px) {
  .sm\:m-168 {
    margin: 168px !important;
  }

  .sm\:mt-168 {
    margin-top: 168px !important;
  }

  .sm\:mr-168 {
    margin-right: 168px !important;
  }

  .sm\:mb-168 {
    margin-bottom: 168px !important;
  }

  .sm\:ml-168 {
    margin-left: 168px !important;
  }

  .sm\:p-168 {
    padding: 168px !important;
  }

  .sm\:pt-168 {
    padding-top: 168px !important;
  }

  .sm\:pr-168 {
    padding-right: 168px !important;
  }

  .sm\:pb-168 {
    padding-bottom: 168px !important;
  }

  .sm\:pl-168 {
    padding-left: 168px !important;
  }

  .sm\:m-160 {
    margin: 160px !important;
  }

  .sm\:mt-160 {
    margin-top: 160px !important;
  }

  .sm\:mr-160 {
    margin-right: 160px !important;
  }

  .sm\:mb-160 {
    margin-bottom: 160px !important;
  }

  .sm\:ml-160 {
    margin-left: 160px !important;
  }

  .sm\:p-160 {
    padding: 160px !important;
  }

  .sm\:pt-160 {
    padding-top: 160px !important;
  }

  .sm\:pr-160 {
    padding-right: 160px !important;
  }

  .sm\:pb-160 {
    padding-bottom: 160px !important;
  }

  .sm\:pl-160 {
    padding-left: 160px !important;
  }

  .sm\:m-80 {
    margin: 80px !important;
  }

  .sm\:mt-80 {
    margin-top: 80px !important;
  }

  .sm\:mr-80 {
    margin-right: 80px !important;
  }

  .sm\:mb-80 {
    margin-bottom: 80px !important;
  }

  .sm\:ml-80 {
    margin-left: 80px !important;
  }

  .sm\:p-80 {
    padding: 80px !important;
  }

  .sm\:pt-80 {
    padding-top: 80px !important;
  }

  .sm\:pr-80 {
    padding-right: 80px !important;
  }

  .sm\:pb-80 {
    padding-bottom: 80px !important;
  }

  .sm\:pl-80 {
    padding-left: 80px !important;
  }

  .sm\:m-72 {
    margin: 72px !important;
  }

  .sm\:mt-72 {
    margin-top: 72px !important;
  }

  .sm\:mr-72 {
    margin-right: 72px !important;
  }

  .sm\:mb-72 {
    margin-bottom: 72px !important;
  }

  .sm\:ml-72 {
    margin-left: 72px !important;
  }

  .sm\:p-72 {
    padding: 72px !important;
  }

  .sm\:pt-72 {
    padding-top: 72px !important;
  }

  .sm\:pr-72 {
    padding-right: 72px !important;
  }

  .sm\:pb-72 {
    padding-bottom: 72px !important;
  }

  .sm\:pl-72 {
    padding-left: 72px !important;
  }

  .sm\:m-64 {
    margin: 64px !important;
  }

  .sm\:mt-64 {
    margin-top: 64px !important;
  }

  .sm\:mr-64 {
    margin-right: 64px !important;
  }

  .sm\:mb-64 {
    margin-bottom: 64px !important;
  }

  .sm\:ml-64 {
    margin-left: 64px !important;
  }

  .sm\:p-64 {
    padding: 64px !important;
  }

  .sm\:pt-64 {
    padding-top: 64px !important;
  }

  .sm\:pr-64 {
    padding-right: 64px !important;
  }

  .sm\:pb-64 {
    padding-bottom: 64px !important;
  }

  .sm\:pl-64 {
    padding-left: 64px !important;
  }

  .sm\:m-56 {
    margin: 56px !important;
  }

  .sm\:mt-56 {
    margin-top: 56px !important;
  }

  .sm\:mr-56 {
    margin-right: 56px !important;
  }

  .sm\:mb-56 {
    margin-bottom: 56px !important;
  }

  .sm\:ml-56 {
    margin-left: 56px !important;
  }

  .sm\:p-56 {
    padding: 56px !important;
  }

  .sm\:pt-56 {
    padding-top: 56px !important;
  }

  .sm\:pr-56 {
    padding-right: 56px !important;
  }

  .sm\:pb-56 {
    padding-bottom: 56px !important;
  }

  .sm\:pl-56 {
    padding-left: 56px !important;
  }

  .sm\:m-48 {
    margin: 48px !important;
  }

  .sm\:mt-48 {
    margin-top: 48px !important;
  }

  .sm\:mr-48 {
    margin-right: 48px !important;
  }

  .sm\:mb-48 {
    margin-bottom: 48px !important;
  }

  .sm\:ml-48 {
    margin-left: 48px !important;
  }

  .sm\:p-48 {
    padding: 48px !important;
  }

  .sm\:pt-48 {
    padding-top: 48px !important;
  }

  .sm\:pr-48 {
    padding-right: 48px !important;
  }

  .sm\:pb-48 {
    padding-bottom: 48px !important;
  }

  .sm\:pl-48 {
    padding-left: 48px !important;
  }

  .sm\:m-40 {
    margin: 40px !important;
  }

  .sm\:mt-40 {
    margin-top: 40px !important;
  }

  .sm\:mr-40 {
    margin-right: 40px !important;
  }

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

  .sm\:ml-40 {
    margin-left: 40px !important;
  }

  .sm\:p-40 {
    padding: 40px !important;
  }

  .sm\:pt-40 {
    padding-top: 40px !important;
  }

  .sm\:pr-40 {
    padding-right: 40px !important;
  }

  .sm\:pb-40 {
    padding-bottom: 40px !important;
  }

  .sm\:pl-40 {
    padding-left: 40px !important;
  }

  .sm\:m-32 {
    margin: 32px !important;
  }

  .sm\:mt-32 {
    margin-top: 32px !important;
  }

  .sm\:mr-32 {
    margin-right: 32px !important;
  }

  .sm\:mb-32 {
    margin-bottom: 32px !important;
  }

  .sm\:ml-32 {
    margin-left: 32px !important;
  }

  .sm\:p-32 {
    padding: 32px !important;
  }

  .sm\:pt-32 {
    padding-top: 32px !important;
  }

  .sm\:pr-32 {
    padding-right: 32px !important;
  }

  .sm\:pb-32 {
    padding-bottom: 32px !important;
  }

  .sm\:pl-32 {
    padding-left: 32px !important;
  }

  .sm\:m-24 {
    margin: 24px !important;
  }

  .sm\:mt-24 {
    margin-top: 24px !important;
  }

  .sm\:mr-24 {
    margin-right: 24px !important;
  }

  .sm\:mb-24 {
    margin-bottom: 24px !important;
  }

  .sm\:ml-24 {
    margin-left: 24px !important;
  }

  .sm\:p-24 {
    padding: 24px !important;
  }

  .sm\:pt-24 {
    padding-top: 24px !important;
  }

  .sm\:pr-24 {
    padding-right: 24px !important;
  }

  .sm\:pb-24 {
    padding-bottom: 24px !important;
  }

  .sm\:pl-24 {
    padding-left: 24px !important;
  }

  .sm\:m-16 {
    margin: 16px !important;
  }

  .sm\:mt-16 {
    margin-top: 16px !important;
  }

  .sm\:mr-16 {
    margin-right: 16px !important;
  }

  .sm\:mb-16 {
    margin-bottom: 16px !important;
  }

  .sm\:ml-16 {
    margin-left: 16px !important;
  }

  .sm\:p-16 {
    padding: 16px !important;
  }

  .sm\:pt-16 {
    padding-top: 16px !important;
  }

  .sm\:pr-16 {
    padding-right: 16px !important;
  }

  .sm\:pb-16 {
    padding-bottom: 16px !important;
  }

  .sm\:pl-16 {
    padding-left: 16px !important;
  }

  .sm\:m-8 {
    margin: 8px !important;
  }

  .sm\:mt-8 {
    margin-top: 8px !important;
  }

  .sm\:mr-8 {
    margin-right: 8px !important;
  }

  .sm\:mb-8 {
    margin-bottom: 8px !important;
  }

  .sm\:ml-8 {
    margin-left: 8px !important;
  }

  .sm\:p-8 {
    padding: 8px !important;
  }

  .sm\:pt-8 {
    padding-top: 8px !important;
  }

  .sm\:pr-8 {
    padding-right: 8px !important;
  }

  .sm\:pb-8 {
    padding-bottom: 8px !important;
  }

  .sm\:pl-8 {
    padding-left: 8px !important;
  }

  .sm\:m-4 {
    margin: 4px !important;
  }

  .sm\:mt-4 {
    margin-top: 4px !important;
  }

  .sm\:mr-4 {
    margin-right: 4px !important;
  }

  .sm\:mb-4 {
    margin-bottom: 4px !important;
  }

  .sm\:ml-4 {
    margin-left: 4px !important;
  }

  .sm\:p-4 {
    padding: 4px !important;
  }

  .sm\:pt-4 {
    padding-top: 4px !important;
  }

  .sm\:pr-4 {
    padding-right: 4px !important;
  }

  .sm\:pb-4 {
    padding-bottom: 4px !important;
  }

  .sm\:pl-4 {
    padding-left: 4px !important;
  }

  .sm\:m-0 {
    margin: 0 !important;
  }

  .sm\:mt-0 {
    margin-top: 0 !important;
  }

  .sm\:mr-0 {
    margin-right: 0 !important;
  }

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

  .sm\:ml-0 {
    margin-left: 0 !important;
  }

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

  .sm\:pt-0 {
    padding-top: 0 !important;
  }

  .sm\:pr-0 {
    padding-right: 0 !important;
  }

  .sm\:pb-0 {
    padding-bottom: 0 !important;
  }

  .sm\:pl-0 {
    padding-left: 0 !important;
  }

  .sm\:m-auto {
    margin: auto !important;
  }

  .sm\:mt-auto {
    margin-top: auto !important;
  }

  .sm\:mr-auto {
    margin-right: auto !important;
  }

  .sm\:mb-auto {
    margin-bottom: auto !important;
  }

  .sm\:ml-auto {
    margin-left: auto !important;
  }

  .sm\:mt-n168 {
    margin-top: -168px !important;
  }

  .sm\:mr-n168 {
    margin-right: -168px !important;
  }

  .sm\:mb-n168 {
    margin-bottom: -168px !important;
  }

  .sm\:ml-n168 {
    margin-left: -168px !important;
  }

  .sm\:mt-n160 {
    margin-top: -160px !important;
  }

  .sm\:mr-n160 {
    margin-right: -160px !important;
  }

  .sm\:mb-n160 {
    margin-bottom: -160px !important;
  }

  .sm\:ml-n160 {
    margin-left: -160px !important;
  }

  .sm\:mt-n80 {
    margin-top: -80px !important;
  }

  .sm\:mr-n80 {
    margin-right: -80px !important;
  }

  .sm\:mb-n80 {
    margin-bottom: -80px !important;
  }

  .sm\:ml-n80 {
    margin-left: -80px !important;
  }

  .sm\:mt-n72 {
    margin-top: -72px !important;
  }

  .sm\:mr-n72 {
    margin-right: -72px !important;
  }

  .sm\:mb-n72 {
    margin-bottom: -72px !important;
  }

  .sm\:ml-n72 {
    margin-left: -72px !important;
  }

  .sm\:mt-n64 {
    margin-top: -64px !important;
  }

  .sm\:mr-n64 {
    margin-right: -64px !important;
  }

  .sm\:mb-n64 {
    margin-bottom: -64px !important;
  }

  .sm\:ml-n64 {
    margin-left: -64px !important;
  }

  .sm\:mt-n56 {
    margin-top: -56px !important;
  }

  .sm\:mr-n56 {
    margin-right: -56px !important;
  }

  .sm\:mb-n56 {
    margin-bottom: -56px !important;
  }

  .sm\:ml-n56 {
    margin-left: -56px !important;
  }

  .sm\:mt-n48 {
    margin-top: -48px !important;
  }

  .sm\:mr-n48 {
    margin-right: -48px !important;
  }

  .sm\:mb-n48 {
    margin-bottom: -48px !important;
  }

  .sm\:ml-n48 {
    margin-left: -48px !important;
  }

  .sm\:mt-n40 {
    margin-top: -40px !important;
  }

  .sm\:mr-n40 {
    margin-right: -40px !important;
  }

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

  .sm\:ml-n40 {
    margin-left: -40px !important;
  }

  .sm\:mt-n32 {
    margin-top: -32px !important;
  }

  .sm\:mr-n32 {
    margin-right: -32px !important;
  }

  .sm\:mb-n32 {
    margin-bottom: -32px !important;
  }

  .sm\:ml-n32 {
    margin-left: -32px !important;
  }

  .sm\:mt-n24 {
    margin-top: -24px !important;
  }

  .sm\:mr-n24 {
    margin-right: -24px !important;
  }

  .sm\:mb-n24 {
    margin-bottom: -24px !important;
  }

  .sm\:ml-n24 {
    margin-left: -24px !important;
  }

  .sm\:mt-n16 {
    margin-top: -16px !important;
  }

  .sm\:mr-n16 {
    margin-right: -16px !important;
  }

  .sm\:mb-n16 {
    margin-bottom: -16px !important;
  }

  .sm\:ml-n16 {
    margin-left: -16px !important;
  }

  .sm\:mt-n8 {
    margin-top: -8px !important;
  }

  .sm\:mr-n8 {
    margin-right: -8px !important;
  }

  .sm\:mb-n8 {
    margin-bottom: -8px !important;
  }

  .sm\:ml-n8 {
    margin-left: -8px !important;
  }

  .sm\:mt-n4 {
    margin-top: -4px !important;
  }

  .sm\:mr-n4 {
    margin-right: -4px !important;
  }

  .sm\:mb-n4 {
    margin-bottom: -4px !important;
  }

  .sm\:ml-n4 {
    margin-left: -4px !important;
  }
}
@media (min-width: 768px) {
  .md\:m-168 {
    margin: 168px !important;
  }

  .md\:mt-168 {
    margin-top: 168px !important;
  }

  .md\:mr-168 {
    margin-right: 168px !important;
  }

  .md\:mb-168 {
    margin-bottom: 168px !important;
  }

  .md\:ml-168 {
    margin-left: 168px !important;
  }

  .md\:p-168 {
    padding: 168px !important;
  }

  .md\:pt-168 {
    padding-top: 168px !important;
  }

  .md\:pr-168 {
    padding-right: 168px !important;
  }

  .md\:pb-168 {
    padding-bottom: 168px !important;
  }

  .md\:pl-168 {
    padding-left: 168px !important;
  }

  .md\:m-160 {
    margin: 160px !important;
  }

  .md\:mt-160 {
    margin-top: 160px !important;
  }

  .md\:mr-160 {
    margin-right: 160px !important;
  }

  .md\:mb-160 {
    margin-bottom: 160px !important;
  }

  .md\:ml-160 {
    margin-left: 160px !important;
  }

  .md\:p-160 {
    padding: 160px !important;
  }

  .md\:pt-160 {
    padding-top: 160px !important;
  }

  .md\:pr-160 {
    padding-right: 160px !important;
  }

  .md\:pb-160 {
    padding-bottom: 160px !important;
  }

  .md\:pl-160 {
    padding-left: 160px !important;
  }

  .md\:m-80 {
    margin: 80px !important;
  }

  .md\:mt-80 {
    margin-top: 80px !important;
  }

  .md\:mr-80 {
    margin-right: 80px !important;
  }

  .md\:mb-80 {
    margin-bottom: 80px !important;
  }

  .md\:ml-80 {
    margin-left: 80px !important;
  }

  .md\:p-80 {
    padding: 80px !important;
  }

  .md\:pt-80 {
    padding-top: 80px !important;
  }

  .md\:pr-80 {
    padding-right: 80px !important;
  }

  .md\:pb-80 {
    padding-bottom: 80px !important;
  }

  .md\:pl-80 {
    padding-left: 80px !important;
  }

  .md\:m-72 {
    margin: 72px !important;
  }

  .md\:mt-72 {
    margin-top: 72px !important;
  }

  .md\:mr-72 {
    margin-right: 72px !important;
  }

  .md\:mb-72 {
    margin-bottom: 72px !important;
  }

  .md\:ml-72 {
    margin-left: 72px !important;
  }

  .md\:p-72 {
    padding: 72px !important;
  }

  .md\:pt-72 {
    padding-top: 72px !important;
  }

  .md\:pr-72 {
    padding-right: 72px !important;
  }

  .md\:pb-72 {
    padding-bottom: 72px !important;
  }

  .md\:pl-72 {
    padding-left: 72px !important;
  }

  .md\:m-64 {
    margin: 64px !important;
  }

  .md\:mt-64 {
    margin-top: 64px !important;
  }

  .md\:mr-64 {
    margin-right: 64px !important;
  }

  .md\:mb-64 {
    margin-bottom: 64px !important;
  }

  .md\:ml-64 {
    margin-left: 64px !important;
  }

  .md\:p-64 {
    padding: 64px !important;
  }

  .md\:pt-64 {
    padding-top: 64px !important;
  }

  .md\:pr-64 {
    padding-right: 64px !important;
  }

  .md\:pb-64 {
    padding-bottom: 64px !important;
  }

  .md\:pl-64 {
    padding-left: 64px !important;
  }

  .md\:m-56 {
    margin: 56px !important;
  }

  .md\:mt-56 {
    margin-top: 56px !important;
  }

  .md\:mr-56 {
    margin-right: 56px !important;
  }

  .md\:mb-56 {
    margin-bottom: 56px !important;
  }

  .md\:ml-56 {
    margin-left: 56px !important;
  }

  .md\:p-56 {
    padding: 56px !important;
  }

  .md\:pt-56 {
    padding-top: 56px !important;
  }

  .md\:pr-56 {
    padding-right: 56px !important;
  }

  .md\:pb-56 {
    padding-bottom: 56px !important;
  }

  .md\:pl-56 {
    padding-left: 56px !important;
  }

  .md\:m-48 {
    margin: 48px !important;
  }

  .md\:mt-48 {
    margin-top: 48px !important;
  }

  .md\:mr-48 {
    margin-right: 48px !important;
  }

  .md\:mb-48 {
    margin-bottom: 48px !important;
  }

  .md\:ml-48 {
    margin-left: 48px !important;
  }

  .md\:p-48 {
    padding: 48px !important;
  }

  .md\:pt-48 {
    padding-top: 48px !important;
  }

  .md\:pr-48 {
    padding-right: 48px !important;
  }

  .md\:pb-48 {
    padding-bottom: 48px !important;
  }

  .md\:pl-48 {
    padding-left: 48px !important;
  }

  .md\:m-40 {
    margin: 40px !important;
  }

  .md\:mt-40 {
    margin-top: 40px !important;
  }

  .md\:mr-40 {
    margin-right: 40px !important;
  }

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

  .md\:ml-40 {
    margin-left: 40px !important;
  }

  .md\:p-40 {
    padding: 40px !important;
  }

  .md\:pt-40 {
    padding-top: 40px !important;
  }

  .md\:pr-40 {
    padding-right: 40px !important;
  }

  .md\:pb-40 {
    padding-bottom: 40px !important;
  }

  .md\:pl-40 {
    padding-left: 40px !important;
  }

  .md\:m-32 {
    margin: 32px !important;
  }

  .md\:mt-32 {
    margin-top: 32px !important;
  }

  .md\:mr-32 {
    margin-right: 32px !important;
  }

  .md\:mb-32 {
    margin-bottom: 32px !important;
  }

  .md\:ml-32 {
    margin-left: 32px !important;
  }

  .md\:p-32 {
    padding: 32px !important;
  }

  .md\:pt-32 {
    padding-top: 32px !important;
  }

  .md\:pr-32 {
    padding-right: 32px !important;
  }

  .md\:pb-32 {
    padding-bottom: 32px !important;
  }

  .md\:pl-32 {
    padding-left: 32px !important;
  }

  .md\:m-24 {
    margin: 24px !important;
  }

  .md\:mt-24 {
    margin-top: 24px !important;
  }

  .md\:mr-24 {
    margin-right: 24px !important;
  }

  .md\:mb-24 {
    margin-bottom: 24px !important;
  }

  .md\:ml-24 {
    margin-left: 24px !important;
  }

  .md\:p-24 {
    padding: 24px !important;
  }

  .md\:pt-24 {
    padding-top: 24px !important;
  }

  .md\:pr-24 {
    padding-right: 24px !important;
  }

  .md\:pb-24 {
    padding-bottom: 24px !important;
  }

  .md\:pl-24 {
    padding-left: 24px !important;
  }

  .md\:m-16 {
    margin: 16px !important;
  }

  .md\:mt-16 {
    margin-top: 16px !important;
  }

  .md\:mr-16 {
    margin-right: 16px !important;
  }

  .md\:mb-16 {
    margin-bottom: 16px !important;
  }

  .md\:ml-16 {
    margin-left: 16px !important;
  }

  .md\:p-16 {
    padding: 16px !important;
  }

  .md\:pt-16 {
    padding-top: 16px !important;
  }

  .md\:pr-16 {
    padding-right: 16px !important;
  }

  .md\:pb-16 {
    padding-bottom: 16px !important;
  }

  .md\:pl-16 {
    padding-left: 16px !important;
  }

  .md\:m-8 {
    margin: 8px !important;
  }

  .md\:mt-8 {
    margin-top: 8px !important;
  }

  .md\:mr-8 {
    margin-right: 8px !important;
  }

  .md\:mb-8 {
    margin-bottom: 8px !important;
  }

  .md\:ml-8 {
    margin-left: 8px !important;
  }

  .md\:p-8 {
    padding: 8px !important;
  }

  .md\:pt-8 {
    padding-top: 8px !important;
  }

  .md\:pr-8 {
    padding-right: 8px !important;
  }

  .md\:pb-8 {
    padding-bottom: 8px !important;
  }

  .md\:pl-8 {
    padding-left: 8px !important;
  }

  .md\:m-4 {
    margin: 4px !important;
  }

  .md\:mt-4 {
    margin-top: 4px !important;
  }

  .md\:mr-4 {
    margin-right: 4px !important;
  }

  .md\:mb-4 {
    margin-bottom: 4px !important;
  }

  .md\:ml-4 {
    margin-left: 4px !important;
  }

  .md\:p-4 {
    padding: 4px !important;
  }

  .md\:pt-4 {
    padding-top: 4px !important;
  }

  .md\:pr-4 {
    padding-right: 4px !important;
  }

  .md\:pb-4 {
    padding-bottom: 4px !important;
  }

  .md\:pl-4 {
    padding-left: 4px !important;
  }

  .md\:m-0 {
    margin: 0 !important;
  }

  .md\:mt-0 {
    margin-top: 0 !important;
  }

  .md\:mr-0 {
    margin-right: 0 !important;
  }

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

  .md\:ml-0 {
    margin-left: 0 !important;
  }

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

  .md\:pt-0 {
    padding-top: 0 !important;
  }

  .md\:pr-0 {
    padding-right: 0 !important;
  }

  .md\:pb-0 {
    padding-bottom: 0 !important;
  }

  .md\:pl-0 {
    padding-left: 0 !important;
  }

  .md\:m-auto {
    margin: auto !important;
  }

  .md\:mt-auto {
    margin-top: auto !important;
  }

  .md\:mr-auto {
    margin-right: auto !important;
  }

  .md\:mb-auto {
    margin-bottom: auto !important;
  }

  .md\:ml-auto {
    margin-left: auto !important;
  }

  .md\:mt-n168 {
    margin-top: -168px !important;
  }

  .md\:mr-n168 {
    margin-right: -168px !important;
  }

  .md\:mb-n168 {
    margin-bottom: -168px !important;
  }

  .md\:ml-n168 {
    margin-left: -168px !important;
  }

  .md\:mt-n160 {
    margin-top: -160px !important;
  }

  .md\:mr-n160 {
    margin-right: -160px !important;
  }

  .md\:mb-n160 {
    margin-bottom: -160px !important;
  }

  .md\:ml-n160 {
    margin-left: -160px !important;
  }

  .md\:mt-n80 {
    margin-top: -80px !important;
  }

  .md\:mr-n80 {
    margin-right: -80px !important;
  }

  .md\:mb-n80 {
    margin-bottom: -80px !important;
  }

  .md\:ml-n80 {
    margin-left: -80px !important;
  }

  .md\:mt-n72 {
    margin-top: -72px !important;
  }

  .md\:mr-n72 {
    margin-right: -72px !important;
  }

  .md\:mb-n72 {
    margin-bottom: -72px !important;
  }

  .md\:ml-n72 {
    margin-left: -72px !important;
  }

  .md\:mt-n64 {
    margin-top: -64px !important;
  }

  .md\:mr-n64 {
    margin-right: -64px !important;
  }

  .md\:mb-n64 {
    margin-bottom: -64px !important;
  }

  .md\:ml-n64 {
    margin-left: -64px !important;
  }

  .md\:mt-n56 {
    margin-top: -56px !important;
  }

  .md\:mr-n56 {
    margin-right: -56px !important;
  }

  .md\:mb-n56 {
    margin-bottom: -56px !important;
  }

  .md\:ml-n56 {
    margin-left: -56px !important;
  }

  .md\:mt-n48 {
    margin-top: -48px !important;
  }

  .md\:mr-n48 {
    margin-right: -48px !important;
  }

  .md\:mb-n48 {
    margin-bottom: -48px !important;
  }

  .md\:ml-n48 {
    margin-left: -48px !important;
  }

  .md\:mt-n40 {
    margin-top: -40px !important;
  }

  .md\:mr-n40 {
    margin-right: -40px !important;
  }

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

  .md\:ml-n40 {
    margin-left: -40px !important;
  }

  .md\:mt-n32 {
    margin-top: -32px !important;
  }

  .md\:mr-n32 {
    margin-right: -32px !important;
  }

  .md\:mb-n32 {
    margin-bottom: -32px !important;
  }

  .md\:ml-n32 {
    margin-left: -32px !important;
  }

  .md\:mt-n24 {
    margin-top: -24px !important;
  }

  .md\:mr-n24 {
    margin-right: -24px !important;
  }

  .md\:mb-n24 {
    margin-bottom: -24px !important;
  }

  .md\:ml-n24 {
    margin-left: -24px !important;
  }

  .md\:mt-n16 {
    margin-top: -16px !important;
  }

  .md\:mr-n16 {
    margin-right: -16px !important;
  }

  .md\:mb-n16 {
    margin-bottom: -16px !important;
  }

  .md\:ml-n16 {
    margin-left: -16px !important;
  }

  .md\:mt-n8 {
    margin-top: -8px !important;
  }

  .md\:mr-n8 {
    margin-right: -8px !important;
  }

  .md\:mb-n8 {
    margin-bottom: -8px !important;
  }

  .md\:ml-n8 {
    margin-left: -8px !important;
  }

  .md\:mt-n4 {
    margin-top: -4px !important;
  }

  .md\:mr-n4 {
    margin-right: -4px !important;
  }

  .md\:mb-n4 {
    margin-bottom: -4px !important;
  }

  .md\:ml-n4 {
    margin-left: -4px !important;
  }
}
@media (min-width: 1024px) {
  .lg\:m-168 {
    margin: 168px !important;
  }

  .lg\:mt-168 {
    margin-top: 168px !important;
  }

  .lg\:mr-168 {
    margin-right: 168px !important;
  }

  .lg\:mb-168 {
    margin-bottom: 168px !important;
  }

  .lg\:ml-168 {
    margin-left: 168px !important;
  }

  .lg\:p-168 {
    padding: 168px !important;
  }

  .lg\:pt-168 {
    padding-top: 168px !important;
  }

  .lg\:pr-168 {
    padding-right: 168px !important;
  }

  .lg\:pb-168 {
    padding-bottom: 168px !important;
  }

  .lg\:pl-168 {
    padding-left: 168px !important;
  }

  .lg\:m-160 {
    margin: 160px !important;
  }

  .lg\:mt-160 {
    margin-top: 160px !important;
  }

  .lg\:mr-160 {
    margin-right: 160px !important;
  }

  .lg\:mb-160 {
    margin-bottom: 160px !important;
  }

  .lg\:ml-160 {
    margin-left: 160px !important;
  }

  .lg\:p-160 {
    padding: 160px !important;
  }

  .lg\:pt-160 {
    padding-top: 160px !important;
  }

  .lg\:pr-160 {
    padding-right: 160px !important;
  }

  .lg\:pb-160 {
    padding-bottom: 160px !important;
  }

  .lg\:pl-160 {
    padding-left: 160px !important;
  }

  .lg\:m-80 {
    margin: 80px !important;
  }

  .lg\:mt-80 {
    margin-top: 80px !important;
  }

  .lg\:mr-80 {
    margin-right: 80px !important;
  }

  .lg\:mb-80 {
    margin-bottom: 80px !important;
  }

  .lg\:ml-80 {
    margin-left: 80px !important;
  }

  .lg\:p-80 {
    padding: 80px !important;
  }

  .lg\:pt-80 {
    padding-top: 80px !important;
  }

  .lg\:pr-80 {
    padding-right: 80px !important;
  }

  .lg\:pb-80 {
    padding-bottom: 80px !important;
  }

  .lg\:pl-80 {
    padding-left: 80px !important;
  }

  .lg\:m-72 {
    margin: 72px !important;
  }

  .lg\:mt-72 {
    margin-top: 72px !important;
  }

  .lg\:mr-72 {
    margin-right: 72px !important;
  }

  .lg\:mb-72 {
    margin-bottom: 72px !important;
  }

  .lg\:ml-72 {
    margin-left: 72px !important;
  }

  .lg\:p-72 {
    padding: 72px !important;
  }

  .lg\:pt-72 {
    padding-top: 72px !important;
  }

  .lg\:pr-72 {
    padding-right: 72px !important;
  }

  .lg\:pb-72 {
    padding-bottom: 72px !important;
  }

  .lg\:pl-72 {
    padding-left: 72px !important;
  }

  .lg\:m-64 {
    margin: 64px !important;
  }

  .lg\:mt-64 {
    margin-top: 64px !important;
  }

  .lg\:mr-64 {
    margin-right: 64px !important;
  }

  .lg\:mb-64 {
    margin-bottom: 64px !important;
  }

  .lg\:ml-64 {
    margin-left: 64px !important;
  }

  .lg\:p-64 {
    padding: 64px !important;
  }

  .lg\:pt-64 {
    padding-top: 64px !important;
  }

  .lg\:pr-64 {
    padding-right: 64px !important;
  }

  .lg\:pb-64 {
    padding-bottom: 64px !important;
  }

  .lg\:pl-64 {
    padding-left: 64px !important;
  }

  .lg\:m-56 {
    margin: 56px !important;
  }

  .lg\:mt-56 {
    margin-top: 56px !important;
  }

  .lg\:mr-56 {
    margin-right: 56px !important;
  }

  .lg\:mb-56 {
    margin-bottom: 56px !important;
  }

  .lg\:ml-56 {
    margin-left: 56px !important;
  }

  .lg\:p-56 {
    padding: 56px !important;
  }

  .lg\:pt-56 {
    padding-top: 56px !important;
  }

  .lg\:pr-56 {
    padding-right: 56px !important;
  }

  .lg\:pb-56 {
    padding-bottom: 56px !important;
  }

  .lg\:pl-56 {
    padding-left: 56px !important;
  }

  .lg\:m-48 {
    margin: 48px !important;
  }

  .lg\:mt-48 {
    margin-top: 48px !important;
  }

  .lg\:mr-48 {
    margin-right: 48px !important;
  }

  .lg\:mb-48 {
    margin-bottom: 48px !important;
  }

  .lg\:ml-48 {
    margin-left: 48px !important;
  }

  .lg\:p-48 {
    padding: 48px !important;
  }

  .lg\:pt-48 {
    padding-top: 48px !important;
  }

  .lg\:pr-48 {
    padding-right: 48px !important;
  }

  .lg\:pb-48 {
    padding-bottom: 48px !important;
  }

  .lg\:pl-48 {
    padding-left: 48px !important;
  }

  .lg\:m-40 {
    margin: 40px !important;
  }

  .lg\:mt-40 {
    margin-top: 40px !important;
  }

  .lg\:mr-40 {
    margin-right: 40px !important;
  }

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

  .lg\:ml-40 {
    margin-left: 40px !important;
  }

  .lg\:p-40 {
    padding: 40px !important;
  }

  .lg\:pt-40 {
    padding-top: 40px !important;
  }

  .lg\:pr-40 {
    padding-right: 40px !important;
  }

  .lg\:pb-40 {
    padding-bottom: 40px !important;
  }

  .lg\:pl-40 {
    padding-left: 40px !important;
  }

  .lg\:m-32 {
    margin: 32px !important;
  }

  .lg\:mt-32 {
    margin-top: 32px !important;
  }

  .lg\:mr-32 {
    margin-right: 32px !important;
  }

  .lg\:mb-32 {
    margin-bottom: 32px !important;
  }

  .lg\:ml-32 {
    margin-left: 32px !important;
  }

  .lg\:p-32 {
    padding: 32px !important;
  }

  .lg\:pt-32 {
    padding-top: 32px !important;
  }

  .lg\:pr-32 {
    padding-right: 32px !important;
  }

  .lg\:pb-32 {
    padding-bottom: 32px !important;
  }

  .lg\:pl-32 {
    padding-left: 32px !important;
  }

  .lg\:m-24 {
    margin: 24px !important;
  }

  .lg\:mt-24 {
    margin-top: 24px !important;
  }

  .lg\:mr-24 {
    margin-right: 24px !important;
  }

  .lg\:mb-24 {
    margin-bottom: 24px !important;
  }

  .lg\:ml-24 {
    margin-left: 24px !important;
  }

  .lg\:p-24 {
    padding: 24px !important;
  }

  .lg\:pt-24 {
    padding-top: 24px !important;
  }

  .lg\:pr-24 {
    padding-right: 24px !important;
  }

  .lg\:pb-24 {
    padding-bottom: 24px !important;
  }

  .lg\:pl-24 {
    padding-left: 24px !important;
  }

  .lg\:m-16 {
    margin: 16px !important;
  }

  .lg\:mt-16 {
    margin-top: 16px !important;
  }

  .lg\:mr-16 {
    margin-right: 16px !important;
  }

  .lg\:mb-16 {
    margin-bottom: 16px !important;
  }

  .lg\:ml-16 {
    margin-left: 16px !important;
  }

  .lg\:p-16 {
    padding: 16px !important;
  }

  .lg\:pt-16 {
    padding-top: 16px !important;
  }

  .lg\:pr-16 {
    padding-right: 16px !important;
  }

  .lg\:pb-16 {
    padding-bottom: 16px !important;
  }

  .lg\:pl-16 {
    padding-left: 16px !important;
  }

  .lg\:m-8 {
    margin: 8px !important;
  }

  .lg\:mt-8 {
    margin-top: 8px !important;
  }

  .lg\:mr-8 {
    margin-right: 8px !important;
  }

  .lg\:mb-8 {
    margin-bottom: 8px !important;
  }

  .lg\:ml-8 {
    margin-left: 8px !important;
  }

  .lg\:p-8 {
    padding: 8px !important;
  }

  .lg\:pt-8 {
    padding-top: 8px !important;
  }

  .lg\:pr-8 {
    padding-right: 8px !important;
  }

  .lg\:pb-8 {
    padding-bottom: 8px !important;
  }

  .lg\:pl-8 {
    padding-left: 8px !important;
  }

  .lg\:m-4 {
    margin: 4px !important;
  }

  .lg\:mt-4 {
    margin-top: 4px !important;
  }

  .lg\:mr-4 {
    margin-right: 4px !important;
  }

  .lg\:mb-4 {
    margin-bottom: 4px !important;
  }

  .lg\:ml-4 {
    margin-left: 4px !important;
  }

  .lg\:p-4 {
    padding: 4px !important;
  }

  .lg\:pt-4 {
    padding-top: 4px !important;
  }

  .lg\:pr-4 {
    padding-right: 4px !important;
  }

  .lg\:pb-4 {
    padding-bottom: 4px !important;
  }

  .lg\:pl-4 {
    padding-left: 4px !important;
  }

  .lg\:m-0 {
    margin: 0 !important;
  }

  .lg\:mt-0 {
    margin-top: 0 !important;
  }

  .lg\:mr-0 {
    margin-right: 0 !important;
  }

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

  .lg\:ml-0 {
    margin-left: 0 !important;
  }

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

  .lg\:pt-0 {
    padding-top: 0 !important;
  }

  .lg\:pr-0 {
    padding-right: 0 !important;
  }

  .lg\:pb-0 {
    padding-bottom: 0 !important;
  }

  .lg\:pl-0 {
    padding-left: 0 !important;
  }

  .lg\:m-auto {
    margin: auto !important;
  }

  .lg\:mt-auto {
    margin-top: auto !important;
  }

  .lg\:mr-auto {
    margin-right: auto !important;
  }

  .lg\:mb-auto {
    margin-bottom: auto !important;
  }

  .lg\:ml-auto {
    margin-left: auto !important;
  }

  .lg\:mt-n168 {
    margin-top: -168px !important;
  }

  .lg\:mr-n168 {
    margin-right: -168px !important;
  }

  .lg\:mb-n168 {
    margin-bottom: -168px !important;
  }

  .lg\:ml-n168 {
    margin-left: -168px !important;
  }

  .lg\:mt-n160 {
    margin-top: -160px !important;
  }

  .lg\:mr-n160 {
    margin-right: -160px !important;
  }

  .lg\:mb-n160 {
    margin-bottom: -160px !important;
  }

  .lg\:ml-n160 {
    margin-left: -160px !important;
  }

  .lg\:mt-n80 {
    margin-top: -80px !important;
  }

  .lg\:mr-n80 {
    margin-right: -80px !important;
  }

  .lg\:mb-n80 {
    margin-bottom: -80px !important;
  }

  .lg\:ml-n80 {
    margin-left: -80px !important;
  }

  .lg\:mt-n72 {
    margin-top: -72px !important;
  }

  .lg\:mr-n72 {
    margin-right: -72px !important;
  }

  .lg\:mb-n72 {
    margin-bottom: -72px !important;
  }

  .lg\:ml-n72 {
    margin-left: -72px !important;
  }

  .lg\:mt-n64 {
    margin-top: -64px !important;
  }

  .lg\:mr-n64 {
    margin-right: -64px !important;
  }

  .lg\:mb-n64 {
    margin-bottom: -64px !important;
  }

  .lg\:ml-n64 {
    margin-left: -64px !important;
  }

  .lg\:mt-n56 {
    margin-top: -56px !important;
  }

  .lg\:mr-n56 {
    margin-right: -56px !important;
  }

  .lg\:mb-n56 {
    margin-bottom: -56px !important;
  }

  .lg\:ml-n56 {
    margin-left: -56px !important;
  }

  .lg\:mt-n48 {
    margin-top: -48px !important;
  }

  .lg\:mr-n48 {
    margin-right: -48px !important;
  }

  .lg\:mb-n48 {
    margin-bottom: -48px !important;
  }

  .lg\:ml-n48 {
    margin-left: -48px !important;
  }

  .lg\:mt-n40 {
    margin-top: -40px !important;
  }

  .lg\:mr-n40 {
    margin-right: -40px !important;
  }

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

  .lg\:ml-n40 {
    margin-left: -40px !important;
  }

  .lg\:mt-n32 {
    margin-top: -32px !important;
  }

  .lg\:mr-n32 {
    margin-right: -32px !important;
  }

  .lg\:mb-n32 {
    margin-bottom: -32px !important;
  }

  .lg\:ml-n32 {
    margin-left: -32px !important;
  }

  .lg\:mt-n24 {
    margin-top: -24px !important;
  }

  .lg\:mr-n24 {
    margin-right: -24px !important;
  }

  .lg\:mb-n24 {
    margin-bottom: -24px !important;
  }

  .lg\:ml-n24 {
    margin-left: -24px !important;
  }

  .lg\:mt-n16 {
    margin-top: -16px !important;
  }

  .lg\:mr-n16 {
    margin-right: -16px !important;
  }

  .lg\:mb-n16 {
    margin-bottom: -16px !important;
  }

  .lg\:ml-n16 {
    margin-left: -16px !important;
  }

  .lg\:mt-n8 {
    margin-top: -8px !important;
  }

  .lg\:mr-n8 {
    margin-right: -8px !important;
  }

  .lg\:mb-n8 {
    margin-bottom: -8px !important;
  }

  .lg\:ml-n8 {
    margin-left: -8px !important;
  }

  .lg\:mt-n4 {
    margin-top: -4px !important;
  }

  .lg\:mr-n4 {
    margin-right: -4px !important;
  }

  .lg\:mb-n4 {
    margin-bottom: -4px !important;
  }

  .lg\:ml-n4 {
    margin-left: -4px !important;
  }
}
.t-align-left {
  text-align: left !important;
}

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

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

.t-align-justify {
  text-align: justify !important;
}

@media (min-width: 375px) {
  .xs\:t-align-left {
    text-align: left !important;
  }

  .xs\:t-align-center {
    text-align: center !important;
  }

  .xs\:t-align-right {
    text-align: right !important;
  }

  .xs\:t-align-justify {
    text-align: justify !important;
  }
}
@media (min-width: 520px) {
  .sm\:t-align-left {
    text-align: left !important;
  }

  .sm\:t-align-center {
    text-align: center !important;
  }

  .sm\:t-align-right {
    text-align: right !important;
  }

  .sm\:t-align-justify {
    text-align: justify !important;
  }
}
@media (min-width: 768px) {
  .md\:t-align-left {
    text-align: left !important;
  }

  .md\:t-align-center {
    text-align: center !important;
  }

  .md\:t-align-right {
    text-align: right !important;
  }

  .md\:t-align-justify {
    text-align: justify !important;
  }
}
@media (min-width: 1024px) {
  .lg\:t-align-left {
    text-align: left !important;
  }

  .lg\:t-align-center {
    text-align: center !important;
  }

  .lg\:t-align-right {
    text-align: right !important;
  }

  .lg\:t-align-justify {
    text-align: justify !important;
  }
}
@media (max-width: 374.98px) {
  .br {
    display: inline !important;
  }

  .br-none {
    display: none !important;
  }
}
@media (min-width: 375px) and (max-width: 519.98px) {
  .xs\:br {
    display: inline !important;
  }

  .xs\:br-none {
    display: none !important;
  }
}
@media (min-width: 520px) and (max-width: 767.98px) {
  .sm\:br {
    display: inline !important;
  }

  .sm\:br-none {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .md\:br {
    display: inline !important;
  }

  .md\:br-none {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .lg\:br {
    display: inline !important;
  }

  .lg\:br-none {
    display: none !important;
  }
}
.text-theme {
  color: #0068b7 !important;
}

.bg-blue {
  background-color: #eff5fa !important;
}

.text-nowrap {
  white-space: nowrap;
}

.text-truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-marked {
  margin-left: 1px;
  margin-right: 1px;
  padding: 2px 3px;
  background-color: #ffd092;
  box-shadow: 1px 0 0 #ffd092, -1px 0 0 #ffd092;
}

.reader-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.btn {
  display: block;
  width: 100%;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.btn-body {
  display: block;
  padding: 15px;
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  background-color: #f2850c;
  border: 1px solid #f2850c;
  border-radius: 64px;
  box-shadow: 0 8px 0 #cc5c00;
  transition: 0.1s ease-in-out;
  transition-property: background-color, border-color, box-shadow, transform;
}
.btn:active,
.btn:focus,
.btn:hover {
  text-decoration: none;
}
.btn:focus {
  outline-offset: 3px;
  outline-color: #0068b7;
}
.btn:focus-visible .btn-body {
  background-color: #f2850c;
  border-color: #f2850c;
  box-shadow: 0 8px 0 #cc5c00;
}
.btn:hover .btn-body {
  background-color: #f7B66d;
  border-color: #f7B66d;
  box-shadow: none;
  transform: translate(0, 8px);
}
.btn:active .btn-body,
.btn:focus-visible:active .btn-body {
  background-color: #f7B66d;
  border-color: #f7B66d;
  box-shadow: none;
  transform: translate(0, 8px);
}
@media (min-width: 768px) {
  .btn-body {
    padding: 12px 36px;
    font-size: 24px;
    line-height: 1.5833333333;
  }
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (orientation: landscape) {
  @supports (padding: constant(safe-area-inset-bottom)) {
    .container {
      padding-left: calc(20px + constant(safe-area-inset-bottom));
      padding-right: calc(20px + constant(safe-area-inset-bottom));
    }
  }
  @supports (padding: env(safe-area-inset-bottom)) {
    .container {
      padding-left: calc(20px + env(safe-area-inset-bottom));
      padding-right: calc(20px + env(safe-area-inset-bottom));
    }
  }
}
@media (min-width: 375px) {
  .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 375px) and (orientation: landscape) {
  @supports (padding: constant(safe-area-inset-bottom)) {
    .container {
      padding-left: calc(20px + constant(safe-area-inset-bottom));
      padding-right: calc(20px + constant(safe-area-inset-bottom));
    }
  }
  @supports (padding: env(safe-area-inset-bottom)) {
    .container {
      padding-left: calc(20px + env(safe-area-inset-bottom));
      padding-right: calc(20px + env(safe-area-inset-bottom));
    }
  }
}
@media (min-width: 520px) {
  .container {
    max-width: 480px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 520px) and (orientation: landscape) {
  @supports (padding: constant(safe-area-inset-bottom)) {
    .container {
      padding-left: calc(20px + constant(safe-area-inset-bottom));
      padding-right: calc(20px + constant(safe-area-inset-bottom));
    }
  }
  @supports (padding: env(safe-area-inset-bottom)) {
    .container {
      padding-left: calc(20px + env(safe-area-inset-bottom));
      padding-right: calc(20px + env(safe-area-inset-bottom));
    }
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 768px) and (orientation: landscape) {
  @supports (padding: constant(safe-area-inset-bottom)) {
    .container {
      padding-left: calc(40px + constant(safe-area-inset-bottom));
      padding-right: calc(40px + constant(safe-area-inset-bottom));
    }
  }
  @supports (padding: env(safe-area-inset-bottom)) {
    .container {
      padding-left: calc(40px + env(safe-area-inset-bottom));
      padding-right: calc(40px + env(safe-area-inset-bottom));
    }
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1060px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  @supports (padding: constant(safe-area-inset-bottom)) {
    .container {
      padding-left: calc(40px + constant(safe-area-inset-bottom));
      padding-right: calc(40px + constant(safe-area-inset-bottom));
    }
  }
  @supports (padding: env(safe-area-inset-bottom)) {
    .container {
      padding-left: calc(40px + env(safe-area-inset-bottom));
      padding-right: calc(40px + env(safe-area-inset-bottom));
    }
  }
}

.section {
  position: relative;
  padding-top: 40px;
  padding-bottom: 80px;
}
.section-head {
  display: block;
  margin-top: 0;
  margin-bottom: 56px;
  font-size: 22px;
  line-height: 1.6363636364;
  text-align: center;
  font-weight: 700;
}
.section-head > .small {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 600;
}
.section-image {
  margin-bottom: 16px;
  text-align: center;
}
.section-image > img,
.section-image > svg {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .section {
    padding-bottom: 100px;
  }
  .section-head {
    font-size: 28px;
    line-height: 1.5;
  }
  .section-head > .small {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 700;
  }
}
@media (min-width: 1024px) {
  .section {
    padding-top: 40px;
  }
  .section-head {
    margin-bottom: 80px;
    font-size: 36px;
    line-height: 1.4444444444;
  }
}

.cta {
  padding-top: 56px;
}
.cta-lead {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
}
@media (min-width: 520px) {
  .cta-lead {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media (min-width: 768px) {
  .cta {
    padding-top: 80px;
  }
  .cta-lead {
    margin-bottom: 16px;
    font-size: 22px;
    line-height: 1.6363636364;
  }
}

.hero {
  overflow: hidden;
}
.hero-main {
  position: relative;
  height: calc(507px + (537 - 507) * ((100vw - 320px) / (375 - 320)));
  margin-left: auto;
  margin-right: auto;
}
.hero-main-img {
  position: absolute;
  top: auto;
  min-width: 363px;
  bottom: calc(-1px + (-51 - -1) * ((100vw - 320px) / (375 - 320)));
  min-width: calc(363px + (431 - 363) * ((100vw - 320px) / (375 - 320)));
}
.hero-main-img > img {
  display: block;
  width: auto;
  max-height: 100%;
}
.hero-content {
  position: relative;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 32px;
  z-index: 1;
}
.hero-lead,
.hero-title {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
}
.hero-lead > img,
.hero-lead > svg,
.hero-title > img,
.hero-title > svg {
  image-rendering: -webkit-optimize-contrast;
}
.hero-title {
  margin-bottom: 12px;
}
.hero-lead {
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 375px) {
  .hero-main {
    height: calc(537px + (768 - 537) * ((100vw - 375px) / (520 - 375)));
  }
  .hero-main-img {
    bottom: calc(-51px + (-1 - -51) * ((100vw - 375px) / (520 - 375)));
    min-width: calc(431px + (590 - 431) * ((100vw - 375px) / (520 - 375)));
  }
  .hero-content {
    max-width: 385px;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .hero-title {
    margin-bottom: 14px;
  }
  .hero-lead {
    padding-left: 29px;
    padding-right: 29px;
  }
}
@media (min-width: 520px) {
  .hero-main {
    height: calc(768px + (890 - 768) * ((100vw - 520px) / (768 - 520)));
  }
  .hero-main-img {
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .hero-main {
    height: auto;
  }
  .hero-main-img {
    top: 0;
    bottom: 0;
    left: calc(314px + (442 - 314) * ((100vw - 768px) / (1023 - 768)));
    min-width: 514px;
  }
  .hero-content {
    max-width: 340px;
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .hero-lead {
    max-width: 277px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .hero-main {
    max-width: 1060px;
  }
  .hero-main-img {
    left: 466px;
    min-width: 784px;
  }
  .hero-content {
    max-width: 524px;
    padding-top: 48px;
  }
  .hero-title {
    margin-bottom: 22px;
  }
  .hero-lead {
    max-width: 429px;
  }
}

.hero-footer {
  position: relative;
  background-color: #0068b7;
  background-image: url("../img/bg-hero-bottom.png");
  background-repeat: repeat;
  background-position: 0 0;
  z-index: 1;
}
.hero-footer-media {
  position: relative;
}
.hero-footer-media-img {
  margin-left: auto;
  margin-right: auto;
}
.hero-footer-media-head {
  position: absolute;
  left: 0;
  right: 0;
  top: -41px;
  display: block;
  padding-bottom: 4px;
}
.hero-footer-media-body {
  padding-top: 24px;
  padding-bottom: 16px;
}
.hero-footer-list {
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.875;
  font-weight: 600;
}
.hero-footer-list-item {
  display: flex;
  align-items: flex-start;
  padding-left: 25px;
}
.hero-footer-list-item-text {
  display: inline;
}
.hero-footer-list-item [class*=icon] {
  position: relative;
  top: calc((30px - 20px) / 2);
  margin-right: 10px;
  margin-left: -25px;
}
.hero-footer-list-item [class*=icon] > * {
  max-width: 14px;
}
.hero-footer-list-item .text-highlight {
  color: #ffd499;
}
@media (min-width: 768px) {
  .hero-footer-media {
    display: flex;
    align-items: center;
  }
  .hero-footer-media-img {
    margin-left: 0;
    margin-right: 0;
  }
  .hero-footer-media-head {
    position: static;
    top: auto;
    max-width: 211px;
    padding-top: 16px;
    padding-bottom: 43px;
  }
  .hero-footer-media-body {
    flex: 1;
    margin-left: 30px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (min-width: 1024px) {
  .hero-footer-media-head {
    max-width: 316px;
  }
  .hero-footer-list {
    font-size: 24px;
    line-height: 1.6666666667;
  }
  .hero-footer-list-item [class*=icon] {
    top: calc((40px - 20px) / 2);
  }
  .hero-footer-list-item [class*=icon] > * {
    max-width: 20px;
  }
}

.hero-cta > .cta {
  padding-top: 40px;
  padding-bottom: 56px;
}
@media (min-width: 768px) {
  .hero-cta > .cta {
    padding-top: 48px;
    padding-bottom: 64px;
  }
}

.client-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (orientation: landscape) {
  @supports (padding: constant(safe-area-inset-bottom)) {
    .client-container {
      padding-left: calc(10px + constant(safe-area-inset-bottom));
      padding-right: calc(10px + constant(safe-area-inset-bottom));
    }
  }
  @supports (padding: env(safe-area-inset-bottom)) {
    .client-container {
      padding-left: calc(10px + env(safe-area-inset-bottom));
      padding-right: calc(10px + env(safe-area-inset-bottom));
    }
  }
}
@media (min-width: 375px) {
  .client-container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 375px) and (orientation: landscape) {
  @supports (padding: constant(safe-area-inset-bottom)) {
    .client-container {
      padding-left: calc(20px + constant(safe-area-inset-bottom));
      padding-right: calc(20px + constant(safe-area-inset-bottom));
    }
  }
  @supports (padding: env(safe-area-inset-bottom)) {
    .client-container {
      padding-left: calc(20px + env(safe-area-inset-bottom));
      padding-right: calc(20px + env(safe-area-inset-bottom));
    }
  }
}
@media (min-width: 520px) {
  .client-container {
    max-width: 480px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 520px) and (orientation: landscape) {
  @supports (padding: constant(safe-area-inset-bottom)) {
    .client-container {
      padding-left: calc(20px + constant(safe-area-inset-bottom));
      padding-right: calc(20px + constant(safe-area-inset-bottom));
    }
  }
  @supports (padding: env(safe-area-inset-bottom)) {
    .client-container {
      padding-left: calc(20px + env(safe-area-inset-bottom));
      padding-right: calc(20px + env(safe-area-inset-bottom));
    }
  }
}
@media (min-width: 768px) {
  .client-container {
    max-width: 768px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 768px) and (orientation: landscape) {
  @supports (padding: constant(safe-area-inset-bottom)) {
    .client-container {
      padding-left: calc(40px + constant(safe-area-inset-bottom));
      padding-right: calc(40px + constant(safe-area-inset-bottom));
    }
  }
  @supports (padding: env(safe-area-inset-bottom)) {
    .client-container {
      padding-left: calc(40px + env(safe-area-inset-bottom));
      padding-right: calc(40px + env(safe-area-inset-bottom));
    }
  }
}
@media (min-width: 1024px) {
  .client-container {
    max-width: 1060px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  @supports (padding: constant(safe-area-inset-bottom)) {
    .client-container {
      padding-left: calc(40px + constant(safe-area-inset-bottom));
      padding-right: calc(40px + constant(safe-area-inset-bottom));
    }
  }
  @supports (padding: env(safe-area-inset-bottom)) {
    .client-container {
      padding-left: calc(40px + env(safe-area-inset-bottom));
      padding-right: calc(40px + env(safe-area-inset-bottom));
    }
  }
}
.client-label {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.client-label-item {
  display: inline-flex;
  align-self: center;
  margin: 0 8px 8px;
  padding: 0 24px;
  color: #0068b7;
  font-size: 18px;
  line-height: 2.5;
  font-weight: 600;
  background-color: #eff5fa;
  border-radius: 45px;
}
.client-list {
  margin-top: -23px;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
}
.client-list-item {
  width: 33.33333%;
  padding-left: 15px;
  margin-top: 23px;
}
.client-list-item > img {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .client-label {
    margin-bottom: 16px;
  }
  .client-label-item {
    font-size: 20px;
    line-height: 2.4;
    font-weight: 700;
    border-radius: 48px;
  }
  .client-list {
    margin-top: -25px;
    margin-left: -12px;
    margin-right: -12px;
  }
  .client-list-item {
    width: 25%;
    margin-top: 25px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .client-list-group {
    max-width: 632px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .client-list {
    margin-top: -40px;
  }
  .client-list-item {
    width: 16.66666%;
    margin-top: 40px;
  }
  .client-list-group {
    max-width: 962px;
  }
}

.testimonial-card {
  display: block;
  padding: 16px 16px 24px;
  background-color: #fff;
  border-radius: 6px;
}
.testimonial-card-img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
}
.testimonial-card-description {
  font-size: 14px;
  line-height: 1.8571428571;
}
.testimonial-card-title {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  color: #0068b7;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
}
.testimonial-card-lead {
  display: block;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 600;
}
.testimonial-card:not(:last-child) {
  margin-bottom: 32px;
}
.testimonial-card-meta {
  display: flex;
  flex-wrap: wrap;
}
.testimonial-card-meta-tag {
  display: inline-flex;
  align-items: center;
  margin-top: 0;
  margin-bottom: 8px;
  padding: 0 8px;
  font-family: "Hiragino Sans", "Noto Sans", "Noto Sans CJK JP", "Segoe UI", Meiryo, sans-serif;
  background-color: #eff5fa;
  border-radius: 4px;
}
.testimonial-card-meta-tag > * {
  font-weight: 600;
}
.testimonial-card-meta-tag > dt {
  padding-top: 1px;
  font-size: 12px;
  align-self: baseline;
  line-height: 29px;
}
.testimonial-card-meta-tag > dd {
  margin-left: 8px;
  color: #f2850c;
  font-size: 16px;
  line-height: 30px;
}
.testimonial-card-meta-tag:not(:last-child) {
  margin-right: 16px;
}
@media (min-width: 768px) {
  .testimonial-card {
    display: flex;
    align-items: flex-start;
    padding-bottom: 16px;
  }
  .testimonial-card-body {
    flex: 1;
    margin-left: 24px;
  }
  .testimonial-card-img {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .testimonial-card-description {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.8571428571;
  }
  .testimonial-card-lead {
    margin-bottom: 16px;
  }
  .testimonial-card:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .testimonial-card-body {
    margin-left: 56px;
  }
  .testimonial-card-description {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 1.75;
  }
  .testimonial-card-title {
    font-size: 22px;
    line-height: 1.6363636364;
  }
  .testimonial-card-lead {
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 1.6666666667;
  }
  .testimonial-card-meta-tag > dd {
    font-size: 18px;
  }
}

.benefit-media {
  display: block;
}
.benefit-media-img {
  margin-left: auto;
  margin-right: auto;
}
.benefit-media-body {
  margin-bottom: 0;
  text-align: center;
}
.benefit-media-title {
  position: relative;
  display: block;
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 22px;
  line-height: 1.6363636364;
  text-align: center;
  font-weight: 700;
}
.benefit-media-title::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 1px;
  right: 1px;
  display: block;
  height: 0;
  border: 1px dashed #333;
}
.benefit-media-header {
  position: relative;
  display: inline-block;
  padding-bottom: 32px;
  margin-bottom: 32px;
  text-align: left;
}
.benefit-media-header-label {
  display: inline-flex;
  margin-bottom: 4px;
  padding-left: 16px;
  padding-right: 16px;
  color: #fff;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 600;
  background-color: #0068b7;
  border-radius: 28px;
}
.benefit-media-header::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 32px;
  height: 16px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='16' viewBox='0 0 32 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 16L3.45035e-07 -3.51816e-07L32 2.44571e-06L16 16Z' fill='%230068b7'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 32px 16px;
  background-position: 0 0;
  transform: translate(-50%, 50%);
}
.benefit-media-card {
  display: block;
  padding: 24px;
  font-size: 14px;
  line-height: 1.8571428571;
  text-align: left;
  background-color: #fff4e5;
  border-radius: 10px;
}
.benefit-media-card-title {
  display: block;
  margin-top: 0;
  margin-bottom: 16px;
  color: #f2850c;
  text-align: center;
  font-size: 22px;
  line-height: 1.6363636364;
  font-weight: 700;
}
.benefit-media-group {
  margin-bottom: 0;
}
.benefit-media:not(:last-child) {
  margin-bottom: 56px;
}
@media (min-width: 768px) {
  .benefit {
    padding-top: 114px;
  }
  .benefit-media {
    display: flex;
    align-items: flex-start;
  }
  .benefit-media-img {
    order: 1;
    max-width: 200px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 32px;
  }
  .benefit-media-body {
    flex: 1;
  }
  .benefit-media:nth-child(odd) .benefit-media-body {
    order: 2;
    margin-left: 32px;
  }
  .benefit-media:nth-child(even) .benefit-media-body {
    order: 0;
    margin-right: 32px;
  }
  .benefit-media-card {
    padding: 32px;
  }
}
@media (min-width: 1024px) {
  .benefit {
    padding-top: 40px;
  }
  .benefit-media-img {
    max-width: 100%;
  }
  .benefit-media-title {
    font-size: 24px;
    line-height: 1.5833333333;
  }
  .benefit-media:nth-child(odd) .benefit-media-body {
    margin-left: 40px;
  }
  .benefit-media:nth-child(even) .benefit-media-body {
    margin-right: 40px;
  }
  .benefit-media-card-title {
    font-size: 24px;
    line-height: 1.5833333333;
  }
}

.compare {
  overflow: hidden;
}
.compare-container {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (orientation: landscape) {
  @supports (padding: constant(safe-area-inset-bottom)) {
    .compare-container {
      padding-left: calc(0 + constant(safe-area-inset-bottom));
      padding-right: calc(0 + constant(safe-area-inset-bottom));
    }
  }
  @supports (padding: env(safe-area-inset-bottom)) {
    .compare-container {
      padding-left: calc(0 + env(safe-area-inset-bottom));
      padding-right: calc(0 + env(safe-area-inset-bottom));
    }
  }
}
@media (min-width: 375px) {
  .compare-container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 375px) and (orientation: landscape) {
  @supports (padding: constant(safe-area-inset-bottom)) {
    .compare-container {
      padding-left: calc(0 + constant(safe-area-inset-bottom));
      padding-right: calc(0 + constant(safe-area-inset-bottom));
    }
  }
  @supports (padding: env(safe-area-inset-bottom)) {
    .compare-container {
      padding-left: calc(0 + env(safe-area-inset-bottom));
      padding-right: calc(0 + env(safe-area-inset-bottom));
    }
  }
}
@media (min-width: 520px) {
  .compare-container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 520px) and (orientation: landscape) {
  @supports (padding: constant(safe-area-inset-bottom)) {
    .compare-container {
      padding-left: calc(0 + constant(safe-area-inset-bottom));
      padding-right: calc(0 + constant(safe-area-inset-bottom));
    }
  }
  @supports (padding: env(safe-area-inset-bottom)) {
    .compare-container {
      padding-left: calc(0 + env(safe-area-inset-bottom));
      padding-right: calc(0 + env(safe-area-inset-bottom));
    }
  }
}
@media (min-width: 768px) {
  .compare-container {
    max-width: 768px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 768px) and (orientation: landscape) {
  @supports (padding: constant(safe-area-inset-bottom)) {
    .compare-container {
      padding-left: calc(40px + constant(safe-area-inset-bottom));
      padding-right: calc(40px + constant(safe-area-inset-bottom));
    }
  }
  @supports (padding: env(safe-area-inset-bottom)) {
    .compare-container {
      padding-left: calc(40px + env(safe-area-inset-bottom));
      padding-right: calc(40px + env(safe-area-inset-bottom));
    }
  }
}
@media (min-width: 1024px) {
  .compare-container {
    max-width: 1060px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  @supports (padding: constant(safe-area-inset-bottom)) {
    .compare-container {
      padding-left: calc(40px + constant(safe-area-inset-bottom));
      padding-right: calc(40px + constant(safe-area-inset-bottom));
    }
  }
  @supports (padding: env(safe-area-inset-bottom)) {
    .compare-container {
      padding-left: calc(40px + env(safe-area-inset-bottom));
      padding-right: calc(40px + env(safe-area-inset-bottom));
    }
  }
}
.compare-table {
  display: flex;
  margin: 8px 20px;
}
.compare-table::after {
  content: "";
  display: block;
  min-width: 20px;
  height: 1px;
}
.compare-table-icon {
  display: block;
  max-width: 24px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.compare-table-icon > * {
  display: block;
  max-width: 100%;
  height: auto;
}
.compare-table-overflow {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.compare-table-header {
  display: block;
  min-width: 66px;
  border: 1px solid #eff5fa;
}
.compare-table-body {
  display: block;
  width: calc((100% - 66px) / 3);
  min-width: 204px;
  margin-left: -1px;
  border: 1px solid #eff5fa;
}
.compare-table-td {
  margin-bottom: 0;
  padding: 16px;
  font-size: 12px;
  line-height: 1.6666666667;
  background-color: #fff;
}
.compare-table-td:not(:last-child) {
  border-bottom: 1px solid #eff5fa;
}
.compare-table-col-th,
.compare-table-row-th {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.6428571429;
  text-align: center;
  font-weight: 600;
  background-color: #fff;
}
.compare-table-row-th {
  padding-left: 14px;
  padding-right: 22px;
  white-space: nowrap;
}
.compare-table-row-th:not(:last-child) {
  border-bottom: 1px solid #eff5fa;
}
.compare-table-col-th {
  display: flex;
  align-items: flex-end;
  padding: 12px;
  color: #fff;
  background-color: #b2b2b2;
}
.compare-table .col-primary {
  position: relative;
  z-index: 1;
  border-color: #0068b7;
}
.compare-table .col-primary::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  box-shadow: 0 0 0 8px #0068b7;
  z-index: -1;
}
.compare-table .col-primary .compare-table-col-th {
  padding-top: 11px;
  padding-bottom: 13px;
  color: #fff;
  font-size: 16px;
  line-height: 1.4375;
  background-color: #0068b7;
}
.compare-table .col-head,
.compare-table .row-head {
  height: 48px;
}
.compare-table .td-time,
.compare-table .th-time {
  height: 146px;
}
.compare-table .td-quality,
.compare-table .th-quality {
  height: 166px;
}
.compare-table .td-price,
.compare-table .th-price {
  height: 126px;
}
@media (min-width: 768px) {
  .compare-table {
    margin-left: 0;
    margin-right: 0;
  }
  .compare-table::after {
    content: none;
  }
  .compare-table-icon {
    max-width: 30px;
  }
  .compare-table-overflow {
    overflow: visible;
  }
  .compare-table-header {
    min-width: 78px;
  }
  .compare-table-body {
    width: calc((100% - 78px) / 3);
  }
  .compare-table-td {
    padding: 16px 18px;
    font-size: 14px;
    line-height: 1.5714285714;
  }
  .compare-table-col-th,
  .compare-table-row-th {
    font-size: 16px;
    line-height: 1.4375;
  }
  .compare-table-row-th {
    padding-left: 20px;
    padding-right: 24px;
  }
  .compare-table .col-primary .compare-table-col-th {
    font-size: 18px;
    line-height: 1.2777777778;
  }
  .compare-table .td-time,
  .compare-table .th-time {
    height: 182px;
  }
  .compare-table .td-quality,
  .compare-table .th-quality {
    height: 204px;
  }
  .compare-table .td-price,
  .compare-table .th-price {
    height: 182px;
  }
}
@media (min-width: 1024px) {
  .compare-table-header {
    min-width: 149px;
  }
  .compare-table-body {
    width: calc((100% - 149px) / 3);
  }
  .compare-table-col-th,
  .compare-table-row-th {
    font-size: 18px;
    line-height: 1.2777777778;
  }
  .compare-table .col-primary .compare-table-col-th {
    font-size: 20px;
    line-height: 1.15;
  }
  .compare-table .td-time,
  .compare-table .th-time {
    height: 160px;
  }
  .compare-table .td-quality,
  .compare-table .th-quality {
    height: 160px;
  }
  .compare-table .td-price,
  .compare-table .th-price {
    height: 160px;
  }
}

.flow-item {
  position: relative;
}
.flow-item-title {
  display: block;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
}
.flow-item-description {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.75;
  text-align: justify;
}
.flow-item-img {
  margin-bottom: 32px;
}
.flow-item-img > img,
.flow-item-img > svg {
  margin-left: auto;
  margin-right: auto;
}
.flow-item:not(:last-child) {
  padding-bottom: 49px;
  margin-bottom: 49px;
}
.flow-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 30px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='19' viewBox='0 0 31 19' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.00203503 2.50187C0.00203506 1.90187 0.202036 1.30187 0.702036 0.801871C1.70204 -0.198129 3.20204 -0.198129 4.20204 0.701871L15.002 11.0019L25.802 0.701872C26.802 -0.298128 28.402 -0.198128 29.302 0.801872C30.302 1.80187 30.202 3.40187 29.202 4.30187L15.002 18.0019L0.802034 4.30187C0.302034 3.80187 0.002035 3.20187 0.00203503 2.50187Z' fill='%23b2b2b2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 30px 18px;
  background-position: 0 0;
  transform: translate(-50%, 50%);
}
.flow-group {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .flow-item {
    display: flex;
    align-items: flex-start;
  }
  .flow-item-body {
    flex: 1;
    margin-left: 32px;
  }
  .flow-item-img {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .flow-item {
    display: block;
    width: 33.33333%;
    padding-left: 100px;
  }
  .flow-item-body {
    margin-left: 0;
  }
  .flow-item-img {
    position: relative;
    margin-bottom: 32px;
  }
  .flow-item:not(:last-child) {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .flow-item:not(:last-child)::after {
    content: none;
  }
  .flow-item:not(:last-child) .flow-item-img::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -50px;
    display: block;
    width: 30px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg width='31' height='19' viewBox='0 0 31 19' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.00203503 2.50187C0.00203506 1.90187 0.202036 1.30187 0.702036 0.801871C1.70204 -0.198129 3.20204 -0.198129 4.20204 0.701871L15.002 11.0019L25.802 0.701872C26.802 -0.298128 28.402 -0.198128 29.302 0.801872C30.302 1.80187 30.202 3.40187 29.202 4.30187L15.002 18.0019L0.802034 4.30187C0.302034 3.80187 0.002035 3.20187 0.00203503 2.50187Z' fill='%23b2b2b2'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 30px 18px;
    background-position: 0 0;
    transform: translate(50%, -50%) rotate(-90deg);
  }
  .flow-group {
    display: flex;
    flex-wrap: wrap;
    margin-left: -100px;
  }
}

.option-link {
  display: block;
  max-width: 335px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .option-link {
    max-width: 680px;
  }
}
@media (min-width: 1024px) {
  .option-link {
    max-width: 800px;
  }
}

.about {
  padding-top: 80px;
}
.about-lead {
  display: block;
  font-size: 14px;
  line-height: 1.7142857143;
  text-align: center;
  font-weight: 600;
}
.section-head + .about-lead {
  margin-top: -56px;
  margin-bottom: 40px;
}
.about-card {
  display: block;
  padding: 40px 20px;
  background-color: #fff;
  border-radius: 10px;
}
.about-dl {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 16px;
}
.about-dl::after,
.about-dl::before {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  height: 0;
  border-bottom: 1px solid transparent;
}
.about-dl::before {
  left: 0;
  right: 0;
  border-color: #e0e0e0;
}
.about-dl::after {
  left: 0;
  width: 43px;
  border-color: #0068b7;
}
.about-dl:not(:last-child) {
  margin-bottom: 16px;
}
.about-dl:last-child::after,
.about-dl:last-child::before {
  content: none;
}
.about-dt {
  margin-bottom: 8px;
  color: #0068b7;
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: 600;
}
.about-dd {
  font-size: 14px;
  line-height: 1.8571428571;
}
@media (min-width: 768px) {
  .about {
    padding-top: 100px;
  }
  .about-lead {
    font-size: 16px;
    line-height: 1.75;
  }
  .about-card {
    padding: 40px;
  }
  .about-dl {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
  }
  .about-dl::after {
    width: 87px;
  }
  .about-dl:not(:last-child) {
    margin-bottom: 20px;
  }
  .about-dl:last-child::after,
  .about-dl:last-child::before {
    content: "";
  }
  .about-dt {
    min-width: 87px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.75;
  }
  .about-dd {
    flex: 1;
    margin-left: 16px;
    font-size: 16px;
    line-height: 1.75;
  }
}
@media (min-width: 1024px) {
  .section-head + .about-lead {
    margin-top: -76px;
  }
}

[class*=uk-animation-] {
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}

.uk-animation-fade {
  animation-name: uk-fade;
  animation-duration: 0.75s;
  animation-timing-function: linear;
}

.uk-animation-slide-bottom {
  animation-name: uk-fade-bottom;
}

.uk-animation-slide-bottom-small {
  animation-name: uk-fade-bottom-small;
}

.uk-animation-slide-bottom-medium {
  animation-name: uk-fade-bottom-medium;
}

@keyframes uk-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes uk-fade-bottom-small {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes uk-fade-bottom-medium {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
