/* Common XS1 and XS2 */
@media all and (max-width: 767px) {
  .dsp-no-wrapper-xs1-wr20 {
    width: calc(100% + 40px);
    margin: 0 0 0 -20px; }

  .dsp-overflow-xs1-wr8-comp160-12 {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    flex-shrink: 0;
    width: calc(100% + 16px);
    margin: 0 0 0 -8px; }
    .dsp-overflow-xs1-wr8-comp160-12 > * {
      width: 160px;
      flex-shrink: 0;
      margin-right: 12px; }
      .dsp-overflow-xs1-wr8-comp160-12 > *:first-child {
        margin-left: 8px; }
      .dsp-overflow-xs1-wr8-comp160-12 > *:last-child {
        margin-right: 8px; }

  .dsp-grid-xs1-1-20-20 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px 20px; }

  _:-ms-fullscreen, :root .dsp-grid-xs1-1-20-20 {
    overflow: hidden; }
    _:-ms-fullscreen > *, :root .dsp-grid-xs1-1-20-20 > * {
      width: calc( ($c-wrapper-lg-width - (($column - 1) * $gutter)) / $column )px;
      float: left;
      margin: 20px 20px 0 0; }
      _:-ms-fullscreen > *:nth-child(1), :root .dsp-grid-xs1-1-20-20 > *:nth-child(1) {
        margin-top: 0; }
      _:-ms-fullscreen > *:nth-child(1n+1), :root .dsp-grid-xs1-1-20-20 > *:nth-child(1n+1) {
        margin-right: 0; }

  .dsp-grid-xs1-1-8-20 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 8px 20px; }

  _:-ms-fullscreen, :root .dsp-grid-xs1-1-8-20 {
    overflow: hidden; }
    _:-ms-fullscreen > *, :root .dsp-grid-xs1-1-8-20 > * {
      width: calc( ($c-wrapper-lg-width - (($column - 1) * $gutter)) / $column )px;
      float: left;
      margin: 8px 20px 0 0; }
      _:-ms-fullscreen > *:nth-child(1), :root .dsp-grid-xs1-1-8-20 > *:nth-child(1) {
        margin-top: 0; }
      _:-ms-fullscreen > *:nth-child(1n+1), :root .dsp-grid-xs1-1-8-20 > *:nth-child(1n+1) {
        margin-right: 0; } }
/* LG */
@media all and (min-width: 768px) {
  .dsp-grid-lg-3-32-24 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 32px 24px; }

  _:-ms-fullscreen, :root .dsp-grid-lg-3-32-24 {
    overflow: hidden; }
    _:-ms-fullscreen > *, :root .dsp-grid-lg-3-32-24 > * {
      width: calc( ($c-wrapper-lg-width - (($column - 1) * $gutter)) / $column )px;
      float: left;
      margin: 32px 24px 0 0; }
      _:-ms-fullscreen > *:nth-child(1), :root .dsp-grid-lg-3-32-24 > *:nth-child(1) {
        margin-top: 0; }
      _:-ms-fullscreen > *:nth-child(2), :root .dsp-grid-lg-3-32-24 > *:nth-child(2) {
        margin-top: 0; }
      _:-ms-fullscreen > *:nth-child(3), :root .dsp-grid-lg-3-32-24 > *:nth-child(3) {
        margin-top: 0; }
      _:-ms-fullscreen > *:nth-child(3n+3), :root .dsp-grid-lg-3-32-24 > *:nth-child(3n+3) {
        margin-right: 0; }

  .dsp-grid-lg-3-24-24 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px 24px; }

  _:-ms-fullscreen, :root .dsp-grid-lg-3-24-24 {
    overflow: hidden; }
    _:-ms-fullscreen > *, :root .dsp-grid-lg-3-24-24 > * {
      width: calc( ($c-wrapper-lg-width - (($column - 1) * $gutter)) / $column )px;
      float: left;
      margin: 24px 24px 0 0; }
      _:-ms-fullscreen > *:nth-child(1), :root .dsp-grid-lg-3-24-24 > *:nth-child(1) {
        margin-top: 0; }
      _:-ms-fullscreen > *:nth-child(2), :root .dsp-grid-lg-3-24-24 > *:nth-child(2) {
        margin-top: 0; }
      _:-ms-fullscreen > *:nth-child(3), :root .dsp-grid-lg-3-24-24 > *:nth-child(3) {
        margin-top: 0; }
      _:-ms-fullscreen > *:nth-child(3n+3), :root .dsp-grid-lg-3-24-24 > *:nth-child(3n+3) {
        margin-right: 0; }

  .dsp-grid-lg-2-0-32 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0px 32px; }

  _:-ms-fullscreen, :root .dsp-grid-lg-2-0-32 {
    overflow: hidden; }
    _:-ms-fullscreen > *, :root .dsp-grid-lg-2-0-32 > * {
      width: calc( ($c-wrapper-lg-width - (($column - 1) * $gutter)) / $column )px;
      float: left;
      margin: 0px 32px 0 0; }
      _:-ms-fullscreen > *:nth-child(1), :root .dsp-grid-lg-2-0-32 > *:nth-child(1) {
        margin-top: 0; }
      _:-ms-fullscreen > *:nth-child(2), :root .dsp-grid-lg-2-0-32 > *:nth-child(2) {
        margin-top: 0; }
      _:-ms-fullscreen > *:nth-child(2n+2), :root .dsp-grid-lg-2-0-32 > *:nth-child(2n+2) {
        margin-right: 0; }

  .dsp-grid-lg-4-32-24 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 32px 24px; }

  _:-ms-fullscreen, :root .dsp-grid-lg-4-32-24 {
    overflow: hidden; }
    _:-ms-fullscreen > *, :root .dsp-grid-lg-4-32-24 > * {
      width: calc( ($c-wrapper-lg-width - (($column - 1) * $gutter)) / $column )px;
      float: left;
      margin: 32px 24px 0 0; }
      _:-ms-fullscreen > *:nth-child(1), :root .dsp-grid-lg-4-32-24 > *:nth-child(1) {
        margin-top: 0; }
      _:-ms-fullscreen > *:nth-child(2), :root .dsp-grid-lg-4-32-24 > *:nth-child(2) {
        margin-top: 0; }
      _:-ms-fullscreen > *:nth-child(3), :root .dsp-grid-lg-4-32-24 > *:nth-child(3) {
        margin-top: 0; }
      _:-ms-fullscreen > *:nth-child(4), :root .dsp-grid-lg-4-32-24 > *:nth-child(4) {
        margin-top: 0; }
      _:-ms-fullscreen > *:nth-child(4n+4), :root .dsp-grid-lg-4-32-24 > *:nth-child(4n+4) {
        margin-right: 0; }

  .dsp-grid-lg-4-48-24 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 48px 24px; }

  _:-ms-fullscreen, :root .dsp-grid-lg-4-48-24 {
    overflow: hidden; }
    _:-ms-fullscreen > *, :root .dsp-grid-lg-4-48-24 > * {
      width: calc( ($c-wrapper-lg-width - (($column - 1) * $gutter)) / $column )px;
      float: left;
      margin: 48px 24px 0 0; }
      _:-ms-fullscreen > *:nth-child(1), :root .dsp-grid-lg-4-48-24 > *:nth-child(1) {
        margin-top: 0; }
      _:-ms-fullscreen > *:nth-child(2), :root .dsp-grid-lg-4-48-24 > *:nth-child(2) {
        margin-top: 0; }
      _:-ms-fullscreen > *:nth-child(3), :root .dsp-grid-lg-4-48-24 > *:nth-child(3) {
        margin-top: 0; }
      _:-ms-fullscreen > *:nth-child(4), :root .dsp-grid-lg-4-48-24 > *:nth-child(4) {
        margin-top: 0; }
      _:-ms-fullscreen > *:nth-child(4n+4), :root .dsp-grid-lg-4-48-24 > *:nth-child(4n+4) {
        margin-right: 0; }

  .dsp-grid-lg-4-0-24 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0px 24px; }

  _:-ms-fullscreen, :root .dsp-grid-lg-4-0-24 {
    overflow: hidden; }
    _:-ms-fullscreen > *, :root .dsp-grid-lg-4-0-24 > * {
      width: calc( ($c-wrapper-lg-width - (($column - 1) * $gutter)) / $column )px;
      float: left;
      margin: 0px 24px 0 0; }
      _:-ms-fullscreen > *:nth-child(1), :root .dsp-grid-lg-4-0-24 > *:nth-child(1) {
        margin-top: 0; }
      _:-ms-fullscreen > *:nth-child(2), :root .dsp-grid-lg-4-0-24 > *:nth-child(2) {
        margin-top: 0; }
      _:-ms-fullscreen > *:nth-child(3), :root .dsp-grid-lg-4-0-24 > *:nth-child(3) {
        margin-top: 0; }
      _:-ms-fullscreen > *:nth-child(4), :root .dsp-grid-lg-4-0-24 > *:nth-child(4) {
        margin-top: 0; }
      _:-ms-fullscreen > *:nth-child(4n+4), :root .dsp-grid-lg-4-0-24 > *:nth-child(4n+4) {
        margin-right: 0; }

  .dsp-grid-lg-2-12-24 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 12px 24px; }

  _:-ms-fullscreen, :root .dsp-grid-lg-2-12-24 {
    overflow: hidden; }
    _:-ms-fullscreen > *, :root .dsp-grid-lg-2-12-24 > * {
      width: calc( ($c-wrapper-lg-width - (($column - 1) * $gutter)) / $column )px;
      float: left;
      margin: 12px 24px 0 0; }
      _:-ms-fullscreen > *:nth-child(1), :root .dsp-grid-lg-2-12-24 > *:nth-child(1) {
        margin-top: 0; }
      _:-ms-fullscreen > *:nth-child(2), :root .dsp-grid-lg-2-12-24 > *:nth-child(2) {
        margin-top: 0; }
      _:-ms-fullscreen > *:nth-child(2n+2), :root .dsp-grid-lg-2-12-24 > *:nth-child(2n+2) {
        margin-right: 0; }

  .dsp-grid-lg-2-32-24 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 32px 24px; }

  _:-ms-fullscreen, :root .dsp-grid-lg-2-32-24 {
    overflow: hidden; }
    _:-ms-fullscreen > *, :root .dsp-grid-lg-2-32-24 > * {
      width: calc( ($c-wrapper-lg-width - (($column - 1) * $gutter)) / $column )px;
      float: left;
      margin: 32px 24px 0 0; }
      _:-ms-fullscreen > *:nth-child(1), :root .dsp-grid-lg-2-32-24 > *:nth-child(1) {
        margin-top: 0; }
      _:-ms-fullscreen > *:nth-child(2), :root .dsp-grid-lg-2-32-24 > *:nth-child(2) {
        margin-top: 0; }
      _:-ms-fullscreen > *:nth-child(2n+2), :root .dsp-grid-lg-2-32-24 > *:nth-child(2n+2) {
        margin-right: 0; } }
#mq-info {
  height: 0px !important; }

#mq-values {
  height: 0px !important; }
  #mq-values #mq-xs1 {
    width: 0px; }
  #mq-values #mq-xs2 {
    width: 420px; }
  #mq-values #mq-sm1 {
    width: 768px; }
  #mq-values #mq-sm2 {
    width: 1024px; }
  #mq-values #mq-md {
    width: 1180px; }
  #mq-values #mq-lg {
    width: 1680px; }

@media all and (max-width: 419px) {
  #mq-info {
    width: 0px; } }
@media all and (min-width: 420px) and (max-width: 767px) {
  #mq-info {
    width: 420px; } }
@media all and (min-width: 768px) and (max-width: 1023px) {
  #mq-info {
    width: 768px; } }
@media all and (min-width: 1024px) and (max-width: 1179px) {
  #mq-info {
    width: 1024px; } }
@media all and (min-width: 1180px) and (max-width: 1679px) {
  #mq-info {
    width: 1180px; } }
@media all and (min-width: 1680px) {
  #mq-info {
    width: 1680px; } }
*, *::before, *::after {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  outline: 0;
  text-rendering: optimizeLegibility; }

blockquote {
  quotes: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

main, header, aside, img {
  display: block; }

input:not([type=checkbox]):not([type=radio]), textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type=checkbox], input[type=radio] {
  position: absolute;
  z-index: -100;
  opacity: 0; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield !important;
  /* Firefox */ }

hr {
  height: 0; }

/* Global Spacing */
.mt-0 {
  margin-top: 0; }

.pt-0 {
  padding-top: 0; }

.mt-8px {
  margin-top: 8px; }

.pt-8px {
  padding-top: 8px; }

.mt-16px {
  margin-top: 16px; }

.pt-16px {
  padding-top: 16px; }

.mt-24px {
  margin-top: 24px; }

.pt-24px {
  padding-top: 24px; }

.mt-32px {
  margin-top: 32px; }

.pt-32px {
  padding-top: 32px; }

.mt-48px {
  margin-top: 48px; }

.pt-48px {
  padding-top: 48px; }

.mt-56px {
  margin-top: 56px; }

.pt-56px {
  padding-top: 56px; }

.mt-64px {
  margin-top: 64px; }

.pt-64px {
  padding-top: 64px; }

.mt-72px {
  margin-top: 72px; }

.pt-72px {
  padding-top: 72px; }

.mt-80px {
  margin-top: 80px; }

.pt-80px {
  padding-top: 80px; }

.mt-96px {
  margin-top: 96px; }

.pt-96px {
  padding-top: 96px; }

.mr-0 {
  margin-right: 0; }

.pr-0 {
  padding-right: 0; }

.mr-8px {
  margin-right: 8px; }

.pr-8px {
  padding-right: 8px; }

.mr-16px {
  margin-right: 16px; }

.pr-16px {
  padding-right: 16px; }

.mr-24px {
  margin-right: 24px; }

.pr-24px {
  padding-right: 24px; }

.mr-32px {
  margin-right: 32px; }

.pr-32px {
  padding-right: 32px; }

.mr-48px {
  margin-right: 48px; }

.pr-48px {
  padding-right: 48px; }

.mr-56px {
  margin-right: 56px; }

.pr-56px {
  padding-right: 56px; }

.mr-64px {
  margin-right: 64px; }

.pr-64px {
  padding-right: 64px; }

.mr-72px {
  margin-right: 72px; }

.pr-72px {
  padding-right: 72px; }

.mr-80px {
  margin-right: 80px; }

.pr-80px {
  padding-right: 80px; }

.mr-96px {
  margin-right: 96px; }

.pr-96px {
  padding-right: 96px; }

.mb-0 {
  margin-bottom: 0; }

.pb-0 {
  padding-bottom: 0; }

.mb-8px {
  margin-bottom: 8px; }

.pb-8px {
  padding-bottom: 8px; }

.mb-16px {
  margin-bottom: 16px; }

.pb-16px {
  padding-bottom: 16px; }

.mb-24px {
  margin-bottom: 24px; }

.pb-24px {
  padding-bottom: 24px; }

.mb-32px {
  margin-bottom: 32px; }

.pb-32px {
  padding-bottom: 32px; }

.mb-48px {
  margin-bottom: 48px; }

.pb-48px {
  padding-bottom: 48px; }

.mb-56px {
  margin-bottom: 56px; }

.pb-56px {
  padding-bottom: 56px; }

.mb-64px {
  margin-bottom: 64px; }

.pb-64px {
  padding-bottom: 64px; }

.mb-72px {
  margin-bottom: 72px; }

.pb-72px {
  padding-bottom: 72px; }

.mb-80px {
  margin-bottom: 80px; }

.pb-80px {
  padding-bottom: 80px; }

.mb-96px {
  margin-bottom: 96px; }

.pb-96px {
  padding-bottom: 96px; }

.ml-0 {
  margin-left: 0; }

.pl-0 {
  padding-left: 0; }

.ml-8px {
  margin-left: 8px; }

.pl-8px {
  padding-left: 8px; }

.ml-16px {
  margin-left: 16px; }

.pl-16px {
  padding-left: 16px; }

.ml-24px {
  margin-left: 24px; }

.pl-24px {
  padding-left: 24px; }

.ml-32px {
  margin-left: 32px; }

.pl-32px {
  padding-left: 32px; }

.ml-48px {
  margin-left: 48px; }

.pl-48px {
  padding-left: 48px; }

.ml-56px {
  margin-left: 56px; }

.pl-56px {
  padding-left: 56px; }

.ml-64px {
  margin-left: 64px; }

.pl-64px {
  padding-left: 64px; }

.ml-72px {
  margin-left: 72px; }

.pl-72px {
  padding-left: 72px; }

.ml-80px {
  margin-left: 80px; }

.pl-80px {
  padding-left: 80px; }

.ml-96px {
  margin-left: 96px; }

.pl-96px {
  padding-left: 96px; }

/* End: Global Spacing */
@media all and (min-width: 0px) {
  .mt-xs1-0 {
    margin-top: 0; }

  .pt-xs1-0 {
    padding-top: 0; }

  .mt-xs1-8px {
    margin-top: 8px; }

  .pt-xs1-8px {
    padding-top: 8px; }

  .mt-xs1-16px {
    margin-top: 16px; }

  .pt-xs1-16px {
    padding-top: 16px; }

  .mt-xs1-24px {
    margin-top: 24px; }

  .pt-xs1-24px {
    padding-top: 24px; }

  .mt-xs1-32px {
    margin-top: 32px; }

  .pt-xs1-32px {
    padding-top: 32px; }

  .mt-xs1-48px {
    margin-top: 48px; }

  .pt-xs1-48px {
    padding-top: 48px; }

  .mt-xs1-56px {
    margin-top: 56px; }

  .pt-xs1-56px {
    padding-top: 56px; }

  .mt-xs1-64px {
    margin-top: 64px; }

  .pt-xs1-64px {
    padding-top: 64px; }

  .mt-xs1-72px {
    margin-top: 72px; }

  .pt-xs1-72px {
    padding-top: 72px; }

  .mt-xs1-80px {
    margin-top: 80px; }

  .pt-xs1-80px {
    padding-top: 80px; }

  .mt-xs1-96px {
    margin-top: 96px; }

  .pt-xs1-96px {
    padding-top: 96px; }

  .mr-xs1-0 {
    margin-right: 0; }

  .pr-xs1-0 {
    padding-right: 0; }

  .mr-xs1-8px {
    margin-right: 8px; }

  .pr-xs1-8px {
    padding-right: 8px; }

  .mr-xs1-16px {
    margin-right: 16px; }

  .pr-xs1-16px {
    padding-right: 16px; }

  .mr-xs1-24px {
    margin-right: 24px; }

  .pr-xs1-24px {
    padding-right: 24px; }

  .mr-xs1-32px {
    margin-right: 32px; }

  .pr-xs1-32px {
    padding-right: 32px; }

  .mr-xs1-48px {
    margin-right: 48px; }

  .pr-xs1-48px {
    padding-right: 48px; }

  .mr-xs1-56px {
    margin-right: 56px; }

  .pr-xs1-56px {
    padding-right: 56px; }

  .mr-xs1-64px {
    margin-right: 64px; }

  .pr-xs1-64px {
    padding-right: 64px; }

  .mr-xs1-72px {
    margin-right: 72px; }

  .pr-xs1-72px {
    padding-right: 72px; }

  .mr-xs1-80px {
    margin-right: 80px; }

  .pr-xs1-80px {
    padding-right: 80px; }

  .mr-xs1-96px {
    margin-right: 96px; }

  .pr-xs1-96px {
    padding-right: 96px; }

  .mb-xs1-0 {
    margin-bottom: 0; }

  .pb-xs1-0 {
    padding-bottom: 0; }

  .mb-xs1-8px {
    margin-bottom: 8px; }

  .pb-xs1-8px {
    padding-bottom: 8px; }

  .mb-xs1-16px {
    margin-bottom: 16px; }

  .pb-xs1-16px {
    padding-bottom: 16px; }

  .mb-xs1-24px {
    margin-bottom: 24px; }

  .pb-xs1-24px {
    padding-bottom: 24px; }

  .mb-xs1-32px {
    margin-bottom: 32px; }

  .pb-xs1-32px {
    padding-bottom: 32px; }

  .mb-xs1-48px {
    margin-bottom: 48px; }

  .pb-xs1-48px {
    padding-bottom: 48px; }

  .mb-xs1-56px {
    margin-bottom: 56px; }

  .pb-xs1-56px {
    padding-bottom: 56px; }

  .mb-xs1-64px {
    margin-bottom: 64px; }

  .pb-xs1-64px {
    padding-bottom: 64px; }

  .mb-xs1-72px {
    margin-bottom: 72px; }

  .pb-xs1-72px {
    padding-bottom: 72px; }

  .mb-xs1-80px {
    margin-bottom: 80px; }

  .pb-xs1-80px {
    padding-bottom: 80px; }

  .mb-xs1-96px {
    margin-bottom: 96px; }

  .pb-xs1-96px {
    padding-bottom: 96px; }

  .ml-xs1-0 {
    margin-left: 0; }

  .pl-xs1-0 {
    padding-left: 0; }

  .ml-xs1-8px {
    margin-left: 8px; }

  .pl-xs1-8px {
    padding-left: 8px; }

  .ml-xs1-16px {
    margin-left: 16px; }

  .pl-xs1-16px {
    padding-left: 16px; }

  .ml-xs1-24px {
    margin-left: 24px; }

  .pl-xs1-24px {
    padding-left: 24px; }

  .ml-xs1-32px {
    margin-left: 32px; }

  .pl-xs1-32px {
    padding-left: 32px; }

  .ml-xs1-48px {
    margin-left: 48px; }

  .pl-xs1-48px {
    padding-left: 48px; }

  .ml-xs1-56px {
    margin-left: 56px; }

  .pl-xs1-56px {
    padding-left: 56px; }

  .ml-xs1-64px {
    margin-left: 64px; }

  .pl-xs1-64px {
    padding-left: 64px; }

  .ml-xs1-72px {
    margin-left: 72px; }

  .pl-xs1-72px {
    padding-left: 72px; }

  .ml-xs1-80px {
    margin-left: 80px; }

  .pl-xs1-80px {
    padding-left: 80px; }

  .ml-xs1-96px {
    margin-left: 96px; }

  .pl-xs1-96px {
    padding-left: 96px; } }
@media all and (min-width: 420px) {
  .mt-xs2-0 {
    margin-top: 0; }

  .pt-xs2-0 {
    padding-top: 0; }

  .mt-xs2-8px {
    margin-top: 8px; }

  .pt-xs2-8px {
    padding-top: 8px; }

  .mt-xs2-16px {
    margin-top: 16px; }

  .pt-xs2-16px {
    padding-top: 16px; }

  .mt-xs2-24px {
    margin-top: 24px; }

  .pt-xs2-24px {
    padding-top: 24px; }

  .mt-xs2-32px {
    margin-top: 32px; }

  .pt-xs2-32px {
    padding-top: 32px; }

  .mt-xs2-48px {
    margin-top: 48px; }

  .pt-xs2-48px {
    padding-top: 48px; }

  .mt-xs2-56px {
    margin-top: 56px; }

  .pt-xs2-56px {
    padding-top: 56px; }

  .mt-xs2-64px {
    margin-top: 64px; }

  .pt-xs2-64px {
    padding-top: 64px; }

  .mt-xs2-72px {
    margin-top: 72px; }

  .pt-xs2-72px {
    padding-top: 72px; }

  .mt-xs2-80px {
    margin-top: 80px; }

  .pt-xs2-80px {
    padding-top: 80px; }

  .mt-xs2-96px {
    margin-top: 96px; }

  .pt-xs2-96px {
    padding-top: 96px; }

  .mr-xs2-0 {
    margin-right: 0; }

  .pr-xs2-0 {
    padding-right: 0; }

  .mr-xs2-8px {
    margin-right: 8px; }

  .pr-xs2-8px {
    padding-right: 8px; }

  .mr-xs2-16px {
    margin-right: 16px; }

  .pr-xs2-16px {
    padding-right: 16px; }

  .mr-xs2-24px {
    margin-right: 24px; }

  .pr-xs2-24px {
    padding-right: 24px; }

  .mr-xs2-32px {
    margin-right: 32px; }

  .pr-xs2-32px {
    padding-right: 32px; }

  .mr-xs2-48px {
    margin-right: 48px; }

  .pr-xs2-48px {
    padding-right: 48px; }

  .mr-xs2-56px {
    margin-right: 56px; }

  .pr-xs2-56px {
    padding-right: 56px; }

  .mr-xs2-64px {
    margin-right: 64px; }

  .pr-xs2-64px {
    padding-right: 64px; }

  .mr-xs2-72px {
    margin-right: 72px; }

  .pr-xs2-72px {
    padding-right: 72px; }

  .mr-xs2-80px {
    margin-right: 80px; }

  .pr-xs2-80px {
    padding-right: 80px; }

  .mr-xs2-96px {
    margin-right: 96px; }

  .pr-xs2-96px {
    padding-right: 96px; }

  .mb-xs2-0 {
    margin-bottom: 0; }

  .pb-xs2-0 {
    padding-bottom: 0; }

  .mb-xs2-8px {
    margin-bottom: 8px; }

  .pb-xs2-8px {
    padding-bottom: 8px; }

  .mb-xs2-16px {
    margin-bottom: 16px; }

  .pb-xs2-16px {
    padding-bottom: 16px; }

  .mb-xs2-24px {
    margin-bottom: 24px; }

  .pb-xs2-24px {
    padding-bottom: 24px; }

  .mb-xs2-32px {
    margin-bottom: 32px; }

  .pb-xs2-32px {
    padding-bottom: 32px; }

  .mb-xs2-48px {
    margin-bottom: 48px; }

  .pb-xs2-48px {
    padding-bottom: 48px; }

  .mb-xs2-56px {
    margin-bottom: 56px; }

  .pb-xs2-56px {
    padding-bottom: 56px; }

  .mb-xs2-64px {
    margin-bottom: 64px; }

  .pb-xs2-64px {
    padding-bottom: 64px; }

  .mb-xs2-72px {
    margin-bottom: 72px; }

  .pb-xs2-72px {
    padding-bottom: 72px; }

  .mb-xs2-80px {
    margin-bottom: 80px; }

  .pb-xs2-80px {
    padding-bottom: 80px; }

  .mb-xs2-96px {
    margin-bottom: 96px; }

  .pb-xs2-96px {
    padding-bottom: 96px; }

  .ml-xs2-0 {
    margin-left: 0; }

  .pl-xs2-0 {
    padding-left: 0; }

  .ml-xs2-8px {
    margin-left: 8px; }

  .pl-xs2-8px {
    padding-left: 8px; }

  .ml-xs2-16px {
    margin-left: 16px; }

  .pl-xs2-16px {
    padding-left: 16px; }

  .ml-xs2-24px {
    margin-left: 24px; }

  .pl-xs2-24px {
    padding-left: 24px; }

  .ml-xs2-32px {
    margin-left: 32px; }

  .pl-xs2-32px {
    padding-left: 32px; }

  .ml-xs2-48px {
    margin-left: 48px; }

  .pl-xs2-48px {
    padding-left: 48px; }

  .ml-xs2-56px {
    margin-left: 56px; }

  .pl-xs2-56px {
    padding-left: 56px; }

  .ml-xs2-64px {
    margin-left: 64px; }

  .pl-xs2-64px {
    padding-left: 64px; }

  .ml-xs2-72px {
    margin-left: 72px; }

  .pl-xs2-72px {
    padding-left: 72px; }

  .ml-xs2-80px {
    margin-left: 80px; }

  .pl-xs2-80px {
    padding-left: 80px; }

  .ml-xs2-96px {
    margin-left: 96px; }

  .pl-xs2-96px {
    padding-left: 96px; } }
@media all and (min-width: 768px) {
  .mt-sm1-0 {
    margin-top: 0; }

  .pt-sm1-0 {
    padding-top: 0; }

  .mt-sm1-8px {
    margin-top: 8px; }

  .pt-sm1-8px {
    padding-top: 8px; }

  .mt-sm1-16px {
    margin-top: 16px; }

  .pt-sm1-16px {
    padding-top: 16px; }

  .mt-sm1-24px {
    margin-top: 24px; }

  .pt-sm1-24px {
    padding-top: 24px; }

  .mt-sm1-32px {
    margin-top: 32px; }

  .pt-sm1-32px {
    padding-top: 32px; }

  .mt-sm1-48px {
    margin-top: 48px; }

  .pt-sm1-48px {
    padding-top: 48px; }

  .mt-sm1-56px {
    margin-top: 56px; }

  .pt-sm1-56px {
    padding-top: 56px; }

  .mt-sm1-64px {
    margin-top: 64px; }

  .pt-sm1-64px {
    padding-top: 64px; }

  .mt-sm1-72px {
    margin-top: 72px; }

  .pt-sm1-72px {
    padding-top: 72px; }

  .mt-sm1-80px {
    margin-top: 80px; }

  .pt-sm1-80px {
    padding-top: 80px; }

  .mt-sm1-96px {
    margin-top: 96px; }

  .pt-sm1-96px {
    padding-top: 96px; }

  .mr-sm1-0 {
    margin-right: 0; }

  .pr-sm1-0 {
    padding-right: 0; }

  .mr-sm1-8px {
    margin-right: 8px; }

  .pr-sm1-8px {
    padding-right: 8px; }

  .mr-sm1-16px {
    margin-right: 16px; }

  .pr-sm1-16px {
    padding-right: 16px; }

  .mr-sm1-24px {
    margin-right: 24px; }

  .pr-sm1-24px {
    padding-right: 24px; }

  .mr-sm1-32px {
    margin-right: 32px; }

  .pr-sm1-32px {
    padding-right: 32px; }

  .mr-sm1-48px {
    margin-right: 48px; }

  .pr-sm1-48px {
    padding-right: 48px; }

  .mr-sm1-56px {
    margin-right: 56px; }

  .pr-sm1-56px {
    padding-right: 56px; }

  .mr-sm1-64px {
    margin-right: 64px; }

  .pr-sm1-64px {
    padding-right: 64px; }

  .mr-sm1-72px {
    margin-right: 72px; }

  .pr-sm1-72px {
    padding-right: 72px; }

  .mr-sm1-80px {
    margin-right: 80px; }

  .pr-sm1-80px {
    padding-right: 80px; }

  .mr-sm1-96px {
    margin-right: 96px; }

  .pr-sm1-96px {
    padding-right: 96px; }

  .mb-sm1-0 {
    margin-bottom: 0; }

  .pb-sm1-0 {
    padding-bottom: 0; }

  .mb-sm1-8px {
    margin-bottom: 8px; }

  .pb-sm1-8px {
    padding-bottom: 8px; }

  .mb-sm1-16px {
    margin-bottom: 16px; }

  .pb-sm1-16px {
    padding-bottom: 16px; }

  .mb-sm1-24px {
    margin-bottom: 24px; }

  .pb-sm1-24px {
    padding-bottom: 24px; }

  .mb-sm1-32px {
    margin-bottom: 32px; }

  .pb-sm1-32px {
    padding-bottom: 32px; }

  .mb-sm1-48px {
    margin-bottom: 48px; }

  .pb-sm1-48px {
    padding-bottom: 48px; }

  .mb-sm1-56px {
    margin-bottom: 56px; }

  .pb-sm1-56px {
    padding-bottom: 56px; }

  .mb-sm1-64px {
    margin-bottom: 64px; }

  .pb-sm1-64px {
    padding-bottom: 64px; }

  .mb-sm1-72px {
    margin-bottom: 72px; }

  .pb-sm1-72px {
    padding-bottom: 72px; }

  .mb-sm1-80px {
    margin-bottom: 80px; }

  .pb-sm1-80px {
    padding-bottom: 80px; }

  .mb-sm1-96px {
    margin-bottom: 96px; }

  .pb-sm1-96px {
    padding-bottom: 96px; }

  .ml-sm1-0 {
    margin-left: 0; }

  .pl-sm1-0 {
    padding-left: 0; }

  .ml-sm1-8px {
    margin-left: 8px; }

  .pl-sm1-8px {
    padding-left: 8px; }

  .ml-sm1-16px {
    margin-left: 16px; }

  .pl-sm1-16px {
    padding-left: 16px; }

  .ml-sm1-24px {
    margin-left: 24px; }

  .pl-sm1-24px {
    padding-left: 24px; }

  .ml-sm1-32px {
    margin-left: 32px; }

  .pl-sm1-32px {
    padding-left: 32px; }

  .ml-sm1-48px {
    margin-left: 48px; }

  .pl-sm1-48px {
    padding-left: 48px; }

  .ml-sm1-56px {
    margin-left: 56px; }

  .pl-sm1-56px {
    padding-left: 56px; }

  .ml-sm1-64px {
    margin-left: 64px; }

  .pl-sm1-64px {
    padding-left: 64px; }

  .ml-sm1-72px {
    margin-left: 72px; }

  .pl-sm1-72px {
    padding-left: 72px; }

  .ml-sm1-80px {
    margin-left: 80px; }

  .pl-sm1-80px {
    padding-left: 80px; }

  .ml-sm1-96px {
    margin-left: 96px; }

  .pl-sm1-96px {
    padding-left: 96px; } }
