@charset "UTF-8";
/* a {
  color: #343579;
} */

body:not(.second) ul, body:not(.second) ol {
  margin: 0;
  padding-left: 18px;
}
body:not(.second) ul:not(.unstyled) li:not(:first-child), body:not(.second) ol:not(.unstyled) li:not(:first-child) {
  margin-top: 10px;
}

.inherit {
  display: inherit;
}

.block {
  display: block;
}

.blue-box-label {
  background-color: #343579;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
}

.border-tint-2 {
  height: 1px;
  width: 100%;
  background-color: #E6F7F7;
}

.remark {
  position: relative;
  padding-left: 20px;
}
.remark::before {
  position: absolute;
  left: 0;
  content: "※";
}
.remark.remark-1 {
  padding-left: 30px;
}
.remark.remark-1::before {
  content: "※1";
}
.remark.remark-2 {
  padding-left: 30px;
}
.remark.remark-2::before {
  content: "※2";
}
.remark.remark-3 {
  padding-left: 30px;
}
.remark.remark-3::before {
  content: "※3";
}
.remark.remark-4 {
  padding-left: 30px;
}
.remark.remark-4::before {
  content: "※4";
}
.remark.remark-5 {
  padding-left: 30px;
}
.remark.remark-5::before {
  content: "※5";
}

.title-divider {
  width: 100px;
  height: 2px;
  background-color: #21B6BC;
}

.subtitle-divider {
  width: 100%;
  height: 2px;
  display: flex;
  align-items: center;
}
.subtitle-divider::before {
  content: "";
  width: 83.1428571429px;
  height: 2px;
  background-color: #21B6BC;
}
.subtitle-divider::after {
  content: "";
  flex: 1;
  height: 2px;
  background-color: #E6F7F7;
}
.subtitle-divider.subtitle-dark::after {
  background-color: #CCF0F2;
}
.subtitle-divider.subtitle-divider-yellow::before {
  background-color: #E4C050;
}
.subtitle-divider.subtitle-divider-yellow::after {
  background-color: #FFF39D;
}

.border-left {
  border-left: solid 5px #21B6BC;
}
.border-left.border-thick {
  border-width: 10px;
}

.border-right {
  border-right: solid 2px;
}
@media (max-width: 768px) {
  .border-right.no-border-right-sm {
    border-right: none !important;
  }
}

@media (max-width: 768px) {
  .border-top-on-small {
    border-top: solid 2px #EBEBEB;
  }
}
.border-bottom {
  height: 1px;
}
.border-bottom.border-opaque {
  background-color: rgba(0, 0, 0, 0.2);
}

.bordered {
  border-width: 2px;
  border-style: solid;
}
.bordered.bordered-gray {
  border-color: #E5E5E5;
}
.bordered.bordered-gray-dark {
  border-color: #EBEBEB;
}
.bordered.bordered-primary {
  border-color: #21B6BC;
}
.bordered.bordered-tint-1 {
  border-color: #CCF0F2;
}
.bordered.bordered-tint-2 {
  border-color: #E6F7F7;
}
.bordered.bordered-tint-3 {
  border-color: #EAEAF2;
}
.bordered.bordered-tint-5 {
  border-color: #F8EDF6;
}
.bordered.bordered-yellow {
  border-color: #E4BF4D;
}
.bordered.bordered-black {
  border-color: #2D333C;
}
.bordered.bordered-red {
  border-color: red;
}
.bordered.no-border-top {
  border-top: none !important;
}
.bordered.no-border-right {
  border-right: none !important;
}
.bordered.no-border-bottom {
  border-bottom: none !important;
}
.bordered.no-border-left {
  border-left: none !important;
}
@media (max-width: 768px) {
  .bordered.no-border-top-sm {
    border-top: none !important;
  }
  .bordered.no-border-right-sm {
    border-right: none !important;
  }
  .bordered.no-border-bottom-sm {
    border-bottom: none !important;
  }
  .bordered.no-border-left-sm {
    border-left: none !important;
  }
}

.circle {
  border-radius: 50%;
}

.q:not(.q-noq)::before {
  content: "Q";
  width: 30px;
  height: 30px;
  background-color: #FFFFFF;
  border-radius: 35%;
  border: solid 2px #2D333C;
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  color: #2D333C;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .q:not(.q-noq)::before {
    margin-right: 10px;
  }
}
.q::after {
  content: url(/information/static/assets/img/plus-black.png);
  margin-left: auto;
  width: 18px;
  height: 18px;
  margin-top: 8px;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .q::after {
    margin-left: 10px;
  }
}
.q.active::after {
  content: url(/information/static/assets/img/minus-black.png);
}
.q > span {
  flex: 1;
  margin-top: 6px;
}

.a:not(.a-noa)::before {
  content: "A";
  width: 30px;
  height: 30px;
  background-color: #585991;
  border-radius: 35%;
  border: solid 2px #2D333C;
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .a:not(.a-noa)::before {
    margin-right: 10px;
  }
}
.a p:first-child {
  margin-top: 6px;
}

.alternate-blue > *:nth-child(odd) {
  background-color: #CCF0F2;
}
.alternate-blue > *:nth-child(even) {
  background-color: #E6F7F7;
}

ul.dots-primary {
  list-style-type: none;
}
ul.dots-primary li {
  position: relative;
}
ul.dots-primary li::before {
  position: absolute;
  left: 0;
  content: "•";
  color: #21B6BC;
  font-size: 13px;
  display: inline-block;
  width: 1em;
  margin-left: -18px;
}

.grid {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px 0 -15px;
}
.grid.grid-nogutter {
  margin: 0;
}
.grid.grid-nogutter > .col {
  padding: 0;
}
@media (max-width: 768px) {
  .grid {
    margin: 0 -15px 0 -15px;
  }
}
@media (max-width: 480px) {
  .grid {
    margin: 0 -10px 0 -10px;
  }
}

.col {
  box-sizing: border-box;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  max-width: 100%;
  min-width: 0;
  padding: 0 15px 0 15px;
}
@media (max-width: 768px) {
  .col {
    padding: 0 15px 0 15px;
  }
}
@media (max-width: 480px) {
  .col {
    padding: 0 10px 0 10px;
  }
}

.col-align-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.col-align-bottom {
  align-self: flex-end;
}

.col-align-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.col-top {
  justify-content: flex-start !important;
  flex-direction: column;
  display: flex;
}

.col-bottom {
  justify-content: flex-end !important;
  flex-direction: column;
  display: flex;
}

.col-middle {
  justify-content: center;
  flex-direction: column;
  display: flex;
}

.grid-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.grid-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.grid-around {
  justify-content: space-around;
}

