@charset "UTF-8";
.col-xl-f5, .col-lg-f5, .col-md-f5, .col-sm-f5, .col-f5 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}

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

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;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
a:hover {
  color: var(--primary);
}

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-0 {
  margin-left: -0px;
  margin-right: -0px;
}
.gutter-0 > [class*=col-], .gutter-0 > .col, .gutter-0 > [class^=col-] {
  padding-left: 0px;
  padding-right: 0px;
}

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

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

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

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

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

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

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

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

.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) {
  .gutter-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .gutter-40 > [class*=col-], .gutter-40 > .col, .gutter-40 > [class^=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (min-width: 1440px) {
  .gutter-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .gutter-50 > [class*=col-], .gutter-50 > .col, .gutter-50 > [class^=col-] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media all and (min-width: 1600px) {
  .gutter-70 {
    margin-left: -35px;
    margin-right: -35px;
  }
  .gutter-70 > [class*=col-], .gutter-70 > .col, .gutter-70 > [class^=col-] {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media all and (max-width: 1199px) {
  .gutter-xl-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-xl-10 > [class*=col-], .gutter-xl-10 > .col, .gutter-xl-10 > [class^=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media all and (max-width: 1199px) {
  .gutter-xl-15 {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .gutter-xl-15 > [class*=col-], .gutter-xl-15 > .col, .gutter-xl-15 > [class^=col-] {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
@media all and (max-width: 991px) {
  .gutter-lg-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-lg-10 > [class*=col-], .gutter-lg-10 > .col, .gutter-lg-10 > [class^=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media all and (max-width: 991px) {
  .gutter-lg-15 {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .gutter-lg-15 > [class*=col-], .gutter-lg-15 > .col, .gutter-lg-15 > [class^=col-] {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
@media all and (max-width: 767px) {
  .gutter-md-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-md-10 > [class*=col-], .gutter-md-10 > .col, .gutter-md-10 > [class^=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media all and (max-width: 767px) {
  .gutter-md-15 {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .gutter-md-15 > [class*=col-], .gutter-md-15 > .col, .gutter-md-15 > [class^=col-] {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
@media all and (max-width: 575px) {
  .gutter-sm-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-sm-10 > [class*=col-], .gutter-sm-10 > .col, .gutter-sm-10 > [class^=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media all and (max-width: 575px) {
  .gutter-sm-15 {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .gutter-sm-15 > [class*=col-], .gutter-sm-15 > .col, .gutter-sm-15 > [class^=col-] {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
.col-f5 {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
  flex: 0 0 20%;
  max-width: 20%;
}

@media (min-width: 576px) {
  .col-sm-f5 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 768px) {
  .col-md-f5 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 992px) {
  .col-lg-f5 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1200px) {
  .col-xl-f5 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media all and (min-width: 1366px) {
  .container {
    max-width: 1200px;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", serif;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  word-break: break-word;
  word-wrap: break-word;
  background-color: #fcfcfc;
  letter-spacing: 0.03em;
}

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

.bg {
  background-size: cover;
}

.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;
  }
}
@font-face {
  font-family: "DigitalNumbers";
  src: url("../fonts/DigitalNumbers-Regular.woff") format("woff");
}
.h-title {
  margin-bottom: 25px;
  border-bottom: solid 3px var(--primary);
}
.h-title__label {
  display: inline-block;
  line-height: 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 20px 7px 20px;
  background-color: var(--primary);
  color: #fff;
  position: relative;
  border-radius: 0 12px 0 0;
}
.h-title__label:after {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 32px solid var(--primary);
  border-right: 20px solid transparent;
  position: absolute;
  bottom: 0;
  right: -18px;
}
.h-title.--sm {
  border-bottom-width: 2px;
}
.h-title.--sm .h-title__label {
  font-size: 14px;
  padding-bottom: 8px;
}

.page-title {
  font-size: 28px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 25px;
}
.page-title.--line {
  border-bottom: solid 2px var(--primary);
  padding-bottom: 10px;
  margin-top: -8px;
}
.page-title.--small {
  font-size: 20px;
}
@media all and (max-width: 767px) {
  .page-title {
    font-size: 20px;
    margin-bottom: 25px;
  }
}

.page-box {
  background: rgba(0, 0, 0, 0.3);
  border: 2px solid rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  margin-top: 100px;
}

.text-underline {
  text-decoration: underline;
}
.text-underline:hover {
  text-decoration: underline;
}

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

.i-table table {
  width: 100%;
}
.i-table th, .i-table td {
  padding: 15px;
}
.i-table tr:nth-child(2n+1) {
  background-color: #f1f1f1;
}

.i-btn {
  background-color: var(--color-2nd);
  border-radius: 0 12px 0 12px;
  color: var(--primary);
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  padding: 12px 25px 12px 25px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  text-transform: capitalize;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.i-btn.--2nd {
  background-color: var(--primary);
  color: #fff;
}
.i-btn:hover {
  background-color: var(--primary);
  color: var(--color-2nd);
}
.i-btn.disabled {
  background-color: #333;
  color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
}
@media all and (max-width: 767px) {
  .i-btn {
    font-size: 14px;
    padding: 10px 20px;
  }
}

input.i-btn {
  border: 0;
}

.paginations, .pagenigation {
  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;
  margin-top: 10px;
  margin-bottom: 40px;
}
.paginations a, .paginations span, .paginations strong, .pagenigation a, .pagenigation span, .pagenigation strong {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0 15px;
}
.paginations a.active, .paginations span.active, .paginations strong.active, .pagenigation a.active, .pagenigation span.active, .pagenigation strong.active {
  color: var(--primary);
  text-decoration: underline;
}
.paginations .active a, .paginations .active span, .paginations .active strong, .pagenigation .active a, .pagenigation .active span, .pagenigation .active strong {
  color: var(--primary);
  text-decoration: underline;
}
.paginations a:hover, .paginations span, .paginations strong, .pagenigation a:hover, .pagenigation span, .pagenigation strong {
  color: var(--primary);
}

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

.i-check {
  cursor: pointer;
  display: block;
  padding-left: 25px;
  position: relative;
}
.i-check input {
  left: 0;
  max-height: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: -99;
}
.i-check input:checked + .i-check__icon {
  border-color: var(--primary);
}
.i-check input:checked + .i-check__icon::after {
  opacity: 1;
}
.i-check input:focus + .i-check__icon {
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
}
.i-check input[type=checkbox] + .i-check__icon {
  border-radius: 2px;
}
.i-check input[type=checkbox] + .i-check__icon::after {
  border-bottom: solid 2px var(--primary);
  border-right: solid 2px var(--primary);
  height: 10px;
  left: 50%;
  margin-left: -2px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 5px;
}
.i-check input[type=radio] + .i-check__icon {
  border-radius: 2px;
}
.i-check input[type=radio] + .i-check__icon::after {
  background-color: rgba(var(--primary), 0.6);
  height: 10px;
  left: 50%;
  margin-left: -5px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  width: 10px;
}
.i-check input.-primary + .i-check__icon {
  border-color: var(--primary);
}
.i-check input.-success + .i-check__icon {
  border-color: #4CA689;
}
.i-check input.-danger + .i-check__icon {
  border-color: #F64B53;
}
.i-check input.-warning + .i-check__icon {
  border-color: #F2994A;
}
.i-check input.-info + .i-check__icon {
  border-color: #17a2b8;
}
.i-check__icon {
  border: solid 1px var(--primary);
  display: block;
  height: 16px;
  left: 0;
  margin-top: 0.2em;
  position: absolute;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  width: 16px;
}
.i-check__icon::after {
  content: "";
  opacity: 0;
  -webkit-transition: inherit;
  transition: inherit;
}
.i-check.-inline {
  display: inline-block;
  margin-right: 22px;
}
.i-check.-disabled {
  pointer-events: none;
}
.i-check.-disabled .i-check__icon {
  opacity: 0.5;
}

.i-label {
  margin-bottom: 5px;
}
.i-label.-required:after {
  content: "(*)";
  color: #ff5c5c;
  margin-left: 0.2em;
}
.i-label.-colon::after {
  content: "：";
}
.i-input, .i-select {
  background-color: #fff;
  border: solid 1px rgba(209, 215, 223, 0.75);
  border-radius: 0 12px 0 12px;
  display: block;
  height: 44px;
  outline: none;
  font-size: 14px;
  padding: 0 16px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  width: 100%;
  color: #838FA3;
}
.i-input[list]::-webkit-calendar-picker-indicator, .i-select[list]::-webkit-calendar-picker-indicator {
  display: none;
}
.i-input.-small, .i-select.-small {
  height: 40px;
  font-size: 14px;
  border-radius: 8px;
}
.i-input::-webkit-input-placeholder, .i-textarea::-webkit-input-placeholder {
  color: #838FA3;
}
.i-input:-moz-placeholder, .i-textarea:-moz-placeholder {
  color: #838FA3;
}
.i-input::-moz-placeholder, .i-textarea::-moz-placeholder {
  color: #838FA3;
}
.i-input:-ms-input-placeholder, .i-textarea:-ms-input-placeholder {
  color: #838FA3;
}
.i-input {
  word-break: keep-all;
}
.i-input::-ms-clear {
  display: none;
}
.i-input[type=date] {
  padding-right: 11px;
}
.i-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../images/arrow-down.png");
  background-color: #fff;
  background-position: right 15px top 16px;
  background-repeat: no-repeat;
  background-size: 18px auto;
  text-indent: 1px;
  text-overflow: "";
  padding-right: 45px;
}
.i-select::-ms-expand {
  display: none;
}
.i-textarea-scroll {
  border: solid 1px rgba(209, 215, 223, 0.75);
  border-radius: 15px;
  overflow: hidden;
}
.i-textarea-scroll .i-textarea {
  border: none;
}
.i-textarea {
  background-color: #fff;
  border: solid 1px rgba(209, 215, 223, 0.75);
  border-radius: 24px;
  display: block;
  min-height: 100px;
  outline: none;
  padding: 11px 16px 10px 16px;
  resize: none;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  width: 100%;
  font-size: 16px;
}
.i-textarea.-small {
  min-height: 60px;
}
.i-textarea.-auto-resize {
  overflow: hidden;
}
.i-input, .i-select, .i-textarea {
  color: #707070;
}
.i-input.-disabled, .i-select.-disabled, .i-textarea.-disabled {
  background-color: #E9EDF1;
  pointer-events: none;
  border-color: transparent;
}
.i-input.-primary, .i-select.-primary, .i-textarea.-primary {
  border-color: var(--primary);
}
.i-input.-success, .i-select.-success, .i-textarea.-success {
  border-color: #4CA689;
}
.i-input.-danger, .i-select.-danger, .i-textarea.-danger {
  border-color: #F64B53;
}
.i-input.-warning, .i-select.-warning, .i-textarea.-warning {
  border-color: #F2994A;
}
.i-input.-info, .i-select.-info, .i-textarea.-info {
  border-color: #17a2b8;
}
.i-input.-link, .i-select.-link, .i-textarea.-link {
  border-color: #0f0aff;
}
.i-input.-disabled, .i-select.-disabled, .i-textarea.-disabled {
  border-color: #A9B2C8;
}
.i-input.-dark, .i-select.-dark, .i-textarea.-dark {
  border-color: #202020;
}
.i-group {
  margin-bottom: 15px;
}
@media all and (min-width: 768px) {
  .i-group.-inline {
    margin-bottom: 20px;
    padding-left: 130px;
    position: relative;
  }
  .i-group.-inline .i-label {
    left: 0;
    line-height: 20px;
    margin-top: 0.8em;
    position: absolute;
    text-align: right;
    width: 116px;
  }
  .i-group.-inline .i-group__inline-text {
    line-height: 20px;
    padding-top: 9px;
  }
}
.i-group--tooltip {
  padding-right: 30px;
  position: relative;
}
.i-group--tooltip .i-tooltip {
  position: absolute;
  right: 0;
  top: 12px;
  z-index: 1;
}
.i-group--select {
  position: relative;
}
.i-group--select select {
  background-image: unset;
}
.i-group--select::after {
  border-right: solid 1px #000;
  border-top: solid 1px #000;
  content: "";
  height: 7px;
  pointer-events: none;
  position: absolute;
  right: 17px;
  top: 14px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  width: 7px;
}
.i-helper {
  color: #707070;
  font-size: 0.8em;
  margin-top: 0.5em;
}
.i-helper.-primary {
  color: var(--primary);
}
.i-helper.-success {
  color: #4CA689;
}
.i-helper.-danger {
  color: #F64B53;
}
.i-helper.-warning {
  color: #F2994A;
}
.i-helper.-info {
  color: #17a2b8;
}
.i-helper.-link {
  color: #0f0aff;
}
.i-helper.-disabled {
  color: #A9B2C8;
}
.i-helper.-dark {
  color: #202020;
}

.i-form__title {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 50px;
}
.i-form__title.-small {
  font-size: 42px;
}
@media all and (max-width: 767px) {
  .i-form__title {
    font-size: 36px;
    text-align: center;
    margin-bottom: 40px;
  }
}
.i-form__input {
  position: relative;
  margin-bottom: 45px;
}
.i-form__input input, .i-form__input textarea, .i-form__input select {
  padding: 0;
  border: 0;
  background: none;
  border-bottom: solid 1px #f2f2f2;
  width: 100%;
  height: 30px;
  color: #fff;
}
.i-form__input input::-webkit-input-placeholder, .i-form__input textarea::-webkit-input-placeholder, .i-form__input select::-webkit-input-placeholder {
  color: rgba(242, 242, 242, 0.7);
}
.i-form__input input:-moz-placeholder, .i-form__input textarea:-moz-placeholder, .i-form__input select:-moz-placeholder {
  color: rgba(242, 242, 242, 0.7);
}
.i-form__input input::-moz-placeholder, .i-form__input textarea::-moz-placeholder, .i-form__input select::-moz-placeholder {
  color: rgba(242, 242, 242, 0.7);
}
.i-form__input input:-ms-input-placeholder, .i-form__input textarea:-ms-input-placeholder, .i-form__input select:-ms-input-placeholder {
  color: rgba(242, 242, 242, 0.7);
}
.i-form__input input[type=date]::-webkit-inner-spin-button, .i-form__input input[type=date]::-webkit-calendar-picker-indicator, .i-form__input textarea[type=date]::-webkit-inner-spin-button, .i-form__input textarea[type=date]::-webkit-calendar-picker-indicator, .i-form__input select[type=date]::-webkit-inner-spin-button, .i-form__input select[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
  width: 100%;
  position: absolute;
}
.i-form__input input:valid ~ .form__input__placeholder, .i-form__input textarea:valid ~ .form__input__placeholder, .i-form__input select:valid ~ .form__input__placeholder {
  display: none;
}
.i-form__input input[disabled=disabled], .i-form__input textarea[disabled=disabled], .i-form__input select[disabled=disabled] {
  opacity: 0.6;
}
.i-form__input select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../images/icons/down-arrow.svg");
  background-color: transparent;
  background-position: right 0 top 8px;
  background-repeat: no-repeat;
  background-size: 18px auto;
  text-indent: 1px;
  text-overflow: "";
  border: 0;
  width: 100%;
  height: 36px;
  color: #fff;
  padding-left: 18px;
  padding: 0;
  border: 0;
  border-bottom: solid 1px #f2f2f2;
  width: 100%;
  height: 30px;
  color: #fff;
}
.i-form__input select::-ms-expand {
  display: none;
}
.i-form__input select option {
  color: #000;
}
.i-form__input textarea {
  height: 110px;
  border-radius: 0;
  resize: none;
}
.i-form__input__placeholder {
  position: absolute;
  left: 0;
  top: 0;
  color: transparent;
  pointer-events: none;
  font-weight: normal;
}
.i-form__input__placeholder:after {
  content: "*";
  margin-left: 3px;
  color: #EB4343;
}
.i-form__input__icon {
  position: absolute;
  right: 0;
  top: 9px;
  pointer-events: none;
}
.i-form__input__note {
  font-size: 12px;
  color: rgba(242, 242, 242, 0.4);
}
.i-form__show-pass {
  position: absolute;
  right: 0;
  top: 3px;
  cursor: pointer;
}
.i-form__submit {
  position: relative;
  padding-right: 55px;
  width: 100%;
  font-weight: 500;
  margin-top: 55px;
}
.i-form__submit i {
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -5px;
}
.i-form__submit::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  right: 55px;
  background: rgba(255, 255, 255, 0.2);
}
.i-form__submit.disabled {
  background-color: #323232;
  color: rgba(242, 242, 242, 0.3);
  pointer-events: none;
}
.i-form__submit.disabled i {
  opacity: 0.3;
}
.i-form__submit.disabled:after {
  opacity: 0.3;
}
.i-form__button {
  border: solid 1px var(--primary);
  text-transform: uppercase;
  background: none;
  font-weight: normal;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  color: var(--primary);
}
.i-form__button:hover {
  color: #333;
  background: var(--primary);
}
.i-form__button.disabled {
  pointer-events: none;
  border-color: rgba(242, 242, 242, 0.5);
  color: rgba(242, 242, 242, 0.5);
}
.i-form__social {
  width: 100%;
  border: solid 1px #fff;
  border-radius: 8px;
  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;
  margin-top: 24px;
  margin-bottom: 60px;
}
.i-form__link {
  text-transform: uppercase;
  color: var(--primary);
  text-decoration: underline;
}
.i-form__link:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.i-form__term {
  color: #a4a4a4;
  text-decoration: underline;
}
.i-form__term:hover {
  text-decoration: underline;
}
.i-form .i-check {
  opacity: 0.8;
}

.i-upload {
  cursor: pointer;
}

body .wpcf7 form .wpcf7-response-output {
  margin: 10px 0 0 0;
  border: 0;
  padding: 0;
}
body .wpcf7 form.sent .wpcf7-response-output {
  color: #46b450;
  font-weight: 600;
}
body .wpcf7 form.invalid .wpcf7-response-output {
  color: #dc3232;
}
body .wpcf7-not-valid-tip {
  font-size: 13px;
  margin-top: 3px;
  margin-bottom: -5px;
}
body .wpcf7-spinner {
  position: absolute;
  margin-top: 10px;
  margin-left: -35px;
}

.breadcrumbs {
  padding: 15px 0;
  color: #838FA3;
}
.breadcrumbs .breadcrumb_last {
  color: var(--primary);
}

.header {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  position: relative;
  z-index: 5;
}
.header__top {
  padding: 15px 0;
  position: relative;
}
.header__top__bg {
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 0.3;
}
.header__logo img {
  max-height: 100px;
}
.header__name {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  color: var(--primary);
  margin-bottom: 5px;
}
.header__sub-name {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  color: var(--primary);
}
.header__user {
  display: inline-block;
  border: solid 1px var(--primary);
  border-radius: 7px;
  padding: 8px 15px;
  color: var(--primary);
  cursor: pointer;
  font-weight: 500;
}
.header__user.--2nd {
  color: var(--color-2nd);
  border-color: var(--color-2nd);
}
.header__language {
  position: absolute;
  right: 5px;
  top: -35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__language .lang-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background-color: #fff;
  margin-left: 4px;
  border-radius: 3px;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header__language .lang-item > a {
  display: block;
  padding: 5px 6px;
}
.header__language .lang-item:first-child {
  margin-left: 0;
}
.header__language .lang-item img {
  display: block;
}
.header__language .lang-item:hover {
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.header__language .lang-item.current-lang {
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
  opacity: 1;
  pointer-events: none;
}
.header__nav {
  background-color: var(--primary);
  color: #fff;
}
.header__btn {
  margin-left: 20px;
}
@media all and (max-width: 1199px) {
  .header__name {
    font-size: 24px;
  }
  .header__sub-name {
    font-size: 18px;
  }
  .header__sub-name {
    font-size: 14px;
    margin-right: 30px;
  }
}
@media all and (max-width: 991px) {
  .header__top__bg {
    opacity: 0.1;
  }
  .header__logo img {
    max-height: 60px;
  }
  .header__name {
    margin-right: 25px;
    font-size: 22px;
  }
  .header__sub-name {
    margin-right: 25px;
  }
  .header__btn.i-btn {
    background: none;
    color: #000;
    padding: 0;
    margin-right: 30px;
    margin-left: 0;
  }
  .header__user {
    display: none;
  }
  .header__language {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .header__logo img {
    max-height: 50px;
  }
  .header__name {
    font-size: 13px;
    line-height: 1.1;
  }
  .header__sub-name {
    font-size: 9px;
    line-height: 1.1;
    font-weight: normal;
  }
  .header__btn.i-btn {
    font-size: 18px;
  }
  .header__btn.i-btn span {
    display: none;
  }
}

.main-nav {
  background-color: var(--primary);
}
.main-nav > ul > li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 24px;
  position: relative;
}
.main-nav > ul > li:last-child {
  margin-right: 0;
}
.main-nav > ul > li > a {
  display: block;
  font-weight: 600;
  position: relative;
  font-size: 15px;
  line-height: 30px;
  padding: 15px 0;
  text-transform: capitalize;
  color: #fff;
}
.main-nav > ul > li > a:before {
  content: "";
  left: 50%;
  right: 50%;
  height: 2px;
  background: #fff;
  bottom: 1px;
  opacity: 0;
  position: absolute;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.main-nav > ul > li:hover > a:before {
  left: 0;
  right: 0;
  opacity: 1;
}
.main-nav > ul > li ul {
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  left: 0;
  background: #fff;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 30px;
  width: 250px;
}
.main-nav > ul > li ul ul {
  left: 100%;
  top: 10px;
}
.main-nav > ul > li ul a {
  color: #000;
  display: block;
  font-size: 15px;
  padding: 7px 20px 7px 32px;
}
.main-nav > ul > li ul a:not(:only-child):after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  position: absolute;
  right: 20px;
  font-weight: normal;
  font-weight: 300;
}
.main-nav > ul > li ul li:hover > a {
  font-weight: bold;
  background: #E6F5FC;
}
.main-nav > ul > li ul li:last-child > a {
  border-bottom: none;
}
.main-nav > ul li:hover > ul {
  opacity: 1;
  visibility: visible;
}
@media all and (max-width: 1199px) {
  .main-nav ul li {
    margin-right: 15px;
  }
  .main-nav ul li a {
    font-size: 13px;
  }
}
@media all and (max-width: 991px) {
  .main-nav {
    display: none;
  }
}

.acd-drop:after {
  content: "+";
}
.acd-drop.active:after {
  content: "−";
}

@media all and (min-width: 992px) {
  .m-nav, .m-nav-over, .m-nav-open {
    display: none !important;
  }
}
@media all and (max-width: 991px) {
  .menu-btn {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    margin-top: -20px;
  }
  .menu-btn i {
    display: block;
    margin: auto;
    border-top: solid 2px white;
    width: 17px;
    border-bottom: double 7px white;
    height: 12px;
  }
  .menu-btn.act i {
    width: auto;
    height: auto;
    border: none;
  }
  .menu-btn.act i:after, .menu-btn.act i:before {
    content: "";
    display: block;
    margin: auto;
    width: 17px;
    border-bottom: solid 2px white;
  }
  .menu-btn.act i:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-top: -2px;
  }
  .menu-btn.act i:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .main-nav {
    display: none;
  }
  .m-nav-over {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 998;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    cursor: pointer;
  }
  .m-nav {
    display: block;
    position: fixed;
    top: 0;
    width: 280px;
    bottom: 0;
    z-index: 999;
    color: #333;
    background: #fff;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    right: -280px;
  }
  .m-nav.active {
    -webkit-box-shadow: 0 0 6px 0 rgba(255, 255, 255, 0.15);
            box-shadow: 0 0 6px 0 rgba(255, 255, 255, 0.15);
    right: 0;
  }
  .m-nav.active .m-nav-close {
    visibility: visible;
    opacity: 1;
  }
  .m-nav .m-nav-close {
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    right: 100%;
    background: white;
    outline: none;
    color: #444;
    font-size: 27px;
    cursor: pointer;
    -webkit-transition: inherit;
    transition: inherit;
    opacity: 0;
    visibility: hidden;
    font-family: initial;
    border-right: solid 1px rgba(0, 0, 0, 0.08);
  }
  .m-nav .nav-ct {
    height: 100%;
    overflow: auto;
    padding-bottom: 20px;
  }
  .m-nav .nav-ct > ul a {
    display: block;
    font-size: 14px;
    font-family: arial;
    line-height: 20px;
    padding: 10px 15px 10px 18px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.08);
    position: relative;
    font-weight: 600;
    letter-spacing: 0.03em;
  }
  .m-nav .nav-ct > ul a i {
    margin-right: 8px;
  }
  .m-nav .nav-ct > ul ul {
    background: rgba(255, 255, 255, 0.04);
    display: none;
  }
  .m-nav .nav-ct > ul ul a {
    padding-left: 36px;
  }
  .m-nav .nav-ct > ul ul ul a {
    padding-left: 54px;
  }
  .m-nav .acd-drop {
    width: 40px;
    height: 40px;
    float: right;
    position: relative;
    z-index: 1;
    font-size: 20px;
    color: inherit;
    font-family: monospace;
    outline: none;
    cursor: pointer;
    border-left: solid 1px rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.04);
  }
  .m-nav .header__language {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: static;
    vertical-align: middle;
  }
  .m-nav .header__user {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 18px;
  }
  .m-nav-open {
    color: var(--primary);
    font-weight: 400;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 0;
    padding: 0 5px;
  }
  .m-nav-open i {
    height: 2px;
    width: 20px;
    background-color: var(--primary);
    margin: 5px 0;
    display: block;
  }
}
.search-form {
  position: relative;
  width: 350px;
}
.search-form__input {
  width: 100%;
  height: 44px;
  border: none;
  font-size: 14px;
  border-radius: 3px;
  font-style: italic;
  padding-left: 20px;
  padding-right: 40px;
  border: solid 1px var(--primary);
  border-radius: 0 12px 0 12px;
}
.search-form__btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  color: #767676;
  font-size: 16px;
}
@media all and (max-width: 991px) {
  .search-form {
    width: 100%;
    margin-top: 10px;
  }
  .search-form__input {
    background-color: var(--primary);
    padding-left: 40px;
    font-size: 12px;
    color: #fff;
    height: 36px;
  }
  .search-form__input::-webkit-input-placeholder {
    color: #fff;
  }
  .search-form__input:-moz-placeholder {
    color: #fff;
  }
  .search-form__input::-moz-placeholder {
    color: #fff;
  }
  .search-form__input:-ms-input-placeholder {
    color: #fff;
  }
  .search-form__btn {
    left: 15px;
    color: #fff;
  }
}

.footer {
  background: #fff;
  border-top: solid 1px rgba(0, 0, 0, 0.05);
  padding-top: 40px;
  margin-top: 40px;
}
.footer a:hover {
  color: var(--color-2nd);
}
.footer__name {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: var(--primary);
  margin-bottom: 5px;
}
.footer__sub-name {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: var(--primary);
  margin-bottom: 20px;
}
.footer__logo {
  max-width: 150px;
  display: inline-block;
  margin-bottom: 20px;
}
.footer__logo img {
  max-height: 100px;
}
.footer__line {
  margin-bottom: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
}
.footer__line i {
  margin-right: 10px;
  margin-top: 3px;
}
.footer__line:last-child {
  margin-bottom: 0;
}
.footer__nav > ul > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-right: 10px;
  font-weight: bold;
  margin-bottom: 15px;
}
.footer__title {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}
.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__social__item {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  background-color: var(--color-2nd);
  border-radius: 0 8px 0 8px;
  color: var(--primary);
  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;
  font-size: 18px;
}
.footer__social__item:hover {
  background-color: rgba(255, 210, 0, 0.2);
}
@media all and (max-width: 767px) {
  .footer__logo {
    margin: 0 auto 20px auto;
    display: block;
    text-align: center;
  }
  .footer__line {
    margin-bottom: 12px;
  }
}

.copyright {
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 18px 0;
  margin-top: 25px;
  font-size: 13px;
}

.slider__item__img {
  padding-top: 59.6%;
  background-size: cover;
}
.slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  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;
}
.slider .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.4;
  margin: 0 5px;
}
.slider .owl-dot.active {
  opacity: 1;
}

.w-box {
  background-color: #fff;
  padding: 20px;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.08);
}

.s-title {
  font-weight: bold;
  font-size: 18px;
  color: var(--primary);
}

.cert-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cert-form__input {
  height: 40px;
  border: solid 1px #e1e1e1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 16px 0 16px;
}
.cert-form__btn {
  height: 40px;
  padding: 0 15px;
  background-color: var(--primary);
  color: #fff;
  font-weight: 600;
}

.cert {
  display: block;
  position: relative;
  padding: 30px 30px 20px 30px;
  background: -webkit-radial-gradient(0 100%, circle, rgba(204, 0, 0, 0) 20px, #fff 20px), -webkit-radial-gradient(100% 100%, circle, rgba(204, 0, 0, 0) 20px, #fff 20px), -webkit-radial-gradient(100% 0, circle, rgba(204, 0, 0, 0) 20px, #fff 20px), -webkit-radial-gradient(0 0, circle, rgba(204, 0, 0, 0) 20px, #fff 20px);
  background-position: bottom left, bottom right, top right, top left;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}
.cert:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  left: 20px;
  -webkit-box-shadow: 10px 3px 60px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 10px 3px 60px 0 rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.cert:before {
  content: "";
  position: absolute;
  top: 7px;
  right: 7px;
  left: 7px;
  bottom: 7px;
  border: solid 1px var(--primary);
  pointer-events: none;
  opacity: 0.15;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.cert:hover:before {
  opacity: 0.7;
}
.cert__img {
  margin-bottom: 18px;
  text-align: center;
}
.cert__img img {
  -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3);
}
.cert__title {
  font-weight: bold;
  color: var(--primary);
  text-align: center;
  line-height: 1.3;
}
.cert__title:hover a {
  color: var(--color-2nd);
}
.cert__title a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.cert.--sm {
  padding: 20px 20px 18px 20px;
}
.cert.--sm .cert__img {
  margin-bottom: 12px;
}
.cert.--sm .cert__title {
  font-size: 12px;
}

.cert-img img {
  -webkit-box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.3);
}

.post {
  position: relative;
}
.post__img {
  overflow: hidden;
}
.post__img img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.post__img:before {
  content: "";
  display: block;
  padding-top: 60%;
  pointer-events: none;
}
.post__title {
  font-weight: 600;
  line-height: 1.3;
  color: var(--primary);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.post__title a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.post__title .post__time {
  font-weight: normal;
  display: inline;
}
.post__desc {
  color: #666;
  font-size: 13px;
}
.post__time {
  font-size: 12px;
  color: #838FA3;
}
.post.--hoz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.post.--hoz .post__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  width: 200px;
  margin-right: 20px;
}
@media all and (max-width: 575px) {
  .post.--hoz {
    display: block;
  }
  .post.--hoz .post__img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.post.--line {
  position: relative;
  padding-left: 15px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: dotted 1px #e1e1e1;
}
.post.--line:last-child {
  border: 0;
  margin-bottom: 0;
}
.post.--line:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: var(--primary);
  position: absolute;
  left: 0;
  top: 8px;
}
.post.--bor {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: dotted 1px #e1e1e1;
}
.post.--bor:last-child {
  border: 0;
  margin-bottom: 0;
}
.post.--sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.post.--sm .post__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  width: 120px;
  margin-right: 15px;
}
.post.--sm .post__title {
  font-size: 13px;
}
.post.--user {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: dotted 1px #e1e1e1;
}
.post.--user:last-child {
  border: 0;
  margin-bottom: 0;
}
.post.--user .post__title {
  font-size: 15px;
}
.post.--user .post__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 220px;
          flex: 0 0 220px;
  width: 220px;
  margin-right: 25px;
}
.post.--user .post__time {
  font-size: 13px;
}
.post.--user .post__desc {
  font-size: 14px;
}
.post.--user .post__ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 575px) {
  .post.--user .post__ct {
    display: block;
  }
  .post.--user .post__img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.post:hover .post__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.post:hover .post__title a {
  color: var(--color-2nd);
}

.sb-nav__item {
  display: block;
  padding: 15px 20px;
  position: relative;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 10px;
}
.sb-nav__item:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: var(--primary);
  opacity: 0.15;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sb-nav__item:hover:before {
  opacity: 0.3;
}

.sb-banner {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.sb-banner img {
  width: 100%;
}

.sponsor {
  display: block;
  background-color: #fff;
  padding-top: 70%;
  max-height: 150px;
  position: relative;
  -webkit-box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.sponsor img {
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 10px;
  left: 10px;
  margin: auto;
  max-width: 75%;
  max-height: 75%;
}

.course {
  margin-bottom: 40px;
}
.course__img {
  padding-top: 60%;
  margin-bottom: 20px;
  border-radius: 0 20px 0 20px;
  overflow: hidden;
}
.course__img img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.course__img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.course__title {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 15px;
  color: var(--primary);
}
.course__title a:hover {
  color: var(--color-2nd);
}
.course__desc {
  line-height: 1.6;
  margin-bottom: 20px;
}
.register {
  background-color: var(--primary);
  color: #fff;
  padding: 40px 0;
  margin-top: 40px;
}
.register__title {
  font-weight: bold;
  font-size: 24px;
}
.register__select {
  height: 44px;
  border: 0;
  border-radius: 0 12px 0 12px;
  padding-right: 40px;
  min-width: 250px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAJCAQAAABHhr7cAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAGs2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDggNzkuMTY0MDM2LCAyMDE5LzA4LzEzLTAxOjA2OjU3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjEuMCAoTWFjaW50b3NoKSIgeG1wOkNyZWF0ZURhdGU9IjIwMjAtMDMtMThUMTI6MDM6MzMrMDc6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDIwLTAzLTE4VDEyOjE1OjUzKzA3OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIwLTAzLTE4VDEyOjE1OjUzKzA3OjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMSIgcGhvdG9zaG9wOklDQ1Byb2ZpbGU9IkRvdCBHYWluIDIwJSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDplOWI2MGQ2NC00YzYzLTQ0ZjItYWQ1Yy01Y2JjNDRkYTRmMTMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTRjOWQyYzktMzY3Zi00NzBlLWFlNTctMTg1ZTJkOTU0NWVkIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6OTRjOWQyYzktMzY3Zi00NzBlLWFlNTctMTg1ZTJkOTU0NWVkIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo5NGM5ZDJjOS0zNjdmLTQ3MGUtYWU1Ny0xODVlMmQ5NTQ1ZWQiIHN0RXZ0OndoZW49IjIwMjAtMDMtMThUMTI6MDM6MzMrMDc6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMS4wIChNYWNpbnRvc2gpIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDozYjE3N2ZiNy05OWQ2LTQ2MzUtYTFiNC0yYmNiNmRhYTI0M2UiIHN0RXZ0OndoZW49IjIwMjAtMDMtMThUMTI6MDU6NDkrMDc6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMS4wIChNYWNpbnRvc2gpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDplOWI2MGQ2NC00YzYzLTQ0ZjItYWQ1Yy01Y2JjNDRkYTRmMTMiIHN0RXZ0OndoZW49IjIwMjAtMDMtMThUMTI6MTU6NTMrMDc6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMS4wIChNYWNpbnRvc2gpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoUL5BoAAACdSURBVBiVbc29asJgAIXhJx916UUUcemSkNZZ/EGE2qVT76z0FgTvwMW4KliEbq0oBISS1ZCxOIi1iGd8n+FE2buxmWvreg1SE80r+GjiIRj4shRf4L2ltaeg0rYwl/7DxMKHtn2Uwa2VO7E1aPhUSJQEUOn5NtNAXSbXUXJidvp+Tb2YqunJjzn8/RU6GLnR8nOKZ2br2ZuhzTkdAKHFJlEyhNBJAAAAAElFTkSuQmCC");
  background-color: #fff;
  background-position: right 16px top 18px;
  background-repeat: no-repeat;
  background-size: 14px auto;
  text-indent: 1px;
  text-overflow: "";
  font-weight: 600;
}

.photos {
  margin-top: 80px;
  margin-bottom: 60px;
}
.photos__box {
  padding: 50px;
  position: relative;
  z-index: -1;
}
.photos__box:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0 2vw 0 2vw;
  z-index: -1;
  background-color: var(--primary);
  opacity: 0.1;
}
.photos__item {
  border: solid 4px #fff;
  padding-top: 75%;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center;
  border-radius: 0 20px 0 20px;
}
.photos__item.--hoz {
  padding-top: 40%;
}
.photos__item.--md {
  padding-top: 62.5%;
}
.photos__item__label {
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 20px;
  color: #fff;
  text-align: center;
  padding: 5px 15px;
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 13px;
  font-weight: 600;
  border-radius: 8px 0 0 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.photos__item:after {
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: solid 2px #fff;
  background-color: rgba(0, 0, 0, 0.3);
  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;
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.photos__item:hover .photos__item__label {
  opacity: 0;
}
.photos__item:hover:after {
  opacity: 1;
}

.modal .md-close {
  width: 44px;
  height: 44px;
  background-color: rgba(255, 255, 255, 0.2);
  border: solid 2px #fff;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  color: #fff;
  font-size: 20px;
  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;
  position: absolute;
  bottom: -60px;
  left: 50%;
  margin-left: -22px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modal .md-close:hover {
  background-color: rgba(255, 255, 255, 0.7);
  color: var(--color-2nd);
}
.modal .md-close:after {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  cursor: pointer;
}

.log-form__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.log-form__tab__item {
  padding: 12px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #e1e1e1;
  font-weight: bold;
  color: #787878;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.log-form__tab__item.active {
  background-color: #fff;
  color: var(--primary);
}
.log-form__tab__item:hover {
  color: var(--primary);
}
.log-form .login-remember {
  display: none;
}
.log-form label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}
.log-form label:after {
  content: "*";
  color: red;
  margin-left: 7px;
}
.log-form input {
  width: 100%;
  height: 40px;
  border: solid 1px #e1e1e1;
  padding: 0 15px;
}
.log-form input[type=submit] {
  border: 0;
  background-color: var(--primary);
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
}
.log-form p, .log-form__line {
  margin-bottom: 20px;
  position: relative;
}
.log-form__error {
  display: block;
  color: red;
  font-size: 12px;
  line-height: 1.1;
  margin-top: -9px;
  background-color: #fff;
  padding-right: 5px;
  position: absolute;
}
.log-form__loading {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  display: none;
}
.log-form__loading.--show {
  display: block;
}
.log-form__loading:after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border-radius: 50%;
  border: solid 4px var(--primary);
  border-right-color: transparent;
  -webkit-animation: loading 1s linear infinite;
          animation: loading 1s linear infinite;
}
.log-form__result {
  position: absolute;
  top: 40px;
  left: 25px;
  right: 25px;
  background: #fff;
  color: #50a14f;
  padding: 20px;
  -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.25);
  text-align: center;
  display: none;
  font-weight: 600;
}
.log-form__result.--show {
  display: block;
}
.log-form__result:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  font-weight: normal;
  width: 40px;
  height: 40px;
  padding-left: 2px;
  border-radius: 50%;
  border: solid 2px;
  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;
  margin: 0 auto 20px auto;
}

@-webkit-keyframes loading {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loading {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.sb-widget .post__title {
  font-size: 13px;
}
.sb-widget .post.--line {
  padding-bottom: 15px;
}

.about-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #e1e1e1;
  width: 100%;
}
.about-tab__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 0;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: var(--primary);
  font-size: 16px;
  line-height: 1.3;
  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;
}
.about-tab__item.--active {
  background-color: var(--primary);
  color: #fff;
}
@media all and (max-width: 575px) {
  .about-tab__item {
    font-size: 13px;
  }
}

.about-content__item {
  display: none;
}
.about-content__item.--active {
  display: block;
}

.member {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: dashed 1px #e1e1e1;
}
.member:last-child {
  border-bottom: 0;
}
.member__link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.member__avatar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  margin-right: 25px;
}
.member__avatar:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.member__ct {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.member__qr {
  width: 100px;
  height: 100px;
  border: solid 4px #fff;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}
.member__name {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 20px;
  color: var(--primary);
}
.member__info {
  color: #A9B2C8;
  margin-bottom: 8px;
}
.member__info i {
  display: inline-block;
  width: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  text-align: center;
  margin-top: 3px;
}
.member__info span {
  color: var(--primary);
  margin-left: 6px;
}
.member__type {
  color: var(--primary);
}
@media all and (max-width: 767px) {
  .member {
    display: block;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .member__avatar {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .member__qr {
    width: 80px;
    height: 80px;
  }
}

.mDetail__avatar {
  margin-bottom: 30px;
  overflow: hidden;
}
.mDetail__avatar:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.mDetail__qr {
  border: solid 10px #fff;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mDetail__info {
  font-size: 16px;
  margin-bottom: 15px;
  color: #666;
  margin-bottom: 8px;
}
.mDetail__info i {
  display: inline-block;
  width: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  text-align: center;
  margin-top: 3px;
  margin-right: 10px;
}
.mDetail__info span {
  color: var(--primary);
  margin-left: 6px;
  font-weight: 500;
}
@media all and (max-width: 767px) {
  .mDetail__info {
    font-size: 14px;
  }
}

.pay-member-fee {
  text-align: center;
  font-weight: bold;
  color: var(--primary);
  display: block;
}

.bank {
  text-align: center;
  margin: 15px;
  border-top: solid 1px #e1e1e1;
  padding: 15px 0;
}
.bank__account {
  font-weight: bold;
  margin-bottom: 5px;
  color: var(--primary);
}
.bank__account span {
  font-size: 16px;
}
.bank__name {
  font-weight: 500;
}
.bank__qr {
  margin-bottom: 15px;
}
.bank__qr img {
  height: 150px;
}
.bank__btn {
  display: inline-block;
  padding: 8px 20px;
  color: #fff;
  background: var(--primary);
  border-radius: 3px;
  color: #fff;
  font-weight: 600;
}
.bank__btn:hover {
  color: #fff;
  opacity: 0.8;
}

.contact {
  padding-top: 20px;
  padding-bottom: 70px;
}
.contact__brand {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
}
.contact__brand span {
  color: var(--primary);
}
.contact__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
}
.contact__info__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 8px;
  background: rgba(0, 0, 0, 0.1);
  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__info__icon i {
  font-size: 10px;
}
.contact__form {
  margin-top: 30px;
}
.contact__form__input {
  margin-bottom: 15px;
}
.contact__form__input input {
  width: 100%;
  height: 42px;
  border: solid 1px #e1e1e1;
  border-radius: 5px;
  padding: 0 16px;
}
.contact__form__input textarea {
  width: 100%;
  height: 120px;
  border: solid 1px #e1e1e1;
  border-radius: 5px;
  padding: 10px 16px;
}
.contact__form__submit button, .contact__form__submit input {
  height: 42px;
  background: var(--primary);
  border-radius: 5px;
  padding: 0 30px;
  color: #fff;
  border: 0;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.contact__form__submit button:hover, .contact__form__submit input:hover {
  background: var(--primary);
}
@media all and (max-width: 991px) {
  .contact {
    padding: 50px 0;
  }
}

.map iframe {
  display: block;
  height: 500px;
  width: 100%;
}
@media all and (max-width: 991px) {
  .map {
    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-07 {
  margin-bottom: 07px !important;
}

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

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

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

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

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

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

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

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

.mg-07 {
  margin: 07px !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-09 {
  margin-bottom: 09px !important;
}

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

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

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

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

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

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

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

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

.mg-09 {
  margin: 09px !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-11 {
  margin-bottom: 11px !important;
}

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

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

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

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

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

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

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

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

.mg-11 {
  margin: 11px !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-13 {
  margin-bottom: 13px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mg-14 {
  margin: 14px !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-17 {
  margin-bottom: 17px !important;
}

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

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

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

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

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

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

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

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

.mg-17 {
  margin: 17px !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-19 {
  margin-bottom: 19px !important;
}

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

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

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

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

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

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

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

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

.mg-19 {
  margin: 19px !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-25 {
  margin-bottom: 25px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mg-100 {
  margin: 100px !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-07 {
    margin-top: 07px !important;
  }
  .mr-xl-07 {
    margin-right: 07px !important;
  }
  .mb-xl-07 {
    margin-bottom: 07px !important;
  }
  .ml-xl-07 {
    margin-left: 07px !important;
  }
  .pt-xl-07 {
    padding-top: 07px !important;
  }
  .pr-xl-07 {
    padding-right: 07px !important;
  }
  .pb-xl-07 {
    padding-bottom: 07px !important;
  }
  .pl-xl-07 {
    padding-left: 07px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-n07 {
    margin-top: -07px !important;
  }
  .mr-xl-n07 {
    margin-right: -07px !important;
  }
  .mb-xl-n07 {
    margin-bottom: -07px !important;
  }
  .ml-xl-n07 {
    margin-left: -07px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-07 {
    margin-top: 07px !important;
  }
  .mr-lg-07 {
    margin-right: 07px !important;
  }
  .mb-lg-07 {
    margin-bottom: 07px !important;
  }
  .ml-lg-07 {
    margin-left: 07px !important;
  }
  .pt-lg-07 {
    padding-top: 07px !important;
  }
  .pr-lg-07 {
    padding-right: 07px !important;
  }
  .pb-lg-07 {
    padding-bottom: 07px !important;
  }
  .pl-lg-07 {
    padding-left: 07px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-n07 {
    margin-top: -07px !important;
  }
  .mr-lg-n07 {
    margin-right: -07px !important;
  }
  .mb-lg-n07 {
    margin-bottom: -07px !important;
  }
  .ml-lg-n07 {
    margin-left: -07px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-07 {
    margin-top: 07px !important;
  }
  .mr-md-07 {
    margin-right: 07px !important;
  }
  .mb-md-07 {
    margin-bottom: 07px !important;
  }
  .ml-md-07 {
    margin-left: 07px !important;
  }
  .pt-md-07 {
    padding-top: 07px !important;
  }
  .pr-md-07 {
    padding-right: 07px !important;
  }
  .pb-md-07 {
    padding-bottom: 07px !important;
  }
  .pl-md-07 {
    padding-left: 07px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-n07 {
    margin-top: -07px !important;
  }
  .mr-md-n07 {
    margin-right: -07px !important;
  }
  .mb-md-n07 {
    margin-bottom: -07px !important;
  }
  .ml-md-n07 {
    margin-left: -07px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-07 {
    margin-top: 07px !important;
  }
  .mr-sm-07 {
    margin-right: 07px !important;
  }
  .mb-sm-07 {
    margin-bottom: 07px !important;
  }
  .ml-sm-07 {
    margin-left: 07px !important;
  }
  .pt-sm-07 {
    padding-top: 07px !important;
  }
  .pr-sm-07 {
    padding-right: 07px !important;
  }
  .pb-sm-07 {
    padding-bottom: 07px !important;
  }
  .pl-sm-07 {
    padding-left: 07px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-n07 {
    margin-top: -07px !important;
  }
  .mr-sm-n07 {
    margin-right: -07px !important;
  }
  .mb-sm-n07 {
    margin-bottom: -07px !important;
  }
  .ml-sm-n07 {
    margin-left: -07px !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-09 {
    margin-top: 09px !important;
  }
  .mr-xl-09 {
    margin-right: 09px !important;
  }
  .mb-xl-09 {
    margin-bottom: 09px !important;
  }
  .ml-xl-09 {
    margin-left: 09px !important;
  }
  .pt-xl-09 {
    padding-top: 09px !important;
  }
  .pr-xl-09 {
    padding-right: 09px !important;
  }
  .pb-xl-09 {
    padding-bottom: 09px !important;
  }
  .pl-xl-09 {
    padding-left: 09px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-n09 {
    margin-top: -09px !important;
  }
  .mr-xl-n09 {
    margin-right: -09px !important;
  }
  .mb-xl-n09 {
    margin-bottom: -09px !important;
  }
  .ml-xl-n09 {
    margin-left: -09px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-09 {
    margin-top: 09px !important;
  }
  .mr-lg-09 {
    margin-right: 09px !important;
  }
  .mb-lg-09 {
    margin-bottom: 09px !important;
  }
  .ml-lg-09 {
    margin-left: 09px !important;
  }
  .pt-lg-09 {
    padding-top: 09px !important;
  }
  .pr-lg-09 {
    padding-right: 09px !important;
  }
  .pb-lg-09 {
    padding-bottom: 09px !important;
  }
  .pl-lg-09 {
    padding-left: 09px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-n09 {
    margin-top: -09px !important;
  }
  .mr-lg-n09 {
    margin-right: -09px !important;
  }
  .mb-lg-n09 {
    margin-bottom: -09px !important;
  }
  .ml-lg-n09 {
    margin-left: -09px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-09 {
    margin-top: 09px !important;
  }
  .mr-md-09 {
    margin-right: 09px !important;
  }
  .mb-md-09 {
    margin-bottom: 09px !important;
  }
  .ml-md-09 {
    margin-left: 09px !important;
  }
  .pt-md-09 {
    padding-top: 09px !important;
  }
  .pr-md-09 {
    padding-right: 09px !important;
  }
  .pb-md-09 {
    padding-bottom: 09px !important;
  }
  .pl-md-09 {
    padding-left: 09px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-n09 {
    margin-top: -09px !important;
  }
  .mr-md-n09 {
    margin-right: -09px !important;
  }
  .mb-md-n09 {
    margin-bottom: -09px !important;
  }
  .ml-md-n09 {
    margin-left: -09px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-09 {
    margin-top: 09px !important;
  }
  .mr-sm-09 {
    margin-right: 09px !important;
  }
  .mb-sm-09 {
    margin-bottom: 09px !important;
  }
  .ml-sm-09 {
    margin-left: 09px !important;
  }
  .pt-sm-09 {
    padding-top: 09px !important;
  }
  .pr-sm-09 {
    padding-right: 09px !important;
  }
  .pb-sm-09 {
    padding-bottom: 09px !important;
  }
  .pl-sm-09 {
    padding-left: 09px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-n09 {
    margin-top: -09px !important;
  }
  .mr-sm-n09 {
    margin-right: -09px !important;
  }
  .mb-sm-n09 {
    margin-bottom: -09px !important;
  }
  .ml-sm-n09 {
    margin-left: -09px !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-11 {
    margin-top: 11px !important;
  }
  .mr-xl-11 {
    margin-right: 11px !important;
  }
  .mb-xl-11 {
    margin-bottom: 11px !important;
  }
  .ml-xl-11 {
    margin-left: 11px !important;
  }
  .pt-xl-11 {
    padding-top: 11px !important;
  }
  .pr-xl-11 {
    padding-right: 11px !important;
  }
  .pb-xl-11 {
    padding-bottom: 11px !important;
  }
  .pl-xl-11 {
    padding-left: 11px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-n11 {
    margin-top: -11px !important;
  }
  .mr-xl-n11 {
    margin-right: -11px !important;
  }
  .mb-xl-n11 {
    margin-bottom: -11px !important;
  }
  .ml-xl-n11 {
    margin-left: -11px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-11 {
    margin-top: 11px !important;
  }
  .mr-lg-11 {
    margin-right: 11px !important;
  }
  .mb-lg-11 {
    margin-bottom: 11px !important;
  }
  .ml-lg-11 {
    margin-left: 11px !important;
  }
  .pt-lg-11 {
    padding-top: 11px !important;
  }
  .pr-lg-11 {
    padding-right: 11px !important;
  }
  .pb-lg-11 {
    padding-bottom: 11px !important;
  }
  .pl-lg-11 {
    padding-left: 11px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-n11 {
    margin-top: -11px !important;
  }
  .mr-lg-n11 {
    margin-right: -11px !important;
  }
  .mb-lg-n11 {
    margin-bottom: -11px !important;
  }
  .ml-lg-n11 {
    margin-left: -11px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-11 {
    margin-top: 11px !important;
  }
  .mr-md-11 {
    margin-right: 11px !important;
  }
  .mb-md-11 {
    margin-bottom: 11px !important;
  }
  .ml-md-11 {
    margin-left: 11px !important;
  }
  .pt-md-11 {
    padding-top: 11px !important;
  }
  .pr-md-11 {
    padding-right: 11px !important;
  }
  .pb-md-11 {
    padding-bottom: 11px !important;
  }
  .pl-md-11 {
    padding-left: 11px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-n11 {
    margin-top: -11px !important;
  }
  .mr-md-n11 {
    margin-right: -11px !important;
  }
  .mb-md-n11 {
    margin-bottom: -11px !important;
  }
  .ml-md-n11 {
    margin-left: -11px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-11 {
    margin-top: 11px !important;
  }
  .mr-sm-11 {
    margin-right: 11px !important;
  }
  .mb-sm-11 {
    margin-bottom: 11px !important;
  }
  .ml-sm-11 {
    margin-left: 11px !important;
  }
  .pt-sm-11 {
    padding-top: 11px !important;
  }
  .pr-sm-11 {
    padding-right: 11px !important;
  }
  .pb-sm-11 {
    padding-bottom: 11px !important;
  }
  .pl-sm-11 {
    padding-left: 11px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-n11 {
    margin-top: -11px !important;
  }
  .mr-sm-n11 {
    margin-right: -11px !important;
  }
  .mb-sm-n11 {
    margin-bottom: -11px !important;
  }
  .ml-sm-n11 {
    margin-left: -11px !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-13 {
    margin-top: 13px !important;
  }
  .mr-xl-13 {
    margin-right: 13px !important;
  }
  .mb-xl-13 {
    margin-bottom: 13px !important;
  }
  .ml-xl-13 {
    margin-left: 13px !important;
  }
  .pt-xl-13 {
    padding-top: 13px !important;
  }
  .pr-xl-13 {
    padding-right: 13px !important;
  }
  .pb-xl-13 {
    padding-bottom: 13px !important;
  }
  .pl-xl-13 {
    padding-left: 13px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-n13 {
    margin-top: -13px !important;
  }
  .mr-xl-n13 {
    margin-right: -13px !important;
  }
  .mb-xl-n13 {
    margin-bottom: -13px !important;
  }
  .ml-xl-n13 {
    margin-left: -13px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-13 {
    margin-top: 13px !important;
  }
  .mr-lg-13 {
    margin-right: 13px !important;
  }
  .mb-lg-13 {
    margin-bottom: 13px !important;
  }
  .ml-lg-13 {
    margin-left: 13px !important;
  }
  .pt-lg-13 {
    padding-top: 13px !important;
  }
  .pr-lg-13 {
    padding-right: 13px !important;
  }
  .pb-lg-13 {
    padding-bottom: 13px !important;
  }
  .pl-lg-13 {
    padding-left: 13px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-n13 {
    margin-top: -13px !important;
  }
  .mr-lg-n13 {
    margin-right: -13px !important;
  }
  .mb-lg-n13 {
    margin-bottom: -13px !important;
  }
  .ml-lg-n13 {
    margin-left: -13px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-13 {
    margin-top: 13px !important;
  }
  .mr-md-13 {
    margin-right: 13px !important;
  }
  .mb-md-13 {
    margin-bottom: 13px !important;
  }
  .ml-md-13 {
    margin-left: 13px !important;
  }
  .pt-md-13 {
    padding-top: 13px !important;
  }
  .pr-md-13 {
    padding-right: 13px !important;
  }
  .pb-md-13 {
    padding-bottom: 13px !important;
  }
  .pl-md-13 {
    padding-left: 13px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-n13 {
    margin-top: -13px !important;
  }
  .mr-md-n13 {
    margin-right: -13px !important;
  }
  .mb-md-n13 {
    margin-bottom: -13px !important;
  }
  .ml-md-n13 {
    margin-left: -13px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-13 {
    margin-top: 13px !important;
  }
  .mr-sm-13 {
    margin-right: 13px !important;
  }
  .mb-sm-13 {
    margin-bottom: 13px !important;
  }
  .ml-sm-13 {
    margin-left: 13px !important;
  }
  .pt-sm-13 {
    padding-top: 13px !important;
  }
  .pr-sm-13 {
    padding-right: 13px !important;
  }
  .pb-sm-13 {
    padding-bottom: 13px !important;
  }
  .pl-sm-13 {
    padding-left: 13px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-n13 {
    margin-top: -13px !important;
  }
  .mr-sm-n13 {
    margin-right: -13px !important;
  }
  .mb-sm-n13 {
    margin-bottom: -13px !important;
  }
  .ml-sm-n13 {
    margin-left: -13px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-14 {
    margin-top: 14px !important;
  }
  .mr-xl-14 {
    margin-right: 14px !important;
  }
  .mb-xl-14 {
    margin-bottom: 14px !important;
  }
  .ml-xl-14 {
    margin-left: 14px !important;
  }
  .pt-xl-14 {
    padding-top: 14px !important;
  }
  .pr-xl-14 {
    padding-right: 14px !important;
  }
  .pb-xl-14 {
    padding-bottom: 14px !important;
  }
  .pl-xl-14 {
    padding-left: 14px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-n14 {
    margin-top: -14px !important;
  }
  .mr-xl-n14 {
    margin-right: -14px !important;
  }
  .mb-xl-n14 {
    margin-bottom: -14px !important;
  }
  .ml-xl-n14 {
    margin-left: -14px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-14 {
    margin-top: 14px !important;
  }
  .mr-lg-14 {
    margin-right: 14px !important;
  }
  .mb-lg-14 {
    margin-bottom: 14px !important;
  }
  .ml-lg-14 {
    margin-left: 14px !important;
  }
  .pt-lg-14 {
    padding-top: 14px !important;
  }
  .pr-lg-14 {
    padding-right: 14px !important;
  }
  .pb-lg-14 {
    padding-bottom: 14px !important;
  }
  .pl-lg-14 {
    padding-left: 14px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-n14 {
    margin-top: -14px !important;
  }
  .mr-lg-n14 {
    margin-right: -14px !important;
  }
  .mb-lg-n14 {
    margin-bottom: -14px !important;
  }
  .ml-lg-n14 {
    margin-left: -14px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-14 {
    margin-top: 14px !important;
  }
  .mr-md-14 {
    margin-right: 14px !important;
  }
  .mb-md-14 {
    margin-bottom: 14px !important;
  }
  .ml-md-14 {
    margin-left: 14px !important;
  }
  .pt-md-14 {
    padding-top: 14px !important;
  }
  .pr-md-14 {
    padding-right: 14px !important;
  }
  .pb-md-14 {
    padding-bottom: 14px !important;
  }
  .pl-md-14 {
    padding-left: 14px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-n14 {
    margin-top: -14px !important;
  }
  .mr-md-n14 {
    margin-right: -14px !important;
  }
  .mb-md-n14 {
    margin-bottom: -14px !important;
  }
  .ml-md-n14 {
    margin-left: -14px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-14 {
    margin-top: 14px !important;
  }
  .mr-sm-14 {
    margin-right: 14px !important;
  }
  .mb-sm-14 {
    margin-bottom: 14px !important;
  }
  .ml-sm-14 {
    margin-left: 14px !important;
  }
  .pt-sm-14 {
    padding-top: 14px !important;
  }
  .pr-sm-14 {
    padding-right: 14px !important;
  }
  .pb-sm-14 {
    padding-bottom: 14px !important;
  }
  .pl-sm-14 {
    padding-left: 14px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-n14 {
    margin-top: -14px !important;
  }
  .mr-sm-n14 {
    margin-right: -14px !important;
  }
  .mb-sm-n14 {
    margin-bottom: -14px !important;
  }
  .ml-sm-n14 {
    margin-left: -14px !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-17 {
    margin-top: 17px !important;
  }
  .mr-xl-17 {
    margin-right: 17px !important;
  }
  .mb-xl-17 {
    margin-bottom: 17px !important;
  }
  .ml-xl-17 {
    margin-left: 17px !important;
  }
  .pt-xl-17 {
    padding-top: 17px !important;
  }
  .pr-xl-17 {
    padding-right: 17px !important;
  }
  .pb-xl-17 {
    padding-bottom: 17px !important;
  }
  .pl-xl-17 {
    padding-left: 17px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-n17 {
    margin-top: -17px !important;
  }
  .mr-xl-n17 {
    margin-right: -17px !important;
  }
  .mb-xl-n17 {
    margin-bottom: -17px !important;
  }
  .ml-xl-n17 {
    margin-left: -17px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-17 {
    margin-top: 17px !important;
  }
  .mr-lg-17 {
    margin-right: 17px !important;
  }
  .mb-lg-17 {
    margin-bottom: 17px !important;
  }
  .ml-lg-17 {
    margin-left: 17px !important;
  }
  .pt-lg-17 {
    padding-top: 17px !important;
  }
  .pr-lg-17 {
    padding-right: 17px !important;
  }
  .pb-lg-17 {
    padding-bottom: 17px !important;
  }
  .pl-lg-17 {
    padding-left: 17px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-n17 {
    margin-top: -17px !important;
  }
  .mr-lg-n17 {
    margin-right: -17px !important;
  }
  .mb-lg-n17 {
    margin-bottom: -17px !important;
  }
  .ml-lg-n17 {
    margin-left: -17px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-17 {
    margin-top: 17px !important;
  }
  .mr-md-17 {
    margin-right: 17px !important;
  }
  .mb-md-17 {
    margin-bottom: 17px !important;
  }
  .ml-md-17 {
    margin-left: 17px !important;
  }
  .pt-md-17 {
    padding-top: 17px !important;
  }
  .pr-md-17 {
    padding-right: 17px !important;
  }
  .pb-md-17 {
    padding-bottom: 17px !important;
  }
  .pl-md-17 {
    padding-left: 17px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-n17 {
    margin-top: -17px !important;
  }
  .mr-md-n17 {
    margin-right: -17px !important;
  }
  .mb-md-n17 {
    margin-bottom: -17px !important;
  }
  .ml-md-n17 {
    margin-left: -17px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-17 {
    margin-top: 17px !important;
  }
  .mr-sm-17 {
    margin-right: 17px !important;
  }
  .mb-sm-17 {
    margin-bottom: 17px !important;
  }
  .ml-sm-17 {
    margin-left: 17px !important;
  }
  .pt-sm-17 {
    padding-top: 17px !important;
  }
  .pr-sm-17 {
    padding-right: 17px !important;
  }
  .pb-sm-17 {
    padding-bottom: 17px !important;
  }
  .pl-sm-17 {
    padding-left: 17px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-n17 {
    margin-top: -17px !important;
  }
  .mr-sm-n17 {
    margin-right: -17px !important;
  }
  .mb-sm-n17 {
    margin-bottom: -17px !important;
  }
  .ml-sm-n17 {
    margin-left: -17px !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-19 {
    margin-top: 19px !important;
  }
  .mr-xl-19 {
    margin-right: 19px !important;
  }
  .mb-xl-19 {
    margin-bottom: 19px !important;
  }
  .ml-xl-19 {
    margin-left: 19px !important;
  }
  .pt-xl-19 {
    padding-top: 19px !important;
  }
  .pr-xl-19 {
    padding-right: 19px !important;
  }
  .pb-xl-19 {
    padding-bottom: 19px !important;
  }
  .pl-xl-19 {
    padding-left: 19px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-n19 {
    margin-top: -19px !important;
  }
  .mr-xl-n19 {
    margin-right: -19px !important;
  }
  .mb-xl-n19 {
    margin-bottom: -19px !important;
  }
  .ml-xl-n19 {
    margin-left: -19px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-19 {
    margin-top: 19px !important;
  }
  .mr-lg-19 {
    margin-right: 19px !important;
  }
  .mb-lg-19 {
    margin-bottom: 19px !important;
  }
  .ml-lg-19 {
    margin-left: 19px !important;
  }
  .pt-lg-19 {
    padding-top: 19px !important;
  }
  .pr-lg-19 {
    padding-right: 19px !important;
  }
  .pb-lg-19 {
    padding-bottom: 19px !important;
  }
  .pl-lg-19 {
    padding-left: 19px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-n19 {
    margin-top: -19px !important;
  }
  .mr-lg-n19 {
    margin-right: -19px !important;
  }
  .mb-lg-n19 {
    margin-bottom: -19px !important;
  }
  .ml-lg-n19 {
    margin-left: -19px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-19 {
    margin-top: 19px !important;
  }
  .mr-md-19 {
    margin-right: 19px !important;
  }
  .mb-md-19 {
    margin-bottom: 19px !important;
  }
  .ml-md-19 {
    margin-left: 19px !important;
  }
  .pt-md-19 {
    padding-top: 19px !important;
  }
  .pr-md-19 {
    padding-right: 19px !important;
  }
  .pb-md-19 {
    padding-bottom: 19px !important;
  }
  .pl-md-19 {
    padding-left: 19px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-n19 {
    margin-top: -19px !important;
  }
  .mr-md-n19 {
    margin-right: -19px !important;
  }
  .mb-md-n19 {
    margin-bottom: -19px !important;
  }
  .ml-md-n19 {
    margin-left: -19px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-19 {
    margin-top: 19px !important;
  }
  .mr-sm-19 {
    margin-right: 19px !important;
  }
  .mb-sm-19 {
    margin-bottom: 19px !important;
  }
  .ml-sm-19 {
    margin-left: 19px !important;
  }
  .pt-sm-19 {
    padding-top: 19px !important;
  }
  .pr-sm-19 {
    padding-right: 19px !important;
  }
  .pb-sm-19 {
    padding-bottom: 19px !important;
  }
  .pl-sm-19 {
    padding-left: 19px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-n19 {
    margin-top: -19px !important;
  }
  .mr-sm-n19 {
    margin-right: -19px !important;
  }
  .mb-sm-n19 {
    margin-bottom: -19px !important;
  }
  .ml-sm-n19 {
    margin-left: -19px !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-25 {
    margin-top: 25px !important;
  }
  .mr-xl-25 {
    margin-right: 25px !important;
  }
  .mb-xl-25 {
    margin-bottom: 25px !important;
  }
  .ml-xl-25 {
    margin-left: 25px !important;
  }
  .pt-xl-25 {
    padding-top: 25px !important;
  }
  .pr-xl-25 {
    padding-right: 25px !important;
  }
  .pb-xl-25 {
    padding-bottom: 25px !important;
  }
  .pl-xl-25 {
    padding-left: 25px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-n25 {
    margin-top: -25px !important;
  }
  .mr-xl-n25 {
    margin-right: -25px !important;
  }
  .mb-xl-n25 {
    margin-bottom: -25px !important;
  }
  .ml-xl-n25 {
    margin-left: -25px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-25 {
    margin-top: 25px !important;
  }
  .mr-lg-25 {
    margin-right: 25px !important;
  }
  .mb-lg-25 {
    margin-bottom: 25px !important;
  }
  .ml-lg-25 {
    margin-left: 25px !important;
  }
  .pt-lg-25 {
    padding-top: 25px !important;
  }
  .pr-lg-25 {
    padding-right: 25px !important;
  }
  .pb-lg-25 {
    padding-bottom: 25px !important;
  }
  .pl-lg-25 {
    padding-left: 25px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-n25 {
    margin-top: -25px !important;
  }
  .mr-lg-n25 {
    margin-right: -25px !important;
  }
  .mb-lg-n25 {
    margin-bottom: -25px !important;
  }
  .ml-lg-n25 {
    margin-left: -25px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-25 {
    margin-top: 25px !important;
  }
  .mr-md-25 {
    margin-right: 25px !important;
  }
  .mb-md-25 {
    margin-bottom: 25px !important;
  }
  .ml-md-25 {
    margin-left: 25px !important;
  }
  .pt-md-25 {
    padding-top: 25px !important;
  }
  .pr-md-25 {
    padding-right: 25px !important;
  }
  .pb-md-25 {
    padding-bottom: 25px !important;
  }
  .pl-md-25 {
    padding-left: 25px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-n25 {
    margin-top: -25px !important;
  }
  .mr-md-n25 {
    margin-right: -25px !important;
  }
  .mb-md-n25 {
    margin-bottom: -25px !important;
  }
  .ml-md-n25 {
    margin-left: -25px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-25 {
    margin-top: 25px !important;
  }
  .mr-sm-25 {
    margin-right: 25px !important;
  }
  .mb-sm-25 {
    margin-bottom: 25px !important;
  }
  .ml-sm-25 {
    margin-left: 25px !important;
  }
  .pt-sm-25 {
    padding-top: 25px !important;
  }
  .pr-sm-25 {
    padding-right: 25px !important;
  }
  .pb-sm-25 {
    padding-bottom: 25px !important;
  }
  .pl-sm-25 {
    padding-left: 25px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-n25 {
    margin-top: -25px !important;
  }
  .mr-sm-n25 {
    margin-right: -25px !important;
  }
  .mb-sm-n25 {
    margin-bottom: -25px !important;
  }
  .ml-sm-n25 {
    margin-left: -25px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-28 {
    margin-top: 28px !important;
  }
  .mr-xl-28 {
    margin-right: 28px !important;
  }
  .mb-xl-28 {
    margin-bottom: 28px !important;
  }
  .ml-xl-28 {
    margin-left: 28px !important;
  }
  .pt-xl-28 {
    padding-top: 28px !important;
  }
  .pr-xl-28 {
    padding-right: 28px !important;
  }
  .pb-xl-28 {
    padding-bottom: 28px !important;
  }
  .pl-xl-28 {
    padding-left: 28px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-n28 {
    margin-top: -28px !important;
  }
  .mr-xl-n28 {
    margin-right: -28px !important;
  }
  .mb-xl-n28 {
    margin-bottom: -28px !important;
  }
  .ml-xl-n28 {
    margin-left: -28px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-28 {
    margin-top: 28px !important;
  }
  .mr-lg-28 {
    margin-right: 28px !important;
  }
  .mb-lg-28 {
    margin-bottom: 28px !important;
  }
  .ml-lg-28 {
    margin-left: 28px !important;
  }
  .pt-lg-28 {
    padding-top: 28px !important;
  }
  .pr-lg-28 {
    padding-right: 28px !important;
  }
  .pb-lg-28 {
    padding-bottom: 28px !important;
  }
  .pl-lg-28 {
    padding-left: 28px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-n28 {
    margin-top: -28px !important;
  }
  .mr-lg-n28 {
    margin-right: -28px !important;
  }
  .mb-lg-n28 {
    margin-bottom: -28px !important;
  }
  .ml-lg-n28 {
    margin-left: -28px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-28 {
    margin-top: 28px !important;
  }
  .mr-md-28 {
    margin-right: 28px !important;
  }
  .mb-md-28 {
    margin-bottom: 28px !important;
  }
  .ml-md-28 {
    margin-left: 28px !important;
  }
  .pt-md-28 {
    padding-top: 28px !important;
  }
  .pr-md-28 {
    padding-right: 28px !important;
  }
  .pb-md-28 {
    padding-bottom: 28px !important;
  }
  .pl-md-28 {
    padding-left: 28px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-n28 {
    margin-top: -28px !important;
  }
  .mr-md-n28 {
    margin-right: -28px !important;
  }
  .mb-md-n28 {
    margin-bottom: -28px !important;
  }
  .ml-md-n28 {
    margin-left: -28px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-28 {
    margin-top: 28px !important;
  }
  .mr-sm-28 {
    margin-right: 28px !important;
  }
  .mb-sm-28 {
    margin-bottom: 28px !important;
  }
  .ml-sm-28 {
    margin-left: 28px !important;
  }
  .pt-sm-28 {
    padding-top: 28px !important;
  }
  .pr-sm-28 {
    padding-right: 28px !important;
  }
  .pb-sm-28 {
    padding-bottom: 28px !important;
  }
  .pl-sm-28 {
    padding-left: 28px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-n28 {
    margin-top: -28px !important;
  }
  .mr-sm-n28 {
    margin-right: -28px !important;
  }
  .mb-sm-n28 {
    margin-bottom: -28px !important;
  }
  .ml-sm-n28 {
    margin-left: -28px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-30 {
    margin-top: 30px !important;
  }
  .mr-xl-30 {
    margin-right: 30px !important;
  }
  .mb-xl-30 {
    margin-bottom: 30px !important;
  }
  .ml-xl-30 {
    margin-left: 30px !important;
  }
  .pt-xl-30 {
    padding-top: 30px !important;
  }
  .pr-xl-30 {
    padding-right: 30px !important;
  }
  .pb-xl-30 {
    padding-bottom: 30px !important;
  }
  .pl-xl-30 {
    padding-left: 30px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-n30 {
    margin-top: -30px !important;
  }
  .mr-xl-n30 {
    margin-right: -30px !important;
  }
  .mb-xl-n30 {
    margin-bottom: -30px !important;
  }
  .ml-xl-n30 {
    margin-left: -30px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-30 {
    margin-top: 30px !important;
  }
  .mr-lg-30 {
    margin-right: 30px !important;
  }
  .mb-lg-30 {
    margin-bottom: 30px !important;
  }
  .ml-lg-30 {
    margin-left: 30px !important;
  }
  .pt-lg-30 {
    padding-top: 30px !important;
  }
  .pr-lg-30 {
    padding-right: 30px !important;
  }
  .pb-lg-30 {
    padding-bottom: 30px !important;
  }
  .pl-lg-30 {
    padding-left: 30px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-n30 {
    margin-top: -30px !important;
  }
  .mr-lg-n30 {
    margin-right: -30px !important;
  }
  .mb-lg-n30 {
    margin-bottom: -30px !important;
  }
  .ml-lg-n30 {
    margin-left: -30px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-30 {
    margin-top: 30px !important;
  }
  .mr-md-30 {
    margin-right: 30px !important;
  }
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
  .ml-md-30 {
    margin-left: 30px !important;
  }
  .pt-md-30 {
    padding-top: 30px !important;
  }
  .pr-md-30 {
    padding-right: 30px !important;
  }
  .pb-md-30 {
    padding-bottom: 30px !important;
  }
  .pl-md-30 {
    padding-left: 30px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-n30 {
    margin-top: -30px !important;
  }
  .mr-md-n30 {
    margin-right: -30px !important;
  }
  .mb-md-n30 {
    margin-bottom: -30px !important;
  }
  .ml-md-n30 {
    margin-left: -30px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-30 {
    margin-top: 30px !important;
  }
  .mr-sm-30 {
    margin-right: 30px !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .ml-sm-30 {
    margin-left: 30px !important;
  }
  .pt-sm-30 {
    padding-top: 30px !important;
  }
  .pr-sm-30 {
    padding-right: 30px !important;
  }
  .pb-sm-30 {
    padding-bottom: 30px !important;
  }
  .pl-sm-30 {
    padding-left: 30px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-n30 {
    margin-top: -30px !important;
  }
  .mr-sm-n30 {
    margin-right: -30px !important;
  }
  .mb-sm-n30 {
    margin-bottom: -30px !important;
  }
  .ml-sm-n30 {
    margin-left: -30px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-35 {
    margin-top: 35px !important;
  }
  .mr-xl-35 {
    margin-right: 35px !important;
  }
  .mb-xl-35 {
    margin-bottom: 35px !important;
  }
  .ml-xl-35 {
    margin-left: 35px !important;
  }
  .pt-xl-35 {
    padding-top: 35px !important;
  }
  .pr-xl-35 {
    padding-right: 35px !important;
  }
  .pb-xl-35 {
    padding-bottom: 35px !important;
  }
  .pl-xl-35 {
    padding-left: 35px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-n35 {
    margin-top: -35px !important;
  }
  .mr-xl-n35 {
    margin-right: -35px !important;
  }
  .mb-xl-n35 {
    margin-bottom: -35px !important;
  }
  .ml-xl-n35 {
    margin-left: -35px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-35 {
    margin-top: 35px !important;
  }
  .mr-lg-35 {
    margin-right: 35px !important;
  }
  .mb-lg-35 {
    margin-bottom: 35px !important;
  }
  .ml-lg-35 {
    margin-left: 35px !important;
  }
  .pt-lg-35 {
    padding-top: 35px !important;
  }
  .pr-lg-35 {
    padding-right: 35px !important;
  }
  .pb-lg-35 {
    padding-bottom: 35px !important;
  }
  .pl-lg-35 {
    padding-left: 35px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-n35 {
    margin-top: -35px !important;
  }
  .mr-lg-n35 {
    margin-right: -35px !important;
  }
  .mb-lg-n35 {
    margin-bottom: -35px !important;
  }
  .ml-lg-n35 {
    margin-left: -35px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-35 {
    margin-top: 35px !important;
  }
  .mr-md-35 {
    margin-right: 35px !important;
  }
  .mb-md-35 {
    margin-bottom: 35px !important;
  }
  .ml-md-35 {
    margin-left: 35px !important;
  }
  .pt-md-35 {
    padding-top: 35px !important;
  }
  .pr-md-35 {
    padding-right: 35px !important;
  }
  .pb-md-35 {
    padding-bottom: 35px !important;
  }
  .pl-md-35 {
    padding-left: 35px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-n35 {
    margin-top: -35px !important;
  }
  .mr-md-n35 {
    margin-right: -35px !important;
  }
  .mb-md-n35 {
    margin-bottom: -35px !important;
  }
  .ml-md-n35 {
    margin-left: -35px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-35 {
    margin-top: 35px !important;
  }
  .mr-sm-35 {
    margin-right: 35px !important;
  }
  .mb-sm-35 {
    margin-bottom: 35px !important;
  }
  .ml-sm-35 {
    margin-left: 35px !important;
  }
  .pt-sm-35 {
    padding-top: 35px !important;
  }
  .pr-sm-35 {
    padding-right: 35px !important;
  }
  .pb-sm-35 {
    padding-bottom: 35px !important;
  }
  .pl-sm-35 {
    padding-left: 35px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-n35 {
    margin-top: -35px !important;
  }
  .mr-sm-n35 {
    margin-right: -35px !important;
  }
  .mb-sm-n35 {
    margin-bottom: -35px !important;
  }
  .ml-sm-n35 {
    margin-left: -35px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-40 {
    margin-top: 40px !important;
  }
  .mr-xl-40 {
    margin-right: 40px !important;
  }
  .mb-xl-40 {
    margin-bottom: 40px !important;
  }
  .ml-xl-40 {
    margin-left: 40px !important;
  }
  .pt-xl-40 {
    padding-top: 40px !important;
  }
  .pr-xl-40 {
    padding-right: 40px !important;
  }
  .pb-xl-40 {
    padding-bottom: 40px !important;
  }
  .pl-xl-40 {
    padding-left: 40px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-n40 {
    margin-top: -40px !important;
  }
  .mr-xl-n40 {
    margin-right: -40px !important;
  }
  .mb-xl-n40 {
    margin-bottom: -40px !important;
  }
  .ml-xl-n40 {
    margin-left: -40px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-40 {
    margin-top: 40px !important;
  }
  .mr-lg-40 {
    margin-right: 40px !important;
  }
  .mb-lg-40 {
    margin-bottom: 40px !important;
  }
  .ml-lg-40 {
    margin-left: 40px !important;
  }
  .pt-lg-40 {
    padding-top: 40px !important;
  }
  .pr-lg-40 {
    padding-right: 40px !important;
  }
  .pb-lg-40 {
    padding-bottom: 40px !important;
  }
  .pl-lg-40 {
    padding-left: 40px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-n40 {
    margin-top: -40px !important;
  }
  .mr-lg-n40 {
    margin-right: -40px !important;
  }
  .mb-lg-n40 {
    margin-bottom: -40px !important;
  }
  .ml-lg-n40 {
    margin-left: -40px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-40 {
    margin-top: 40px !important;
  }
  .mr-md-40 {
    margin-right: 40px !important;
  }
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
  .ml-md-40 {
    margin-left: 40px !important;
  }
  .pt-md-40 {
    padding-top: 40px !important;
  }
  .pr-md-40 {
    padding-right: 40px !important;
  }
  .pb-md-40 {
    padding-bottom: 40px !important;
  }
  .pl-md-40 {
    padding-left: 40px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-n40 {
    margin-top: -40px !important;
  }
  .mr-md-n40 {
    margin-right: -40px !important;
  }
  .mb-md-n40 {
    margin-bottom: -40px !important;
  }
  .ml-md-n40 {
    margin-left: -40px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-40 {
    margin-top: 40px !important;
  }
  .mr-sm-40 {
    margin-right: 40px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .ml-sm-40 {
    margin-left: 40px !important;
  }
  .pt-sm-40 {
    padding-top: 40px !important;
  }
  .pr-sm-40 {
    padding-right: 40px !important;
  }
  .pb-sm-40 {
    padding-bottom: 40px !important;
  }
  .pl-sm-40 {
    padding-left: 40px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-n40 {
    margin-top: -40px !important;
  }
  .mr-sm-n40 {
    margin-right: -40px !important;
  }
  .mb-sm-n40 {
    margin-bottom: -40px !important;
  }
  .ml-sm-n40 {
    margin-left: -40px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-45 {
    margin-top: 45px !important;
  }
  .mr-xl-45 {
    margin-right: 45px !important;
  }
  .mb-xl-45 {
    margin-bottom: 45px !important;
  }
  .ml-xl-45 {
    margin-left: 45px !important;
  }
  .pt-xl-45 {
    padding-top: 45px !important;
  }
  .pr-xl-45 {
    padding-right: 45px !important;
  }
  .pb-xl-45 {
    padding-bottom: 45px !important;
  }
  .pl-xl-45 {
    padding-left: 45px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-n45 {
    margin-top: -45px !important;
  }
  .mr-xl-n45 {
    margin-right: -45px !important;
  }
  .mb-xl-n45 {
    margin-bottom: -45px !important;
  }
  .ml-xl-n45 {
    margin-left: -45px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-45 {
    margin-top: 45px !important;
  }
  .mr-lg-45 {
    margin-right: 45px !important;
  }
  .mb-lg-45 {
    margin-bottom: 45px !important;
  }
  .ml-lg-45 {
    margin-left: 45px !important;
  }
  .pt-lg-45 {
    padding-top: 45px !important;
  }
  .pr-lg-45 {
    padding-right: 45px !important;
  }
  .pb-lg-45 {
    padding-bottom: 45px !important;
  }
  .pl-lg-45 {
    padding-left: 45px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-n45 {
    margin-top: -45px !important;
  }
  .mr-lg-n45 {
    margin-right: -45px !important;
  }
  .mb-lg-n45 {
    margin-bottom: -45px !important;
  }
  .ml-lg-n45 {
    margin-left: -45px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-45 {
    margin-top: 45px !important;
  }
  .mr-md-45 {
    margin-right: 45px !important;
  }
  .mb-md-45 {
    margin-bottom: 45px !important;
  }
  .ml-md-45 {
    margin-left: 45px !important;
  }
  .pt-md-45 {
    padding-top: 45px !important;
  }
  .pr-md-45 {
    padding-right: 45px !important;
  }
  .pb-md-45 {
    padding-bottom: 45px !important;
  }
  .pl-md-45 {
    padding-left: 45px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-n45 {
    margin-top: -45px !important;
  }
  .mr-md-n45 {
    margin-right: -45px !important;
  }
  .mb-md-n45 {
    margin-bottom: -45px !important;
  }
  .ml-md-n45 {
    margin-left: -45px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-45 {
    margin-top: 45px !important;
  }
  .mr-sm-45 {
    margin-right: 45px !important;
  }
  .mb-sm-45 {
    margin-bottom: 45px !important;
  }
  .ml-sm-45 {
    margin-left: 45px !important;
  }
  .pt-sm-45 {
    padding-top: 45px !important;
  }
  .pr-sm-45 {
    padding-right: 45px !important;
  }
  .pb-sm-45 {
    padding-bottom: 45px !important;
  }
  .pl-sm-45 {
    padding-left: 45px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-n45 {
    margin-top: -45px !important;
  }
  .mr-sm-n45 {
    margin-right: -45px !important;
  }
  .mb-sm-n45 {
    margin-bottom: -45px !important;
  }
  .ml-sm-n45 {
    margin-left: -45px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-50 {
    margin-top: 50px !important;
  }
  .mr-xl-50 {
    margin-right: 50px !important;
  }
  .mb-xl-50 {
    margin-bottom: 50px !important;
  }
  .ml-xl-50 {
    margin-left: 50px !important;
  }
  .pt-xl-50 {
    padding-top: 50px !important;
  }
  .pr-xl-50 {
    padding-right: 50px !important;
  }
  .pb-xl-50 {
    padding-bottom: 50px !important;
  }
  .pl-xl-50 {
    padding-left: 50px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-n50 {
    margin-top: -50px !important;
  }
  .mr-xl-n50 {
    margin-right: -50px !important;
  }
  .mb-xl-n50 {
    margin-bottom: -50px !important;
  }
  .ml-xl-n50 {
    margin-left: -50px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-50 {
    margin-top: 50px !important;
  }
  .mr-lg-50 {
    margin-right: 50px !important;
  }
  .mb-lg-50 {
    margin-bottom: 50px !important;
  }
  .ml-lg-50 {
    margin-left: 50px !important;
  }
  .pt-lg-50 {
    padding-top: 50px !important;
  }
  .pr-lg-50 {
    padding-right: 50px !important;
  }
  .pb-lg-50 {
    padding-bottom: 50px !important;
  }
  .pl-lg-50 {
    padding-left: 50px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-n50 {
    margin-top: -50px !important;
  }
  .mr-lg-n50 {
    margin-right: -50px !important;
  }
  .mb-lg-n50 {
    margin-bottom: -50px !important;
  }
  .ml-lg-n50 {
    margin-left: -50px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-50 {
    margin-top: 50px !important;
  }
  .mr-md-50 {
    margin-right: 50px !important;
  }
  .mb-md-50 {
    margin-bottom: 50px !important;
  }
  .ml-md-50 {
    margin-left: 50px !important;
  }
  .pt-md-50 {
    padding-top: 50px !important;
  }
  .pr-md-50 {
    padding-right: 50px !important;
  }
  .pb-md-50 {
    padding-bottom: 50px !important;
  }
  .pl-md-50 {
    padding-left: 50px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-n50 {
    margin-top: -50px !important;
  }
  .mr-md-n50 {
    margin-right: -50px !important;
  }
  .mb-md-n50 {
    margin-bottom: -50px !important;
  }
  .ml-md-n50 {
    margin-left: -50px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-50 {
    margin-top: 50px !important;
  }
  .mr-sm-50 {
    margin-right: 50px !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .ml-sm-50 {
    margin-left: 50px !important;
  }
  .pt-sm-50 {
    padding-top: 50px !important;
  }
  .pr-sm-50 {
    padding-right: 50px !important;
  }
  .pb-sm-50 {
    padding-bottom: 50px !important;
  }
  .pl-sm-50 {
    padding-left: 50px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-n50 {
    margin-top: -50px !important;
  }
  .mr-sm-n50 {
    margin-right: -50px !important;
  }
  .mb-sm-n50 {
    margin-bottom: -50px !important;
  }
  .ml-sm-n50 {
    margin-left: -50px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-60 {
    margin-top: 60px !important;
  }
  .mr-xl-60 {
    margin-right: 60px !important;
  }
  .mb-xl-60 {
    margin-bottom: 60px !important;
  }
  .ml-xl-60 {
    margin-left: 60px !important;
  }
  .pt-xl-60 {
    padding-top: 60px !important;
  }
  .pr-xl-60 {
    padding-right: 60px !important;
  }
  .pb-xl-60 {
    padding-bottom: 60px !important;
  }
  .pl-xl-60 {
    padding-left: 60px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-n60 {
    margin-top: -60px !important;
  }
  .mr-xl-n60 {
    margin-right: -60px !important;
  }
  .mb-xl-n60 {
    margin-bottom: -60px !important;
  }
  .ml-xl-n60 {
    margin-left: -60px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-60 {
    margin-top: 60px !important;
  }
  .mr-lg-60 {
    margin-right: 60px !important;
  }
  .mb-lg-60 {
    margin-bottom: 60px !important;
  }
  .ml-lg-60 {
    margin-left: 60px !important;
  }
  .pt-lg-60 {
    padding-top: 60px !important;
  }
  .pr-lg-60 {
    padding-right: 60px !important;
  }
  .pb-lg-60 {
    padding-bottom: 60px !important;
  }
  .pl-lg-60 {
    padding-left: 60px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-n60 {
    margin-top: -60px !important;
  }
  .mr-lg-n60 {
    margin-right: -60px !important;
  }
  .mb-lg-n60 {
    margin-bottom: -60px !important;
  }
  .ml-lg-n60 {
    margin-left: -60px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-60 {
    margin-top: 60px !important;
  }
  .mr-md-60 {
    margin-right: 60px !important;
  }
  .mb-md-60 {
    margin-bottom: 60px !important;
  }
  .ml-md-60 {
    margin-left: 60px !important;
  }
  .pt-md-60 {
    padding-top: 60px !important;
  }
  .pr-md-60 {
    padding-right: 60px !important;
  }
  .pb-md-60 {
    padding-bottom: 60px !important;
  }
  .pl-md-60 {
    padding-left: 60px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-n60 {
    margin-top: -60px !important;
  }
  .mr-md-n60 {
    margin-right: -60px !important;
  }
  .mb-md-n60 {
    margin-bottom: -60px !important;
  }
  .ml-md-n60 {
    margin-left: -60px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-60 {
    margin-top: 60px !important;
  }
  .mr-sm-60 {
    margin-right: 60px !important;
  }
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .ml-sm-60 {
    margin-left: 60px !important;
  }
  .pt-sm-60 {
    padding-top: 60px !important;
  }
  .pr-sm-60 {
    padding-right: 60px !important;
  }
  .pb-sm-60 {
    padding-bottom: 60px !important;
  }
  .pl-sm-60 {
    padding-left: 60px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-n60 {
    margin-top: -60px !important;
  }
  .mr-sm-n60 {
    margin-right: -60px !important;
  }
  .mb-sm-n60 {
    margin-bottom: -60px !important;
  }
  .ml-sm-n60 {
    margin-left: -60px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-100 {
    margin-top: 100px !important;
  }
  .mr-xl-100 {
    margin-right: 100px !important;
  }
  .mb-xl-100 {
    margin-bottom: 100px !important;
  }
  .ml-xl-100 {
    margin-left: 100px !important;
  }
  .pt-xl-100 {
    padding-top: 100px !important;
  }
  .pr-xl-100 {
    padding-right: 100px !important;
  }
  .pb-xl-100 {
    padding-bottom: 100px !important;
  }
  .pl-xl-100 {
    padding-left: 100px !important;
  }
}
@media all and (max-width: 1199px) {
  .mt-xl-n100 {
    margin-top: -100px !important;
  }
  .mr-xl-n100 {
    margin-right: -100px !important;
  }
  .mb-xl-n100 {
    margin-bottom: -100px !important;
  }
  .ml-xl-n100 {
    margin-left: -100px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-100 {
    margin-top: 100px !important;
  }
  .mr-lg-100 {
    margin-right: 100px !important;
  }
  .mb-lg-100 {
    margin-bottom: 100px !important;
  }
  .ml-lg-100 {
    margin-left: 100px !important;
  }
  .pt-lg-100 {
    padding-top: 100px !important;
  }
  .pr-lg-100 {
    padding-right: 100px !important;
  }
  .pb-lg-100 {
    padding-bottom: 100px !important;
  }
  .pl-lg-100 {
    padding-left: 100px !important;
  }
}
@media all and (max-width: 991px) {
  .mt-lg-n100 {
    margin-top: -100px !important;
  }
  .mr-lg-n100 {
    margin-right: -100px !important;
  }
  .mb-lg-n100 {
    margin-bottom: -100px !important;
  }
  .ml-lg-n100 {
    margin-left: -100px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-100 {
    margin-top: 100px !important;
  }
  .mr-md-100 {
    margin-right: 100px !important;
  }
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
  .ml-md-100 {
    margin-left: 100px !important;
  }
  .pt-md-100 {
    padding-top: 100px !important;
  }
  .pr-md-100 {
    padding-right: 100px !important;
  }
  .pb-md-100 {
    padding-bottom: 100px !important;
  }
  .pl-md-100 {
    padding-left: 100px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-md-n100 {
    margin-top: -100px !important;
  }
  .mr-md-n100 {
    margin-right: -100px !important;
  }
  .mb-md-n100 {
    margin-bottom: -100px !important;
  }
  .ml-md-n100 {
    margin-left: -100px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-100 {
    margin-top: 100px !important;
  }
  .mr-sm-100 {
    margin-right: 100px !important;
  }
  .mb-sm-100 {
    margin-bottom: 100px !important;
  }
  .ml-sm-100 {
    margin-left: 100px !important;
  }
  .pt-sm-100 {
    padding-top: 100px !important;
  }
  .pr-sm-100 {
    padding-right: 100px !important;
  }
  .pb-sm-100 {
    padding-bottom: 100px !important;
  }
  .pl-sm-100 {
    padding-left: 100px !important;
  }
}
@media all and (max-width: 575px) {
  .mt-sm-n100 {
    margin-top: -100px !important;
  }
  .mr-sm-n100 {
    margin-right: -100px !important;
  }
  .mb-sm-n100 {
    margin-bottom: -100px !important;
  }
  .ml-sm-n100 {
    margin-left: -100px !important;
  }
}
.font-10 {
  font-size: 10px;
}

.font-11 {
  font-size: 11px;
}

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

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

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

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

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

.font-17 {
  font-size: 17px;
}

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

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

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

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

.font-400 {
  font-weight: 400;
}

.font-600 {
  font-weight: 600;
}

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

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

.font-italic {
  font-style: italic;
}

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

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

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

.full-height {
  height: 100%;
}

.full-width {
  width: 100%;
}

.color-black {
  color: #171717;
}

.color-text {
  color: #000;
}

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

.color-2nd {
  color: var(--color-2nd);
}

.color-dark-blue {
  color: #36409E;
}

.color-red {
  color: #F64B53;
}

.color-green {
  color: #007A57;
}

.color-grey {
  color: #838FA3;
}
/*# sourceMappingURL=main.css.map */