@media all and (min-width: 1024px) {
  .mt-sm2-0 {
    margin-top: 0; }

  .pt-sm2-0 {
    padding-top: 0; }

  .mt-sm2-8px {
    margin-top: 8px; }

  .pt-sm2-8px {
    padding-top: 8px; }

  .mt-sm2-16px {
    margin-top: 16px; }

  .pt-sm2-16px {
    padding-top: 16px; }

  .mt-sm2-24px {
    margin-top: 24px; }

  .pt-sm2-24px {
    padding-top: 24px; }

  .mt-sm2-32px {
    margin-top: 32px; }

  .pt-sm2-32px {
    padding-top: 32px; }

  .mt-sm2-48px {
    margin-top: 48px; }

  .pt-sm2-48px {
    padding-top: 48px; }

  .mt-sm2-56px {
    margin-top: 56px; }

  .pt-sm2-56px {
    padding-top: 56px; }

  .mt-sm2-64px {
    margin-top: 64px; }

  .pt-sm2-64px {
    padding-top: 64px; }

  .mt-sm2-72px {
    margin-top: 72px; }

  .pt-sm2-72px {
    padding-top: 72px; }

  .mt-sm2-80px {
    margin-top: 80px; }

  .pt-sm2-80px {
    padding-top: 80px; }

  .mt-sm2-96px {
    margin-top: 96px; }

  .pt-sm2-96px {
    padding-top: 96px; }

  .mr-sm2-0 {
    margin-right: 0; }

  .pr-sm2-0 {
    padding-right: 0; }

  .mr-sm2-8px {
    margin-right: 8px; }

  .pr-sm2-8px {
    padding-right: 8px; }

  .mr-sm2-16px {
    margin-right: 16px; }

  .pr-sm2-16px {
    padding-right: 16px; }

  .mr-sm2-24px {
    margin-right: 24px; }

  .pr-sm2-24px {
    padding-right: 24px; }

  .mr-sm2-32px {
    margin-right: 32px; }

  .pr-sm2-32px {
    padding-right: 32px; }

  .mr-sm2-48px {
    margin-right: 48px; }

  .pr-sm2-48px {
    padding-right: 48px; }

  .mr-sm2-56px {
    margin-right: 56px; }

  .pr-sm2-56px {
    padding-right: 56px; }

  .mr-sm2-64px {
    margin-right: 64px; }

  .pr-sm2-64px {
    padding-right: 64px; }

  .mr-sm2-72px {
    margin-right: 72px; }

  .pr-sm2-72px {
    padding-right: 72px; }

  .mr-sm2-80px {
    margin-right: 80px; }

  .pr-sm2-80px {
    padding-right: 80px; }

  .mr-sm2-96px {
    margin-right: 96px; }

  .pr-sm2-96px {
    padding-right: 96px; }

  .mb-sm2-0 {
    margin-bottom: 0; }

  .pb-sm2-0 {
    padding-bottom: 0; }

  .mb-sm2-8px {
    margin-bottom: 8px; }

  .pb-sm2-8px {
    padding-bottom: 8px; }

  .mb-sm2-16px {
    margin-bottom: 16px; }

  .pb-sm2-16px {
    padding-bottom: 16px; }

  .mb-sm2-24px {
    margin-bottom: 24px; }

  .pb-sm2-24px {
    padding-bottom: 24px; }

  .mb-sm2-32px {
    margin-bottom: 32px; }

  .pb-sm2-32px {
    padding-bottom: 32px; }

  .mb-sm2-48px {
    margin-bottom: 48px; }

  .pb-sm2-48px {
    padding-bottom: 48px; }

  .mb-sm2-56px {
    margin-bottom: 56px; }

  .pb-sm2-56px {
    padding-bottom: 56px; }

  .mb-sm2-64px {
    margin-bottom: 64px; }

  .pb-sm2-64px {
    padding-bottom: 64px; }

  .mb-sm2-72px {
    margin-bottom: 72px; }

  .pb-sm2-72px {
    padding-bottom: 72px; }

  .mb-sm2-80px {
    margin-bottom: 80px; }

  .pb-sm2-80px {
    padding-bottom: 80px; }

  .mb-sm2-96px {
    margin-bottom: 96px; }

  .pb-sm2-96px {
    padding-bottom: 96px; }

  .ml-sm2-0 {
    margin-left: 0; }

  .pl-sm2-0 {
    padding-left: 0; }

  .ml-sm2-8px {
    margin-left: 8px; }

  .pl-sm2-8px {
    padding-left: 8px; }

  .ml-sm2-16px {
    margin-left: 16px; }

  .pl-sm2-16px {
    padding-left: 16px; }

  .ml-sm2-24px {
    margin-left: 24px; }

  .pl-sm2-24px {
    padding-left: 24px; }

  .ml-sm2-32px {
    margin-left: 32px; }

  .pl-sm2-32px {
    padding-left: 32px; }

  .ml-sm2-48px {
    margin-left: 48px; }

  .pl-sm2-48px {
    padding-left: 48px; }

  .ml-sm2-56px {
    margin-left: 56px; }

  .pl-sm2-56px {
    padding-left: 56px; }

  .ml-sm2-64px {
    margin-left: 64px; }

  .pl-sm2-64px {
    padding-left: 64px; }

  .ml-sm2-72px {
    margin-left: 72px; }

  .pl-sm2-72px {
    padding-left: 72px; }

  .ml-sm2-80px {
    margin-left: 80px; }

  .pl-sm2-80px {
    padding-left: 80px; }

  .ml-sm2-96px {
    margin-left: 96px; }

  .pl-sm2-96px {
    padding-left: 96px; } }
@media all and (min-width: 1180px) {
  .mt-md-0 {
    margin-top: 0; }

  .pt-md-0 {
    padding-top: 0; }

  .mt-md-8px {
    margin-top: 8px; }

  .pt-md-8px {
    padding-top: 8px; }

  .mt-md-16px {
    margin-top: 16px; }

  .pt-md-16px {
    padding-top: 16px; }

  .mt-md-24px {
    margin-top: 24px; }

  .pt-md-24px {
    padding-top: 24px; }

  .mt-md-32px {
    margin-top: 32px; }

  .pt-md-32px {
    padding-top: 32px; }

  .mt-md-48px {
    margin-top: 48px; }

  .pt-md-48px {
    padding-top: 48px; }

  .mt-md-56px {
    margin-top: 56px; }

  .pt-md-56px {
    padding-top: 56px; }

  .mt-md-64px {
    margin-top: 64px; }

  .pt-md-64px {
    padding-top: 64px; }

  .mt-md-72px {
    margin-top: 72px; }

  .pt-md-72px {
    padding-top: 72px; }

  .mt-md-80px {
    margin-top: 80px; }

  .pt-md-80px {
    padding-top: 80px; }

  .mt-md-96px {
    margin-top: 96px; }

  .pt-md-96px {
    padding-top: 96px; }

  .mr-md-0 {
    margin-right: 0; }

  .pr-md-0 {
    padding-right: 0; }

  .mr-md-8px {
    margin-right: 8px; }

  .pr-md-8px {
    padding-right: 8px; }

  .mr-md-16px {
    margin-right: 16px; }

  .pr-md-16px {
    padding-right: 16px; }

  .mr-md-24px {
    margin-right: 24px; }

  .pr-md-24px {
    padding-right: 24px; }

  .mr-md-32px {
    margin-right: 32px; }

  .pr-md-32px {
    padding-right: 32px; }

  .mr-md-48px {
    margin-right: 48px; }

  .pr-md-48px {
    padding-right: 48px; }

  .mr-md-56px {
    margin-right: 56px; }

  .pr-md-56px {
    padding-right: 56px; }

  .mr-md-64px {
    margin-right: 64px; }

  .pr-md-64px {
    padding-right: 64px; }

  .mr-md-72px {
    margin-right: 72px; }

  .pr-md-72px {
    padding-right: 72px; }

  .mr-md-80px {
    margin-right: 80px; }

  .pr-md-80px {
    padding-right: 80px; }

  .mr-md-96px {
    margin-right: 96px; }

  .pr-md-96px {
    padding-right: 96px; }

  .mb-md-0 {
    margin-bottom: 0; }

  .pb-md-0 {
    padding-bottom: 0; }

  .mb-md-8px {
    margin-bottom: 8px; }

  .pb-md-8px {
    padding-bottom: 8px; }

  .mb-md-16px {
    margin-bottom: 16px; }

  .pb-md-16px {
    padding-bottom: 16px; }

  .mb-md-24px {
    margin-bottom: 24px; }

  .pb-md-24px {
    padding-bottom: 24px; }

  .mb-md-32px {
    margin-bottom: 32px; }

  .pb-md-32px {
    padding-bottom: 32px; }

  .mb-md-48px {
    margin-bottom: 48px; }

  .pb-md-48px {
    padding-bottom: 48px; }

  .mb-md-56px {
    margin-bottom: 56px; }

  .pb-md-56px {
    padding-bottom: 56px; }

  .mb-md-64px {
    margin-bottom: 64px; }

  .pb-md-64px {
    padding-bottom: 64px; }

  .mb-md-72px {
    margin-bottom: 72px; }

  .pb-md-72px {
    padding-bottom: 72px; }

  .mb-md-80px {
    margin-bottom: 80px; }

  .pb-md-80px {
    padding-bottom: 80px; }

  .mb-md-96px {
    margin-bottom: 96px; }

  .pb-md-96px {
    padding-bottom: 96px; }

  .ml-md-0 {
    margin-left: 0; }

  .pl-md-0 {
    padding-left: 0; }

  .ml-md-8px {
    margin-left: 8px; }

  .pl-md-8px {
    padding-left: 8px; }

  .ml-md-16px {
    margin-left: 16px; }

  .pl-md-16px {
    padding-left: 16px; }

  .ml-md-24px {
    margin-left: 24px; }

  .pl-md-24px {
    padding-left: 24px; }

  .ml-md-32px {
    margin-left: 32px; }

  .pl-md-32px {
    padding-left: 32px; }

  .ml-md-48px {
    margin-left: 48px; }

  .pl-md-48px {
    padding-left: 48px; }

  .ml-md-56px {
    margin-left: 56px; }

  .pl-md-56px {
    padding-left: 56px; }

  .ml-md-64px {
    margin-left: 64px; }

  .pl-md-64px {
    padding-left: 64px; }

  .ml-md-72px {
    margin-left: 72px; }

  .pl-md-72px {
    padding-left: 72px; }

  .ml-md-80px {
    margin-left: 80px; }

  .pl-md-80px {
    padding-left: 80px; }

  .ml-md-96px {
    margin-left: 96px; }

  .pl-md-96px {
    padding-left: 96px; } }
@media all and (min-width: 1680px) {
  .mt-lg-0 {
    margin-top: 0; }

  .pt-lg-0 {
    padding-top: 0; }

  .mt-lg-8px {
    margin-top: 8px; }

  .pt-lg-8px {
    padding-top: 8px; }

  .mt-lg-16px {
    margin-top: 16px; }

  .pt-lg-16px {
    padding-top: 16px; }

  .mt-lg-24px {
    margin-top: 24px; }

  .pt-lg-24px {
    padding-top: 24px; }

  .mt-lg-32px {
    margin-top: 32px; }

  .pt-lg-32px {
    padding-top: 32px; }

  .mt-lg-48px {
    margin-top: 48px; }

  .pt-lg-48px {
    padding-top: 48px; }

  .mt-lg-56px {
    margin-top: 56px; }

  .pt-lg-56px {
    padding-top: 56px; }

  .mt-lg-64px {
    margin-top: 64px; }

  .pt-lg-64px {
    padding-top: 64px; }

  .mt-lg-72px {
    margin-top: 72px; }

  .pt-lg-72px {
    padding-top: 72px; }

  .mt-lg-80px {
    margin-top: 80px; }

  .pt-lg-80px {
    padding-top: 80px; }

  .mt-lg-96px {
    margin-top: 96px; }

  .pt-lg-96px {
    padding-top: 96px; }

  .mr-lg-0 {
    margin-right: 0; }

  .pr-lg-0 {
    padding-right: 0; }

  .mr-lg-8px {
    margin-right: 8px; }

  .pr-lg-8px {
    padding-right: 8px; }

  .mr-lg-16px {
    margin-right: 16px; }

  .pr-lg-16px {
    padding-right: 16px; }

  .mr-lg-24px {
    margin-right: 24px; }

  .pr-lg-24px {
    padding-right: 24px; }

  .mr-lg-32px {
    margin-right: 32px; }

  .pr-lg-32px {
    padding-right: 32px; }

  .mr-lg-48px {
    margin-right: 48px; }

  .pr-lg-48px {
    padding-right: 48px; }

  .mr-lg-56px {
    margin-right: 56px; }

  .pr-lg-56px {
    padding-right: 56px; }

  .mr-lg-64px {
    margin-right: 64px; }

  .pr-lg-64px {
    padding-right: 64px; }

  .mr-lg-72px {
    margin-right: 72px; }

  .pr-lg-72px {
    padding-right: 72px; }

  .mr-lg-80px {
    margin-right: 80px; }

  .pr-lg-80px {
    padding-right: 80px; }

  .mr-lg-96px {
    margin-right: 96px; }

  .pr-lg-96px {
    padding-right: 96px; }

  .mb-lg-0 {
    margin-bottom: 0; }

  .pb-lg-0 {
    padding-bottom: 0; }

  .mb-lg-8px {
    margin-bottom: 8px; }

  .pb-lg-8px {
    padding-bottom: 8px; }

  .mb-lg-16px {
    margin-bottom: 16px; }

  .pb-lg-16px {
    padding-bottom: 16px; }

  .mb-lg-24px {
    margin-bottom: 24px; }

  .pb-lg-24px {
    padding-bottom: 24px; }

  .mb-lg-32px {
    margin-bottom: 32px; }

  .pb-lg-32px {
    padding-bottom: 32px; }

  .mb-lg-48px {
    margin-bottom: 48px; }

  .pb-lg-48px {
    padding-bottom: 48px; }

  .mb-lg-56px {
    margin-bottom: 56px; }

  .pb-lg-56px {
    padding-bottom: 56px; }

  .mb-lg-64px {
    margin-bottom: 64px; }

  .pb-lg-64px {
    padding-bottom: 64px; }

  .mb-lg-72px {
    margin-bottom: 72px; }

  .pb-lg-72px {
    padding-bottom: 72px; }

  .mb-lg-80px {
    margin-bottom: 80px; }

  .pb-lg-80px {
    padding-bottom: 80px; }

  .mb-lg-96px {
    margin-bottom: 96px; }

  .pb-lg-96px {
    padding-bottom: 96px; }

  .ml-lg-0 {
    margin-left: 0; }

  .pl-lg-0 {
    padding-left: 0; }

  .ml-lg-8px {
    margin-left: 8px; }

  .pl-lg-8px {
    padding-left: 8px; }

  .ml-lg-16px {
    margin-left: 16px; }

  .pl-lg-16px {
    padding-left: 16px; }

  .ml-lg-24px {
    margin-left: 24px; }

  .pl-lg-24px {
    padding-left: 24px; }

  .ml-lg-32px {
    margin-left: 32px; }

  .pl-lg-32px {
    padding-left: 32px; }

  .ml-lg-48px {
    margin-left: 48px; }

  .pl-lg-48px {
    padding-left: 48px; }

  .ml-lg-56px {
    margin-left: 56px; }

  .pl-lg-56px {
    padding-left: 56px; }

  .ml-lg-64px {
    margin-left: 64px; }

  .pl-lg-64px {
    padding-left: 64px; }

  .ml-lg-72px {
    margin-left: 72px; }

  .pl-lg-72px {
    padding-left: 72px; }

  .ml-lg-80px {
    margin-left: 80px; }

  .pl-lg-80px {
    padding-left: 80px; }

  .ml-lg-96px {
    margin-left: 96px; }

  .pl-lg-96px {
    padding-left: 96px; } }
html {
  scroll-behavior: smooth;
  height: 100%; }

body {
  min-height: 100%; }
  body.noscroll {
    position: fixed;
    width: 100%;
    overflow-y: scroll; }

#content-wrapper {
  z-index: 0; }

#overlay-wrapper {
  display: block;
  visibility: hidden;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(34, 31, 68, 0.24);
  opacity: 0;
  transition: visibility 0s 0.3s, opacity 0.3s 0s; }
  #overlay-wrapper.on {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s 0s, opacity 0.3s 0.05s; }

.c-wrapper {
  margin: 0 auto 0 auto; }

.no-header header {
  display: none; }

.no-menu #menu-primary,
.no-menu #hamburger-menu-wrapper {
  display: none; }

.no-footer footer {
  display: none; }

/* Common XS1 and XS2 */
/* XS1 */
@media all and (max-width: 419px) {
  .c-wrapper {
    width: calc(100% - 40px); } }
/* XS2 */
@media all and (min-width: 420px) and (max-width: 767px) {
  .c-wrapper {
    width: calc(100% - 40px); } }
/* Common SM1 and SM2 */
@media all and (min-width: 768px) and (max-width: 1179px) {
  body {
    zoom: 0.5; } }
/* SM1 */
@media all and (min-width: 768px) and (max-width: 1023px) {
  .c-wrapper {
    width: 1440px; } }
/* SM2 */
@media all and (min-width: 1024px) and (max-width: 1179px) {
  .c-wrapper {
    width: 1440px; } }
/* Common MD and LG */
/* MD */
@media all and (min-width: 1180px) and (max-width: 1679px) {
  body {
    zoom: 0.8; }

  .c-wrapper {
    width: 1440px; } }
/* LG */
@media all and (min-width: 1680px) {
  .c-wrapper {
    width: 1440px; } }
/* Common xs1, xs2 */
@media all and (max-width: 767px) {
  .micro-01 {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #268B9E;
    border-radius: 32px;
    margin-bottom: 20px;
    height: 364px;
    padding: 24px 0 40px 0; }
    .micro-01 > .c-container-01 {
      flex: 1; }
      .micro-01 > .c-container-01 > .c-item-01 {
        width: 256px;
        margin-bottom: 4px;
        align-self: baseline; }
      .micro-01 > .c-container-01 > .c-item-02 {
        align-self: baseline;
        flex: 1; }
    .micro-01 > .c-item-03 {
      display: none;
      margin-bottom: 48px;
      text-align: start !important; }
    .micro-01 .c-item-05 {
      width: 240px; }
      .micro-01 .c-item-05 img {
        width: 100%;
        object-fit: cover;
        object-position: center; } }
/* Common sm, md, lg */
@media all and (min-width: 768px) {
  .micro-01 {
    display: flex;
    flex-direction: column;
    background: #268B9E;
    border-radius: 32px;
    padding: 40px;
    width: 464px;
    height: 576px;
    transition: 0.3s; }
    .micro-01 > .c-container-01 {
      flex: 1; }
      .micro-01 > .c-container-01 > .c-item-01 {
        width: 368px;
        margin-bottom: 12px; }
      .micro-01 > .c-container-01 > .c-item-02 {
        width: 368px;
        flex: 1; }
    .micro-01 > .c-item-03 {
      display: none;
      margin-bottom: 48px;
      text-align: start !important; }
    .micro-01 .c-item-05 img {
      width: 100%;
      object-fit: cover;
      object-position: center; }
    .micro-01:hover {
      cursor: pointer;
      background: rgba(38, 139, 158, 0.8); }
      .micro-01:hover .c-item-03 {
        display: block;
        position: absolute;
        z-index: 22;
        width: 344px;
        bottom: 0px; }
      .micro-01:hover .c-item-05 {
        z-index: 11; }
        .micro-01:hover .c-item-05 img {
          opacity: 0.3; } }
/* Common xs1, xs2 */
@media all and (max-width: 767px) {
  .micro-02 {
    display: flex;
    flex-direction: column;
    background: #F2FDFF;
    border-radius: 24px;
    width: 320px;
    height: 348px;
    padding-bottom: 40px;
    margin-left: 0px !important; }
    .micro-02:first-child {
      margin-left: 20px !important; }
    .micro-02 > .c-item-01 {
      padding: 24px 0 0 24px;
      flex: 1; }
    .micro-02 > .c-item-02 {
      padding: 0 40px 0 40px;
      display: none;
      margin-bottom: 48px;
      text-align: start !important; }
    .micro-02 > .c-item-03 {
      width: 240px;
      height: 224px;
      align-self: center; }
      .micro-02 > .c-item-03 img {
        width: 100%;
        object-fit: cover;
        object-position: center; } }
