@charset "UTF-8";
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  background: transparent;
  border: 0;
  color: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

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

html {
  -webkit-text-size-adjust: 100%;
}

b,
strong,
th {
  font-weight: bold;
}

i,
em {
  font-style: italic;
}

sub,
sup {
  font-size: 75%;
}

small {
  font-size: 80%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

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

a {
  background: transparent;
  color: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
a:hover {
  color: var(--color-primary);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 20px 0;
  padding: 0;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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;
}

input,
select {
  vertical-align: middle;
}

a,
a:hover,
a:focus,
a:active {
  outline: none;
  text-decoration: none;
}

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

label {
  font-weight: normal;
}

select {
  cursor: pointer;
  padding-left: 14px;
}

textarea {
  overflow: auto;
  padding: 10px 15px;
}

input,
textarea,
select,
button,
a,
button:hover,
button:active,
button:focus {
  outline: none;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

* {
  padding-bottom: constant(safe-area-inset-bottom);
  padding-left: constant(safe-area-inset-left);
  padding-right: constant(safe-area-inset-right);
  padding-top: constant(safe-area-inset-top);
}

img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}

.gutter-24 {
  margin-left: -12px;
  margin-right: -12px;
}
.gutter-24 > [class*=col-], .gutter-24 > .col, .gutter-24 > [class^=col-] {
  padding-left: 12px;
  padding-right: 12px;
}

@media all and (min-width: 1366px) {
  .container {
    max-width: 1310px;
  }
}
body {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: var(--color-neutral-10);
  word-break: break-word;
  word-wrap: break-word;
  overflow-x: hidden;
  margin: 0;
  background-color: #fff;
  background-image: url("../images/bg.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
body.--child-page {
  background-image: none;
}

html, body {
  scroll-behavior: smooth;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}

.smooth {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.nowrap {
  white-space: nowrap;
}

.hover-default:hover {
  opacity: 0.65;
}

.img-ratio {
  display: block;
  position: relative;
}
.img-ratio.pseudo:before {
  content: "";
  display: block;
  visibility: hidden;
}
.img-ratio img, .img-ratio .bg {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.md_image img {
  display: block;
  width: 100%;
  border-radius: 15px;
}

@media all and (max-width: 991px) {
  .lg-hidden {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .md-hidden {
    display: none;
  }
}
@media all and (max-width: 575px) {
  .sm-hidden {
    display: none;
  }
}
.icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
}
.icon-global {
  background-image: url("../images/icons/global.svg");
  width: 24px;
  height: 24px;
}
.icon-facebook {
  background-image: url("../images/icons/facebook.png");
  width: 40px;
  height: 40px;
}
.icon-linkedin {
  background-image: url("../images/icons/linkedin.png");
  width: 40px;
  height: 40px;
}
.icon-instagram {
  background-image: url("../images/icons/instagram.png");
  width: 40px;
  height: 40px;
}
.icon-threads {
  background-image: url("../images/icons/threads.png");
  width: 40px;
  height: 40px;
}
.icon-tiktok {
  background-image: url("../images/icons/tiktok.png");
  width: 40px;
  height: 40px;
}
.icon-calendar {
  background-image: url("../images/icons/calendar.svg");
  width: 24px;
  height: 24px;
}

.button {
  height: 64px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: var(--color-neutral);
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  border-radius: 99px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  padding: 0 78px;
}
.button:hover {
  color: var(--color-primary);
}
@media all and (max-width: 767px) {
  .button {
    height: 44px;
    font-size: 15px;
    padding: 0 50px;
  }
}

.b-title {
  font-size: 48px;
  color: var(--color-neutral-10);
  text-align: center;
  line-height: 1.2;
  margin-bottom: 40px;
}
.b-title b {
  font-weight: 600;
}
@media all and (max-width: 991px) {
  .b-title {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  .b-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.post {
  border-radius: 30px 30px 0 0;
  overflow: hidden;
}
.post__img {
  display: block;
  overflow: hidden;
}
.post__img img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.post__img:before {
  content: "";
  padding-top: 60.8272506083%;
  display: block;
}
.post__ct {
  padding: 16px 24px;
  border-radius: 0 0 30px 30px;
  border: solid 1px #E4EEEE;
  border-top: 0;
}
.post__title {
  font-weight: bold;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 8px;
  color: #3F627C;
}
.post__time {
  color: #909194;
  font-weight: 500;
  margin-bottom: 16px;
}
.post__time i {
  margin-top: -2px;
  margin-right: 2px;
}
.post__desc {
  font-size: 16px;
  color: var(--color-neutral-50);
  margin-bottom: 8px;
}
.post__link {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-primary-40);
}
.post__link:hover {
  text-decoration: underline;
}
.post:hover .post__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media all and (max-width: 991px) {
  .post__title {
    font-size: 20px;
  }
}
@media all and (max-width: 767px) {
  .post {
    border-radius: 20px 20px 0 0;
  }
  .post__ct {
    border-radius: 0 0 20px 20px;
    padding: 16px;
  }
  .post__title {
    font-size: 18px;
  }
}

.swiper-button-next, .swiper-button-prev {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: rgba(147, 210, 204, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  padding-left: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  top: 50%;
  margin-top: -53px;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  background-color: rgba(147, 210, 204, 0.7);
}
.swiper-button-next:after, .swiper-button-prev:after {
  content: "";
  display: block;
  background-image: url("../images/icons/arrow-right.svg");
  width: 14px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.swiper-button-next {
  right: -28px;
}

.swiper-button-prev {
  left: -28px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-pagination {
  position: static;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #3F627C;
  margin-right: 8px;
  opacity: 0.4;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  vertical-align: middle;
}
.swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

@media all and (max-width: 991px) {
  .swiper-button-next, .swiper-button-prev {
    width: 36px;
    height: 36px;
    padding-left: 1px;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    height: 15px;
  }
  .swiper-button-next {
    right: -10px;
  }
  .swiper-button-prev {
    left: -10px;
  }
}
.animate__bounceInUpZ {
  -webkit-animation-name: bounceInUpZ;
          animation-name: bounceInUpZ;
}
.animate__bounceInDownZ {
  -webkit-animation-name: bounceInDownZ;
          animation-name: bounceInDownZ;
}
.animate__bounceInLeftZ {
  -webkit-animation-name: bounceInLeftZ;
          animation-name: bounceInLeftZ;
}
.animate__bounceInRightZ {
  -webkit-animation-name: bounceInRightZ;
          animation-name: bounceInRightZ;
}
.animate__fadeInDownZ {
  -webkit-animation-name: fadeInDownZ;
          animation-name: fadeInDownZ;
}
.animate__fadeInLeftZ {
  -webkit-animation-name: fadeInLeftZ;
          animation-name: fadeInLeftZ;
}
.animate__fadeInRightZ {
  -webkit-animation-name: fadeInRightZ;
          animation-name: fadeInRightZ;
}
.animate__fadeInUpZ {
  -webkit-animation-name: fadeInUpZ;
          animation-name: fadeInUpZ;
}

@-webkit-keyframes bounceInUpZ {
  0% {
    opacity: 0;
    -webkit-transform: translateY(130px);
    transform: translateY(130px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUpZ {
  0% {
    opacity: 0;
    -webkit-transform: translateY(130px);
    transform: translateY(130px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes bounceInDownZ {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-130px);
    transform: translateY(-130px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDownZ {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-130px);
    transform: translateY(-130px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes bounceInLeftZ {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeftZ {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes bounceInRightZ {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRightZ {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInDownZ {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownZ {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeftZ {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftZ {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRightZ {
  0% {
    opacity: 0;
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightZ {
  0% {
    opacity: 0;
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInUpZ {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpZ {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.pagination {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  margin-bottom: 40px;
}
.pagination li {
  margin-right: 8px;
}
.pagination li:last-child {
  margin-right: 0;
}
.pagination a, .pagination span, .pagination strong {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #E7F3FC;
  font-size: 16px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  border-radius: 10px;
}
.pagination a.active, .pagination span.active, .pagination strong.active {
  color: #3F627C;
  color: #fff;
}
.pagination .active a, .pagination .active span, .pagination .active strong {
  background-color: #3F627C;
  color: #fff;
}
.pagination a:hover, .pagination span, .pagination strong {
  background-color: #3F627C;
  color: #fff;
}
@media all and (max-width: 767px) {
  .pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pagination li {
    margin-right: 4px;
  }
  .pagination a, .pagination span, .pagination strong {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    font-size: 13px;
  }
}

.breadcrumb {
  background: none;
  padding: 24px 0;
  margin-bottom: 8px;
}
@media all and (max-width: 767px) {
  .breadcrumb {
    font-size: 13px;
  }
}

.article {
  word-break: break-word;
  font-size: 16px;
  line-height: 25px;
}
.article a[href] {
  color: var(--color-primary);
}
.article a[href]:hover {
  text-decoration: underline;
}
.article a, .article a:hover, .article a:focus, .article a:active {
  text-decoration: underline;
}
.article ol {
  list-style: decimal;
  margin-left: 30px;
  margin-bottom: 12px;
}
.article ol li {
  padding-left: 10px;
}
.article ul {
  list-style: initial;
  margin-left: 30px;
  margin-bottom: 12px;
}
.article li {
  list-style: inherit;
  margin-bottom: 8px;
  padding-left: 5px;
}
.article p {
  margin-bottom: 0.5em;
}
.article img {
  max-width: 100%;
  height: auto !important;
  margin: 10px auto;
  -o-object-fit: initial;
     object-fit: initial;
  display: block;
}
.article figure {
  margin-bottom: 16px;
}
.article figcaption {
  font-size: 12px;
}
.article .alignleft, .article img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.article .alignright, .article img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.article .aligncenter, .article img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.article blockquote {
  font-size: 1.5em;
  line-height: 1.3333333333;
}
.article blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
.article blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
.article table, .article iframe {
  max-width: 100%;
  max-width: calc(100vw - 30px);
  margin: auto;
}
.article table th, .article table td {
  border: solid 1px #666;
  border-collapse: collapse;
}
.article iframe {
  display: block;
}
.article figure {
  margin: 0 0 1rem;
}
.article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
  font-weight: 800;
}
.article h1 {
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
}
.article h2 {
  font-size: 1.285em;
  margin-top: 1.34em;
  margin-bottom: 0.66em;
}
.article h3 {
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
}
.article h4 {
  font-size: 1em;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
}
.article h5 {
  font-size: 0.83em;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
}
.article h6 {
  font-size: 0.67em;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
}

header {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  z-index: 9;
}
@media all and (max-width: 991px) {
  header {
    top: 0;
    padding: 10px 0;
  }
}

body.--child-page header {
  position: static;
  padding: 24px 0 20px 0;
  background-color: #fff;
  background-image: url("../images/bg.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__nav li a {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: var(--color-neutral-10);
}
.header__nav li a:hover {
  text-decoration: underline;
}
.header__logo {
  width: 203px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 203px;
          flex: 0 0 203px;
  text-align: center;
}
.header__language {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 0;
}
.header__language__btn {
  position: relative;
  cursor: pointer;
  padding-right: 25px;
}
.header__language__btn:after {
  content: "";
  position: absolute;
  right: 0;
  width: 24px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
  background-image: url("../images/icons/arrow-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.header__language__pane {
  background-color: #fff;
  -webkit-box-shadow: 2px 5px 12px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 5px 12px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  position: absolute;
  right: 0;
  margin-top: 10px;
  z-index: 8;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.header__language__pane__item, .header__language__pane li {
  display: block;
  cursor: pointer;
}
.header__language__pane__item a, .header__language__pane li a {
  display: block;
  padding: 12px 28px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border-bottom: solid 1px #E4EEEE;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}
.header__language__pane__item:last-child a, .header__language__pane li:last-child a {
  border-bottom: 0;
}
.header__language__pane__item:hover a, .header__language__pane li:hover a {
  background-color: var(--color-primary);
  color: #fff;
}
.header__language__pane__item.--active a, .header__language__pane__item.current-lang a, .header__language__pane li.--active a, .header__language__pane li.current-lang a {
  background-color: var(--color-primary);
  color: #fff;
}
.header__language.--active .header__language__pane {
  opacity: 1;
  visibility: visible;
}
@media all and (min-width: 992px) {
  .header__nav > ul {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__nav > ul__m-open, .header__nav > ul__m-close, .header__nav > ul__backdrop {
    display: none;
  }
  .header__nav .--left {
    right: 50%;
    margin-right: 102px;
  }
  .header__nav .--left li {
    margin-right: 40px;
  }
  .header__nav .--right {
    left: 50%;
    margin-left: 102px;
  }
  .header__nav .--right li {
    margin-left: 40px;
  }
}
@media all and (max-width: 991px) {
  .header__logo {
    width: 170px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 170px;
            flex: 0 0 170px;
  }
  .header__nav {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
    background-color: #fff;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    width: 250px;
    padding-top: 50px;
    left: -250px;
  }
  .header__nav.--active {
    left: 0;
  }
  .header__nav.--active .header__nav__m-backdrop {
    opacity: 1;
    visibility: visible;
  }
  .header__nav > ul {
    display: block;
  }
  .header__nav a {
    padding: 12px 20px;
  }
  .header__nav__m-close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
  }
  .header__nav__m-close::before, .header__nav__m-close::after {
    content: "";
    width: 20px;
    height: 2px;
    background-color: var(--color-neutral-10);
    position: absolute;
    top: 50%;
    margin-top: -1px;
    margin-left: -10px;
  }
  .header__nav__m-close:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header__nav__m-close:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header__nav:after {
    content: "";
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    background-color: #fff;
  }
  .header__nav__m-backdrop {
    background-color: rgba(0, 0, 0, 0.2);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .header__nav__m-open {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
  }
  .header__nav__m-open i {
    width: 20px;
    height: 2px;
    margin: 2px 0;
    background-color: var(--color-neutral-10);
  }
}

.footer {
  text-align: center;
  margin-top: 95px;
  padding-bottom: 80px;
  padding-bottom: 30px;
  border-bottom: solid 2px var(--color-primary);
}
.footer__text {
  max-width: 840px;
  margin: 24px auto;
  font-size: 16px;
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__nav li {
  margin: 0 16px;
}
.footer .social {
  margin-bottom: 24px;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.social__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 8px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.social__item:hover {
  opacity: 0.8;
}

.contact-cta {
  background-color: var(--color-primary);
  padding: 24px 0;
  color: #fff;
  margin-bottom: 70px;
}
.contact-cta__text {
  font-size: 48px;
  border-right: solid 1px;
  padding-right: 32px;
  margin-right: 32px;
  line-height: 1.2;
}
.contact-cta__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.contact-cta__btn img {
  height: 60px;
  margin-right: -30px;
  position: relative;
  pointer-events: none;
}
@media all and (max-width: 991px) {
  .contact-cta {
    margin-bottom: 50px;
  }
  .contact-cta__text {
    font-size: 32px;
  }
}
@media all and (max-width: 767px) {
  .contact-cta {
    margin-bottom: 30px;
  }
  .contact-cta__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    border: 0;
    text-align: center;
    margin-bottom: 15px;
  }
  .contact-cta__btn img {
    height: 40px;
  }
}

.contact {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 16px 24px 16px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.contact.--active {
  opacity: 1;
  visibility: visible;
}
.contact__dialog {
  width: 800px;
  margin: auto;
  border-radius: 32px;
  position: relative;
  max-height: 92vh;
  overflow: auto;
}
.contact__backdrop {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
}
.contact__title {
  background-color: var(--color-primary);
  font-size: 48px;
  padding: 24px;
  text-align: center;
  color: #fff;
}
.contact__close {
  position: absolute;
  top: 32px;
  right: 32px;
  z-index: 1;
}
.contact__close:before, .contact__close:after {
  content: "";
  width: 24px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -10px;
  background-color: #fff;
}
.contact__close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.contact__close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.contact__content {
  padding: 8px 30px 30px;
  background-color: var(--color-primary);
}
.contact__form {
  background-color: #fff;
  padding: 18px 20px 20px;
  border-radius: 18px;
}
.contact__form input[type=text], .contact__form input[type=email], .contact__form input[type=tel] {
  width: 100%;
  height: 44px;
  border: solid 1px #DBDBDB;
  border-radius: 8px;
  padding: 12px 16px;
}
.contact__form input[type=text]::-webkit-input-placeholder, .contact__form input[type=email]::-webkit-input-placeholder, .contact__form input[type=tel]::-webkit-input-placeholder {
  color: #BFC9D1;
}
.contact__form input[type=text]::-moz-placeholder, .contact__form input[type=email]::-moz-placeholder, .contact__form input[type=tel]::-moz-placeholder {
  color: #BFC9D1;
}
.contact__form input[type=text]:-ms-input-placeholder, .contact__form input[type=email]:-ms-input-placeholder, .contact__form input[type=tel]:-ms-input-placeholder {
  color: #BFC9D1;
}
.contact__form input[type=text]::-ms-input-placeholder, .contact__form input[type=email]::-ms-input-placeholder, .contact__form input[type=tel]::-ms-input-placeholder {
  color: #BFC9D1;
}
.contact__form input[type=text]::placeholder, .contact__form input[type=email]::placeholder, .contact__form input[type=tel]::placeholder {
  color: #BFC9D1;
}
.contact__form textarea {
  height: 100px;
  width: 100%;
  border: solid 1px #DBDBDB;
  border-radius: 8px;
  padding: 12px 16px;
}
.contact__form textarea::-webkit-input-placeholder {
  color: #BFC9D1;
}
.contact__form textarea::-moz-placeholder {
  color: #BFC9D1;
}
.contact__form textarea:-ms-input-placeholder {
  color: #BFC9D1;
}
.contact__form textarea::-ms-input-placeholder {
  color: #BFC9D1;
}
.contact__form textarea::placeholder {
  color: #BFC9D1;
}
.contact__form .button {
  height: 50px;
  border: 0;
  font-size: 18px;
}
.contact__form-group {
  margin-bottom: 12px;
}
.contact__form-submit {
  margin-top: 24px;
  position: relative;
}
.contact__form__label {
  margin-bottom: 4px;
  color: var(--color-neutral-50);
  text-align: left;
}
.contact__success {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.contact__success__countdown {
  position: absolute;
  z-index: 9;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -60px;
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact.--success {
  pointer-events: none;
}
.contact.--success .contact__success {
  opacity: 1;
  visibility: visible;
}
.contact__info {
  color: #fff;
  padding: 0 15px;
}
.contact__info__title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 32px;
  line-height: 1.35;
}
.contact__info .article {
  font-size: 17px;
}
.contact__info .article p, .contact__info .article li {
  margin-bottom: 1.5em;
}
.contact__info .article ul, .contact__info .article ol {
  margin-left: 0;
}
.contact__info .article li {
  list-style: none;
  position: relative;
  padding-left: 1.8em;
}
.contact__info .article li:before {
  content: "★";
  position: absolute;
  left: 0;
}
@media all and (max-width: 1599px) {
  .contact__title {
    font-size: 32px;
    padding: 16px 24px;
  }
  .contact__content {
    padding: 8px 20px 20px;
  }
  .contact__form-submit {
    margin-top: 0;
  }
  .contact__form .button {
    height: 50px;
    font-size: 16px;
  }
}
@media (max-width: 768px), (max-height: 600px) {
  .contact__title {
    font-size: 20px;
  }
  .contact__dialog {
    border-radius: 20px;
  }
  .contact__form input[type=text], .contact__form input[type=email], .contact__form input[type=tel] {
    height: 40px;
    font-size: 14px;
  }
  .contact__form-submit {
    margin-top: 0;
  }
  .contact__success__countdown {
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
    font-size: 32px;
  }
  .contact__info {
    padding: 0;
  }
  .contact__info__title {
    font-size: 16px;
    margin-bottom: 18px;
  }
  .contact__info .article {
    font-size: 14px;
  }
  .contact__info .article p, .contact__info .article li {
    margin-bottom: 0.8em;
  }
}
.contact .wpcf7 form .wpcf7-not-valid-tip {
  font-size: 13px;
}
.contact .wpcf7 form .wpcf7-response-output {
  margin: 12px 0 0;
  padding: 0;
  border: 0;
}
.contact .wpcf7 form.invalid .wpcf7-response-output {
  color: #dc3232;
}
.contact .wpcf7 form.sent .wpcf7-response-output {
  color: var(--color-primary);
  font-weight: 500;
}
.contact .wpcf7 form .wpcf7-spinner {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: var(--color-primary);
}

.banner {
  text-align: center;
  padding-top: 170px;
  color: var(--color-neutral-20);
}
.banner__title {
  font-weight: 700;
  color: var(--color-neutral);
  font-size: 68px;
  line-height: 1.4;
  margin-bottom: 8px;
}
.banner__s-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
}
.banner__text {
  font-size: 16px;
  max-width: 950px;
  margin: 8px auto 20px auto;
}
.banner__img {
  margin-top: 45px;
}
.banner__img img {
  width: 1273px;
}
@media all and (max-width: 991px) {
  .banner {
    padding-top: 120px;
  }
}
@media all and (max-width: 767px) {
  .banner {
    padding-top: 100px;
  }
  .banner__title {
    font-size: 32px;
  }
  .banner__s-title {
    font-size: 18px;
  }
  .banner__text {
    font-size: 14px;
  }
  .banner__img {
    margin-top: 25px;
    margin-left: 5%;
  }
}

.about {
  background-color: #F8FAFB;
  border-radius: 32px;
  border: solid 1px #E4EEEE;
  padding: 52px 60px 60px;
  margin-top: 50px;
}
.about__welcome {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 74px;
}
.about__welcome__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 191px;
          flex: 0 0 191px;
  width: 191px;
  text-align: right;
  margin-top: 20px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.about__welcome__text {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  padding: 32px 55px 100px 78px;
  background-image: url(../images/bg-about.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.about__item {
  border-left: solid 1px #3F627C;
  padding-left: 16px;
  height: 100%;
}
.about__item__title {
  font-weight: 600;
  font-size: 24px;
  color: #3F627C;
  margin-bottom: 8px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  will-change: transform;
}
.about__item__text {
  font-size: 16px;
}
.about__item:hover {
  border-left-color: var(--color-primary);
}
.about__item:hover .about__item__title {
  color: var(--color-primary);
}
@media all and (max-width: 1199px) {
  .about__welcome {
    margin-bottom: 40px;
  }
  .about__welcome__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    width: 150px;
  }
  .about__welcome__text {
    font-size: 16px;
  }
}
@media all and (max-width: 991px) {
  .about {
    padding: 30px;
  }
  .about__welcome {
    margin-bottom: 30px;
  }
  .about__welcome__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    width: 100px;
  }
  .about__welcome__text {
    font-size: 14px;
    padding: 20px 20px 60px 30px;
  }
  .about__item {
    margin-bottom: 20px;
    height: auto;
  }
}
@media all and (max-width: 767px) {
  .about {
    padding: 24px 16px 4px 16px;
    border-radius: 16px;
  }
  .about__welcome {
    margin-bottom: 30px;
    display: block;
    position: relative;
  }
  .about__welcome__img {
    margin-left: auto;
    margin-right: auto;
  }
  .about__welcome__text {
    background-image: none;
    background-color: var(--color-primary);
    border-radius: 20px;
    padding: 20px;
  }
  .about__item__title {
    font-size: 18px;
  }
  .about__item__text {
    font-size: 14px;
  }
}

.cooperate {
  margin-top: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#EEF8FF));
  background-image: linear-gradient(#fff, #EEF8FF);
  padding-bottom: 40px;
}
.cooperate__item {
  background-color: #3F627C;
  border-radius: 32px;
  color: #fff;
  margin-bottom: 50px;
}
.cooperate__item__title {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 16px;
}
.cooperate__item__text {
  font-size: 16px;
  margin-bottom: 24px;
}
.cooperate__item__text p {
  margin-bottom: 1em;
}
.cooperate__item__img {
  text-align: center;
  margin: -30px -10px 0 -40px;
}
.cooperate__item__ct {
  padding: 40px 80px 40px 0;
}
.cooperate__item:nth-child(2n) {
  background-color: #CC8B72;
}
.cooperate__item:nth-child(2n) .cooperate__item__ct {
  padding: 40px 0 40px 80px;
}
@media all and (max-width: 1199px) {
  .cooperate__item__title {
    font-size: 20px;
  }
  .cooperate__item__text {
    font-size: 14px;
  }
  .cooperate__item__img {
    margin-right: 0;
  }
  .cooperate__item__ct {
    padding: 30px 30px 30px 0;
  }
  .cooperate__item:nth-child(2n) .cooperate__item__ct {
    padding: 30px 0 30px 40px;
  }
}
@media all and (max-width: 991px) {
  .cooperate {
    margin-top: 70px;
  }
  .cooperate__item__img {
    margin: 0;
  }
  .cooperate__item__ct {
    padding: 30px;
  }
  .cooperate__item:nth-child(2n) .cooperate__item__ct {
    padding: 30px;
  }
}
@media all and (max-width: 991px) {
  .cooperate {
    margin-top: 40px;
    padding-bottom: 1px;
  }
  .cooperate__item {
    margin-bottom: 24px;
    border-radius: 16px;
    overflow: hidden;
  }
  .cooperate__item__ct {
    padding: 24px 20px;
  }
  .cooperate__item:nth-child(2n) .cooperate__item__ct {
    padding: 24px 20px;
  }
}

.founder {
  margin-top: 100px;
}
.founder__item {
  height: 100%;
  border: solid 1px #E4EEEE;
  border-radius: 32px;
  padding: 16px 24px 24px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.founder__item:hover {
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.2);
}
.founder__item__avt {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 16px;
}
.founder__item__avt img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.founder__item__name {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.35;
  margin-bottom: 2px;
}
.founder__item__label {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
}
.founder__item__text {
  font-size: 16px;
}
.founder__item__text li {
  margin-bottom: 0;
  list-style: disc;
  margin-left: 1.1em;
}
@media all and (max-width: 991px) {
  .founder {
    margin-top: 70px;
  }
  .founder__item__avt {
    margin-left: auto;
    margin-right: auto;
  }
  .founder__item__name, .founder__item__label {
    text-align: center;
  }
}
@media all and (max-width: 767px) {
  .founder {
    margin-top: 40px;
  }
}

.team {
  margin-top: 100px;
}
.team__text {
  font-size: 48px;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.team__text b, .team__text strong {
  font-weight: 800;
  color: #CC8B72;
  background: -webkit-gradient(linear, left top, right top, from(#CC8B72), to(#A94C5A));
  background: linear-gradient(90deg, #CC8B72, #A94C5A);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.team__img {
  margin-top: 56px;
  background-image: url("../images/bg-network.png");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 30px;
  padding-bottom: 59px;
}
.team__img img {
  width: 1252px;
  margin: auto;
  display: block;
}
@media all and (max-width: 1365px) {
  .team__text {
    font-size: 42px;
  }
}
@media all and (max-width: 1199px) {
  .team {
    margin-top: 80px;
  }
  .team__text {
    font-size: 36px;
  }
}
@media all and (max-width: 991px) {
  .team {
    margin-top: 50px;
  }
  .team__img {
    margin-top: 30px;
  }
  .team__text {
    font-size: 28px;
    letter-spacing: 0;
  }
}
@media all and (max-width: 767px) {
  .team {
    margin-top: 20px;
  }
  .team__text {
    font-size: 24px;
  }
}

.bg-team-favorite {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#CEE9EB));
  background-image: linear-gradient(#fff, #CEE9EB);
}

.favorite {
  margin-top: 100px;
  padding-bottom: 40px;
}
.favorite__item {
  background-color: #fff;
  border: solid 1px #BDE1E0;
  border-radius: 24px;
  padding: 24px 16px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.favorite__item:hover {
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.2);
}
.favorite__item__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: #3F627C;
  margin-bottom: 20px;
}
.favorite__item__text {
  font-size: 16px;
  line-height: 1.35;
  color: var(--color-neutral-30);
  margin-bottom: 20px;
}
.favorite__item__name {
  text-transform: uppercase;
  font-weight: 600;
}
.favorite__item__label {
  font-size: 16px;
  color: var(--color-neutral-50);
}
@media all and (max-width: 991px) {
  .favorite {
    margin-top: 70px;
  }
}
@media all and (max-width: 767px) {
  .favorite {
    margin-top: 40px;
    padding-bottom: 16px;
  }
  .favorite__item__title {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .favorite__item__text, .favorite__item__label {
    font-size: 14px;
  }
}

.mansory {
  margin-left: -12px;
  margin-right: -12px;
}
.mansory-item {
  width: 25%;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 24px;
}
@media all and (max-width: 1199px) {
  .mansory-item {
    width: 33.33%;
  }
}
@media all and (max-width: 991px) {
  .mansory-item {
    width: 50%;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 16px;
  }
}
@media all and (max-width: 575px) {
  .mansory-item {
    width: 100%;
  }
}

.blog {
  margin-top: 100px;
}
.blog-slider__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
}
.blog-slider__pagination__link {
  color: #3F627C;
  font-weight: 600;
  font-size: 18px;
  text-decoration: underline;
  margin-left: 48px;
  position: relative;
}
.blog-slider__pagination__link::before {
  content: "";
  width: 1px;
  height: 22px;
  background-color: #AAABAE;
  position: absolute;
  left: -24px;
  top: 50%;
  margin-top: -11px;
}
.blog-slider__pagination__link:hover {
  text-decoration: underline;
}
.blog .swiper-pagination {
  width: auto;
}
@media all and (max-width: 991px) {
  .blog {
    margin-top: 70px;
  }
}
@media all and (max-width: 767px) {
  .blog {
    margin-top: 40px;
  }
  .blog-slider__pagination__link {
    font-size: 14px;
    margin-left: 30px;
  }
  .blog-slider__pagination__link::before {
    height: 18px;
    left: -15px;
    margin-top: -9px;
  }
}

.blogs {
  margin-top: 80px;
}
@media all and (max-width: 991px) {
  .blogs {
    margin-top: 60px;
  }
}
@media all and (max-width: 767px) {
  .blogs {
    margin-top: 40px;
  }
}

.blog-detail .b-title {
  color: #3F627C;
}
.blog-detail__content {
  font-size: 16px;
  line-height: 1.7;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media all and (max-width: 767px) {
  .blog-detail__content {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

.related-post {
  margin-top: 100px;
}
@media all and (max-width: 991px) {
  .related-post {
    margin-top: 70px;
  }
}
@media all and (max-width: 767px) {
  .related-post {
    margin-top: 40px;
  }
}

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

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

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

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

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

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

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

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

.pd-0 {
  padding: 0px !important;
}

.mg-0 {
  margin: 0px !important;
}

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

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

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

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

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

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

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

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

.pd-05 {
  padding: 05px !important;
}

.mg-05 {
  margin: 05px !important;
}

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

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

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

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

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

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

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

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

.pd-06 {
  padding: 06px !important;
}

.mg-06 {
  margin: 06px !important;
}

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

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

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

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

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

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

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

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

.pd-08 {
  padding: 08px !important;
}

.mg-08 {
  margin: 08px !important;
}

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

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

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

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

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

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

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

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

.pd-10 {
  padding: 10px !important;
}

.mg-10 {
  margin: 10px !important;
}

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

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

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

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

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

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

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

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

.pd-12 {
  padding: 12px !important;
}

.mg-12 {
  margin: 12px !important;
}

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

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

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

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

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

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

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

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

.pd-15 {
  padding: 15px !important;
}

.mg-15 {
  margin: 15px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pd-18 {
  padding: 18px !important;
}

.mg-18 {
  margin: 18px !important;
}

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

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

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

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

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

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

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

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

.pd-20 {
  padding: 20px !important;
}

.mg-20 {
  margin: 20px !important;
}

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

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

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

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

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

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

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

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

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

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

@media all and (max-width: 1199px) {
  .mt-xl-0 {
    margin-top: 0px !important;
  }
  .mr-xl-0 {
    margin-right: 0px !important;
  }
  .mb-xl-0 {
    margin-bottom: 0px !important;
  }
  .ml-xl-0 {
    margin-left: 0px !important;
  }
  .pt-xl-0 {
    padding-top: 0px !important;
  }
  .pr-xl-0 {
    padding-right: 0px !important;
  }
  .pb-xl-0 {
    padding-bottom: 0px !important;
  }
  .pl-xl-0 {
    padding-left: 0px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-n0 {
    margin-top: -0px !important;
  }
  .mr-xl-n0 {
    margin-right: -0px !important;
  }
  .mb-xl-n0 {
    margin-bottom: -0px !important;
  }
  .ml-xl-n0 {
    margin-left: -0px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-0 {
    margin-top: 0px !important;
  }
  .mr-lg-0 {
    margin-right: 0px !important;
  }
  .mb-lg-0 {
    margin-bottom: 0px !important;
  }
  .ml-lg-0 {
    margin-left: 0px !important;
  }
  .pt-lg-0 {
    padding-top: 0px !important;
  }
  .pr-lg-0 {
    padding-right: 0px !important;
  }
  .pb-lg-0 {
    padding-bottom: 0px !important;
  }
  .pl-lg-0 {
    padding-left: 0px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-n0 {
    margin-top: -0px !important;
  }
  .mr-lg-n0 {
    margin-right: -0px !important;
  }
  .mb-lg-n0 {
    margin-bottom: -0px !important;
  }
  .ml-lg-n0 {
    margin-left: -0px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-0 {
    margin-top: 0px !important;
  }
  .mr-md-0 {
    margin-right: 0px !important;
  }
  .mb-md-0 {
    margin-bottom: 0px !important;
  }
  .ml-md-0 {
    margin-left: 0px !important;
  }
  .pt-md-0 {
    padding-top: 0px !important;
  }
  .pr-md-0 {
    padding-right: 0px !important;
  }
  .pb-md-0 {
    padding-bottom: 0px !important;
  }
  .pl-md-0 {
    padding-left: 0px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-n0 {
    margin-top: -0px !important;
  }
  .mr-md-n0 {
    margin-right: -0px !important;
  }
  .mb-md-n0 {
    margin-bottom: -0px !important;
  }
  .ml-md-n0 {
    margin-left: -0px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-0 {
    margin-top: 0px !important;
  }
  .mr-sm-0 {
    margin-right: 0px !important;
  }
  .mb-sm-0 {
    margin-bottom: 0px !important;
  }
  .ml-sm-0 {
    margin-left: 0px !important;
  }
  .pt-sm-0 {
    padding-top: 0px !important;
  }
  .pr-sm-0 {
    padding-right: 0px !important;
  }
  .pb-sm-0 {
    padding-bottom: 0px !important;
  }
  .pl-sm-0 {
    padding-left: 0px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-n0 {
    margin-top: -0px !important;
  }
  .mr-sm-n0 {
    margin-right: -0px !important;
  }
  .mb-sm-n0 {
    margin-bottom: -0px !important;
  }
  .ml-sm-n0 {
    margin-left: -0px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-05 {
    margin-top: 05px !important;
  }
  .mr-xl-05 {
    margin-right: 05px !important;
  }
  .mb-xl-05 {
    margin-bottom: 05px !important;
  }
  .ml-xl-05 {
    margin-left: 05px !important;
  }
  .pt-xl-05 {
    padding-top: 05px !important;
  }
  .pr-xl-05 {
    padding-right: 05px !important;
  }
  .pb-xl-05 {
    padding-bottom: 05px !important;
  }
  .pl-xl-05 {
    padding-left: 05px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-n05 {
    margin-top: -05px !important;
  }
  .mr-xl-n05 {
    margin-right: -05px !important;
  }
  .mb-xl-n05 {
    margin-bottom: -05px !important;
  }
  .ml-xl-n05 {
    margin-left: -05px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-05 {
    margin-top: 05px !important;
  }
  .mr-lg-05 {
    margin-right: 05px !important;
  }
  .mb-lg-05 {
    margin-bottom: 05px !important;
  }
  .ml-lg-05 {
    margin-left: 05px !important;
  }
  .pt-lg-05 {
    padding-top: 05px !important;
  }
  .pr-lg-05 {
    padding-right: 05px !important;
  }
  .pb-lg-05 {
    padding-bottom: 05px !important;
  }
  .pl-lg-05 {
    padding-left: 05px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-n05 {
    margin-top: -05px !important;
  }
  .mr-lg-n05 {
    margin-right: -05px !important;
  }
  .mb-lg-n05 {
    margin-bottom: -05px !important;
  }
  .ml-lg-n05 {
    margin-left: -05px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-05 {
    margin-top: 05px !important;
  }
  .mr-md-05 {
    margin-right: 05px !important;
  }
  .mb-md-05 {
    margin-bottom: 05px !important;
  }
  .ml-md-05 {
    margin-left: 05px !important;
  }
  .pt-md-05 {
    padding-top: 05px !important;
  }
  .pr-md-05 {
    padding-right: 05px !important;
  }
  .pb-md-05 {
    padding-bottom: 05px !important;
  }
  .pl-md-05 {
    padding-left: 05px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-n05 {
    margin-top: -05px !important;
  }
  .mr-md-n05 {
    margin-right: -05px !important;
  }
  .mb-md-n05 {
    margin-bottom: -05px !important;
  }
  .ml-md-n05 {
    margin-left: -05px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-05 {
    margin-top: 05px !important;
  }
  .mr-sm-05 {
    margin-right: 05px !important;
  }
  .mb-sm-05 {
    margin-bottom: 05px !important;
  }
  .ml-sm-05 {
    margin-left: 05px !important;
  }
  .pt-sm-05 {
    padding-top: 05px !important;
  }
  .pr-sm-05 {
    padding-right: 05px !important;
  }
  .pb-sm-05 {
    padding-bottom: 05px !important;
  }
  .pl-sm-05 {
    padding-left: 05px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-n05 {
    margin-top: -05px !important;
  }
  .mr-sm-n05 {
    margin-right: -05px !important;
  }
  .mb-sm-n05 {
    margin-bottom: -05px !important;
  }
  .ml-sm-n05 {
    margin-left: -05px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-06 {
    margin-top: 06px !important;
  }
  .mr-xl-06 {
    margin-right: 06px !important;
  }
  .mb-xl-06 {
    margin-bottom: 06px !important;
  }
  .ml-xl-06 {
    margin-left: 06px !important;
  }
  .pt-xl-06 {
    padding-top: 06px !important;
  }
  .pr-xl-06 {
    padding-right: 06px !important;
  }
  .pb-xl-06 {
    padding-bottom: 06px !important;
  }
  .pl-xl-06 {
    padding-left: 06px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-n06 {
    margin-top: -06px !important;
  }
  .mr-xl-n06 {
    margin-right: -06px !important;
  }
  .mb-xl-n06 {
    margin-bottom: -06px !important;
  }
  .ml-xl-n06 {
    margin-left: -06px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-06 {
    margin-top: 06px !important;
  }
  .mr-lg-06 {
    margin-right: 06px !important;
  }
  .mb-lg-06 {
    margin-bottom: 06px !important;
  }
  .ml-lg-06 {
    margin-left: 06px !important;
  }
  .pt-lg-06 {
    padding-top: 06px !important;
  }
  .pr-lg-06 {
    padding-right: 06px !important;
  }
  .pb-lg-06 {
    padding-bottom: 06px !important;
  }
  .pl-lg-06 {
    padding-left: 06px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-n06 {
    margin-top: -06px !important;
  }
  .mr-lg-n06 {
    margin-right: -06px !important;
  }
  .mb-lg-n06 {
    margin-bottom: -06px !important;
  }
  .ml-lg-n06 {
    margin-left: -06px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-06 {
    margin-top: 06px !important;
  }
  .mr-md-06 {
    margin-right: 06px !important;
  }
  .mb-md-06 {
    margin-bottom: 06px !important;
  }
  .ml-md-06 {
    margin-left: 06px !important;
  }
  .pt-md-06 {
    padding-top: 06px !important;
  }
  .pr-md-06 {
    padding-right: 06px !important;
  }
  .pb-md-06 {
    padding-bottom: 06px !important;
  }
  .pl-md-06 {
    padding-left: 06px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-n06 {
    margin-top: -06px !important;
  }
  .mr-md-n06 {
    margin-right: -06px !important;
  }
  .mb-md-n06 {
    margin-bottom: -06px !important;
  }
  .ml-md-n06 {
    margin-left: -06px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-06 {
    margin-top: 06px !important;
  }
  .mr-sm-06 {
    margin-right: 06px !important;
  }
  .mb-sm-06 {
    margin-bottom: 06px !important;
  }
  .ml-sm-06 {
    margin-left: 06px !important;
  }
  .pt-sm-06 {
    padding-top: 06px !important;
  }
  .pr-sm-06 {
    padding-right: 06px !important;
  }
  .pb-sm-06 {
    padding-bottom: 06px !important;
  }
  .pl-sm-06 {
    padding-left: 06px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-n06 {
    margin-top: -06px !important;
  }
  .mr-sm-n06 {
    margin-right: -06px !important;
  }
  .mb-sm-n06 {
    margin-bottom: -06px !important;
  }
  .ml-sm-n06 {
    margin-left: -06px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-08 {
    margin-top: 08px !important;
  }
  .mr-xl-08 {
    margin-right: 08px !important;
  }
  .mb-xl-08 {
    margin-bottom: 08px !important;
  }
  .ml-xl-08 {
    margin-left: 08px !important;
  }
  .pt-xl-08 {
    padding-top: 08px !important;
  }
  .pr-xl-08 {
    padding-right: 08px !important;
  }
  .pb-xl-08 {
    padding-bottom: 08px !important;
  }
  .pl-xl-08 {
    padding-left: 08px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-n08 {
    margin-top: -08px !important;
  }
  .mr-xl-n08 {
    margin-right: -08px !important;
  }
  .mb-xl-n08 {
    margin-bottom: -08px !important;
  }
  .ml-xl-n08 {
    margin-left: -08px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-08 {
    margin-top: 08px !important;
  }
  .mr-lg-08 {
    margin-right: 08px !important;
  }
  .mb-lg-08 {
    margin-bottom: 08px !important;
  }
  .ml-lg-08 {
    margin-left: 08px !important;
  }
  .pt-lg-08 {
    padding-top: 08px !important;
  }
  .pr-lg-08 {
    padding-right: 08px !important;
  }
  .pb-lg-08 {
    padding-bottom: 08px !important;
  }
  .pl-lg-08 {
    padding-left: 08px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-n08 {
    margin-top: -08px !important;
  }
  .mr-lg-n08 {
    margin-right: -08px !important;
  }
  .mb-lg-n08 {
    margin-bottom: -08px !important;
  }
  .ml-lg-n08 {
    margin-left: -08px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-08 {
    margin-top: 08px !important;
  }
  .mr-md-08 {
    margin-right: 08px !important;
  }
  .mb-md-08 {
    margin-bottom: 08px !important;
  }
  .ml-md-08 {
    margin-left: 08px !important;
  }
  .pt-md-08 {
    padding-top: 08px !important;
  }
  .pr-md-08 {
    padding-right: 08px !important;
  }
  .pb-md-08 {
    padding-bottom: 08px !important;
  }
  .pl-md-08 {
    padding-left: 08px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-n08 {
    margin-top: -08px !important;
  }
  .mr-md-n08 {
    margin-right: -08px !important;
  }
  .mb-md-n08 {
    margin-bottom: -08px !important;
  }
  .ml-md-n08 {
    margin-left: -08px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-08 {
    margin-top: 08px !important;
  }
  .mr-sm-08 {
    margin-right: 08px !important;
  }
  .mb-sm-08 {
    margin-bottom: 08px !important;
  }
  .ml-sm-08 {
    margin-left: 08px !important;
  }
  .pt-sm-08 {
    padding-top: 08px !important;
  }
  .pr-sm-08 {
    padding-right: 08px !important;
  }
  .pb-sm-08 {
    padding-bottom: 08px !important;
  }
  .pl-sm-08 {
    padding-left: 08px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-n08 {
    margin-top: -08px !important;
  }
  .mr-sm-n08 {
    margin-right: -08px !important;
  }
  .mb-sm-n08 {
    margin-bottom: -08px !important;
  }
  .ml-sm-n08 {
    margin-left: -08px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-10 {
    margin-top: 10px !important;
  }
  .mr-xl-10 {
    margin-right: 10px !important;
  }
  .mb-xl-10 {
    margin-bottom: 10px !important;
  }
  .ml-xl-10 {
    margin-left: 10px !important;
  }
  .pt-xl-10 {
    padding-top: 10px !important;
  }
  .pr-xl-10 {
    padding-right: 10px !important;
  }
  .pb-xl-10 {
    padding-bottom: 10px !important;
  }
  .pl-xl-10 {
    padding-left: 10px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-n10 {
    margin-top: -10px !important;
  }
  .mr-xl-n10 {
    margin-right: -10px !important;
  }
  .mb-xl-n10 {
    margin-bottom: -10px !important;
  }
  .ml-xl-n10 {
    margin-left: -10px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-10 {
    margin-top: 10px !important;
  }
  .mr-lg-10 {
    margin-right: 10px !important;
  }
  .mb-lg-10 {
    margin-bottom: 10px !important;
  }
  .ml-lg-10 {
    margin-left: 10px !important;
  }
  .pt-lg-10 {
    padding-top: 10px !important;
  }
  .pr-lg-10 {
    padding-right: 10px !important;
  }
  .pb-lg-10 {
    padding-bottom: 10px !important;
  }
  .pl-lg-10 {
    padding-left: 10px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-n10 {
    margin-top: -10px !important;
  }
  .mr-lg-n10 {
    margin-right: -10px !important;
  }
  .mb-lg-n10 {
    margin-bottom: -10px !important;
  }
  .ml-lg-n10 {
    margin-left: -10px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-10 {
    margin-top: 10px !important;
  }
  .mr-md-10 {
    margin-right: 10px !important;
  }
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
  .ml-md-10 {
    margin-left: 10px !important;
  }
  .pt-md-10 {
    padding-top: 10px !important;
  }
  .pr-md-10 {
    padding-right: 10px !important;
  }
  .pb-md-10 {
    padding-bottom: 10px !important;
  }
  .pl-md-10 {
    padding-left: 10px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-n10 {
    margin-top: -10px !important;
  }
  .mr-md-n10 {
    margin-right: -10px !important;
  }
  .mb-md-n10 {
    margin-bottom: -10px !important;
  }
  .ml-md-n10 {
    margin-left: -10px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-10 {
    margin-top: 10px !important;
  }
  .mr-sm-10 {
    margin-right: 10px !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .ml-sm-10 {
    margin-left: 10px !important;
  }
  .pt-sm-10 {
    padding-top: 10px !important;
  }
  .pr-sm-10 {
    padding-right: 10px !important;
  }
  .pb-sm-10 {
    padding-bottom: 10px !important;
  }
  .pl-sm-10 {
    padding-left: 10px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-n10 {
    margin-top: -10px !important;
  }
  .mr-sm-n10 {
    margin-right: -10px !important;
  }
  .mb-sm-n10 {
    margin-bottom: -10px !important;
  }
  .ml-sm-n10 {
    margin-left: -10px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-12 {
    margin-top: 12px !important;
  }
  .mr-xl-12 {
    margin-right: 12px !important;
  }
  .mb-xl-12 {
    margin-bottom: 12px !important;
  }
  .ml-xl-12 {
    margin-left: 12px !important;
  }
  .pt-xl-12 {
    padding-top: 12px !important;
  }
  .pr-xl-12 {
    padding-right: 12px !important;
  }
  .pb-xl-12 {
    padding-bottom: 12px !important;
  }
  .pl-xl-12 {
    padding-left: 12px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-n12 {
    margin-top: -12px !important;
  }
  .mr-xl-n12 {
    margin-right: -12px !important;
  }
  .mb-xl-n12 {
    margin-bottom: -12px !important;
  }
  .ml-xl-n12 {
    margin-left: -12px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-12 {
    margin-top: 12px !important;
  }
  .mr-lg-12 {
    margin-right: 12px !important;
  }
  .mb-lg-12 {
    margin-bottom: 12px !important;
  }
  .ml-lg-12 {
    margin-left: 12px !important;
  }
  .pt-lg-12 {
    padding-top: 12px !important;
  }
  .pr-lg-12 {
    padding-right: 12px !important;
  }
  .pb-lg-12 {
    padding-bottom: 12px !important;
  }
  .pl-lg-12 {
    padding-left: 12px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-n12 {
    margin-top: -12px !important;
  }
  .mr-lg-n12 {
    margin-right: -12px !important;
  }
  .mb-lg-n12 {
    margin-bottom: -12px !important;
  }
  .ml-lg-n12 {
    margin-left: -12px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-12 {
    margin-top: 12px !important;
  }
  .mr-md-12 {
    margin-right: 12px !important;
  }
  .mb-md-12 {
    margin-bottom: 12px !important;
  }
  .ml-md-12 {
    margin-left: 12px !important;
  }
  .pt-md-12 {
    padding-top: 12px !important;
  }
  .pr-md-12 {
    padding-right: 12px !important;
  }
  .pb-md-12 {
    padding-bottom: 12px !important;
  }
  .pl-md-12 {
    padding-left: 12px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-n12 {
    margin-top: -12px !important;
  }
  .mr-md-n12 {
    margin-right: -12px !important;
  }
  .mb-md-n12 {
    margin-bottom: -12px !important;
  }
  .ml-md-n12 {
    margin-left: -12px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-12 {
    margin-top: 12px !important;
  }
  .mr-sm-12 {
    margin-right: 12px !important;
  }
  .mb-sm-12 {
    margin-bottom: 12px !important;
  }
  .ml-sm-12 {
    margin-left: 12px !important;
  }
  .pt-sm-12 {
    padding-top: 12px !important;
  }
  .pr-sm-12 {
    padding-right: 12px !important;
  }
  .pb-sm-12 {
    padding-bottom: 12px !important;
  }
  .pl-sm-12 {
    padding-left: 12px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-n12 {
    margin-top: -12px !important;
  }
  .mr-sm-n12 {
    margin-right: -12px !important;
  }
  .mb-sm-n12 {
    margin-bottom: -12px !important;
  }
  .ml-sm-n12 {
    margin-left: -12px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-15 {
    margin-top: 15px !important;
  }
  .mr-xl-15 {
    margin-right: 15px !important;
  }
  .mb-xl-15 {
    margin-bottom: 15px !important;
  }
  .ml-xl-15 {
    margin-left: 15px !important;
  }
  .pt-xl-15 {
    padding-top: 15px !important;
  }
  .pr-xl-15 {
    padding-right: 15px !important;
  }
  .pb-xl-15 {
    padding-bottom: 15px !important;
  }
  .pl-xl-15 {
    padding-left: 15px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-n15 {
    margin-top: -15px !important;
  }
  .mr-xl-n15 {
    margin-right: -15px !important;
  }
  .mb-xl-n15 {
    margin-bottom: -15px !important;
  }
  .ml-xl-n15 {
    margin-left: -15px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-15 {
    margin-top: 15px !important;
  }
  .mr-lg-15 {
    margin-right: 15px !important;
  }
  .mb-lg-15 {
    margin-bottom: 15px !important;
  }
  .ml-lg-15 {
    margin-left: 15px !important;
  }
  .pt-lg-15 {
    padding-top: 15px !important;
  }
  .pr-lg-15 {
    padding-right: 15px !important;
  }
  .pb-lg-15 {
    padding-bottom: 15px !important;
  }
  .pl-lg-15 {
    padding-left: 15px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-n15 {
    margin-top: -15px !important;
  }
  .mr-lg-n15 {
    margin-right: -15px !important;
  }
  .mb-lg-n15 {
    margin-bottom: -15px !important;
  }
  .ml-lg-n15 {
    margin-left: -15px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-15 {
    margin-top: 15px !important;
  }
  .mr-md-15 {
    margin-right: 15px !important;
  }
  .mb-md-15 {
    margin-bottom: 15px !important;
  }
  .ml-md-15 {
    margin-left: 15px !important;
  }
  .pt-md-15 {
    padding-top: 15px !important;
  }
  .pr-md-15 {
    padding-right: 15px !important;
  }
  .pb-md-15 {
    padding-bottom: 15px !important;
  }
  .pl-md-15 {
    padding-left: 15px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-n15 {
    margin-top: -15px !important;
  }
  .mr-md-n15 {
    margin-right: -15px !important;
  }
  .mb-md-n15 {
    margin-bottom: -15px !important;
  }
  .ml-md-n15 {
    margin-left: -15px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-15 {
    margin-top: 15px !important;
  }
  .mr-sm-15 {
    margin-right: 15px !important;
  }
  .mb-sm-15 {
    margin-bottom: 15px !important;
  }
  .ml-sm-15 {
    margin-left: 15px !important;
  }
  .pt-sm-15 {
    padding-top: 15px !important;
  }
  .pr-sm-15 {
    padding-right: 15px !important;
  }
  .pb-sm-15 {
    padding-bottom: 15px !important;
  }
  .pl-sm-15 {
    padding-left: 15px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-n15 {
    margin-top: -15px !important;
  }
  .mr-sm-n15 {
    margin-right: -15px !important;
  }
  .mb-sm-n15 {
    margin-bottom: -15px !important;
  }
  .ml-sm-n15 {
    margin-left: -15px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-16 {
    margin-top: 16px !important;
  }
  .mr-xl-16 {
    margin-right: 16px !important;
  }
  .mb-xl-16 {
    margin-bottom: 16px !important;
  }
  .ml-xl-16 {
    margin-left: 16px !important;
  }
  .pt-xl-16 {
    padding-top: 16px !important;
  }
  .pr-xl-16 {
    padding-right: 16px !important;
  }
  .pb-xl-16 {
    padding-bottom: 16px !important;
  }
  .pl-xl-16 {
    padding-left: 16px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-n16 {
    margin-top: -16px !important;
  }
  .mr-xl-n16 {
    margin-right: -16px !important;
  }
  .mb-xl-n16 {
    margin-bottom: -16px !important;
  }
  .ml-xl-n16 {
    margin-left: -16px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-16 {
    margin-top: 16px !important;
  }
  .mr-lg-16 {
    margin-right: 16px !important;
  }
  .mb-lg-16 {
    margin-bottom: 16px !important;
  }
  .ml-lg-16 {
    margin-left: 16px !important;
  }
  .pt-lg-16 {
    padding-top: 16px !important;
  }
  .pr-lg-16 {
    padding-right: 16px !important;
  }
  .pb-lg-16 {
    padding-bottom: 16px !important;
  }
  .pl-lg-16 {
    padding-left: 16px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-n16 {
    margin-top: -16px !important;
  }
  .mr-lg-n16 {
    margin-right: -16px !important;
  }
  .mb-lg-n16 {
    margin-bottom: -16px !important;
  }
  .ml-lg-n16 {
    margin-left: -16px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-16 {
    margin-top: 16px !important;
  }
  .mr-md-16 {
    margin-right: 16px !important;
  }
  .mb-md-16 {
    margin-bottom: 16px !important;
  }
  .ml-md-16 {
    margin-left: 16px !important;
  }
  .pt-md-16 {
    padding-top: 16px !important;
  }
  .pr-md-16 {
    padding-right: 16px !important;
  }
  .pb-md-16 {
    padding-bottom: 16px !important;
  }
  .pl-md-16 {
    padding-left: 16px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-n16 {
    margin-top: -16px !important;
  }
  .mr-md-n16 {
    margin-right: -16px !important;
  }
  .mb-md-n16 {
    margin-bottom: -16px !important;
  }
  .ml-md-n16 {
    margin-left: -16px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-16 {
    margin-top: 16px !important;
  }
  .mr-sm-16 {
    margin-right: 16px !important;
  }
  .mb-sm-16 {
    margin-bottom: 16px !important;
  }
  .ml-sm-16 {
    margin-left: 16px !important;
  }
  .pt-sm-16 {
    padding-top: 16px !important;
  }
  .pr-sm-16 {
    padding-right: 16px !important;
  }
  .pb-sm-16 {
    padding-bottom: 16px !important;
  }
  .pl-sm-16 {
    padding-left: 16px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-n16 {
    margin-top: -16px !important;
  }
  .mr-sm-n16 {
    margin-right: -16px !important;
  }
  .mb-sm-n16 {
    margin-bottom: -16px !important;
  }
  .ml-sm-n16 {
    margin-left: -16px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-18 {
    margin-top: 18px !important;
  }
  .mr-xl-18 {
    margin-right: 18px !important;
  }
  .mb-xl-18 {
    margin-bottom: 18px !important;
  }
  .ml-xl-18 {
    margin-left: 18px !important;
  }
  .pt-xl-18 {
    padding-top: 18px !important;
  }
  .pr-xl-18 {
    padding-right: 18px !important;
  }
  .pb-xl-18 {
    padding-bottom: 18px !important;
  }
  .pl-xl-18 {
    padding-left: 18px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-n18 {
    margin-top: -18px !important;
  }
  .mr-xl-n18 {
    margin-right: -18px !important;
  }
  .mb-xl-n18 {
    margin-bottom: -18px !important;
  }
  .ml-xl-n18 {
    margin-left: -18px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-18 {
    margin-top: 18px !important;
  }
  .mr-lg-18 {
    margin-right: 18px !important;
  }
  .mb-lg-18 {
    margin-bottom: 18px !important;
  }
  .ml-lg-18 {
    margin-left: 18px !important;
  }
  .pt-lg-18 {
    padding-top: 18px !important;
  }
  .pr-lg-18 {
    padding-right: 18px !important;
  }
  .pb-lg-18 {
    padding-bottom: 18px !important;
  }
  .pl-lg-18 {
    padding-left: 18px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-n18 {
    margin-top: -18px !important;
  }
  .mr-lg-n18 {
    margin-right: -18px !important;
  }
  .mb-lg-n18 {
    margin-bottom: -18px !important;
  }
  .ml-lg-n18 {
    margin-left: -18px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-18 {
    margin-top: 18px !important;
  }
  .mr-md-18 {
    margin-right: 18px !important;
  }
  .mb-md-18 {
    margin-bottom: 18px !important;
  }
  .ml-md-18 {
    margin-left: 18px !important;
  }
  .pt-md-18 {
    padding-top: 18px !important;
  }
  .pr-md-18 {
    padding-right: 18px !important;
  }
  .pb-md-18 {
    padding-bottom: 18px !important;
  }
  .pl-md-18 {
    padding-left: 18px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-n18 {
    margin-top: -18px !important;
  }
  .mr-md-n18 {
    margin-right: -18px !important;
  }
  .mb-md-n18 {
    margin-bottom: -18px !important;
  }
  .ml-md-n18 {
    margin-left: -18px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-18 {
    margin-top: 18px !important;
  }
  .mr-sm-18 {
    margin-right: 18px !important;
  }
  .mb-sm-18 {
    margin-bottom: 18px !important;
  }
  .ml-sm-18 {
    margin-left: 18px !important;
  }
  .pt-sm-18 {
    padding-top: 18px !important;
  }
  .pr-sm-18 {
    padding-right: 18px !important;
  }
  .pb-sm-18 {
    padding-bottom: 18px !important;
  }
  .pl-sm-18 {
    padding-left: 18px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-n18 {
    margin-top: -18px !important;
  }
  .mr-sm-n18 {
    margin-right: -18px !important;
  }
  .mb-sm-n18 {
    margin-bottom: -18px !important;
  }
  .ml-sm-n18 {
    margin-left: -18px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-20 {
    margin-top: 20px !important;
  }
  .mr-xl-20 {
    margin-right: 20px !important;
  }
  .mb-xl-20 {
    margin-bottom: 20px !important;
  }
  .ml-xl-20 {
    margin-left: 20px !important;
  }
  .pt-xl-20 {
    padding-top: 20px !important;
  }
  .pr-xl-20 {
    padding-right: 20px !important;
  }
  .pb-xl-20 {
    padding-bottom: 20px !important;
  }
  .pl-xl-20 {
    padding-left: 20px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-n20 {
    margin-top: -20px !important;
  }
  .mr-xl-n20 {
    margin-right: -20px !important;
  }
  .mb-xl-n20 {
    margin-bottom: -20px !important;
  }
  .ml-xl-n20 {
    margin-left: -20px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-20 {
    margin-top: 20px !important;
  }
  .mr-lg-20 {
    margin-right: 20px !important;
  }
  .mb-lg-20 {
    margin-bottom: 20px !important;
  }
  .ml-lg-20 {
    margin-left: 20px !important;
  }
  .pt-lg-20 {
    padding-top: 20px !important;
  }
  .pr-lg-20 {
    padding-right: 20px !important;
  }
  .pb-lg-20 {
    padding-bottom: 20px !important;
  }
  .pl-lg-20 {
    padding-left: 20px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-n20 {
    margin-top: -20px !important;
  }
  .mr-lg-n20 {
    margin-right: -20px !important;
  }
  .mb-lg-n20 {
    margin-bottom: -20px !important;
  }
  .ml-lg-n20 {
    margin-left: -20px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-20 {
    margin-top: 20px !important;
  }
  .mr-md-20 {
    margin-right: 20px !important;
  }
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
  .ml-md-20 {
    margin-left: 20px !important;
  }
  .pt-md-20 {
    padding-top: 20px !important;
  }
  .pr-md-20 {
    padding-right: 20px !important;
  }
  .pb-md-20 {
    padding-bottom: 20px !important;
  }
  .pl-md-20 {
    padding-left: 20px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-n20 {
    margin-top: -20px !important;
  }
  .mr-md-n20 {
    margin-right: -20px !important;
  }
  .mb-md-n20 {
    margin-bottom: -20px !important;
  }
  .ml-md-n20 {
    margin-left: -20px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .mr-sm-20 {
    margin-right: 20px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .ml-sm-20 {
    margin-left: 20px !important;
  }
  .pt-sm-20 {
    padding-top: 20px !important;
  }
  .pr-sm-20 {
    padding-right: 20px !important;
  }
  .pb-sm-20 {
    padding-bottom: 20px !important;
  }
  .pl-sm-20 {
    padding-left: 20px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-n20 {
    margin-top: -20px !important;
  }
  .mr-sm-n20 {
    margin-right: -20px !important;
  }
  .mb-sm-n20 {
    margin-bottom: -20px !important;
  }
  .ml-sm-n20 {
    margin-left: -20px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-24 {
    margin-top: 24px !important;
  }
  .mr-xl-24 {
    margin-right: 24px !important;
  }
  .mb-xl-24 {
    margin-bottom: 24px !important;
  }
  .ml-xl-24 {
    margin-left: 24px !important;
  }
  .pt-xl-24 {
    padding-top: 24px !important;
  }
  .pr-xl-24 {
    padding-right: 24px !important;
  }
  .pb-xl-24 {
    padding-bottom: 24px !important;
  }
  .pl-xl-24 {
    padding-left: 24px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-n24 {
    margin-top: -24px !important;
  }
  .mr-xl-n24 {
    margin-right: -24px !important;
  }
  .mb-xl-n24 {
    margin-bottom: -24px !important;
  }
  .ml-xl-n24 {
    margin-left: -24px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-24 {
    margin-top: 24px !important;
  }
  .mr-lg-24 {
    margin-right: 24px !important;
  }
  .mb-lg-24 {
    margin-bottom: 24px !important;
  }
  .ml-lg-24 {
    margin-left: 24px !important;
  }
  .pt-lg-24 {
    padding-top: 24px !important;
  }
  .pr-lg-24 {
    padding-right: 24px !important;
  }
  .pb-lg-24 {
    padding-bottom: 24px !important;
  }
  .pl-lg-24 {
    padding-left: 24px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-n24 {
    margin-top: -24px !important;
  }
  .mr-lg-n24 {
    margin-right: -24px !important;
  }
  .mb-lg-n24 {
    margin-bottom: -24px !important;
  }
  .ml-lg-n24 {
    margin-left: -24px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-24 {
    margin-top: 24px !important;
  }
  .mr-md-24 {
    margin-right: 24px !important;
  }
  .mb-md-24 {
    margin-bottom: 24px !important;
  }
  .ml-md-24 {
    margin-left: 24px !important;
  }
  .pt-md-24 {
    padding-top: 24px !important;
  }
  .pr-md-24 {
    padding-right: 24px !important;
  }
  .pb-md-24 {
    padding-bottom: 24px !important;
  }
  .pl-md-24 {
    padding-left: 24px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-n24 {
    margin-top: -24px !important;
  }
  .mr-md-n24 {
    margin-right: -24px !important;
  }
  .mb-md-n24 {
    margin-bottom: -24px !important;
  }
  .ml-md-n24 {
    margin-left: -24px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-24 {
    margin-top: 24px !important;
  }
  .mr-sm-24 {
    margin-right: 24px !important;
  }
  .mb-sm-24 {
    margin-bottom: 24px !important;
  }
  .ml-sm-24 {
    margin-left: 24px !important;
  }
  .pt-sm-24 {
    padding-top: 24px !important;
  }
  .pr-sm-24 {
    padding-right: 24px !important;
  }
  .pb-sm-24 {
    padding-bottom: 24px !important;
  }
  .pl-sm-24 {
    padding-left: 24px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-n24 {
    margin-top: -24px !important;
  }
  .mr-sm-n24 {
    margin-right: -24px !important;
  }
  .mb-sm-n24 {
    margin-bottom: -24px !important;
  }
  .ml-sm-n24 {
    margin-left: -24px !important;
  }
}
.text-left {
  text-align: left;
}

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

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

.font-light {
  font-weight: 300;
}

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

.font-black {
  font-weight: 800;
}

.full-height {
  height: 100%;
}

.full-width {
  width: 100%;
}

.color-primary {
  color: var(--color-primary);
}

.color-neutral {
  color: var(--color-neutral);
}

.color-neutral-10 {
  color: var(--color-neutral-10);
}