.grid-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.col-last {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.grid-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col-fixed {
  flex: initial;
}

.col-grow-2 {
  flex-grow: 2;
}

.col-grow-3 {
  flex-grow: 3;
}

.col-grow-4 {
  flex-grow: 4;
}

.col-grow-5 {
  flex-grow: 5;
}

.col-grow-6 {
  flex-grow: 6;
}

.col-grow-7 {
  flex-grow: 7;
}

.col-grow-8 {
  flex-grow: 8;
}

.col-grow-9 {
  flex-grow: 9;
}

.col-grow-10 {
  flex-grow: 10;
}

.col-grow-11 {
  flex-grow: 11;
}

.col-1 {
  -ms-flex-preferred-size: 7.1428571429%;
  -webkit-flex-basis: 7.1428571429%;
  flex-basis: 7.1428571429%;
  max-width: 7.1428571429%;
}

.col-2 {
  -ms-flex-preferred-size: 14.2857142857%;
  -webkit-flex-basis: 14.2857142857%;
  flex-basis: 14.2857142857%;
  max-width: 14.2857142857%;
}

.col-3 {
  -ms-flex-preferred-size: 21.4285714286%;
  -webkit-flex-basis: 21.4285714286%;
  flex-basis: 21.4285714286%;
  max-width: 21.4285714286%;
}

.col-4 {
  -ms-flex-preferred-size: 28.5714285714%;
  -webkit-flex-basis: 28.5714285714%;
  flex-basis: 28.5714285714%;
  max-width: 28.5714285714%;
}

.col-5 {
  -ms-flex-preferred-size: 35.7142857143%;
  -webkit-flex-basis: 35.7142857143%;
  flex-basis: 35.7142857143%;
  max-width: 35.7142857143%;
}

.col-6 {
  -ms-flex-preferred-size: 42.8571428571%;
  -webkit-flex-basis: 42.8571428571%;
  flex-basis: 42.8571428571%;
  max-width: 42.8571428571%;
}

.col-7 {
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-8 {
  -ms-flex-preferred-size: 57.1428571429%;
  -webkit-flex-basis: 57.1428571429%;
  flex-basis: 57.1428571429%;
  max-width: 57.1428571429%;
}

.col-9 {
  -ms-flex-preferred-size: 64.2857142857%;
  -webkit-flex-basis: 64.2857142857%;
  flex-basis: 64.2857142857%;
  max-width: 64.2857142857%;
}

.col-10 {
  -ms-flex-preferred-size: 71.4285714286%;
  -webkit-flex-basis: 71.4285714286%;
  flex-basis: 71.4285714286%;
  max-width: 71.4285714286%;
}

.col-11 {
  -ms-flex-preferred-size: 78.5714285714%;
  -webkit-flex-basis: 78.5714285714%;
  flex-basis: 78.5714285714%;
  max-width: 78.5714285714%;
}

.col-12 {
  -ms-flex-preferred-size: 85.7142857143%;
  -webkit-flex-basis: 85.7142857143%;
  flex-basis: 85.7142857143%;
  max-width: 85.7142857143%;
}

@media only screen and (max-width: 480px) {
  .col-sm {
    flex: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .col-md {
    flex: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .col-lg {
    flex: 100%;
    max-width: 100%;
  }
}
.flex {
  display: flex;
}

.flex-inline {
  display: inline-flex;
}

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.flex-left {
  justify-content: flex-start;
}

.flex-center {
  justify-content: center;
}

.flex-right {
  justify-content: flex-end;
}

.flex-between {
  justify-content: space-between;
}

.flex-around {
  justify-content: space-around;
}

.flex-evenly {
  justify-content: space-evenly;
}

.flex-top {
  align-items: flex-start;
}

.flex-middle {
  align-items: center;
}

.flex-bottom {
  align-items: flex-end;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-none {
  flex: none;
}

.flex-1 {
  flex: 1;
}

.flex-start-self {
  align-self: flex-start;
}

.flex-end-self {
  align-self: flex-end;
}

@media (max-width: 1260px) {
  .flex-md {
    display: flex !important;
  }
  .flex-row-md {
    flex-direction: row !important;
  }
  .flex-column-md {
    flex-direction: column !important;
  }
  .flex-left-md {
    justify-content: flex-start !important;
  }
  .flex-center-md {
    justify-content: center !important;
  }
  .flex-right-md {
    justify-content: flex-end !important;
  }
  .flex-between-md {
    justify-content: space-between !important;
  }
  .flex-around-md {
    justify-content: space-around !important;
  }
  .flex-evenly-md {
    justify-content: space-evenly !important;
  }
  .flex-top-md {
    align-items: flex-start !important;
  }
  .flex-middle-md {
    align-items: center !important;
  }
  .flex-bottom-md {
    align-items: flex-end !important;
  }
  .flex-wrap-md {
    flex-wrap: wrap !important;
  }
  .flex-none-md {
    flex: none !important;
  }
  .flex-1-md {
    flex: 1 !important;
  }
  .flex-start-self-md {
    align-self: flex-start !important;
  }
  .flex-end-self-md {
    align-self: flex-end !important;
  }
}
@media (max-width: 768px) {
  .flex-sm {
    display: flex !important;
  }
  .flex-row-sm {
    flex-direction: row !important;
  }
  .flex-column-sm {
    flex-direction: column !important;
  }
  .flex-left-sm {
    justify-content: flex-start !important;
  }
  .flex-center-sm {
    justify-content: center !important;
  }
  .flex-right-sm {
    justify-content: flex-end !important;
  }
  .flex-between-sm {
    justify-content: space-between !important;
  }
  .flex-around-sm {
    justify-content: space-around !important;
  }
  .flex-evenly-sm {
    justify-content: space-evenly !important;
  }
  .flex-top-sm {
    align-items: flex-start !important;
  }
  .flex-middle-sm {
    align-items: center !important;
  }
  .flex-bottom-sm {
    align-items: flex-end !important;
  }
  .flex-wrap-sm {
    flex-wrap: wrap !important;
  }
  .flex-none-sm {
    flex: none !important;
  }
  .flex-1-sm {
    flex: 1 !important;
  }
  .flex-start-self-sm {
    align-self: flex-start !important;
  }
  .flex-end-self-sm {
    align-self: flex-end !important;
  }
}
.flex-grid {
  display: flex;
  flex-wrap: wrap;
}
.flex-grid.flex-grid-sm {
  margin-top: -10px;
  margin-bottom: -10px;
  margin-left: -10px;
  margin-right: -10px;
}
.flex-grid.flex-grid-sm > * {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
.flex-grid.flex-grid-md {
  margin-top: -15px;
  margin-bottom: -15px;
  margin-left: -15px;
  margin-right: -15px;
}
.flex-grid.flex-grid-md > * {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
}
.flex-grid.flex-grid-lg {
  margin-top: -20px;
  margin-bottom: -20px;
  margin-left: -20px;
  margin-right: -20px;
}
.flex-grid.flex-grid-lg > * {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}
.flex-grid.no-gutter {
  margin: 0 !important;
}
.flex-grid.no-gutter > * {
  margin: 0 !important;
}
@media (min-width: 1261px) {
  .flex-grid.flex-grid-sm.cols-1:not(.no-gutter) > * {
    width: calc((100% - 20px) / 1);
  }
  .flex-grid.flex-grid-sm.cols-1.no-gutter > * {
    width: calc(100% / 1);
  }
  .flex-grid.flex-grid-md.cols-1:not(.no-gutter) > * {
    width: calc((100% - 30px) / 1);
  }
  .flex-grid.flex-grid-md.cols-1.no-gutter > * {
    width: calc(100% / 1);
  }
  .flex-grid.flex-grid-lg.cols-1:not(.no-gutter) > * {
    width: calc((100% - 40px) / 1);
  }
  .flex-grid.flex-grid-lg.cols-1.no-gutter > * {
    width: calc(100% / 1);
  }
}
@media (min-width: 769px) {
  .flex-grid.flex-grid-sm.cols-1-md:not(.no-gutter) > * {
    width: calc((100% - 20px) / 1);
  }
  .flex-grid.flex-grid-sm.cols-1-md.no-gutter > * {
    width: calc(100% / 1);
  }
  .flex-grid.flex-grid-md.cols-1-md:not(.no-gutter) > * {
    width: calc((100% - 30px) / 1);
  }
  .flex-grid.flex-grid-md.cols-1-md.no-gutter > * {
    width: calc(100% / 1);
  }
  .flex-grid.flex-grid-lg.cols-1-md:not(.no-gutter) > * {
    width: calc((100% - 40px) / 1);
  }
  .flex-grid.flex-grid-lg.cols-1-md.no-gutter > * {
    width: calc(100% / 1);
  }
}
@media (max-width: 768px) {
  .flex-grid.flex-grid-sm.cols-1-sm:not(.no-gutter) > * {
    width: calc((100% - 20px) / 1);
  }
  .flex-grid.flex-grid-sm.cols-1-sm.no-gutter > * {
    width: calc(100% / 1);
  }
  .flex-grid.flex-grid-md.cols-1-sm:not(.no-gutter) > * {
    width: calc((100% - 30px) / 1);
  }
  .flex-grid.flex-grid-md.cols-1-sm.no-gutter > * {
    width: calc(100% / 1);
  }
  .flex-grid.flex-grid-lg.cols-1-sm:not(.no-gutter) > * {
    width: calc((100% - 40px) / 1);
  }
  .flex-grid.flex-grid-lg.cols-1-sm.no-gutter > * {
    width: calc(100% / 1);
  }
}
@media (min-width: 1261px) {
  .flex-grid.flex-grid-sm.cols-2:not(.no-gutter) > * {
    width: calc((100% - 40px) / 2);
  }
  .flex-grid.flex-grid-sm.cols-2.no-gutter > * {
    width: calc(100% / 2);
  }
  .flex-grid.flex-grid-md.cols-2:not(.no-gutter) > * {
    width: calc((100% - 60px) / 2);
  }
  .flex-grid.flex-grid-md.cols-2.no-gutter > * {
    width: calc(100% / 2);
  }
  .flex-grid.flex-grid-lg.cols-2:not(.no-gutter) > * {
    width: calc((100% - 80px) / 2);
  }
  .flex-grid.flex-grid-lg.cols-2.no-gutter > * {
    width: calc(100% / 2);
  }
}
@media (min-width: 769px) {
  .flex-grid.flex-grid-sm.cols-2-md:not(.no-gutter) > * {
    width: calc((100% - 40px) / 2);
  }
  .flex-grid.flex-grid-sm.cols-2-md.no-gutter > * {
    width: calc(100% / 2);
  }
  .flex-grid.flex-grid-md.cols-2-md:not(.no-gutter) > * {
    width: calc((100% - 60px) / 2);
  }
  .flex-grid.flex-grid-md.cols-2-md.no-gutter > * {
    width: calc(100% / 2);
  }
  .flex-grid.flex-grid-lg.cols-2-md:not(.no-gutter) > * {
    width: calc((100% - 80px) / 2);
  }
  .flex-grid.flex-grid-lg.cols-2-md.no-gutter > * {
    width: calc(100% / 2);
  }
}
@media (max-width: 768px) {
  .flex-grid.flex-grid-sm.cols-2-sm:not(.no-gutter) > * {
    width: calc((100% - 40px) / 2);
  }
  .flex-grid.flex-grid-sm.cols-2-sm.no-gutter > * {
    width: calc(100% / 2);
  }
  .flex-grid.flex-grid-md.cols-2-sm:not(.no-gutter) > * {
    width: calc((100% - 60px) / 2);
  }
  .flex-grid.flex-grid-md.cols-2-sm.no-gutter > * {
    width: calc(100% / 2);
  }
  .flex-grid.flex-grid-lg.cols-2-sm:not(.no-gutter) > * {
    width: calc((100% - 80px) / 2);
  }
  .flex-grid.flex-grid-lg.cols-2-sm.no-gutter > * {
    width: calc(100% / 2);
  }
}
@media (min-width: 1261px) {
  .flex-grid.flex-grid-sm.cols-3:not(.no-gutter) > * {
    width: calc((100% - 60px) / 3);
  }
  .flex-grid.flex-grid-sm.cols-3.no-gutter > * {
    width: calc(100% / 3);
  }
  .flex-grid.flex-grid-md.cols-3:not(.no-gutter) > * {
    width: calc((100% - 90px) / 3);
  }
  .flex-grid.flex-grid-md.cols-3.no-gutter > * {
    width: calc(100% / 3);
  }
  .flex-grid.flex-grid-lg.cols-3:not(.no-gutter) > * {
    width: calc((100% - 120px) / 3);
  }
  .flex-grid.flex-grid-lg.cols-3.no-gutter > * {
    width: calc(100% / 3);
  }
}
@media (min-width: 769px) {
  .flex-grid.flex-grid-sm.cols-3-md:not(.no-gutter) > * {
    width: calc((100% - 60px) / 3);
  }
  .flex-grid.flex-grid-sm.cols-3-md.no-gutter > * {
    width: calc(100% / 3);
  }
  .flex-grid.flex-grid-md.cols-3-md:not(.no-gutter) > * {
    width: calc((100% - 90px) / 3);
  }
  .flex-grid.flex-grid-md.cols-3-md.no-gutter > * {
    width: calc(100% / 3);
  }
  .flex-grid.flex-grid-lg.cols-3-md:not(.no-gutter) > * {
    width: calc((100% - 120px) / 3);
  }
  .flex-grid.flex-grid-lg.cols-3-md.no-gutter > * {
    width: calc(100% / 3);
  }
}
@media (max-width: 768px) {
  .flex-grid.flex-grid-sm.cols-3-sm:not(.no-gutter) > * {
    width: calc((100% - 60px) / 3);
  }
  .flex-grid.flex-grid-sm.cols-3-sm.no-gutter > * {
    width: calc(100% / 3);
  }
  .flex-grid.flex-grid-md.cols-3-sm:not(.no-gutter) > * {
    width: calc((100% - 90px) / 3);
  }
  .flex-grid.flex-grid-md.cols-3-sm.no-gutter > * {
    width: calc(100% / 3);
  }
  .flex-grid.flex-grid-lg.cols-3-sm:not(.no-gutter) > * {
    width: calc((100% - 120px) / 3);
  }
  .flex-grid.flex-grid-lg.cols-3-sm.no-gutter > * {
    width: calc(100% / 3);
  }
}
@media (min-width: 1261px) {
  .flex-grid.flex-grid-sm.cols-4:not(.no-gutter) > * {
    width: calc((100% - 80px) / 4);
  }
  .flex-grid.flex-grid-sm.cols-4.no-gutter > * {
    width: calc(100% / 4);
  }
  .flex-grid.flex-grid-md.cols-4:not(.no-gutter) > * {
    width: calc((100% - 120px) / 4);
  }
  .flex-grid.flex-grid-md.cols-4.no-gutter > * {
    width: calc(100% / 4);
  }
  .flex-grid.flex-grid-lg.cols-4:not(.no-gutter) > * {
    width: calc((100% - 160px) / 4);
  }
  .flex-grid.flex-grid-lg.cols-4.no-gutter > * {
    width: calc(100% / 4);
  }
}
@media (min-width: 769px) {
  .flex-grid.flex-grid-sm.cols-4-md:not(.no-gutter) > * {
    width: calc((100% - 80px) / 4);
  }
  .flex-grid.flex-grid-sm.cols-4-md.no-gutter > * {
    width: calc(100% / 4);
  }
  .flex-grid.flex-grid-md.cols-4-md:not(.no-gutter) > * {
    width: calc((100% - 120px) / 4);
  }
  .flex-grid.flex-grid-md.cols-4-md.no-gutter > * {
    width: calc(100% / 4);
  }
  .flex-grid.flex-grid-lg.cols-4-md:not(.no-gutter) > * {
    width: calc((100% - 160px) / 4);
  }
  .flex-grid.flex-grid-lg.cols-4-md.no-gutter > * {
    width: calc(100% / 4);
  }
}
@media (max-width: 768px) {
  .flex-grid.flex-grid-sm.cols-4-sm:not(.no-gutter) > * {
    width: calc((100% - 80px) / 4);
  }
  .flex-grid.flex-grid-sm.cols-4-sm.no-gutter > * {
    width: calc(100% / 4);
  }
  .flex-grid.flex-grid-md.cols-4-sm:not(.no-gutter) > * {
    width: calc((100% - 120px) / 4);
  }
  .flex-grid.flex-grid-md.cols-4-sm.no-gutter > * {
    width: calc(100% / 4);
  }
  .flex-grid.flex-grid-lg.cols-4-sm:not(.no-gutter) > * {
    width: calc((100% - 160px) / 4);
  }
  .flex-grid.flex-grid-lg.cols-4-sm.no-gutter > * {
    width: calc(100% / 4);
  }
}
@media (min-width: 1261px) {
  .flex-grid.flex-grid-sm.cols-5:not(.no-gutter) > * {
    width: calc((100% - 100px) / 5);
  }
  .flex-grid.flex-grid-sm.cols-5.no-gutter > * {
    width: calc(100% / 5);
  }
  .flex-grid.flex-grid-md.cols-5:not(.no-gutter) > * {
    width: calc((100% - 150px) / 5);
  }
  .flex-grid.flex-grid-md.cols-5.no-gutter > * {
    width: calc(100% / 5);
  }
  .flex-grid.flex-grid-lg.cols-5:not(.no-gutter) > * {
    width: calc((100% - 200px) / 5);
  }
  .flex-grid.flex-grid-lg.cols-5.no-gutter > * {
    width: calc(100% / 5);
  }
}
@media (min-width: 769px) {
  .flex-grid.flex-grid-sm.cols-5-md:not(.no-gutter) > * {
    width: calc((100% - 100px) / 5);
  }
  .flex-grid.flex-grid-sm.cols-5-md.no-gutter > * {
    width: calc(100% / 5);
  }
  .flex-grid.flex-grid-md.cols-5-md:not(.no-gutter) > * {
    width: calc((100% - 150px) / 5);
  }
  .flex-grid.flex-grid-md.cols-5-md.no-gutter > * {
    width: calc(100% / 5);
  }
  .flex-grid.flex-grid-lg.cols-5-md:not(.no-gutter) > * {
    width: calc((100% - 200px) / 5);
  }
  .flex-grid.flex-grid-lg.cols-5-md.no-gutter > * {
    width: calc(100% / 5);
  }
}
@media (max-width: 768px) {
  .flex-grid.flex-grid-sm.cols-5-sm:not(.no-gutter) > * {
    width: calc((100% - 100px) / 5);
  }
  .flex-grid.flex-grid-sm.cols-5-sm.no-gutter > * {
    width: calc(100% / 5);
  }
  .flex-grid.flex-grid-md.cols-5-sm:not(.no-gutter) > * {
    width: calc((100% - 150px) / 5);
  }
  .flex-grid.flex-grid-md.cols-5-sm.no-gutter > * {
    width: calc(100% / 5);
  }
  .flex-grid.flex-grid-lg.cols-5-sm:not(.no-gutter) > * {
    width: calc((100% - 200px) / 5);
  }
  .flex-grid.flex-grid-lg.cols-5-sm.no-gutter > * {
    width: calc(100% / 5);
  }
}
@media (min-width: 1261px) {
  .flex-grid.flex-grid-sm.cols-6:not(.no-gutter) > * {
    width: calc((100% - 120px) / 6);
  }
  .flex-grid.flex-grid-sm.cols-6.no-gutter > * {
    width: calc(100% / 6);
  }
  .flex-grid.flex-grid-md.cols-6:not(.no-gutter) > * {
    width: calc((100% - 180px) / 6);
  }
  .flex-grid.flex-grid-md.cols-6.no-gutter > * {
    width: calc(100% / 6);
  }
  .flex-grid.flex-grid-lg.cols-6:not(.no-gutter) > * {
    width: calc((100% - 240px) / 6);
  }
  .flex-grid.flex-grid-lg.cols-6.no-gutter > * {
    width: calc(100% / 6);
  }
}
@media (min-width: 769px) {
  .flex-grid.flex-grid-sm.cols-6-md:not(.no-gutter) > * {
    width: calc((100% - 120px) / 6);
  }
  .flex-grid.flex-grid-sm.cols-6-md.no-gutter > * {
    width: calc(100% / 6);
  }
  .flex-grid.flex-grid-md.cols-6-md:not(.no-gutter) > * {
    width: calc((100% - 180px) / 6);
  }
  .flex-grid.flex-grid-md.cols-6-md.no-gutter > * {
    width: calc(100% / 6);
  }
  .flex-grid.flex-grid-lg.cols-6-md:not(.no-gutter) > * {
    width: calc((100% - 240px) / 6);
  }
  .flex-grid.flex-grid-lg.cols-6-md.no-gutter > * {
    width: calc(100% / 6);
  }
}
@media (max-width: 768px) {
  .flex-grid.flex-grid-sm.cols-6-sm:not(.no-gutter) > * {
    width: calc((100% - 120px) / 6);
  }
  .flex-grid.flex-grid-sm.cols-6-sm.no-gutter > * {
    width: calc(100% / 6);
  }
  .flex-grid.flex-grid-md.cols-6-sm:not(.no-gutter) > * {
    width: calc((100% - 180px) / 6);
  }
  .flex-grid.flex-grid-md.cols-6-sm.no-gutter > * {
    width: calc(100% / 6);
  }
  .flex-grid.flex-grid-lg.cols-6-sm:not(.no-gutter) > * {
    width: calc((100% - 240px) / 6);
  }
  .flex-grid.flex-grid-lg.cols-6-sm.no-gutter > * {
    width: calc(100% / 6);
  }
}
@media (min-width: 1261px) {
  .flex-grid.flex-grid-sm.cols-7:not(.no-gutter) > * {
    width: calc((100% - 140px) / 7);
  }
  .flex-grid.flex-grid-sm.cols-7.no-gutter > * {
    width: calc(100% / 7);
  }
  .flex-grid.flex-grid-md.cols-7:not(.no-gutter) > * {
    width: calc((100% - 210px) / 7);
  }
  .flex-grid.flex-grid-md.cols-7.no-gutter > * {
    width: calc(100% / 7);
  }
  .flex-grid.flex-grid-lg.cols-7:not(.no-gutter) > * {
    width: calc((100% - 280px) / 7);
  }
  .flex-grid.flex-grid-lg.cols-7.no-gutter > * {
    width: calc(100% / 7);
  }
}
@media (min-width: 769px) {
  .flex-grid.flex-grid-sm.cols-7-md:not(.no-gutter) > * {
    width: calc((100% - 140px) / 7);
  }
  .flex-grid.flex-grid-sm.cols-7-md.no-gutter > * {
    width: calc(100% / 7);
  }
  .flex-grid.flex-grid-md.cols-7-md:not(.no-gutter) > * {
    width: calc((100% - 210px) / 7);
  }
  .flex-grid.flex-grid-md.cols-7-md.no-gutter > * {
    width: calc(100% / 7);
  }
  .flex-grid.flex-grid-lg.cols-7-md:not(.no-gutter) > * {
    width: calc((100% - 280px) / 7);
  }
  .flex-grid.flex-grid-lg.cols-7-md.no-gutter > * {
    width: calc(100% / 7);
  }
}
@media (max-width: 768px) {
  .flex-grid.flex-grid-sm.cols-7-sm:not(.no-gutter) > * {
    width: calc((100% - 140px) / 7);
  }
  .flex-grid.flex-grid-sm.cols-7-sm.no-gutter > * {
    width: calc(100% / 7);
  }
  .flex-grid.flex-grid-md.cols-7-sm:not(.no-gutter) > * {
    width: calc((100% - 210px) / 7);
  }
  .flex-grid.flex-grid-md.cols-7-sm.no-gutter > * {
    width: calc(100% / 7);
  }
  .flex-grid.flex-grid-lg.cols-7-sm:not(.no-gutter) > * {
    width: calc((100% - 280px) / 7);
  }
  .flex-grid.flex-grid-lg.cols-7-sm.no-gutter > * {
    width: calc(100% / 7);
  }
}
@media (min-width: 1261px) {
  .flex-grid.flex-grid-sm.cols-8:not(.no-gutter) > * {
    width: calc((100% - 160px) / 8);
  }
  .flex-grid.flex-grid-sm.cols-8.no-gutter > * {
    width: calc(100% / 8);
  }
  .flex-grid.flex-grid-md.cols-8:not(.no-gutter) > * {
    width: calc((100% - 240px) / 8);
  }
  .flex-grid.flex-grid-md.cols-8.no-gutter > * {
    width: calc(100% / 8);
  }
  .flex-grid.flex-grid-lg.cols-8:not(.no-gutter) > * {
    width: calc((100% - 320px) / 8);
  }
  .flex-grid.flex-grid-lg.cols-8.no-gutter > * {
    width: calc(100% / 8);
  }
}
@media (min-width: 769px) {
  .flex-grid.flex-grid-sm.cols-8-md:not(.no-gutter) > * {
    width: calc((100% - 160px) / 8);
  }
  .flex-grid.flex-grid-sm.cols-8-md.no-gutter > * {
    width: calc(100% / 8);
  }
  .flex-grid.flex-grid-md.cols-8-md:not(.no-gutter) > * {
    width: calc((100% - 240px) / 8);
  }
  .flex-grid.flex-grid-md.cols-8-md.no-gutter > * {
    width: calc(100% / 8);
  }
  .flex-grid.flex-grid-lg.cols-8-md:not(.no-gutter) > * {
    width: calc((100% - 320px) / 8);
  }
  .flex-grid.flex-grid-lg.cols-8-md.no-gutter > * {
    width: calc(100% / 8);
  }
}
@media (max-width: 768px) {
  .flex-grid.flex-grid-sm.cols-8-sm:not(.no-gutter) > * {
    width: calc((100% - 160px) / 8);
  }
  .flex-grid.flex-grid-sm.cols-8-sm.no-gutter > * {
    width: calc(100% / 8);
  }
  .flex-grid.flex-grid-md.cols-8-sm:not(.no-gutter) > * {
    width: calc((100% - 240px) / 8);
  }
  .flex-grid.flex-grid-md.cols-8-sm.no-gutter > * {
    width: calc(100% / 8);
  }
  .flex-grid.flex-grid-lg.cols-8-sm:not(.no-gutter) > * {
    width: calc((100% - 320px) / 8);
  }
  .flex-grid.flex-grid-lg.cols-8-sm.no-gutter > * {
    width: calc(100% / 8);
  }
}
@media (min-width: 1261px) {
  .flex-grid.flex-grid-sm.cols-9:not(.no-gutter) > * {
    width: calc((100% - 180px) / 9);
  }
  .flex-grid.flex-grid-sm.cols-9.no-gutter > * {
    width: calc(100% / 9);
  }
  .flex-grid.flex-grid-md.cols-9:not(.no-gutter) > * {
    width: calc((100% - 270px) / 9);
  }
  .flex-grid.flex-grid-md.cols-9.no-gutter > * {
    width: calc(100% / 9);
  }
  .flex-grid.flex-grid-lg.cols-9:not(.no-gutter) > * {
    width: calc((100% - 360px) / 9);
  }
  .flex-grid.flex-grid-lg.cols-9.no-gutter > * {
    width: calc(100% / 9);
  }
}
@media (min-width: 769px) {
  .flex-grid.flex-grid-sm.cols-9-md:not(.no-gutter) > * {
    width: calc((100% - 180px) / 9);
  }
  .flex-grid.flex-grid-sm.cols-9-md.no-gutter > * {
    width: calc(100% / 9);
  }
  .flex-grid.flex-grid-md.cols-9-md:not(.no-gutter) > * {
    width: calc((100% - 270px) / 9);
  }
  .flex-grid.flex-grid-md.cols-9-md.no-gutter > * {
    width: calc(100% / 9);
  }
  .flex-grid.flex-grid-lg.cols-9-md:not(.no-gutter) > * {
    width: calc((100% - 360px) / 9);
  }
  .flex-grid.flex-grid-lg.cols-9-md.no-gutter > * {
    width: calc(100% / 9);
  }
}
@media (max-width: 768px) {
  .flex-grid.flex-grid-sm.cols-9-sm:not(.no-gutter) > * {
    width: calc((100% - 180px) / 9);
  }
  .flex-grid.flex-grid-sm.cols-9-sm.no-gutter > * {
    width: calc(100% / 9);
  }
  .flex-grid.flex-grid-md.cols-9-sm:not(.no-gutter) > * {
    width: calc((100% - 270px) / 9);
  }
  .flex-grid.flex-grid-md.cols-9-sm.no-gutter > * {
    width: calc(100% / 9);
  }
  .flex-grid.flex-grid-lg.cols-9-sm:not(.no-gutter) > * {
    width: calc((100% - 360px) / 9);
  }
  .flex-grid.flex-grid-lg.cols-9-sm.no-gutter > * {
    width: calc(100% / 9);
  }
}
@media (min-width: 1261px) {
  .flex-grid.flex-grid-sm.cols-10:not(.no-gutter) > * {
    width: calc((100% - 200px) / 10);
  }
  .flex-grid.flex-grid-sm.cols-10.no-gutter > * {
    width: calc(100% / 10);
  }
  .flex-grid.flex-grid-md.cols-10:not(.no-gutter) > * {
    width: calc((100% - 300px) / 10);
  }
  .flex-grid.flex-grid-md.cols-10.no-gutter > * {
    width: calc(100% / 10);
  }
  .flex-grid.flex-grid-lg.cols-10:not(.no-gutter) > * {
    width: calc((100% - 400px) / 10);
  }
  .flex-grid.flex-grid-lg.cols-10.no-gutter > * {
    width: calc(100% / 10);
  }
}
@media (min-width: 769px) {
  .flex-grid.flex-grid-sm.cols-10-md:not(.no-gutter) > * {
    width: calc((100% - 200px) / 10);
  }
  .flex-grid.flex-grid-sm.cols-10-md.no-gutter > * {
    width: calc(100% / 10);
  }
  .flex-grid.flex-grid-md.cols-10-md:not(.no-gutter) > * {
    width: calc((100% - 300px) / 10);
  }
  .flex-grid.flex-grid-md.cols-10-md.no-gutter > * {
    width: calc(100% / 10);
  }
  .flex-grid.flex-grid-lg.cols-10-md:not(.no-gutter) > * {
    width: calc((100% - 400px) / 10);
  }
  .flex-grid.flex-grid-lg.cols-10-md.no-gutter > * {
    width: calc(100% / 10);
  }
}
@media (max-width: 768px) {
  .flex-grid.flex-grid-sm.cols-10-sm:not(.no-gutter) > * {
    width: calc((100% - 200px) / 10);
  }
  .flex-grid.flex-grid-sm.cols-10-sm.no-gutter > * {
    width: calc(100% / 10);
  }
  .flex-grid.flex-grid-md.cols-10-sm:not(.no-gutter) > * {
    width: calc((100% - 300px) / 10);
  }
  .flex-grid.flex-grid-md.cols-10-sm.no-gutter > * {
    width: calc(100% / 10);
  }
  .flex-grid.flex-grid-lg.cols-10-sm:not(.no-gutter) > * {
    width: calc((100% - 400px) / 10);
  }
  .flex-grid.flex-grid-lg.cols-10-sm.no-gutter > * {
    width: calc(100% / 10);
  }
}
@media (min-width: 1261px) {
  .flex-grid.flex-grid-sm.cols-11:not(.no-gutter) > * {
    width: calc((100% - 220px) / 11);
  }
  .flex-grid.flex-grid-sm.cols-11.no-gutter > * {
    width: calc(100% / 11);
  }
  .flex-grid.flex-grid-md.cols-11:not(.no-gutter) > * {
    width: calc((100% - 330px) / 11);
  }
  .flex-grid.flex-grid-md.cols-11.no-gutter > * {
    width: calc(100% / 11);
  }
  .flex-grid.flex-grid-lg.cols-11:not(.no-gutter) > * {
    width: calc((100% - 440px) / 11);
  }
  .flex-grid.flex-grid-lg.cols-11.no-gutter > * {
    width: calc(100% / 11);
  }
}
@media (min-width: 769px) {
  .flex-grid.flex-grid-sm.cols-11-md:not(.no-gutter) > * {
    width: calc((100% - 220px) / 11);
  }
  .flex-grid.flex-grid-sm.cols-11-md.no-gutter > * {
    width: calc(100% / 11);
  }
  .flex-grid.flex-grid-md.cols-11-md:not(.no-gutter) > * {
    width: calc((100% - 330px) / 11);
  }
  .flex-grid.flex-grid-md.cols-11-md.no-gutter > * {
    width: calc(100% / 11);
  }
  .flex-grid.flex-grid-lg.cols-11-md:not(.no-gutter) > * {
    width: calc((100% - 440px) / 11);
  }
  .flex-grid.flex-grid-lg.cols-11-md.no-gutter > * {
    width: calc(100% / 11);
  }
}
@media (max-width: 768px) {
  .flex-grid.flex-grid-sm.cols-11-sm:not(.no-gutter) > * {
    width: calc((100% - 220px) / 11);
  }
  .flex-grid.flex-grid-sm.cols-11-sm.no-gutter > * {
    width: calc(100% / 11);
  }
  .flex-grid.flex-grid-md.cols-11-sm:not(.no-gutter) > * {
    width: calc((100% - 330px) / 11);
  }
  .flex-grid.flex-grid-md.cols-11-sm.no-gutter > * {
    width: calc(100% / 11);
  }
  .flex-grid.flex-grid-lg.cols-11-sm:not(.no-gutter) > * {
    width: calc((100% - 440px) / 11);
  }
  .flex-grid.flex-grid-lg.cols-11-sm.no-gutter > * {
    width: calc(100% / 11);
  }
}
@media (min-width: 1261px) {
  .flex-grid.flex-grid-sm.cols-12:not(.no-gutter) > * {
    width: calc((100% - 240px) / 12);
  }
  .flex-grid.flex-grid-sm.cols-12.no-gutter > * {
    width: calc(100% / 12);
  }
  .flex-grid.flex-grid-md.cols-12:not(.no-gutter) > * {
    width: calc((100% - 360px) / 12);
  }
  .flex-grid.flex-grid-md.cols-12.no-gutter > * {
    width: calc(100% / 12);
  }
  .flex-grid.flex-grid-lg.cols-12:not(.no-gutter) > * {
    width: calc((100% - 480px) / 12);
  }
  .flex-grid.flex-grid-lg.cols-12.no-gutter > * {
    width: calc(100% / 12);
  }
}
@media (min-width: 769px) {
  .flex-grid.flex-grid-sm.cols-12-md:not(.no-gutter) > * {
    width: calc((100% - 240px) / 12);
  }
  .flex-grid.flex-grid-sm.cols-12-md.no-gutter > * {
    width: calc(100% / 12);
  }
  .flex-grid.flex-grid-md.cols-12-md:not(.no-gutter) > * {
    width: calc((100% - 360px) / 12);
  }
  .flex-grid.flex-grid-md.cols-12-md.no-gutter > * {
    width: calc(100% / 12);
  }
  .flex-grid.flex-grid-lg.cols-12-md:not(.no-gutter) > * {
    width: calc((100% - 480px) / 12);
  }
  .flex-grid.flex-grid-lg.cols-12-md.no-gutter > * {
    width: calc(100% / 12);
  }
}
@media (max-width: 768px) {
  .flex-grid.flex-grid-sm.cols-12-sm:not(.no-gutter) > * {
    width: calc((100% - 240px) / 12);
  }
  .flex-grid.flex-grid-sm.cols-12-sm.no-gutter > * {
    width: calc(100% / 12);
  }
  .flex-grid.flex-grid-md.cols-12-sm:not(.no-gutter) > * {
    width: calc((100% - 360px) / 12);
  }
  .flex-grid.flex-grid-md.cols-12-sm.no-gutter > * {
    width: calc(100% / 12);
  }
  .flex-grid.flex-grid-lg.cols-12-sm:not(.no-gutter) > * {
    width: calc((100% - 480px) / 12);
  }
  .flex-grid.flex-grid-lg.cols-12-sm.no-gutter > * {
    width: calc(100% / 12);
  }
}
@media (min-width: 1261px) {
  .flex-grid.flex-grid-sm.cols-13:not(.no-gutter) > * {
    width: calc((100% - 260px) / 13);
  }
  .flex-grid.flex-grid-sm.cols-13.no-gutter > * {
    width: calc(100% / 13);
  }
  .flex-grid.flex-grid-md.cols-13:not(.no-gutter) > * {
    width: calc((100% - 390px) / 13);
  }
  .flex-grid.flex-grid-md.cols-13.no-gutter > * {
    width: calc(100% / 13);
  }
  .flex-grid.flex-grid-lg.cols-13:not(.no-gutter) > * {
    width: calc((100% - 520px) / 13);
  }
  .flex-grid.flex-grid-lg.cols-13.no-gutter > * {
    width: calc(100% / 13);
  }
}
@media (min-width: 769px) {
  .flex-grid.flex-grid-sm.cols-13-md:not(.no-gutter) > * {
    width: calc((100% - 260px) / 13);
  }
  .flex-grid.flex-grid-sm.cols-13-md.no-gutter > * {
    width: calc(100% / 13);
  }
  .flex-grid.flex-grid-md.cols-13-md:not(.no-gutter) > * {
    width: calc((100% - 390px) / 13);
  }
  .flex-grid.flex-grid-md.cols-13-md.no-gutter > * {
    width: calc(100% / 13);
  }
  .flex-grid.flex-grid-lg.cols-13-md:not(.no-gutter) > * {
    width: calc((100% - 520px) / 13);
  }
  .flex-grid.flex-grid-lg.cols-13-md.no-gutter > * {
    width: calc(100% / 13);
  }
}
@media (max-width: 768px) {
  .flex-grid.flex-grid-sm.cols-13-sm:not(.no-gutter) > * {
    width: calc((100% - 260px) / 13);
  }
  .flex-grid.flex-grid-sm.cols-13-sm.no-gutter > * {
    width: calc(100% / 13);
  }
  .flex-grid.flex-grid-md.cols-13-sm:not(.no-gutter) > * {
    width: calc((100% - 390px) / 13);
  }
  .flex-grid.flex-grid-md.cols-13-sm.no-gutter > * {
    width: calc(100% / 13);
  }
  .flex-grid.flex-grid-lg.cols-13-sm:not(.no-gutter) > * {
    width: calc((100% - 520px) / 13);
  }
  .flex-grid.flex-grid-lg.cols-13-sm.no-gutter > * {
    width: calc(100% / 13);
  }
}
@media (min-width: 1261px) {
  .flex-grid.flex-grid-sm.cols-14:not(.no-gutter) > * {
    width: calc((100% - 280px) / 14);
  }
  .flex-grid.flex-grid-sm.cols-14.no-gutter > * {
    width: calc(100% / 14);
  }
  .flex-grid.flex-grid-md.cols-14:not(.no-gutter) > * {
    width: calc((100% - 420px) / 14);
  }
  .flex-grid.flex-grid-md.cols-14.no-gutter > * {
    width: calc(100% / 14);
  }
  .flex-grid.flex-grid-lg.cols-14:not(.no-gutter) > * {
    width: calc((100% - 560px) / 14);
  }
  .flex-grid.flex-grid-lg.cols-14.no-gutter > * {
    width: calc(100% / 14);
  }
}
@media (min-width: 769px) {
  .flex-grid.flex-grid-sm.cols-14-md:not(.no-gutter) > * {
    width: calc((100% - 280px) / 14);
  }
  .flex-grid.flex-grid-sm.cols-14-md.no-gutter > * {
    width: calc(100% / 14);
  }
  .flex-grid.flex-grid-md.cols-14-md:not(.no-gutter) > * {
    width: calc((100% - 420px) / 14);
  }
  .flex-grid.flex-grid-md.cols-14-md.no-gutter > * {
    width: calc(100% / 14);
  }
  .flex-grid.flex-grid-lg.cols-14-md:not(.no-gutter) > * {
    width: calc((100% - 560px) / 14);
  }
  .flex-grid.flex-grid-lg.cols-14-md.no-gutter > * {
    width: calc(100% / 14);
  }
}
@media (max-width: 768px) {
  .flex-grid.flex-grid-sm.cols-14-sm:not(.no-gutter) > * {
    width: calc((100% - 280px) / 14);
  }
  .flex-grid.flex-grid-sm.cols-14-sm.no-gutter > * {
    width: calc(100% / 14);
  }
  .flex-grid.flex-grid-md.cols-14-sm:not(.no-gutter) > * {
    width: calc((100% - 420px) / 14);
  }
  .flex-grid.flex-grid-md.cols-14-sm.no-gutter > * {
    width: calc(100% / 14);
  }
  .flex-grid.flex-grid-lg.cols-14-sm:not(.no-gutter) > * {
    width: calc((100% - 560px) / 14);
  }
  .flex-grid.flex-grid-lg.cols-14-sm.no-gutter > * {
    width: calc(100% / 14);
  }
}

.content-width {
  max-width: 1360px;
}

.content-width-alt {
  max-width: 1164px;
}

.content-width-small {
  max-width: 980px;
}

.width-auto {
  width: auto;
}

.width-1 {
  width: 100%;
}

.width-3-4 {
  width: 75%;
}

.width-1-2 {
  width: 50%;
}

.width-1-4 {
  width: 25%;
}

.height-auto {
  height: auto;
}

.height-1 {
  height: 100%;
}

.height-1-2 {
  height: 50%;
}

.height-400 {
  height: 400px;
}

.height-300 {
  height: 300px;
}

.height-200 {
  height: 200px;
}

.height-130 {
  height: 130px;
}

.height-100 {
  height: 100px;
}

.height-60 {
  height: 60px;
}

@media (max-width: 1260px) {
  .width-auto-md {
    width: auto !important;
  }
  .width-1-md {
    width: 100% !important;
  }
  .width-3-4-md {
    width: 75% !important;
  }
  .width-1-2-md {
    width: 50% !important;
  }
  .width-1-4-md {
    width: 25% !important;
  }
  .height-auto-md {
    height: auto !important;
  }
  .height-1-md {
    height: 100% !important;
  }
  .height-1-2-md {
    height: 50% !important;
  }
  .height-400-md {
    height: 400px !important;
  }
  .height-300-md {
    height: 300px !important;
  }
  .height-200-md {
    height: 200px !important;
  }
  .height-130-md {
    height: 130px !important;
  }
}
@media (max-width: 768px) {
  .width-auto-sm {
    width: auto !important;
  }
  .width-1-sm {
    width: 100% !important;
  }
  .width-3-4-sm {
    width: 75% !important;
  }
  .width-1-2-sm {
    width: 50% !important;
  }
  .width-1-4-sm {
    width: 25% !important;
  }
  .height-auto-sm {
    height: auto !important;
  }
  .height-1-sm {
    height: 100% !important;
  }
  .height-1-2-sm {
    height: 50% !important;
  }
  .height-400-sm {
    height: 400px !important;
  }
  .height-300-sm {
    height: 300px !important;
  }
  .height-200-sm {
    height: 200px !important;
  }
  .height-130-sm {
    height: 130px !important;
  }
}
.p-width-1 {
  max-width: 7.1428571429%;
  width: 100%;
}

.p-width-1p {
  max-width: 8.5714285714%;
  width: 100%;
}

@media (max-width: 1260px) {
  .p-width-1-md {
    max-width: 7.1428571429% !important;
    width: 100%;
  }
  .p-width-1p-md {
    max-width: 8.5714285714% !important;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .p-width-1-sm {
    max-width: 7.1428571429% !important;
    width: 100%;
  }
  .p-width-1p-sm {
    max-width: 8.5714285714% !important;
    width: 100%;
  }
}
.p-width-2 {
  max-width: 14.2857142857%;
  width: 100%;
}

.p-width-2p {
  max-width: 15.7142857143%;
  width: 100%;
}

@media (max-width: 1260px) {
  .p-width-2-md {
    max-width: 14.2857142857% !important;
    width: 100%;
  }
  .p-width-2p-md {
    max-width: 15.7142857143% !important;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .p-width-2-sm {
    max-width: 14.2857142857% !important;
    width: 100%;
  }
  .p-width-2p-sm {
    max-width: 15.7142857143% !important;
    width: 100%;
  }
}
.p-width-3 {
  max-width: 21.4285714286%;
  width: 100%;
}

.p-width-3p {
  max-width: 22.8571428571%;
  width: 100%;
}

@media (max-width: 1260px) {
  .p-width-3-md {
    max-width: 21.4285714286% !important;
    width: 100%;
  }
  .p-width-3p-md {
    max-width: 22.8571428571% !important;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .p-width-3-sm {
    max-width: 21.4285714286% !important;
    width: 100%;
  }
  .p-width-3p-sm {
    max-width: 22.8571428571% !important;
    width: 100%;
  }
}
.p-width-4 {
  max-width: 28.5714285714%;
  width: 100%;
}

.p-width-4p {
  max-width: 30%;
  width: 100%;
}

@media (max-width: 1260px) {
  .p-width-4-md {
    max-width: 28.5714285714% !important;
    width: 100%;
  }
  .p-width-4p-md {
    max-width: 30% !important;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .p-width-4-sm {
    max-width: 28.5714285714% !important;
    width: 100%;
  }
  .p-width-4p-sm {
    max-width: 30% !important;
    width: 100%;
  }
}
.p-width-5 {
  max-width: 35.7142857143%;
  width: 100%;
}

.p-width-5p {
  max-width: 37.1428571429%;
  width: 100%;
}

@media (max-width: 1260px) {
  .p-width-5-md {
    max-width: 35.7142857143% !important;
    width: 100%;
  }
  .p-width-5p-md {
    max-width: 37.1428571429% !important;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .p-width-5-sm {
    max-width: 35.7142857143% !important;
    width: 100%;
  }
  .p-width-5p-sm {
    max-width: 37.1428571429% !important;
    width: 100%;
  }
}
.p-width-6 {
  max-width: 42.8571428571%;
  width: 100%;
}

.p-width-6p {
  max-width: 44.2857142857%;
  width: 100%;
}

@media (max-width: 1260px) {
  .p-width-6-md {
    max-width: 42.8571428571% !important;
    width: 100%;
  }
  .p-width-6p-md {
    max-width: 44.2857142857% !important;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .p-width-6-sm {
    max-width: 42.8571428571% !important;
    width: 100%;
  }
  .p-width-6p-sm {
    max-width: 44.2857142857% !important;
    width: 100%;
  }
}
.p-width-7 {
  max-width: 50%;
  width: 100%;
}

.p-width-7p {
  max-width: 51.4285714286%;
  width: 100%;
}

@media (max-width: 1260px) {
  .p-width-7-md {
    max-width: 50% !important;
    width: 100%;
  }
  .p-width-7p-md {
    max-width: 51.4285714286% !important;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .p-width-7-sm {
    max-width: 50% !important;
    width: 100%;
  }
  .p-width-7p-sm {
    max-width: 51.4285714286% !important;
    width: 100%;
  }
}
.p-width-8 {
  max-width: 57.1428571429%;
  width: 100%;
}

.p-width-8p {
  max-width: 58.5714285714%;
  width: 100%;
}

@media (max-width: 1260px) {
  .p-width-8-md {
    max-width: 57.1428571429% !important;
    width: 100%;
  }
  .p-width-8p-md {
    max-width: 58.5714285714% !important;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .p-width-8-sm {
    max-width: 57.1428571429% !important;
    width: 100%;
  }
  .p-width-8p-sm {
    max-width: 58.5714285714% !important;
    width: 100%;
  }
}
.p-width-9 {
  max-width: 64.2857142857%;
  width: 100%;
}

.p-width-9p {
  max-width: 65.7142857143%;
  width: 100%;
}

@media (max-width: 1260px) {
  .p-width-9-md {
    max-width: 64.2857142857% !important;
    width: 100%;
  }
  .p-width-9p-md {
    max-width: 65.7142857143% !important;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .p-width-9-sm {
    max-width: 64.2857142857% !important;
    width: 100%;
  }
  .p-width-9p-sm {
    max-width: 65.7142857143% !important;
    width: 100%;
  }
}
.p-width-10 {
  max-width: 71.4285714286%;
  width: 100%;
}

.p-width-10p {
  max-width: 72.8571428571%;
  width: 100%;
}

@media (max-width: 1260px) {
  .p-width-10-md {
    max-width: 71.4285714286% !important;
    width: 100%;
  }
  .p-width-10p-md {
    max-width: 72.8571428571% !important;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .p-width-10-sm {
    max-width: 71.4285714286% !important;
    width: 100%;
  }
  .p-width-10p-sm {
    max-width: 72.8571428571% !important;
    width: 100%;
  }
}
.p-width-11 {
  max-width: 78.5714285714%;
  width: 100%;
}

.p-width-11p {
  max-width: 80%;
  width: 100%;
}

@media (max-width: 1260px) {
  .p-width-11-md {
    max-width: 78.5714285714% !important;
    width: 100%;
  }
  .p-width-11p-md {
    max-width: 80% !important;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .p-width-11-sm {
    max-width: 78.5714285714% !important;
    width: 100%;
  }
  .p-width-11p-sm {
    max-width: 80% !important;
    width: 100%;
  }
}
.p-width-12 {
  max-width: 85.7142857143%;
  width: 100%;
}

.p-width-12p {
  max-width: 87.1428571429%;
  width: 100%;
}

@media (max-width: 1260px) {
  .p-width-12-md {
    max-width: 85.7142857143% !important;
    width: 100%;
  }
  .p-width-12p-md {
    max-width: 87.1428571429% !important;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .p-width-12-sm {
    max-width: 85.7142857143% !important;
    width: 100%;
  }
  .p-width-12p-sm {
    max-width: 87.1428571429% !important;
    width: 100%;
  }
}
.p-width-13 {
  max-width: 92.8571428571%;
  width: 100%;
}

.p-width-13p {
  max-width: 94.2857142857%;
  width: 100%;
}

@media (max-width: 1260px) {
  .p-width-13-md {
    max-width: 92.8571428571% !important;
    width: 100%;
  }
  .p-width-13p-md {
    max-width: 94.2857142857% !important;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .p-width-13-sm {
    max-width: 92.8571428571% !important;
    width: 100%;
  }
  .p-width-13p-sm {
    max-width: 94.2857142857% !important;
    width: 100%;
  }
}
.p-width-14 {
  max-width: 100%;
  width: 100%;
}

.p-width-14p {
  max-width: 101.4285714286%;
  width: 100%;
}

@media (max-width: 1260px) {
  .p-width-14-md {
    max-width: 100% !important;
    width: 100%;
  }
  .p-width-14p-md {
    max-width: 101.4285714286% !important;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .p-width-14-sm {
    max-width: 100% !important;
    width: 100%;
  }
  .p-width-14p-sm {
    max-width: 101.4285714286% !important;
    width: 100%;
  }
}
.text-white {
  color: #FFFFFF !important;
}

.text-black {
  color: #2D333C;
}

.text-muted {
  color: #999999;
}

.text-purple {
  color: #BF4DA5;
}

.text-blue {
  color: #343579;
}

.text-red {
  color: red;
}

.text-primary {
  color: #21B6BC;
}

.text-nowrap {
  white-space: nowrap;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-bold {
  font-weight: bold;
}

.text-normal {
  font-weight: normal;
}

.text-72 {
  font-size: 72px;
}

.text-48 {
  font-size: 48px;
}

.text-32 {
  font-size: 32px;
}

.text-26 {
  font-size: 26px;
}

.text-24 {
  font-size: 24px;
}

.text-22 {
  font-size: 22px;
}

.text-20 {
  font-size: 20px;
}

.text-18 {
  font-size: 18px;
}

.text-16 {
  font-size: 16px;
}

.text-14 {
  font-size: 14px;
}

.text-largest {
  font-size: 18px;
}

.text-larger {
  font-size: 16px;
}

.text-large {
  font-size: 15px;
}

.text-medium {
  font-size: 14px;
}

.text-small {
  font-size: 13px;
}

.text-smaller {
  font-size: 12px;
}

.text-smallest {
  font-size: 10px;
}

@media (max-width: 1260px) {
  .text-nowrap-md {
    white-space: nowrap !important;
  }
  .text-left-md {
    text-align: left !important;
  }
  .text-center-md {
    text-align: center !important;
  }
  .text-right-md {
    text-align: right !important;
  }
  .text-bold-md {
    font-weight: bold !important;
  }
  .text-normal-md {
    font-weight: normal !important;
  }
  .text-48-md {
    font-size: 48px !important;
  }
  .text-32-md {
    font-size: 32px !important;
  }
  .text-26-md {
    font-size: 26px !important;
  }
  .text-24-md {
    font-size: 24px !important;
  }
  .text-22-md {
    font-size: 22px !important;
  }
  .text-20-md {
    font-size: 20px !important;
  }
  .text-18-md {
    font-size: 18px !important;
  }
  .text-16-md {
    font-size: 16px !important;
  }
  .text-14-md {
    font-size: 14px !important;
  }
  .text-largest-md {
    font-size: 18px !important;
  }
  .text-larger-md {
    font-size: 16px !important;
  }
  .text-large-md {
    font-size: 15px !important;
  }
  .text-medium-md {
    font-size: 14px !important;
  }
  .text-small-md {
    font-size: 13px !important;
  }
  .text-smaller-md {
    font-size: 12px !important;
  }
  .text-smallest-md {
    font-size: 10px !important;
  }
}
@media (max-width: 768px) {
  .text-nowrap-sm {
    white-space: nowrap !important;
  }
  .text-left-sm {
    text-align: left !important;
  }
  .text-center-sm {
    text-align: center !important;
  }
  .text-right-sm {
    text-align: right !important;
  }
  .text-bold-sm {
    font-weight: bold !important;
  }
  .text-normal-sm {
    font-weight: normal !important;
  }
  .text-48-sm {
    font-size: 48px !important;
  }
  .text-32-sm {
    font-size: 32px !important;
  }
  .text-26-sm {
    font-size: 26px !important;
  }
  .text-24-sm {
    font-size: 24px !important;
  }
  .text-22-sm {
    font-size: 22px !important;
  }
  .text-20-sm {
    font-size: 20px !important;
  }
  .text-18-sm {
    font-size: 18px !important;
  }
  .text-16-sm {
    font-size: 16px !important;
  }
  .text-14-sm {
    font-size: 14px !important;
  }
  .text-largest-sm {
    font-size: 18px !important;
  }
  .text-larger-sm {
    font-size: 16px !important;
  }
  .text-large-sm {
    font-size: 15px !important;
  }
  .text-medium-sm {
    font-size: 14px !important;
  }
  .text-small-sm {
    font-size: 13px !important;
  }
  .text-smaller-sm {
    font-size: 12px !important;
  }
  .text-smallest-sm {
    font-size: 10px !important;
  }
}
.line-height-1 {
  line-height: 1 !important;
}

.line-height-1-4 {
  line-height: 1.4;
}

.button {
  height: 60px;
  text-decoration: none;
  line-height: 1.4;
}
.button.button-small {
  height: 50px;
}
.button.button-large {
  height: 80px;
}
.button.button-primary {
  background-color: #21B6BC;
  color: #FFFFFF;
}
.button.button-white {
  background-color: #FFFFFF;
}
.button.button-yellow {
  background-color: #FFF7B9;
}
.button.button-tint-1 {
  background-color: #CCF0F2;
}
.button.button-arrow::after {
  margin-left: 10px;
  margin-top: -8px;
}
.button.button-arrow::after {
  content: url(/information/static/assets/img/arrow-right-white-small.png);
}
.button.button-arrow.button-white::after {
  content: url(/information/static/assets/img/arrow-right-primary-small.png);
}
.button.button-arrow.button-arrow-purple::after {
  content: url(/information/static/assets/img/arrow-right-purple-small.png);
}
.button.button-arrow.button-tint-1::after {
  content: url(/information/static/assets/img/arrow-right-primary-small.png);
}
.button.button-arrow-down::after {
  margin-left: 10px;
}
.button.button-arrow-down.button-white::after {
  content: url(/information/static/assets/img/arrow-down-primary-small.png);
}
.button.button-arrow-down.button-primary::after {
  content: url(/information/static/assets/img/arrow-down-white-small.png);
}
.button.button-arrow-down.button-tint-1::after {
  content: url(/information/static/assets/img/arrow-down-primary-small.png);
}
.button.button-external::after {
  margin-left: 10px;
}
.button.button-external::after {
  content: url(/information/static/assets/img/external.png);
}
.button.button-border.button-border-left {
  border-left-width: 5px;
  border-left-style: solid;
}
.button.button-border.button-border-left.button-border-primary {
  border-left-color: #21B6BC;
}
.button.button-border.button-border-left.button-border-yellow {
  border-color: #E4BF4D;
}
.button.button-center {
  position: relative;
}
.button.button-center > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-decoration-none {
  text-decoration: none;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.caret-link {
  text-decoration: none;
  display: inline-flex;
}
.caret-link.caret-link-primary-small::before {
  content: url(/information/static/assets/img/caret-right-primary-small.png);
  margin-right: 6px;
}
.caret-link.caret-link-white-small::before {
  content: url(/information/static/assets/img/caret-right-white-small.png);
  margin-right: 6px;
}
.caret-link.text-larger.caret-link-white-small::before {
  display: inline-block;
  transform: translateY(-2px);
}

.arrow-link {
  position: relative;
  text-decoration: none;
}
.arrow-link.arrow-link-left.arrow-link-purple::before {
  content: url(/information/static/assets/img/arrow-left-purple-small.png);
  margin-right: 10px;
}
.arrow-link.arrow-link-right::after {
  margin-left: 10px;
}
.arrow-link.arrow-link-right.arrow-link-primary::after {
  content: url(/information/static/assets/img/arrow-right-primary-small.png);
}
.arrow-link.arrow-link-right.arrow-link-purple::after {
  content: url(/information/static/assets/img/arrow-right-purple-small.png);
}
.arrow-link.arrow-link-right.arrow-link-blue::after {
  content: url(/information/static/assets/img/arrow-right-blue-small.png);
}
.arrow-link.arrow-link-right.arrow-link-black::after {
  content: url(/information/static/assets/img/arrow-right-blue-small.png);
}
.arrow-link.arrow-link-right.arrow-link-white::after {
  content: url(/information/static/assets/img/arrow-right-white-small.png);
}
.arrow-link.arrow-link-right.arrow-center-on-large-text::after {
  display: inline-block;
  transform: translateY(-7px);
}

.external-link {
  position: relative;
  text-decoration: none;
}
.external-link.external-link-left.external-link-purple::before {
  content: url(/information/static/assets/img/arrow-left-purple-small.png);
  margin-right: 10px;
}
.external-link.external-link-right::after {
  margin-left: 10px;
}
.external-link.external-link-right.external-link-primary::after {
  content: url(/information/static/assets/img/external-primary.png);
}
.external-link.external-link-right.external-link-purple::after {
  content: url(/information/static/assets/img/external-purple.png);
}
.external-link.external-link-right.external-link-blue::after {
  content: url(/information/static/assets/img/arrow-right-blue-small.png);
}

.link-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.link-list li {
  position: relative;
  padding-left: 18px;
}
.link-list li a {
  text-decoration: none;
}
.link-list.link-list-caret.link-list-primary li::before {
  content: url(/information/static/assets/img/caret-right-primary-small.png);
  position: absolute;
  left: 0;
}

.accordion.accordion-bordered {
  border-top: solid 2px #CFE0E0;
}
.accordion.accordion-bordered > div {
  border-bottom: solid 2px #CFE0E0;
}
.accordion.accordion-bordered > div .accordion-content > *:first-child {
  border-top: solid 2px #CFE0E0;
}
.accordion .accordion-title.accordion-indicator::after {
  content: "＋";
  color: #21B6BC;
  font-size: 24px;
}
.accordion .Btnbook.accordion-title.accordion-indicator::after{
  color: #fff;
  position: absolute;
  right: 1em;
  line-height: 1em;
  top: calc(50% - 0.5em);
}
@media (max-width: 768px) {
  .accordion .Btnbook.accordion-title.accordion-indicator::after{
    right: 0.4em;
  }
}
.accordion .accordion-title.accordion-indicator.active::after {
  content: "－";
}
.accordion .accordion-content {
  overflow: hidden;
  max-height: 0;
}
.accordion .accordion-content:not(.instant) {
  transition: max-height ease-out 0.2s;
}

.tabs {
  position: relative;
  display: flex;
}
.tabs::before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #E5E5E5;
}
.tabs .tab {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  background-color: #E5E5E5;
  text-decoration: none;
  border: solid 2px #E5E5E5;
}
.tabs .tab.active {
  background-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
}
.tabs.tabs-blue .tab.active {
  background-color: #343579;
  color: #FFFFFF;
  border-bottom-color: #E5E5E5;
}
.tabs.tabs-5 .tab {
  width: 20%;
}
@media (max-width: 1260px) {
  .tabs.tabs-5 .tab {
    width: 33.3333333333%;
  }
}
@media (max-width: 768px) {
  .tabs.tabs-5 .tab {
    width: 100%;
  }
}
.tabs.tabs-6 .tab {
  width: 16.6666666667%;
}
@media (max-width: 1260px) {
  .tabs.tabs-6 .tab {
    width: 33.3333333333%;
  }
}
@media (max-width: 768px) {
  .tabs.tabs-6 .tab {
    width: 100%;
  }
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}

table {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #CCF0F2;
}
table thead th, table thead td, table tbody th, table tbody td {
  border: solid 1px #CCF0F2;
  padding: 15px;
}
table thead th, table tbody th {
  background-color: #E6F7F7;
  text-align: left;
}
table.table-2 td {
  width: 50%;
}
table.table-3 td {
  width: 33.3333333333%;
}
@media (max-width: 768px) {
  table.collapsible thead th, table.collapsible thead td, table.collapsible tbody th, table.collapsible tbody td {
    display: block;
    width: 100% !important;
  }
}

.scrollable-table-indicator {
  display: none;
}
@media (max-width: 968px) {
  .scrollable-table-indicator {
    display: flex;
    margin-top: 20px;
  }
}

.scrollable-table {
  margin-top: 20px;
}
@media (max-width: 968px) {
  .scrollable-table {
    overflow-x: scroll;
    margin-top: 0;
  }
  .scrollable-table table {
    min-width: 968px;
  }
}

.header .header-content {
  height: 98px;
  position: relative;
}
.header .header-content .header-logo img {
  width: 142px;
}
.header .header-content .header-menu-button {
  width: 98px;
  height: 98px;
  background-color: #21B6BC;
}
.header .header-content .header-menu-button-mobile {
  width: 60px;
  height: 100%;
  background-color: #21B6BC;
}
.header .header-content .header-menu-button-mobile > img:last-child {
  display: none;
}
.header .header-content .header-menu-button-mobile.active > img:first-child {
  display: none;
}
.header .header-content .header-menu-button-mobile.active > img:last-child {
  display: initial;
}
@media (max-width: 768px) {
  .header .header-content {
    height: 60px;
    border-top: solid 5px #21B6BC;
  }
  .header .header-content .header-logo {
    margin-top: 5px;
  }
  .header .header-content .header-logo img {
    width: 90px;
  }
  .header .header-content .header-logo-desc {
    font-size: 7px;
    margin-top: 5px;
  }
}

.header-nav {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-93px);
  height: 98px;
  background-color: #21B6BC;
  transition: transform ease-out 0.15s;
}
.header-nav.active {
  transform: translateY(0);
}
.header-nav.active .header-nav-item-container.active .header-nav-item {
  border-bottom-color: #FFFFFF;
}
.header-nav.active .header-nav-item-container.active .header-nav-item-content {
  visibility: visible;
}
.header-nav.active .header-nav-item-container .header-nav-item {
  border-left-color: rgba(255, 255, 255, 0.3);
}
.header-nav .header-nav-item-container .header-nav-item {
  line-height: 1.5;
  text-decoration: none;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: transparent;
  border-top-width: 5px;
  border-top-style: solid;
  border-top-color: transparent;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  transition: border-bottom-color ease-out 0.15s;
}
.header-nav .header-nav-item-container .header-nav-item-content {
  z-index: 21;
  position: fixed;
  top: 98px;
  left: 0;
  background-color: #21B6BC;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  visibility: hidden;
}
.header-nav * {
  line-height: 1.6;
}
.header-nav a {
  transition: none !important;
}

.header-nav-mobile {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  transform: translateY(-100%);
  transition: opacity ease-out 0.15s, transform ease-out 0.15s;
}
.header-nav-mobile.active {
  z-index: 5;
  opacity: 1;
  transform: translateY(60px);
}
.header-nav-mobile .splide .splide__slide {
  margin-top: 0 !important;
}
.header-nav-mobile .splide .splide__slide .header-nav-mobile-item-container:not(:last-child) {
  border-bottom: solid 1px #63CCD0;
}
.header-nav-mobile .splide .splide__slide .header-nav-mobile-item-container .header-nav-mobile-item {
  text-decoration: none;
  height: 60px;
  background-color: #21B6BC;
}
.header-nav-mobile .splide .splide__slide .header-nav-mobile-item-container .header-nav-mobile-item.ignore-height {
  height: auto;
}
.header-nav-mobile .splide .splide__slide .header-nav-mobile-item-container .header-nav-mobile-item.with-arrow::after {
  content: url(/information/static/assets/img/arrow-right-white.png);
  transform: translateY(-3px);
}
.header-nav-mobile .splide .splide__slide .header-nav-mobile-item-container .header-nav-mobile-accordion .accordion-title {
  text-decoration: none;
  height: 60px;
  background-color: #CCF0F2;
  border-top: solid 1px rgba(33, 182, 188, 0.2);
}
.header-nav-mobile .splide .splide__slide .header-nav-mobile-item-container .header-nav-mobile-accordion .accordion-title::after {
  content: url(/information/static/assets/img/plus.png);
}
.header-nav-mobile .splide .splide__slide .header-nav-mobile-item-container .header-nav-mobile-accordion .accordion-title.active::after {
  content: url(/information/static/assets/img/minus.png);
}
.header-nav-mobile .splide .splide__slide .header-nav-mobile-item-container .header-nav-mobile-accordion .accordion-content .accordion-content-link {
  text-decoration: none;
  height: 60px;
  background-color: #E6F7F7;
  border-top: solid 1px rgba(33, 182, 188, 0.2);
}
.header-nav-mobile .splide .splide__slide .header-nav-mobile-item-container .header-nav-mobile-accordion .accordion-content .accordion-content-link::after {
  content: url(/information/static/assets/img/arrow-right-primary.png);
  transform: translateY(-3px);
}
.header-nav-mobile .splide .splide__slide .slide-content {
  display: none;
}
.header-nav-mobile .splide .splide__slide .slide-content.active {
  display: initial;
}
#search-bt{
  position: absolute;
  top: calc(50% - 25px);
  right: 120px;
}
@media (max-width: 768px) {
  #search-bt{
    right: 64px;
    top: calc(50% - 20px);
  }
}
#search-bt a{
        display:flex;
    justify-content: center;
    align-items: center;
    background: url("/information/static/assets/img/icon-serch.png") calc(100% - 12px) center no-repeat;;
  -moz-background-size: auto 50%;
  background-size: auto 50%;
  padding-right: 50px;
    padding-left: 1em;
  height: 50px;
    text-decoration: none;
    border: solid 2px #EAEAF2;
    }
@media (max-width: 768px) {
  #search-bt a{
      background: url("/information/static/assets/img/icon-serch.png") calc(100% - 10px) center no-repeat;
      -moz-background-size: auto 62.5%;
      background-size: auto 62.5%;
      padding-right: 35px;
      padding-left: 0.5em;
      height: 40px;
  }
}
#search-bt a p{
      margin: 0;
}
@media (max-width: 768px) {
  #search-bt a p{
        font-size: 82%;
        line-height: 1.2em;
        width: 5em;
  }
}
#search-pop{
  position: fixed;
  left: 0;
  top: 0;
  z-index: 300;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.5);
  display: none;
  transition-property: opacity,filter;
  transition: 0.2s linear;
}
#search-pop.show{
  display:flex;
  justify-content: center;
  align-items: center;
  opacity:0;filter: alpha(opacity=0);-ms-filter: "alpha(opacity=0)";
}
#search-pop.view{
  opacity:1;filter: alpha(opacity=100);-ms-filter: "alpha(opacity=100)";
}
#search-pop #search-pop-inner{
  min-width: 800px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #EAEAF2;
  padding: 50px 80px;
}
@media (max-width: 768px) {
  #search-pop #search-pop-inner{
    min-width: 70vw;
      padding: 2em 1em;
      margin: 0 1em;
  }
}
#search-pop #search-pop-inner > p{
  font-weight: bold;
  margin-bottom: 1em;
  margin-top: 0;
  text-align: center;
}
#search-pop #search-pop-inner table{
  border: none;
}
#search-pop #search-pop-inner table tbody th,
#search-pop #search-pop-inner table tbody td{
  border: none;
  padding: 0;
}
#search-pop #search-pop-inner .gsc-input{
  font-size: 20px;
}
#search-pop #search-pop-inner .gsc-search-button{
  cursor: pointer;
}
#search-pop #search-pop-inner .gsc-search-button svg{
  width: 20px;
  height: 20px;
}
#search-pop #search-pop-inner #search-pop-keyword{
      margin-top: 3em;
      padding: 0;}
#search-pop #search-pop-inner #search-pop-keyword p{
        text-align: center;}