/* Common sm, md, lg */
@media all and (min-width: 768px) {
  .micro-02 {
    display: flex;
    flex-direction: column;
    background: #F2FDFF;
    border-radius: 32px;
    padding: 40px;
    width: 464px;
    height: 504px; }
    .micro-02 > .c-item-01 {
      width: 368px;
      flex: 1; }
    .micro-02 > .c-item-02 {
      display: none;
      margin-bottom: 48px;
      text-align: start !important; }
    .micro-02 > .c-item-03 img {
      width: 100%;
      object-fit: cover;
      object-position: center;
      transition: 0.3s; }
    .micro-02:hover {
      cursor: pointer;
      background: #FFFFFF;
      border-radius: 32px; }
      .micro-02:hover > .c-item-02 {
        width: 344px;
        position: absolute;
        display: block;
        bottom: 0;
        z-index: 22;
        font-weight: 600;
        font-size: 17px;
        line-height: 24px;
        color: #0A242C; }
      .micro-02:hover > .c-item-03 img {
        opacity: 0.3; } }
/* Common xs1, xs2 */
@media all and (max-width: 767px) {
  .micro-03 {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #D5E8EE;
    border-radius: 32px;
    padding: 24px;
    width: 100%;
    height: 226px; }
    .micro-03 > .c-item-01 {
      align-self: baseline;
      flex: 1; }
    .micro-03 > .c-item-02 {
      display: none;
      margin-bottom: 48px;
      text-align: start !important; }
    .micro-03 > .c-item-03 {
      width: 200px; }
      .micro-03 > .c-item-03 img {
        width: 100%;
        height: 126px;
        object-fit: cover;
        object-position: center; } }
/* Common sm, md, lg */
@media all and (min-width: 768px) {
  .micro-03 {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #D5E8EE;
    border-radius: 32px;
    padding: 40px;
    width: 708px;
    height: 500px; }
    .micro-03 > .c-item-01 {
      width: 612px;
      margin-bottom: 48px; }
    .micro-03 > .c-item-02 {
      display: none;
      margin-bottom: 48px;
      text-align: start !important; }
    .micro-03 > .c-item-03 {
      width: 508px;
      height: 336px; }
      .micro-03 > .c-item-03 img {
        width: 100%;
        object-fit: cover;
        object-position: center;
        transition: 0.3s; }
    .micro-03:hover {
      cursor: pointer;
      border-radius: 32px; }
      .micro-03:hover > .c-item-03 img {
        opacity: 0.3; } }
/* Common xs1, xs2 */
@media all and (max-width: 767px) {
  .micro-04 {
    display: flex;
    flex-direction: column;
    border-radius: 32px;
    width: 240px;
    margin-left: 0px !important; }
    .micro-04:first-child {
      margin-left: 20px !important; }
    .micro-04 > .c-item-01 {
      background: #F2FDFF;
      padding: 30px;
      border-radius: 24px;
      margin-bottom: 16px; }
      .micro-04 > .c-item-01 > .c-item-01-A {
        margin-bottom: 16px; }
        .micro-04 > .c-item-01 > .c-item-01-A img {
          width: 100%;
          object-fit: cover;
          object-position: center; }
    .micro-04 > .c-item-02 {
      margin-bottom: 16px;
      text-align: start !important; }
    .micro-04 > .c-item-03 {
      display: none; } }
/* Common sm, md, lg */
@media all and (min-width: 768px) {
  .micro-04 {
    display: flex;
    flex-direction: column;
    border-radius: 32px;
    width: 342px;
    min-height: 506px; }
    .micro-04 > .c-item-01 {
      margin-bottom: 24px;
      padding: 40px;
      background: #F2FDFF;
      border-radius: 32px;
      transition: 0.3s; }
      .micro-04 > .c-item-01 > .c-item-01-A img {
        width: 100%;
        object-fit: cover;
        object-position: center; }
    .micro-04 > .c-item-02 {
      width: 300px;
      margin-bottom: 16px;
      text-align: start !important; }
    .micro-04 > .c-item-03 {
      width: 300px; }
    .micro-04:hover {
      cursor: pointer; } }
/* Common xs1, xs2 */
@media all and (max-width: 767px) {
  .micro-05 {
    display: flex;
    flex-direction: column;
    padding: 24px;
    align-items: center;
    background-color: #fff;
    border-radius: 24px;
    margin-bottom: 20px; }
    .micro-05 .c-item-01 {
      width: 256px;
      margin-bottom: 20px;
      align-self: baseline; }
    .micro-05 .c-item-02 {
      margin-bottom: 48px;
      font-weight: 600;
      font-size: 16px;
      width: 256px;
      line-height: 20px;
      letter-spacing: -0.01em;
      color: #0A242C;
      align-self: baseline;
      opacity: 0.6; }
    .micro-05 > .c-item-03 {
      width: 240px; }
      .micro-05 > .c-item-03 img {
        width: 100%;
        object-fit: cover;
        object-position: center; }
    .micro-05:nth-last-child(-n+1) {
      margin-bottom: 0; } }
/* Common sm, md, lg */
@media all and (min-width: 768px) {
  .micro-05 {
    display: flex;
    flex-direction: column;
    padding: 40px;
    width: 464px;
    background: #fff;
    border-radius: 32px;
    height: fit-content; }
    .micro-05 .c-item-01 {
      margin-bottom: 40px; }
    .micro-05 .c-item-02 {
      margin-bottom: 48px;
      font-weight: 600;
      font-size: 18px;
      line-height: 24px;
      letter-spacing: -0.01em;
      color: #0A242C;
      opacity: 0.6; }
    .micro-05 > .c-item-03 img {
      width: 100%;
      object-fit: cover;
      object-position: center; } }
/* Common xs1, xs2 */
@media all and (max-width: 767px) {
  .micro-06 {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: 32px;
    padding: 16px; }
    .micro-06 > .c-container-01 {
      order: 2; }
      .micro-06 > .c-container-01 > .c-item-01 {
        margin-bottom: 4px; }
    .micro-06 > .c-item-03 {
      width: 104px;
      height: 88px;
      object-fit: cover;
      object-position: center;
      margin-right: 16px;
      order: 1; }
      .micro-06 > .c-item-03 img {
        width: 104px;
        height: 88px;
        object-fit: cover;
        object-position: center; } }
/* Common sm, md, lg */
@media all and (min-width: 768px) {
  .micro-06 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 0 40px 0;
    background: #FFFFFF;
    border-radius: 32px;
    height: 576px; }
    .micro-06 > .c-container-01 > .c-item-01 {
      margin-bottom: 16px;
      font-weight: 600;
      font-size: 16px;
      line-height: 20px;
      text-align: center;
      letter-spacing: -0.01em;
      color: #798A8F; }
    .micro-06 > .c-container-01 > .c-item-02 {
      width: 544px;
      margin-bottom: 40px; }
    .micro-06 > .c-item-03 {
      width: 384px;
      object-fit: cover;
      object-position: center;
      height: 332px; }
      .micro-06 > .c-item-03 img {
        width: 100%;
        height: 332px;
        object-fit: cover;
        object-position: center; } }
/* Common xs1, xs2 */
@media all and (max-width: 767px) {
  .micro-07 {
    display: block;
    width: 320px;
    height: 320px;
    border-radius: 24px; }
    .micro-07:first-child {
      margin-left: 20px !important; }
    .micro-07 .c-item-01 {
      width: 320px;
      height: 320px; }
      .micro-07 .c-item-01 img {
        width: 100%;
        height: auto;
        border-radius: 24px; }
    .micro-07 .c-item-02 {
      position: absolute;
      bottom: 24px;
      left: 24px; }
      .micro-07 .c-item-02 svg {
        width: 60px;
        height: 60px; } }
/* Common sm, md, lg */
@media all and (min-width: 768px) {
  .micro-07 {
    display: block;
    width: 464px;
    height: 464px;
    border-radius: 32px; }
    .micro-07 .c-item-01 {
      width: 464px;
      height: 464px; }
      .micro-07 .c-item-01 img {
        width: 100%;
        height: auto;
        border-radius: 32px; }
    .micro-07 .c-item-02 {
      position: absolute;
      bottom: 32px;
      left: 32px; } }
/* Common xs1, xs2 */
@media all and (max-width: 767px) {
  .micro-08 {
    display: flex;
    flex-direction: column;
    padding: 32px 24px;
    border-radius: 32px;
    background-color: #F2FDFF;
    gap: 24px;
    width: 100%;
    margin-bottom: 40px; }
    .micro-08:last-child {
      margin-bottom: 0; }
    .micro-08 > .c-item-01 {
      display: flex;
      flex-direction: column;
      gap: 12px; }
      .micro-08 > .c-item-01 .c-unit-01 {
        color: #0A242C;
        font-family: Mont;
        font-size: 18px;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: -0.22px; }
      .micro-08 > .c-item-01 .c-unit-02 {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 10px 0; }
    .micro-08 > .c-item-02 .c-unit-01 img {
      width: 100%;
      object-position: center;
      object-fit: cover;
      border-radius: 20px; } }
/* Common sm, md, lg */
@media all and (min-width: 768px) {
  .micro-08 {
    display: flex;
    flex-direction: column;
    padding: 40px;
    border-radius: 32px;
    background-color: #F2FDFF;
    gap: 36px;
    width: 464px; }
    .micro-08 > .c-item-01 {
      display: flex;
      flex-direction: column;
      gap: 12px; }
      .micro-08 > .c-item-01 .c-unit-01 {
        color: #0A242C;
        font-family: Mont;
        font-size: 25px;
        font-weight: 700;
        line-height: 40px;
        letter-spacing: -0.32px; }
      .micro-08 > .c-item-01 .c-unit-02 {
        width: min-content;
        padding: 10px 48px; }
    .micro-08 > .c-item-02 img {
      width: 100%;
      height: 356px;
      object-fit: cover;
      object-position: center;
      border-radius: 24px; } }
/* Common xs1, xs2 */
@media all and (max-width: 767px) {
  .section-01 {
    background-color: #F2FDFF; }
    .section-01 .c-wrapper {
      display: flex;
      justify-content: center;
      flex-direction: column;
      padding: 48px 0 96px 0; }
      .section-01 .c-wrapper > .c-item-01 {
        width: 140px;
        margin-bottom: 24px; }
      .section-01 .c-wrapper > .c-item-02 {
        width: 295px;
        margin-bottom: 40px; }
      .section-01 .c-wrapper > .c-item-03 > .c-item-03-A {
        display: flex;
        margin-top: 32px;
        align-items: center;
        justify-content: center; } }
/* Common sm, md, lg */
@media all and (min-width: 768px) {
  .section-01 {
    background: #F2FDFF; }
    .section-01 .c-wrapper {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      padding: 160px 0 160px 0; }
      .section-01 .c-wrapper > .c-item-01 {
        width: 269px;
        margin-bottom: 32px;
        text-align: center; }
      .section-01 .c-wrapper > .c-item-02 {
        width: 898px;
        margin-bottom: 120px;
        text-align: center; }
      .section-01 .c-wrapper > .c-item-03 > .c-item-03-A {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 464px; }
        .section-01 .c-wrapper > .c-item-03 > .c-item-03-A > .c-unit-01 {
          width: 220px; } }
/* Common xs1, xs2 */
@media all and (max-width: 767px) {
  .section-02 {
    background: #E7EAEB; }
    .section-02 .c-wrapper {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 0 44px 0; }
      .section-02 .c-wrapper > .c-item-01 {
        width: 280px;
        margin-top: -169px; }
        .section-02 .c-wrapper > .c-item-01 img {
          width: 100%;
          border-radius: 24px;
          object-fit: cover;
          object-position: center; }
      .section-02 .c-wrapper > .c-item-02 {
        position: absolute;
        left: calc(20%);
        bottom: 24px;
        display: flex;
        flex-direction: column; }
        .section-02 .c-wrapper > .c-item-02 > .c-item-02-A {
          display: flex; }
          .section-02 .c-wrapper > .c-item-02 > .c-item-02-A > .c-unit-01 {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 48px;
            height: 48px;
            border-radius: 50%;
            background: #FFF;
            margin-right: 8px; }
            .section-02 .c-wrapper > .c-item-02 > .c-item-02-A > .c-unit-01 svg {
              width: 16px;
              height: 16px; }
          .section-02 .c-wrapper > .c-item-02 > .c-item-02-A > .c-item-02-A-01 > .c-unit-02 {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 48px;
            height: 48px;
            border-radius: 50%;
            background: #FFF; }
            .section-02 .c-wrapper > .c-item-02 > .c-item-02-A > .c-item-02-A-01 > .c-unit-02 svg {
              width: 16px;
              height: 16px; }
          .section-02 .c-wrapper > .c-item-02 > .c-item-02-A > .c-item-02-A-01 > .c-unit-03 {
            display: none; } }
/* Common sm, md, lg */
@media all and (min-width: 768px) {
  .section-02 {
    background: #E7EAEB; }
    .section-02 .c-wrapper {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 0 40px 0; }
      .section-02 .c-wrapper > .c-item-01 {
        margin-top: -230px;
        width: 952px; }
        .section-02 .c-wrapper > .c-item-01 img {
          width: 100%;
          height: auto;
          border-radius: 32px;
          object-fit: cover;
          object-position: center; }
      .section-02 .c-wrapper > .c-item-02 {
        position: absolute;
        top: -40px;
        left: 0;
        display: flex;
        flex-direction: column; }
        .section-02 .c-wrapper > .c-item-02 > .c-item-02-A {
          display: flex;
          flex-direction: column;
          align-items: center; }
          .section-02 .c-wrapper > .c-item-02 > .c-item-02-A > .c-unit-01 {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background: #FFF; }
          .section-02 .c-wrapper > .c-item-02 > .c-item-02-A > .c-item-02-A-01 > .c-unit-02 {
            display: none;
            align-items: center;
            justify-content: center;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            margin-top: 16px;
            background: #FFF; }
          .section-02 .c-wrapper > .c-item-02 > .c-item-02-A > .c-item-02-A-01 > .c-unit-03 {
            display: block;
            background: #FFF;
            z-index: 999;
            border-radius: 100px;
            padding: 8px 20px;
            margin-top: 8px;
            font-weight: bold;
            font-size: 12px;
            line-height: 18px;
            text-align: center;
            letter-spacing: 0.01em;
            color: #207686; } }
/* Common xs1, xs2 */
@media all and (max-width: 767px) {
  .section-03 {
    width: 100%;
    background-color: #E7EAEB; }
    .section-03 .c-wrapper {
      padding: 20px 0 0 0; }
      .section-03 .c-wrapper > .c-item-01 {
        padding: 0 8px; }
        .section-03 .c-wrapper > .c-item-01 ul li {
          margin-left: 9px; }
          .section-03 .c-wrapper > .c-item-01 ul li:before {
            content: '';
            position: absolute;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: black;
            left: 1px;
            top: 7px;
            background-color: rebeccapurple; }
        .section-03 .c-wrapper > .c-item-01 p sup {
          line-height: 0; }
      .section-03 .c-wrapper > .c-item-02 {
        margin-top: 12px;
        font-weight: 600;
        font-size: 18px;
        line-height: 32px;
        letter-spacing: -0.01em;
        color: #0A242C; } }
/* Common sm, md, lg */
@media all and (min-width: 768px) {
  .section-03 {
    background: #E7EAEB; }
    .section-03 .c-wrapper {
      width: 708px;
      padding: 40px 0 0 0;
      margin: 0 auto; }
      .section-03 .c-wrapper > .c-item-01 {
        width: 780px; }
        .section-03 .c-wrapper > .c-item-01 ul li {
          margin-left: 13px; }
          .section-03 .c-wrapper > .c-item-01 ul li:before {
            content: '';
            position: absolute;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: black;
            left: -11px;
            top: 12px; }
        .section-03 .c-wrapper > .c-item-01 p sup {
          line-height: 0; }
      .section-03 .c-wrapper > .c-item-02 {
        margin-top: 32px;
        font-weight: 600;
        font-size: 18px;
        line-height: 32px;
        letter-spacing: -0.01em;
        color: #0A242C; } }
/* Common xs1, xs2 */
@media all and (max-width: 767px) {
  .section-04 {
    background-color: #5FA1BD;
    border-radius: 28px; }
    .section-04 .c-wrapper {
      display: flex;
      justify-content: center;
      flex-direction: column;
      padding: 48px 0 96px 0; }
      .section-04 .c-wrapper > .c-item-01 {
        width: 140px;
        margin-bottom: 24px; }
      .section-04 .c-wrapper > .c-item-02 {
        width: 295px;
        margin-bottom: 40px; }
      .section-04 .c-wrapper > .c-item-03 {
        display: none;
        width: calc(100% + 40px);
        margin-top: 40px;
        margin-left: -20px; }
      .section-04 .c-wrapper > .c-item-04 {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 259px;
        padding: 12px 0;
        border-radius: 100px;
        background: #ffff;
        color: #5FA1BD;
        text-align: center;
        font-size: 12px;
        font-weight: 800;
        line-height: 20px;
        letter-spacing: 0.24px; } }
/* Common sm, md, lg */
@media all and (min-width: 768px) {
  .section-04 {
    background: #5FA1BD;
    border-radius: 80px; }
    .section-04 .c-wrapper {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      padding: 120px 0 160px 0; }
      .section-04 .c-wrapper > .c-item-01 {
        width: 270px;
        margin-bottom: 32px;
        text-align: center; }
      .section-04 .c-wrapper > .c-item-02 {
        width: 720px;
        margin-bottom: 80px;
        text-align: center; }
      .section-04 .c-wrapper > .c-item-03 {
        display: flex;
        align-items: center;
        justify-content: center; }
      .section-04 .c-wrapper > .c-item-04 {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 259px;
        padding: 16px 0;
        border-radius: 100px;
        background: #ffff;
        color: #5FA1BD;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 0.32px; } }
/* Common xs1, xs2 */
@media all and (max-width: 767px) {
  .section-05 {
    background-color: #F2FDFF; }
    .section-05 .c-wrapper {
      display: flex;
      justify-content: center;
      flex-direction: column;
      padding: 48px 0 96px 0; }
      .section-05 .c-wrapper > .c-item-01 {
        width: 110px;
        margin-bottom: 24px; }
      .section-05 .c-wrapper > .c-item-02 {
        width: 295px;
        margin-bottom: 40px; }
      .section-05 .c-wrapper > .c-item-03 .micro-03 {
        margin-bottom: 20px; }
        .section-05 .c-wrapper > .c-item-03 .micro-03:last-child {
          margin-bottom: 0; } }
/* Common sm, md, lg */
@media all and (min-width: 768px) {
  .section-05 {
    background: #F2FDFF; }
    .section-05 .c-wrapper {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      padding: 120px 0 160px 0; }
      .section-05 .c-wrapper > .c-item-01 {
        width: 270px;
        margin-bottom: 32px;
        text-align: center; }
      .section-05 .c-wrapper > .c-item-02 {
        width: 879px;
        margin-bottom: 120px;
        text-align: center; }
      .section-05 .c-wrapper > .c-item-03 {
        display: flex;
        justify-content: center; }
        .section-05 .c-wrapper > .c-item-03 .micro-02 {
          margin-right: 24px; } }
/* Common xs1, xs2 */
@media all and (max-width: 767px) {
  .section-06 {
    background-color: #3D8DAF;
    border-radius: 28px; }
    .section-06 .c-wrapper {
      display: flex;
      justify-content: center;
      flex-direction: column;
      padding: 48px 0px 96px 0px; }
      .section-06 .c-wrapper > .c-item-01 {
        margin-bottom: 24px; }
      .section-06 .c-wrapper > .c-item-02 {
        margin-bottom: 40px; }
      .section-06 .c-wrapper > .c-item-03 {
        width: calc(100% + 40px);
        margin-top: 40px;
        margin-left: -20px; }
      .section-06 .c-wrapper > .c-item-04 {
        margin-top: 32px; } }
/* Common sm, md, lg */
@media all and (min-width: 768px) {
  .section-06 {
    background: #3D8DAF;
    border-radius: 80px; }
    .section-06 .c-wrapper {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      padding: 120px 0 100px 0; }
      .section-06 .c-wrapper > .c-item-01 {
        margin-bottom: 32px; }
      .section-06 .c-wrapper > .c-item-02 {
        margin-bottom: 80px; }
      .section-06 .c-wrapper > .c-item-04 {
        margin-top: 100px; } }
/* Common xs1, xs2 */
@media all and (max-width: 767px) {
  .section-07 {
    background: #F2FDFF;
    padding: 24px 0; }
    .section-07 .c-wrapper {
      display: flex; }
      .section-07 .c-wrapper .c-container-01 {
        display: flex;
        width: calc(100% + 28px); }
        .section-07 .c-wrapper .c-container-01 .c-item-01 {
          width: 320px; }
          .section-07 .c-wrapper .c-container-01 .c-item-01 img {
            width: 100%;
            object-position: center;
            object-fit: cover;
            height: 362px; } }
/* Common sm, md, lg */
@media all and (min-width: 768px) {
  .section-07 {
    background: #F2FDFF;
    padding: 60px 0; }
    .section-07 .c-wrapper {
      display: flex;
      justify-content: space-between; }
      .section-07 .c-wrapper .c-container-01 {
        width: 100%;
        justify-content: space-between;
        display: flex; }
        .section-07 .c-wrapper .c-container-01 .c-item-01 img {
          width: 100%;
          object-position: center;
          object-fit: cover; } }
/* Common xs1, xs2 */
@media all and (max-width: 767px) {
  .section-09 {
    background: #FFFFFF;
    border-radius: 28px;
    padding: 48px 0 96px 0; }
    .section-09 .c-wrapper .c-container-01 {
      flex-direction: column;
      display: flex; }
      .section-09 .c-wrapper .c-container-01 .c-item-02 {
        width: 295px;
        margin-top: 24px; }
      .section-09 .c-wrapper .c-container-01 .c-item-03 {
        width: calc(100% + 40px);
        margin-top: 40px;
        margin-left: -20px; }

  .ShareAndTest .section-09 {
    margin-top: -28px; } }
/* Common sm, md, lg */
@media all and (min-width: 768px) {
  .section-09 {
    background: #FFFFFF;
    border-radius: 80px;
    padding: 120px 0 160px 0; }
    .section-09 .c-wrapper > .c-container-01 {
      flex-direction: column;
      align-items: center;
      display: flex; }
      .section-09 .c-wrapper > .c-container-01 > .c-item-02 {
        width: 898px;
        margin-top: 32px; }
      .section-09 .c-wrapper > .c-container-01 .c-item-03 {
        margin-top: 80px; }

  .ShareAndTest .section-09 {
    margin-top: -74px; } }
/* Common xs1, xs2 */
@media all and (max-width: 767px) {
  .section-10 {
    background: #E8F0F3;
    padding: 48px 0 96px 0; }
    .section-10 .c-wrapper .c-container-01 {
      flex-direction: column;
      display: flex; }
      .section-10 .c-wrapper .c-container-01 .c-item-02 {
        width: 295px;
        margin-top: 24px; }
      .section-10 .c-wrapper .c-container-01 .c-item-03 {
        width: calc(100% + 40px);
        margin-top: 40px;
        margin-left: -20px; } }
/* Common sm, md, lg */
@media all and (min-width: 768px) {
  .section-10 {
    background: #E8F0F3;
    padding: 120px 0 160px 0; }
    .section-10 .c-wrapper .c-container-01 {
      flex-direction: column;
      align-items: center;
      display: flex; }
      .section-10 .c-wrapper .c-container-01 > .c-item-02 {
        width: 898px;
        margin-top: 32px; }
      .section-10 .c-wrapper .c-container-01 .c-item-03 {
        margin-top: 80px; } }
/* Common xs1, xs2 */
@media all and (max-width: 767px) {
  .section-13 {
    background-color: #2F8EB3; }
    .section-13 .c-wrapper {
      padding: 24px 0 96px 0; }
      .section-13 .c-wrapper .c-item-01 .micro-02 {
        margin-left: 20px !important; } }
/* Common sm, md, lg */
@media all and (min-width: 768px) {
  .section-13 {
    background: #2F8EB3; }
    .section-13 .c-wrapper {
      padding: 60px 0 240px 0; }
      .section-13 .c-wrapper .c-item-01 {
        display: flex;
        align-items: center;
        justify-content: center; } }
/* Common xs1, xs2 */
@media all and (max-width: 767px) {
  .section-14 {
    background: #F2FDFF; }
    .section-14 .c-wrapper {
      padding: 24px 0 96px 0; } }
/* Common sm, md, lg */
@media all and (min-width: 768px) {
  .section-14 {
    background-color: #87b9ce; }
    .section-14 .c-wrapper {
      padding: 60px 0 240px 0; } }
/* Common xs1, xs2 */
@media all and (max-width: 767px) {
  .section-15 {
    background-color: #2F8EB3; }
    .section-15 .c-wrapper {
      padding: 24px 0 96px 0; } }
/* Common sm, md, lg */
@media all and (min-width: 768px) {
  .section-15 {
    background-color: #2F8EB3; }
    .section-15 .c-wrapper {
      padding: 60px 0 240px 0; } }
/* Common xs1, xs2 */
@media all and (max-width: 767px) {
  .section-16 {
    background-color: #E7EAEB; }
    .section-16 .c-wrapper {
      padding: 40px 0 80px 0; } }
/* Common sm, md, lg */
@media all and (min-width: 768px) {
  .section-16 {
    background-color: #E7EAEB; }
    .section-16 .c-wrapper {
      padding: 80px 0 160px 0; } }
/* Common xs1, xs2 */
@media all and (max-width: 767px) {
  .section-17 {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    height: 100vh;
    padding: 0 20px 268px 20px;
    padding-top: 42px;
        /*   .c-column-04 {
            position: absolute;
            display: flex;
            justify-content: space-between;
            bottom: 40px;
            width: 95%;
            margin-left: 40px;
            align-items: center;
            padding: 32px 20px 32px 80px;
            background: #FFFFFF;
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
            border-radius: 100px;

            .c-item-01 {
                width:400px;
                border-bottom: 4px solid #E7EAEB;
                padding-bottom:12px;
            }

            .c-item-02 {
                background: #268B9E;
                border-radius: 1100px;
                padding: 20px 48px;
                font-weight: 600;
                font-size: 16px;
                line-height: 20px;
                letter-spacing: -0.02em;
                color: #FFFFFF;
            }
        }*/ }
    .section-17 .c-column-01 {
      width: 100%;
      background: #fff;
      order: 2; }
      .section-17 .c-column-01 .c-item-01 {
        width: 300px;
        margin: 24px 0 16px 0; }
      .section-17 .c-column-01 .c-item-02 {
        margin-bottom: 48px;
        width: 300px; }
      .section-17 .c-column-01 .c-item-03 {
        background: #268B9E;
        border-radius: 1100px;
        font-weight: bold;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: -0.02em;
        color: #FFF;
        padding: 16px 40px; }
    .section-17 .c-column-02 {
      margin-top: 86px;
      border-radius: 24px;
      background: #E9F3F5;
      padding: 26px;
      width: 152px;
      height: 152px;
      order: 1; }
      .section-17 .c-column-02 .c-item-01 img {
        width: 100%;
        object-fit: cover;
        object-position: center; }
    .section-17 .c-column-03 {
      width: 100%;
      position: absolute;
      display: flex;
      justify-content: space-between; }
      .section-17 .c-column-03 .c-container-01 {
        display: flex;
        justify-content: space-between;
        width: calc(100% - 20px);
        padding-left: 20px; }
        .section-17 .c-column-03 .c-container-01 .c-item-01 {
          margin-right: 32px;
          width: 83px;
          height: 36px; }
        .section-17 .c-column-03 .c-container-01 .c-item-02 {
          width: 64px;
          height: 28px; }
      .section-17 .c-column-03 .c-container-02 .c-item-03 {
        display: none; } }
/* Common sm, md, lg */
@media all and (min-width: 768px) {
  .section-17 {
    display: flex;
    background: #fff;
    height: 100vh;
        /*   .c-column-04 {
            position: absolute;
            display: flex;
            justify-content: space-between;
            bottom: 40px;
            width: 95%;
            margin-left: 40px;
            align-items: center;
            padding: 32px 20px 32px 80px;
            background: #FFFFFF;
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
            border-radius: 100px;

            .c-item-01 {
                width:400px;
                border-bottom: 4px solid #E7EAEB;
                padding-bottom:12px;
            }

            .c-item-02 {
                background: #268B9E;
                border-radius: 1100px;
                padding: 20px 48px;
                font-weight: 600;
                font-size: 16px;
                line-height: 20px;
                letter-spacing: -0.02em;
                color: #FFFFFF;
            }
        }*/ }
    .section-17 .c-column-01 {
      width: 50%;
      background: #fff;
      padding: 212px 0 502px 120px; }
      .section-17 .c-column-01 .c-item-01 {
        width: 586px;
        margin-bottom: 24px;
        font-weight: 600; }
      .section-17 .c-column-01 .c-item-02 {
        margin-bottom: 48px;
        width: 566px;
        font-weight: 400; }
      .section-17 .c-column-01 .c-item-03 {
        background: #268B9E;
        border-radius: 1100px;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -0.02em;
        color: #FFFFFF;
        padding: 20px 48px; }
    .section-17 .c-column-02 {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 50%;
      background: #E9F3F5;
      border-radius: 80px 0px 0px 80px;
      padding: 285px 174px;
      height: 100%; }
      .section-17 .c-column-02 .c-item-01 {
        width: 480px; }
        .section-17 .c-column-02 .c-item-01 img {
          width: 480px;
          object-fit: cover;
          object-position: center; }
    .section-17 .c-column-03 {
      position: absolute;
      top: 48px;
      left: 60px;
      width: 95%;
      right: 40px;
      display: flex;
      justify-content: space-between; }
      .section-17 .c-column-03 .c-container-01 {
        display: flex; }
        .section-17 .c-column-03 .c-container-01 .c-item-01 {
          width: 104px;
          height: 44px;
          object-fit: cover;
          object-position: center;
          margin-right: 32px; }
        .section-17 .c-column-03 .c-container-01 .c-item-02 {
          width: 76px;
          height: 32px;
          object-fit: cover;
          object-position: center; } }
/* Common xs1, xs2 */
@media all and (max-width: 767px) {
  .section-18 {
    background: #fff;
    padding-bottom: 120px; }
    .section-18 > .c-column-01 {
      display: flex;
      justify-content: space-between;
      height: 96px;
      align-items: center;
      padding: 0 24px 0 24px; }
      .section-18 > .c-column-01 > .c-item-01 {
        margin-right: 30px;
        width: 83px;
        height: 36px; }
      .section-18 > .c-column-01 > .c-item-02 {
        margin-bottom: 10px;
        width: 64px;
        height: 28px; }
    .section-18 > .c-column-02 {
      width: 100%;
      margin: 0 auto;
      padding: 48px 20px 62px 20px;
      background: #FFFFFF;
      border-radius: 40px; }
      .section-18 > .c-column-02 > .c-item-01 {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column; }
        .section-18 > .c-column-02 > .c-item-01 > .c-unit-01 {
          width: 152px;
          height: 152px;
          padding: 26px;
          background: #E9F3F5;
          border-radius: 24px; }
          .section-18 > .c-column-02 > .c-item-01 > .c-unit-01 img {
            width: 100%;
            object-fit: cover;
            object-position: center; }
        .section-18 > .c-column-02 > .c-item-01 > .c-unit-02 {
          text-align: center;
          width: 100%;
          margin-top: 48px; }
        .section-18 > .c-column-02 > .c-item-01 > .c-unit-03 {
          text-align: center;
          width: 300px;
          margin-top: 24px;
          margin-bottom: 8px; }
      .section-18 > .c-column-02 > .c-item-02 {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 8px; }
        .section-18 > .c-column-02 > .c-item-02 > .c-unit-01 {
          width: 300px;
          text-align: center;
          margin-bottom: 20px; }
        .section-18 > .c-column-02 > .c-item-02 > .c-unit-02 {
          display: flex;
          align-items: center;
          justify-content: center;
          background: #268B9E;
          width: 100%;
          border-radius: 1100px;
          padding: 14px 0;
          margin-top: 8px;
          font-weight: bold;
          font-size: 12px;
          line-height: 16px;
          letter-spacing: -0.02em;
          color: #FFFFFF; }
          .section-18 > .c-column-02 > .c-item-02 > .c-unit-02 > .c-unit-02-A {
            width: 20px;
            height: 20px;
            margin-right: 8px; }
        .section-18 > .c-column-02 > .c-item-02 > .c-unit-03 {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          background: #F5F5F5;
          border-radius: 1100px;
          padding: 16px 72px;
          font-weight: 600;
          font-size: 12px;
          line-height: 16px;
          text-align: center;
          letter-spacing: -0.02em;
          color: #0A242C;
          border-top: 1px solid #E7EAEB; }
      .section-18 > .c-column-02 .hr-A {
        display: none; }
    .section-18 > .c-column-03 {
      display: none; } }
/* Common sm, md, lg */
@media all and (min-width: 768px) {
  .section-18 {
    padding-bottom: 124px; }
    .section-18 > .c-column-01 {
      display: flex;
      height: 124px;
      align-items: center;
      padding: 0 60px 0 60px; }
      .section-18 > .c-column-01 > .c-item-01 {
        margin-right: 30px; }
      .section-18 > .c-column-01 > .c-item-02 {
        margin-bottom: 10px; }
    .section-18 > .c-column-02 {
      width: 708px;
      z-index: 777;
      margin: 0 auto;
      padding: 48px 0 64px 0;
      background: #FFFFFF;
      border: 1px solid #F3F3F3;
      box-sizing: border-box;
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
      border-radius: 40px; }
      .section-18 > .c-column-02 > .c-item-01 {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column; }
        .section-18 > .c-column-02 > .c-item-01 > .c-unit-02 {
          text-align: center;
          width: 384px;
          margin-top: 48px; }
        .section-18 > .c-column-02 > .c-item-01 > .c-unit-03 {
          text-align: center;
          width: 384px;
          margin-top: 24px;
          margin-bottom: 29px; }
      .section-18 > .c-column-02 > .c-item-02 {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 38px; }
        .section-18 > .c-column-02 > .c-item-02 > .c-unit-01 {
          width: 384px;
          text-align: center;
          margin-bottom: 32px; }
        .section-18 > .c-column-02 > .c-item-02 > .c-unit-02 {
          display: flex;
          align-items: center;
          justify-content: center;
          background: #268B9E;
          border-radius: 1100px;
          padding: 14px 0;
          margin-top: 8px;
          font-weight: 600;
          font-size: 16px;
          line-height: 20px;
          letter-spacing: -0.02em;
          color: #FFFFFF;
          width: 464px;
          height: 60px; }
          .section-18 > .c-column-02 > .c-item-02 > .c-unit-02 > .c-unit-02-A {
            margin-right: 8px; }
        .section-18 > .c-column-02 > .c-item-02 > .c-unit-03 {
          display: flex;
          align-items: center;
          justify-content: center;
          background: #F5F5F5;
          border-radius: 1100px;
          padding: 21px 0 19px 0;
          width: 464px;
          font-weight: 600;
          font-size: 16px;
          line-height: 20px;
          letter-spacing: -0.02em;
          color: #0A242C;
          width: 464px; }
      .section-18 > .c-column-02 .c-item-02 .hr-E {
        display: block; }
      .section-18 > .c-column-02 .hr-E {
        display: none; }
    .section-18 > .c-column-03 {
      transform: skewX(10deg);
      top: -16%;
      position: absolute; }
      .section-18 > .c-column-03 img {
        height: 100vh; } }
/* Common xs1, xs2 */
@media all and (max-width: 767px) {
  .section-19 {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    height: 100vh;
    padding: 0 20px 40px 20px;
    padding-top: 42px; }
    .section-19 .c-column-01 {
      width: 100%;
      background: #fff;
      order: 2; }
      .section-19 .c-column-01 .c-item-01 {
        width: 300px;
        margin: 24px 0 16px 0; }
      .section-19 .c-column-01 .c-item-02 {
        margin-bottom: 24px;
        width: 300px; }
      .section-19 .c-column-01 .c-item-03 {
        display: flex; }
        .section-19 .c-column-01 .c-item-03 .c-unit-01 {
          display: flex;
          align-items: center;
          margin-right: 12px;
          height: 40px; }
          .section-19 .c-column-01 .c-item-03 .c-unit-01 > .c-unit-01-A {
            display: none;
            width: 24px;
            height: 24px;
            background: #268B9E;
            border-radius: 100px;
            position: absolute;
            left: 10px;
            top: 9px;
            align-items: center;
            justify-content: center; }
          .section-19 .c-column-01 .c-item-03 .c-unit-01 > label {
            color: #0A242C;
            font-weight: 600;
            font-size: 12px;
            line-height: 16px;
            letter-spacing: -0.01em;
            width: 72px;
            height: 40px;
            padding: 12px 20px;
            border: 2px solid #C2CACC;
            border-radius: 12px;
            cursor: pointer;
            display: flex;
            justify-content: center;
            align-items: center; }
          .section-19 .c-column-01 .c-item-03 .c-unit-01 > input:checked ~ .c-unit-01-A {
            display: flex; }
          .section-19 .c-column-01 .c-item-03 .c-unit-01 > input:checked ~ label {
            color: #268B9E;
            padding: 10px 12px 8px 44px;
            border: 2px solid #268B9E;
            width: 85px; }
          .section-19 .c-column-01 .c-item-03 .c-unit-01.parenterror label {
            border: 2px solid #A32F2A; }
          .section-19 .c-column-01 .c-item-03 .c-unit-01.parenterror ~ .c-unit-01 label {
            border: 2px solid #A32F2A; }
    .section-19 .c-column-02 {
      margin-top: 86px;
      border-radius: 24px;
      background: #E9F3F5;
      padding: 26px;
      width: 152px;
      height: 152px;
      order: 1; }
      .section-19 .c-column-02 .c-item-01 img {
        width: 100%;
        object-fit: cover;
        object-position: center; }
    .section-19 .c-column-03 {
      width: 100%;
      position: absolute;
      display: flex;
      justify-content: space-between; }
      .section-19 .c-column-03 .c-container-01 {
        display: flex;
        width: calc(100% - 20px);
        padding-left: 20px; }
        .section-19 .c-column-03 .c-container-01 .c-item-01 {
          margin-right: 32px;
          width: 83px;
          height: 36px; }
        .section-19 .c-column-03 .c-container-01 .c-item-02 {
          width: 64px;
          height: 28px; }
      .section-19 .c-column-03 .c-container-02 {
        position: absolute;
        right: 20px;
        top: -8px; }
        .section-19 .c-column-03 .c-container-02 .c-item-03 {
          width: 45px;
          height: 45px; }
    .section-19 .c-column-04 {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: 100%;
      margin-top: auto;
      padding: 20px;
      background: #FFFFFF;
      box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
      border-radius: 20px;
      order: 3; }
      .section-19 .c-column-04 .c-item-01 {
        padding-bottom: 4px;
        font-weight: 600;
        font-size: 10px;
        line-height: 14px;
        letter-spacing: -0.02em;
        color: #0A242C; }
        .section-19 .c-column-04 .c-item-01 .c-item-01-B {
          width: 100%;
          height: 4px;
          background-color: #E7EAEB;
          border-radius: 100px;
          display: block;
          overflow: hidden;
          margin-top: 4px; }
          .section-19 .c-column-04 .c-item-01 .c-item-01-B .c-item-01-B-01 {
            height: 100%;
            background-color: #268B9E;
            display: block; }
      .section-19 .c-column-04 .c-container-01 {
        align-items: center;
        display: flex;
        margin-top: 19px; }
      .section-19 .c-column-04 .c-item-02 {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #268B9E;
        border-radius: 1100px;
        padding: 16px 71px;
        font-weight: 600;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: -0.02em;
        color: #FFFFFF; }
      .section-19 .c-column-04 .c-item-03 {
        display: none; }
      .section-19 .c-column-04 .c-item-03-A {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #E7EAEB;
        border-radius: 1100px;
        width: 48px;
        height: 48px;
        margin-right: auto; } }
/* Common sm, md, lg */
@media all and (min-width: 768px) {
  .section-19 {
    display: flex;
    background: #fff;
    height: 100vh; }
    .section-19 .c-column-01 {
      width: 50%;
      background: #fff;
      padding: 212px 0 502px 120px; }
      .section-19 .c-column-01 .c-item-01 {
        width: 586px;
        margin-bottom: 24px;
        font-weight: 400; }
      .section-19 .c-column-01 .c-item-02 {
        margin-bottom: 48px;
        width: 566px;
        font-weight: 600; }
      .section-19 .c-column-01 .c-item-03 {
        display: flex; }
        .section-19 .c-column-01 .c-item-03 .c-unit-01 {
          display: flex;
          align-items: center;
          margin-right: 12px;
          height: 60px; }
          .section-19 .c-column-01 .c-item-03 .c-unit-01 > .c-unit-01-A {
            display: none;
            width: 36px;
            height: 36px;
            background: #268B9E;
            border-radius: 100px;
            position: absolute;
            left: 12px;
            top: 12px;
            align-items: center;
            justify-content: center; }
          .section-19 .c-column-01 .c-item-03 .c-unit-01 > label {
            color: #0A242C;
            font-weight: 600;
            font-size: 18px;
            line-height: 23px;
            letter-spacing: -0.01em;
            width: 112px;
            height: 60px;
            padding: 19px 32px 19px 32px;
            border: 2px solid #C2CACC;
            border-radius: 16px;
            cursor: pointer; }
          .section-19 .c-column-01 .c-item-03 .c-unit-01 > input:checked ~ .c-unit-01-A {
            display: flex; }
          .section-19 .c-column-01 .c-item-03 .c-unit-01 > input:checked ~ label {
            color: #268B9E;
            padding: 19px 32px 19px 60px;
            border: 2px solid #268B9E;
            width: 130px; }
          .section-19 .c-column-01 .c-item-03 .c-unit-01.parenterror label {
            border: 2px solid #A32F2A; }
          .section-19 .c-column-01 .c-item-03 .c-unit-01.parenterror ~ .c-unit-01 label {
            border: 2px solid #A32F2A; }
    .section-19 .c-column-02 {
      width: 50%;
      background: #E9F3F5;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 80px 0px 0px 80px;
      padding: 215px 174px;
      height: 100%; }
      .section-19 .c-column-02 .c-item-01 img {
        width: 480px;
        height: 480px;
        object-position: center;
        object-fit: cover; }
    .section-19 .c-column-03 {
      position: absolute;
      top: 34px;
      left: 60px;
      width: 95%;
      right: 40px;
      display: flex;
      justify-content: space-between; }
      .section-19 .c-column-03 .c-container-01 {
        display: flex;
        margin-top: 14px; }
        .section-19 .c-column-03 .c-container-01 .c-item-01 {
          width: 104px;
          height: 44px;
          object-fit: cover;
          object-position: center;
          margin-right: 32px; }
        .section-19 .c-column-03 .c-container-01 .c-item-02 {
          width: 76px;
          height: 32px;
          object-fit: cover;
          object-position: center;
          margin: 2px 0 10px 0; }
    .section-19 .c-column-04 {
      position: absolute;
      display: flex;
      justify-content: space-between;
      bottom: 40px;
      width: 95%;
      margin-left: 40px;
      align-items: center;
      padding: 32px 20px 32px 80px;
      background: #FFFFFF;
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
      border-radius: 100px; }
      .section-19 .c-column-04 .c-item-01 {
        width: 400px; }
        .section-19 .c-column-04 .c-item-01 .c-item-01-A {
          margin-bottom: 12px;
          display: block;
          font-weight: 600;
          font-size: 16px;
          line-height: 20px;
          letter-spacing: -0.02em;
          color: #0A242C; }
        .section-19 .c-column-04 .c-item-01 .c-item-01-B {
          width: 100%;
          height: 4px;
          background-color: #E7EAEB;
          border-radius: 100px;
          display: block;
          overflow: hidden; }
          .section-19 .c-column-04 .c-item-01 .c-item-01-B .c-item-01-B-01 {
            height: 100%;
            background-color: #268B9E;
            display: block; }
      .section-19 .c-column-04 .c-container-01 .c-item-02 {
        background: #268B9E;
        border-radius: 1100px;
        padding: 20px 48px;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -0.02em;
        color: #FFF; }
      .section-19 .c-column-04 .c-container-01 .c-item-03 {
        background: #F8F8F8;
        border-radius: 1100px;
        padding: 20px 48px;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -0.02em;
        color: #0A242C;
        margin-right: 12px; }
      .section-19 .c-column-04 .c-container-01 .c-item-03-A {
        display: none; } }
@media all and (min-width: 1180px) and (-webkit-min-device-pixel-ratio: 1.15) and (-webkit-max-device-pixel-ratio: 1.19) {
  .section-19 {
    height: calc(100 / $zoom-md-110)vh; } }
@media all and (min-width: 1180px) and (-webkit-min-device-pixel-ratio: 1.11) and (-webkit-max-device-pixel-ratio: 1.49) {
  .section-19 {
    height: calc(100 / $zoom-md-125)vh; } }
@media all and (min-width: 1180px) and (-webkit-min-device-pixel-ratio: 1.5) and (-webkit-max-device-pixel-ratio: 1.99) {
  .section-19 {
    height: calc(100 / $zoom-md-150)vh; } }
@media all and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5) and (-webkit-max-device-pixel-ratio: 1.99) {
  .section-19 {
    height: calc(100 / $zoom-md-175)vh; } }
/* Common xs1, xs2 */
@media all and (max-width: 767px) {
  .section-20 .c-wrapper > .c-column-01 {
    display: flex;
    height: 96px;
    align-items: center;
    padding: 0 4px;
    justify-content: space-between; }
    .section-20 .c-wrapper > .c-column-01 > .c-item-01 {
      width: 83px;
      height: 36px;
      object-fit: cover;
      object-position: center; }
    .section-20 .c-wrapper > .c-column-01 > .c-item-02 {
      width: 64px;
      height: 28px;
      object-fit: cover;
      object-position: center;
      margin-top: 4px; }
    .section-20 .c-wrapper > .c-column-01 > .c-item-03 {
      margin-left: auto;
      display: none; }
  .section-20 .c-wrapper > .c-column-02 {
    width: 100%;
    margin: 0 auto;
    padding: 32px 0;
    background: #FFFFFF; }
    .section-20 .c-wrapper > .c-column-02 > .c-item-01 {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
      .section-20 .c-wrapper > .c-column-02 > .c-item-01 > .c-unit-01 {
        width: 120px;
        height: 120px; }
        .section-20 .c-wrapper > .c-column-02 > .c-item-01 > .c-unit-01 img {
          width: 100%;
          object-fit: cover;
          object-position: center; }
      .section-20 .c-wrapper > .c-column-02 > .c-item-01 > .c-unit-02 {
        width: calc(100% - 20px);
        margin: 32px 20px 16px 0;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -0.02em;
        color: #0A242C; }
      .section-20 .c-wrapper > .c-column-02 > .c-item-01 > .c-unit-03 {
        width: calc(100% - 20px);
        margin-right: 20px; }
        .section-20 .c-wrapper > .c-column-02 > .c-item-01 > .c-unit-03 ul li {
          font-weight: 600;
          font-size: 12px;
          line-height: 16px;
          color: #0A242C;
          margin-bottom: 8px;
          margin-left: 11px; }
          .section-20 .c-wrapper > .c-column-02 > .c-item-01 > .c-unit-03 ul li:before {
            content: '';
            position: absolute;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: black;
            left: -10px;
            top: 7px; }
          .section-20 .c-wrapper > .c-column-02 > .c-item-01 > .c-unit-03 ul li:last-child {
            margin-bottom: 0; }
    .section-20 .c-wrapper > .c-column-02 > .c-item-02 {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .section-20 .c-wrapper > .c-column-02 > .c-item-02 > .c-unit-01 {
        width: calc(100% - 20px);
        margin: 0 20px 20px 0; }
      .section-20 .c-wrapper > .c-column-02 > .c-item-02 > .c-unit-02 {
        display: flex;
        align-items: center;
        width: 100%;
        margin-bottom: 4px; }
        .section-20 .c-wrapper > .c-column-02 > .c-item-02 > .c-unit-02:nth-of-type(1) {
          margin-top: 0 !important; }
        .section-20 .c-wrapper > .c-column-02 > .c-item-02 > .c-unit-02 .c-unit-01-A {
          width: 24px;
          height: 24px;
          background: #E7EAEB;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 12px;
          cursor: pointer;
          position: absolute;
          left: 8px; }
          .section-20 .c-wrapper > .c-column-02 > .c-item-02 > .c-unit-02 .c-unit-01-A > svg {
            display: none; }
        .section-20 .c-wrapper > .c-column-02 > .c-item-02 > .c-unit-02 .c-unit-01-C {
          width: 100%;
          border: 2px solid #C2CACC;
          border-radius: 12px;
          padding: 12px 12px 12px 44px;
          font-weight: 600;
          font-size: 12px;
          line-height: 16px;
          /* or 133% */
          letter-spacing: -0.01em;
          /* Neutral/700 */
          color: #0A242C;
          cursor: pointer; }
        .section-20 .c-wrapper > .c-column-02 > .c-item-02 > .c-unit-02 > input:checked ~ .c-unit-01-A {
          background: #268B9E; }
          .section-20 .c-wrapper > .c-column-02 > .c-item-02 > .c-unit-02 > input:checked ~ .c-unit-01-A > svg {
            display: block; }
        .section-20 .c-wrapper > .c-column-02 > .c-item-02 > .c-unit-02 > input:checked ~ .c-unit-01-C {
          border: 2px solid #268B9E;
          color: #268B9E; }
      .section-20 .c-wrapper > .c-column-02 > .c-item-02 > .hr-D {
        margin: 20px 0 !important; }
      .section-20 .c-wrapper > .c-column-02 > .c-item-02 > .c-unit-03 {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%; }
        .section-20 .c-wrapper > .c-column-02 > .c-item-02 > .c-unit-03 > .c-unit-03-A {
          width: 100%;
          font-weight: 600;
          font-size: 14px;
          line-height: 28px;
          letter-spacing: -0.01em;
          color: #0A242C;
          margin-bottom: 8px; }
        .section-20 .c-wrapper > .c-column-02 > .c-item-02 > .c-unit-03 input {
          width: 100%;
          border: 1px solid #C2CACC;
          box-sizing: border-box;
          border-radius: 8px;
          padding: 12px;
          margin-bottom: 8px; }
          .section-20 .c-wrapper > .c-column-02 > .c-item-02 > .c-unit-03 input::placeholder {
            font-weight: 600;
            font-size: 10px;
            line-height: 14px;
            letter-spacing: -0.01em;
            color: #0A242C; }
      .section-20 .c-wrapper > .c-column-02 > .c-item-02 > .c-unit-03-C {
        width: 100%;
        display: flex;
        margin-bottom: 24px; }
        .section-20 .c-wrapper > .c-column-02 > .c-item-02 > .c-unit-03-C > .c-unit-03-C-01 {
          width: 28px;
          height: 28px;
          border: 2px solid #E7EAEB;
          box-sizing: border-box;
          border-radius: 8px;
          margin-right: 12px;
          cursor: pointer;
          display: flex;
          align-items: center;
          justify-content: center; }
          .section-20 .c-wrapper > .c-column-02 > .c-item-02 > .c-unit-03-C > .c-unit-03-C-01 > svg {
            display: none; }
        .section-20 .c-wrapper > .c-column-02 > .c-item-02 > .c-unit-03-C > input:checked ~ .chk-label-01 > svg {
          display: block; }
        .section-20 .c-wrapper > .c-column-02 > .c-item-02 > .c-unit-03-C > .chk-label-01 {
          border: 1px solid #E7EAEB;
          box-sizing: border-box;
          border-radius: 4px;
          margin-right: 8px;
          cursor: pointer;
          width: 16px;
          height: 16px;
          display: flex;
          align-items: center;
          justify-content: center; }
          .section-20 .c-wrapper > .c-column-02 > .c-item-02 > .c-unit-03-C > .chk-label-01 > svg {
            width: 10px;
            height: 10px;
            display: none; }
        .section-20 .c-wrapper > .c-column-02 > .c-item-02 > .c-unit-03-C > .chk-label-02 {
          width: calc(100% - 44px);
          margin-right: 20px;
          font-weight: 500;
          font-size: 10px;
          line-height: 14px;
          letter-spacing: -0.01em;
          color: #556A71; }
          .section-20 .c-wrapper > .c-column-02 > .c-item-02 > .c-unit-03-C > .chk-label-02 a {
            font-weight: 500;
            font-size: 10px;
            line-height: 14px;
            letter-spacing: -0.01em;
            color: #556A71;
            text-decoration: underline; }
      .section-20 .c-wrapper > .c-column-02 > .c-item-02 > .c-unit-04 {
        background: #268B9E;
        padding: 16px 94px;
        border-radius: 1100px;
        font-weight: bold;
        font-size: 18px;
        line-height: 28px;
        text-align: center;
        color: #FFF; }
  .section-20 .c-wrapper > .c-column-03 {
    display: none; } }
/* Common sm, md, lg */
@media all and (min-width: 768px) {
  .section-20 {
    background-color: #fff;
    padding-bottom: 120px; }
    .section-20 .c-wrapper {
      width: 100%; }
      .section-20 .c-wrapper > .c-column-01 {
        display: flex;
        height: 124px;
        align-items: center;
        padding: 0 60px 0 60px; }
        .section-20 .c-wrapper > .c-column-01 > .c-item-01 {
          margin-right: 30px;
          width: 104px;
          height: 44px;
          object-fit: cover;
          object-position: center; }
        .section-20 .c-wrapper > .c-column-01 > .c-item-02 {
          margin-bottom: 10px;
          width: 76px;
          height: 32px;
          object-fit: cover;
          object-position: center; }
        .section-20 .c-wrapper > .c-column-01 > .c-item-03 {
          margin-left: auto; }
      .section-20 .c-wrapper > .c-column-02 {
        width: 708px;
        z-index: 777;
        margin: 0 auto;
        padding: 48px 0 64px 0;
        background: #FFFFFF;
        border: 1px solid #F3F3F3;
        box-sizing: border-box;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
        border-radius: 40px; }
        .section-20 .c-wrapper > .c-column-02 > .c-item-01 {
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: column; }
          .section-20 .c-wrapper > .c-column-02 > .c-item-01 > .c-unit-01 {
            width: 120px;
            height: 120px; }
            .section-20 .c-wrapper > .c-column-02 > .c-item-01 > .c-unit-01 img {
              width: 100%;
              object-fit: cover;
              object-position: center; }
          .section-20 .c-wrapper > .c-column-02 > .c-item-01 > .c-unit-02 {
            text-align: center;
            width: 588px;
            margin-top: 48px; }
          .section-20 .c-wrapper > .c-column-02 > .c-item-01 > .c-unit-03 {
            width: 464px;
            text-align: center;
            font-weight: 600 !important;
            margin-top: 20px;
            margin-left: 60px;
            width: 588px !important;
            margin-right: auto; }
            .section-20 .c-wrapper > .c-column-02 > .c-item-01 > .c-unit-03 ul li {
              margin-left: 9px;
              font-weight: 600;
              font-size: 16px;
              line-height: 22px;
              color: #0A242C;
              margin-bottom: 20px;
              /*        &:before {
                  content: '';
                  position: absolute;
                  width: 5px;
                  height: 5px;
                  border-radius: 50%;
                  background: black;
                  left: -10px;
                  top: 7px;
              }*/ }
              .section-20 .c-wrapper > .c-column-02 > .c-item-01 > .c-unit-03 ul li:last-child {
                margin-bottom: 0; }
        .section-20 .c-wrapper > .c-column-02 > .c-item-02 {
          display: flex;
          flex-direction: column;
          align-items: center; }
          .section-20 .c-wrapper > .c-column-02 > .c-item-02 > .c-unit-01 {
            width: 588px !important;
            margin-left: 60px;
            text-align: center;
            font-weight: 600 !important;
            margin-right: auto;
            margin-bottom: 32px; }
          .section-20 .c-wrapper > .c-column-02 > .c-item-02 > .c-unit-02 {
            display: flex;
            align-items: center;
            width: 588px;
            margin-top: 8px; }
            .section-20 .c-wrapper > .c-column-02 > .c-item-02 > .c-unit-02:nth-of-type(1) {
              margin-top: 0 !important; }
            .section-20 .c-wrapper > .c-column-02 > .c-item-02 > .c-unit-02 .c-unit-01-A {
              width: 36px;
              height: 36px;
              background: #E7EAEB;
              display: flex;
              align-items: center;
              justify-content: center;
              margin-right: 16px;
              border-radius: 100px;
              cursor: pointer;
              position: absolute;
              left: 12px; }
              .section-20 .c-wrapper > .c-column-02 > .c-item-02 > .c-unit-02 .c-unit-01-A > svg {
                display: none; }
            .section-20 .c-wrapper > .c-column-02 > .c-item-02 > .c-unit-02 .c-unit-01-C {
              width: 100%;
              border: 2px solid #C2CACC;
              border-radius: 100px;
              padding: 16px 40px 16px 64px;
              font-weight: 600;
              font-size: 16px;
              line-height: 22px;
              letter-spacing: -0.01em;
              color: #0A242C;
              cursor: pointer; }
            .section-20 .c-wrapper > .c-column-02 > .c-item-02 > .c-unit-02 > input:checked ~ .c-unit-01-A {
              background: #268B9E; }
              .section-20 .c-wrapper > .c-column-02 > .c-item-02 > .c-unit-02 > input:checked ~ .c-unit-01-A > svg {
                display: block; }
            .section-20 .c-wrapper > .c-column-02 > .c-item-02 > .c-unit-02 > input:checked ~ .c-unit-01-C {
              border: 2px solid #268B9E;
              color: #268B9E; }
          .section-20 .c-wrapper > .c-column-02 > .c-item-02 > .c-unit-03 {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-bottom: 12px; }
            .section-20 .c-wrapper > .c-column-02 > .c-item-02 > .c-unit-03 > .c-unit-03-A {
              width: 428px;
              font-weight: 600;
              font-size: 14px;
              line-height: 28px;
              letter-spacing: -0.01em;
              color: #0A242C;
              margin-bottom: 4px; }
            .section-20 .c-wrapper > .c-column-02 > .c-item-02 > .c-unit-03 input {
              width: 428px;
              border: 2px solid #C2CACC;
              box-sizing: border-box;
              border-radius: 8px;
              padding: 16px 20px; }
          .section-20 .c-wrapper > .c-column-02 > .c-item-02 > .c-unit-03-C {
            width: 428px;
            display: flex;
            flex-wrap: wrap;
            margin-bottom: 28px; }
            .section-20 .c-wrapper > .c-column-02 > .c-item-02 > .c-unit-03-C > .chk-label-01 {
              width: 28px;
              height: 28px;
              border: 2px solid #E7EAEB;
              box-sizing: border-box;
              border-radius: 8px;
              margin-right: 12px;
              cursor: pointer;
              display: flex;
              align-items: center;
              justify-content: center; }
              .section-20 .c-wrapper > .c-column-02 > .c-item-02 > .c-unit-03-C > .chk-label-01 > svg {
                display: none; }
            .section-20 .c-wrapper > .c-column-02 > .c-item-02 > .c-unit-03-C > input:checked ~ .chk-label-01 > svg {
              display: block; }
            .section-20 .c-wrapper > .c-column-02 > .c-item-02 > .c-unit-03-C > .chk-label-02 {
              width: 348px;
              font-weight: 500;
              font-size: 14px;
              line-height: 20px;
              letter-spacing: -0.01em;
              color: #556A71;
              cursor: pointer; }
              .section-20 .c-wrapper > .c-column-02 > .c-item-02 > .c-unit-03-C > .chk-label-02 a {
                font-weight: 500;
                font-size: 14px;
                line-height: 20px;
                letter-spacing: -0.01em;
                color: #556A71;
                cursor: pointer;
                text-decoration: underline; }
          .section-20 .c-wrapper > .c-column-02 > .c-item-02 > .c-unit-04 {
            background: #268B9E;
            padding: 16px 94px;
            border-radius: 1100px;
            font-weight: bold;
            font-size: 18px;
            line-height: 28px;
            text-align: center;
            color: #FFF; }
      .section-20 .c-wrapper > .c-column-03 {
        transform: skewX(10deg);
        top: -16%;
        position: absolute; } }
/* Common xs1, xs2 */
@media all and (max-width: 767px) {
  .section-21 {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    height: 100vh;
    padding: 0 20px 40px 20px;
    padding-top: 42px; }
    .section-21 .c-column-01 {
      width: 100%;
      background: #fff;
      order: 2; }
      .section-21 .c-column-01 .c-item-01 {
        width: 300px;
        margin: 24px 0 16px 0; }
      .section-21 .c-column-01 .c-item-02 {
        margin-bottom: 24px;
        width: 300px; }
      .section-21 .c-column-01 .c-item-03 {
        display: flex; }
        .section-21 .c-column-01 .c-item-03 .c-unit-01 {
          display: flex;
          align-items: center;
          border: 1px solid #0A242C;
          box-sizing: border-box;
          border-radius: 12px;
          font-weight: bold;
          font-size: 12px;
          line-height: 16px;
          margin-right: 12px;
          padding: 12px 20px;
          letter-spacing: -0.02em;
          color: #0A242C; }
          .section-21 .c-column-01 .c-item-03 .c-unit-01 .c-unit-01-A {
            display: none;
            justify-content: center;
            align-items: center;
            width: 36px;
            height: 36px;
            margin-right: 12px;
            border-radius: 50%;
            background: #268B9E; }
          .section-21 .c-column-01 .c-item-03 .c-unit-01.on {
            border: 1px solid #268B9E;
            box-sizing: border-box;
            border-radius: 12px;
            padding: 8px 12px 8px 8px;
            font-weight: bold;
            font-size: 12px;
            line-height: 16px;
            letter-spacing: -0.02em;
            color: #268B9E; }
            .section-21 .c-column-01 .c-item-03 .c-unit-01.on .c-unit-01-A {
              display: flex;
              align-items: center;
              justify-content: center;
              width: 24px;
              height: 24px; }
    .section-21 .c-column-02 {
      margin-top: 86px;
      border-radius: 24px;
      background: #E9F3F5;
      padding: 26px;
      width: 152px;
      height: 152px;
      order: 1; }
      .section-21 .c-column-02 .c-item-01 img {
        width: 100%;
        object-fit: cover;
        object-position: center; }
    .section-21 .c-column-03 {
      width: 100%;
      position: absolute;
      display: flex;
      justify-content: space-between; }
      .section-21 .c-column-03 .c-container-01 {
        display: flex;
        justify-content: space-between;
        width: calc(100% - 20px);
        padding-left: 20px; }
        .section-21 .c-column-03 .c-container-01 .c-item-01 {
          margin-right: 32px;
          width: 83px;
          height: 36px; }
        .section-21 .c-column-03 .c-container-01 .c-item-02 {
          width: 64px;
          height: 28px; }
      .section-21 .c-column-03 .c-container-02 .c-item-03 {
        display: none; }
    .section-21 .c-column-04 {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: space-between;
      width: 100%;
      margin-top: auto;
      padding: 20px;
      background: #FFFFFF;
      box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
      border-radius: 20px;
      order: 3; }
      .section-21 .c-column-04 .c-item-01 {
        width: 100%;
        border-bottom: 2px solid #E7EAEB;
        padding-bottom: 4px;
        font-weight: bold;
        font-size: 10px;
        line-height: 14px;
        letter-spacing: -0.02em;
        color: #0A242C;
        margin-bottom: 19px; }
      .section-21 .c-column-04 .c-item-02 {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-flow: row-reverse; }
        .section-21 .c-column-04 .c-item-02 .c-item-02-A {
          display: none;
          background: #F8F8F8;
          border-radius: 1100px;
          font-weight: bold;
          font-size: 16px;
          padding: 20px 48px;
          line-height: 20px;
          letter-spacing: -0.02em;
          color: #0A242C; }
        .section-21 .c-column-04 .c-item-02 .c-item-02-B {
          background: #268B9E;
          border-radius: 1100px;
          padding: 16px 71px;
          font-weight: bold;
          font-size: 12px;
          line-height: 16px;
          letter-spacing: -0.02em;
          color: #FFFFFF;
          margin-left: 12px; }
        .section-21 .c-column-04 .c-item-02 .c-item-02-C {
          width: 48px;
          height: 48px;
          padding: 14px;
          background: #E7EAEB;
          border-radius: 1100px; } }
/* Common sm, md, lg */
@media all and (min-width: 768px) {
  .section-21 {
    display: flex;
    background: #fff;
    height: 100vh; }
    .section-21 .c-column-01 {
      width: 100%;
      background: #fff;
      padding: 212px 0 502px 120px; }
      .section-21 .c-column-01 .c-item-01 {
        width: 586px;
        margin-bottom: 24px;
        font-weight: bold; }
      .section-21 .c-column-01 .c-item-02 {
        margin-bottom: 48px;
        width: 566px; }
      .section-21 .c-column-01 .c-item-03 {
        display: flex; }
        .section-21 .c-column-01 .c-item-03 .c-unit-01 {
          display: flex;
          align-items: center;
          padding: 19px 32px 19px 32px;
          border: 2px solid #C2CACC;
          box-sizing: border-box;
          border-radius: 16px;
          font-weight: 600;
          font-size: 18px;
          line-height: 23px;
          letter-spacing: -0.01em;
          color: #0A242C;
          margin-right: 12px; }
          .section-21 .c-column-01 .c-item-03 .c-unit-01 .c-unit-01-A {
            display: none;
            justify-content: center;
            align-items: center;
            width: 36px;
            height: 36px;
            margin-right: 12px;
            border-radius: 50%;
            background: #268B9E; }
          .section-21 .c-column-01 .c-item-03 .c-unit-01.on {
            padding: 12px; }
            .section-21 .c-column-01 .c-item-03 .c-unit-01.on .c-unit-01-A {
              display: flex;
              align-items: center;
              justify-content: center; }
    .section-21 .c-column-02 {
      background: #E9F3F5;
      border-radius: 80px 0px 0px 80px;
      padding: 215px 174px;
      height: 100%; }
    .section-21 .c-column-03 {
      position: absolute;
      top: 48px;
      left: 60px;
      width: 95%;
      right: 40px;
      display: flex;
      justify-content: space-between; }
      .section-21 .c-column-03 .c-container-01 .c-item-01 {
        margin-right: 32px; }
      .section-21 .c-column-03 .c-container-01 .c-item-02 {
        margin-bottom: 10px; }
    .section-21 .c-column-04 {
      position: absolute;
      display: flex;
      justify-content: space-between;
      bottom: 40px;
      width: 95%;
      margin-left: 40px;
      align-items: center;
      padding: 32px 20px 32px 80px;
      background: #FFFFFF;
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
      border-radius: 100px; }
      .section-21 .c-column-04 .c-item-01 {
        width: 400px;
        border-bottom: 4px solid #E7EAEB;
        padding-bottom: 12px; }
      .section-21 .c-column-04 .c-item-02 .c-item-02-A {
        background: #F8F8F8;
        border-radius: 1100px;
        font-weight: bold;
        font-size: 16px;
        padding: 20px 48px;
        line-height: 20px;
        letter-spacing: -0.02em;
        color: #0A242C; }
      .section-21 .c-column-04 .c-item-02 .c-item-02-B {
        background: #268B9E;
        border-radius: 1100px;
        padding: 20px 48px;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -0.02em;
        color: #FFFFFF;
        margin-left: 12px; }
      .section-21 .c-column-04 .c-item-02 .c-item-02-C {
        display: none; } }
@media all and (min-width: 1180px) and (-webkit-min-device-pixel-ratio: 1.15) and (-webkit-max-device-pixel-ratio: 1.19) {
  .section-21 {
    height: calc(100 / $zoom-md-110)vh; } }
@media all and (min-width: 1180px) and (-webkit-min-device-pixel-ratio: 1.11) and (-webkit-max-device-pixel-ratio: 1.49) {
  .section-21 {
    height: calc(100 / $zoom-md-125)vh; } }
@media all and (min-width: 1180px) and (-webkit-min-device-pixel-ratio: 1.5) and (-webkit-max-device-pixel-ratio: 1.99) {
  .section-21 {
    height: calc(100 / $zoom-md-150)vh; } }
/* Common xs1, xs2 */
@media all and (max-width: 767px) {
  .section-22 {
    background: #E7EAEB; }
    .section-22 .c-wrapper {
      padding: 12px 8px 0 8px; }
      .section-22 .c-wrapper .c-item-01 {
        font-weight: bold;
        font-size: 12px;
        line-height: 15px;
        letter-spacing: -0.01em;
        color: #0A242C; } }
/* Common sm, md, lg */
@media all and (min-width: 768px) {
  .section-22 {
    background: #E7EAEB; }
    .section-22 .c-wrapper {
      width: 708px;
      padding: 32px 0 80px 0;
      margin: 0 auto; }
      .section-22 .c-wrapper .c-item-01 {
        font-weight: bold;
        font-size: 18px;
        line-height: 32px;
        letter-spacing: -0.01em;
        color: #0A242C; }
      .section-22 .c-wrapper.on #expandedContent {
        display: block; } }
/* Common xs1, xs2 */
@media all and (max-width: 767px) {
  .section-23 {
    background-color: #2F8EB3;
    padding: 24px 0 96px 0; } }
/* Common sm, md, lg */
/* SM1 */
@media all and (min-width: 768px) and (max-width: 1179px) {
  .section-23 .c-wrapper {
    width: 944px; } }
/* Common sm, md, lg */
@media all and (min-width: 768px) {
  .section-23 {
    background-color: #2F8EB3;
    padding: 60px 0 240px 0; }
    .section-23 .c-wrapper .masonry > a {
      display: inline-flex;
      margin-bottom: 16px; } }
/* Common xs1, xs2 */
@media all and (max-width: 767px) {
  .section-24 {
    background: #F2FDFF;
    padding: 0 8px 96px 8px; }
    .section-24 .c-wrapper .c-item-02 {
      border-radius: 16px;
      border: 1px solid #C2CACC;
      background-color: #FFFFFF;
      margin-top: 24px;
      padding: 12px; } }
/* Common sm, md, lg */
@media all and (min-width: 768px) {
  .section-24 {
    background: #F2FDFF;
    padding: 60px 0 240px 0; }
    .section-24 .c-wrapper {
      width: 708px;
      margin: 0 auto; }
      .section-24 .c-wrapper .c-item-02 {
        border-radius: 16px;
        border: 1px solid #C2CACC;
        background-color: #FFFFFF;
        margin-top: 48px;
        padding: 24px; } }
/* Common xs1, xs2 */
@media all and (max-width: 767px) {
  .section-27 {
    background: #F2FDFF;
    padding: 24px 0 24px 0; }
    .section-27 .c-wrapper .c-item-01 img {
      width: 100%; } }
/* Common sm, md, lg */
@media all and (min-width: 768px) {
  .section-27 {
    background: #F2FDFF;
    padding: 60px 0 0 0; }
    .section-27 .c-wrapper .c-item-01 img {
      width: 100%; } }
/* Common xs1, xs2 */
@media all and (max-width: 767px) {
  .section-28 {
    background: #2f8eb3;
    padding: 72px 0 0 0; }
    .section-28 .c-wrapper > .c-item-01 {
      margin-bottom: 40px;
      font-weight: normal;
      font-size: 28px;
      line-height: 34px;
      letter-spacing: -0.02em;
      color: #FFF; }
    .section-28 .c-wrapper .c-item-02 .micro-04 {
      margin-bottom: 32px;
      width: 100%;
      margin-left: 0 !important; }
      .section-28 .c-wrapper .c-item-02 .micro-04 .c-item-03 {
        display: block;
        font-weight: 600;
        font-size: 14px;
        line-height: 18px;
        color: #FFF;
        opacity: 0.8; }
      .section-28 .c-wrapper .c-item-02 .micro-04:last-child {
        margin-bottom: 0; } }
/* Common sm, md, lg */
@media all and (min-width: 768px) {
  .section-28 {
    background: #2f8eb3;
    padding: 120px 0 0 0; }
    .section-28 .c-wrapper > .c-item-01 {
      margin-bottom: 80px;
      font-weight: normal;
      font-size: 40px;
      line-height: 58px;
      letter-spacing: -0.02em;
      color: #FFF; }
    .section-28:nth-child(2n-2) {
      padding-top: 60px; }
    .section-28:last-child {
      padding-bottom: 240px; } }
/* Common xs1, xs2 */
@media all and (max-width: 767px) {
  .section-29 {
    background: #F2FDFF;
    padding: 24px 0 96px 0; }
    .section-29 .c-wrapper .c-container-01 {
      height: 320px;
      width: 100%; }
    .section-29 .c-wrapper .c-container-02 {
      margin-top: 32px;
      display: flex;
      flex-direction: column; }
      .section-29 .c-wrapper .c-container-02 .c-item-01 {
        width: 300px;
        margin-bottom: 20px; }
        .section-29 .c-wrapper .c-container-02 .c-item-01 .c-unit-01 {
          font-weight: 600;
          font-size: 1em;
          line-height: 20px;
          color: #0A242C; }
        .section-29 .c-wrapper .c-container-02 .c-item-01 .c-unit-02 {
          font-weight: 500;
          font-size: 0.875em;
          line-height: 20px;
          color: #0A242C; } }
/* Common sm, md, lg */
@media all and (min-width: 768px) {
  .section-29 {
    background: #F2FDFF;
    padding: 60px 0 240px 0; }
    .section-29 .c-wrapper .c-container-01 {
      height: 600px;
      width: 100%; }
    .section-29 .c-wrapper .c-container-02 {
      margin-top: 80px;
      display: flex; }
      .section-29 .c-wrapper .c-container-02 .c-item-01 {
        width: 424px;
        margin-right: 64px; }
        .section-29 .c-wrapper .c-container-02 .c-item-01 .c-unit-01 {
          font-weight: 600;
          font-size: 1.5em;
          line-height: 32px;
          color: #0A242C; }
        .section-29 .c-wrapper .c-container-02 .c-item-01 .c-unit-02 {
          margin-top: 20px;
          font-weight: 500;
          font-size: 1.25em;
          line-height: 26px;
          color: #0A242C; } }
/* Common xs1, xs2 */
@media all and (max-width: 767px) {
  .section-31 {
    background-color: #5598B8;
    padding: 45px 0 216px 0;
    margin-top: 108px; }
    .section-31 .c-wrapper {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .section-31 .c-wrapper > .c-item-01 {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 40px; }
        .section-31 .c-wrapper > .c-item-01 > .c-unit-01 {
          color: #FFF;
          text-align: center;
          font-size: 28px;
          font-weight: 600;
          line-height: 38px;
          letter-spacing: -0.28px; }
        .section-31 .c-wrapper > .c-item-01 > .c-unit-02 {
          color: #C9E2E7;
          text-align: center;
          font-size: 20px;
          font-weight: 600;
          line-height: 28px;
          letter-spacing: 0.2px; }
      .section-31 .c-wrapper > .c-item-02 {
        margin-top: 40px; } }
/* Common sm, md, lg */
@media all and (min-width: 768px) {
  .section-31 {
    background-color: #5598B8;
    padding: 76px 0 216px 0;
    margin-top: 112px; }
    .section-31 .c-wrapper {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .section-31 .c-wrapper > .c-item-01 {
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 952px;
        gap: 28px; }
        .section-31 .c-wrapper > .c-item-01 > .c-unit-01 {
          width: 708px;
          color: #FFF;
          text-align: center;
          font-size: 64px;
          font-weight: 700;
          line-height: 76px;
          letter-spacing: -0.64px; }
        .section-31 .c-wrapper > .c-item-01 > .c-unit-02 {
          color: #fff;
          text-align: center;
          font-size: 20px;
          font-weight: 600;
          line-height: 28px;
          letter-spacing: 0.2px; }
      .section-31 .c-wrapper > .c-item-02 {
        margin-top: 80px; } }
/* Common xs1, xs2 */
@media all and (max-width: 767px) {
  .section-32 {
    margin-bottom: 43px; }
    .section-32 .c-wrapper {
      display: flex;
      flex-direction: column;
      gap: 64px;
      padding: 40px 24px;
      background-color: #FFFFFF;
      border-radius: 24px; }
      .section-32 .c-wrapper .c-container-01 {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 32px; }
        .section-32 .c-wrapper .c-container-01 .c-item-01 {
          width: 272px;
          height: 272px; }
          .section-32 .c-wrapper .c-container-01 .c-item-01 img {
            width: 100%;
            height: 100%;
            border-radius: 20px;
            object-fit: cover;
            object-position: center; }
        .section-32 .c-wrapper .c-container-01 .c-item-02 {
          opacity: 0.8; }
        .section-32 .c-wrapper .c-container-01 .c-item-04 {
          margin-top: -4px; }
          .section-32 .c-wrapper .c-container-01 .c-item-04 .c-unit-01 {
            color: #268B9E; }
        .section-32 .c-wrapper .c-container-01 .c-item-03 {
          display: flex;
          align-items: center;
          gap: 16px; }
          .section-32 .c-wrapper .c-container-01 .c-item-03 .c-unit-01, .section-32 .c-wrapper .c-container-01 .c-item-03 .c-unit-02 {
            width: 36px;
            height: 36px; }
          .section-32 .c-wrapper .c-container-01 .c-item-03 .c-unit-03 {
            width: 48px;
            height: 52px; }
          .section-32 .c-wrapper .c-container-01 .c-item-03 .c-unit-04 {
            width: 86px;
            height: 44px; }
      .section-32 .c-wrapper .c-container-02 {
        display: flex;
        flex-direction: column;
        gap: 32px; }
        .section-32 .c-wrapper .c-container-02 > .c-item-01 {
          display: flex;
          flex-direction: column;
          gap: 12px; }
        .section-32 .c-wrapper .c-container-02 > .c-item-02 .c-unit-01 > .c-column-01 {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; }
          .section-32 .c-wrapper .c-container-02 > .c-item-02 .c-unit-01 > .c-column-01 > .c-item-01 {
            width: 100%;
            display: flex;
            margin-bottom: 40px; }
            .section-32 .c-wrapper .c-container-02 > .c-item-02 .c-unit-01 > .c-column-01 > .c-item-01 > .chk-label-01 {
              width: 20px;
              height: 20px;
              border-radius: 4px;
              border: 1px solid #1E1E1E;
              box-sizing: border-box;
              margin-right: 12px;
              cursor: pointer;
              display: flex;
              align-items: center;
              justify-content: center; }
              .section-32 .c-wrapper .c-container-02 > .c-item-02 .c-unit-01 > .c-column-01 > .c-item-01 > .chk-label-01 > svg {
                display: none; }
            .section-32 .c-wrapper .c-container-02 > .c-item-02 .c-unit-01 > .c-column-01 > .c-item-01 > input:checked ~ .chk-label-01 > svg {
              display: block; }
            .section-32 .c-wrapper .c-container-02 > .c-item-02 .c-unit-01 > .c-column-01 > .c-item-01 > .chk-label-02 {
              display: flex;
              align-items: center;
              color: #1E1E1E;
              font-size: 15px;
              font-weight: 500;
              line-height: 20px; }
              .section-32 .c-wrapper .c-container-02 > .c-item-02 .c-unit-01 > .c-column-01 > .c-item-01 > .chk-label-02 a {
                font-weight: 500;
                font-size: 14px;
                line-height: 20px;
                letter-spacing: -0.01em;
                color: #556A71;
                cursor: pointer;
                text-decoration: underline; }
          .section-32 .c-wrapper .c-container-02 > .c-item-02 .c-unit-01 > .c-column-01 > .c-item-02 {
            width: 100%;
            margin-bottom: 32px;
            color: #0A242C;
            font-family: Mont;
            font-size: 18px;
            font-weight: 700;
            line-height: 26px;
            text-align: start; }
          .section-32 .c-wrapper .c-container-02 > .c-item-02 .c-unit-01 > .c-column-01 > .c-item-03 {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-bottom: 32px;
            width: 100%; }
            .section-32 .c-wrapper .c-container-02 > .c-item-02 .c-unit-01 > .c-column-01 > .c-item-03 > .c-unit-03-A {
              display: flex;
              align-self: flex-start;
              font-weight: 400;
              font-size: 13px;
              line-height: 18px;
              color: #1E1E1E;
              margin-bottom: 8px; }
            .section-32 .c-wrapper .c-container-02 > .c-item-02 .c-unit-01 > .c-column-01 > .c-item-03 input {
              width: 100%;
              border: 1px solid #DDD;
              box-sizing: border-box;
              border-radius: 12px;
              padding: 16px;
              font-size: 15px;
              color: #1E1E1E;
              font-weight: 500;
              line-height: 22px; }
          .section-32 .c-wrapper .c-container-02 > .c-item-02 .c-unit-01 > .c-column-01 > .c-item-04 {
            width: 100%;
            display: flex;
            flex-direction: column; }
            .section-32 .c-wrapper .c-container-02 > .c-item-02 .c-unit-01 > .c-column-01 > .c-item-04 .c-unit-04-A {
              font-weight: 400;
              font-size: 13px;
              line-height: 18px;
              color: #1E1E1E;
              margin-bottom: 8px; }
            .section-32 .c-wrapper .c-container-02 > .c-item-02 .c-unit-01 > .c-column-01 > .c-item-04 .sl-01 {
              display: flex;
              justify-content: flex-start;
              align-items: center;
              width: 100%;
              background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%3Cpath%20d%3D%22M11.9997%2013.1714L16.9495%208.22168L18.3637%209.63589L11.9997%2015.9999L5.63574%209.63589L7.04996%208.22168L11.9997%2013.1714Z%22%20fill%3D%22%231E1E1E%22%2F%3E%20%3C%2Fsvg%3E%20");
              background-repeat: no-repeat;
              background-position: right 10px center;
              border-radius: 12px;
              border: 1px solid #DDD;
              background-color: #FFFFFF;
              padding: 16px;
              font-size: 15px;
              font-weight: 500;
              line-height: 22px; }
            .section-32 .c-wrapper .c-container-02 > .c-item-02 .c-unit-01 > .c-column-01 > .c-item-04.parenterror .select2 .selection .select2-selection {
              color: #A32F2A !important;
              border: 2px solid #A32F2A !important;
              background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%3Cpath%20d%3D%22M11.9997%2013.1714L16.9495%208.22168L18.3637%209.63589L11.9997%2015.9999L5.63574%209.63589L7.04996%208.22168L11.9997%2013.1714Z%22%20fill%3D%22%23C50038%22%2F%3E%20%3C%2Fsvg%3E%20"); }
          .section-32 .c-wrapper .c-container-02 > .c-item-02 .c-unit-01 > .c-column-01 > .c-item-05 {
            display: flex;
            flex-direction: column;
            margin-top: 32px;
            width: 100%; }
            .section-32 .c-wrapper .c-container-02 > .c-item-02 .c-unit-01 > .c-column-01 > .c-item-05 > .c-unit-03-A {
              width: 100%;
              font-weight: 400;
              font-size: 13px;
              line-height: 18px;
              color: #1E1E1E;
              margin-bottom: 8px; }
            .section-32 .c-wrapper .c-container-02 > .c-item-02 .c-unit-01 > .c-column-01 > .c-item-05 input {
              width: 100%;
              border: 1px solid #DDD;
              box-sizing: border-box;
              border-radius: 12px;
              padding: 16px;
              font-size: 15px;
              color: #1E1E1E;
              font-weight: 500;
              line-height: 22px; }
          .section-32 .c-wrapper .c-container-02 > .c-item-02 .c-unit-01 > .c-column-01 > .c-item-06 {
            width: 100%;
            display: flex;
            margin-top: 32px;
            margin-bottom: 28px; }
            .section-32 .c-wrapper .c-container-02 > .c-item-02 .c-unit-01 > .c-column-01 > .c-item-06 > .chk-label-01 {
              width: 28px;
              height: 28px;
              border: 2px solid #E7EAEB;
              box-sizing: border-box;
              border-radius: 8px;
              margin-right: 12px;
              cursor: pointer;
              display: flex;
              align-items: center;
              justify-content: center; }
              .section-32 .c-wrapper .c-container-02 > .c-item-02 .c-unit-01 > .c-column-01 > .c-item-06 > .chk-label-01 > svg {
                display: none; }
            .section-32 .c-wrapper .c-container-02 > .c-item-02 .c-unit-01 > .c-column-01 > .c-item-06 > input:checked ~ .chk-label-01 > svg {
              display: block; }
            .section-32 .c-wrapper .c-container-02 > .c-item-02 .c-unit-01 > .c-column-01 > .c-item-06 > .chk-label-02 {
              flex: 1;
              font-weight: 500;
              font-size: 14px;
              line-height: 20px;
              color: #556A71;
              cursor: pointer; }
              .section-32 .c-wrapper .c-container-02 > .c-item-02 .c-unit-01 > .c-column-01 > .c-item-06 > .chk-label-02 a {
                font-weight: 500;
                font-size: 14px;
                line-height: 20px;
                letter-spacing: -0.01em;
                color: #556A71;
                cursor: pointer;
                text-decoration: underline; }
          .section-32 .c-wrapper .c-container-02 > .c-item-02 .c-unit-01 > .c-column-01 > .c-item-07 {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            background: #268B9E;
            padding: 0 60px;
            height: 60px;
            border-radius: 1100px;
            font-weight: bold;
            font-size: 18px;
            line-height: 28px;
            text-align: center;
            color: #FFF; }
          .section-32 .c-wrapper .c-container-02 > .c-item-02 .c-unit-01 > .c-column-01 > .c-item-08 {
            display: flex;
            flex-direction: column;
            width: 100%;
            margin-bottom: 32px; }
            .section-32 .c-wrapper .c-container-02 > .c-item-02 .c-unit-01 > .c-column-01 > .c-item-08 .c-unit-04-A {
              font-weight: 400;
              font-size: 13px;
              line-height: 18px;
              color: #1E1E1E;
              margin-bottom: 8px; }
            .section-32 .c-wrapper .c-container-02 > .c-item-02 .c-unit-01 > .c-column-01 > .c-item-08.parenterror .select2 .selection .select2-selection {
              color: #A32F2A !important;
              border: 2px solid #A32F2A !important;
              background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%3Cpath%20d%3D%22M11.9997%2013.1714L16.9495%208.22168L18.3637%209.63589L11.9997%2015.9999L5.63574%209.63589L7.04996%208.22168L11.9997%2013.1714Z%22%20fill%3D%22%23C50038%22%2F%3E%20%3C%2Fsvg%3E%20"); } }
/* Common sm, md, lg */
@media all and (min-width: 768px) {
  .section-32 {
    border-radius: 96px;
    margin-top: -96px;
    background-color: #FFFFFF;
    margin-bottom: 80px; }
    .section-32 .c-wrapper {
      display: flex;
      gap: 48px;
      padding: 80px 0 66px 0; }
      .section-32 .c-wrapper .c-container-01 {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 708px;
        height: 800px; }
        .section-32 .c-wrapper .c-container-01 .c-item-01 {
          width: 708px;
          height: 708px; }
          .section-32 .c-wrapper .c-container-01 .c-item-01 img {
            width: 100%;
            height: 100%;
            border-radius: 32px;
            object-fit: cover;
            object-position: center; }
        .section-32 .c-wrapper .c-container-01 .c-item-02 {
          width: 628px;
          height: 60px;
          margin-top: 36px;
          text-align: center; }
        .section-32 .c-wrapper .c-container-01 .c-item-04 {
          margin-top: 12px; }
          .section-32 .c-wrapper .c-container-01 .c-item-04 .c-unit-01 {
            color: #268B9E; }
        .section-32 .c-wrapper .c-container-01 .c-item-03 {
          display: flex;
          align-items: center;
          gap: 28px;
          margin-top: 48px; }
          .section-32 .c-wrapper .c-container-01 .c-item-03 .c-unit-01, .section-32 .c-wrapper .c-container-01 .c-item-03 .c-unit-02 {
            width: 60px;
            height: 60px; }
          .section-32 .c-wrapper .c-container-01 .c-item-03 .c-unit-03 {
            width: 67px;
            height: 72px; }
          .section-32 .c-wrapper .c-container-01 .c-item-03 .c-unit-04 {
            width: 116px;
            height: 50px; }
      .section-32 .c-wrapper .c-container-02 {
        display: flex;
        flex-direction: column;
        gap: 40px;
        width: 636px;
        padding: 32px 0 0; }
        .section-32 .c-wrapper .c-container-02 > .c-item-01 {
          display: flex;
          flex-direction: column;
          gap: 16px;
          width: calc(100% - 48px); }
        .section-32 .c-wrapper .c-container-02 > .c-item-02 .c-unit-01 .c-column-01 {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; }
          .section-32 .c-wrapper .c-container-02 > .c-item-02 .c-unit-01 .c-column-01 > .c-item-01 {
            width: 428px;
            display: flex;
            flex-wrap: wrap;
            margin-bottom: 40px; }
            .section-32 .c-wrapper .c-container-02 > .c-item-02 .c-unit-01 .c-column-01 > .c-item-01 > .chk-label-01 {
              width: 20px;
              height: 20px;
              border-radius: 4px;
              border: 1px solid #1E1E1E;
              box-sizing: border-box;
              margin-right: 12px;
              cursor: pointer;
              display: flex;
              align-items: center;
              justify-content: center; }
              .section-32 .c-wrapper .c-container-02 > .c-item-02 .c-unit-01 .c-column-01 > .c-item-01 > .chk-label-01 > svg {
                display: none; }
            .section-32 .c-wrapper .c-container-02 > .c-item-02 .c-unit-01 .c-column-01 > .c-item-01 > input:checked ~ .chk-label-01 > svg {
              display: block; }
            .section-32 .c-wrapper .c-container-02 > .c-item-02 .c-unit-01 .c-column-01 > .c-item-01 > .chk-label-02 {
              display: flex;
              align-items: center;
              color: #1E1E1E;
              font-size: 15px;
              font-weight: 500;
              line-height: 20px; }
              .section-32 .c-wrapper .c-container-02 > .c-item-02 .c-unit-01 .c-column-01 > .c-item-01 > .chk-label-02 a {
                font-weight: 500;
                font-size: 14px;
                line-height: 20px;
                letter-spacing: -0.01em;
                color: #556A71;
                cursor: pointer;
                text-decoration: underline; }
          .section-32 .c-wrapper .c-container-02 > .c-item-02 .c-unit-01 .c-column-01 > .c-item-02 {
            width: 100%;
            margin-bottom: 32px;
            color: #0A242C;
            font-family: Mont;
            font-size: 18px;
            font-weight: 700;
            line-height: 26px;
            text-align: start; }
          .section-32 .c-wrapper .c-container-02 > .c-item-02 .c-unit-01 .c-column-01 > .c-item-03 {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-bottom: 32px;
            width: 310px; }
            .section-32 .c-wrapper .c-container-02 > .c-item-02 .c-unit-01 .c-column-01 > .c-item-03 > .c-unit-03-A {
              width: 310px;
              font-weight: 400;
              font-size: 13px;
              line-height: 18px;
              color: #1E1E1E;
              margin-bottom: 8px; }
            .section-32 .c-wrapper .c-container-02 > .c-item-02 .c-unit-01 .c-column-01 > .c-item-03 input {
              width: 310px;
              border: 1px solid #DDD;
              box-sizing: border-box;
              border-radius: 12px;
              padding: 16px;
              font-size: 15px;
              color: #1E1E1E;
              font-weight: 500;
              line-height: 22px; }
          .section-32 .c-wrapper .c-container-02 > .c-item-02 .c-unit-01 .c-column-01 > .c-item-04 {
            width: 100%;
            display: flex;
            flex-direction: column;
            margin-top: 40px; }
            .section-32 .c-wrapper .c-container-02 > .c-item-02 .c-unit-01 .c-column-01 > .c-item-04 .c-unit-04-A {
              font-weight: 400;
              font-size: 13px;
              line-height: 18px;
              color: #1E1E1E;
              margin-bottom: 8px; }
            .section-32 .c-wrapper .c-container-02 > .c-item-02 .c-unit-01 .c-column-01 > .c-item-04 .sl-01 {
              display: flex;
              justify-content: flex-start;
              align-items: center;
              width: 100%;
              background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%3Cpath%20d%3D%22M11.9997%2013.1714L16.9495%208.22168L18.3637%209.63589L11.9997%2015.9999L5.63574%209.63589L7.04996%208.22168L11.9997%2013.1714Z%22%20fill%3D%22%231E1E1E%22%2F%3E%20%3C%2Fsvg%3E%20");
              background-repeat: no-repeat;
              background-position: right 10px center;
              border-radius: 12px;
              border: 1px solid #DDD;
              background-color: #FFFFFF;
              padding: 16px;
              font-size: 15px;
              font-weight: 500;
              line-height: 22px; }
            .section-32 .c-wrapper .c-container-02 > .c-item-02 .c-unit-01 .c-column-01 > .c-item-04.parenterror .select2 .selection .select2-selection {
              color: #A32F2A !important;
              border: 2px solid #A32F2A !important; }
            .section-32 .c-wrapper .c-container-02 > .c-item-02 .c-unit-01 .c-column-01 > .c-item-04 > .select2 {
              width: 100% !important; }
          .section-32 .c-wrapper .c-container-02 > .c-item-02 .c-unit-01 .c-column-01 > .c-item-05 {
            display: flex;
            flex-direction: column;
            margin-top: 32px;
            margin-bottom: 8px;
            width: 100%; }
            .section-32 .c-wrapper .c-container-02 > .c-item-02 .c-unit-01 .c-column-01 > .c-item-05 > .c-unit-03-A {
              display: flex;
              width: 100%;
              font-weight: 400;
              font-size: 13px;
              line-height: 18px;
              color: #1E1E1E;
              margin-bottom: 8px; }
            .section-32 .c-wrapper .c-container-02 > .c-item-02 .c-unit-01 .c-column-01 > .c-item-05 input {
              width: 100%;
              border: 1px solid #DDD;
              box-sizing: border-box;
              border-radius: 12px;
              padding: 16px;
              font-size: 15px;
              color: #1E1E1E;
              font-weight: 500;
              line-height: 22px; }
          .section-32 .c-wrapper .c-container-02 > .c-item-02 .c-unit-01 .c-column-01 > .c-item-06 {
            width: 100%;
            display: flex;
            margin-top: 32px;
            margin-bottom: 28px; }
            .section-32 .c-wrapper .c-container-02 > .c-item-02 .c-unit-01 .c-column-01 > .c-item-06 > .chk-label-01 {
              width: 28px;
              height: 28px;
              border: 2px solid #E7EAEB;
              box-sizing: border-box;
              border-radius: 8px;
              margin-right: 12px;
              cursor: pointer;
              display: flex;
              align-items: center;
              justify-content: center; }
              .section-32 .c-wrapper .c-container-02 > .c-item-02 .c-unit-01 .c-column-01 > .c-item-06 > .chk-label-01 > svg {
                display: none; }
            .section-32 .c-wrapper .c-container-02 > .c-item-02 .c-unit-01 .c-column-01 > .c-item-06 > input:checked ~ .chk-label-01 > svg {
              display: block; }
            .section-32 .c-wrapper .c-container-02 > .c-item-02 .c-unit-01 .c-column-01 > .c-item-06 > .chk-label-02 {
              flex: 1;
              font-weight: 500;
              font-size: 14px;
              line-height: 20px;
              color: #556A71;
              cursor: pointer; }
              .section-32 .c-wrapper .c-container-02 > .c-item-02 .c-unit-01 .c-column-01 > .c-item-06 > .chk-label-02 a {
                font-weight: 500;
                font-size: 14px;
                line-height: 20px;
                letter-spacing: -0.01em;
                color: #556A71;
                cursor: pointer;
                text-decoration: underline; }
          .section-32 .c-wrapper .c-container-02 > .c-item-02 .c-unit-01 .c-column-01 > .c-item-07 {
            display: flex;
            align-items: center;
            background: #268B9E;
            padding: 0 60px;
            height: 60px;
            border-radius: 1100px;
            font-weight: bold;
            font-size: 18px;
            line-height: 28px;
            text-align: center;
            color: #FFF;
            cursor: pointer; }
          .section-32 .c-wrapper .c-container-02 > .c-item-02 .c-unit-01 .c-column-01 > .c-item-08 {
            display: flex;
            flex-direction: column; }
            .section-32 .c-wrapper .c-container-02 > .c-item-02 .c-unit-01 .c-column-01 > .c-item-08 .c-unit-04-A {
              font-weight: 400;
              font-size: 13px;
              line-height: 18px;
              color: #1E1E1E;
              margin-bottom: 8px; }
            .section-32 .c-wrapper .c-container-02 > .c-item-02 .c-unit-01 .c-column-01 > .c-item-08.parenterror .select2 .selection .select2-selection {
              color: #A32F2A !important;
              border: 2px solid #A32F2A !important; } }
/* Common xs1, xs2 */
@media all and (max-width: 767px) {
  .showcase-01 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 600px; }
    .showcase-01 .c-container-01 {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      /*     > .c-item-02 {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 156px;
          height: 156px;
          margin-top: 40px;
          background: #104860;
          border: 4px solid #FFFFFF;
          box-sizing: border-box;
          border-radius: 156px;
          z-index: 1;
          padding: 0 23px;
      }*/ }
      .showcase-01 .c-container-01 .c-item-01 {
        width: 277px;
        text-align: center; }
        .showcase-01 .c-container-01 .c-item-01 h6 {
          text-align: center; }
      .showcase-01 .c-container-01 > .c-item-02 {
        position: absolute;
        left: calc(50% - 12px);
        z-index: 99;
        bottom: -85px;
        animation: opacityToggle 1s infinite; }
    .showcase-01 > .c-item-01 {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0; }
      .showcase-01 > .c-item-01 > .c-unit-01 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        border-radius: 0px 0px 28px 28px;
        z-index: -1; }
    .showcase-01 > .c-item-02 {
      position: fixed;
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 248px;
      border-radius: 200px;
      height: 60px;
      bottom: 28px;
      background: #104860;
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
      left: 20px;
      bottom: 28px;
      z-index: 99; }
      .showcase-01 > .c-item-02 > .c-unit-01 {
        text-align: start;
        color: #fff;
        font-style: normal;
        font-weight: 700;
        padding-left: 24px;
        font-size: 16px;
        line-height: 16px; }
        .showcase-01 > .c-item-02 > .c-unit-01 span {
          font-size: 15px !important; }
      .showcase-01 > .c-item-02 > .c-unit-02 {
        padding-left: 24px;
        text-align: start;
        margin-top: 8px;
        font-weight: 500;
        font-size: 13px;
        line-height: 14px;
        color: #F8F8F8;
        opacity: 0.8; }
    .showcase-01 > .c-item-03 {
      position: absolute;
      display: flex;
      align-items: center;
      gap: 20px;
      justify-content: center;
      bottom: 32px; }
      .showcase-01 > .c-item-03 .c-unit-01 {
        width: 67px;
        height: 72px;
        object-fit: cover;
        object-position: center; }
      .showcase-01 > .c-item-03 .c-unit-02 {
        width: 260px;
        color: #F4FDFF;
        font-family: Mont;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: -0.28px; } }
/* Common sm, md, lg */
@media all and (min-width: 768px) {
  .showcase-01 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    padding: 304px 0 232px 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0) 100%, rgba(255, 255, 255, 0.1573004202) 100%); }
    .showcase-01 .c-container-01 {
      display: flex;
      align-items: center;
      flex-direction: column;
            /*        > .c-item-02 {
                display: flex;
                justify-content: center;
                align-items: center;
                width: 200px;
                height: 200px;
                background: #104860;
                border: 4px solid #FFFFFF;
                box-sizing: border-box;
                border-radius: 200px;
                z-index: 1;
                padding: 0 32px;

                &:hover {
                    background: #176789;
                }

            }*/ }
      .showcase-01 .c-container-01 > .c-item-01 {
        margin-bottom: 60px;
        text-align: center;
        width: 1000px; }
        .showcase-01 .c-container-01 > .c-item-01 h6 {
          text-align: center; }
      .showcase-01 .c-container-01 > .c-item-02 {
        position: absolute;
        left: calc(50% - 12px);
        bottom: -85px;
        z-index: 99;
        animation: opacityToggle 1s infinite; }
        .showcase-01 .c-container-01 > .c-item-02 svg {
          width: 60px;
          height: 60px; }
    .showcase-01 > .c-item-01 {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0; }
      .showcase-01 > .c-item-01 > .c-unit-01 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        border-radius: 0px 0px 80px 80px;
        z-index: -1; }
    .showcase-01 > .c-item-02 {
      position: absolute;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 180px;
      height: 180px;
      right: 60px;
      bottom: 60px;
      background: #104860;
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
      border-radius: 168px; }
      .showcase-01 > .c-item-02 .c-unit-01 {
        font-weight: 800;
        font-size: 40px;
        line-height: 36px;
        text-align: center;
        color: #fff; }
      .showcase-01 > .c-item-02 .c-unit-02 {
        width: 148px;
        color: #fff;
        text-align: center;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        margin-top: 8px; }
      .showcase-01 > .c-item-02:hover {
        background: #176789; }
    .showcase-01 > .c-item-03 {
      position: absolute;
      display: flex;
      align-items: center;
      gap: 20px;
      justify-content: center;
      left: 80px;
      bottom: 80px; }
      .showcase-01 > .c-item-03 .c-unit-01 {
        width: 67px;
        height: 72px;
        object-fit: cover;
        object-position: center; }
      .showcase-01 > .c-item-03 .c-unit-02 {
        width: 260px;
        color: #F4FDFF;
        font-family: Mont;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: -0.28px; } }
/* Common sm, md */
@media all and (min-width: 768px) and (max-width: 1679px) {
  .showcase-01 {
    zoom: 1.25; } }
@media all and (min-width: 1680px) and (max-width: 1919px) {
  .showcase-01 {
    zoom: 1.25; } }
@media all and (min-width: 1180px) and (-webkit-min-device-pixel-ratio: 1.15) and (-webkit-max-device-pixel-ratio: 1.19) {
  .showcase-01 {
    zoom: 1.0; } }
@media all and (min-width: 1180px) and (-webkit-min-device-pixel-ratio: 1.11) and (-webkit-max-device-pixel-ratio: 1.49) {
  .showcase-01 {
    zoom: 1.25; } }
@media all and (min-width: 1180px) and (-webkit-min-device-pixel-ratio: 1.5) and (-webkit-max-device-pixel-ratio: 1.99) {
  .showcase-01 {
    zoom: 1.25; } }
@media all and (min-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) and (-webkit-max-device-pixel-ratio: 2.05) {
  .showcase-01 {
    zoom: 1.25; } }
/* Common xs1, xs2 */
@media all and (max-width: 767px) {
  .showcase-02 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 144px 0 24px 0;
    background: #2F8EB3; }
    .showcase-02 .c-item-01 {
      width: 105px;
      text-align: center; }
    .showcase-02 .c-item-02 {
      width: 253px;
      text-align: center;
      margin-top: 16px; }
    .showcase-02 .c-item-03 {
      display: none; } }
/* Common sm, md, lg */
@media all and (min-width: 768px) {
  .showcase-02 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 232px 0 60px 0;
    background: #2F8EB3; }
    .showcase-02 .c-item-01 {
      width: 392px;
      text-align: center; }
    .showcase-02 .c-item-02 {
      width: 800px;
      text-align: center;
      margin-top: 40px; }
    .showcase-02 .c-item-03 {
      margin-top: 80px; } }
/* Common xs1, xs2 */
@media all and (max-width: 767px) {
  .showcase-03 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    padding: 144px 0 229px 0;
    background: #2F8EB3;
    border-radius: 0px 0px 28px 28px; }
    .showcase-03 .c-item-01 {
      text-align: center; }
    .showcase-03 .c-item-02 {
      width: 216px;
      text-align: center;
      margin-top: 20px; }
    .showcase-03 .c-item-03 {
      display: none; }
    .showcase-03 .c-item-04 {
      display: none; } }
/* Common sm, md, lg */
@media all and (min-width: 768px) {
  .showcase-03 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    padding: 232px 0 350px 0;
    background: #2F8EB3;
    border-radius: 0px 0px 28px 28px; }
    .showcase-03 .c-item-01 {
      width: 392px;
      text-align: center; }
    .showcase-03 .c-item-02 {
      width: 800px;
      text-align: center;
      margin-top: 40px; }
    .showcase-03 .c-item-03 {
      position: absolute;
      top: 249px;
      right: 9px;
      width: 194px;
      height: 194px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .showcase-03 .c-item-03 .c-unit-02 {
        position: absolute;
        top: 144px;
        background: #FFFFFF;
        border-radius: 100px;
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        padding: 8px 16px;
        width: 197px;
        right: 45px;
        letter-spacing: 0.01em;
        color: #0A242C;
        display: none; }
      .showcase-03 .c-item-03:hover {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #FFFFFF;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 50%;
        width: 194px;
        height: 194px; }
        .showcase-03 .c-item-03:hover .c-unit-02 {
          display: block; }
    .showcase-03 .c-item-04 {
      position: absolute;
      top: 249px;
      left: 8px;
      position: absolute;
      width: 194px;
      height: 194px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .showcase-03 .c-item-04 .c-unit-02 {
        position: absolute;
        top: 144px;
        background: #FFFFFF;
        border-radius: 100px;
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        padding: 8px 16px;
        width: 197px;
        left: 45px;
        letter-spacing: 0.01em;
        color: #0A242C;
        display: none; }
      .showcase-03 .c-item-04:hover {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #FFFFFF;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 50%;
        width: 194px;
        height: 194px; }
        .showcase-03 .c-item-04:hover .c-unit-02 {
          display: block; } }
/* Common xs1, xs2 */
@media all and (max-width: 767px) {
  .showcase-04 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    padding: 144px 0 24px 0; }
    .showcase-04 .c-unit-01 {
      width: 105px;
      text-align: center; }
    .showcase-04 .c-unit-02 {
      width: 253px;
      text-align: center;
      margin-top: 16px; } }
/* Common sm, md, lg */
@media all and (min-width: 768px) {
  .showcase-04 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    padding: 232px 0 60px 0; }
    .showcase-04 .c-unit-01 {
      width: 392px;
      text-align: center; }
    .showcase-04 .c-unit-02 {
      width: 800px;
      text-align: center;
      margin-top: 40px; } }
/* Common xs1, xs2 */
@media all and (max-width: 767px) {
  .showcase-05 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    padding: 144px 0 96px 0;
    background: #104860; }
    .showcase-05 .c-item-01 {
      width: 140px;
      text-align: center; }
    .showcase-05 .c-item-02 {
      width: 300px;
      text-align: center;
      margin-top: 16px;
      font-family: Mont;
      font-style: normal;
      font-weight: 600;
      font-size: 24px;
      line-height: 32px;
      text-align: center;
      letter-spacing: -0.02em;
      color: #FFFFFF; }
    .showcase-05 .c-item-03 {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 156px;
      height: 156px;
      border: 4px solid #FFFFFF;
      border-radius: 200px;
      margin-top: 40px;
      text-decoration: none;
      color: #FFFFFF;
      z-index: 1;
      font-family: Mont;
      font-style: normal;
      font-weight: bold;
      font-size: 12px;
      line-height: 14px; } }
/* Common sm, md, lg */
@media all and (min-width: 768px) {
  .showcase-05 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    background: #104860; }
    .showcase-05 .c-item-01 {
      width: 220px;
      text-align: center; }
    .showcase-05 .c-item-02 {
      width: 926px;
      text-align: center;
      margin-top: 48px; }
    .showcase-05 .c-item-03 {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 200px;
      height: 200px;
      border: 4px solid #FFFFFF;
      border-radius: 200px;
      margin-top: 98px;
      text-decoration: none;
      color: #FFFFFF;
      z-index: 1;
      font-family: Mont;
      font-style: normal;
      font-weight: 800;
      font-size: 14px;
      line-height: 22px;
      padding: 7px 38px;
      text-align: center; }
      .showcase-05 .c-item-03:hover {
        background: #176789; }
    .showcase-05 .c-item-04 {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      overflow: hidden;
      display: flex;
      justify-content: center; }
      .showcase-05 .c-item-04 video {
        width: 100%;
        object-fit: cover; }
      .showcase-05 .c-item-04 background-image {
        position: relative;
        background-size: cover;
        background-position: center center; } }
/* Common xs1, xs2 */
@media all and (max-width: 767px) {
  .showcase-06 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    padding: 144px 32px 84px 32px; }
    .showcase-06 .c-unit-01, .showcase-06 .c-unit-02 {
      width: 100%;
      text-align: center; }
    .showcase-06 .c-unit-02 {
      margin-top: 28px; } }
/* Common sm, md, lg */
@media all and (min-width: 768px) {
  .showcase-06 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    padding: 232px 0 160px 0; }
    .showcase-06 .c-unit-01 {
      width: 952px;
      text-align: center; }
    .showcase-06 .c-unit-02 {
      width: 708px;
      text-align: center;
      margin-top: 28px; } }
/* Common xs1, xs2 */
@media all and (max-width: 767px) {
  .showcase-07 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    padding: 144px 0 24px 0; }
    .showcase-07 .c-unit-01 {
      width: 105px;
      text-align: center;
      color: #0A242C !important; }
    .showcase-07 .c-unit-02 {
      width: 253px;
      text-align: center;
      margin-top: 16px;
      color: #0A242C !important; } }
/* Common sm, md, lg */
@media all and (min-width: 768px) {
  .showcase-07 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    padding: 232px 0 60px 0; }
    .showcase-07 .c-unit-01 {
      width: 392px;
      text-align: center;
      color: #0A242C !important; }
    .showcase-07 .c-unit-02 {
      width: 800px;
      text-align: center;
      margin-top: 40px;
      color: #0A242C !important; } }
/* Common xs1, xs2 */
@media all and (max-width: 767px) {
  .showcase-08 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    padding: 144px 0 96px 0;
    background: #5598B8; }
    .showcase-08 .c-item-01 {
      width: 140px;
      text-align: center; }
    .showcase-08 .c-item-02 {
      width: 300px;
      text-align: center;
      margin-top: 16px;
      font-family: Mont;
      font-style: normal;
      font-weight: 600;
      font-size: 24px;
      line-height: 32px;
      text-align: center;
      letter-spacing: -0.02em;
      color: #FFFFFF; }
    .showcase-08 .c-item-03 {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 156px;
      height: 156px;
      border: 4px solid #FFFFFF;
      border-radius: 200px;
      margin-top: 40px;
      text-decoration: none;
      color: #FFFFFF;
      z-index: 1;
      font-family: Mont;
      font-style: normal;
      font-weight: bold;
      font-size: 12px;
      line-height: 14px; }
    .showcase-08 .c-item-05 {
      margin-top: 60px;
      z-index: 99;
      animation: opacityToggle 1s infinite; } }
/* Common sm, md, lg */
@media all and (min-width: 768px) {
  .showcase-08 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #5598B8;
    padding: 102px 0 60px 0; }
    .showcase-08 .c-item-01 {
      width: 220px;
      text-align: center; }
    .showcase-08 .c-item-02 {
      width: 926px;
      text-align: center;
      margin-top: 48px; }
    .showcase-08 .c-item-03 {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 200px;
      height: 200px;
      border: 4px solid #FFFFFF;
      border-radius: 200px;
      margin-top: 98px;
      text-decoration: none;
      color: #FFFFFF;
      z-index: 1;
      font-family: Mont;
      font-style: normal;
      font-weight: 800;
      font-size: 14px;
      line-height: 22px;
      padding: 7px 38px;
      text-align: center; }
      .showcase-08 .c-item-03:hover {
        background: #176789; }
    .showcase-08 .c-item-04 {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      overflow: hidden;
      display: flex;
      justify-content: center; }
      .showcase-08 .c-item-04 video {
        width: 100%;
        object-fit: cover; }
      .showcase-08 .c-item-04 background-image {
        position: relative;
        background-size: cover;
        background-position: center center; }
    .showcase-08 .c-item-05 {
      margin-top: 60px;
      z-index: 99;
      animation: opacityToggle 1s infinite; }
      .showcase-08 .c-item-05 svg {
        width: 60px;
        height: 60px; } }
@keyframes opacityToggle {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes opacityToggle {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes opacityToggle {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-o-keyframes opacityToggle {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/* Common xs1, xs2 */
@media all and (max-width: 767px) {
  .parenterror input[type=text].error {
    color: #A32F2A !important;
    border: 2px solid #A32F2A !important; }
    .parenterror input[type=text].error::placeholder {
      color: #A32F2A !important; }
  .parenterror #email.error {
    font-weight: 500 !important;
    color: #A32F2A !important;
    line-height: 15px !important;
    font-size: 12px !important; }
  .parenterror #emAdiniz ~ .error {
    display: flex;
    align-self: flex-start;
    margin-top: 7px;
    color: #A32F2A !important; }
  .parenterror #emSoyadiniz ~ .error {
    display: flex;
    align-self: flex-start;
    margin-top: 7px;
    color: #A32F2A !important; }
  .parenterror #emOgrenciSayisi ~ .error {
    display: flex;
    align-self: flex-start;
    margin-top: 7px;
    color: #A32F2A !important; }
  .parenterror #emOkulAdi ~ .error {
    display: flex;
    align-self: flex-start;
    margin-top: 7px;
    color: #A32F2A !important; }
  .parenterror #emOkulSecimi {
    color: #A32F2A !important;
    border: 2px solid #A32F2A !important;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%3Cpath%20d%3D%22M11.9997%2013.1714L16.9495%208.22168L18.3637%209.63589L11.9997%2015.9999L5.63574%209.63589L7.04996%208.22168L11.9997%2013.1714Z%22%20fill%3D%22%23C50038%22%2F%3E%20%3C%2Fsvg%3E%20"); }
    .parenterror #emOkulSecimi ~ .error {
      display: flex;
      align-self: flex-start;
      margin-top: 7px;
      color: #A32F2A !important; }
  .parenterror #emEmail ~ .error {
    display: flex;
    align-self: flex-start;
    margin-top: 7px;
    color: #A32F2A !important; }
  .parenterror #chk-box-confirm ~ .chk-label-01 {
    border: 2px solid #941313; }
  .parenterror #chk-box-confirm ~ .chk-label-01 {
    color: #941313; }
  .parenterror #chk-box-confirm2 ~ .chk-label-01 {
    border: 2px solid #941313; }
  .parenterror #chk-box-confirm2 ~ .chk-label-01 {
    color: #941313; }
  .parenterror #chk-box-confirm-error {
    display: none !important; }
  .parenterror #email-error, .parenterror #radio-error {
    display: none !important; } }
/* Common sm, md, lg */
@media all and (min-width: 768px) {
  .parenterror input[type=text].error {
    color: #A32F2A !important;
    border: 2px solid #A32F2A !important; }
    .parenterror input[type=text].error::placeholder {
      color: #A32F2A !important; }
  .parenterror #email-error.error {
    position: absolute;
    right: 0;
    font-weight: 500 !important;
    color: #A32F2A !important;
    line-height: 15px !important;
    font-size: 12px !important;
    top: 6px; }
  .parenterror #emAdiniz ~ .error {
    display: flex;
    align-self: flex-start;
    margin-top: 7px;
    color: #A32F2A !important; }
  .parenterror #emSoyadiniz ~ .error {
    display: flex;
    align-self: flex-start;
    margin-top: 7px;
    color: #A32F2A !important; }
  .parenterror #emOgrenciSayisi ~ .error {
    display: flex;
    align-self: flex-start;
    margin-top: 7px;
    color: #A32F2A !important; }
  .parenterror #emEmail ~ .error {
    display: flex;
    align-self: flex-start;
    margin-top: 7px;
    color: #A32F2A !important; }
  .parenterror #emOkulAdi ~ .error {
    display: flex;
    align-self: flex-start;
    margin-top: 7px;
    color: #A32F2A !important; }
  .parenterror #emOkulSecimi {
    color: #A32F2A !important;
    border: 2px solid #A32F2A !important; }
    .parenterror #emOkulSecimi ~ .error {
      display: flex;
      align-self: flex-start;
      margin-top: 7px;
      color: #A32F2A !important; }
  .parenterror #chk-box-confirm ~ .chk-label-01 {
    border: 2px solid #941313; }
  .parenterror #chk-box-confirm ~ .chk-label-01 {
    color: #941313; }
  .parenterror #chk-box-confirm2 ~ .chk-label-01 {
    border: 2px solid #941313; }
  .parenterror #chk-box-confirm2 ~ .chk-label-01 {
    color: #941313; }
  .parenterror #chk-box-confirm-error {
    display: none !important; }
  .parenterror #chk-box-confirm2-error {
    display: none !important; }
  .parenterror #email-error, .parenterror #radio-error {
    display: none !important; } }
/* width */
::-webkit-scrollbar {
  width: 5px; }

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; }

/* Common xs1, xs2 */
@media all and (max-width: 767px) {
  .select2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 56px;
    border-radius: 16px;
    order: 1;
    width: 100% !important; }
    .select2 ~ .error {
      order: 2;
      display: flex;
      align-self: flex-start;
      margin-top: 7px;
      color: #A32F2A !important; }
    .select2 .selection {
      width: 100%; }
      .select2 .selection .select2-selection {
        display: flex !important;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%3Cpath%20d%3D%22M11.9997%2013.1714L16.9495%208.22168L18.3637%209.63589L11.9997%2015.9999L5.63574%209.63589L7.04996%208.22168L11.9997%2013.1714Z%22%20fill%3D%22%231E1E1E%22%2F%3E%20%3C%2Fsvg%3E%20");
        background-repeat: no-repeat;
        background-position: right 10px center;
        border-radius: 12px;
        border: 1px solid #DDD;
        height: 56px !important;
        background-color: #FFF;
        padding: 16px;
        font-size: 15px;
        font-weight: 500;
        line-height: 22px; }
        .select2 .selection .select2-selection .select2-selection__rendered {
          padding-left: 0;
          padding-right: 0; }
          .select2 .selection .select2-selection .select2-selection__rendered .select2-selection__placeholder {
            background-color: #FFF;
            font-size: 15px;
            font-weight: 500;
            line-height: 22px; }
        .select2 .selection .select2-selection .select2-selection__arrow {
          position: absolute;
          right: 10px;
          height: auto;
          top: 14px;
          background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%3Cpath%20d%3D%22M11.9997%2013.1714L16.9495%208.22168L18.3637%209.63589L11.9997%2015.9999L5.63574%209.63589L7.04996%208.22168L11.9997%2013.1714Z%22%20fill%3D%22%231E1E1E%22%2F%3E%20%3C%2Fsvg%3E%20");
          background-repeat: no-repeat;
          background-position: center; }
          .select2 .selection .select2-selection .select2-selection__arrow b {
            display: none; }
    .select2.error {
      order: 2;
      margin-top: 4px;
      font-size: 13px;
      font-weight: 400;
      line-height: 18px; }
      .select2.error ~ .select2-container .selection .select2-selection {
        border-radius: 12px;
        border: 1px solid #C72525;
        background: red; }
        .select2.error ~ .select2-container .selection .select2-selection .select2-selection__rendered .select2-selection__placeholder {
          color: #C72525; }
      .select2.error ~ .error {
        order: 2;
        margin-top: 4px;
        color: red;
        font-size: 13px;
        font-weight: 400;
        line-height: 18px; }
      .select2.error .selection .select2-selection {
        border-radius: 12px;
        border: 1px solid #C72525;
        background: red; }
        .select2.error .selection .select2-selection .select2-selection__rendered .select2-selection__placeholder {
          color: #C72525; }

  .select2-container .select2-dropdown {
    padding-bottom: 8px;
    border-radius: 0 0 12px 12px;
    border: 1px solid #ddd; }
    .select2-container .select2-dropdown .select2-results .select2-results__options {
      display: flex;
      flex-direction: column;
      gap: 8px;
      background-color: #ddd; }
      .select2-container .select2-dropdown .select2-results .select2-results__options li {
        padding: 8px 16px;
        color: #ffff;
        font-size: 15px;
        font-weight: 500;
        line-height: 22px; }
        .select2-container .select2-dropdown .select2-results .select2-results__options li.select2-results__option--highlighted {
          background-color: #ddd; }
    .select2-container .select2-dropdown .select2-search {
      padding: 8px; }
      .select2-container .select2-dropdown .select2-search .select2-search__field {
        height: 24px;
        font-size: 15px;
        font-weight: 500;
        line-height: 22px; }
    .select2-container .select2-dropdown .select2-results .select2-results__options {
      padding: 8px;
      border-radius: 0 0 12px 12px;
      border: 1px solid #DDD;
      background: #FFF; }
      .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option {
        font-size: 15px;
        color: #1E1E1E;
        font-weight: 500;
        line-height: 22px; } }
/* Common sm, md, lg */
@media all and (min-width: 768px) {
  .select2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 56px;
    border-radius: 16px;
    order: 1;
    width: 310px !important; }
    .select2 ~ .error {
      order: 2;
      display: flex;
      align-self: flex-start;
      margin-top: 7px;
      color: #A32F2A !important; }
    .select2 .selection {
      width: 100%; }
      .select2 .selection .select2-selection {
        display: flex !important;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%3Cpath%20d%3D%22M11.9997%2013.1714L16.9495%208.22168L18.3637%209.63589L11.9997%2015.9999L5.63574%209.63589L7.04996%208.22168L11.9997%2013.1714Z%22%20fill%3D%22%231E1E1E%22%2F%3E%20%3C%2Fsvg%3E%20");
        background-repeat: no-repeat;
        background-position: right 10px center;
        border-radius: 12px;
        border: 1px solid #DDD;
        height: 56px !important;
        background-color: #FFF;
        padding: 16px;
        font-size: 15px;
        font-weight: 500;
        line-height: 22px; }
        .select2 .selection .select2-selection .select2-selection__rendered {
          padding-left: 0;
          padding-right: 0; }
          .select2 .selection .select2-selection .select2-selection__rendered .select2-selection__placeholder {
            background-color: #FFF;
            font-size: 15px;
            font-weight: 500;
            line-height: 22px; }
        .select2 .selection .select2-selection .select2-selection__arrow {
          position: absolute;
          right: 10px;
          height: auto;
          top: 14px;
          background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%3Cpath%20d%3D%22M11.9997%2013.1714L16.9495%208.22168L18.3637%209.63589L11.9997%2015.9999L5.63574%209.63589L7.04996%208.22168L11.9997%2013.1714Z%22%20fill%3D%22%231E1E1E%22%2F%3E%20%3C%2Fsvg%3E%20");
          background-repeat: no-repeat;
          background-position: center; }
          .select2 .selection .select2-selection .select2-selection__arrow b {
            display: none; }
    .select2.error {
      order: 2;
      margin-top: 4px;
      font-size: 13px;
      font-weight: 400;
      line-height: 18px; }
      .select2.error ~ .select2-container .selection .select2-selection {
        border-radius: 12px;
        border: 1px solid #C72525;
        background: red; }
        .select2.error ~ .select2-container .selection .select2-selection .select2-selection__rendered .select2-selection__placeholder {
          color: #C72525; }
      .select2.error ~ .error {
        order: 2;
        margin-top: 4px;
        color: red;
        font-size: 13px;
        font-weight: 400;
        line-height: 18px; }
      .select2.error .selection .select2-selection {
        border-radius: 12px;
        border: 1px solid #C72525;
        background: red; }
        .select2.error .selection .select2-selection .select2-selection__rendered .select2-selection__placeholder {
          color: #C72525; } }
.select2-container .select2-dropdown {
  padding-bottom: 8px;
  border-radius: 0 0 12px 12px;
  border: 1px solid #ddd; }
  .select2-container .select2-dropdown .select2-results .select2-results__options {
    display: flex;
    flex-direction: column;
    gap: 8px;
    background-color: #ddd; }
    .select2-container .select2-dropdown .select2-results .select2-results__options li {
      padding: 8px 16px;
      color: #ffff;
      font-size: 15px;
      font-weight: 500;
      line-height: 22px; }
      .select2-container .select2-dropdown .select2-results .select2-results__options li.select2-results__option--highlighted {
        background-color: #ddd; }
  .select2-container .select2-dropdown .select2-search {
    padding: 8px; }
    .select2-container .select2-dropdown .select2-search .select2-search__field {
      height: 24px;
      font-size: 15px;
      font-weight: 500;
      line-height: 22px; }
  .select2-container .select2-dropdown .select2-results .select2-results__options {
    padding: 8px;
    border-radius: 0 0 12px 12px;
    border: 1px solid #DDD;
    background: #FFF; }
    .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option {
      font-size: 15px;
      color: #1E1E1E;
      font-weight: 500;
      line-height: 22px; }

@media all and (max-width: 768px) {
  .btn-xs-01 {
    background: #2B82A3;
    border-radius: 200px;
    padding: 12px 87px;
    font-weight: 800;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF; }

  .btn-xs-02 {
    border: 2px solid #207686;
    box-sizing: border-box;
    border-radius: 200px;
    padding: 12px 68px;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #207686; }

  .btn-xs-03 {
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #FFFFFF; }

  .btn-xs-04 {
    background-color: #5598B8;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.8);
    font-family: Mont;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px; }

  .btn-xs-05 {
    background-color: #268B9E;
    border-radius: 100px;
    color: #fff;
    font-family: Mont;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    height: 44px; } }
@media all and (min-width: 768px) {
  .btn-lg-01 {
    background: #2B82A3;
    border-radius: 100px;
    padding: 16px 60px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #FFFFFF; }

  .btn-lg-02 {
    padding: 90px 30px;
    border: 2px solid #207686;
    box-sizing: border-box;
    border-radius: 50%;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #207686; }

  .btn-lg-03 {
    font-weight: 800;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #FFFFFF; }

  .btn-lg-04 {
    background-color: #5598B8;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.8);
    font-family: Mont;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px; }

  .btn-lg-05 {
    background-color: #268B9E;
    border-radius: 100px;
    color: #fff;
    font-family: Mont;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    height: 56px; } }
.flip-container-01 {
  padding-bottom: 116px;
  padding-top: 116px;
  background: #515558; }

#flipbook-container {
  width: 100%;
  height: 90vh; }
  #flipbook-container .flipbook-menu {
    width: 100%;
    background: #515558; }
  #flipbook-container .flipbook-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%; }
  #flipbook-container .flipbook-menuTop {
    display: none; }

span[data-name="btnPrint"] {
  display: none; }

span[data-name="btnDownloadPages"] {
  display: none; }

span[data-name="btnShare"] {
  display: none; }

span[data-name="btnDownloadPdf"] {
  display: none; }

span[data-name="btnSound"] {
  display: none; }

span[data-name="btnSelect"] {
  display: none; }

.kvkk-modal {
  background: #FFF;
  padding: 40px;
  display: flex;
  flex-direction: column;
  box-shadow: -20px 0px 200px 0px rgba(0, 0, 0, 0.25); }
  .kvkk-modal #kvkk-modal-close {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1; }
  .kvkk-modal .kvkk-modal-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #0A242C; }
  .kvkk-modal .section-24 {
    padding: 0;
    background: #FFF; }
    .kvkk-modal .section-24 .c-wrapper {
      width: 100%; }
      .kvkk-modal .section-24 .c-wrapper .c-item-02 {
        margin-top: 0;
        border: 0;
        padding: 0; }
  .kvkk-modal #modal-footer {
    display: flex;
    margin-top: 24px;
    justify-content: center !important; }
    .kvkk-modal #modal-footer .c-container-01 {
      display: flex;
      width: 320px;
      padding: 16px 0;
      justify-content: center;
      align-items: center;
      gap: 10px;
      border-radius: 999px;
      background: #268B9E;
      color: #FFFFFF;
      text-align: center;
      font-size: 15px;
      font-weight: 700;
      cursor: pointer; }

.dir-mrfSuccessConfirmation {
  padding: 40px 0;
  border-radius: 16px;
  background-color: #FFFFFF; }
  .dir-mrfSuccessConfirmation #modal-close {
    display: none; }
  .dir-mrfSuccessConfirmation #modal-header {
    display: flex;
    justify-content: center;
    padding: 0 40px; }
    .dir-mrfSuccessConfirmation #modal-header .c-item-01 {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 60px;
      height: 60px;
      border-radius: 100px;
      background-color: #38ACC4; }
  .dir-mrfSuccessConfirmation .c-container-02 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 12px;
    margin-top: 32px; }
    .dir-mrfSuccessConfirmation .c-container-02 .c-item-01 {
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
      text-align: center; }
    .dir-mrfSuccessConfirmation .c-container-02 .c-item-02 {
      font-size: 15px;
      font-weight: 400;
      line-height: 20px;
      text-align: center; }
  .dir-mrfSuccessConfirmation #modal-footer {
    display: flex;
    justify-content: center;
    justify-content: center !important;
    margin-top: 20px;
    border-top: 1px solid #E6E6E7;
    padding-top: 20px; }
    .dir-mrfSuccessConfirmation #modal-footer .c-item-01 {
      width: 320px;
      cursor: pointer; }

#hasEmail {
  font-weight: 500;
  color: #A32F2A;
  line-height: 15px;
  font-size: 14px;
  margin-bottom: 16px;
  max-width: 350px;
  text-align: center; }

@media all and (max-width: 768px) {
  .kvkk-modal {
    background: #FFFFFF;
    padding: 28px 20px;
    border-radius: 16px;
    box-shadow: -20px 0px 200px 0px rgba(0, 0, 0, 0.25); }
    .kvkk-modal #kvkk-modal-close {
      right: 12px;
      top: 12px; }
    .kvkk-modal .kvkk-modal-title {
      font-weight: 600;
      font-size: 20px;
      line-height: 24px;
      color: #0A242C;
      margin-bottom: 20px;
      padding-right: 50px; }
    .kvkk-modal .section-24 {
      padding: 0;
      background: #FFF; }
      .kvkk-modal .section-24 .c-wrapper {
        width: 100%; }
        .kvkk-modal .section-24 .c-wrapper .c-item-02 {
          color: #1E1E1E;
          font-size: 15px;
          font-weight: 600;
          line-height: 20px; }
          .kvkk-modal .section-24 .c-wrapper .c-item-02 p a {
            color: #1E1E1E;
            font-size: 15px;
            font-weight: 600;
            line-height: 20px; }
    .kvkk-modal #modal-footer {
      display: flex;
      margin-top: 20px;
      justify-content: center !important; }
      .kvkk-modal #modal-footer .c-container-01 {
        display: flex;
        padding: 12px 0;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 999px;
        background: #268B9E;
        color: #FFFFFF;
        text-align: center;
        font-size: 15px;
        font-weight: 700;
        cursor: pointer; }

  .hr-A {
    width: 100%;
    height: 1px;
    margin: 29px 0 38px 0;
    background: #0A242C;
    opacity: 0.4; }

  .hr-C {
    width: 100%;
    height: 1px;
    margin: 20px auto;
    background: #000000;
    opacity: 0.1; }

  .hr-D {
    width: 100%;
    height: 1px;
    margin: 40px 0 32px 0;
    background: #000000;
    opacity: 0.1; }

  .hr-E {
    width: 100%;
    height: 1px;
    margin: 24px auto;
    background: #E7EAEB;
    opacity: 0.1; }

  .hr-F {
    width: 100%;
    height: 1px;
    margin: 24px auto;
    background: #000000;
    opacity: 0.1; }

  .dir-mrfSuccessConfirmation #modal-close {
    display: none; }
  .dir-mrfSuccessConfirmation #modal-header {
    padding: 0 20px; }
  .dir-mrfSuccessConfirmation .c-container-02 {
    padding: 0 20px; }

  #modal-wrapper.dir-f-confirm-modal {
    top: calc(50% - 192.5px) !important;
    width: calc(100% - 40px) !important;
    left: 20px !important;
    height: 385px !important;
    border-radius: 16px !important; }
    #modal-wrapper.dir-f-confirm-modal #modal-body {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      height: 284px;
      border-bottom: 1px solid #E6E6E7; }
      #modal-wrapper.dir-f-confirm-modal #modal-body .c-item-02 {
        font-weight: 600;
        font-size: 20px;
        line-height: 28px;
        text-align: center;
        margin-top: 35.75px;
        width: 328px; }
    #modal-wrapper.dir-f-confirm-modal #modal-footer {
      display: flex !important;
      justify-content: center !important;
      align-items: center !important;
      height: 100px !important; }
      #modal-wrapper.dir-f-confirm-modal #modal-footer > .c-item-01 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 138px;
        height: 56px;
        border: 2px solid #E7EAEB;
        border-radius: 100px;
        text-decoration: none;
        color: #0A242C;
        margin-right: 8px; }
      #modal-wrapper.dir-f-confirm-modal #modal-footer > .c-item-02 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 138px;
        height: 56px;
        background: #268B9E;
        border-radius: 100px;
        text-decoration: none;
        color: #FFFFFF; }

  #modal-wrapper.dir-videoContentModal #modal-body {
    display: flex;
    justify-content: center;
    align-items: center; }
    #modal-wrapper.dir-videoContentModal #modal-body #modal-close {
      position: absolute !important;
      right: 20px;
      top: 20px;
      z-index: 1;
      background-color: transparent !important; }

  #modal-wrapper.dir-shareModal {
    top: calc(50% - 231px);
    left: 20px;
    width: calc(100% - 40px);
    border-radius: 16px; }
    #modal-wrapper.dir-shareModal .shareContentModal {
      background-color: #fff; }
      #modal-wrapper.dir-shareModal .shareContentModal #modal-header {
        height: 64px;
        padding: 8px 16px; }
        #modal-wrapper.dir-shareModal .shareContentModal #modal-header > .c-container-01 {
          display: flex;
          align-items: center;
          justify-content: space-between;
          width: 100%; }
      #modal-wrapper.dir-shareModal .shareContentModal #modal-body > .c-container-02 {
        padding: 24px;
        display: flex;
        flex-direction: column; }
        #modal-wrapper.dir-shareModal .shareContentModal #modal-body > .c-container-02 > .c-item-01 {
          display: flex;
          align-items: center;
          margin-bottom: 16px;
          font-family: Post Grotesk;
          font-weight: 600;
          font-size: 16px;
          line-height: 24px;
          color: #4E4C69;
          font-size: 1em; }
          #modal-wrapper.dir-shareModal .shareContentModal #modal-body > .c-container-02 > .c-item-01 svg {
            display: flex;
            margin-right: 8px; }
        #modal-wrapper.dir-shareModal .shareContentModal #modal-body > .c-container-02 > :last-child {
          margin-bottom: 0; }

  #modal-wrapper.dir-videoModal {
    top: calc(50% - 190px);
    left: 20px;
    width: calc(100% - 40px);
    border-radius: 16px; }
    #modal-wrapper.dir-videoModal .videoContentModal #modal-header {
      display: none;
      flex-flow: row-reverse;
      height: 64px;
      padding: 8px 16px; }
      #modal-wrapper.dir-videoModal .videoContentModal #modal-header > .c-container-01 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%; }
    #modal-wrapper.dir-videoModal .videoContentModal #modal-body > .c-item-01 video {
      width: 100%;
      height: auto; }
    #modal-wrapper.dir-videoModal .videoContentModal #modal-body > .c-container-02 {
      padding: 24px;
      display: flex;
      flex-direction: column; }
      #modal-wrapper.dir-videoModal .videoContentModal #modal-body > .c-container-02 > .c-item-01 {
        display: flex;
        align-items: center;
        margin-bottom: 16px;
        font-family: Post Grotesk;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #4E4C69;
        font-size: 1em; }
        #modal-wrapper.dir-videoModal .videoContentModal #modal-body > .c-container-02 > .c-item-01 svg {
          display: flex;
          margin-right: 8px; }
      #modal-wrapper.dir-videoModal .videoContentModal #modal-body > .c-container-02 > :last-child {
        margin-bottom: 0; }

  #modal-wrapper.dir-infoModal {
    top: calc(50% - 160px);
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 40px);
    height: 388px;
    margin-left: 20px;
    background-color: #268B9E !important;
    border: 4px solid #FFFFFF;
    border-radius: 16px; }
    #modal-wrapper.dir-infoModal .infoContentModal {
      padding: 8px 40px 40px 40px; }
      #modal-wrapper.dir-infoModal .infoContentModal #modal-header a {
        position: absolute;
        top: 20px;
        right: -20px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 44px;
        height: 44px;
        background-color: #fff;
        border-radius: 50%; }
      #modal-wrapper.dir-infoModal .infoContentModal #modal-body {
        overflow-y: visible; }
        #modal-wrapper.dir-infoModal .infoContentModal #modal-body .c-container-01 {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center; }
          #modal-wrapper.dir-infoModal .infoContentModal #modal-body .c-container-01 .c-item-01 {
            width: 100px;
            height: 120px; }
            #modal-wrapper.dir-infoModal .infoContentModal #modal-body .c-container-01 .c-item-01 img {
              object-position: center;
              object-fit: contain;
              width: 100%;
              height: auto; }
        #modal-wrapper.dir-infoModal .infoContentModal #modal-body .c-container-02 {
          margin-top: 16px; }
          #modal-wrapper.dir-infoModal .infoContentModal #modal-body .c-container-02 .c-item-01 {
            display: flex;
            justify-content: center;
            align-items: center;
            font-family: 'Mont';
            font-style: normal;
            font-weight: 800;
            font-size: 14px;
            line-height: 20px;
            color: #FBFBFB; }
          #modal-wrapper.dir-infoModal .infoContentModal #modal-body .c-container-02 .c-item-02 {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin-top: 12px;
            font-family: 'Mont';
            font-style: normal;
            font-weight: 800;
            font-size: 16px;
            line-height: 24px;
            text-align: center;
            color: #FBFBFB; }
      #modal-wrapper.dir-infoModal .infoContentModal #modal-footer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 20px; }
        #modal-wrapper.dir-infoModal .infoContentModal #modal-footer .c-item-01 {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 240px;
          height: 48px;
          background: #F2F2F2;
          border-radius: 100px;
          font-family: 'Mont';
          font-style: normal;
          font-weight: 800;
          font-size: 12px;
          line-height: 16px;
          color: #0A242C; }
        #modal-wrapper.dir-infoModal .infoContentModal #modal-footer .c-item-02 {
          cursor: pointer;
          margin-top: 24px;
          font-family: 'Mont';
          font-style: normal;
          font-weight: 700;
          font-size: 12px;
          line-height: 16px;
          color: rgba(251, 251, 251, 0.8); }
      #modal-wrapper.dir-infoModal .infoContentModal #modal-close {
        position: absolute;
        top: 20px;
        right: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 44px;
        height: 44px;
        background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2228%22%20height%3D%2228%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%3Cpath%20d%3D%22M21%208.225L19.775%207L14%2012.775L8.225%207L7%208.225L12.775%2014L7%2019.775L8.225%2021L14%2015.225L19.775%2021L21%2019.775L15.225%2014L21%208.225Z%22%20fill%3D%22black%22%2F%3E%20%3C%2Fsvg%3E%20");
        background-color: #fff;
        background-color: #fff;
        border-radius: 50%; } }
@media all and (min-width: 768px) {
  .hr-A {
    width: 100%;
    height: 1px;
    margin: 12px auto;
    background: #000000;
    opacity: 0.1; }

  .hr-B {
    width: 100%;
    height: 1px;
    margin: 24px auto;
    background: #000000;
    opacity: 0.1; }

  .hr-C {
    width: 100%;
    height: 1px;
    margin: 32px auto;
    background: #000000;
    opacity: 0.1; }

  .hr-D {
    width: 100%;
    height: 1px;
    margin: 40px 0 32px 0;
    background: #000000;
    opacity: 0.1; }

  .hr-E {
    width: 100%;
    height: 1px;
    margin: 24px auto;
    background: #E7EAEB;
    opacity: 0.1; }

  .hr-F {
    width: 592px;
    height: 1px;
    margin: 24px auto;
    background: #000000;
    opacity: 0.1; }

  .kvkk-modal .kvkk-modal-title {
    margin-bottom: 24px; }
  .kvkk-modal .section-24 .c-wrapper .c-item-02 {
    color: #1E1E1E;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px; }
    .kvkk-modal .section-24 .c-wrapper .c-item-02 p a {
      color: #1E1E1E;
      font-size: 15px;
      font-weight: 600;
      line-height: 20px; }

  #modal-wrapper.dir-f-confirm-modal {
    top: calc(50% - 192.5px) !important;
    left: calc(50% - 224px) !important;
    width: 448px !important;
    height: 385px !important;
    border-radius: 16px !important; }
    #modal-wrapper.dir-f-confirm-modal #modal-body {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      height: 284px;
      border-bottom: 1px solid #E6E6E7; }
      #modal-wrapper.dir-f-confirm-modal #modal-body .c-item-01 {
        margin-bottom: 32px; }
      #modal-wrapper.dir-f-confirm-modal #modal-body .c-item-02 {
        font-weight: 600;
        font-size: 20px;
        line-height: 28px;
        text-align: center;
        width: 328px; }
    #modal-wrapper.dir-f-confirm-modal #modal-footer {
      display: flex !important;
      justify-content: center !important;
      align-items: center !important;
      height: 100px !important; }
      #modal-wrapper.dir-f-confirm-modal #modal-footer > .c-item-01 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 138px;
        height: 56px;
        border: 2px solid #E7EAEB;
        border-radius: 100px;
        text-decoration: none;
        color: #0A242C;
        margin-right: 8px;
        font-weight: 600;
        background: #F9F9F9; }
      #modal-wrapper.dir-f-confirm-modal #modal-footer > .c-item-02 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 138px;
        height: 56px;
        background: #268B9E;
        border-radius: 100px;
        text-decoration: none;
        color: #FFFFFF; }

  #modal-wrapper.dir-videoContentModal #modal-body {
    display: flex;
    justify-content: center;
    align-items: center; }
    #modal-wrapper.dir-videoContentModal #modal-body #modal-close {
      position: absolute !important;
      right: 20px;
      top: 20px;
      z-index: 1;
      background-color: transparent !important; }

  #modal-wrapper.dir-shareModal {
    top: calc(50% - 144px);
    left: calc(50% - 156px);
    width: 312px;
    border-radius: 16px; }
    #modal-wrapper.dir-shareModal .shareContentModal {
      background-color: #fff; }
      #modal-wrapper.dir-shareModal .shareContentModal #modal-header {
        height: 64px;
        padding: 8px 16px; }
        #modal-wrapper.dir-shareModal .shareContentModal #modal-header > .c-container-01 {
          display: flex;
          align-items: center;
          justify-content: space-between;
          width: 100%; }
      #modal-wrapper.dir-shareModal .shareContentModal #modal-body > .c-container-02 {
        padding: 24px;
        display: flex;
        flex-direction: column; }
        #modal-wrapper.dir-shareModal .shareContentModal #modal-body > .c-container-02 > .c-item-01 {
          display: flex;
          align-items: center;
          margin-bottom: 16px;
          font-family: Post Grotesk; }
          #modal-wrapper.dir-shareModal .shareContentModal #modal-body > .c-container-02 > .c-item-01 svg {
            display: flex;
            margin-right: 8px; }
        #modal-wrapper.dir-shareModal .shareContentModal #modal-body > .c-container-02 > :last-child {
          margin-bottom: 0; }

  #modal-wrapper.dir-videoModal {
    top: calc(50% - 403px);
    left: calc(50% - 407px);
    border-radius: 16px; }
    #modal-wrapper.dir-videoModal .videoContentModal #modal-header {
      display: none;
      flex-flow: row-reverse;
      height: 64px;
      padding: 8px 16px; }
      #modal-wrapper.dir-videoModal .videoContentModal #modal-header > .c-container-01 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%; }
    #modal-wrapper.dir-videoModal .videoContentModal #modal-body > .c-item-01 {
      width: 800px; }
      #modal-wrapper.dir-videoModal .videoContentModal #modal-body > .c-item-01 video {
        width: 100%;
        height: 100%; }
    #modal-wrapper.dir-videoModal .videoContentModal #modal-body > .c-container-02 {
      padding: 24px;
      display: flex;
      flex-direction: column; }
      #modal-wrapper.dir-videoModal .videoContentModal #modal-body > .c-container-02 > .c-item-01 {
        display: flex;
        align-items: center;
        margin-bottom: 16px;
        font-family: Post Grotesk; }
        #modal-wrapper.dir-videoModal .videoContentModal #modal-body > .c-container-02 > .c-item-01 svg {
          display: flex;
          margin-right: 8px; }
      #modal-wrapper.dir-videoModal .videoContentModal #modal-body > .c-container-02 > :last-child {
        margin-bottom: 0; }

  .dir-mrfSuccessConfirmation #modal-close {
    display: none; }
  .dir-mrfSuccessConfirmation #modal-header .c-item-01 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    background-color: #38ACC4; }
  .dir-mrfSuccessConfirmation .c-container-02 .c-item-01 {
    width: 318px;
    color: #1E1E1E;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; }
  .dir-mrfSuccessConfirmation #modal-footer {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; }
    .dir-mrfSuccessConfirmation #modal-footer .c-item-01 {
      width: 320px !important; }

  #modal-wrapper.dir-infoModal {
    top: calc(50% - 300px);
    left: calc(50% - 294px);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 600px;
    height: 588px;
    background-color: #268B9E !important;
    border: 8px solid #FFFFFF;
    border-radius: 16px; }
    #modal-wrapper.dir-infoModal .infoContentModal {
      padding: 32px 81px 48px 81px; }
      #modal-wrapper.dir-infoModal .infoContentModal #modal-header a {
        position: absolute;
        top: -4px;
        right: -53px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 44px;
        height: 44px;
        background-color: #fff;
        border-radius: 50%; }
      #modal-wrapper.dir-infoModal .infoContentModal #modal-body {
        overflow-y: visible; }
        #modal-wrapper.dir-infoModal .infoContentModal #modal-body .c-container-01 {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center; }
          #modal-wrapper.dir-infoModal .infoContentModal #modal-body .c-container-01 .c-item-01 {
            width: 214px;
            height: 256px; }
            #modal-wrapper.dir-infoModal .infoContentModal #modal-body .c-container-01 .c-item-01 img {
              object-position: center;
              object-fit: contain;
              width: 100%;
              height: auto; }
        #modal-wrapper.dir-infoModal .infoContentModal #modal-body .c-container-02 .c-item-01 {
          display: flex;
          justify-content: center;
          align-items: center;
          margin-top: 32px;
          font-family: 'Mont';
          font-style: normal;
          font-weight: 800;
          font-size: 28px;
          line-height: 28px;
          color: #FBFBFB; }
        #modal-wrapper.dir-infoModal .infoContentModal #modal-body .c-container-02 .c-item-02 {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          margin-top: 16px;
          font-family: 'Mont';
          font-style: normal;
          font-weight: 800;
          font-size: 16px;
          line-height: 24px;
          text-align: center;
          color: #FBFBFB; }
      #modal-wrapper.dir-infoModal .infoContentModal #modal-footer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 32px; }
        #modal-wrapper.dir-infoModal .infoContentModal #modal-footer .c-item-01 {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 240px;
          height: 56px;
          background: #F2F2F2;
          border-radius: 100px;
          font-family: 'Mont';
          font-style: normal;
          font-weight: 800;
          font-size: 15px;
          line-height: 19px;
          text-align: center;
          color: #0A242C; }
        #modal-wrapper.dir-infoModal .infoContentModal #modal-footer .c-item-02 {
          margin-top: 16px;
          cursor: pointer;
          font-family: 'Mont';
          font-style: normal;
          font-weight: 700;
          font-size: 14px;
          line-height: 24px;
          text-align: center;
          color: rgba(251, 251, 251, 0.8); }
      #modal-wrapper.dir-infoModal .infoContentModal #modal-close {
        position: absolute;
        top: 28px;
        right: 28px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 44px;
        height: 44px;
        background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2228%22%20height%3D%2228%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%3Cpath%20d%3D%22M21%208.225L19.775%207L14%2012.775L8.225%207L7%208.225L12.775%2014L7%2019.775L8.225%2021L14%2015.225L19.775%2021L21%2019.775L15.225%2014L21%208.225Z%22%20fill%3D%22black%22%2F%3E%20%3C%2Fsvg%3E%20");
        background-color: #fff;
        border-radius: 50%; } }
/* Common xs1, xs2 */
@media all and (max-width: 767px) {
  .comp-footer-01 {
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 40px 40px 0px 0px; }
    .comp-footer-01 .c-wrapper {
      padding: 48px 0 60px 0; }
      .comp-footer-01 .c-wrapper .c-container-01 {
        margin-bottom: 32px; }
        .comp-footer-01 .c-wrapper .c-container-01 > .c-item-01 {
          display: flex;
          flex-direction: row;
          margin-bottom: 24px;
          align-items: center; }
          .comp-footer-01 .c-wrapper .c-container-01 > .c-item-01 > .c-unit-01 {
            width: 60px;
            height: 26px;
            object-fit: cover;
            object-position: center;
            margin-right: 24px; }
          .comp-footer-01 .c-wrapper .c-container-01 > .c-item-01 > .c-unit-02 {
            width: 43.56px;
            height: 17.31px;
            object-fit: cover;
            object-position: center;
            margin-top: 1px; }
        .comp-footer-01 .c-wrapper .c-container-01 > .c-item-02 {
          font-family: Mont;
          font-weight: 600;
          font-size: 11px;
          line-height: 15px;
          color: #0A242C;
          opacity: 0.6;
          margin-right: 8px; }
      .comp-footer-01 .c-wrapper .c-container-02 {
        margin: 40px 0 40px 0; }
        .comp-footer-01 .c-wrapper .c-container-02 > .c-item-01 > .c-unit-01 {
          padding: 20px 0; }
          .comp-footer-01 .c-wrapper .c-container-02 > .c-item-01 > .c-unit-01 > .c-unit-01-A {
            width: calc(100% - 40px);
            font-weight: 600;
            font-size: 16px;
            line-height: 20px;
            color: #0A242C;
            display: flex; }
            .comp-footer-01 .c-wrapper .c-container-02 > .c-item-01 > .c-unit-01 > .c-unit-01-A > svg {
              display: none; }
          .comp-footer-01 .c-wrapper .c-container-02 > .c-item-01 > .c-unit-01 > .c-unit-01-B {
            display: none; }
            .comp-footer-01 .c-wrapper .c-container-02 > .c-item-01 > .c-unit-01 > .c-unit-01-B > li > a {
              font-weight: 600;
              font-size: 14px;
              line-height: 18px;
              color: #0A242C; }
            .comp-footer-01 .c-wrapper .c-container-02 > .c-item-01 > .c-unit-01 > .c-unit-01-B > li:not(:last-child) {
              margin-bottom: 16px; }
          .comp-footer-01 .c-wrapper .c-container-02 > .c-item-01 > .c-unit-01 > .c-unit-01-C {
            display: block;
            position: absolute;
            top: 20px;
            right: 0; }
            .comp-footer-01 .c-wrapper .c-container-02 > .c-item-01 > .c-unit-01 > .c-unit-01-C > .plus {
              display: block;
              width: 20px;
              height: 20px; }
            .comp-footer-01 .c-wrapper .c-container-02 > .c-item-01 > .c-unit-01 > .c-unit-01-C > .minus {
              display: none;
              width: 20px;
              height: 20px; }
          .comp-footer-01 .c-wrapper .c-container-02 > .c-item-01 > .c-unit-01.active {
            padding: 20px 0 48px 0; }
            .comp-footer-01 .c-wrapper .c-container-02 > .c-item-01 > .c-unit-01.active > .c-unit-01-A {
              margin-bottom: 36px; }
            .comp-footer-01 .c-wrapper .c-container-02 > .c-item-01 > .c-unit-01.active > .c-unit-01-B {
              display: block; }
            .comp-footer-01 .c-wrapper .c-container-02 > .c-item-01 > .c-unit-01.active > .c-unit-01-C > .plus {
              display: none; }
            .comp-footer-01 .c-wrapper .c-container-02 > .c-item-01 > .c-unit-01.active > .c-unit-01-C > .minus {
              display: block; }
          .comp-footer-01 .c-wrapper .c-container-02 > .c-item-01 > .c-unit-01:not(:last-child) {
            border-bottom: 1px solid rgba(10, 36, 44, 0.4); }
        .comp-footer-01 .c-wrapper .c-container-02 > .c-item-01 > .c-unit-02 {
          display: flex;
          flex-direction: column; }
          .comp-footer-01 .c-wrapper .c-container-02 > .c-item-01 > .c-unit-02 > a {
            font-weight: 600;
            font-size: 16px;
            line-height: 20px;
            color: #0A242C;
            padding: 20px 0;
            border-bottom: 1px solid rgba(10, 36, 44, 0.4); }
            .comp-footer-01 .c-wrapper .c-container-02 > .c-item-01 > .c-unit-02 > a > svg {
              position: absolute;
              right: 0; }
      .comp-footer-01 .c-wrapper .hr-A {
        margin: 0 auto; }
      .comp-footer-01 .c-wrapper .c-container-03 {
        padding: 24px 0 0 0;
        margin-bottom: 60px; }
        .comp-footer-01 .c-wrapper .c-container-03 .c-item-01 .c-unit-01 {
          font-weight: 400;
          font-size: 12px;
          line-height: 15px;
          color: #0A242C;
          margin-bottom: 48px; }
        .comp-footer-01 .c-wrapper .c-container-03 .c-item-01 .c-unit-02 {
          display: flex;
          flex-direction: column; }
          .comp-footer-01 .c-wrapper .c-container-03 .c-item-01 .c-unit-02 .c-unit-01-A {
            font-weight: 400;
            font-size: 14px;
            line-height: 17px;
            color: #0A242C;
            margin-bottom: 48px; }
          .comp-footer-01 .c-wrapper .c-container-03 .c-item-01 .c-unit-02 .c-unit-01-B {
            font-weight: 400;
            font-size: 14px;
            line-height: 17px;
            color: #0A242C; }
        .comp-footer-01 .c-wrapper .c-container-03 .c-item-02 {
          font-size: 13px;
          line-height: 20px;
          opacity: 0.6; }
        .comp-footer-01 .c-wrapper .c-container-03 .c-item-03 {
          margin-top: 24px;
          display: block; }
      .comp-footer-01 .c-wrapper .separator {
        width: 100%;
        height: 1px;
        background: #000000;
        opacity: 0.1; } }
/* Common sm, md, lg */
@media all and (min-width: 768px) {
  .comp-footer-01 {
    z-index: 100;
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 80px 80px 0px 0px; }
    .comp-footer-01 .c-wrapper .c-container-01 {
      display: flex;
      align-items: center;
      padding: 62px 0 56px 0; }
      .comp-footer-01 .c-wrapper .c-container-01 > .c-item-01 {
        display: flex;
        align-items: center; }
        .comp-footer-01 .c-wrapper .c-container-01 > .c-item-01 > .c-unit-01 {
          width: 116px;
          height: 50px; }
        .comp-footer-01 .c-wrapper .c-container-01 > .c-item-01 > .c-unit-02 {
          width: 90px;
          height: 38px;
          margin: 0 0 4px 64px; }
      .comp-footer-01 .c-wrapper .c-container-01 > .c-item-02 {
        width: 1004px;
        margin-left: 96px;
        font-weight: 600;
        font-size: 13px;
        line-height: 20px;
        color: #0A242C;
        opacity: 0.6; }
    .comp-footer-01 .c-wrapper .c-container-02 .c-item-01 {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      list-style: none;
      padding: 60px 0 72px 0; }
      .comp-footer-01 .c-wrapper .c-container-02 .c-item-01 .c-unit-01 {
        width: 25%; }
        .comp-footer-01 .c-wrapper .c-container-02 .c-item-01 .c-unit-01 .c-unit-01-A {
          margin-bottom: 40px;
          width: fit-content;
          font-weight: 600;
          font-size: 16px;
          line-height: 20px;
          color: #0A242C;
          cursor: pointer;
          display: flex;
          align-items: center; }
          .comp-footer-01 .c-wrapper .c-container-02 .c-item-01 .c-unit-01 .c-unit-01-A > svg {
            margin-left: 4px;
            width: 16px;
            height: 16px; }
        .comp-footer-01 .c-wrapper .c-container-02 .c-item-01 .c-unit-01 .c-unit-01-B > li {
          margin-bottom: 16px; }
          .comp-footer-01 .c-wrapper .c-container-02 .c-item-01 .c-unit-01 .c-unit-01-B > li > a {
            font-weight: 400;
            font-size: 14px;
            line-height: 18px;
            color: #0A242C; }
          .comp-footer-01 .c-wrapper .c-container-02 .c-item-01 .c-unit-01 .c-unit-01-B > li > h6 {
            margin-bottom: 24px; }
            .comp-footer-01 .c-wrapper .c-container-02 .c-item-01 .c-unit-01 .c-unit-01-B > li > h6 > a {
              font-size: 16px;
              line-height: 20px;
              color: #0A242C; }
        .comp-footer-01 .c-wrapper .c-container-02 .c-item-01 .c-unit-01 .c-unit-01-C {
          display: none; }
      .comp-footer-01 .c-wrapper .c-container-02 .c-item-01 .c-unit-02 {
        width: 25%;
        display: flex;
        flex-direction: column; }
        .comp-footer-01 .c-wrapper .c-container-02 .c-item-01 .c-unit-02 > a {
          font-weight: 600;
          font-size: 16px;
          line-height: 20px;
          color: #0A242C;
          cursor: pointer;
          display: flex;
          align-items: center; }
          .comp-footer-01 .c-wrapper .c-container-02 .c-item-01 .c-unit-02 > a:not(:last-child) {
            margin-bottom: 24px; }
          .comp-footer-01 .c-wrapper .c-container-02 .c-item-01 .c-unit-02 > a > svg {
            margin-left: 4px;
            width: 16px;
            height: 16px; }
    .comp-footer-01 .c-wrapper .c-container-03 {
      display: flex;
      justify-content: flex-start;
      flex-direction: column;
      padding: 40px 0 120px 0; }
      .comp-footer-01 .c-wrapper .c-container-03 .c-item-01 {
        display: flex;
        margin-bottom: 48px;
        align-items: center; }
        .comp-footer-01 .c-wrapper .c-container-03 .c-item-01 .c-unit-01 {
          font-size: 14px;
          font-weight: 400;
          line-height: 17px;
          margin-right: 110px; }
        .comp-footer-01 .c-wrapper .c-container-03 .c-item-01 .c-unit-02 {
          display: flex;
          align-items: center; }
          .comp-footer-01 .c-wrapper .c-container-03 .c-item-01 .c-unit-02 .c-unit-01-A {
            font-size: 14px;
            font-weight: 400;
            line-height: 17px;
            color: #0A242C;
            /*     &:after {
                content: "";
                position: absolute;
                width: 4px;
                height: 4px;
                border-radius: 50%;
                background-color: #0A242C;
                top: 6.5px;
                right: -16px;
            }*/ }
          .comp-footer-01 .c-wrapper .c-container-03 .c-item-01 .c-unit-02 .c-unit-01-B {
            font-size: 14px;
            font-weight: 400;
            line-height: 17px;
            margin-left: 28px;
            color: #0A242C; }
      .comp-footer-01 .c-wrapper .c-container-03 .c-item-02 {
        width: 1370px;
        height: 80px;
        font-weight: 400;
        font-size: 13px;
        line-height: 20px;
        opacity: 0.6; }
      .comp-footer-01 .c-wrapper .c-container-03 .c-item-03 {
        margin-top: 30px; }
    .comp-footer-01 .c-wrapper .separator {
      width: 100%;
      height: 1px;
      background: #000000;
      opacity: 0.1; } }
@media all and (min-width: 768px) and (max-width: 1179px) {
  .comp-footer-01 .c-wrapper .c-container-03 .c-item-02 {
    width: 100%; } }
/* Common xs1, xs2 */
@media all and (max-width: 767px) {
  .comp-footer-02 {
    width: 100%;
    border-radius: 80px 80px 0 0;
    background-color: #FFFFFF;
    margin-top: -96px; }
    .comp-footer-02 .c-wrapper {
      padding: 36px 0 72px 0; }
      .comp-footer-02 .c-wrapper .c-container-01 {
        display: flex;
        flex-direction: column;
        gap: 36px; }
        .comp-footer-02 .c-wrapper .c-container-01 > .c-item-01 {
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: row;
          gap: 16px;
          padding: 12px 20px; }
          .comp-footer-02 .c-wrapper .c-container-01 > .c-item-01 .c-unit-01, .comp-footer-02 .c-wrapper .c-container-01 > .c-item-01 .c-unit-02 {
            width: 36px;
            height: 36px; }
          .comp-footer-02 .c-wrapper .c-container-01 > .c-item-01 .c-unit-03 {
            width: 48px;
            height: 52px; }
          .comp-footer-02 .c-wrapper .c-container-01 > .c-item-01 .c-unit-04 {
            width: 86px;
            height: 44px; }
        .comp-footer-02 .c-wrapper .c-container-01 > .c-item-02, .comp-footer-02 .c-wrapper .c-container-01 p {
          width: 312px;
          font-family: Mont;
          font-weight: 600;
          font-size: 11px;
          line-height: 15px;
          color: #0A242C;
          opacity: 0.6; }
      .comp-footer-02 .c-wrapper .hr-A {
        margin: 32px auto 24px auto; }
      .comp-footer-02 .c-wrapper .c-container-02 .c-item-01 {
        display: flex;
        flex-direction: column;
        gap: 48px; }
        .comp-footer-02 .c-wrapper .c-container-02 .c-item-01 .c-unit-01 {
          font-weight: 400;
          font-size: 12px;
          line-height: 15px;
          color: #0A242C; }
        .comp-footer-02 .c-wrapper .c-container-02 .c-item-01 .c-unit-02 {
          display: flex;
          flex-direction: column; }
          .comp-footer-02 .c-wrapper .c-container-02 .c-item-01 .c-unit-02 .c-unit-01-A {
            font-weight: 400;
            font-size: 14px;
            line-height: 17px;
            color: #0A242C;
            margin-bottom: 48px; }
          .comp-footer-02 .c-wrapper .c-container-02 .c-item-01 .c-unit-02 .c-unit-01-B {
            font-weight: 400;
            font-size: 14px;
            line-height: 17px;
            color: #0A242C; }
      .comp-footer-02 .c-wrapper .c-container-02 .c-item-02 {
        font-size: 13px;
        line-height: 20px;
        opacity: 0.6;
        margin-bottom: 40px; }
      .comp-footer-02 .c-wrapper .c-container-02 .c-item-03 {
        margin-top: 24px;
        display: block; }
      .comp-footer-02 .c-wrapper .separator {
        width: 100%;
        height: 1px;
        background: #000000;
        opacity: 0.1; } }
/* Common sm, md, lg */
@media all and (min-width: 768px) {
  .comp-footer-02 {
    z-index: 100;
    width: 100%;
    border-radius: 80px 80px 0 0;
    background-color: #FFFFFF;
    margin-top: -96px; }
    .comp-footer-02 .c-wrapper {
      width: 1440px; }
      .comp-footer-02 .c-wrapper .c-container-01 {
        display: flex;
        align-items: center;
        padding: 48px 0; }
        .comp-footer-02 .c-wrapper .c-container-01 > .c-item-01 {
          display: flex;
          align-items: center;
          gap: 28px; }
          .comp-footer-02 .c-wrapper .c-container-01 > .c-item-01 .c-unit-01, .comp-footer-02 .c-wrapper .c-container-01 > .c-item-01 .c-unit-02 {
            width: 60px;
            height: 60px; }
          .comp-footer-02 .c-wrapper .c-container-01 > .c-item-01 .c-unit-03 {
            width: 67px;
            height: 72px; }
          .comp-footer-02 .c-wrapper .c-container-01 > .c-item-01 .c-unit-04 {
            width: 116px;
            height: 50px; }
        .comp-footer-02 .c-wrapper .c-container-01 > .c-item-02, .comp-footer-02 .c-wrapper .c-container-01 p {
          margin-left: 44px;
          font-weight: 600;
          font-size: 13px;
          line-height: 20px;
          color: rgba(10, 36, 44, 0.6); }
      .comp-footer-02 .c-wrapper .hr-A {
        margin: 0 auto; }
      .comp-footer-02 .c-wrapper .c-container-02 {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        gap: 48px;
        padding: 48px 0; }
        .comp-footer-02 .c-wrapper .c-container-02 .c-item-01 {
          display: flex;
          align-items: center; }
          .comp-footer-02 .c-wrapper .c-container-02 .c-item-01 .c-unit-01 {
            font-size: 14px;
            font-weight: 400;
            line-height: 17px;
            margin-right: 110px; }
          .comp-footer-02 .c-wrapper .c-container-02 .c-item-01 .c-unit-02 {
            display: flex;
            align-items: center; }
            .comp-footer-02 .c-wrapper .c-container-02 .c-item-01 .c-unit-02 .c-unit-01-A {
              font-size: 14px;
              font-weight: 400;
              line-height: 17px;
              color: #0A242C; }
            .comp-footer-02 .c-wrapper .c-container-02 .c-item-01 .c-unit-02 .c-unit-01-B {
              font-size: 14px;
              font-weight: 400;
              line-height: 17px;
              margin-left: 28px;
              color: #0A242C; }
        .comp-footer-02 .c-wrapper .c-container-02 .c-item-02 {
          width: 1370px;
          height: 80px;
          font-weight: 400;
          font-size: 13px;
          line-height: 20px;
          opacity: 0.6; } }
@media all and (min-width: 768px) and (max-width: 1179px) {
  .comp-footer-02 .c-wrapper .c-container-03 .c-item-02 {
    width: 100%; } }
/* Common xs1, xs2 */
@media all and (max-width: 767px) {
  .header-01 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    padding: 18px 24px;
    transition: background 0.25s;
    background: transparent; }
    .header-01 .c-column-01 {
      display: flex;
      align-items: center; }
      .header-01 .c-column-01 .c-container-01 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%; }
        .header-01 .c-column-01 .c-container-01 .c-item-01 {
          position: fixed;
          right: 20px;
          bottom: 28px;
          width: 60px;
          height: 60px;
          background: #FFFFFF;
          border-radius: 100px;
          display: flex;
          align-items: center;
          justify-content: center;
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15); }
          .header-01 .c-column-01 .c-container-01 .c-item-01 .c-item-01-A {
            display: block; }
            .header-01 .c-column-01 .c-container-01 .c-item-01 .c-item-01-A .c-unit-01 {
              display: block; }
            .header-01 .c-column-01 .c-container-01 .c-item-01 .c-item-01-A .c-unit-02 {
              display: none; }
        .header-01 .c-column-01 .c-container-01 .c-item-02 {
          width: 84px;
          height: 36px; }
          .header-01 .c-column-01 .c-container-01 .c-item-02 img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center; }
          .header-01 .c-column-01 .c-container-01 .c-item-02 .c-unit-01 {
            display: none; }
          .header-01 .c-column-01 .c-container-01 .c-item-02 .c-unit-02 {
            display: block; }
        .header-01 .c-column-01 .c-container-01 .c-item-03 {
          margin-bottom: 8px; }
          .header-01 .c-column-01 .c-container-01 .c-item-03 .c-unit-01 {
            width: 64px;
            display: none; }
          .header-01 .c-column-01 .c-container-01 .c-item-03 .c-unit-02 {
            display: block;
            width: 64px;
            height: 28px; }
        .header-01 .c-column-01 .c-container-01 #button-menuclose {
          display: none;
          position: fixed;
          right: 20px;
          bottom: 28px;
          width: 60px;
          height: 60px;
          background: #FFFFFF;
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
          border-radius: 100px;
          align-items: center;
          justify-content: center; }
      .header-01 .c-column-01 .c-container-02 {
        display: none; }
      .header-01 .c-column-01 .c-container-03 {
        display: flex;
        position: fixed;
        bottom: 0;
        justify-content: space-between;
        flex-direction: row-reverse;
        padding: 0 20px;
        left: 0;
        right: 0; }
        .header-01 .c-column-01 .c-container-03 .c-item-01 {
          display: none; }
        .header-01 .c-column-01 .c-container-03 .c-item-02 {
          position: absolute;
          right: 20px;
          bottom: 100px;
          width: 60px;
          height: 60px;
          background: #FFFFFF;
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
          border-radius: 100px;
          display: flex;
          align-items: center;
          justify-content: center; }
          .header-01 .c-column-01 .c-container-03 .c-item-02 > .c-unit-01 {
            display: block; }
          .header-01 .c-column-01 .c-container-03 .c-item-02 > .c-unit-02 {
            display: none; }

  .f-scrolled .header-01 {
    background: #FFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15); }
    .f-scrolled .header-01 .c-column-01 .c-container-01 .c-item-01 .c-unit-01 {
      display: block; }
    .f-scrolled .header-01 .c-column-01 .c-container-01 .c-item-01 .c-unit-02 {
      display: none; }
    .f-scrolled .header-01 .c-column-01 .c-container-01 .c-item-02 .c-unit-01 {
      display: block; }
    .f-scrolled .header-01 .c-column-01 .c-container-01 .c-item-02 .c-unit-02 {
      display: none; }
    .f-scrolled .header-01 .c-column-01 .c-container-01 .c-item-03 .c-unit-01 {
      display: block; }
    .f-scrolled .header-01 .c-column-01 .c-container-01 .c-item-03 .c-unit-02 {
      display: none; }
    .f-scrolled .header-01 .c-column-01 .c-container-02 #menu-primary ul li a {
      color: #fff; }

  .about .header-01 {
    background: #FFF; }
    .about .header-01 .c-column-01 .c-container-01 .c-item-01 .c-unit-01 {
      display: block; }
    .about .header-01 .c-column-01 .c-container-01 .c-item-01 .c-unit-02 {
      display: none; }
    .about .header-01 .c-column-01 .c-container-01 .c-item-02 .c-unit-01 {
      display: block; }
    .about .header-01 .c-column-01 .c-container-01 .c-item-02 .c-unit-02 {
      display: none; }
    .about .header-01 .c-column-01 .c-container-01 .c-item-03 .c-unit-01 {
      display: block; }
    .about .header-01 .c-column-01 .c-container-01 .c-item-03 .c-unit-02 {
      display: none; }
    .about .header-01 .c-column-01 .c-container-02 #menu-primary ul li a {
      color: #fff; } }
/* Common sm, md, lg */
@media all and (min-width: 768px) {
  .header-01 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    padding: 28px 60px;
    transition: background 0.25s; }
    .header-01 .c-column-01 {
      display: flex;
      align-items: center; }
      .header-01 .c-column-01 .c-container-01 {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .header-01 .c-column-01 .c-container-01 .c-item-01 {
          margin-right: 40px; }
          .header-01 .c-column-01 .c-container-01 .c-item-01 .c-item-01-A .c-unit-01 {
            display: none; }
          .header-01 .c-column-01 .c-container-01 .c-item-01 .c-item-01-A .c-unit-02 {
            display: block; }
        .header-01 .c-column-01 .c-container-01 #button-menuclose {
          display: none; }
        .header-01 .c-column-01 .c-container-01 .c-item-02 {
          margin: 4px 40px 0 0;
          width: 102px;
          height: 44px; }
          .header-01 .c-column-01 .c-container-01 .c-item-02 .c-unit-01 {
            display: none;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center; }
          .header-01 .c-column-01 .c-container-01 .c-item-02 .c-unit-02 {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center; }
        .header-01 .c-column-01 .c-container-01 .c-item-03 {
          margin: 2px 0 8px 0;
          width: 90px;
          height: 38px; }
          .header-01 .c-column-01 .c-container-01 .c-item-03 .c-unit-01 {
            display: none;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center; }
          .header-01 .c-column-01 .c-container-01 .c-item-03 .c-unit-02 {
            display: none;
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center; }
      .header-01 .c-column-01 #open-menu-placeholder.c-container-02 {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-grow: 1; }
        .header-01 .c-column-01 #open-menu-placeholder.c-container-02 .ul-level-1 {
          display: flex; }
          .header-01 .c-column-01 #open-menu-placeholder.c-container-02 .ul-level-1 > li:not([data-open-menu-item]) {
            display: none; }
          .header-01 .c-column-01 #open-menu-placeholder.c-container-02 .ul-level-1 > li > a {
            font-weight: 600;
            font-size: 16px;
            line-height: 24px;
            color: #FFFFFF; }
          .header-01 .c-column-01 #open-menu-placeholder.c-container-02 .ul-level-1 > li:not(:first-child) {
            margin-left: 60px; }
          .header-01 .c-column-01 #open-menu-placeholder.c-container-02 .ul-level-1 li svg {
            display: none; }
          .header-01 .c-column-01 #open-menu-placeholder.c-container-02 .ul-level-1 .ul-level-2 {
            display: none; }
      .header-01 .c-column-01 .c-container-03 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 277px; }
        .header-01 .c-column-01 .c-container-03 .c-item-01 {
          border: 2px solid rgba(255, 255, 255, 0.4);
          box-sizing: border-box;
          border-radius: 100px;
          padding: 16px 40px 16px 40px;
          font-weight: 700;
          font-size: 16px;
          line-height: 24px;
          letter-spacing: -0.02em;
          color: #FFFFFF; }
        .header-01 .c-column-01 .c-container-03 .c-item-02 {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 56px;
          height: 56px;
          background: #FFF;
          border-radius: 100px; }
          .header-01 .c-column-01 .c-container-03 .c-item-02 .c-unit-01 {
            display: block; }
          .header-01 .c-column-01 .c-container-03 .c-item-02 .c-unit-02 {
            display: none; }

  .f-scrolled .header-01 {
    background: #FFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    z-index: 101; }
    .f-scrolled .header-01 .c-column-01 .c-container-01 .c-item-01 .c-unit-01 {
      display: block; }
    .f-scrolled .header-01 .c-column-01 .c-container-01 .c-item-01 .c-unit-02 {
      display: none; }
    .f-scrolled .header-01 .c-column-01 .c-container-01 .c-item-02 .c-unit-01 {
      display: block; }
    .f-scrolled .header-01 .c-column-01 .c-container-01 .c-item-02 .c-unit-02 {
      display: none; }
    .f-scrolled .header-01 .c-column-01 .c-container-01 .c-item-03 .c-unit-01 {
      display: block; }
    .f-scrolled .header-01 .c-column-01 .c-container-01 .c-item-03 .c-unit-02 {
      display: none; }
    .f-scrolled .header-01 .c-column-01 #open-menu-placeholder .ul-level-1 li a {
      color: #081D24;
      font-weight: 600; }
    .f-scrolled .header-01 .c-column-01 .c-container-03 .c-item-01 {
      border: 2px solid #081D24;
      color: #081D24;
      background-color: transparent;
      font-weight: 700; }
    .f-scrolled .header-01 .c-column-01 .c-container-03 .c-item-02 {
      background: #E7EAEB; }
      .f-scrolled .header-01 .c-column-01 .c-container-03 .c-item-02 .c-unit-01 {
        display: none; }
      .f-scrolled .header-01 .c-column-01 .c-container-03 .c-item-02 .c-unit-02 {
        display: block; }

  .about .header-01 {
    transition: background 0.25s;
    z-index: 101; }
    .about .header-01 .c-column-01 .c-container-01 .c-item-01 .c-unit-01 {
      display: block; }
    .about .header-01 .c-column-01 .c-container-01 .c-item-01 .c-unit-02 {
      display: none; }
    .about .header-01 .c-column-01 .c-container-01 .c-item-02 .c-unit-01 {
      display: block; }
    .about .header-01 .c-column-01 .c-container-01 .c-item-02 .c-unit-02 {
      display: none; }
    .about .header-01 .c-column-01 .c-container-01 .c-item-03 .c-unit-01 {
      display: block; }
    .about .header-01 .c-column-01 .c-container-01 .c-item-03 .c-unit-02 {
      display: none; }
    .about .header-01 .c-column-01 #open-menu-placeholder .ul-level-1 li a {
      color: #081D24;
      font-weight: 600; }
    .about .header-01 .c-column-01 .c-container-03 .c-item-01 {
      border: 2px solid #081D24;
      color: #081D24;
      background-color: transparent;
      font-weight: 700; }
    .about .header-01 .c-column-01 .c-container-03 .c-item-02 {
      background: #E7EAEB; }
      .about .header-01 .c-column-01 .c-container-03 .c-item-02 .c-unit-01 {
        display: none; }
      .about .header-01 .c-column-01 .c-container-03 .c-item-02 .c-unit-02 {
        display: block; }

  .ShareAndTest .header-01 .c-column-01 .c-container-03 .c-item-01 {
    display: none; }
  .ShareAndTest .header-01 .c-column-01 .c-container-03 .c-item-02 {
    margin-left: auto; } }
@media all and (max-width: 767px) {
  .header-02 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 108px;
    background-color: #fff;
    padding: 48px 0 24px 0; }
    .header-02 .c-container-01 {
      width: 83px;
      height: 36px;
      border-radius: 8px; }
      .header-02 .c-container-01 img {
        width: 100%;
        height: auto;
        object-fit: contain;
        object-position: center; } }
@media all and (min-width: 768px) {
  .header-02 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 112px;
    background-color: #fff; }
    .header-02 .c-container-01 {
      width: 102px;
      height: 44px;
      border-radius: 8px; }
      .header-02 .c-container-01 img {
        width: 100%;
        height: auto;
        object-fit: contain;
        object-position: center; } }
#hamburger-menu-wrapper,
#menu-primary,
#account-container,
#menu-socialmedia {
  display: none; }

#menu-primary ul, #menu-primary .submenu-ad, #menu-primary .level-2-header {
  display: none; }

#hamburger-menu-wrapper {
  position: fixed;
  z-index: 300;
  overflow: hidden; }

/* Common xs1, xs2 */
@media all and (max-width: 767px) {
  #hamburger-menu-wrapper {
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    transform: translateX(-100%);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #hamburger-menu-wrapper #menu-content-wrapper {
      height: 100%;
      order: 3;
      width: 100%;
      overflow-y: auto;
      padding: 0 20px 40px 20px; }
    #hamburger-menu-wrapper #menu-animation-wrapper {
      display: flex;
      justify-content: space-between;
      width: 100%;
      height: 100%; }
    #hamburger-menu-wrapper #menu-screen-1 {
      justify-content: space-between;
      width: 100%; }
      #hamburger-menu-wrapper #menu-screen-1 > ul {
        margin-top: 32px; }
        #hamburger-menu-wrapper #menu-screen-1 > ul > li {
          padding-bottom: 20px; }
          #hamburger-menu-wrapper #menu-screen-1 > ul > li:not(:last-child) {
            margin-bottom: 20px;
            border-bottom: 1px solid #E7EAEB; }
          #hamburger-menu-wrapper #menu-screen-1 > ul > li > a {
            font-weight: 600;
            font-size: 16px;
            line-height: 20px;
            color: #000000; }
            #hamburger-menu-wrapper #menu-screen-1 > ul > li > a > svg {
              display: none; }
          #hamburger-menu-wrapper #menu-screen-1 > ul > li > ul {
            display: none;
            margin-top: 24px;
            margin-left: 12px; }
            #hamburger-menu-wrapper #menu-screen-1 > ul > li > ul > li > a {
              font-weight: 600;
              font-size: 13px;
              line-height: 18px;
              color: #051115; }
            #hamburger-menu-wrapper #menu-screen-1 > ul > li > ul > li:not(:last-child) {
              margin-bottom: 12px; }
          #hamburger-menu-wrapper #menu-screen-1 > ul > li > .c-unit-01-C {
            width: 20px;
            height: 20px;
            position: absolute;
            right: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            top: 0; }
            #hamburger-menu-wrapper #menu-screen-1 > ul > li > .c-unit-01-C > .plus {
              display: block; }
            #hamburger-menu-wrapper #menu-screen-1 > ul > li > .c-unit-01-C > .minus {
              display: none; }
          #hamburger-menu-wrapper #menu-screen-1 > ul > li.active > ul {
            display: block; }
          #hamburger-menu-wrapper #menu-screen-1 > ul > li.active > .c-unit-01-C > .plus {
            display: none; }
          #hamburger-menu-wrapper #menu-screen-1 > ul > li.active > .c-unit-01-C > .minus {
            display: block; }
          #hamburger-menu-wrapper #menu-screen-1 > ul > li:last-child {
            padding-bottom: 200px; }
    #hamburger-menu-wrapper #site-logo-menu {
      display: flex;
      order: 1;
      width: 83px;
      height: 36px;
      overflow: hidden;
      margin: 42px 0 18px 20px; }
      #hamburger-menu-wrapper #site-logo-menu .c-unit-01 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
      #hamburger-menu-wrapper #site-logo-menu .c-unit-02 {
        display: none; }
      #hamburger-menu-wrapper #site-logo-menu .logo-dark {
        top: calc(50% - 28px); }
      #hamburger-menu-wrapper #site-logo-menu .logo-light, #hamburger-menu-wrapper #site-logo-menu .logo-icon {
        display: none; }
    #hamburger-menu-wrapper #site-wilo-logo-menu {
      width: 64px;
      height: 28px;
      order: 2;
      margin: 40px 20px 0 0; }
      #hamburger-menu-wrapper #site-wilo-logo-menu > .c-unit-01 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
      #hamburger-menu-wrapper #site-wilo-logo-menu .c-unit-02 {
        display: none; }
    #hamburger-menu-wrapper #close-button-menu {
      position: fixed;
      right: 20px;
      bottom: 32px;
      display: flex;
      width: 60px;
      height: 60px;
      background: #FFFFFF;
      border: 1px solid #E7EAEB;
      box-sizing: border-box;
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
      border-radius: 100px;
      align-items: center;
      justify-content: center;
      z-index: 1; }
    #hamburger-menu-wrapper #menu-primary {
      display: flex;
      order: 2;
      width: 100%; }
      #hamburger-menu-wrapper #menu-primary #submenu-animation-wrapper {
        width: 100%; }
    #hamburger-menu-wrapper .main-menu-btn {
      display: flex;
      align-items: center;
      width: 100%;
      height: 56px;
      padding: 8px 0 8px 24px;
      background-color: #F7F7FC;
      font-family: Sofia Pro;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 20px;
      color: #221F44; }
      #hamburger-menu-wrapper .main-menu-btn:before {
        content: '';
        display: flex;
        width: 24px;
        height: 24px;
        background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%3Cpath%20d%3D%22M11.8714%2011.7803L14.3411%209.31066L13.2804%208.25L9.75007%2011.7803L13.2804%2015.3107L14.3411%2014.25L11.8714%2011.7803Z%22%20fill%3D%22%23221F44%22%2F%3E%20%3C%2Fsvg%3E%20"); } }
