@charset "UTF-8";
* {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
html body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: #2C4F9D;
  transition: 0.3s 0s;
}

abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

small {
  font-size: 100%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

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

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

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

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

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
  font-feature-settings: "palt";
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow-x: hidden;
}
html body {
  font-size: 1.4rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  color: #000000;
  background-color: #ffffff;
  height: 100%;
  min-height: 100%;
}
html body main {
  z-index: 1;
  position: relative;
  min-height: 100%;
}
html body.front {
  background-color: #333333;
  color: #ffffff;
}
html body.front a {
  color: #ffffff;
}
html body.front.account .block-mypage-head-2 {
  display: none;
}
html body.mypage {
  background-color: #FBFCFC;
  margin-left: 110px;
}
@media screen and (max-width: 1052px) {
  html body.mypage {
    margin-left: 0px;
  }
}

.container-fluid {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.container {
  width: 1500px;
  margin: 0 auto;
}
@media screen and (max-width: 1560px) {
  .container {
    width: 1160px;
  }
}
@media screen and (max-width: 1220px) {
  .container {
    width: 992px;
  }
}
@media screen and (max-width: 1052px) {
  .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.container.container-sm {
  width: 1160px;
}
@media screen and (max-width: 1220px) {
  .container.container-sm {
    width: 992px;
  }
}
@media screen and (max-width: 1052px) {
  .container.container-sm {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .container.container-sm {
    width: 100%;
  }
}
.container.container-xs {
  width: 600px;
}
@media screen and (max-width: 1052px) {
  .container.container-xs {
    width: 100%;
  }
}

.container-mypage {
  width: 1390px;
  margin: 0 auto;
}
@media screen and (max-width: 1560px) {
  .container-mypage {
    width: 1050px;
  }
}
@media screen and (max-width: 1220px) {
  .container-mypage {
    width: 882px;
  }
}
@media screen and (max-width: 1052px) {
  .container-mypage {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .container-mypage {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.container-mypage.container-sm {
  width: 1050px;
}
@media screen and (max-width: 1220px) {
  .container-mypage.container-sm {
    width: 882px;
  }
}
@media screen and (max-width: 1052px) {
  .container-mypage.container-sm {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .container-mypage.container-sm {
    width: 100%;
  }
}
.container-mypage.container-xs {
  width: 680px;
}
@media screen and (max-width: 1052px) {
  .container-mypage.container-xs {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .container-mypage.container-xs {
    width: 100%;
  }
}

.col {
  display: flex;
  flex-wrap: wrap;
}
.col > .col-item.align-self-bottom {
  align-self: flex-end;
}
.col.col-2 > .col-item {
  width: 50%;
}
@media screen and (max-width: 1052px) {
  .col.col-2 > .col-item {
    width: 100%;
  }
}
.col.col-3 > .col-item {
  width: 33.3333%;
}
@media screen and (max-width: 1052px) {
  .col.col-3 > .col-item {
    width: 33.3333%;
  }
}
.col.col-4 > .col-item {
  width: 25%;
}
.col.col-5 > .col-item {
  width: 20%;
}
@media screen and (max-width: 1220px) {
  .col.col-5 > .col-item {
    width: 25%;
  }
}
@media screen and (max-width: 576px) {
  .col.col-5 > .col-item {
    width: 33.333%;
  }
}
.col.col-6 > .col-item {
  width: 16.6666%;
}
@media screen and (max-width: 1052px) {
  .col.col-break-md-4 > .col-item {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .col.col-break-sm-3 > .col-item {
    width: 33.3333%;
  }
}
.col.col-gutter-60 {
  margin-left: -30px;
  margin-right: -30px;
}
@media screen and (max-width: 1560px) {
  .col.col-gutter-60 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.col.col-gutter-60 > .col-item {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 1560px) {
  .col.col-gutter-60 > .col-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.col.col-gutter-40 {
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (max-width: 1560px) {
  .col.col-gutter-40 {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.col.col-gutter-40 > .col-item {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1560px) {
  .col.col-gutter-40 > .col-item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.col.col-gutter-30 {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 1560px) {
  .col.col-gutter-30 {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.col.col-gutter-30 > .col-item {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 1560px) {
  .col.col-gutter-30 > .col-item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1220px) {
  .col.col-break-lg > .col-item {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .col.col-break-sm > .col-item {
    width: 100% !important;
  }
}
.col.col-mb-30 > .col-item {
  margin-bottom: 20px;
}
@media screen and (max-width: 1560px) {
  .col.col-mb-30 > .col-item {
    margin-bottom: 20px;
  }
}
.col.col-mb-40 > .col-item {
  margin-bottom: 40px;
}
@media screen and (max-width: 1052px) {
  .col.col-mb-40 > .col-item {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .col.col-sm-mb-40 > .col-item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .col.col-sm-mb-40 > .col-item:nth-last-of-type(1) {
    margin-bottom: 0px;
  }
}
.col.col-bordered > .col-item {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1052px) {
  .col.col-bordered > .col-item {
    border-right: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
.col.col-bordered > .col-item:nth-last-of-type(1) {
  border-right: 0px;
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.icon {
  display: inline-block;
  line-height: 0;
  font-size: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  font-style: normal;
}
.icon.icon-logo {
  width: 103.58px;
  height: 90px;
  background-image: url("./assets/images/common/logo@2x.png");
}
.icon.icon-logo-white {
  width: 75.55px;
  height: 65.94px;
  background-image: url("./assets/images/common/logo-white.svg");
}
.icon.icon-switch {
  width: 12px;
  height: 15.4px;
  background-image: url("./assets/images/common/icon-switch.svg");
}
.icon.icon-promote {
  width: 85.93px;
  height: 80px;
  background-image: url("./assets/images/common/icon-promote.svg");
}
.icon.icon-analyze {
  width: 79.97px;
  height: 80px;
  background-image: url("./assets/images/common/icon-analyze.svg");
}
.icon.icon-arrow {
  width: 7px;
  height: 12px;
  position: relative;
}
.icon.icon-arrow:before, .icon.icon-arrow:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
}
.icon.icon-arrow:before {
  background-image: url("./assets/images/common/icon-arrow.svg");
  opacity: 1;
}
.icon.icon-arrow:after {
  background-image: url("./assets/images/common/icon-arrow-white.svg");
  opacity: 0;
}

.icon-play,
.icon-stop,
.icon-mute,
.icon-unmute {
  display: inline-block;
  width: 60px;
  height: 60px;
  border: 2px solid #ffffff;
  border-radius: 100%;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .icon-play,
  .icon-stop,
  .icon-mute,
  .icon-unmute {
    width: 25px;
    height: 25px;
  }
}
.icon-play:before, .icon-play:after,
.icon-stop:before,
.icon-stop:after,
.icon-mute:before,
.icon-mute:after,
.icon-unmute:before,
.icon-unmute:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.icon-play.on:before,
.icon-stop.on:before,
.icon-mute.on:before,
.icon-unmute.on:before {
  opacity: 0;
}
.icon-play.on:after,
.icon-stop.on:after,
.icon-mute.on:after,
.icon-unmute.on:after {
  opacity: 1;
}

.icon-play:before {
  width: 23px;
  height: 20px;
  background: center center url("./assets/images/common/icon-play.svg") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .icon-play:before {
    width: 12px;
    height: 10px;
  }
}

.icon-stop:before {
  width: 14px;
  height: 26px;
  background: center center url("./assets/images/common/icon-stop.svg") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .icon-stop:before {
    width: 7px;
    height: 13px;
  }
}

.icon-mute:before {
  width: 24.5px;
  height: 20.18px;
  background: center center url("./assets/images/common/icon-mute.svg") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .icon-mute:before {
    width: 12.25px;
    height: 10.09px;
  }
}
.icon-mute:after {
  width: 25px;
  height: 20.46px;
  background: center center url("./assets/images/common/icon-unmute.svg") no-repeat;
  background-size: contain;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .icon-mute:after {
    width: 12.25px;
    height: 10.23px;
  }
}

.btn {
  display: inline-block;
  max-width: 100%;
  text-align: center;
}
.btn.btn-outline-white {
  padding: 10px 16px;
  border-radius: 5px;
  border: 1px solid #ffffff;
  transition: 0.3s 0s;
}
.btn.btn-outline-white:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #000000;
}
.btn.btn-width-240 {
  width: 240px;
}
.btn.btn-width-400 {
  width: 400px;
}
.btn.btn-gradient {
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  background: linear-gradient(90deg, #157CAE 0%, #992BB4 100%);
  transition: 0.3s 0s;
  color: #ffffff;
}
.btn.btn-gradient:hover {
  opacity: 0.7;
  text-decoration: none;
}

.button-play {
  width: 62px;
  height: 62px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .button-play {
    width: 26px;
    height: 26px;
  }
}
.button-play .icon-play,
.button-play .icon-stop {
  position: absolute;
  left: 0px;
  top: 0px;
}
.button-play .icon-play {
  display: none;
}
.button-play.on .icon-play {
  display: block;
}
.button-play.on .icon-stop {
  display: none;
}

.block-price .screen-reader-text {
  display: none;
}

.btn-switch {
  position: relative;
}
.btn-switch > .icon-switch {
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.btn-switch:hover {
  text-decoration: underline;
}

.block-searchform {
  width: 500px;
}
@media screen and (max-width: 1052px) {
  .block-searchform {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .block-searchform {
    width: 100%;
  }
}
.block-searchform > .inner {
  display: flex;
  flex-wrap: nowrap;
}
.block-searchform > .inner input[type=text] {
  width: calc(100% - 52px);
  border-radius: 3px 0 0 3px;
}
.block-searchform > .inner input[type=text]::placeholder {
  font-size: 1.6rem;
}
.block-searchform > .inner input[type=submit] {
  width: 52px;
  color: #ffffff;
  height: 52px;
  text-align: center;
  border-radius: 0 3px 3px 0;
  background: #000000 center center url("/wordpress/wp-content/themes/orblabs/assets/images/common/icon-search.svg") no-repeat;
  background-size: 25px 25px;
  transition: 0.3s 0s;
}
.block-searchform > .inner input[type=submit]:hover {
  opacity: 0.8;
}

.block-portfolio > li > a {
  display: block;
}
.block-portfolio > li > a > img {
  width: 100%;
  max-width: 200px;
  max-height: auto;
}

.block-notification-white {
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
}

.block-blog-content p {
  margin-bottom: 1em;
}
.block-blog-content .wp-block-separator {
  margin-top: 2em;
  margin-bottom: 2em;
}
.block-blog-content img {
  margin-bottom: 1rem;
}
.block-blog-content h2 {
  margin-top: 3em;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 1em;
}
.block-blog-content h2 span {
  font-size: 100% !important;
  margin-bottom: 0px;
}
.block-blog-content a {
  color: #3DB2EA;
  text-decoration: underline;
}
.block-blog-content a:hover {
  color: #000000;
  text-decoration: underline;
}
.block-blog-content .ol1 {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.block-blog-content .ol1 > li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.block-blog-content .ol1 > li:before {
  counter-increment: item;
  content: counter(item) ".";
  padding-right: 0.5em;
}

.block-mypage-head-2 {
  line-height: 1.4;
}
.block-mypage-head-2 > .head {
  opacity: 0.5;
  font-size: 1.4rem;
}
.block-mypage-head-2 > .head .category {
  margin-left: 20px;
}
.block-mypage-head-2 > .title {
  display: block;
  font-size: 2.8rem;
  margin-top: 15px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .block-mypage-head-2 > .title {
    font-size: 2.4rem;
  }
}

.block-mypage-head-1 .description {
  margin-top: 50px;
  width: 50%;
}
@media screen and (max-width: 1052px) {
  .block-mypage-head-1 .description {
    width: 100%;
  }
}

.block-pagination {
  display: flex;
  justify-content: center;
}
.block-pagination > .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  position: relative;
  background-color: #ffffff;
  color: #000000;
  font-family: montserrat, sans-serif;
  font-size: 1.4rem;
  margin-left: 2px;
  margin-right: 2px;
  transition: 0.3s 0s;
}
.block-pagination > .page-numbers.dots {
  background-color: transparent !important;
}
.block-pagination > .page-numbers:hover, .block-pagination > .page-numbers.current {
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
}
.block-pagination > .prev:hover .icon-arrow:before, .block-pagination > .prev.current .icon-arrow:before,
.block-pagination > .next:hover .icon-arrow:before,
.block-pagination > .next.current .icon-arrow:before {
  opacity: 0;
}
.block-pagination > .prev:hover .icon-arrow:after, .block-pagination > .prev.current .icon-arrow:after,
.block-pagination > .next:hover .icon-arrow:after,
.block-pagination > .next.current .icon-arrow:after {
  opacity: 1;
}
.block-pagination > .prev > .icon {
  transform: rotate(180deg);
}

.block-copy {
  background: #000000;
  background-size: cover;
  text-align: center;
  padding: 0px 0px 80px 0px;
}
.block-copy .icon {
  margin: 0 auto;
}
.block-copy h1 {
  font-family: montserrat, sans-serif;
  font-weight: bold;
  font-size: 3.8rem;
  text-transform: uppercase;
  line-height: 1.4;
}
@media screen and (max-width: 1052px) {
  .block-copy h1 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1052px) {
  .block-copy h1 br {
    display: none;
  }
}
@media screen and (max-width: 1052px) {
  .block-copy p {
    text-align: left;
  }
}
@media screen and (max-width: 1052px) {
  .block-copy p br {
    display: none;
  }
}

.block-thumb-type-1 {
  line-height: 1.4;
  cursor: pointer;
  display: block;
}
.block-thumb-type-1 > .image {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.block-thumb-type-1 > .image img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  transition: 0.3s 0s;
  filter: grayscale(0);
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.block-thumb-type-1 > .image:hover img {
  filter: grayscale(1);
}
.block-thumb-type-1 > .content time {
  display: block;
  font-size: 1.4rem;
  opacity: 0.5;
  margin-top: 20px;
  margin-bottom: 10px;
}
.block-thumb-type-1 > .content > .head {
  margin-top: 20px;
  margin-bottom: 10px;
}
.block-thumb-type-1 > .content > .head > time {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
}
.block-thumb-type-1 > .content > .head > .category {
  display: inline-block;
  opacity: 0.5;
  margin-left: 20px;
}
.block-thumb-type-1.twitter-space > .image {
  display: block;
  width: 100%;
  padding-top: 50%;
  position: relative;
}
.block-thumb-type-1:hover {
  text-decoration: none !important;
}
.block-thumb-type-1:hover img {
  filter: grayscale(1);
}

.block-thumb-type-2 {
  line-height: 1.4;
}
.block-thumb-type-2 > .image {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.block-thumb-type-2 > .image img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  transition: 0.3s 0s;
  filter: grayscale(0);
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.block-thumb-type-2 > .image:hover img {
  filter: grayscale(1);
}
.block-thumb-type-2 > .content time {
  display: block;
  font-size: 1.4rem;
  opacity: 0.5;
  margin-top: 20px;
  margin-bottom: 10px;
}
.block-thumb-type-2 > .content > .head {
  margin-top: 20px;
  margin-bottom: 10px;
}
.block-thumb-type-2 > .content > .head > time {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
}
.block-thumb-type-2 > .content > .head > .category {
  display: inline-block;
  opacity: 0.5;
  margin-left: 20px;
}

.block-thumb-type-3 {
  line-height: 1.4;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .block-thumb-type-3 {
    display: block;
  }
}
.block-thumb-type-3 > .image {
  display: block;
  width: 400px;
}
@media screen and (max-width: 1052px) {
  .block-thumb-type-3 > .image {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .block-thumb-type-3 > .image {
    width: 100%;
  }
}
.block-thumb-type-3 > .image img {
  border-radius: 5px;
  width: 100%;
  height: auto;
  transition: 0.3s 0s;
  filter: grayscale(0);
}
.block-thumb-type-3 > .image:hover img {
  filter: grayscale(1);
}
.block-thumb-type-3 > .content {
  width: calc(100% - 400px - 50px);
}
@media screen and (max-width: 1052px) {
  .block-thumb-type-3 > .content {
    width: calc(100% - 200px - 25px);
  }
}
@media screen and (max-width: 768px) {
  .block-thumb-type-3 > .content {
    width: 100%;
  }
}
.block-thumb-type-3 > .content time {
  display: block;
  font-size: 1.4rem;
  opacity: 0.5;
  margin-top: 20px;
  margin-bottom: 10px;
}
.block-thumb-type-3 > .content > .head {
  margin-top: 20px;
  margin-bottom: 10px;
}
.block-thumb-type-3 > .content > .head > time {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
}
.block-thumb-type-3 > .content > .head > .category {
  display: inline-block;
  opacity: 0.5;
  margin-left: 20px;
}
.block-thumb-type-3 > .content > .title {
  font-size: 2.8rem;
}
@media screen and (max-width: 1052px) {
  .block-thumb-type-3 > .content > .title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .block-thumb-type-3 > .content > .title {
    font-size: 1.6rem;
  }
}

.block-mv-web3 .mv {
  position: relative;
  text-align: center;
  padding-top: 180px;
  padding-bottom: 90px;
}
.block-mv-web3 .mv:after {
  z-index: 2;
  content: "";
  position: absolute;
  left: 0px;
  bottom: -1px;
  width: 100%;
  height: 80px;
  background: linear-gradient(180deg, transparent 0%, #333333 90%);
}
@media screen and (max-width: 768px) {
  .block-mv-web3 .mv:after {
    height: 50px;
  }
}
.block-mv-web3 .mv .video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.block-mv-web3 .mv .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-mv-web3 .mv .head {
  position: relative;
  z-index: 1;
  mix-blend-mode: difference;
  font-weight: bold;
  line-height: 1.1;
}
.block-mv-web3 .mv .head .title {
  font-size: 6.4rem;
  font-family: montserrat, sans-serif;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .block-mv-web3 .mv .head .title {
    font-size: 3rem;
  }
}
.block-mv-web3 .mv .content {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.block-mv-web3 .mv .lead {
  text-align: center;
  font-size: 2.4rem;
  position: relative;
  z-index: 1;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .block-mv-web3 .mv .lead {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.6rem;
  }
}

.block-return .mv {
  position: relative;
  text-align: center;
  padding-top: 180px;
  padding-bottom: 150px;
}
.block-return .mv:after {
  z-index: 2;
  content: "";
  position: absolute;
  left: 0px;
  bottom: -1px;
  width: 100%;
  height: 200px;
  background: linear-gradient(180deg, transparent 0%, #333333 90%);
}
@media screen and (max-width: 768px) {
  .block-return .mv:after {
    height: 50px;
  }
}
.block-return .mv .video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.block-return .mv .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-return .mv .head {
  position: relative;
  z-index: 1;
  mix-blend-mode: difference;
  font-weight: bold;
  line-height: 1.1;
}
.block-return .mv .head .title {
  font-size: 12rem;
  font-family: "Roboto Condensed", sans-serif;
}
@media screen and (max-width: 768px) {
  .block-return .mv .head .title {
    font-size: 7rem;
  }
}
.block-return .mv .head .title .small {
  font-size: 7rem;
}
@media screen and (max-width: 768px) {
  .block-return .mv .head .title .small {
    font-size: 3.5rem;
  }
}
.block-return .mv .content {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.block-return .mv .content .description {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .block-return .mv .content .description {
    font-size: 1.6rem;
  }
}
.block-return .mv .content .date {
  text-align: right;
  display: block;
}
@media screen and (max-width: 768px) {
  .block-return .mv .content .date {
    font-size: 1rem;
  }
}

.block-get-plan {
  position: relative;
  text-align: center;
}
.block-get-plan .video {
  width: 100%;
  height: 140%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .block-get-plan .video {
    height: 150%;
  }
}
.block-get-plan .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-get-plan .video:before {
  z-index: 2;
  content: "";
  position: absolute;
  left: 0px;
  top: -1px;
  width: 100%;
  height: 200px;
  background: linear-gradient(0deg, transparent 0%, #333333 100%);
}
@media screen and (max-width: 768px) {
  .block-get-plan .video:before {
    height: 50px;
  }
}
.block-get-plan .video:after {
  z-index: 2;
  content: "";
  position: absolute;
  left: 0px;
  bottom: -2px;
  width: 100%;
  height: 200px;
  background: linear-gradient(180deg, transparent 0%, #333333 90%);
}
@media screen and (max-width: 768px) {
  .block-get-plan .video:after {
    height: 50px;
  }
}
.block-get-plan .content-inner {
  position: relative;
}
.block-get-plan .content-inner .head {
  mix-blend-mode: difference;
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 100px;
}
@media screen and (max-width: 1052px) {
  .block-get-plan .content-inner .head {
    padding-top: 100px;
  }
}
.block-get-plan .content-inner .head .title {
  font-size: 3.6rem;
  font-family: montserrat, sans-serif;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 50px;
  line-height: 1.4;
  color: #ffffff;
}
@media screen and (max-width: 1052px) {
  .block-get-plan .content-inner .head .title {
    font-size: 2.4rem;
  }
}
.block-get-plan .content-inner .content {
  position: relative;
  z-index: 1;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1052px) {
  .block-get-plan .content-inner .content {
    padding-bottom: 100px;
  }
}
.block-get-plan .content-inner .content .description {
  margin-bottom: 30px;
  mix-blend-mode: normal;
}
@media screen and (max-width: 1052px) {
  .block-get-plan .content-inner .content .description {
    text-align: left;
  }
}
@media screen and (max-width: 1052px) {
  .block-get-plan .content-inner .content .description br {
    display: none;
  }
}

.block-modal-post > .movie {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.block-modal-post > .movie iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.block-modal-post > .image {
  width: 100%;
  height: auto;
  position: relative;
}
.block-modal-post > .content {
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .block-modal-post > .content {
    padding: 20px;
  }
}
.block-modal-post > .content > .text {
  text-align: left;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .block-modal-post > .content > .text {
    margin-bottom: 20px;
  }
}
.block-modal-post > .content > .text:after {
  content: "";
  width: 100%;
  height: 60px;
  background: linear-gradient(180deg, transparent 0%, #000000 100%);
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.block-limited-alert {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #333333;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .block-limited-alert {
    padding: 20px;
  }
}
.block-limited-alert > .head {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 768px) {
  .block-limited-alert > .head {
    padding-bottom: 20px;
  }
}
.block-limited-alert > .price {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .block-limited-alert > .price {
    padding-top: 20px;
  }
}

.block-price-set .title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: "Roboto Condensed", sans-serif;
}

.block-price-set-2 > .title {
  font-size: 4.4rem;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .block-price-set-2 > .title {
    font-size: 2.8rem;
  }
}
.block-price-set-2 > .title > .regular-price {
  font-size: 1.4rem;
  text-decoration: line-through;
  margin-right: 10px;
}
.block-price-set-2 > .title > .aside {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .block-price-set-2 > .title > .aside {
    font-size: 1rem;
  }
}
.block-price-set-2 > .priod {
  font-size: 1.4rem;
  color: #AD0003;
}
.block-price-set-2 > .button {
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .block-price-set-2 > .button .btn {
    width: auto;
  }
}
.block-price-set-2 > .button .btn-switch {
  display: block;
  margin: 10px auto 0px auto;
  font-size: 1.2rem;
}
.block-price-set-2.on {
  display: block;
}
.block-price-set-2.off {
  display: none;
}

.block-price-table table {
  width: 100%;
}
.block-price-table table > thead > tr > th {
  vertical-align: bottom;
  text-align: center;
  line-height: 1.1;
}
.block-price-table table > thead > tr > th > .inner {
  padding: 25px;
  font-size: 2.8rem;
  color: #ffffff;
  border-radius: 15px 15px 0 0;
}
@media screen and (max-width: 1052px) {
  .block-price-table table > thead > tr > th > .inner {
    padding: 15px 10px;
    font-size: 2rem;
  }
}
.block-price-table table > thead > tr > th > .inner > .plan {
  display: inline-block;
  background-color: #000000;
  color: #ffffff;
  font-family: montserrat, sans-serif;
  padding: 1px 5px;
  font-size: 1.2rem;
  width: 50px;
  text-align: center;
}
@media screen and (max-width: 1052px) {
  .block-price-table table > thead > tr > th > .inner > .plan {
    font-size: 1rem;
  }
}
.block-price-table table > thead > tr > th > .inner > .title {
  display: block;
}
.block-price-table table > thead > tr > th.th-free > .inner {
  background-color: #cccccc;
}
@media screen and (max-width: 1052px) {
  .block-price-table table > thead > tr > th.th-free > .inner {
    font-size: 1.6rem;
  }
}
.block-price-table table > thead > tr > th.th-basic > .inner {
  background: linear-gradient(90deg, #3DB2EA 0%, #50D6AE 100%);
}
.block-price-table table > thead > tr > th.th-pro > .inner {
  color: #000000;
  background: linear-gradient(90deg, #EAD93D 0%, #50D6AE 100%);
}
.block-price-table table > tbody tr {
  background-color: #000000;
}
.block-price-table table > tbody tr:nth-of-type(2n+0) {
  background-color: #222222;
}
.block-price-table table > tbody tr:nth-last-of-type(1) th,
.block-price-table table > tbody tr:nth-last-of-type(1) td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
}
.block-price-table table > tbody th,
.block-price-table table > tbody td {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .block-price-table table > tbody th,
  .block-price-table table > tbody td {
    font-size: 1.2rem;
    padding: 20px 5px;
  }
}

.block-youtube-raito {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.block-youtube-raito iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.block-page-head {
  margin-top: 200px;
}
@media screen and (max-width: 1052px) {
  .block-page-head {
    margin-top: 100px;
  }
}

.blog-content h2 {
  font-size: 2.8rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .blog-content h2 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
.blog-content p {
  margin-top: 1em;
  margin-bottom: 1em;
}

.block-annotation {
  padding: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  .block-annotation {
    padding: 25px 0px 25px 0px;
  }
}
.block-annotation h3 {
  font-size: 2rem;
}

.block-web3-feature > .title {
  font-size: 2.8rem;
  margin: 15px 0px;
  font-family: montserrat, sans-serif;
}

.list-thumb-1 > li.first-post {
  width: 100% !important;
}
.list-thumb-1 > li.first-post > .block-thumb-type-2 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1052px) {
  .list-thumb-1 > li.first-post > .block-thumb-type-2 {
    display: block;
  }
}
.list-thumb-1 > li.first-post > .block-thumb-type-2 > .image {
  width: calc(50% - 30px);
  padding-top: 0px;
}
@media screen and (max-width: 1220px) {
  .list-thumb-1 > li.first-post > .block-thumb-type-2 > .image {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 1052px) {
  .list-thumb-1 > li.first-post > .block-thumb-type-2 > .image {
    width: 100%;
  }
}
.list-thumb-1 > li.first-post > .block-thumb-type-2 > .image > img {
  position: static;
  height: auto;
  transform: none;
}
.list-thumb-1 > li.first-post > .block-thumb-type-2 > .content {
  width: calc(50% - 30px);
}
@media screen and (max-width: 1220px) {
  .list-thumb-1 > li.first-post > .block-thumb-type-2 > .content {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 1052px) {
  .list-thumb-1 > li.first-post > .block-thumb-type-2 > .content {
    width: 100%;
  }
}
.list-thumb-1 > li.first-post > .block-thumb-type-2 > .content .title {
  font-size: 2.8rem;
  margin-bottom: 40px;
  display: block;
}
@media screen and (max-width: 1220px) {
  .list-thumb-1 > li.first-post > .block-thumb-type-2 > .content .title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1052px) {
  .list-thumb-1 > li.first-post > .block-thumb-type-2 > .content .title {
    font-size: 1.6rem;
  }
}
.list-thumb-1 > li.first-post > .block-thumb-type-2 > .content .description {
  line-height: 1.8;
}
@media screen and (max-width: 1052px) {
  .list-thumb-1 > li.first-post > .block-thumb-type-2 > .content .description {
    display: none;
  }
}

.list-thumb-2 > li {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1052px) {
  .list-thumb-2 > li {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .list-thumb-2 > li {
    padding-bottom: 0px;
    margin-bottom: 40px;
    border: 0px;
  }
}

.list-default-horizontal {
  display: flex;
  flex-wrap: wrap;
}
.list-default-horizontal > li {
  margin-right: 30px;
}
.list-default-horizontal > li:last-child {
  margin-right: 0px;
}
.list-default-horizontal.center {
  justify-content: center;
}

.dl-default > dt {
  font-size: 2rem;
  margin-bottom: 40px;
}
.dl-default-2 > div {
  margin-bottom: 20px;
}

.list-dotted-inline {
  display: inline-block;
  text-align: left;
}
.list-dotted-inline > li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
}
.list-dotted-inline > li:before {
  content: "";
  width: 5px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  top: 0.8em;
  left: 0px;
}
.list-dotted-inline.list-mb-10 > li {
  margin-bottom: 10px;
}
.list-dotted-inline.list-mb-10 > li:last-child {
  margin-bottom: 0;
}

.headline-20 {
  font-size: 2rem;
  line-height: 1.4;
}

.headline-22 {
  font-size: 2.2rem !important;
  line-height: 1.4;
}

.headline-28 {
  font-size: 2.8rem;
  line-height: 1.4;
  font-family: montserrat, sans-serif;
}

.headline-36 {
  font-size: 3.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .headline-36 {
    font-size: 3rem;
  }
}

input[type=text],
input[type=tel],
input[type=number],
input[type=password],
input[type=email],
input[type=search],
select,
.input-filter {
  display: inline-block;
  font-size: 1.6rem;
  border: 1px solid #B4B4B4;
  background-color: #ffffff;
  height: 52px;
  line-height: 52px;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  text-align: left;
  color: #000000;
}
input[type=text]:focus, input[type=text]:active,
input[type=tel]:focus,
input[type=tel]:active,
input[type=number]:focus,
input[type=number]:active,
input[type=password]:focus,
input[type=password]:active,
input[type=email]:focus,
input[type=email]:active,
input[type=search]:focus,
input[type=search]:active,
select:focus,
select:active,
.input-filter:focus,
.input-filter:active {
  border: 1px solid #000000;
}
input[type=text].input-sm,
input[type=tel].input-sm,
input[type=number].input-sm,
input[type=password].input-sm,
input[type=email].input-sm,
input[type=search].input-sm,
select.input-sm,
.input-filter.input-sm {
  height: 40px;
  line-height: 40px;
}
input[type=text].input-sm-2,
input[type=tel].input-sm-2,
input[type=number].input-sm-2,
input[type=password].input-sm-2,
input[type=email].input-sm-2,
input[type=search].input-sm-2,
select.input-sm-2,
.input-filter.input-sm-2 {
  height: 48px;
  line-height: 48px;
}
input[type=text].border-radius,
input[type=tel].border-radius,
input[type=number].border-radius,
input[type=password].border-radius,
input[type=email].border-radius,
input[type=search].border-radius,
select.border-radius,
.input-filter.border-radius {
  border-radius: 100px;
}
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder,
input[type=search]::placeholder,
select::placeholder,
.input-filter::placeholder {
  color: #e0e0e0;
  font-size: 1.2rem;
}
input[type=text].max-width-50,
input[type=tel].max-width-50,
input[type=number].max-width-50,
input[type=password].max-width-50,
input[type=email].max-width-50,
input[type=search].max-width-50,
select.max-width-50,
.input-filter.max-width-50 {
  max-width: 50%;
}
@media screen and (max-width: 1052px) {
  input[type=text].max-width-50,
  input[type=tel].max-width-50,
  input[type=number].max-width-50,
  input[type=password].max-width-50,
  input[type=email].max-width-50,
  input[type=search].max-width-50,
  select.max-width-50,
  .input-filter.max-width-50 {
    max-width: 100%;
  }
}
input[type=text].width-80px,
input[type=tel].width-80px,
input[type=number].width-80px,
input[type=password].width-80px,
input[type=email].width-80px,
input[type=search].width-80px,
select.width-80px,
.input-filter.width-80px {
  width: 100px;
  max-width: 100%;
}
@media screen and (max-width: 1052px) {
  input[type=text].width-80px,
  input[type=tel].width-80px,
  input[type=number].width-80px,
  input[type=password].width-80px,
  input[type=email].width-80px,
  input[type=search].width-80px,
  select.width-80px,
  .input-filter.width-80px {
    width: 100%;
    max-width: 100%;
  }
}

input[type=number] {
  padding-right: 0;
}

input[type=search]:focus, input[type=search]:active {
  border: 1px solid #000000;
}

.input-filter {
  cursor: pointer;
  padding-right: 28px;
  position: relative;
  font-size: 1.2rem;
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.863%22%20height%3D%2212.501%22%20viewBox%3D%220%200%209.863%2012.501%22%3E%3Cdefs%3E%3Cstyle%3E.a%2C.b%7Bfill%3Anone%3Bstroke%3A%23020202%3B%7D.a%7Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate(80.755%20-450.267)%22%3E%3Cline%20class%3D%22a%22%20x2%3D%229%22%20transform%3D%22translate(-80.255%20453.358)%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M-80.255%2C450.267v6%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M0%2C0H9%22%20transform%3D%22translate(-80.255%20460.266)%22%2F%3E%3Cline%20class%3D%22a%22%20y2%3D%225%22%20transform%3D%22translate(-71.392%20457.768)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 1052px) {
  .input-filter {
    font-size: 1.6rem;
  }
}

select {
  cursor: pointer;
  padding-right: 28px;
  position: relative;
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%225%22%20viewBox%3D%220%200%2010%205%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%23020202%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22a%22%20d%3D%22M.776%2C10%2C0%2C9.412%2C3.727%2C5%2C0%2C.588.776%2C0%2C5%2C5Z%22%20transform%3D%22translate(10)%20rotate(90)%22%2F%3E%3C%2Fsvg%3E");
}
select:focus, select:active {
  border: 1px solid #000000;
}

textarea {
  min-height: 15em;
  display: block;
  font-size: 1.6rem;
  border: 1px solid #B4B4B4;
  background-color: #ffffff;
  width: 100%;
  padding: 10px;
  text-align: left;
  color: #000000;
}
textarea:focus, textarea:active {
  border: 1px solid #75B9D0;
}
textarea.sm {
  min-height: 7em;
}
textarea::placeholder {
  color: #e0e0e0;
  font-size: 1.2rem;
}

.remodal.black {
  background-color: #000000;
  color: #ffffff;
}
.remodal.no-padding {
  padding: 0px;
  max-width: 800px;
}

.header {
  padding-top: 5px;
  padding-bottom: 5px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  line-height: 1.1;
  z-index: 500;
  transition: 0.3s 0s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background: linear-gradient(0deg, transparent 0%, #000000 100%);
}
@media screen and (max-width: 768px) {
  .header {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.header .container {
  position: relative;
  z-index: 2;
}
.header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 1;
}
.header .inner > .logo {
  width: 64px;
  height: 60px;
  flex-shrink: 0;
}
@media screen and (max-width: 1052px) {
  .header .inner > .logo {
    width: 40px;
    height: 37.5px;
  }
}
.header .inner > .logo img {
  transition: 0.5s 0s;
}
.header .inner > .global-nav {
  width: calc(100% - 50px);
}
.header .inner > .global-nav > .menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 1052px) {
  .header .inner > .global-nav > .menu {
    display: none;
  }
}
.header .inner > .global-nav > .menu > li:not(.button) {
  margin-left: 50px;
}
.header .inner > .global-nav > .menu > li:not(.button):first-child {
  margin-left: 0px;
}
.header .inner > .global-nav > .menu > li:not(.button) > a {
  display: block;
  color: #ffffff;
  position: relative;
}
.header .inner > .global-nav > .menu > li:not(.button) > a:after {
  content: "";
  display: block;
  width: 0px;
  height: 3px;
  background-color: #3DB2EA;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -10px;
  transition: 0.3s 0s;
}
.header .inner > .global-nav > .menu > li:not(.button) > a:hover, .header .inner > .global-nav > .menu > li:not(.button) > a.active {
  text-decoration: none;
}
.header .inner > .global-nav > .menu > li:not(.button) > a:hover:after, .header .inner > .global-nav > .menu > li:not(.button) > a.active:after {
  width: 40px;
}
.header .inner > .global-nav > .menu > li.button {
  margin-left: 50px;
}
.header .inner > .global-nav > .menu > .button-lang {
  position: relative;
}
.header .inner > .global-nav > .menu > .button-lang > .current-lang-name {
  padding-right: 15px;
  position: relative;
  cursor: pointer;
}
.header .inner > .global-nav > .menu > .button-lang > .current-lang-name:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #ffffff;
  position: absolute;
  top: 0.5em;
  right: 0px;
}
.header .inner > .global-nav > .menu > .button-lang > .current-lang-name:hover {
  text-decoration: underline;
}
.header .inner > .global-nav > .menu > .button-lang > .list-lang-body {
  display: none;
  position: absolute;
  top: 1.5em;
  right: 0px;
  white-space: nowrap;
  background: #ffffff;
  padding: 15px;
  border: 1px solid #EAEDF2;
  color: #000000;
  border-radius: 3px;
}
.header .inner > .global-nav > .menu > .button-lang > .list-lang-body > li {
  margin-bottom: 5px;
}
.header .inner > .global-nav > .menu > .button-lang > .list-lang-body > li:last-child {
  margin-bottom: 0px;
}
.header .inner > .global-nav > .menu > .button-lang > .list-lang-body > li > a {
  color: #000000;
}
.header .inner > .global-nav > .menu > .button-lang > .list-lang-body.on {
  display: block;
}
.header .inner > .global-nav > .hamb-menu {
  display: none;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  transition: 0.3s 0s;
}
@media screen and (max-width: 1052px) {
  .header .inner > .global-nav > .hamb-menu {
    display: block;
  }
}
.header .inner > .global-nav > .hamb-menu i {
  width: 40px;
  height: 1px;
  background-color: #ffffff;
  display: block;
  position: absolute;
  top: 50%;
  transition: 0.3s 0s;
}
.header .inner > .global-nav > .hamb-menu i:nth-of-type(1) {
  top: calc(50% - 5px);
}
.header .inner > .global-nav > .hamb-menu i:nth-of-type(3) {
  top: calc(50% + 5px);
}
.header .inner > .global-nav > .hamb-menu.active i {
  width: 40px;
  height: 1px;
  background-color: #ffffff;
  display: block;
  position: absolute;
  top: 50%;
}
.header .inner > .global-nav > .hamb-menu.active i:nth-of-type(1) {
  top: 50%;
  transform: rotate(135deg);
}
.header .inner > .global-nav > .hamb-menu.active i:nth-of-type(2) {
  background-color: transparent;
}
.header .inner > .global-nav > .hamb-menu.active i:nth-of-type(3) {
  top: 50%;
  transform: rotate(-135deg);
}
.header .hamb-body {
  visibility: collapse;
  width: 100%;
  height: 0%;
  background-color: #000000;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1;
  overflow: hidden;
  transition: 0.3s 0s;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1052px) {
  .header .hamb-body {
    display: none;
  }
}
.header .hamb-body > .menu {
  text-align: center;
  position: relative;
}
.header .hamb-body > .menu > li {
  margin-bottom: 40px;
}
.header .hamb-body > .menu > li:last-child {
  margin-bottom: 0px;
}
.header .hamb-body > .menu > li > a {
  font-size: 2rem;
}
.header.hamb-on .hamb-body {
  height: 100vh;
  visibility: visible;
}

.header-2 {
  font-size: 1.4rem;
  line-height: 1.1;
  background-color: #000000;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .header-2 {
    font-size: 1.2rem;
  }
}
.header-2 > .inner {
  display: block;
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 1052px) {
  .header-2 > .inner {
    display: flex;
  }
}
.header-2 > .inner .logo {
  display: none;
  width: 30px;
}
@media screen and (max-width: 1052px) {
  .header-2 > .inner .logo {
    display: block;
  }
}
.header-2 > .inner .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.header-2 > .inner .logo a img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.header-2 > .inner .global-nav {
  width: calc(100% - 30px);
}
.header-2 > .inner .global-nav > ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.header-2 > .inner .global-nav > ul > li {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .header-2 > .inner .global-nav > ul > li {
    margin-left: 10px;
    font-size: 1rem;
  }
}
.header-2 > .inner .global-nav > ul > li > a {
  display: block;
  padding: 20px 0px;
  color: #ffffff;
}
.header-2 > .inner .global-nav > ul > li > a:hover {
  text-decoration: underline;
}
.header-2 > .inner .global-nav > ul > .button-lang {
  position: relative;
  padding: 20px 0px;
}
.header-2 > .inner .global-nav > ul > .button-lang > .current-lang-name {
  padding-right: 15px;
  position: relative;
  cursor: pointer;
  color: #ffffff;
}
.header-2 > .inner .global-nav > ul > .button-lang > .current-lang-name:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #ffffff;
  position: absolute;
  top: 0.5em;
  right: 0px;
}
.header-2 > .inner .global-nav > ul > .button-lang > .current-lang-name:hover {
  text-decoration: underline;
}
.header-2 > .inner .global-nav > ul > .button-lang > .list-lang-body {
  display: none;
  position: absolute;
  top: 3em;
  right: 0px;
  white-space: nowrap;
  background: #ffffff;
  padding: 15px;
  border: 1px solid #EAEDF2;
  color: #000000;
  border-radius: 3px;
}
.header-2 > .inner .global-nav > ul > .button-lang > .list-lang-body > li {
  margin-bottom: 5px;
}
.header-2 > .inner .global-nav > ul > .button-lang > .list-lang-body > li:last-child {
  margin-bottom: 0px;
}
.header-2 > .inner .global-nav > ul > .button-lang > .list-lang-body > li > a {
  color: #000000;
}
.header-2 > .inner .global-nav > ul > .button-lang > .list-lang-body.on {
  display: block;
}

.local-nav {
  background-color: #333333;
  width: 110px;
  height: 100%;
  text-align: center;
  font-size: 1rem;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 500;
}
@media screen and (max-width: 1052px) {
  .local-nav {
    width: 100%;
    height: auto;
    top: auto;
    bottom: 0px;
  }
}
.local-nav .logo {
  width: auto;
  height: 60px;
  margin-top: 25px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1052px) {
  .local-nav .logo {
    display: none;
  }
}
.local-nav .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.5s 0s;
}
.local-nav > .scroll-inner {
  width: 100%;
  overflow-x: auto;
}
@media screen and (max-width: 1052px) {
  .local-nav > .scroll-inner > ul {
    display: flex;
    justify-content: space-around;
  }
}
@media screen and (max-width: 576px) {
  .local-nav > .scroll-inner > ul {
    justify-content: flex-start;
  }
}
.local-nav > .scroll-inner > ul > li {
  padding-top: 18px;
  padding-bottom: 18px;
  min-width: 80px;
}
.local-nav > .scroll-inner > ul > li a {
  color: #ffffff;
  display: block;
}
.local-nav > .scroll-inner > ul > li a > img {
  filter: grayscale(100%);
  transition: 0.3s 0s;
}
.local-nav > .scroll-inner > ul > li a > .title {
  display: block;
  margin-top: 5px;
  line-height: 1.1;
}
.local-nav > .scroll-inner > ul > li a:hover > img {
  filter: grayscale(0%);
}
.local-nav > .scroll-inner > ul > li a:hover > .title {
  text-decoration: none;
}

.footer {
  text-align: center;
  position: relative;
  background-color: #000000;
  padding-top: 50px;
  margin-top: 100px;
}
.footer:before {
  z-index: 2;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 200px;
  background: linear-gradient(0deg, transparent 0%, #333333 100%);
}
@media screen and (max-width: 768px) {
  .footer:before {
    height: 50px;
  }
}
.footer .inner {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 3;
}
.footer .inner .nav {
  justify-content: center;
  margin-top: 30px;
}
.footer .inner .nav a {
  opacity: 0.5;
}
.footer .inner .nav a:hover {
  opacity: 1;
}
.footer .inner .nav-locale {
  justify-content: center;
  margin-top: 10px;
}
.footer .inner .nav-locale a {
  opacity: 0.5;
  font-size: 1.2rem;
}
.footer .inner .nav-locale a:hover {
  opacity: 1;
}
.footer .inner .footer-copyright {
  opacity: 0.5;
  margin-top: 15px;
}

.footer-2 {
  text-align: center;
  position: relative;
  padding-top: 50px;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .footer-2 {
    padding-bottom: 80px;
  }
}
.footer-2 .inner {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 3;
}
.footer-2 .inner .logo img {
  filter: brightness(80%);
}
.footer-2 .inner .nav {
  justify-content: center;
  margin-top: 30px;
}
.footer-2 .inner .nav a {
  opacity: 0.5;
}
.footer-2 .inner .nav a:hover {
  opacity: 1;
}
.footer-2 .inner .nav-locale {
  justify-content: center;
  margin-top: 10px;
}
.footer-2 .inner .nav-locale a {
  opacity: 0.5;
  font-size: 1.2rem;
}
.footer-2 .inner .nav-locale a:hover {
  opacity: 1;
}
.footer-2 .inner .footer-copyright {
  opacity: 0.5;
  margin-top: 15px;
}

.section-mypage-post-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .section-mypage-post-head {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .section-mypage-post-head .block-searchform {
    margin-top: 20px;
  }
}

/* youtube設定 */
#youtube-area {
  position: relative;
  z-index: 1; /*最背面に設定*/
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0;
  width: 100%;
  padding-top: 56.25%;
}
@media screen and (max-width: 768px) {
  #youtube-area {
    padding-top: 80%;
  }
}

/*jQueryで付与されたappearクラスがついたらYoutubeエリアをふわっと表示*/
#youtube-area.appear {
  animation-name: PageAnimeAppear;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#youtube {
  /*天地中央配置*/
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  /*縦横幅指定*/
  width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}

/*youtubeがクリックされないためのマスク*/
#youtube-mask {
  position: absolute;
  z-index: 2; /*下から2番目に表示*/
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
#youtube-mask:before {
  z-index: 0;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 300px;
  background: linear-gradient(0deg, transparent 0%, #000000 100%);
}
@media screen and (max-width: 768px) {
  #youtube-mask:before {
    height: 150px;
  }
}
#youtube-mask:after {
  z-index: 0;
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 300px;
  background: linear-gradient(180deg, transparent 0%, #000000 80%);
}
@media screen and (max-width: 768px) {
  #youtube-mask:after {
    height: 50px;
  }
}

.block-mv-youtube {
  position: absolute;
  z-index: 3;
  left: 10%;
  bottom: 20%;
}
@media screen and (max-width: 768px) {
  .block-mv-youtube {
    left: 15px;
    bottom: 15px;
    font-size: 1.2rem;
  }
}
.block-mv-youtube .control {
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .block-mv-youtube .control {
    margin-bottom: 5px;
  }
}
.block-mv-youtube .control .button-play {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .block-mv-youtube .control .button-play {
    margin-right: 5px;
  }
}

body.front .woocommerce-cart-form .shop_table {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
body.front .woocommerce-cart-form .shop_table tr td {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
body.front .cart_totals .shop_table {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
body.front .cart_totals .shop_table tr th, body.front .cart_totals .shop_table tr td {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
body.front .woocommerce-notice a {
  color: #3DB2EA !important;
}
body.front .woocommerce-error, body.front .woocommerce-info, body.front .woocommerce-message {
  background-color: transparent !important;
  color: #ffffff !important;
}
body.front .wc-memberships-content-restricted-message {
  display: none;
}

.woocommerce-order .woocommerce-notice {
  font-size: 2rem;
  margin-bottom: 40px;
  font-family: montserrat, sans-serif;
}
.woocommerce-order .woocommerce-customer-details address {
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
}
.woocommerce-order table.shop_table {
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
}
.woocommerce-order table.shop_table tr td, .woocommerce-order table.shop_table tr th {
  border-top: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.membership-actions .button.view {
  display: none !important;
}

.woocommerce-Message--info .woocommerce-Button {
  display: none !important;
}

.afwc_reg_form_field {
  -webkit-appearance: checkbox !important;
  appearance: checkbox !important;
  margin-right: 5px !important;
  position: relative;
  top: -1px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button,
.afwc_registration_form_submit,
.button[type=submit] {
  text-align: center;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  background: linear-gradient(90deg, #157CAE 0%, #992BB4 100%) !important;
  transition: 0.3s 0s;
  color: #ffffff !important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover,
.afwc_registration_form_submit:hover,
.button[type=submit]:hover {
  opacity: 0.7;
  text-decoration: none;
  background: linear-gradient(90deg, #157CAE 0%, #992BB4 100%) !important;
}

.woocommerce-SavedPaymentMethods-tokenInput {
  -webkit-appearance: radio;
  appearance: radio;
}

.button[type=submit] {
  padding: 15px !important;
  line-height: 1.8 !important;
}

body.front .woocommerce .col2-set .col-1, body.front .woocommerce-page .col2-set .col-1 {
  float: none;
  width: 100%;
}
body.front .woocommerce .col2-set .col-2, body.front .woocommerce-page .col2-set .col-2 {
  float: none;
  width: 100%;
}

body.front .woocommerce-checkout {
  overflow: hidden;
  clear: both;
}
body.front .woocommerce-checkout .col2-set {
  float: left;
  width: 48%;
}
@media screen and (max-width: 768px) {
  body.front .woocommerce-checkout .col2-set {
    float: none;
    width: 100%;
  }
}
body.front .woocommerce-checkout #order_review_heading,
body.front .woocommerce-checkout .woocommerce-checkout-review-order {
  float: right;
  width: 48%;
}
@media screen and (max-width: 768px) {
  body.front .woocommerce-checkout #order_review_heading,
  body.front .woocommerce-checkout .woocommerce-checkout-review-order {
    float: none;
    width: 100%;
  }
}
body.front .woocommerce-checkout #order_review_heading {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
body.front .woocommerce-checkout .shop_table {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
body.front .woocommerce-checkout .shop_table tr th, body.front .woocommerce-checkout .shop_table tr td {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
body.front .woocommerce-checkout .woocommerce-checkout-payment {
  background: transparent !important;
}
body.front .woocommerce-checkout #payment ul.payment_methods {
  padding: 0px !important;
  padding-bottom: 1em !important;
}
body.front .woocommerce-checkout #payment div.form-row {
  padding: 0px !important;
  padding-top: 1em !important;
}
body.front .woocommerce-billing-fields h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
body.front .woocommerce-additional-fields h3 {
  display: none;
}
body.front .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 16px;
}
body.front .select2-container--default .select2-selection--single {
  border-radius: 0px;
}
body.front .select2-container .select2-selection--single {
  height: 52px;
}
body.front .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 52px;
  line-height: 52px;
  color: #000000;
}
body.front .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 52px;
}
body.front .select2-container--default .select2-results__option--highlighted[aria-selected], body.front .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #3DB2EA;
}
body.front .select2-results__option {
  color: #000000;
}
body.front .select2-results__option {
  padding-left: 16px;
  padding-right: 16px;
}
body.front #billing_company_field {
  display: none;
}
body.front .place-order .button {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.woocommerce h2 {
  display: none;
}
.woocommerce form .form-row .required {
  margin-bottom: 0px;
  display: none;
}
.woocommerce form.login {
  border: 0px !important;
  padding: 0px !important;
}

.woocommerce-form-login {
  display: flex;
  flex-direction: column;
}
.woocommerce-form-login > .form-row {
  padding: 0px !important;
}
.woocommerce-form-login > p:nth-of-type(1) {
  order: 1;
}
.woocommerce-form-login > p:nth-of-type(2) {
  order: 2;
}
.woocommerce-form-login > p:nth-of-type(3) {
  order: 5;
}
.woocommerce-form-login > p:nth-of-type(4) {
  order: 6;
}
.woocommerce-form-login > p:nth-of-type(5) {
  order: 3;
  margin-bottom: 0px;
}
.woocommerce-form-login > p:nth-of-type(6) {
  order: 4;
}
.woocommerce-form-login input[type=checkbox].woocommerce-form__input-checkbox {
  -webkit-appearance: checkbox !important;
  appearance: checkbox !important;
}
.woocommerce-form-login .woocommerce-form__label-for-checkbox {
  display: flex !important;
  flex-wrap: nowrap !important;
}
.woocommerce-form-login .form-row:nth-of-type(3) {
  display: flex;
  flex-direction: column-reverse;
}
.woocommerce-form-login .form-row:nth-of-type(3) .woocommerce-button {
  text-align: center;
  margin-right: 0px;
  height: 52px;
}
.woocommerce-form-login .form-row:nth-of-type(3) .woocommerce-form__label {
  line-height: 1.4;
  margin-top: 10px;
}
.woocommerce-form-login .form-row:nth-of-type(3) .woocommerce-form__label span {
  margin-bottom: 0px;
  margin-left: 5px;
}

.woocommerce {
  overflow: hidden;
  clear: bottom;
}
.woocommerce .woocommerce-MyAccount-navigation {
  float: left;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .woocommerce .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-wrap: nowrap;
  }
}
.woocommerce .woocommerce-MyAccount-navigation ul li {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .woocommerce .woocommerce-MyAccount-navigation ul li {
    margin-right: 20px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce .woocommerce-MyAccount-navigation ul li a {
    font-size: 1.4rem;
    padding: 5px 20px;
    border-radius: 3px;
    background-color: #f0f0f0;
    white-space: nowrap;
  }
}
.woocommerce .woocommerce-MyAccount-content {
  float: right;
  width: calc(100% - 230px);
}
@media screen and (max-width: 768px) {
  .woocommerce .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
  }
}
.woocommerce .woocommerce-MyAccount-content .edit {
  display: inline-block;
  line-height: 1.4;
  padding: 5px 15px;
  border-radius: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  background: #000000 !important;
  transition: 0.3s 0s;
  color: #ffffff !important;
}
.woocommerce .woocommerce-MyAccount-content .edit:hover {
  opacity: 0.7;
  text-decoration: none;
  background: #000000 !important;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Address {
  margin-top: 20px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title {
  display: flex;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title h3 {
  margin-right: 10px;
}
.woocommerce .woocommerce-MyAccount-content table.my_account_orders {
  font-size: 1.4rem !important;
}

.entry-summary .entry-title {
  display: none;
}
.entry-summary .amount {
  display: inline-block;
}
.entry-summary .amount bdi .woocommerce-Price-currencySymbol {
  display: inline-block;
}
.entry-summary > .price {
  display: none;
}
.entry-summary > .price .from {
  display: none;
}
.entry-summary > .price .subscription-details {
  display: inline-block;
}
.entry-summary .variations tr {
  margin-bottom: 10px;
}
.entry-summary .variations td.label {
  display: table-cell !important;
  text-align: left !important;
  vertical-align: middle !important;
  padding-bottom: 10px;
  padding-right: 10px;
}
.entry-summary .variations td.value {
  padding-bottom: 10px;
}
.entry-summary .variations td.value .reset_variations {
  display: none;
}
.entry-summary .woocommerce-variation-price del {
  text-decoration: line-through;
}
.entry-summary .woocommerce-variation-price del bdi {
  text-decoration: line-through;
}
.entry-summary .woocommerce-variation-price ins {
  margin-left: 15px;
}
.entry-summary .woocommerce-variation-price ins bdi {
  font-size: 2.8rem;
  font-family: "Roboto Condensed", sans-serif;
}
.entry-summary .woocommerce-variation-price .subscription-details {
  display: inline-block;
}
.entry-summary .product_meta {
  display: none;
}
.entry-summary .woocommerce-variation-add-to-cart {
  text-align: center;
}

.woocommerce .woocommerce-MyAccount-content #afwc_dashboard_wrapper #afwc_top_row_container {
  display: flex;
  justify-content: flex-end;
}
.woocommerce .woocommerce-MyAccount-content #afwc_dashboard_wrapper #afwc_top_row_container #afwc_date_range_container {
  float: none;
  margin: 0;
  border-radius: 0 !important;
  height: auto;
}
.woocommerce .woocommerce-MyAccount-content #afwc_dashboard_wrapper #afwc_top_row_container #afwc_date_range_container input {
  width: 7.5em;
}
.woocommerce .woocommerce-MyAccount-content #afwc_dashboard_wrapper #afwc_top_row_container #afwc_date_range_container input::placeholder {
  font-size: 1.4rem;
  color: #999999;
}
.woocommerce .woocommerce-MyAccount-content .afwc_products th, .woocommerce .woocommerce-MyAccount-content .afwc_products td,
.woocommerce .woocommerce-MyAccount-content .afwc_referrals th,
.woocommerce .woocommerce-MyAccount-content .afwc_referrals td,
.woocommerce .woocommerce-MyAccount-content .afwc_payout_history th,
.woocommerce .woocommerce-MyAccount-content .afwc_payout_history td {
  border: 1px solid #e0e0e0;
  padding: 10px 15px;
  vertical-align: middle;
}
.woocommerce #afwc_resources_wrapper hr {
  margin-top: 2em;
  margin-bottom: 2em;
}
.woocommerce #afwc_payout_details_container h4 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.woocommerce #afwc_payout_details_container #afwc_payment_wrapper {
  margin: 0px !important;
}
.woocommerce #afwc_payout_details_container #afwc_payment_wrapper .form-row {
  margin: 0px;
  padding: 0px;
}
.woocommerce #afwc_payout_details_container #afwc_save_account_button {
  margin-top: 20px;
  text-align: center;
  width: 240px;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  background: linear-gradient(90deg, #157CAE 0%, #992BB4 100%) !important;
  transition: 0.3s 0s;
  color: #ffffff !important;
}
.woocommerce #afwc_payout_details_container #afwc_save_account_button:hover {
  opacity: 0.7;
  text-decoration: none;
  background: linear-gradient(90deg, #157CAE 0%, #992BB4 100%) !important;
}
.woocommerce #afwc_contact_admin_container {
  display: none;
}
.woocommerce #afwc_save_identifier {
  text-align: center;
  padding: 13px;
  border-radius: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  background: linear-gradient(90deg, #157CAE 0%, #992BB4 100%) !important;
  transition: 0.3s 0s;
  color: #ffffff !important;
}
.woocommerce #afwc_save_identifier:hover {
  opacity: 0.7;
  text-decoration: none;
  background: linear-gradient(90deg, #157CAE 0%, #992BB4 100%) !important;
}
.woocommerce #afwc_referral_url_container code {
  font-size: 1.4rem;
}
.woocommerce .afw-campaigns ul > li > div {
  padding: 15px !important;
}
.woocommerce .afw-campaigns ul > li > div > div {
  font-size: 1.6rem !important;
}
.woocommerce .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
.woocommerce #ce4wp_checkout_consent_checkbox {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
.woocommerce .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--members-area, .woocommerce .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address {
  display: none;
}
.woocommerce .order-again {
  display: none;
}

.mailpoet-manage-subscription .mailpoet-change-email-info {
  display: none;
}
.mailpoet-manage-subscription div.mailpoet_paragraph:nth-of-type(1),
.mailpoet-manage-subscription div.mailpoet_paragraph:nth-of-type(2),
.mailpoet-manage-subscription div.mailpoet_paragraph:nth-of-type(4) {
  display: none;
}
.mailpoet-manage-subscription .mailpoet_paragraph:nth-of-type(3) {
  width: 240px;
}
.mailpoet-manage-subscription .mailpoet_submit {
  text-align: center;
  padding: 13px;
  border-radius: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  background: linear-gradient(90deg, #157CAE 0%, #992BB4 100%) !important;
  transition: 0.3s 0s;
  color: #ffffff !important;
  width: 240px;
  margin-top: 20px;
}
.mailpoet-manage-subscription .mailpoet_submit:hover {
  opacity: 0.7;
  text-decoration: none;
  background: linear-gradient(90deg, #157CAE 0%, #992BB4 100%) !important;
}
.mailpoet-manage-subscription .mailpoet-submit-success {
  margin-top: 20px;
  border: 2px solid #449953;
  color: #417E0C;
  padding: 15px;
  text-align: center;
  font-weight: bold;
}

#mailpoet_form_1 {
  background-color: transparent !important;
}
#mailpoet_form_1 form.mailpoet_form {
  padding: 0 !important;
  background-color: transparent !important;
}
#mailpoet_form_1 form.mailpoet_form .mailpoet_text {
  background-color: #ffffff !important;
  border: 1px solid #e0e0e0 !important;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
  color: #000000 !important;
}
#mailpoet_form_1 form.mailpoet_form input[type=submit] {
  text-align: center !important;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
}
#mailpoet_form_1 .mailpoet_validate_success {
  width: 100% !important;
  border: 2px solid #449953 !important;
  color: #417E0C !important;
  padding: 15px !important;
  font-weight: bold !important;
}

.woocommerce-customer-details address {
  display: none;
}

.afw-campaigns .w-full > li {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border-bottom: 1px solid #EAEDF2 !important;
}
.afw-campaigns .w-full > li:hover {
  background-color: transparent !important;
}
.afw-campaigns .w-full > li .flex {
  flex-direction: row-reverse;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.afw-campaigns .w-full > li .flex:hover {
  background-color: transparent !important;
}
.afw-campaigns .w-full > li .flex:hover .flex-1 {
  text-decoration: underline !important;
}

.main-content.zindex-on {
  z-index: 9999;
}

.afwc_reg_form_wrapper:before {
  display: block;
  margin-bottom: 30px;
  white-space: pre-wrap;
  content: "Here is our brief explanation of our affiliate program. Every time Orb Labs confirms that you acquire a new user from your affiliate link, Orb Labs pays you 10% commission fee. Also, every time the user renews his/her subscription plan, we pay you this 10% commission fee. The payment cycle is every 3 months. For detail, please read our Affiliate Program Terms on the bottom of this page. If you wanna become our affiliate program members, please apply from here.\a\aPlease allow up to two weeks for approval after submitting your affiliate application. After the review, only those who have been approved will receive an email. Please note that if you do not receive an approval email after 2 weeks, you have not been approved.";
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-response-output {
  text-align: center;
}

.label {
  display: inline-block;
  text-align: center;
  border-radius: 2px;
  font-style: normal;
}
.label.label-sm {
  height: 26px;
  padding-top: 0.1em;
  line-height: 26px;
  padding-left: 12px;
  padding-right: 12px;
}
.label.label-md {
  height: 32px;
  line-height: 32px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 1.2rem;
}
.label.label-gray {
  background-color: #859CAC;
  color: #ffffff;
}
.label.label-cyan {
  background-color: #75B9D0;
  color: #ffffff;
}
.label.label-green {
  background-color: #6EB170;
  color: #ffffff;
}
.label.label-bold {
  font-weight: bold;
}

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

.img-fluid {
  max-width: 100%;
  height: auto;
}

.position-relative {
  position: relative;
}

.z-index-0 {
  position: relative;
  z-index: 0;
}

.z-index-1 {
  position: relative;
  z-index: 1;
}

.z-index-2 {
  position: relative;
  z-index: 2;
}

a {
  color: #000000;
  transition: 0.16s 0s;
}
a:hover {
  color: #000000;
  text-decoration: underline;
}

.link-hover-image img {
  transition: opacity 0.3s 0s;
}
.link-hover-image:hover img {
  opacity: 0.7;
}

.anchor:before {
  content: "";
  display: block;
  height: 150px;
  margin-top: -150px;
  z-index: -1;
}

.font-family-english {
  font-family: montserrat, sans-serif;
}

.font-family-serif {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

.bold {
  font-weight: bold;
}

.primary {
  color: #004167;
}

.secondary {
  color: #3DB2EA;
}

.gray {
  color: #6F6F6F;
}

.red {
  color: #AD0003;
}

.bg-primary {
  background-color: #004167;
  color: #ffffff;
}

.bg-gray {
  background-color: #F7F6F4;
}

.bg-brown-lighter {
  background-color: #EAE8E3;
}

.bg-white {
  background-color: #ffffff;
}

@media screen and (max-width: 1052px) {
  .bg-md-expand {
    width: calc(100% + 48px);
    margin-left: -24px;
  }
}

.font-size-xl {
  font-size: 2rem;
}

.font-size-lg {
  font-size: 1.8rem;
}

.font-size-base {
  font-size: 1.6rem;
}

.font-size-sm {
  font-size: 1.4rem;
}

.font-size-xs {
  font-size: 1.2rem;
}

.font-size-xxs {
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .d-sm-hidden {
    display: none;
  }
}

@media screen and (max-width: 1052px) {
  .d-md-hidden {
    display: none;
  }
}

@media screen and (max-width: 1220px) {
  .d-lg-hidden {
    display: none;
  }
}

@media screen and (max-width: 1560px) {
  .d-xl-hidden {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .d-sm-visible {
    display: none;
  }
}

@media screen and (min-width: 1052px) {
  .d-md-visible {
    display: none;
  }
}

@media screen and (min-width: 1220px) {
  .d-lg-visible {
    display: none;
  }
}

@media screen and (min-width: 1560px) {
  .d-xl-visible {
    display: none;
  }
}

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

.text-center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .text-center.text-sm-left {
    text-align: left;
  }
}

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

.line-height-lg {
  line-height: 2.2;
}

.line-height-base {
  line-height: 1.8;
}

.line-height-sm {
  line-height: 1.4;
}

.line-height-xs {
  line-height: 1.1;
}

.hidden-xs {
  display: block;
}

@media screen and (max-width: 576px) {
  .hidden-xs {
    display: none;
  }
}
.visible-xs {
  display: none;
}

@media screen and (max-width: 576px) {
  .visible-xs {
    display: block;
  }
}
.hidden-sm {
  display: block;
}

@media screen and (max-width: 768px) {
  .hidden-sm {
    display: none;
  }
}
.visible-sm {
  display: none;
}

@media screen and (max-width: 768px) {
  .visible-sm {
    display: block;
  }
}
.hidden-md {
  display: block;
}

@media screen and (max-width: 1052px) {
  .hidden-md {
    display: none;
  }
}
.visible-md {
  display: none;
}

@media screen and (max-width: 1052px) {
  .visible-md {
    display: block;
  }
}
.hidden-lg {
  display: block;
}

@media screen and (max-width: 1220px) {
  .hidden-lg {
    display: none;
  }
}
.visible-lg {
  display: none;
}

@media screen and (max-width: 1220px) {
  .visible-lg {
    display: block;
  }
}
.hidden-xl {
  display: block;
}

@media screen and (max-width: 1560px) {
  .hidden-xl {
    display: none;
  }
}
.visible-xl {
  display: none;
}

@media screen and (max-width: 1560px) {
  .visible-xl {
    display: block;
  }
}
.ml-180 {
  margin-left: 180px;
}

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1220px) {
  .ml-lg-180 {
    margin-left: 180px;
  }
  .mr-lg-180 {
    margin-right: 180px;
  }
  .mt-lg-180 {
    margin-top: 180px;
  }
  .mb-lg-180 {
    margin-bottom: 180px;
  }
  .mx-lg-180 {
    margin-left: 180px;
    margin-right: 180px;
  }
  .my-lg-180 {
    margin-top: 180px;
    margin-bottom: 180px;
  }
  .pl-lg-180 {
    padding-left: 180px;
  }
  .pr-lg-180 {
    padding-right: 180px;
  }
  .pt-lg-180 {
    padding-top: 180px;
  }
  .pb-lg-180 {
    padding-bottom: 180px;
  }
  .px-lg-180 {
    padding-left: 180px;
    padding-right: 180px;
  }
  .py-lg-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}
@media screen and (max-width: 1052px) {
  .ml-md-180 {
    margin-left: 180px;
  }
  .mr-md-180 {
    margin-right: 180px;
  }
  .mt-md-180 {
    margin-top: 180px;
  }
  .mb-md-180 {
    margin-bottom: 180px;
  }
  .mx-md-180 {
    margin-left: 180px;
    margin-right: 180px;
  }
  .my-md-180 {
    margin-top: 180px;
    margin-bottom: 180px;
  }
  .pl-md-180 {
    padding-left: 180px;
  }
  .pr-md-180 {
    padding-right: 180px;
  }
  .pt-md-180 {
    padding-top: 180px;
  }
  .pb-md-180 {
    padding-bottom: 180px;
  }
  .px-md-180 {
    padding-left: 180px;
    padding-right: 180px;
  }
  .py-md-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}
@media screen and (max-width: 768px) {
  .ml-sm-180 {
    margin-left: 180px;
  }
  .mr-sm-180 {
    margin-right: 180px;
  }
  .mt-sm-180 {
    margin-top: 180px;
  }
  .mb-sm-180 {
    margin-bottom: 180px;
  }
  .mx-sm-180 {
    margin-left: 180px;
    margin-right: 180px;
  }
  .my-sm-180 {
    margin-top: 180px;
    margin-bottom: 180px;
  }
  .pl-sm-180 {
    padding-left: 180px;
  }
  .pr-sm-180 {
    padding-right: 180px;
  }
  .pt-sm-180 {
    padding-top: 180px;
  }
  .pb-sm-180 {
    padding-bottom: 180px;
  }
  .px-sm-180 {
    padding-left: 180px;
    padding-right: 180px;
  }
  .py-sm-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}
@media screen and (max-width: 576px) {
  .ml-xs-180 {
    margin-left: 180px;
  }
  .mr-xs-180 {
    margin-right: 180px;
  }
  .mt-xs-180 {
    margin-top: 180px;
  }
  .mb-xs-180 {
    margin-bottom: 180px;
  }
  .mx-xs-180 {
    margin-left: 180px;
    margin-right: 180px;
  }
  .my-xs-180 {
    margin-top: 180px;
    margin-bottom: 180px;
  }
  .pl-xs-180 {
    padding-left: 180px;
  }
  .pr-xs-180 {
    padding-right: 180px;
  }
  .pt-xs-180 {
    padding-top: 180px;
  }
  .pb-xs-180 {
    padding-bottom: 180px;
  }
  .px-xs-180 {
    padding-left: 180px;
    padding-right: 180px;
  }
  .py-xs-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}
.ml-150 {
  margin-left: 150px;
}

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1220px) {
  .ml-lg-150 {
    margin-left: 150px;
  }
  .mr-lg-150 {
    margin-right: 150px;
  }
  .mt-lg-150 {
    margin-top: 150px;
  }
  .mb-lg-150 {
    margin-bottom: 150px;
  }
  .mx-lg-150 {
    margin-left: 150px;
    margin-right: 150px;
  }
  .my-lg-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .pl-lg-150 {
    padding-left: 150px;
  }
  .pr-lg-150 {
    padding-right: 150px;
  }
  .pt-lg-150 {
    padding-top: 150px;
  }
  .pb-lg-150 {
    padding-bottom: 150px;
  }
  .px-lg-150 {
    padding-left: 150px;
    padding-right: 150px;
  }
  .py-lg-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 1052px) {
  .ml-md-150 {
    margin-left: 150px;
  }
  .mr-md-150 {
    margin-right: 150px;
  }
  .mt-md-150 {
    margin-top: 150px;
  }
  .mb-md-150 {
    margin-bottom: 150px;
  }
  .mx-md-150 {
    margin-left: 150px;
    margin-right: 150px;
  }
  .my-md-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .pl-md-150 {
    padding-left: 150px;
  }
  .pr-md-150 {
    padding-right: 150px;
  }
  .pt-md-150 {
    padding-top: 150px;
  }
  .pb-md-150 {
    padding-bottom: 150px;
  }
  .px-md-150 {
    padding-left: 150px;
    padding-right: 150px;
  }
  .py-md-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 768px) {
  .ml-sm-150 {
    margin-left: 150px;
  }
  .mr-sm-150 {
    margin-right: 150px;
  }
  .mt-sm-150 {
    margin-top: 150px;
  }
  .mb-sm-150 {
    margin-bottom: 150px;
  }
  .mx-sm-150 {
    margin-left: 150px;
    margin-right: 150px;
  }
  .my-sm-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .pl-sm-150 {
    padding-left: 150px;
  }
  .pr-sm-150 {
    padding-right: 150px;
  }
  .pt-sm-150 {
    padding-top: 150px;
  }
  .pb-sm-150 {
    padding-bottom: 150px;
  }
  .px-sm-150 {
    padding-left: 150px;
    padding-right: 150px;
  }
  .py-sm-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 576px) {
  .ml-xs-150 {
    margin-left: 150px;
  }
  .mr-xs-150 {
    margin-right: 150px;
  }
  .mt-xs-150 {
    margin-top: 150px;
  }
  .mb-xs-150 {
    margin-bottom: 150px;
  }
  .mx-xs-150 {
    margin-left: 150px;
    margin-right: 150px;
  }
  .my-xs-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .pl-xs-150 {
    padding-left: 150px;
  }
  .pr-xs-150 {
    padding-right: 150px;
  }
  .pt-xs-150 {
    padding-top: 150px;
  }
  .pb-xs-150 {
    padding-bottom: 150px;
  }
  .px-xs-150 {
    padding-left: 150px;
    padding-right: 150px;
  }
  .py-xs-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.ml-140 {
  margin-left: 140px;
}

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1220px) {
  .ml-lg-140 {
    margin-left: 140px;
  }
  .mr-lg-140 {
    margin-right: 140px;
  }
  .mt-lg-140 {
    margin-top: 140px;
  }
  .mb-lg-140 {
    margin-bottom: 140px;
  }
  .mx-lg-140 {
    margin-left: 140px;
    margin-right: 140px;
  }
  .my-lg-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .pl-lg-140 {
    padding-left: 140px;
  }
  .pr-lg-140 {
    padding-right: 140px;
  }
  .pt-lg-140 {
    padding-top: 140px;
  }
  .pb-lg-140 {
    padding-bottom: 140px;
  }
  .px-lg-140 {
    padding-left: 140px;
    padding-right: 140px;
  }
  .py-lg-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 1052px) {
  .ml-md-140 {
    margin-left: 140px;
  }
  .mr-md-140 {
    margin-right: 140px;
  }
  .mt-md-140 {
    margin-top: 140px;
  }
  .mb-md-140 {
    margin-bottom: 140px;
  }
  .mx-md-140 {
    margin-left: 140px;
    margin-right: 140px;
  }
  .my-md-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .pl-md-140 {
    padding-left: 140px;
  }
  .pr-md-140 {
    padding-right: 140px;
  }
  .pt-md-140 {
    padding-top: 140px;
  }
  .pb-md-140 {
    padding-bottom: 140px;
  }
  .px-md-140 {
    padding-left: 140px;
    padding-right: 140px;
  }
  .py-md-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 768px) {
  .ml-sm-140 {
    margin-left: 140px;
  }
  .mr-sm-140 {
    margin-right: 140px;
  }
  .mt-sm-140 {
    margin-top: 140px;
  }
  .mb-sm-140 {
    margin-bottom: 140px;
  }
  .mx-sm-140 {
    margin-left: 140px;
    margin-right: 140px;
  }
  .my-sm-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .pl-sm-140 {
    padding-left: 140px;
  }
  .pr-sm-140 {
    padding-right: 140px;
  }
  .pt-sm-140 {
    padding-top: 140px;
  }
  .pb-sm-140 {
    padding-bottom: 140px;
  }
  .px-sm-140 {
    padding-left: 140px;
    padding-right: 140px;
  }
  .py-sm-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 576px) {
  .ml-xs-140 {
    margin-left: 140px;
  }
  .mr-xs-140 {
    margin-right: 140px;
  }
  .mt-xs-140 {
    margin-top: 140px;
  }
  .mb-xs-140 {
    margin-bottom: 140px;
  }
  .mx-xs-140 {
    margin-left: 140px;
    margin-right: 140px;
  }
  .my-xs-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .pl-xs-140 {
    padding-left: 140px;
  }
  .pr-xs-140 {
    padding-right: 140px;
  }
  .pt-xs-140 {
    padding-top: 140px;
  }
  .pb-xs-140 {
    padding-bottom: 140px;
  }
  .px-xs-140 {
    padding-left: 140px;
    padding-right: 140px;
  }
  .py-xs-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.ml-120 {
  margin-left: 120px;
}

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1220px) {
  .ml-lg-120 {
    margin-left: 120px;
  }
  .mr-lg-120 {
    margin-right: 120px;
  }
  .mt-lg-120 {
    margin-top: 120px;
  }
  .mb-lg-120 {
    margin-bottom: 120px;
  }
  .mx-lg-120 {
    margin-left: 120px;
    margin-right: 120px;
  }
  .my-lg-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .pl-lg-120 {
    padding-left: 120px;
  }
  .pr-lg-120 {
    padding-right: 120px;
  }
  .pt-lg-120 {
    padding-top: 120px;
  }
  .pb-lg-120 {
    padding-bottom: 120px;
  }
  .px-lg-120 {
    padding-left: 120px;
    padding-right: 120px;
  }
  .py-lg-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 1052px) {
  .ml-md-120 {
    margin-left: 120px;
  }
  .mr-md-120 {
    margin-right: 120px;
  }
  .mt-md-120 {
    margin-top: 120px;
  }
  .mb-md-120 {
    margin-bottom: 120px;
  }
  .mx-md-120 {
    margin-left: 120px;
    margin-right: 120px;
  }
  .my-md-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .pl-md-120 {
    padding-left: 120px;
  }
  .pr-md-120 {
    padding-right: 120px;
  }
  .pt-md-120 {
    padding-top: 120px;
  }
  .pb-md-120 {
    padding-bottom: 120px;
  }
  .px-md-120 {
    padding-left: 120px;
    padding-right: 120px;
  }
  .py-md-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .ml-sm-120 {
    margin-left: 120px;
  }
  .mr-sm-120 {
    margin-right: 120px;
  }
  .mt-sm-120 {
    margin-top: 120px;
  }
  .mb-sm-120 {
    margin-bottom: 120px;
  }
  .mx-sm-120 {
    margin-left: 120px;
    margin-right: 120px;
  }
  .my-sm-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .pl-sm-120 {
    padding-left: 120px;
  }
  .pr-sm-120 {
    padding-right: 120px;
  }
  .pt-sm-120 {
    padding-top: 120px;
  }
  .pb-sm-120 {
    padding-bottom: 120px;
  }
  .px-sm-120 {
    padding-left: 120px;
    padding-right: 120px;
  }
  .py-sm-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 576px) {
  .ml-xs-120 {
    margin-left: 120px;
  }
  .mr-xs-120 {
    margin-right: 120px;
  }
  .mt-xs-120 {
    margin-top: 120px;
  }
  .mb-xs-120 {
    margin-bottom: 120px;
  }
  .mx-xs-120 {
    margin-left: 120px;
    margin-right: 120px;
  }
  .my-xs-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .pl-xs-120 {
    padding-left: 120px;
  }
  .pr-xs-120 {
    padding-right: 120px;
  }
  .pt-xs-120 {
    padding-top: 120px;
  }
  .pb-xs-120 {
    padding-bottom: 120px;
  }
  .px-xs-120 {
    padding-left: 120px;
    padding-right: 120px;
  }
  .py-xs-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.ml-100 {
  margin-left: 100px;
}

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1220px) {
  .ml-lg-100 {
    margin-left: 100px;
  }
  .mr-lg-100 {
    margin-right: 100px;
  }
  .mt-lg-100 {
    margin-top: 100px;
  }
  .mb-lg-100 {
    margin-bottom: 100px;
  }
  .mx-lg-100 {
    margin-left: 100px;
    margin-right: 100px;
  }
  .my-lg-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .pl-lg-100 {
    padding-left: 100px;
  }
  .pr-lg-100 {
    padding-right: 100px;
  }
  .pt-lg-100 {
    padding-top: 100px;
  }
  .pb-lg-100 {
    padding-bottom: 100px;
  }
  .px-lg-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .py-lg-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1052px) {
  .ml-md-100 {
    margin-left: 100px;
  }
  .mr-md-100 {
    margin-right: 100px;
  }
  .mt-md-100 {
    margin-top: 100px;
  }
  .mb-md-100 {
    margin-bottom: 100px;
  }
  .mx-md-100 {
    margin-left: 100px;
    margin-right: 100px;
  }
  .my-md-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .pl-md-100 {
    padding-left: 100px;
  }
  .pr-md-100 {
    padding-right: 100px;
  }
  .pt-md-100 {
    padding-top: 100px;
  }
  .pb-md-100 {
    padding-bottom: 100px;
  }
  .px-md-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .py-md-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .ml-sm-100 {
    margin-left: 100px;
  }
  .mr-sm-100 {
    margin-right: 100px;
  }
  .mt-sm-100 {
    margin-top: 100px;
  }
  .mb-sm-100 {
    margin-bottom: 100px;
  }
  .mx-sm-100 {
    margin-left: 100px;
    margin-right: 100px;
  }
  .my-sm-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .pl-sm-100 {
    padding-left: 100px;
  }
  .pr-sm-100 {
    padding-right: 100px;
  }
  .pt-sm-100 {
    padding-top: 100px;
  }
  .pb-sm-100 {
    padding-bottom: 100px;
  }
  .px-sm-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .py-sm-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 576px) {
  .ml-xs-100 {
    margin-left: 100px;
  }
  .mr-xs-100 {
    margin-right: 100px;
  }
  .mt-xs-100 {
    margin-top: 100px;
  }
  .mb-xs-100 {
    margin-bottom: 100px;
  }
  .mx-xs-100 {
    margin-left: 100px;
    margin-right: 100px;
  }
  .my-xs-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .pl-xs-100 {
    padding-left: 100px;
  }
  .pr-xs-100 {
    padding-right: 100px;
  }
  .pt-xs-100 {
    padding-top: 100px;
  }
  .pb-xs-100 {
    padding-bottom: 100px;
  }
  .px-xs-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .py-xs-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.ml-90 {
  margin-left: 90px;
}

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1220px) {
  .ml-lg-90 {
    margin-left: 90px;
  }
  .mr-lg-90 {
    margin-right: 90px;
  }
  .mt-lg-90 {
    margin-top: 90px;
  }
  .mb-lg-90 {
    margin-bottom: 90px;
  }
  .mx-lg-90 {
    margin-left: 90px;
    margin-right: 90px;
  }
  .my-lg-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .pl-lg-90 {
    padding-left: 90px;
  }
  .pr-lg-90 {
    padding-right: 90px;
  }
  .pt-lg-90 {
    padding-top: 90px;
  }
  .pb-lg-90 {
    padding-bottom: 90px;
  }
  .px-lg-90 {
    padding-left: 90px;
    padding-right: 90px;
  }
  .py-lg-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1052px) {
  .ml-md-90 {
    margin-left: 90px;
  }
  .mr-md-90 {
    margin-right: 90px;
  }
  .mt-md-90 {
    margin-top: 90px;
  }
  .mb-md-90 {
    margin-bottom: 90px;
  }
  .mx-md-90 {
    margin-left: 90px;
    margin-right: 90px;
  }
  .my-md-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .pl-md-90 {
    padding-left: 90px;
  }
  .pr-md-90 {
    padding-right: 90px;
  }
  .pt-md-90 {
    padding-top: 90px;
  }
  .pb-md-90 {
    padding-bottom: 90px;
  }
  .px-md-90 {
    padding-left: 90px;
    padding-right: 90px;
  }
  .py-md-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 768px) {
  .ml-sm-90 {
    margin-left: 90px;
  }
  .mr-sm-90 {
    margin-right: 90px;
  }
  .mt-sm-90 {
    margin-top: 90px;
  }
  .mb-sm-90 {
    margin-bottom: 90px;
  }
  .mx-sm-90 {
    margin-left: 90px;
    margin-right: 90px;
  }
  .my-sm-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .pl-sm-90 {
    padding-left: 90px;
  }
  .pr-sm-90 {
    padding-right: 90px;
  }
  .pt-sm-90 {
    padding-top: 90px;
  }
  .pb-sm-90 {
    padding-bottom: 90px;
  }
  .px-sm-90 {
    padding-left: 90px;
    padding-right: 90px;
  }
  .py-sm-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 576px) {
  .ml-xs-90 {
    margin-left: 90px;
  }
  .mr-xs-90 {
    margin-right: 90px;
  }
  .mt-xs-90 {
    margin-top: 90px;
  }
  .mb-xs-90 {
    margin-bottom: 90px;
  }
  .mx-xs-90 {
    margin-left: 90px;
    margin-right: 90px;
  }
  .my-xs-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .pl-xs-90 {
    padding-left: 90px;
  }
  .pr-xs-90 {
    padding-right: 90px;
  }
  .pt-xs-90 {
    padding-top: 90px;
  }
  .pb-xs-90 {
    padding-bottom: 90px;
  }
  .px-xs-90 {
    padding-left: 90px;
    padding-right: 90px;
  }
  .py-xs-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.ml-80 {
  margin-left: 80px;
}

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1220px) {
  .ml-lg-80 {
    margin-left: 80px;
  }
  .mr-lg-80 {
    margin-right: 80px;
  }
  .mt-lg-80 {
    margin-top: 80px;
  }
  .mb-lg-80 {
    margin-bottom: 80px;
  }
  .mx-lg-80 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .my-lg-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .pl-lg-80 {
    padding-left: 80px;
  }
  .pr-lg-80 {
    padding-right: 80px;
  }
  .pt-lg-80 {
    padding-top: 80px;
  }
  .pb-lg-80 {
    padding-bottom: 80px;
  }
  .px-lg-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .py-lg-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1052px) {
  .ml-md-80 {
    margin-left: 80px;
  }
  .mr-md-80 {
    margin-right: 80px;
  }
  .mt-md-80 {
    margin-top: 80px;
  }
  .mb-md-80 {
    margin-bottom: 80px;
  }
  .mx-md-80 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .my-md-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .pl-md-80 {
    padding-left: 80px;
  }
  .pr-md-80 {
    padding-right: 80px;
  }
  .pt-md-80 {
    padding-top: 80px;
  }
  .pb-md-80 {
    padding-bottom: 80px;
  }
  .px-md-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .py-md-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .ml-sm-80 {
    margin-left: 80px;
  }
  .mr-sm-80 {
    margin-right: 80px;
  }
  .mt-sm-80 {
    margin-top: 80px;
  }
  .mb-sm-80 {
    margin-bottom: 80px;
  }
  .mx-sm-80 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .my-sm-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .pl-sm-80 {
    padding-left: 80px;
  }
  .pr-sm-80 {
    padding-right: 80px;
  }
  .pt-sm-80 {
    padding-top: 80px;
  }
  .pb-sm-80 {
    padding-bottom: 80px;
  }
  .px-sm-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .py-sm-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 576px) {
  .ml-xs-80 {
    margin-left: 80px;
  }
  .mr-xs-80 {
    margin-right: 80px;
  }
  .mt-xs-80 {
    margin-top: 80px;
  }
  .mb-xs-80 {
    margin-bottom: 80px;
  }
  .mx-xs-80 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .my-xs-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .pl-xs-80 {
    padding-left: 80px;
  }
  .pr-xs-80 {
    padding-right: 80px;
  }
  .pt-xs-80 {
    padding-top: 80px;
  }
  .pb-xs-80 {
    padding-bottom: 80px;
  }
  .px-xs-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .py-xs-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.ml-70 {
  margin-left: 70px;
}

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1220px) {
  .ml-lg-70 {
    margin-left: 70px;
  }
  .mr-lg-70 {
    margin-right: 70px;
  }
  .mt-lg-70 {
    margin-top: 70px;
  }
  .mb-lg-70 {
    margin-bottom: 70px;
  }
  .mx-lg-70 {
    margin-left: 70px;
    margin-right: 70px;
  }
  .my-lg-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .pl-lg-70 {
    padding-left: 70px;
  }
  .pr-lg-70 {
    padding-right: 70px;
  }
  .pt-lg-70 {
    padding-top: 70px;
  }
  .pb-lg-70 {
    padding-bottom: 70px;
  }
  .px-lg-70 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .py-lg-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 1052px) {
  .ml-md-70 {
    margin-left: 70px;
  }
  .mr-md-70 {
    margin-right: 70px;
  }
  .mt-md-70 {
    margin-top: 70px;
  }
  .mb-md-70 {
    margin-bottom: 70px;
  }
  .mx-md-70 {
    margin-left: 70px;
    margin-right: 70px;
  }
  .my-md-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .pl-md-70 {
    padding-left: 70px;
  }
  .pr-md-70 {
    padding-right: 70px;
  }
  .pt-md-70 {
    padding-top: 70px;
  }
  .pb-md-70 {
    padding-bottom: 70px;
  }
  .px-md-70 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .py-md-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .ml-sm-70 {
    margin-left: 70px;
  }
  .mr-sm-70 {
    margin-right: 70px;
  }
  .mt-sm-70 {
    margin-top: 70px;
  }
  .mb-sm-70 {
    margin-bottom: 70px;
  }
  .mx-sm-70 {
    margin-left: 70px;
    margin-right: 70px;
  }
  .my-sm-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .pl-sm-70 {
    padding-left: 70px;
  }
  .pr-sm-70 {
    padding-right: 70px;
  }
  .pt-sm-70 {
    padding-top: 70px;
  }
  .pb-sm-70 {
    padding-bottom: 70px;
  }
  .px-sm-70 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .py-sm-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 576px) {
  .ml-xs-70 {
    margin-left: 70px;
  }
  .mr-xs-70 {
    margin-right: 70px;
  }
  .mt-xs-70 {
    margin-top: 70px;
  }
  .mb-xs-70 {
    margin-bottom: 70px;
  }
  .mx-xs-70 {
    margin-left: 70px;
    margin-right: 70px;
  }
  .my-xs-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .pl-xs-70 {
    padding-left: 70px;
  }
  .pr-xs-70 {
    padding-right: 70px;
  }
  .pt-xs-70 {
    padding-top: 70px;
  }
  .pb-xs-70 {
    padding-bottom: 70px;
  }
  .px-xs-70 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .py-xs-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.ml-60 {
  margin-left: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1220px) {
  .ml-lg-60 {
    margin-left: 60px;
  }
  .mr-lg-60 {
    margin-right: 60px;
  }
  .mt-lg-60 {
    margin-top: 60px;
  }
  .mb-lg-60 {
    margin-bottom: 60px;
  }
  .mx-lg-60 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .my-lg-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .pl-lg-60 {
    padding-left: 60px;
  }
  .pr-lg-60 {
    padding-right: 60px;
  }
  .pt-lg-60 {
    padding-top: 60px;
  }
  .pb-lg-60 {
    padding-bottom: 60px;
  }
  .px-lg-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .py-lg-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1052px) {
  .ml-md-60 {
    margin-left: 60px;
  }
  .mr-md-60 {
    margin-right: 60px;
  }
  .mt-md-60 {
    margin-top: 60px;
  }
  .mb-md-60 {
    margin-bottom: 60px;
  }
  .mx-md-60 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .my-md-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .pl-md-60 {
    padding-left: 60px;
  }
  .pr-md-60 {
    padding-right: 60px;
  }
  .pt-md-60 {
    padding-top: 60px;
  }
  .pb-md-60 {
    padding-bottom: 60px;
  }
  .px-md-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .py-md-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .ml-sm-60 {
    margin-left: 60px;
  }
  .mr-sm-60 {
    margin-right: 60px;
  }
  .mt-sm-60 {
    margin-top: 60px;
  }
  .mb-sm-60 {
    margin-bottom: 60px;
  }
  .mx-sm-60 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .my-sm-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .pl-sm-60 {
    padding-left: 60px;
  }
  .pr-sm-60 {
    padding-right: 60px;
  }
  .pt-sm-60 {
    padding-top: 60px;
  }
  .pb-sm-60 {
    padding-bottom: 60px;
  }
  .px-sm-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .py-sm-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 576px) {
  .ml-xs-60 {
    margin-left: 60px;
  }
  .mr-xs-60 {
    margin-right: 60px;
  }
  .mt-xs-60 {
    margin-top: 60px;
  }
  .mb-xs-60 {
    margin-bottom: 60px;
  }
  .mx-xs-60 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .my-xs-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .pl-xs-60 {
    padding-left: 60px;
  }
  .pr-xs-60 {
    padding-right: 60px;
  }
  .pt-xs-60 {
    padding-top: 60px;
  }
  .pb-xs-60 {
    padding-bottom: 60px;
  }
  .px-xs-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .py-xs-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.ml-50 {
  margin-left: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1220px) {
  .ml-lg-50 {
    margin-left: 50px;
  }
  .mr-lg-50 {
    margin-right: 50px;
  }
  .mt-lg-50 {
    margin-top: 50px;
  }
  .mb-lg-50 {
    margin-bottom: 50px;
  }
  .mx-lg-50 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .my-lg-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .pl-lg-50 {
    padding-left: 50px;
  }
  .pr-lg-50 {
    padding-right: 50px;
  }
  .pt-lg-50 {
    padding-top: 50px;
  }
  .pb-lg-50 {
    padding-bottom: 50px;
  }
  .px-lg-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .py-lg-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1052px) {
  .ml-md-50 {
    margin-left: 50px;
  }
  .mr-md-50 {
    margin-right: 50px;
  }
  .mt-md-50 {
    margin-top: 50px;
  }
  .mb-md-50 {
    margin-bottom: 50px;
  }
  .mx-md-50 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .my-md-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .pl-md-50 {
    padding-left: 50px;
  }
  .pr-md-50 {
    padding-right: 50px;
  }
  .pt-md-50 {
    padding-top: 50px;
  }
  .pb-md-50 {
    padding-bottom: 50px;
  }
  .px-md-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .py-md-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .ml-sm-50 {
    margin-left: 50px;
  }
  .mr-sm-50 {
    margin-right: 50px;
  }
  .mt-sm-50 {
    margin-top: 50px;
  }
  .mb-sm-50 {
    margin-bottom: 50px;
  }
  .mx-sm-50 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .my-sm-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .pl-sm-50 {
    padding-left: 50px;
  }
  .pr-sm-50 {
    padding-right: 50px;
  }
  .pt-sm-50 {
    padding-top: 50px;
  }
  .pb-sm-50 {
    padding-bottom: 50px;
  }
  .px-sm-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .py-sm-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 576px) {
  .ml-xs-50 {
    margin-left: 50px;
  }
  .mr-xs-50 {
    margin-right: 50px;
  }
  .mt-xs-50 {
    margin-top: 50px;
  }
  .mb-xs-50 {
    margin-bottom: 50px;
  }
  .mx-xs-50 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .my-xs-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .pl-xs-50 {
    padding-left: 50px;
  }
  .pr-xs-50 {
    padding-right: 50px;
  }
  .pt-xs-50 {
    padding-top: 50px;
  }
  .pb-xs-50 {
    padding-bottom: 50px;
  }
  .px-xs-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .py-xs-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.ml-40 {
  margin-left: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1220px) {
  .ml-lg-40 {
    margin-left: 40px;
  }
  .mr-lg-40 {
    margin-right: 40px;
  }
  .mt-lg-40 {
    margin-top: 40px;
  }
  .mb-lg-40 {
    margin-bottom: 40px;
  }
  .mx-lg-40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .my-lg-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .pl-lg-40 {
    padding-left: 40px;
  }
  .pr-lg-40 {
    padding-right: 40px;
  }
  .pt-lg-40 {
    padding-top: 40px;
  }
  .pb-lg-40 {
    padding-bottom: 40px;
  }
  .px-lg-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .py-lg-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1052px) {
  .ml-md-40 {
    margin-left: 40px;
  }
  .mr-md-40 {
    margin-right: 40px;
  }
  .mt-md-40 {
    margin-top: 40px;
  }
  .mb-md-40 {
    margin-bottom: 40px;
  }
  .mx-md-40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .my-md-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .pl-md-40 {
    padding-left: 40px;
  }
  .pr-md-40 {
    padding-right: 40px;
  }
  .pt-md-40 {
    padding-top: 40px;
  }
  .pb-md-40 {
    padding-bottom: 40px;
  }
  .px-md-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .py-md-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .ml-sm-40 {
    margin-left: 40px;
  }
  .mr-sm-40 {
    margin-right: 40px;
  }
  .mt-sm-40 {
    margin-top: 40px;
  }
  .mb-sm-40 {
    margin-bottom: 40px;
  }
  .mx-sm-40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .my-sm-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .pl-sm-40 {
    padding-left: 40px;
  }
  .pr-sm-40 {
    padding-right: 40px;
  }
  .pt-sm-40 {
    padding-top: 40px;
  }
  .pb-sm-40 {
    padding-bottom: 40px;
  }
  .px-sm-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .py-sm-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 576px) {
  .ml-xs-40 {
    margin-left: 40px;
  }
  .mr-xs-40 {
    margin-right: 40px;
  }
  .mt-xs-40 {
    margin-top: 40px;
  }
  .mb-xs-40 {
    margin-bottom: 40px;
  }
  .mx-xs-40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .my-xs-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .pl-xs-40 {
    padding-left: 40px;
  }
  .pr-xs-40 {
    padding-right: 40px;
  }
  .pt-xs-40 {
    padding-top: 40px;
  }
  .pb-xs-40 {
    padding-bottom: 40px;
  }
  .px-xs-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .py-xs-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.ml-30 {
  margin-left: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1220px) {
  .ml-lg-30 {
    margin-left: 30px;
  }
  .mr-lg-30 {
    margin-right: 30px;
  }
  .mt-lg-30 {
    margin-top: 30px;
  }
  .mb-lg-30 {
    margin-bottom: 30px;
  }
  .mx-lg-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .my-lg-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .pl-lg-30 {
    padding-left: 30px;
  }
  .pr-lg-30 {
    padding-right: 30px;
  }
  .pt-lg-30 {
    padding-top: 30px;
  }
  .pb-lg-30 {
    padding-bottom: 30px;
  }
  .px-lg-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .py-lg-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1052px) {
  .ml-md-30 {
    margin-left: 30px;
  }
  .mr-md-30 {
    margin-right: 30px;
  }
  .mt-md-30 {
    margin-top: 30px;
  }
  .mb-md-30 {
    margin-bottom: 30px;
  }
  .mx-md-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .my-md-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .pl-md-30 {
    padding-left: 30px;
  }
  .pr-md-30 {
    padding-right: 30px;
  }
  .pt-md-30 {
    padding-top: 30px;
  }
  .pb-md-30 {
    padding-bottom: 30px;
  }
  .px-md-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .py-md-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .ml-sm-30 {
    margin-left: 30px;
  }
  .mr-sm-30 {
    margin-right: 30px;
  }
  .mt-sm-30 {
    margin-top: 30px;
  }
  .mb-sm-30 {
    margin-bottom: 30px;
  }
  .mx-sm-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .my-sm-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .pl-sm-30 {
    padding-left: 30px;
  }
  .pr-sm-30 {
    padding-right: 30px;
  }
  .pt-sm-30 {
    padding-top: 30px;
  }
  .pb-sm-30 {
    padding-bottom: 30px;
  }
  .px-sm-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .py-sm-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .ml-xs-30 {
    margin-left: 30px;
  }
  .mr-xs-30 {
    margin-right: 30px;
  }
  .mt-xs-30 {
    margin-top: 30px;
  }
  .mb-xs-30 {
    margin-bottom: 30px;
  }
  .mx-xs-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .my-xs-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .pl-xs-30 {
    padding-left: 30px;
  }
  .pr-xs-30 {
    padding-right: 30px;
  }
  .pt-xs-30 {
    padding-top: 30px;
  }
  .pb-xs-30 {
    padding-bottom: 30px;
  }
  .px-xs-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .py-xs-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.ml-20 {
  margin-left: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1220px) {
  .ml-lg-20 {
    margin-left: 20px;
  }
  .mr-lg-20 {
    margin-right: 20px;
  }
  .mt-lg-20 {
    margin-top: 20px;
  }
  .mb-lg-20 {
    margin-bottom: 20px;
  }
  .mx-lg-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .my-lg-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .pl-lg-20 {
    padding-left: 20px;
  }
  .pr-lg-20 {
    padding-right: 20px;
  }
  .pt-lg-20 {
    padding-top: 20px;
  }
  .pb-lg-20 {
    padding-bottom: 20px;
  }
  .px-lg-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .py-lg-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1052px) {
  .ml-md-20 {
    margin-left: 20px;
  }
  .mr-md-20 {
    margin-right: 20px;
  }
  .mt-md-20 {
    margin-top: 20px;
  }
  .mb-md-20 {
    margin-bottom: 20px;
  }
  .mx-md-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .my-md-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .pl-md-20 {
    padding-left: 20px;
  }
  .pr-md-20 {
    padding-right: 20px;
  }
  .pt-md-20 {
    padding-top: 20px;
  }
  .pb-md-20 {
    padding-bottom: 20px;
  }
  .px-md-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .py-md-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .ml-sm-20 {
    margin-left: 20px;
  }
  .mr-sm-20 {
    margin-right: 20px;
  }
  .mt-sm-20 {
    margin-top: 20px;
  }
  .mb-sm-20 {
    margin-bottom: 20px;
  }
  .mx-sm-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .my-sm-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .pl-sm-20 {
    padding-left: 20px;
  }
  .pr-sm-20 {
    padding-right: 20px;
  }
  .pt-sm-20 {
    padding-top: 20px;
  }
  .pb-sm-20 {
    padding-bottom: 20px;
  }
  .px-sm-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .py-sm-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .ml-xs-20 {
    margin-left: 20px;
  }
  .mr-xs-20 {
    margin-right: 20px;
  }
  .mt-xs-20 {
    margin-top: 20px;
  }
  .mb-xs-20 {
    margin-bottom: 20px;
  }
  .mx-xs-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .my-xs-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .pl-xs-20 {
    padding-left: 20px;
  }
  .pr-xs-20 {
    padding-right: 20px;
  }
  .pt-xs-20 {
    padding-top: 20px;
  }
  .pb-xs-20 {
    padding-bottom: 20px;
  }
  .px-xs-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .py-xs-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.ml-15 {
  margin-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1220px) {
  .ml-lg-15 {
    margin-left: 15px;
  }
  .mr-lg-15 {
    margin-right: 15px;
  }
  .mt-lg-15 {
    margin-top: 15px;
  }
  .mb-lg-15 {
    margin-bottom: 15px;
  }
  .mx-lg-15 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .my-lg-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .pl-lg-15 {
    padding-left: 15px;
  }
  .pr-lg-15 {
    padding-right: 15px;
  }
  .pt-lg-15 {
    padding-top: 15px;
  }
  .pb-lg-15 {
    padding-bottom: 15px;
  }
  .px-lg-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .py-lg-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1052px) {
  .ml-md-15 {
    margin-left: 15px;
  }
  .mr-md-15 {
    margin-right: 15px;
  }
  .mt-md-15 {
    margin-top: 15px;
  }
  .mb-md-15 {
    margin-bottom: 15px;
  }
  .mx-md-15 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .my-md-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .pl-md-15 {
    padding-left: 15px;
  }
  .pr-md-15 {
    padding-right: 15px;
  }
  .pt-md-15 {
    padding-top: 15px;
  }
  .pb-md-15 {
    padding-bottom: 15px;
  }
  .px-md-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .py-md-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .ml-sm-15 {
    margin-left: 15px;
  }
  .mr-sm-15 {
    margin-right: 15px;
  }
  .mt-sm-15 {
    margin-top: 15px;
  }
  .mb-sm-15 {
    margin-bottom: 15px;
  }
  .mx-sm-15 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .my-sm-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .pl-sm-15 {
    padding-left: 15px;
  }
  .pr-sm-15 {
    padding-right: 15px;
  }
  .pt-sm-15 {
    padding-top: 15px;
  }
  .pb-sm-15 {
    padding-bottom: 15px;
  }
  .px-sm-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .py-sm-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 576px) {
  .ml-xs-15 {
    margin-left: 15px;
  }
  .mr-xs-15 {
    margin-right: 15px;
  }
  .mt-xs-15 {
    margin-top: 15px;
  }
  .mb-xs-15 {
    margin-bottom: 15px;
  }
  .mx-xs-15 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .my-xs-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .pl-xs-15 {
    padding-left: 15px;
  }
  .pr-xs-15 {
    padding-right: 15px;
  }
  .pt-xs-15 {
    padding-top: 15px;
  }
  .pb-xs-15 {
    padding-bottom: 15px;
  }
  .px-xs-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .py-xs-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.ml-10 {
  margin-left: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1220px) {
  .ml-lg-10 {
    margin-left: 10px;
  }
  .mr-lg-10 {
    margin-right: 10px;
  }
  .mt-lg-10 {
    margin-top: 10px;
  }
  .mb-lg-10 {
    margin-bottom: 10px;
  }
  .mx-lg-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .my-lg-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .pl-lg-10 {
    padding-left: 10px;
  }
  .pr-lg-10 {
    padding-right: 10px;
  }
  .pt-lg-10 {
    padding-top: 10px;
  }
  .pb-lg-10 {
    padding-bottom: 10px;
  }
  .px-lg-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .py-lg-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1052px) {
  .ml-md-10 {
    margin-left: 10px;
  }
  .mr-md-10 {
    margin-right: 10px;
  }
  .mt-md-10 {
    margin-top: 10px;
  }
  .mb-md-10 {
    margin-bottom: 10px;
  }
  .mx-md-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .my-md-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .pl-md-10 {
    padding-left: 10px;
  }
  .pr-md-10 {
    padding-right: 10px;
  }
  .pt-md-10 {
    padding-top: 10px;
  }
  .pb-md-10 {
    padding-bottom: 10px;
  }
  .px-md-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .py-md-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .ml-sm-10 {
    margin-left: 10px;
  }
  .mr-sm-10 {
    margin-right: 10px;
  }
  .mt-sm-10 {
    margin-top: 10px;
  }
  .mb-sm-10 {
    margin-bottom: 10px;
  }
  .mx-sm-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .my-sm-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .pl-sm-10 {
    padding-left: 10px;
  }
  .pr-sm-10 {
    padding-right: 10px;
  }
  .pt-sm-10 {
    padding-top: 10px;
  }
  .pb-sm-10 {
    padding-bottom: 10px;
  }
  .px-sm-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .py-sm-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 576px) {
  .ml-xs-10 {
    margin-left: 10px;
  }
  .mr-xs-10 {
    margin-right: 10px;
  }
  .mt-xs-10 {
    margin-top: 10px;
  }
  .mb-xs-10 {
    margin-bottom: 10px;
  }
  .mx-xs-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .my-xs-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .pl-xs-10 {
    padding-left: 10px;
  }
  .pr-xs-10 {
    padding-right: 10px;
  }
  .pt-xs-10 {
    padding-top: 10px;
  }
  .pb-xs-10 {
    padding-bottom: 10px;
  }
  .px-xs-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .py-xs-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.ml-5 {
  margin-left: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1220px) {
  .ml-lg-5 {
    margin-left: 5px;
  }
  .mr-lg-5 {
    margin-right: 5px;
  }
  .mt-lg-5 {
    margin-top: 5px;
  }
  .mb-lg-5 {
    margin-bottom: 5px;
  }
  .mx-lg-5 {
    margin-left: 5px;
    margin-right: 5px;
  }
  .my-lg-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .pl-lg-5 {
    padding-left: 5px;
  }
  .pr-lg-5 {
    padding-right: 5px;
  }
  .pt-lg-5 {
    padding-top: 5px;
  }
  .pb-lg-5 {
    padding-bottom: 5px;
  }
  .px-lg-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .py-lg-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 1052px) {
  .ml-md-5 {
    margin-left: 5px;
  }
  .mr-md-5 {
    margin-right: 5px;
  }
  .mt-md-5 {
    margin-top: 5px;
  }
  .mb-md-5 {
    margin-bottom: 5px;
  }
  .mx-md-5 {
    margin-left: 5px;
    margin-right: 5px;
  }
  .my-md-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .pl-md-5 {
    padding-left: 5px;
  }
  .pr-md-5 {
    padding-right: 5px;
  }
  .pt-md-5 {
    padding-top: 5px;
  }
  .pb-md-5 {
    padding-bottom: 5px;
  }
  .px-md-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .py-md-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .ml-sm-5 {
    margin-left: 5px;
  }
  .mr-sm-5 {
    margin-right: 5px;
  }
  .mt-sm-5 {
    margin-top: 5px;
  }
  .mb-sm-5 {
    margin-bottom: 5px;
  }
  .mx-sm-5 {
    margin-left: 5px;
    margin-right: 5px;
  }
  .my-sm-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .pl-sm-5 {
    padding-left: 5px;
  }
  .pr-sm-5 {
    padding-right: 5px;
  }
  .pt-sm-5 {
    padding-top: 5px;
  }
  .pb-sm-5 {
    padding-bottom: 5px;
  }
  .px-sm-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .py-sm-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 576px) {
  .ml-xs-5 {
    margin-left: 5px;
  }
  .mr-xs-5 {
    margin-right: 5px;
  }
  .mt-xs-5 {
    margin-top: 5px;
  }
  .mb-xs-5 {
    margin-bottom: 5px;
  }
  .mx-xs-5 {
    margin-left: 5px;
    margin-right: 5px;
  }
  .my-xs-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .pl-xs-5 {
    padding-left: 5px;
  }
  .pr-xs-5 {
    padding-right: 5px;
  }
  .pt-xs-5 {
    padding-top: 5px;
  }
  .pb-xs-5 {
    padding-bottom: 5px;
  }
  .px-xs-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .py-xs-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.ml-none {
  margin-left: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1220px) {
  .ml-lg-none {
    margin-left: 0px;
  }
  .mr-lg-none {
    margin-right: 0px;
  }
  .mt-lg-none {
    margin-top: 0px;
  }
  .mb-lg-none {
    margin-bottom: 0px;
  }
  .mx-lg-none {
    margin-left: 0px;
    margin-right: 0px;
  }
  .my-lg-none {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .pl-lg-none {
    padding-left: 0px;
  }
  .pr-lg-none {
    padding-right: 0px;
  }
  .pt-lg-none {
    padding-top: 0px;
  }
  .pb-lg-none {
    padding-bottom: 0px;
  }
  .px-lg-none {
    padding-left: 0px;
    padding-right: 0px;
  }
  .py-lg-none {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 1052px) {
  .ml-md-none {
    margin-left: 0px;
  }
  .mr-md-none {
    margin-right: 0px;
  }
  .mt-md-none {
    margin-top: 0px;
  }
  .mb-md-none {
    margin-bottom: 0px;
  }
  .mx-md-none {
    margin-left: 0px;
    margin-right: 0px;
  }
  .my-md-none {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .pl-md-none {
    padding-left: 0px;
  }
  .pr-md-none {
    padding-right: 0px;
  }
  .pt-md-none {
    padding-top: 0px;
  }
  .pb-md-none {
    padding-bottom: 0px;
  }
  .px-md-none {
    padding-left: 0px;
    padding-right: 0px;
  }
  .py-md-none {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  .ml-sm-none {
    margin-left: 0px;
  }
  .mr-sm-none {
    margin-right: 0px;
  }
  .mt-sm-none {
    margin-top: 0px;
  }
  .mb-sm-none {
    margin-bottom: 0px;
  }
  .mx-sm-none {
    margin-left: 0px;
    margin-right: 0px;
  }
  .my-sm-none {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .pl-sm-none {
    padding-left: 0px;
  }
  .pr-sm-none {
    padding-right: 0px;
  }
  .pt-sm-none {
    padding-top: 0px;
  }
  .pb-sm-none {
    padding-bottom: 0px;
  }
  .px-sm-none {
    padding-left: 0px;
    padding-right: 0px;
  }
  .py-sm-none {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 576px) {
  .ml-xs-none {
    margin-left: 0px;
  }
  .mr-xs-none {
    margin-right: 0px;
  }
  .mt-xs-none {
    margin-top: 0px;
  }
  .mb-xs-none {
    margin-bottom: 0px;
  }
  .mx-xs-none {
    margin-left: 0px;
    margin-right: 0px;
  }
  .my-xs-none {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .pl-xs-none {
    padding-left: 0px;
  }
  .pr-xs-none {
    padding-right: 0px;
  }
  .pt-xs-none {
    padding-top: 0px;
  }
  .pb-xs-none {
    padding-bottom: 0px;
  }
  .px-xs-none {
    padding-left: 0px;
    padding-right: 0px;
  }
  .py-xs-none {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