#search-pop #search-pop-inner #search-pop-keyword ul{
        letter-spacing: -0.3em;
        margin-top: 1em;}
@media (max-width: 768px) {
  #search-pop #search-pop-inner #search-pop-keyword ul{
    margin: 1em 1em 0;
  }
}
#search-pop #search-pop-inner #search-pop-keyword ul li{
          letter-spacing: 0;
          display: inline-block;
          vertical-align: top;
          min-width: 50%;
          margin-top: 0.5em;}
@media (max-width: 768px) {
  #search-pop #search-pop-inner #search-pop-keyword ul li{
    width: 100%;
  }
}
#search-pop #search-pop-inner #search-pop-keyword ul li a{
            color: #2D333C;
}
#search-pop #search-pop-close{
    position: fixed;
    right: 50px;
    top: 50px;
    display: block;
    width: 50px;
    height: 50px;
  }
@media (max-width: 768px) {
#search-pop #search-pop-close{
      right: 5px;
      top: 5px;
  }
}
#search-pop #search-pop-close::before,
#search-pop #search-pop-close::after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    background-color: #fff;
    left: 0;
    top: calc(50% - 1px);
  }
#search-pop #search-pop-close::before{
    transform: rotate(45deg);
  }
#search-pop #search-pop-close::after{
    transform: rotate(-45deg);
  }