/* Common sm, md, lg */
@media all and (min-width: 768px) {
  #hamburger-menu-wrapper {
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 448px;
    background-color: #fff;
    transform: translateX(-100%);
    width: 840px; }
    #hamburger-menu-wrapper:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      display: flex;
      height: 96px;
      background-color: #fff;
      transition: background-color 0.7s; }
    #hamburger-menu-wrapper #menu-content-wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: start;
      flex-direction: row-reverse;
      padding: 32px 60px;
      align-items: center;
      height: 100%; }
    #hamburger-menu-wrapper #menu-animation-wrapper {
      display: flex;
      order: 2;
      flex-shrink: 0;
      justify-content: space-between;
      width: 100%;
      height: calc(100% - 96px);
      margin-top: 82px; }
    #hamburger-menu-wrapper #menu-screen-1 {
      width: 100%; }
      #hamburger-menu-wrapper #menu-screen-1 > ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        height: 504px;
        flex-direction: column; }
        #hamburger-menu-wrapper #menu-screen-1 > ul > li {
          width: 400px;
          margin-bottom: 20px; }
          #hamburger-menu-wrapper #menu-screen-1 > ul > li > a {
            font-weight: 600;
            font-size: 20px;
            line-height: 26px;
            letter-spacing: -0.01em;
            color: #0A242C;
            display: flex;
            align-items: center;
            margin-bottom: 32px; }
            #hamburger-menu-wrapper #menu-screen-1 > ul > li > a > svg {
              margin-left: 8px; }
            #hamburger-menu-wrapper #menu-screen-1 > ul > li > a:last-child {
              margin-bottom: 0; }
          #hamburger-menu-wrapper #menu-screen-1 > ul > li:last-child {
            margin-top: 28px; }
            #hamburger-menu-wrapper #menu-screen-1 > ul > li:last-child > a {
              margin-bottom: 32px; }
          #hamburger-menu-wrapper #menu-screen-1 > ul > li:nth-child(-n + 4) {
            width: 380px; }
          #hamburger-menu-wrapper #menu-screen-1 > ul > li > .c-unit-01-C {
            display: none; }
          #hamburger-menu-wrapper #menu-screen-1 > ul > li > .ul-level-2 > li > a {
            font-weight: 500;
            font-size: 16px;
            line-height: 20px;
            letter-spacing: -0.01em;
            color: #0A242C; }
          #hamburger-menu-wrapper #menu-screen-1 > ul > li > .ul-level-2 > li:not(:last-child) {
            margin-bottom: 12px; }
          #hamburger-menu-wrapper #menu-screen-1 > ul > li > .ul-level-2 > li:last-child {
            margin-bottom: 28px; }
    #hamburger-menu-wrapper #site-logo-menu {
      display: flex;
      order: 0;
      width: 102px;
      height: 44px;
      margin-right: 40px; }
      #hamburger-menu-wrapper #site-logo-menu .logo-icon {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
      #hamburger-menu-wrapper #site-logo-menu .logo-dark, #hamburger-menu-wrapper #site-logo-menu .logo-light, #hamburger-menu-wrapper #site-logo-menu .c-unit-02 {
        display: none; }
    #hamburger-menu-wrapper #site-wilo-logo-menu {
      width: 90px;
      height: 38px;
      margin-top: -4px; }
      #hamburger-menu-wrapper #site-wilo-logo-menu > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
    #hamburger-menu-wrapper #close-button-menu {
      display: flex;
      order: 1;
      width: 40px;
      height: 40px;
      margin-right: 40px; }
    #hamburger-menu-wrapper #menu-primary {
      display: none;
      width: 100%; }
      #hamburger-menu-wrapper #menu-primary #submenu-animation-wrapper {
        width: 100%; }
    #hamburger-menu-wrapper .main-menu-btn {
      display: flex;
      align-items: center;
      width: 100%;
      height: 56px;
      padding: 8px 0 8px 24px;
      background-color: #F7F7FC;
      font-family: Sofia Pro;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 20px;
      color: #221F44; }
      #hamburger-menu-wrapper .main-menu-btn:before {
        content: '';
        display: flex;
        width: 24px;
        height: 24px;
        background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%3Cpath%20d%3D%22M11.8714%2011.7803L14.3411%209.31066L13.2804%208.25L9.75007%2011.7803L13.2804%2015.3107L14.3411%2014.25L11.8714%2011.7803Z%22%20fill%3D%22%23221F44%22%2F%3E%20%3C%2Fsvg%3E%20"); } }
[data-expand] {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -moz-transition: height 0.4s ease-in-out, opacity 0.3s;
  -o-transition: height 0.4s ease-in-out, opacity 0.3s;
  -webkit-transition: height 0.4s ease-in-out, opacity 0.3s;
  transition: height 0.4s ease-in-out, opacity 0.3s; }
  [data-expand].on {
    opacity: 1;
    -moz-transition: height 0.4s ease-in-out, opacity 1s;
    -o-transition: height 0.4s ease-in-out, opacity 1s;
    -webkit-transition: height 0.4s ease-in-out, opacity 1s;
    transition: height 0.4s ease-in-out, opacity 1s; }
  [data-expand].init-on {
    opacity: 1;
    height: auto; }

#contentContainer #expandedContentContainer {
  display: none; }
#contentContainer #shrinkContentBtn {
  display: none; }
#contentContainer.on #expandedContentContainer {
  display: flex;
  align-items: center;
  justify-content: center; }
#contentContainer.on #shrinkContentBtn {
  display: block; }
#contentContainer.on #expandContentBtn {
  display: none; }

/* Common XS1 and XS2 */
.bg-primary {
  background-color: #E7EAEB; }

@media all and (max-width: 767px) {
  #contentContainer .c-wrapper #expandedContentContainer .section-03 {
    width: 100%; } }