.header-image-container {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.header-image-container .header-image-content {
  height: 450px;
}
@media (max-width: 768px) {
  .header-image-container .header-image-content {
    height: 260px;
  }
  .header-image-container .header-image-content h1 {
    z-index: 1;
  }
}
@media (max-width: 768px) {
  .header-image-container::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .header-image-container h1 {
    color: white !important;
  }
}

.header-generic-container {
  position: relative;
}
.header-generic-container .header-generic-background {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
.header-generic-container .header-generic-background .blocks :nth-child(1) {
  width: 23%;
  background-color: #FFFFFF;
}
.header-generic-container .header-generic-background .blocks :nth-child(2) {
  width: 54%;
  background-color: #CCF1F2;
}
.header-generic-container .header-generic-background .blocks :nth-child(3) {
  width: 23%;
  background-color: #99E2E5;
}
.header-generic-container .header-generic-background .end-block {
  width: 98px;
  background-color: #66D4D7;
}
@media (max-width: 768px) {
  .header-generic-container .header-generic-background .end-block {
    width: 60px;
  }
}
.header-generic-container .header-generic-content {
  height: 340px;
}
@media (max-width: 768px) {
  .header-generic-container .header-generic-content {
    height: 200px;
  }
}

.footer {
  background-color: #EAEAF2;
}
.footer .footer-content .footer-links {
  margin-bottom: -10px;
}
.footer .footer-content .footer-links > *{
  min-width: calc((100% - 80px) * (22 / 100));
}
.footer .footer-content .footer-links > *:nth-of-type(1),
.footer .footer-content .footer-links > *:nth-of-type(6){
  min-width: calc((100% - 80px) * (34 / 100));
}
.footer .footer-content .footer-links > *:nth-of-type(5){
  width: 100%;
}
@media (max-width: 768px) {
  .footer .footer-content .footer-links > *,
  .footer .footer-content .footer-links > *:nth-of-type(1),
  .footer .footer-content .footer-links > *:nth-of-type(6),
  .footer .footer-content .footer-links > *:nth-of-type(5){
   width: 48%;
  }
  .footer .footer-content .footer-links > *:nth-of-type(7){
   width: 100%;
  }
}
.footer * {
  line-height: 1.6;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .pagination-item {
  text-decoration: none;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .pagination-item.link-prev::after {
  content: url(/information/static/assets/img/caret-left-primary.png);
  height: 20px;
}
.pagination .pagination-item.link-next::after {
  content: url(/information/static/assets/img/caret-right-primary.png);
  height: 20px;
}

.modal-trigger,
.modal-close {
  cursor: pointer;
}

.modal-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.modal-container .modal {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFFFFF;
}
.modal-container .modal.modal-default {
  max-width: 100%;
  width: 600px;
}
.modal-container .modal.modal-large {
  max-width: 100%;
  width: 900px;
}
.modal-container .modal .modal-content iframe {
  border: none;
}
.modal-container.is-open {
  z-index: 998;
  display: block;
}
.modal-container.is-open .modal {
  z-index: 999;
  display: block;
}
/* モーダルウィンドウここから　------------------------------------ */
.modal-1__wrap input {
    display: none;
}

.modal-1__open-label,
.modal-1__close-label {
    cursor: pointer;
}

.modal-1__open-label {
   text-decoration: none;
}

.modal-1__open-label:hover {
    text-decoration: none;
    cursor: pointer;
}

.modal-1 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    font-size: 1.125rem;
}

.modal-1__open-input:checked + label + input + .modal-1 {
    display: block;
    animation: modal-1-animation .6s;
}

.modal-1__content-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 1440px;
    background-color: #fefefe;
    z-index: 2;
    border-radius: 5px;
    text-align: left;
}

.modal-1__close-label {
    background-color: #777;
    color: #fff;
    border: 2px solid #fff;
    -webkit-box-sizing: border-box;
  box-sizing: border-box;
    border-radius: 1.8em;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.5;
    text-align: center;
    display: table-cell;
    position: fixed;
    top: -1em;
    right: -2%;
    z-index: 99999;
    font-size: 1.4em;
}

.modal-1__content {
    max-height: 50vh;
    overflow-y: auto;
    padding: 39px 45px 40px;
}

.modal-1__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .45);
    z-index: 1;
}