/* XS1 */
/* XS2 */
/* Common SM1 and SM2 */
/* SM1 */
/* SM2 */
/* Common MD and LG */
/* MD */
/* LG */
[data-modal-section='content'] {
  display: none; }

#modal-wrapper.type-mdl {
  position: fixed;
  z-index: 1000;
  visibility: hidden;
  /*   background-color: $modal-bg-color;*/
  opacity: 0; }
  #modal-wrapper.type-mdl.dir-fade.size-lg {
    -moz-transition: visibility 0s 0.3s, opacity 0.3s ease-in-out;
    -o-transition: visibility 0s 0.3s, opacity 0.3s ease-in-out;
    -webkit-transition: visibility 0s 0.3s, opacity 0.3s ease-in-out;
    transition: visibility 0s 0.3s, opacity 0.3s ease-in-out; }
  #modal-wrapper.type-mdl.dir-fade.size-sm {
    -moz-transition: visibility 0s 0.3s, opacity 0.3s ease-in-out;
    -o-transition: visibility 0s 0.3s, opacity 0.3s ease-in-out;
    -webkit-transition: visibility 0s 0.3s, opacity 0.3s ease-in-out;
    transition: visibility 0s 0.3s, opacity 0.3s ease-in-out; }
  #modal-wrapper.type-mdl.dir-fade.size-sm-2 {
    -moz-transition: visibility 0s 0.3s, opacity 0.3s ease-in-out;
    -o-transition: visibility 0s 0.3s, opacity 0.3s ease-in-out;
    -webkit-transition: visibility 0s 0.3s, opacity 0.3s ease-in-out;
    transition: visibility 0s 0.3s, opacity 0.3s ease-in-out; }
  #modal-wrapper.type-mdl #modal-content {
    display: flex;
    height: 100%;
    flex-direction: column; }
  #modal-wrapper.type-mdl #modal-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  #modal-wrapper.type-mdl #modal-body {
    flex: 1;
    overflow-y: auto; }
  #modal-wrapper.type-mdl #modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    #modal-wrapper.type-mdl #modal-footer.footer-01 {
      justify-content: center !important; }
    #modal-wrapper.type-mdl #modal-footer .lnkBtnModalPrimary, #modal-wrapper.type-mdl #modal-footer .lnkBtnModalSecondary, #modal-wrapper.type-mdl #modal-footer .lnkBtnModalTertiary {
      display: flex;
      justify-content: center;
      align-items: center; }
  #modal-wrapper.type-mdl #modal-close {
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    opacity: 0;
    -moz-transition: transform 0.25s ease, opacity 0.3s 0.2s;
    -o-transition: transform 0.25s ease, opacity 0.3s 0.2s;
    -webkit-transition: transform 0.25s ease, opacity 0.3s 0.2s;
    transition: transform 0.25s ease, opacity 0.3s 0.2s; }
    #modal-wrapper.type-mdl #modal-close:hover {
      -webkit-transform: scale(1.04);
      -moz-transform: scale(1.04);
      -ms-transform: scale(1.04);
      -o-transform: scale(1.04);
      transform: scale(1.04); }
  #modal-wrapper.type-mdl.on {
    visibility: visible;
    opacity: 1; }
    #modal-wrapper.type-mdl.on.dir-fade.size-lg {
      opacity: 1;
      -moz-transition: visibility 0s 0s, opacity 0.5s ease-in-out;
      -o-transition: visibility 0s 0s, opacity 0.5s ease-in-out;
      -webkit-transition: visibility 0s 0s, opacity 0.5s ease-in-out;
      transition: visibility 0s 0s, opacity 0.5s ease-in-out; }
    #modal-wrapper.type-mdl.on.dir-fade.size-sm {
      opacity: 1;
      -moz-transition: visibility 0s 0s, opacity 0.5s ease-in-out;
      -o-transition: visibility 0s 0s, opacity 0.5s ease-in-out;
      -webkit-transition: visibility 0s 0s, opacity 0.5s ease-in-out;
      transition: visibility 0s 0s, opacity 0.5s ease-in-out; }
    #modal-wrapper.type-mdl.on.dir-fade.size-sm-2 {
      opacity: 1;
      -moz-transition: visibility 0s 0s, opacity 0.5s ease-in-out;
      -o-transition: visibility 0s 0s, opacity 0.5s ease-in-out;
      -webkit-transition: visibility 0s 0s, opacity 0.5s ease-in-out;
      transition: visibility 0s 0s, opacity 0.5s ease-in-out; }
    #modal-wrapper.type-mdl.on #modal-close {
      opacity: 1;
      -moz-transition: transform 0.25s ease, opacity 0.3s 0s;
      -o-transition: transform 0.25s ease, opacity 0.3s 0s;
      -webkit-transition: transform 0.25s ease, opacity 0.3s 0s;
      transition: transform 0.25s ease, opacity 0.3s 0s; }
  #modal-wrapper.type-mdl.size-lg {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1); }

/* Common XS1 and XS2 */
/* XS1 */
@media all and (max-width: 419px) {
  #modal-wrapper.type-mdl.size-lg {
    top: 20%;
    left: 24px;
    width: calc(100% - 48px);
    height: 60%; }
  #modal-wrapper.type-mdl.size-sm {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #modal-wrapper.type-mdl.size-sm-2 {
    top: calc(50% - 170px);
    left: 24px;
    width: calc(100% - 48px);
    height: 325px; } }
/* XS2 */
@media all and (min-width: 420px) and (max-width: 767px) {
  #modal-wrapper.type-mdl.size-lg {
    top: 0;
    left: 0;
    width: 100%;
    height: 50%; }
  #modal-wrapper.type-mdl.size-sm {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #modal-wrapper.type-mdl.size-sm-2 {
    left: 24px;
    width: calc(100% - 48px);
    top: calc(50% - 170px);
    height: 340; } }
/* Common SM1 and SM2 */
/* SM1 */
@media all and (min-width: 768px) and (max-width: 1023px) {
  #modal-wrapper.type-mdl.size-lg {
    top: calc(50% - 175px);
    left: calc(50% - 310px);
    width: 620px;
    height: 350px; }
  #modal-wrapper.type-mdl.size-sm {
    top: calc(50% - 305px);
    left: calc(50% - 224px);
    width: 448px;
    height: 610px; }
  #modal-wrapper.type-mdl.size-sm-2 {
    top: calc(50% - 170px);
    left: calc(50% - 224px);
    width: 448px;
    height: 340px; } }