@keyframes modal-1-animation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media only screen and (max-width: 520px) {
    .modal-1__open-label {
        max-width: 90%;
    }

    .modal-1__close-label {
        top: -17px;
        right: -4%;
    }

    .modal-1__content-wrap {
        width: 90vw;
    }

    .modal-1__content {
        padding: 33px 21px 35px;
        max-width: 100%;
    }
}
/* モーダルウィンドウここまで　------------------------------------ */
.c-01 {
  color: #BE51A4;
}

.bl_intro_list2 {
  height: 40%;
  font-weight: 500;
  color: #fff;
}

.bl_intro_list2 li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 1em;
}

.bl_intro_list2 li::before {
  position: absolute;
  top: 0;
  left: 0;
}


.modal-1__wrap{
  text-align: center;
  margin-bottom: 2em;
}
.modal-bt{
  text-align: center;
  background-color: #012061;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  margin: 0 auto;
  padding:0.5em 1em;
  font-size: 130%;
  opacity:1;filter: alpha(opacity=100);-ms-filter: "alpha(opacity=100)";
  transition-property: opacity,filter;
  transition: 0.2s linear;
}
.modal-bt:hover{
  opacity:.6;filter: alpha(opacity=60);-ms-filter: "alpha(opacity=60)";
}

@media screen and (max-width: 767px) {
  .modal-bt{
    font-size: 100%;
  }
}
.breadcrumbs {
  font-size: 12px;
}
.hero-container {
  position: relative;
}
@media (max-width: 920px) {
  .hero-container .hero-slider {
    flex-direction: column;
  }
}
.hero-container .hero-slider .splide__track {
  max-width: 85%;
  width: 100%;
}
@media (max-width: 920px) {
  .hero-container .hero-slider .splide__track {
    max-width: none;
  }
}
.hero-container .hero-slider .splide__track .splide__list li {
  margin-top: 0 !important;
}
.hero-container .hero-slider .splide__pagination {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 166px;
  max-width: 15%;
  width: 100%;
  padding: 0;
  margin-left: 30px;
  counter-reset: item-num;
}
@media (max-width: 920px) {
  .hero-container .hero-slider .splide__pagination {
    flex-direction: row;
    justify-content: flex-start;
    max-width: none;
    margin-top: 20px;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.hero-container .hero-slider .splide__pagination::after {
  content: url(/information/static/assets/img/pages/top/hero-scroll.png);
  position: absolute;
  bottom: 0;
  left: 14px;
}
@media (max-width: 920px) {
  .hero-container .hero-slider .splide__pagination::after {
    content: url(/information/static/assets/img/pages/top/hero-scroll-sm.png);
    top: 0;
    bottom: auto;
    left: auto;
    right: 10px;
  }
}
.hero-container .hero-slider .splide__pagination > li {
  counter-increment: item-num;
}
.hero-container .hero-slider .splide__pagination > li:not(:first-child) {
  margin-top: 20px;
}
@media (max-width: 920px) {
  .hero-container .hero-slider .splide__pagination > li:not(:first-child) {
    margin-top: 0;
    margin-left: 20px;
  }
}
.hero-container .hero-slider .splide__pagination > li .splide__pagination__page {
  position: relative;
  width: 36px;
  height: 36px;
  background-color: #FFFFFF;
  border-width: 1px;
  border-style: solid;
  border-color: #E5E5E5;
  border-radius: 50%;
}
.hero-container .hero-slider .splide__pagination > li .splide__pagination__page::before {
  content: counter(item-num);
}
.hero-container .hero-slider .splide__pagination > li .splide__pagination__page.is-active {
  border-color: #21B6BC;
}
.hero-container .hero-slider .splide__pagination > li .splide__pagination__page.is-active::before {
  color: #21B6BC;
}
.hero-container .hero-slider .splide__pagination > li .splide__pagination__page.is-active::after {
  content: url(/information/static/assets/img/pages/top/line-primary.svg);
  position: absolute;
  top: 5px;
  left: -30px;
  width: 30px;
  height: 1px;
}
@media (max-width: 920px) {
  .hero-container .hero-slider .splide__pagination > li .splide__pagination__page.is-active::after {
    content: "";
    width: 1px;
    height: 21px;
    left: 50%;
    top: 0;
    transform: translate(-50%, -100%);
    background-color: #21B6BC;
  }
}
.hero-container .spoint-container {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 98px;
}
@media (max-width: 920px) {
  .hero-container .spoint-container {
    display: none;
  }
}
.hero-container .spoint-container .signin {
  position: relative;
  border: solid 2px #00B7BD;
}
.hero-container .spoint-container .signin::after {
  content: url(/information/static/assets/img/pages/top/hero-card-arrow-left.png);
  position: absolute;
  left: -17px;
  top: 50%;
  transform: translateY(-50%);
}
.hero-container .spoint-container .signin .title {
  margin: 4px 0 0 0;
}
.hero-container .spoint-container .signin .button {
  height: 24px;
  width: 70px;
  text-decoration: none;
}
.hero-container .spoint-container .signin .button.signin-button {
  background-color: #00B7BD;
  border: solid 1px transparent;
  color: #FFFFFF;
}
.hero-container .spoint-container .signin .button.signup-button {
  background-color: #FFFFFF;
  border: solid 1px #00B7BD;
  color: #00B7BD;
}
.hero-container .spoint-container .card {
  background-color: #BF4DA5;
}

.second-slider-container {
  margin-top: 150px;
}
@media (max-width: 920px) {
  .second-slider-container {
    margin-top: 30px;
  }
}
.second-slider-container .second-slider-content {
  position: relative;
}
.second-slider-container .second-slider-content .second-slider-background {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: #F8EDF6;
}
.second-slider-container .second-slider-content .second-slider-header {
  margin-left: 9%;
}
.second-slider-container .second-slider-content .second-slider-header .vertical-divider {
  width: 1px;
  height: 12px;
  background-color: #BF4DA5;
}
.second-slider-container .second-slider-content .splide .splide__arrows {
  z-index: 1;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.second-slider-container .second-slider-content .splide .splide__arrows .splide__arrow {
  width: 50px;
  height: 50px;
  padding: 0;
  background-color: #BF4DA5;
  border: none;
  background-repeat: no-repeat;
  background-size: 14px 6px;
  background-position: center;
  background-image: url(/information/static/assets/img/arrow-right-white.png);
}
@media (max-width: 768px) {
  .second-slider-container .second-slider-content .splide .splide__arrows .splide__arrow {
    width: 40px;
  }
}
.second-slider-container .second-slider-content .splide .splide__arrows .splide__arrow:first-child {
  background-image: url(/information/static/assets/img/arrow-left-white.png);
}
.second-slider-container .second-slider-content .splide .splide__arrows .splide__arrow svg {
  opacity: 0;
}
.second-slider-container .second-slider-content .splide .splide__track {
  margin-left: 9%;
}
@media (max-width: 768px) {
  .second-slider-container .second-slider-content .splide .splide__track {
    margin-left: 5%;
    margin-right: 5%;
  }
}
.second-slider-container .second-slider-content .splide .splide__track .splide__list .splide__slide {
  margin-top: 0 !important;
}
.second-slider-container .second-slider-content .splide .splide__track .splide__list .splide__slide .second-slide {
  position: relative;
  background-color: #FFFFFF;
}
.second-slider-container .second-slider-content .splide .splide__track .splide__list .splide__slide .second-slide > div {
  position: absolute;
  bottom: 0;
}
@media (max-width: 768px) {
  .second-slider-container .second-slider-content .splide .splide__track .splide__list .splide__slide .second-slide > div {
    position: static;
    margin-top: -40px;
  }
}
.content-search{
  max-width: 700px;
  margin: 150px auto 0;
}
@media (max-width: 768px) {
  .content-search{
    max-width: calc(100vw - 2em);
    margin: 60px 1em 0;
  }
}
.content-search > p{
  font-weight: bold;
  margin-bottom: 1em;
  margin-top: 0;
  text-align: center;
}
.content-search table{
  border: none;
}
.content-search table tbody th,
.content-search table tbody td{
  border: none;
  padding: 0;
}
.content-search .gsc-input{
  font-size: 20px;
}
.content-search .gsc-search-button{
  cursor: pointer;
}
.content-search .gsc-search-button svg{
  width: 20px;
  height: 20px;
}
.top-content-1-container .top-content-1 {
  position: relative;
  height: 530px;
}
@media (max-width: 768px) {
  .top-content-1-container .top-content-1 {
    height: auto;
  }
}
.top-content-1-container .top-content-1 .bg {
  position: absolute;
  top: 0;
  right: 332.5714285714px;
  display: block;
}
@media (max-width: 768px) {
  .top-content-1-container .top-content-1 .bg {
    position: static;
  }
}
.top-content-1-container .top-content-1 .content {
  position: absolute;
  bottom: 0;
  right: 83.1428571429px;
  max-width: 332.5714285714px;
}
@media (max-width: 768px) {
  .top-content-1-container .top-content-1 .content {
    position: static;
    max-width: none;
  }
}
.top-content-1-container .top-content-1 .content h3 {
  letter-spacing: 0.18em;
}
.top-content-1-container .top-content-1 .content img {
  max-width: 124.7142857143px;
}

.card-lineup-container .card-lineup-content .card:nth-child(odd) {
  background-color: #CBF1F1;
}
.card-lineup-container .card-lineup-content .card:nth-child(odd) .card-lineup-title::after {
  content: url(/information/static/assets/img/bubble-down-primary.png);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 68%);
}
.card-lineup-container .card-lineup-content .card:nth-child(even) {
  background-color: #E5F7F7;
}
.card-lineup-container .card-lineup-content .card:nth-child(even) .card-lineup-title::after {
  content: url(/information/static/assets/img/bubble-down-primary-alt.png);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 68%);
}
.card-lineup-container .card-lineup-content .card .card-lineup-title {
  position: relative;
  height: 60px;
  border-top: solid 2px #21B6BC;
  border-bottom: solid 2px #21B6BC;
}
.card-lineup-container .card-lineup-content .card img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .card-lineup-container .card-lineup-content .card {
    max-width: 360px;
  }
}
.card-lineup-container .card-lineup-content .splide .splide__arrows {
  z-index: 1;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.card-lineup-container .card-lineup-content .splide .splide__arrows .splide__arrow {
  width: 50px;
  height: 50px;
  padding: 0;
  background-color: #21B6BC;
  border: none;
  background-repeat: no-repeat;
  background-size: 14px 6px;
  background-position: center;
  background-image: url(/information/static/assets/img/arrow-right-white.png);
}
@media (max-width: 768px) {
  .card-lineup-container .card-lineup-content .splide .splide__arrows .splide__arrow {
    width: 40px;
  }
}
.card-lineup-container .card-lineup-content .splide .splide__arrows .splide__arrow:first-child {
  background-image: url(/information/static/assets/img/arrow-left-white.png);
}
.card-lineup-container .card-lineup-content .splide .splide__arrows .splide__arrow svg {
  opacity: 0;
}
.card-lineup-container .card-lineup-content .splide .splide__track .splide__list .splide__slide {
  width: 80%;
}
.card-lineup-container .card-lineup-content .splide .splide__track .splide__list .splide__slide:nth-child(even) .card {
  background-color: #E5F7F7;
}
.card-lineup-container .card-lineup-content .splide .splide__track .splide__list li {
  margin-top: 0 !important;
}

.spoint-container .spoint-content .spoint-logo {
  width: 28.5714285714%;
}
.spoint-container .spoint-content .spoint-logo img {
  width: 102px;
}
@media (max-width: 768px) {
  .spoint-container .spoint-content .spoint-logo img {
    width: auto;
    height: 64px;
  }
}
.spoint-container .spoint-content .spoint-list {
  background-color: #F8EDF6;
}
.spoint-container .spoint-content .spoint-list .spoint-list-title {
  position: relative;
}
.spoint-container .spoint-content .spoint-list .spoint-list-title.title-primary a::before {
  content: "";
  position: absolute;
  width: 85%;
  height: 2px;
  left: 3px;
  bottom: -6px;
  background-color: #21B6BC;
}
.spoint-container .spoint-content .spoint-list .spoint-list-title.title-purple a::before {
  content: "";
  position: absolute;
  width: 85%;
  height: 2px;
  left: 3px;
  bottom: -6px;
  background-color: #BF4DA5;
}
.spoint-container .spoint-content .spoint-list .spoint-list-title img {
  width: 65px;
}

.customer-container .customer-content {
  background-color: #EAEAF1;
}
.customer-container .customer-content .customer-items {
  padding-left: 7.1428571429%;
  padding-right: 7.1428571429%;
}
@media (max-width: 768px) {
  .customer-container .customer-content .customer-items {
    gap: 10px;
    padding-left: 0;
    padding-right: 0;
  }
}
.customer-container .customer-content .customer-items .customer-item {
  position: relative;
  background-color: #FFFFFF;
  max-width: 250px;
}
@media (max-width: 768px) {
  .customer-container .customer-content .customer-items .customer-item {
    margin: 0;
    width: calc(50% - 10px);
  }
}
@media (max-width: 768px) {
  .customer-container .customer-content .customer-items .customer-item img {
    width: 100%;
  }
}
.customer-container .customer-content .customer-items .customer-item a {
  margin-top: -48px;
}
@media (max-width: 768px) {
  .customer-container .customer-content .customer-items .customer-item a {
    margin-top: -22%;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 0.8rem !important;
  }
  .customer-container .customer-content .customer-items .customer-item a::after {
    margin-left: 5px;
  }
}

.information-container .information-content {
  position: relative;
}
.information-container .information-content .information-background {
  z-index: -1;
  position: absolute;
  bottom: 30px;
  right: 0;
  height: 50%;
  background-color: #cac5c1;
}
.information-container .information-content .information {
  max-width: 300px;
}
@media (max-width: 768px) {
  .information-container .information-content .information {
    position: relative;
    display: flex;
    max-width: none;
    padding-bottom: 15px !important;
  }
  .information-container .information-content .information::before {
    z-index: -1;
    content: "";
    background-color: #cac5c1;
    width: 80%;
    height: 70%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.information-container .information-content .information:not(:last-child) {
  margin-right: 30px;
}
@media (max-width: 768px) {
  .information-container .information-content .information:not(:last-child) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .information-container .information-content .information:not(:first-child) {
    padding-top: 15px !important;
  }
}
.information-container .information-content .information .information-image-container {
  position: relative;
}
.information-container .information-content .information .information-image-container img {
  display: inherit;
}
@media (max-width: 768px) {
  .information-container .information-content .information .information-image-container {
    flex: none;
    width: 96px;
  }
}
.information-container .information-content .information .information-image-container .information-new-label {
  position: absolute;
  top: -12px;
  left: -12px;
  width: 48px;
}
@media (max-width: 768px) {
  .information-container .information-content .information .information-image-container .information-new-label {
    width: 32px;
  }
}
.information-container .information-content .information .information-image-container .category-label-container {
  margin-top: -15px;
}
.information-container .information-content .information .information-image-container .category-label-container .category-label {
  height: 30px;
}
@media (max-width: 768px) {
  .information-container .information-content .information .information-image-container .category-label-container {
    font-size: 7px;
    margin-top: -12px;
  }
}
@media (max-width: 768px) {
  .information-container .information-content .information > p {
    font-size: 0.92rem;
    margin-top: 0;
    margin-left: 15px;
  }
}

#mobile-banner {
  z-index: 10;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(100%);
  transition: transform ease 0.2s;
}
#mobile-banner.active {
  transform: translateY(0);
}
#mobile-banner img {
  height: 36px !important;
}
#mobile-banner .text-primary span {
  color: #21b6bc !important;
}

* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

html {
  font-family: "Lato", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Osaka, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-weight: 500;
  font-feature-settings: "palt";
  color: #2D333C;
}

.hide {
  display: none !important;
}

.display-block {
  display: block;
}

.show-on-small {
  display: none;
}

.show-on-medium {
  display: none;
}

.hide-on-small {
  display: inherit;
}

.hide-on-medium {
  display: inherit;
}

@media (max-width: 1260px) {
  .show-on-medium {
    display: inherit;
  }
  .hide-on-medium {
    display: none;
  }
}
@media (max-width: 768px) {
  .show-on-small {
    display: inherit;
  }
  .hide-on-small {
    display: none;
  }
}
.bg-white {
  background-color: #FFFFFF;
}

.bg-primary {
  background-color: #21B6BC;
}

.bg-blue {
  background-color: #343579;
}

.bg-purple {
  background-color: #BF4DA5;
}

.bg-tint-1 {
  background-color: #CCF0F2;
}

.bg-tint-2 {
  background-color: #E6F7F7;
}

.bg-tint-3 {
  background-color: #EAEAF2;
}

.bg-tint-4 {
  background-color: #F9F6ED;
}

.bg-tint-5 {
  background-color: #F8EDF6;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1260px) {
  .mx-auto-md {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (max-width: 768px) {
  .mx-auto-sm {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.m-1-2 {
  margin: 5px;
}

.mt-1-2 {
  margin-top: 5px;
}

.mr-1-2 {
  margin-right: 5px;
}

.mb-1-2 {
  margin-bottom: 5px;
}

.ml-1-2 {
  margin-left: 5px;
}

.mx-1-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.my-1-2 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.m-0 {
  margin: 0px;
}

.mt-0 {
  margin-top: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.p-0 {
  padding: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (max-width: 1260px) {
  .m-0-md {
    margin: 0px !important;
  }
  .mt-0-md {
    margin-top: 0px !important;
  }
  .mr-0-md {
    margin-right: 0px !important;
  }
  .mb-0-md {
    margin-bottom: 0px !important;
  }
  .ml-0-md {
    margin-left: 0px !important;
  }
  .mx-0-md {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .my-0-md {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .p-0-md {
    padding: 0px !important;
  }
  .pt-0-md {
    padding-top: 0px !important;
  }
  .pr-0-md {
    padding-right: 0px !important;
  }
  .pb-0-md {
    padding-bottom: 0px !important;
  }
  .pl-0-md {
    padding-left: 0px !important;
  }
  .px-0-md {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .py-0-md {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media (max-width: 768px) {
  .m-0-sm {
    margin: 0px !important;
  }
  .mt-0-sm {
    margin-top: 0px !important;
  }
  .mr-0-sm {
    margin-right: 0px !important;
  }
  .mb-0-sm {
    margin-bottom: 0px !important;
  }
  .ml-0-sm {
    margin-left: 0px !important;
  }
  .mx-0-sm {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .my-0-sm {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .p-0-sm {
    padding: 0px !important;
  }
  .pt-0-sm {
    padding-top: 0px !important;
  }
  .pr-0-sm {
    padding-right: 0px !important;
  }
  .pb-0-sm {
    padding-bottom: 0px !important;
  }
  .pl-0-sm {
    padding-left: 0px !important;
  }
  .px-0-sm {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .py-0-sm {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
.m-1 {
  margin: 10px;
}

.mt-1 {
  margin-top: 10px;
}

.mr-1 {
  margin-right: 10px;
}

.mb-1 {
  margin-bottom: 10px;
}

.ml-1 {
  margin-left: 10px;
}

.mx-1 {
  margin-left: 10px;
  margin-right: 10px;
}

.my-1 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.p-1 {
  padding: 10px;
}

.pt-1 {
  padding-top: 10px;
}

.pr-1 {
  padding-right: 10px;
}

.pb-1 {
  padding-bottom: 10px;
}

.pl-1 {
  padding-left: 10px;
}

.px-1 {
  padding-left: 10px;
  padding-right: 10px;
}

.py-1 {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 1260px) {
  .m-1-md {
    margin: 10px !important;
  }
  .mt-1-md {
    margin-top: 10px !important;
  }
  .mr-1-md {
    margin-right: 10px !important;
  }
  .mb-1-md {
    margin-bottom: 10px !important;
  }
  .ml-1-md {
    margin-left: 10px !important;
  }
  .mx-1-md {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .my-1-md {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .p-1-md {
    padding: 10px !important;
  }
  .pt-1-md {
    padding-top: 10px !important;
  }
  .pr-1-md {
    padding-right: 10px !important;
  }
  .pb-1-md {
    padding-bottom: 10px !important;
  }
  .pl-1-md {
    padding-left: 10px !important;
  }
  .px-1-md {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .py-1-md {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
@media (max-width: 768px) {
  .m-1-sm {
    margin: 10px !important;
  }
  .mt-1-sm {
    margin-top: 10px !important;
  }
  .mr-1-sm {
    margin-right: 10px !important;
  }
  .mb-1-sm {
    margin-bottom: 10px !important;
  }
  .ml-1-sm {
    margin-left: 10px !important;
  }
  .mx-1-sm {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .my-1-sm {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .p-1-sm {
    padding: 10px !important;
  }
  .pt-1-sm {
    padding-top: 10px !important;
  }
  .pr-1-sm {
    padding-right: 10px !important;
  }
  .pb-1-sm {
    padding-bottom: 10px !important;
  }
  .pl-1-sm {
    padding-left: 10px !important;
  }
  .px-1-sm {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .py-1-sm {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
.m-2 {
  margin: 20px;
}

.mt-2 {
  margin-top: 20px;
}

.mr-2 {
  margin-right: 20px;
}

.mb-2 {
  margin-bottom: 20px;
}

.ml-2 {
  margin-left: 20px;
}

.mx-2 {
  margin-left: 20px;
  margin-right: 20px;
}

.my-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.p-2 {
  padding: 20px;
}

.pt-2 {
  padding-top: 20px;
}

.pr-2 {
  padding-right: 20px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pl-2 {
  padding-left: 20px;
}

.px-2 {
  padding-left: 20px;
  padding-right: 20px;
}

.py-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 1260px) {
  .m-2-md {
    margin: 20px !important;
  }
  .mt-2-md {
    margin-top: 20px !important;
  }
  .mr-2-md {
    margin-right: 20px !important;
  }
  .mb-2-md {
    margin-bottom: 20px !important;
  }
  .ml-2-md {
    margin-left: 20px !important;
  }
  .mx-2-md {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .my-2-md {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .p-2-md {
    padding: 20px !important;
  }
  .pt-2-md {
    padding-top: 20px !important;
  }
  .pr-2-md {
    padding-right: 20px !important;
  }
  .pb-2-md {
    padding-bottom: 20px !important;
  }
  .pl-2-md {
    padding-left: 20px !important;
  }
  .px-2-md {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .py-2-md {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media (max-width: 768px) {
  .m-2-sm {
    margin: 20px !important;
  }
  .mt-2-sm {
    margin-top: 20px !important;
  }
  .mr-2-sm {
    margin-right: 20px !important;
  }
  .mb-2-sm {
    margin-bottom: 20px !important;
  }
  .ml-2-sm {
    margin-left: 20px !important;
  }
  .mx-2-sm {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .my-2-sm {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .p-2-sm {
    padding: 20px !important;
  }
  .pt-2-sm {
    padding-top: 20px !important;
  }
  .pr-2-sm {
    padding-right: 20px !important;
  }
  .pb-2-sm {
    padding-bottom: 20px !important;
  }
  .pl-2-sm {
    padding-left: 20px !important;
  }
  .px-2-sm {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .py-2-sm {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
.m-3 {
  margin: 30px;
}

.mt-3 {
  margin-top: 30px;
}

.mr-3 {
  margin-right: 30px;
}

.mb-3 {
  margin-bottom: 30px;
}

.ml-3 {
  margin-left: 30px;
}

.mx-3 {
  margin-left: 30px;
  margin-right: 30px;
}

.my-3 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.p-3 {
  padding: 30px;
}

.pt-3 {
  padding-top: 30px;
}

.pr-3 {
  padding-right: 30px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pl-3 {
  padding-left: 30px;
}

.px-3 {
  padding-left: 30px;
  padding-right: 30px;
}

.py-3 {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 1260px) {
  .m-3-md {
    margin: 30px !important;
  }
  .mt-3-md {
    margin-top: 30px !important;
  }
  .mr-3-md {
    margin-right: 30px !important;
  }
  .mb-3-md {
    margin-bottom: 30px !important;
  }
  .ml-3-md {
    margin-left: 30px !important;
  }
  .mx-3-md {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .my-3-md {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .p-3-md {
    padding: 30px !important;
  }
  .pt-3-md {
    padding-top: 30px !important;
  }
  .pr-3-md {
    padding-right: 30px !important;
  }
  .pb-3-md {
    padding-bottom: 30px !important;
  }
  .pl-3-md {
    padding-left: 30px !important;
  }
  .px-3-md {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .py-3-md {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
@media (max-width: 768px) {
  .m-3-sm {
    margin: 30px !important;
  }
  .mt-3-sm {
    margin-top: 30px !important;
  }
  .mr-3-sm {
    margin-right: 30px !important;
  }
  .mb-3-sm {
    margin-bottom: 30px !important;
  }
  .ml-3-sm {
    margin-left: 30px !important;
  }
  .mx-3-sm {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .my-3-sm {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .p-3-sm {
    padding: 30px !important;
  }
  .pt-3-sm {
    padding-top: 30px !important;
  }
  .pr-3-sm {
    padding-right: 30px !important;
  }
  .pb-3-sm {
    padding-bottom: 30px !important;
  }
  .pl-3-sm {
    padding-left: 30px !important;
  }
  .px-3-sm {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .py-3-sm {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
.m-4 {
  margin: 40px;
}

.mt-4 {
  margin-top: 40px;
}

.mr-4 {
  margin-right: 40px;
}

.mb-4 {
  margin-bottom: 40px;
}

.ml-4 {
  margin-left: 40px;
}

.mx-4 {
  margin-left: 40px;
  margin-right: 40px;
}

.my-4 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.p-4 {
  padding: 40px;
}

.pt-4 {
  padding-top: 40px;
}

.pr-4 {
  padding-right: 40px;
}

.pb-4 {
  padding-bottom: 40px;
}

.pl-4 {
  padding-left: 40px;
}

.px-4 {
  padding-left: 40px;
  padding-right: 40px;
}

.py-4 {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 1260px) {
  .m-4-md {
    margin: 40px !important;
  }
  .mt-4-md {
    margin-top: 40px !important;
  }
  .mr-4-md {
    margin-right: 40px !important;
  }
  .mb-4-md {
    margin-bottom: 40px !important;
  }
  .ml-4-md {
    margin-left: 40px !important;
  }
  .mx-4-md {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .my-4-md {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .p-4-md {
    padding: 40px !important;
  }
  .pt-4-md {
    padding-top: 40px !important;
  }
  .pr-4-md {
    padding-right: 40px !important;
  }
  .pb-4-md {
    padding-bottom: 40px !important;
  }
  .pl-4-md {
    padding-left: 40px !important;
  }
  .px-4-md {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .py-4-md {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media (max-width: 768px) {
  .m-4-sm {
    margin: 40px !important;
  }
  .mt-4-sm {
    margin-top: 40px !important;
  }
  .mr-4-sm {
    margin-right: 40px !important;
  }
  .mb-4-sm {
    margin-bottom: 40px !important;
  }
  .ml-4-sm {
    margin-left: 40px !important;
  }
  .mx-4-sm {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .my-4-sm {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .p-4-sm {
    padding: 40px !important;
  }
  .pt-4-sm {
    padding-top: 40px !important;
  }
  .pr-4-sm {
    padding-right: 40px !important;
  }
  .pb-4-sm {
    padding-bottom: 40px !important;
  }
  .pl-4-sm {
    padding-left: 40px !important;
  }
  .px-4-sm {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .py-4-sm {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
.m-5 {
  margin: 50px;
}

.mt-5 {
  margin-top: 50px;
}

.mr-5 {
  margin-right: 50px;
}

.mb-5 {
  margin-bottom: 50px;
}

.ml-5 {
  margin-left: 50px;
}

.mx-5 {
  margin-left: 50px;
  margin-right: 50px;
}

.my-5 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.p-5 {
  padding: 50px;
}

.pt-5 {
  padding-top: 50px;
}

.pr-5 {
  padding-right: 50px;
}

.pb-5 {
  padding-bottom: 50px;
}

.pl-5 {
  padding-left: 50px;
}

.px-5 {
  padding-left: 50px;
  padding-right: 50px;
}

.py-5 {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 1260px) {
  .m-5-md {
    margin: 50px !important;
  }
  .mt-5-md {
    margin-top: 50px !important;
  }
  .mr-5-md {
    margin-right: 50px !important;
  }
  .mb-5-md {
    margin-bottom: 50px !important;
  }
  .ml-5-md {
    margin-left: 50px !important;
  }
  .mx-5-md {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .my-5-md {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .p-5-md {
    padding: 50px !important;
  }
  .pt-5-md {
    padding-top: 50px !important;
  }
  .pr-5-md {
    padding-right: 50px !important;
  }
  .pb-5-md {
    padding-bottom: 50px !important;
  }
  .pl-5-md {
    padding-left: 50px !important;
  }
  .px-5-md {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .py-5-md {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media (max-width: 768px) {
  .m-5-sm {
    margin: 50px !important;
  }
  .mt-5-sm {
    margin-top: 50px !important;
  }
  .mr-5-sm {
    margin-right: 50px !important;
  }
  .mb-5-sm {
    margin-bottom: 50px !important;
  }
  .ml-5-sm {
    margin-left: 50px !important;
  }
  .mx-5-sm {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .my-5-sm {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .p-5-sm {
    padding: 50px !important;
  }
  .pt-5-sm {
    padding-top: 50px !important;
  }
  .pr-5-sm {
    padding-right: 50px !important;
  }
  .pb-5-sm {
    padding-bottom: 50px !important;
  }
  .pl-5-sm {
    padding-left: 50px !important;
  }
  .px-5-sm {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .py-5-sm {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
.m-6 {
  margin: 60px;
}

.mt-6 {
  margin-top: 60px;
}

.mr-6 {
  margin-right: 60px;
}

.mb-6 {
  margin-bottom: 60px;
}

.ml-6 {
  margin-left: 60px;
}

.mx-6 {
  margin-left: 60px;
  margin-right: 60px;
}

.my-6 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.p-6 {
  padding: 60px;
}

.pt-6 {
  padding-top: 60px;
}

.pr-6 {
  padding-right: 60px;
}

.pb-6 {
  padding-bottom: 60px;
}

.pl-6 {
  padding-left: 60px;
}

.px-6 {
  padding-left: 60px;
  padding-right: 60px;
}

.py-6 {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 1260px) {
  .m-6-md {
    margin: 60px !important;
  }
  .mt-6-md {
    margin-top: 60px !important;
  }
  .mr-6-md {
    margin-right: 60px !important;
  }
  .mb-6-md {
    margin-bottom: 60px !important;
  }
  .ml-6-md {
    margin-left: 60px !important;
  }
  .mx-6-md {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .my-6-md {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .p-6-md {
    padding: 60px !important;
  }
  .pt-6-md {
    padding-top: 60px !important;
  }
  .pr-6-md {
    padding-right: 60px !important;
  }
  .pb-6-md {
    padding-bottom: 60px !important;
  }
  .pl-6-md {
    padding-left: 60px !important;
  }
  .px-6-md {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .py-6-md {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}
@media (max-width: 768px) {
  .m-6-sm {
    margin: 60px !important;
  }
  .mt-6-sm {
    margin-top: 60px !important;
  }
  .mr-6-sm {
    margin-right: 60px !important;
  }
  .mb-6-sm {
    margin-bottom: 60px !important;
  }
  .ml-6-sm {
    margin-left: 60px !important;
  }
  .mx-6-sm {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .my-6-sm {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .p-6-sm {
    padding: 60px !important;
  }
  .pt-6-sm {
    padding-top: 60px !important;
  }
  .pr-6-sm {
    padding-right: 60px !important;
  }
  .pb-6-sm {
    padding-bottom: 60px !important;
  }
  .pl-6-sm {
    padding-left: 60px !important;
  }
  .px-6-sm {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .py-6-sm {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}
.m-7 {
  margin: 70px;
}

.mt-7 {
  margin-top: 70px;
}

.mr-7 {
  margin-right: 70px;
}

.mb-7 {
  margin-bottom: 70px;
}

.ml-7 {
  margin-left: 70px;
}

.mx-7 {
  margin-left: 70px;
  margin-right: 70px;
}

.my-7 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.p-7 {
  padding: 70px;
}

.pt-7 {
  padding-top: 70px;
}

.pr-7 {
  padding-right: 70px;
}

.pb-7 {
  padding-bottom: 70px;
}

.pl-7 {
  padding-left: 70px;
}

.px-7 {
  padding-left: 70px;
  padding-right: 70px;
}

.py-7 {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 1260px) {
  .m-7-md {
    margin: 70px !important;
  }
  .mt-7-md {
    margin-top: 70px !important;
  }
  .mr-7-md {
    margin-right: 70px !important;
  }
  .mb-7-md {
    margin-bottom: 70px !important;
  }
  .ml-7-md {
    margin-left: 70px !important;
  }
  .mx-7-md {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .my-7-md {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .p-7-md {
    padding: 70px !important;
  }
  .pt-7-md {
    padding-top: 70px !important;
  }
  .pr-7-md {
    padding-right: 70px !important;
  }
  .pb-7-md {
    padding-bottom: 70px !important;
  }
  .pl-7-md {
    padding-left: 70px !important;
  }
  .px-7-md {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .py-7-md {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media (max-width: 768px) {
  .m-7-sm {
    margin: 70px !important;
  }
  .mt-7-sm {
    margin-top: 70px !important;
  }
  .mr-7-sm {
    margin-right: 70px !important;
  }
  .mb-7-sm {
    margin-bottom: 70px !important;
  }
  .ml-7-sm {
    margin-left: 70px !important;
  }
  .mx-7-sm {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .my-7-sm {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .p-7-sm {
    padding: 70px !important;
  }
  .pt-7-sm {
    padding-top: 70px !important;
  }
  .pr-7-sm {
    padding-right: 70px !important;
  }
  .pb-7-sm {
    padding-bottom: 70px !important;
  }
  .pl-7-sm {
    padding-left: 70px !important;
  }
  .px-7-sm {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .py-7-sm {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
.m-8 {
  margin: 80px;
}

.mt-8 {
  margin-top: 80px;
}

.mr-8 {
  margin-right: 80px;
}

.mb-8 {
  margin-bottom: 80px;
}

.ml-8 {
  margin-left: 80px;
}

.mx-8 {
  margin-left: 80px;
  margin-right: 80px;
}

.my-8 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.p-8 {
  padding: 80px;
}

.pt-8 {
  padding-top: 80px;
}

.pr-8 {
  padding-right: 80px;
}

.pb-8 {
  padding-bottom: 80px;
}

.pl-8 {
  padding-left: 80px;
}

.px-8 {
  padding-left: 80px;
  padding-right: 80px;
}

.py-8 {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 1260px) {
  .m-8-md {
    margin: 80px !important;
  }
  .mt-8-md {
    margin-top: 80px !important;
  }
  .mr-8-md {
    margin-right: 80px !important;
  }
  .mb-8-md {
    margin-bottom: 80px !important;
  }
  .ml-8-md {
    margin-left: 80px !important;
  }
  .mx-8-md {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .my-8-md {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .p-8-md {
    padding: 80px !important;
  }
  .pt-8-md {
    padding-top: 80px !important;
  }
  .pr-8-md {
    padding-right: 80px !important;
  }
  .pb-8-md {
    padding-bottom: 80px !important;
  }
  .pl-8-md {
    padding-left: 80px !important;
  }
  .px-8-md {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .py-8-md {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
@media (max-width: 768px) {
  .m-8-sm {
    margin: 80px !important;
  }
  .mt-8-sm {
    margin-top: 80px !important;
  }
  .mr-8-sm {
    margin-right: 80px !important;
  }
  .mb-8-sm {
    margin-bottom: 80px !important;
  }
  .ml-8-sm {
    margin-left: 80px !important;
  }
  .mx-8-sm {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .my-8-sm {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .p-8-sm {
    padding: 80px !important;
  }
  .pt-8-sm {
    padding-top: 80px !important;
  }
  .pr-8-sm {
    padding-right: 80px !important;
  }
  .pb-8-sm {
    padding-bottom: 80px !important;
  }
  .pl-8-sm {
    padding-left: 80px !important;
  }
  .px-8-sm {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .py-8-sm {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
.m-9 {
  margin: 90px;
}

.mt-9 {
  margin-top: 90px;
}

.mr-9 {
  margin-right: 90px;
}

.mb-9 {
  margin-bottom: 90px;
}

.ml-9 {
  margin-left: 90px;
}

.mx-9 {
  margin-left: 90px;
  margin-right: 90px;
}

.my-9 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.p-9 {
  padding: 90px;
}

.pt-9 {
  padding-top: 90px;
}

.pr-9 {
  padding-right: 90px;
}

.pb-9 {
  padding-bottom: 90px;
}

.pl-9 {
  padding-left: 90px;
}

.px-9 {
  padding-left: 90px;
  padding-right: 90px;
}

.py-9 {
  padding-top: 90px;
  padding-bottom: 90px;
}

@media (max-width: 1260px) {
  .m-9-md {
    margin: 90px !important;
  }
  .mt-9-md {
    margin-top: 90px !important;
  }
  .mr-9-md {
    margin-right: 90px !important;
  }
  .mb-9-md {
    margin-bottom: 90px !important;
  }
  .ml-9-md {
    margin-left: 90px !important;
  }
  .mx-9-md {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .my-9-md {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .p-9-md {
    padding: 90px !important;
  }
  .pt-9-md {
    padding-top: 90px !important;
  }
  .pr-9-md {
    padding-right: 90px !important;
  }
  .pb-9-md {
    padding-bottom: 90px !important;
  }
  .pl-9-md {
    padding-left: 90px !important;
  }
  .px-9-md {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .py-9-md {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
}
@media (max-width: 768px) {
  .m-9-sm {
    margin: 90px !important;
  }
  .mt-9-sm {
    margin-top: 90px !important;
  }
  .mr-9-sm {
    margin-right: 90px !important;
  }
  .mb-9-sm {
    margin-bottom: 90px !important;
  }
  .ml-9-sm {
    margin-left: 90px !important;
  }
  .mx-9-sm {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .my-9-sm {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .p-9-sm {
    padding: 90px !important;
  }
  .pt-9-sm {
    padding-top: 90px !important;
  }
  .pr-9-sm {
    padding-right: 90px !important;
  }
  .pb-9-sm {
    padding-bottom: 90px !important;
  }
  .pl-9-sm {
    padding-left: 90px !important;
  }
  .px-9-sm {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .py-9-sm {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
}
.m-10 {
  margin: 100px;
}

.mt-10 {
  margin-top: 100px;
}

.mr-10 {
  margin-right: 100px;
}

.mb-10 {
  margin-bottom: 100px;
}

.ml-10 {
  margin-left: 100px;
}

.mx-10 {
  margin-left: 100px;
  margin-right: 100px;
}

.my-10 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.p-10 {
  padding: 100px;
}

.pt-10 {
  padding-top: 100px;
}

.pr-10 {
  padding-right: 100px;
}

.pb-10 {
  padding-bottom: 100px;
}

.pl-10 {
  padding-left: 100px;
}

.px-10 {
  padding-left: 100px;
  padding-right: 100px;
}

.py-10 {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 1260px) {
  .m-10-md {
    margin: 100px !important;
  }
  .mt-10-md {
    margin-top: 100px !important;
  }
  .mr-10-md {
    margin-right: 100px !important;
  }
  .mb-10-md {
    margin-bottom: 100px !important;
  }
  .ml-10-md {
    margin-left: 100px !important;
  }
  .mx-10-md {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .my-10-md {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .p-10-md {
    padding: 100px !important;
  }
  .pt-10-md {
    padding-top: 100px !important;
  }
  .pr-10-md {
    padding-right: 100px !important;
  }
  .pb-10-md {
    padding-bottom: 100px !important;
  }
  .pl-10-md {
    padding-left: 100px !important;
  }
  .px-10-md {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .py-10-md {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}
@media (max-width: 768px) {
  .m-10-sm {
    margin: 100px !important;
  }
  .mt-10-sm {
    margin-top: 100px !important;
  }
  .mr-10-sm {
    margin-right: 100px !important;
  }
  .mb-10-sm {
    margin-bottom: 100px !important;
  }
  .ml-10-sm {
    margin-left: 100px !important;
  }
  .mx-10-sm {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .my-10-sm {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .p-10-sm {
    padding: 100px !important;
  }
  .pt-10-sm {
    padding-top: 100px !important;
  }
  .pr-10-sm {
    padding-right: 100px !important;
  }
  .pb-10-sm {
    padding-bottom: 100px !important;
  }
  .pl-10-sm {
    padding-left: 100px !important;
  }
  .px-10-sm {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .py-10-sm {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}
.mt-large {
  margin-top: 150px;
}

.mt-medium {
  margin-top: 60px;
}

/*# sourceMappingURL=style.css.map */