/* SM2 */
@media all and (min-width: 1024px) and (max-width: 1179px) {
  #modal-wrapper.type-mdl.size-lg {
    top: calc(50% - 175px);
    left: calc(50% - 310px);
    width: 620px;
    height: 350px; }
  #modal-wrapper.type-mdl.size-sm {
    top: calc(50% - 170px);
    left: calc(50% - 224px);
    width: 448px;
    height: 340px; }
  #modal-wrapper.type-mdl.size-sm-2 {
    top: calc(50% - 170px);
    left: calc(50% - 224px);
    width: 448px;
    height: 340px; } }
/* Common MD and LG */
/* MD */
@media all and (min-width: 1180px) and (max-width: 1679px) {
  #modal-wrapper.type-mdl.size-lg {
    top: calc(50% - 339px);
    left: calc(50% - 400px);
    width: 800px;
    height: 678px; }
  #modal-wrapper.type-mdl.size-sm {
    top: calc(50% - 305px);
    left: calc(50% - 224px);
    width: 448px;
    height: 340px; }
  #modal-wrapper.type-mdl.size-sm-2 {
    top: calc(50% - 170px);
    left: calc(50% - 170px);
    width: 448px;
    height: 340px; } }
/* LG */
@media all and (min-width: 1680px) {
  #modal-wrapper.type-mdl.size-lg {
    top: calc(50% - 339px);
    left: calc(50% - 400px);
    width: 800px;
    height: 678px; }
  #modal-wrapper.type-mdl.size-sm {
    top: calc(50% - 305px);
    left: calc(50% - 224px);
    width: 448px;
    height: 610px; }
  #modal-wrapper.type-mdl.size-sm-2 {
    top: calc(50% - 170px);
    left: calc(50% - 224px);
    width: 448px;
    height: 340px; } }
/* Common XS1 and XS2 */
@media all and (max-width: 767px) {
  .tabber-container .tabber-header {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    padding: 0 28px; }
    .tabber-container .tabber-header .tab-head-item {
      display: flex;
      align-items: center;
      white-space: nowrap; }
  .tabber-container .tabber-body {
    display: flex;
    flex-direction: column;
    transition: height 0.5s; }
    .tabber-container .tabber-body .tab-content-item {
      position: absolute;
      z-index: 0;
      top: -10000px;
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      visibility: hidden;
      opacity: 0;
      overflow: hidden;
      transition: visibility 0s 0.2s, position 0s 0.2s, opacity 0.2s; }
      .tabber-container .tabber-body .tab-content-item.on {
        position: relative;
        z-index: 1;
        top: auto;
        visibility: visible;
        opacity: 1;
        transition: visibility 0s 0s, position 0s 0s, opacity 0.2s; } }
/* XS1 */
/* XS2 */
/* Common SM1 and SM2 */
@media all and (min-width: 768px) and (max-width: 1179px) {
  .tabber-container .tabber-header {
    display: flex;
    flex-direction: row;
    overflow-x: auto; }
    .tabber-container .tabber-header .tab-head-item {
      display: flex;
      align-items: center;
      white-space: nowrap; }
  .tabber-container .tabber-body {
    display: flex;
    flex-direction: column;
    transition: height 0.5s; }
    .tabber-container .tabber-body .tab-content-item {
      position: absolute;
      z-index: 0;
      top: -10000px;
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      visibility: hidden;
      opacity: 0;
      overflow: hidden;
      transition: visibility 0s 0.2s, position 0s 0.2s, opacity 0.2s; }
      .tabber-container .tabber-body .tab-content-item.on {
        position: relative;
        z-index: 1;
        top: auto;
        visibility: visible;
        opacity: 1;
        transition: visibility 0s 0s, position 0s 0s, opacity 0.2s; } }
/* SM1 */
/* SM2 */
/* Common MD and LG */
@media all and (min-width: 1180px) {
  .tabber-container .tabber-header {
    display: flex;
    flex-direction: row;
    overflow-x: auto; }
    .tabber-container .tabber-header .tab-head-item {
      display: flex;
      align-items: center;
      white-space: nowrap; }
  .tabber-container .tabber-body {
    display: flex;
    flex-direction: column;
    transition: height 0.5s; }
    .tabber-container .tabber-body .tab-content-item {
      position: absolute;
      z-index: 0;
      top: -10000px;
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      visibility: hidden;
      opacity: 0;
      overflow: hidden;
      transition: visibility 0s 0.2s, position 0s 0.2s, opacity 0.2s; }
      .tabber-container .tabber-body .tab-content-item.on {
        position: relative;
        z-index: 1;
        top: auto;
        visibility: visible;
        opacity: 1;
        transition: visibility 0s 0s, position 0s 0s, opacity 0.2s; } }
/* MD */
/* LG */
/* Common xs1, xs2 */
@media all and (max-width: 767px) {
  #search-area {
    position: fixed;
    display: none;
    flex-wrap: wrap;
    z-index: 555555;
    width: 100%;
    height: auto; }
    #search-area .c-container-01 {
      width: 100%;
      padding: 0 24px 0 56px;
      margin: 26px 0 16px 0; }
      #search-area .c-container-01 > .c-item-01 {
        position: absolute;
        top: 6px;
        display: block;
        left: 16px;
        z-index: 555555555; }
      #search-area .c-container-01 > .c-item-02 {
        position: absolute;
        top: 8px;
        left: 64px;
        z-index: 5555555; }
        #search-area .c-container-01 > .c-item-02 > .c-unit-01 {
          display: block; }
        #search-area .c-container-01 > .c-item-02 > .c-unit-02 {
          display: none; }
      #search-area .c-container-01 > .c-item-03 {
        position: absolute;
        top: 14px;
        z-index: 1111111111;
        left: 36px;
        width: 20px;
        height: 20px; }
        #search-area .c-container-01 > .c-item-03 > svg {
          width: 20px;
          height: 20px; }
      #search-area .c-container-01 #search-textbox {
        display: flex;
        align-items: center;
        width: 100%;
        padding-left: 48px;
        height: 48px;
        background: #F8F8F8;
        border-radius: 100px;
        z-index: 5555555; }
      #search-area .c-container-01 > #button-menuclose {
        position: fixed;
        bottom: 28px;
        right: 20px;
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #FFFFFF;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15); }
    #search-area #autoCompletePlaceholder {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
      max-height: 209px;
      background: #FFFFFF;
      z-index: 151;
      overflow-y: auto;
      border-radius: 0; }
      #search-area #autoCompletePlaceholder .focus-container {
        padding: 0; }
        #search-area #autoCompletePlaceholder .focus-container .on-search .not-result > .c-item-03 > .c-item-03-A {
          margin-bottom: 40px; }
    #search-area.on {
      display: flex;
      top: 0;
      height: 100vh;
      background-color: #FFF; }
      #search-area.on header {
        display: none; }
      #search-area.on > .close-icon-03 {
        display: block; }
      #search-area.on #autoCompletePlaceholder {
        display: flex; }
      #search-area.on ~ #button-basket {
        display: none; }
      #search-area.on ~ .menu-buttons {
        display: none; }
      #search-area.on #autoCompletePlaceholder {
        padding: 0 20px 92px 20px;
        z-index: 5555555; }
        #search-area.on #autoCompletePlaceholder .c-item-01 .c-item-01-A {
          display: flex;
          margin-bottom: 16px; }
          #search-area.on #autoCompletePlaceholder .c-item-01 .c-item-01-A .c-unit-01 {
            font-weight: 600;
            font-size: 14px;
            line-height: 20px;
            color: #000000;
            margin-right: 12px; }
          #search-area.on #autoCompletePlaceholder .c-item-01 .c-item-01-A .c-unit-02 {
            width: 16px;
            height: 16px; }
        #search-area.on #autoCompletePlaceholder .c-item-01 .c-item-01-B {
          display: none; }
      #search-area.on .c-container-01 {
        position: absolute;
        padding: 0 20px;
        margin: 56px 0 32px 0; }
        #search-area.on .c-container-01 .c-item-01 {
          display: none; }
        #search-area.on .c-container-01 .c-item-04 {
          display: none;
          position: absolute;
          right: 30px;
          top: 12px;
          width: 24px;
          height: 24px;
          background: #E7EAEB;
          border-radius: 100px;
          align-items: center;
          justify-content: center;
          z-index: 11111111; }
      #search-area.on #search-textbox {
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        color: #000000; }
        #search-area.on #search-textbox:not(:placeholder-shown) ~ .c-item-04 {
          display: flex; }
        #search-area.on #search-textbox::placeholder {
          font-weight: 500;
          font-size: 14px;
          line-height: 20px;
          color: #000000; }
      #search-area.on > .c-container-03 {
        z-index: 11111111111;
        position: absolute;
        bottom: 28px;
        left: 20px; }
        #search-area.on > .c-container-03 > .c-item-01 {
          display: flex;
          width: 60px;
          height: 60px;
          border-radius: 100px;
          background: #FFFFFF;
          border: 1px solid #E7EAEB;
          box-sizing: border-box;
          /* box-shadow: 0px 4px 4px rgb(0 0 0 / 15%);*/
          align-items: center;
          justify-content: center; }
      #search-area.on .c-container-02 {
        top: 134px;
        position: absolute; }
    #search-area #overlay-wrapper {
      display: none; } }
/* Common sm, md, lg */
@media all and (min-width: 768px) {
  #search-area {
    position: fixed;
    top: 0;
    display: none;
    z-index: 555555;
    width: 100%;
    flex-direction: column;
    align-items: center;
    height: 124px; }
    #search-area .c-container-01 {
      margin: 28px 0 8px 0;
      width: 952px;
      border-radius: 100px;
      z-index: 111111111111; }
      #search-area .c-container-01 > .c-item-01 {
        display: none; }
      #search-area .c-container-01 > .c-item-02 {
        position: absolute;
        height: 24px;
        width: 24px;
        top: 16px;
        left: 20px;
        z-index: 5555555;
        display: flex;
        align-items: center;
        justify-content: center; }
        #search-area .c-container-01 > .c-item-02 > .c-unit-01 {
          display: none; }
      #search-area .c-container-01 > .c-item-03 {
        display: none; }
      #search-area .c-container-01 #search-textbox {
        display: flex;
        align-items: center;
        width: 100%;
        padding-left: 64px;
        height: 56px;
        background: #FFFFFF;
        box-shadow: 0px 4px 12px -4px rgba(34, 31, 68, 0.12);
        border-radius: 100px;
        z-index: 5555555;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: #0A242C; }
        #search-area .c-container-01 #search-textbox::placeholder {
          font-weight: 500;
          font-size: 16px;
          line-height: 20px;
          color: #0A242C; }
        #search-area .c-container-01 #search-textbox:not(:placeholder-shown) {
          border: 2px solid #BABABA; }
          #search-area .c-container-01 #search-textbox:not(:placeholder-shown) ~ .c-item-02 {
            display: none;
            right: 20px;
            top: 12px;
            left: unset;
            width: 32px;
            height: 32px;
            background-color: #E7EAEB;
            border-radius: 50px;
            background-image: url("../../Visuals/search-close-icon.png");
            background-repeat: no-repeat;
            background-position: center; }
            #search-area .c-container-01 #search-textbox:not(:placeholder-shown) ~ .c-item-02 svg {
              display: none; }
          #search-area .c-container-01 #search-textbox:not(:placeholder-shown) ~ .c-item-03 {
            position: absolute;
            height: 24px;
            width: 24px;
            top: 16px;
            left: 20px;
            z-index: 5555555;
            display: flex;
            align-items: center;
            justify-content: center; }
    #search-area #autoCompletePlaceholder {
      display: flex;
      flex-direction: column;
      align-items: center;
      background: #FFFFFF;
      z-index: 151;
      width: 976px;
      border-radius: 16px;
      margin-top: -76px; }
      #search-area #autoCompletePlaceholder .focus-container {
        height: 276px;
        max-height: 536px;
        overflow-y: hidden;
        padding: 0 60px;
        z-index: 5555555;
        width: 100%; }
        #search-area #autoCompletePlaceholder .focus-container::-webkit-scrollbar {
          width: 4px; }
        #search-area #autoCompletePlaceholder .focus-container::-webkit-scrollbar-track {
          background: #fff; }
        #search-area #autoCompletePlaceholder .focus-container::-webkit-scrollbar-thumb {
          /* Handle */
          background: #ECEAFA; }
        #search-area #autoCompletePlaceholder .focus-container::-webkit-scrollbar-thumb:hover {
          /* Handle on hover */
          background: #aaa; }
        #search-area #autoCompletePlaceholder .focus-container .on-search {
          height: 276px;
          max-height: 536px;
          overflow-y: auto; }
          #search-area #autoCompletePlaceholder .focus-container .on-search::-webkit-scrollbar {
            width: 4px; }
          #search-area #autoCompletePlaceholder .focus-container .on-search::-webkit-scrollbar-track {
            background: #fff; }
          #search-area #autoCompletePlaceholder .focus-container .on-search::-webkit-scrollbar-thumb {
            /* Handle */
            background: #ECEAFA; }
          #search-area #autoCompletePlaceholder .focus-container .on-search::-webkit-scrollbar-thumb:hover {
            /* Handle on hover */
            background: #aaa; }
          #search-area #autoCompletePlaceholder .focus-container .on-search .not-result > .c-item-03 > .c-item-03-A {
            margin-bottom: 24px; }
            #search-area #autoCompletePlaceholder .focus-container .on-search .not-result > .c-item-03 > .c-item-03-A > .c-unit-01 {
              display: flex;
              height: 64px;
              display: flex;
              align-items: center; }
              #search-area #autoCompletePlaceholder .focus-container .on-search .not-result > .c-item-03 > .c-item-03-A > .c-unit-01 > .c-unit-01-A {
                margin-left: 12px;
                font-weight: 500;
                font-size: 16px;
                line-height: 24px;
                color: #0A2240; }
              #search-area #autoCompletePlaceholder .focus-container .on-search .not-result > .c-item-03 > .c-item-03-A > .c-unit-01 > .c-unit-01-B {
                width: 48px;
                height: 48px;
                object-fit: cover; }
            #search-area #autoCompletePlaceholder .focus-container .on-search .not-result > .c-item-03 > .c-item-03-A > .c-unit-02 {
              font-weight: 600;
              font-size: 16px;
              line-height: 24px;
              color: #0A2240; }
    #search-area.on {
      display: flex; }
      #search-area.on header {
        display: none; }
      #search-area.on > .close-icon-03 {
        display: block; }
      #search-area.on ~ #button-basket {
        display: none; }
      #search-area.on ~ .menu-buttons {
        display: none; }
      #search-area.on #autoCompletePlaceholder {
        padding: 92px 0 24px 0;
        z-index: 5555555; }
      #search-area.on #search-textbox:not(:placeholder-shown) ~ .search-button {
        display: flex; }
      #search-area.on #search-textbox:not(:placeholder-shown) ~ .c-item-04 {
        position: absolute;
        right: 12px;
        top: 16px;
        z-index: 11111111;
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #E7EAEB;
        border-radius: 100px; }
      #search-area.on #search-result-items > .c-item-01 {
        display: flex;
        align-items: center;
        padding: 8px 14px 8px 12px; }
        #search-area.on #search-result-items > .c-item-01 .c-item-01-A {
          display: flex;
          width: 60%; }
          #search-area.on #search-result-items > .c-item-01 .c-item-01-A .c-unit-01 {
            font-weight: 600;
            font-size: 1.25em;
            line-height: 26px;
            letter-spacing: -0.01em;
            color: #0A242C;
            margin-right: 12px; }
          #search-area.on #search-result-items > .c-item-01 .c-item-01-A .c-unit-02 {
            width: 26px;
            height: 26px; }
        #search-area.on #search-result-items > .c-item-01 .c-item-01-B {
          display: none;
          width: 40%;
          justify-content: end;
          padding-top: 6px; }
          #search-area.on #search-result-items > .c-item-01 .c-item-01-B .c-unit-01 {
            font-weight: 700;
            font-size: 0.875em;
            line-height: 18px;
            letter-spacing: -0.01em;
            color: #0A242C;
            margin-right: 8px; }
          #search-area.on #search-result-items > .c-item-01 .c-item-01-B .c-unit-02 {
            width: 18px;
            height: 18px; }
        #search-area.on #search-result-items > .c-item-01:hover {
          background-color: rgba(196, 196, 196, 0.2);
          border-radius: 4px;
          transition: 0.3s; }
          #search-area.on #search-result-items > .c-item-01:hover .c-item-01-B {
            display: flex; }
      #search-area.on > .c-container-01 .c-item-04 {
        display: none; }
      #search-area.on > .c-container-03 {
        display: none; }
    #search-area > #overlay-wrapper {
      background: #211F20;
      opacity: 0.8; } }
/* Primary font-face */
@font-face {
  font-family: 'Mont';
  src: url("/Content/Files/Fonts/Mont/Mont-Light.ttf");
  font-weight: 200; }
@font-face {
  font-family: 'Mont';
  src: url("/Content/Files/Fonts/Mont/Mont-Regular.ttf");
  font-weight: 400; }
@font-face {
  font-family: 'Mont';
  src: url("/Content/Files/Fonts/Mont/Mont-SemiBold.ttf");
  font-weight: 600; }
@font-face {
  font-family: 'Mont';
  src: url("/Content/Files/Fonts/Mont/Mont-Bold.ttf");
  font-weight: 700; }
@font-face {
  font-family: 'Arial';
  src: url("/Content/Files/Fonts/Arial/Arial-Black.ttf");
  font-weight: 900; }
@font-face {
  font-family: 'Arial';
  src: url("/Content/Files/Fonts/Arial/Arial-Bold.TTF");
  font-weight: 700; }
@font-face {
  font-family: 'Arial';
  src: url("/Content/Files/Fonts/Arial/Arial-Light.ttf");
  font-weight: 400; }
@font-face {
  font-family: 'Arial';
  src: url("/Content/Files/Fonts/Arial/Arial-Regular.ttf");
  font-weight: 500; }
@font-face {
  font-family: 'Inter';
  src: url("/Content/Files/Fonts/Inter/Inter-Thin.ttf");
  font-weight: 100; }
@font-face {
  font-family: 'Inter';
  src: url("/Content/Files/Fonts/Inter/Inter-ExtraLight.ttf");
  font-weight: 200; }
@font-face {
  font-family: 'Inter';
  src: url("/Content/Files/Fonts/Inter/Inter-Light.ttf");
  font-weight: 300; }
@font-face {
  font-family: 'Inter';
  src: url("/Content/Files/Fonts/Inter/Inter-Regular.ttf");
  font-weight: 400; }
@font-face {
  font-family: 'Inter';
  src: url("/Content/Files/Fonts/Inter/Inter-Medium.ttf");
  font-weight: 500; }
@font-face {
  font-family: 'Inter';
  src: url("/Content/Files/Fonts/Inter/Inter-SemiBold.ttf");
  font-weight: 600; }
@font-face {
  font-family: 'Inter';
  src: url("/Content/Files/Fonts/Inter/Inter-ExtraBold.ttf");
  font-weight: 700; }
@font-face {
  font-family: 'Inter';
  src: url("/Content/Files/Fonts/Inter/Inter-Black.ttf");
  font-weight: 800; }
@font-face {
  font-family: 'Inter';
  src: url("/Content/Files/Fonts/Inter/Inter-Bold.ttf");
  font-weight: 900; }
/* Base font syles */
body {
  font-family: 'Mont';
  font-size: 100%; }
  body .secondary-font-family {
    font-family: 'Arial'; }
  body .secondary-2-font-family {
    font-family: 'Inter'; }

a {
  text-decoration: none; }

@media all and (max-width: 767px) {
  .hdr-xs-01 {
    font-weight: 600;
    font-size: 0.75em;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #0A242C; }

  .hdr-xs-02 {
    font-weight: 600;
    font-size: 0.75em;
    line-height: 16px;
    color: #FFF; }

  .hdr-xs-03 {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #0A242C; }

  .hdr-xs-04 {
    font-size: 0.75em;
    line-height: 16px;
    color: #FFF; }

  .hdr-xs-05 {
    font-weight: 600;
    font-size: 2em;
    line-height: 40px;
    letter-spacing: -0.02em;
    color: #FFF; }

  .hdr-xs-06 {
    font-weight: 600;
    font-size: 0.75em;
    line-height: 17px;
    color: #FFF; }

  .hdr-xs-07 {
    font-weight: 600;
    font-size: 1.25em;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #FFF; }

  .hdr-xs-08 {
    font-size: 1.25em;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #0A242C; }

  .hdr-xs-09 {
    font-size: 1.125em;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #FFF; }

  .hdr-xs-10 {
    font-size: 1.25em;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #0A242C; }

  .hdr-xs-11 {
    font-weight: 600;
    font-size: 0.93em;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #0A242C; }

  .hdr-xs-12 {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #0A242C; }

  .hdr-xs-13 {
    font-weight: 600;
    font-size: 1em;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #0A242C; }

  .hdr-xs-14 {
    font-weight: 600;
    font-size: 1.25em;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #0A242C; }

  .hdr-xs-15 {
    font-weight: 600;
    font-size: 0.75em;
    line-height: 16px;
    color: #0A242C; }

  .hdr-xs-16 {
    font-weight: 700;
    font-size: 1.75em;
    line-height: 38px;
    text-align: center;
    color: #fff; } }
@media all and (min-width: 768px) {
  .hdr-lg-01 {
    font-weight: 600;
    font-size: 1.25em;
    line-height: 32px;
    color: #0A242C; }

  .hdr-lg-02 {
    font-weight: 600;
    font-size: 1.25em;
    line-height: 32px;
    color: #FFFFFF; }

  .hdr-lg-03 {
    font-weight: 700;
    font-size: 4.5em;
    line-height: 92px;
    letter-spacing: -0.02em;
    color: #FFFFFF; }

  .hdr-lg-04 {
    font-weight: 600;
    font-size: 1.25em;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    opacity: 0.7; }

  .hdr-lg-05 {
    font-weight: 600;
    font-size: 2em;
    line-height: 40px;
    letter-spacing: -0.01em;
    color: #FFFFFF; }

  .hdr-lg-06 {
    font-weight: 600;
    font-size: 2em;
    line-height: 40px;
    letter-spacing: -0.01em;
    color: #0A242C; }

  .hdr-lg-07 {
    font-weight: 600;
    font-size: 1.75em;
    line-height: 36px;
    letter-spacing: -0.01em;
    color: #0A242C; }

  .hdr-lg-08 {
    font-weight: 600;
    font-size: 1.75em;
    line-height: 36px;
    letter-spacing: -0.01em;
    color: #FFF; }

  .hdr-lg-09 {
    width: 368px;
    font-weight: 600;
    font-size: 2em;
    line-height: 40px;
    letter-spacing: -0.01em;
    color: #0A242C; }

  .hdr-lg-10 {
    font-weight: 600;
    font-size: 1.75em;
    line-height: 40px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #0A242C; }

  .hdr-lg-11 {
    font-weight: 600;
    font-size: 1.75em;
    line-height: 38px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #0A242C; }

  .hdr-lg-12 {
    font-weight: 600;
    font-size: 2.5em;
    line-height: 54px;
    letter-spacing: -0.02em;
    color: #0A242C; }

  .hdr-lg-13 {
    font-weight: 600;
    font-size: 1.25em;
    line-height: 32px;
    text-align: center;
    color: #0A242C; }

  .hdr-lg-14 {
    font-weight: 700;
    font-size: 1.125em;
    line-height: 24px;
    display: flex;
    color: #0A242C; }

  .hdr-lg-15 {
    font-weight: 700;
    font-size: 4em;
    line-height: 76px;
    text-align: center;
    color: #fff; } }
@media all and (max-width: 767px) {
  .prg-xs-01 {
    font-weight: 600;
    font-size: 1.25em;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #0A242C; }

  .prg-xs-02 {
    font-weight: 600;
    font-size: 1.25em;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #FFF; }

  .prg-xs-03 {
    width: 280px;
    text-align: center;
    font-size: 1.75em;
    line-height: 38px;
    letter-spacing: -0.02em;
    color: #FFF; }

  .prg-xs-04 {
    font-weight: 600;
    font-size: 0.875em;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #FFF;
    opacity: 0.6; }

  .prg-xs-05 {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: #0A242C; }

  .prg-xs-06 {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #0A242C;
    opacity: 0.8; }

  .prg-xs-07 {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.01em;
    color: #0A242C;
    opacity: 0.8; }

  .prg-xs-08 {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: #0A242C; }

  .prg-xs-09 {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #0A242C; }

  .prg-xs-10 {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #0A242C; }

  .prg-xs-11 {
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #0A242C;
    opacity: 0.7; }
    .prg-xs-11 a {
      font-weight: 600;
      font-size: 12px;
      line-height: 20px;
      color: #0A242C;
      opacity: 0.7;
      text-decoration: underline; }

  .prg-xs-12 {
    font-weight: 500;
    font-size: 0.75em;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #0A242C; }

  .prg-xs-13 {
    font-weight: 600;
    font-size: 1.25em;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #0A242C; }

  .prg-xs-14 {
    font-weight: 600;
    font-size: 1em;
    line-height: 24px;
    color: #0A242C; }

  .prg-xs-15 {
    font-weight: 600;
    font-size: 1.25em;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #fff; }

  .prg-xs-16 {
    font-weight: 600;
    font-size: 0.8125em;
    line-height: 18px;
    text-align: center;
    color: #304A52; }

  .prg-xs-17 {
    font-weight: 600;
    font-size: 1.25em;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #143B49; }

  .prg-xs-18 {
    font-size: 0.875em;
    font-weight: 600;
    line-height: 20px;
    color: #304A52;
    opacity: 0.8; } }
@media all and (min-width: 768px) {
  .prg-lg-01 {
    font-weight: 600;
    font-size: 2.75em;
    line-height: 60px;
    letter-spacing: -0.02em;
    color: #0A242C; }

  .prg-lg-02 {
    font-weight: 600;
    font-size: 2.75em;
    line-height: 56px;
    text-align: center;
    width: 500px;
    letter-spacing: -0.02em;
    color: #FFF; }

  .prg-lg-03 {
    font-weight: 600;
    font-size: 4em;
    line-height: 82px;
    letter-spacing: -0.01em;
    color: #FFF; }

  .prg-lg-04 {
    font-weight: 600;
    font-size: 1.125em;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #FFF;
    opacity: 0.6; }

  .prg-lg-05 {
    font-weight: 600;
    font-size: 1.0625em;
    line-height: 24px;
    color: #FFF; }

  .prg-lg-06 {
    font-weight: 500;
    font-size: 1em;
    line-height: 24px;
    color: #FFF;
    opacity: 0.8; }

  .prg-lg-07 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #0A242C; }

  .prg-lg-08 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #0A242C; }

  .prg-lg-09 {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #0A242C;
    opacity: 0.8; }

  .prg-lg-10 {
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: -0.02em;
    color: #143B49; }

  .prg-lg-11 {
    font-weight: bold;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: -0.02em;
    color: #0A242C; }

  .prg-lg-12 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.01em;
    color: #0A242C;
    opacity: 0.8; }

  .prg-lg-13 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #0A242C;
    opacity: 0.7; }
    .prg-lg-13 a {
      font-weight: 600;
      font-size: 20px;
      line-height: 30px;
      color: #0A242C;
      opacity: 0.7;
      text-decoration: underline; }

  .prg-lg-14 {
    font-weight: 500;
    font-size: 1.125em;
    line-height: 32px;
    letter-spacing: -0.01em;
    color: #0A242C; }

  .prg-lg-15 {
    font-weight: 600;
    font-size: 2.75em;
    line-height: 60px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #0A242C; }

  .prg-lg-16 {
    font-weight: 600 !important;
    font-size: 1em !important;
    line-height: 24px !important;
    color: #0A242C !important; }

  .prg-lg-17 {
    font-weight: 600;
    font-size: 1.25em;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #fff; }

  .prg-lg-18 {
    font-weight: 600;
    font-size: 0.8125em;
    line-height: 20px;
    text-align: center;
    color: #304A52; }

  .prg-lg-19 {
    font-weight: 500;
    font-size: 3em;
    line-height: 56px;
    color: #0A242C; }

  .prg-lg-20 {
    font-weight: 600;
    font-size: 1em;
    line-height: 24px;
    color: #304A52; }

  .prg-lg-21 {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #0A242C;
    opacity: 0.7; }
    .prg-lg-21 a {
      font-weight: 600;
      font-size: 20px;
      line-height: 30px;
      color: #0A242C;
      opacity: 0.7;
      text-decoration: underline; } }

/*# sourceMappingURL=Base.css.map */
