@charset "UTF-8";
.col-xl-f7, .col-lg-f7, .col-md-f7, .col-sm-f7, .col-f7 {
  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;
}
a:hover {
  color: var(--primary);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

del {
  text-decoration: line-through;
}

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

input,
select {
  vertical-align: middle;
}

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

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

label {
  font-weight: normal;
}

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

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

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

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

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

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

.gutter-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: 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;
  }
}
.col-f7 {
  -ms-flex: 0 0 14.28%;
  -webkit-box-flex: 0;
  flex: 0 0 14.28%;
  max-width: 14.28%;
}

@media (min-width: 576px) {
  .col-sm-f7 {
    -ms-flex: 0 0 14.28%;
    -webkit-box-flex: 0;
    flex: 0 0 14.28%;
    max-width: 14.28%;
  }
}
@media (min-width: 768px) {
  .col-md-f7 {
    -ms-flex: 0 0 14.28%;
    -webkit-box-flex: 0;
    flex: 0 0 14.28%;
    max-width: 14.28%;
  }
}
@media (min-width: 992px) {
  .col-lg-f7 {
    -ms-flex: 0 0 14.28%;
    -webkit-box-flex: 0;
    flex: 0 0 14.28%;
    max-width: 14.28%;
  }
}
@media (min-width: 1200px) {
  .col-xl-f7 {
    -ms-flex: 0 0 14.28%;
    -webkit-box-flex: 0;
    flex: 0 0 14.28%;
    max-width: 14.28%;
  }
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  word-break: break-word;
  word-wrap: break-word;
  overflow-x: hidden;
}

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;
  }
}
.icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
}
.icon-phone {
  background-image: url("../images/phone.png");
  width: 20px;
  height: 20px;
}
.icon-facebook {
  background-image: url("../images/facebook.png");
  width: 20px;
  height: 20px;
}
.icon-zalo {
  background-image: url("../images/zalo.webp");
  width: 20px;
  height: 20px;
}

.i-btn {
  background-color: var(--primary);
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
  padding: 9px 15px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 1.5px 1.5px 2.5px 0 rgba(0, 0, 0, 0.7);
          box-shadow: 1.5px 1.5px 2.5px 0 rgba(0, 0, 0, 0.7);
}
.i-btn:hover {
  opacity: 0.85;
  color: #fff;
}
.i-btn.countdown {
  font-weight: normal;
  font-size: 20px;
}
.i-btn.disabled {
  background-color: #333;
  color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
}
.i-btn.--secondary {
  background-color: var(--color-2nd);
}
@media all and (max-width: 767px) {
  .i-btn {
    font-size: 15px;
    padding: 13px 35px;
  }
}

.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;
}
.paginations a, .paginations span, .paginations strong, .pagenigation a, .pagenigation span, .pagenigation strong {
  font-weight: bold;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0 5px;
  width: 40px;
  height: 40px;
  padding-bottom: 1px;
  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;
  border-radius: 50%;
  border: solid 1px rgba(0, 0, 0, 0.1);
  background-color: rgba(var(--primary), 0.05);
  color: var(--primary);
}
.paginations a.active, .paginations a:hover, .paginations span.active, .paginations span:hover, .paginations strong.active, .paginations strong:hover, .pagenigation a.active, .pagenigation a:hover, .pagenigation span.active, .pagenigation span:hover, .pagenigation strong.active, .pagenigation strong:hover {
  color: #fff;
  background-color: var(--primary);
}
@media all and (max-width: 767px) {
  .paginations a, .paginations span, .paginations strong, .pagenigation a, .pagenigation span, .pagenigation strong {
    width: 32px;
    height: 32px;
  }
}

.i-article {
  word-break: break-word;
  font-size: 14px;
  line-height: 1.6;
}
.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: 0.8em;
}
.i-article ol li {
  padding-left: 10px;
}
.i-article ul {
  list-style: initial;
  margin-left: 30px;
  margin-bottom: 0.8em;
}
.i-article li {
  list-style: inherit;
  margin-bottom: 8px;
  padding-left: 5px;
}
.i-article p {
  margin-bottom: 0.8em;
}
.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: 700;
}
.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;
}
@media all and (max-width: 767px) {
  .i-article {
    font-size: 14px;
  }
}

.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: 5px;
  display: block;
  height: 36px;
  outline: none;
  padding: 0 16px 0 12px;
  -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: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAJCAQAAABHhr7cAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAGs2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDggNzkuMTY0MDM2LCAyMDE5LzA4LzEzLTAxOjA2OjU3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjEuMCAoTWFjaW50b3NoKSIgeG1wOkNyZWF0ZURhdGU9IjIwMjAtMDMtMThUMTI6MDM6MzMrMDc6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDIwLTAzLTE4VDEyOjE1OjUzKzA3OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIwLTAzLTE4VDEyOjE1OjUzKzA3OjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMSIgcGhvdG9zaG9wOklDQ1Byb2ZpbGU9IkRvdCBHYWluIDIwJSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDplOWI2MGQ2NC00YzYzLTQ0ZjItYWQ1Yy01Y2JjNDRkYTRmMTMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTRjOWQyYzktMzY3Zi00NzBlLWFlNTctMTg1ZTJkOTU0NWVkIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6OTRjOWQyYzktMzY3Zi00NzBlLWFlNTctMTg1ZTJkOTU0NWVkIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo5NGM5ZDJjOS0zNjdmLTQ3MGUtYWU1Ny0xODVlMmQ5NTQ1ZWQiIHN0RXZ0OndoZW49IjIwMjAtMDMtMThUMTI6MDM6MzMrMDc6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMS4wIChNYWNpbnRvc2gpIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDozYjE3N2ZiNy05OWQ2LTQ2MzUtYTFiNC0yYmNiNmRhYTI0M2UiIHN0RXZ0OndoZW49IjIwMjAtMDMtMThUMTI6MDU6NDkrMDc6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMS4wIChNYWNpbnRvc2gpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDplOWI2MGQ2NC00YzYzLTQ0ZjItYWQ1Yy01Y2JjNDRkYTRmMTMiIHN0RXZ0OndoZW49IjIwMjAtMDMtMThUMTI6MTU6NTMrMDc6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMS4wIChNYWNpbnRvc2gpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoUL5BoAAACdSURBVBiVbc29asJgAIXhJx916UUUcemSkNZZ/EGE2qVT76z0FgTvwMW4KliEbq0oBISS1ZCxOIi1iGd8n+FE2buxmWvreg1SE80r+GjiIRj4shRf4L2ltaeg0rYwl/7DxMKHtn2Uwa2VO7E1aPhUSJQEUOn5NtNAXSbXUXJidvp+Tb2YqunJjzn8/RU6GLnR8nOKZ2br2ZuhzTkdAKHFJlEyhNBJAAAAAElFTkSuQmCC");
  background-color: #fff;
  background-position: right 8px top 13px;
  background-repeat: no-repeat;
  background-size: 12px auto;
  text-indent: 1px;
  text-overflow: "";
}
.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: 5px;
  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%;
}
.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;
}

.textarea-auto-resize {
  line-height: 18px;
  min-height: 40px;
  overflow: hidden;
  padding-bottom: 11px;
  padding-top: 9px;
  resize: none;
  -webkit-transition: all 0.1s ease-in-out, height 0s;
  transition: all 0.1s ease-in-out, height 0s;
}

.i-form {
  position: relative;
}
.i-form .i-input {
  padding-right: 60px;
}
.i-form__submit {
  position: absolute;
  top: 4px;
  right: 4px;
  padding-left: 24px;
  padding-right: 24px;
}

.breadcrumbs {
  padding: 15px 0;
  border-bottom: solid 1px #e1e1e1;
  margin-bottom: 20px;
  line-height: 20px;
}
.breadcrumbs a {
  margin-right: 10px;
}
.breadcrumbs a:hover {
  text-decoration: underline;
  color: var(--primary);
}
.breadcrumbs .breadcrumb_last {
  margin-left: 10px;
  color: var(--primary);
}
@media all and (max-width: 767px) {
  .breadcrumbs {
    font-size: 13px;
  }
}

.header {
  background-color: #f1f1f1;
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 3;
  height: 100%;
}
.header__logo:before {
  content: "";
  position: absolute;
  background-color: #fff;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: -55px;
  width: 500vw;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}
.header__logo img {
  max-height: 80px;
}
.header__phone {
  font-weight: 700;
  color: var(--color-2nd);
  font-size: 16px;
  letter-spacing: 0.05em;
}
.header__phone i {
  background-color: var(--color-2nd);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  margin-right: 8px;
  font-size: 14px;
}
.header__top {
  padding: 5px 0;
}
@media all and (max-width: 991px) {
  .header {
    background-color: #fff;
    padding: 10px 0;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  }
  .header__logo:before {
    content: none;
  }
  .header__logo img {
    max-height: 50px;
  }
  .header__top {
    display: none;
  }
}

.search-form {
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 300px;
  max-width: 100%;
}
.search-form__input {
  width: 100%;
  height: 36px;
  border-radius: 5px;
  padding-left: 16px;
  border: 0;
  background: #fff;
  border: solid 1px #e1e1e1;
  padding-right: 30px;
}
.search-form__submit {
  position: absolute;
  right: 8px;
  font-size: 14px;
  font-weight: 900;
  top: 0;
  bottom: 0;
  color: var(--color-2nd);
}
@media all and (max-width: 991px) {
  .search-form {
    margin: 15px 16px;
    width: auto;
  }
}

.main-nav {
  background-color: var(--primary);
  text-align: right;
  position: relative;
  z-index: 2;
}
.main-nav:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 500vw;
  z-index: -1;
  background-color: inherit;
}
.main-nav > ul > li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  position: relative;
  text-align: left;
}
.main-nav > ul > li:last-child {
  margin-right: 0;
}
.main-nav > ul > li > a {
  display: block;
  font-weight: 600;
  position: relative;
  line-height: 30px;
  padding: 12px 0;
  text-transform: uppercase;
  color: #fff;
}
.main-nav > ul > li > a:before {
  content: "";
  left: 50%;
  right: 50%;
  height: 2px;
  background: #fff;
  bottom: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.main-nav > ul > li > a:not(:only-child):after {
  font-family: "Font Awesome 5 Pro";
  content: "\f0d7";
  margin-left: 8px;
  font-size: 14px;
}
.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: 9;
  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: 0 0 10px 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 250px;
}
.main-nav > ul > li ul ul {
  left: 100%;
  top: 10px;
}
.main-nav > ul > li ul a {
  color: #000;
  display: block;
  font-weight: 600;
  font-size: 15px;
  padding: 7px 20px 7px 25px;
}
.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 {
  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: 20px;
    padding: 0 5px;
  }
  .m-nav-open i {
    height: 2px;
    width: 20px;
    background-color: var(--primary);
    margin: 5px 0;
    display: block;
  }
}
.footer {
  position: relative;
  z-index: 0;
  padding-top: 20px;
  color: #fff;
  background-image: url("../images/bg-footer.jpg");
  background-position: center bottom;
  /*background-color: #444;*/
}
.footer:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-color: rgba(80, 80, 80, 0.9);
}
.footer__title {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 12px;
  font-size: 20px;
  margin-top: 25px;
}
.footer .i-article {
  font-weight: 500;
}
.footer .i-article a {
  color: #fff;
}
.footer__map {
  margin-top: 30px;
}
.footer__map iframe {
  display: block;
  width: 100%;
  height: 250px;
}
.footer__copyright {
  background-color: #e1e1e1;
  padding: 10px;
  text-align: center;
  color: #000;
  margin-top: 30px;
}

.btn-call {
  position: fixed;
  bottom: 40px;
  left: 35px;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-call__label {
  background-color: #c11619;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 10px 5px 20px;
  margin-left: -10px;
  border-radius: 0 5px 5px 0;
}

.btn-call span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  width: 44px;
  height: 44px;
  margin: auto;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: #eb5254;
  position: relative;
}

.btn-call span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: solid 1px rgba(235, 82, 84, 0.6);
  -webkit-animation-name: zoomin;
          animation-name: zoomin;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.btn-call span:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 50%;
  background: rgba(235, 82, 84, 0.6);
  z-index: -1;
  -webkit-animation-name: zoomout;
          animation-name: zoomout;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

.btn-call span i {
  -webkit-animation-name: lac;
          animation-name: lac;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@media (max-width: 767px) {
  .btn-call {
    top: auto;
    left: 20px;
    bottom: 20px;
  }
  .btn-call span {
    width: 40px;
    height: 40px;
  }
  .btn-call__label {
    display: none;
  }
}
@-webkit-keyframes lac {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
  }
  20% {
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
  }
  30% {
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
  }
  40% {
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes lac {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
  }
  20% {
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
  }
  30% {
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
  }
  40% {
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes zoomin {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(2.2);
            transform: scale(2.2);
    opacity: 0.1;
  }
}
@keyframes zoomin {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(2.2);
            transform: scale(2.2);
    opacity: 0.1;
  }
}
@-webkit-keyframes zoomout {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.3;
  }
}
@keyframes zoomout {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.3;
  }
}
.back-to-top {
  display: none;
  position: fixed;
  cursor: pointer;
  z-index: 999;
  text-align: center;
  right: 17px;
  bottom: 50px;
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #eb5254;
  color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 5px rgba(235, 82, 84, 0.5);
          box-shadow: 0 0 0 5px rgba(235, 82, 84, 0.5);
}

.social {
  position: fixed;
  z-index: 99;
  right: 17px;
  bottom: 120px;
}
.social__item {
  display: block;
  margin-top: 10px;
}
.social__item .icon {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 5px 0 rgba(235, 82, 84, 0.5);
          box-shadow: 0 0 5px 0 rgba(235, 82, 84, 0.5);
}

.h-title {
  text-transform: uppercase;
  font-weight: bold;
  color: var(--color-2nd);
  font-size: 28px;
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  .h-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.slider__item__img {
  padding-top: 40%;
    background-size: cover;
    background-position: center;
}
.slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  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: 18px;
  height: 18px;
  border-radius: 50%;
  border: solid 1px #666;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 6px;
}
.slider .owl-dot.active {
  background-color: #fff;
}
.slider .owl-nav > div {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  margin-top: -20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.slider .owl-nav > div:hover {
  border-color: var(--primary);
}
.slider .owl-nav > div.owl-prev {
  left: 30px;
}
.slider .owl-nav > div.owl-next {
  right: 30px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media all and (max-width: 767px) {
  .slider .owl-nav {
    display: none;
  }
}

.cas-arrow {
  position: absolute;
  top: 40%;
  width: 30px;
  height: 30px;
  background-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;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #fff;
}
.cas-arrow:hover {
  border-color: var(--color-2nd);
}
.cas-arrow.prev {
  left: -40px;
}
.cas-arrow.next {
  right: -40px;
}
@media all and (max-width: 767px) {
  .cas-arrow.prev {
    left: -15px;
  }
  .cas-arrow.next {
    right: -15px;
  }
}

.h-about {
  margin-top: 60px;
  padding-bottom: 30px;
}
.h-about .i-article {
  font-size: 16px;
  line-height: 1.7;
}
.h-about__img img {
  width: 100%;
}
@media all and (max-width: 767px) {
  .h-about {
    margin-top: 40px;
    padding-bottom: 10px;
  }
  .h-about .i-article {
    font-size: 14px;
  }
}

.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;
}
.post__img:before {
  content: "";
  display: block;
  padding-top: 70%;
}
.post__title {
  font-weight: bold;
}
.post__title a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.post__title:hover {
  color: var(--primary);
}
.post__desc {
  font-size: 13px;
  color: #787878;
}
.post__box {
  padding: 12px;
  background-color: #fff;
  text-align: center;
}
.post.--hoz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: dashed 1px #e1e1e1;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.post.--hoz .post__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  margin-right: 10px;
}
.post.--hoz .post__title {
  font-size: 13px;
  line-height: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 54px;
}
.post.--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: solid 1px #e1e1e1;
  padding: 10px;
  margin-bottom: 15px;
}
.post.--list .post__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
  margin-right: 12px;
}
.post.--list .post__title {
  font-size: 13px;
  line-height: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 54px;
}
.post.--line {
  margin-top: 10px;
}
.post.--line .post__title {
  font-weight: normal;
  color: #555;
  position: relative;
  padding-left: 18px;
}
.post.--line .post__title:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #666;
  border-radius: 50%;
  left: 0;
  top: 8px;
}
.post:hover .post__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.h-pro-cate {
  background-image: url("../images/bg-about.jpg");
  background-size: cover;
  padding: 50px 0;
}
@media all and (max-width: 767px) {
  .h-pro-cate {
    padding: 40px 0;
  }
}

.h-products {
  padding: 50px 0 20px 0;
}
@media all and (max-width: 767px) {
  .h-products {
    padding: 40px 0 10px 0;
  }
}

.h-posts {
  padding: 30px 0 50px 0;
}
@media all and (max-width: 767px) {
  .h-posts {
    padding: 10px 0 40px 0;
  }
}

.feature {
  padding: 30px 0 50px 0;
}
@media all and (max-width: 767px) {
  .feature {
    padding: 10px 0 40px 0;
  }
}

.partner {
  padding: 10px 0 40px 0;
}
.partner__img {
  height: 90px;
  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;
}
.partner__img img {
  width: auto !important;
  max-height: 100%;
  max-width: 100%;
}

body .wpcf7-not-valid-tip {
  font-size: 13px;
  margin-top: 5px;
}

body .wpcf7 form .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
  border-radius: 5px;
}

body .wpcf7-spinner {
  top: 8px;
}

.detail {
  font-size: 15px;
}
@media all and (max-width: 767px) {
  .detail {
    font-size: 14px;
  }
}

.page-title {
  font-size: 18px;
  font-weight: bold;
}
.page-title.--big {
  font-size: 22px;
}
@media all and (max-width: 767px) {
  .page-title {
    font-size: 16px;
  }
  .page-title.--big {
    font-size: 18px;
  }
}

.sidebar:first-child {
  margin-top: 50px;
}
.sidebar__title {
  background-color: var(--primary);
  color: #fff;
  padding: 10px 18px;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
}
.sidebar__title:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 5px solid var(--primary);
  border-left: 5px solid transparent;
  left: 0;
  bottom: -5px;
}
.sidebar__ct {
  margin-left: 5px;
  border: solid 1px #e1e1e1;
  padding: 10px;
}
.sidebar__cate {
  border-bottom: dashed 1px #e1e1e1;
  padding: 10px 0 10px 30px;
  display: block;
  position: relative;
}
.sidebar__cate:before {
  content: "\f0fe";
  font-family: "Font Awesome 5 Pro";
  left: 10px;
  position: absolute;
  opacity: 0.8;
  margin-top: 1px;
}
.sidebar__cate:last-child {
  border: 0;
}

.support__line {
  font-weight: bold;
  font-size: 16px;
  margin: 0 5px 10px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--color-2nd);
}
.support__line .icon {
  margin-right: 12px;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin-top: 2px;
}
.support__line:last-child {
  margin-bottom: 0;
}

.product {
  border: solid 1px #e1e1e1;
  padding: 5px 5px 12px 5px;
}
.product__title {
  margin-top: 10px;
  margin-bottom: 5px;
}
.product__price {
  color: var(--color-2nd);
  font-weight: bold;
}

.pro-detail__imgs {
  position: relative;
}
.pro-detail__imgs .cas-arrow {
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 40px;
  border: solid 1px #000;
  background-color: rgba(255, 255, 255, 0.5);
  top: 50%;
  margin-top: -20px;
  font-size: 0;
  color: transparent;
  line-height: 38px;
  text-align: center;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
.pro-detail__imgs .cas-arrow:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.pro-detail__imgs .cas-arrow:after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-size: 24px;
  color: #000;
  font-weight: 300;
}
.pro-detail__imgs .cas-arrow.prev {
  left: 0;
}
.pro-detail__imgs .cas-arrow.prev:after {
  content: "\f104";
}
.pro-detail__imgs .cas-arrow.next {
  right: 0;
}
.pro-detail__imgs .cas-arrow.next:after {
  content: "\f105";
}
.pro-detail__imgs__item {
  cursor: pointer;
  display: block;
}
.pro-detail__imgs__item .bg {
  display: block;
  background-size: cover;
  background-position: center;
  padding-top: 100%;
}
.pro-detail__imgs__count {
  position: absolute;
  right: -45px;
  bottom: -45px;
  width: 90px;
  height: 90px;
  border-radius: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding-right: 40px;
  padding-bottom: 42px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.5);
}
.pro-detail__desc {
  font-size: 13px;
}
.pro-detail .f-button {
  background-color: #fff;
  border-radius: 50%;
}
.pro-detail .f-button:hover:not([disabled]) {
  background-color: #fff;
  opacity: 0.8;
}
.pro-detail__tab {
  border: solid 1px #e1e1e1;
}
.pro-detail__tab .nav {
  background-color: #e1e1e1;
}
.pro-detail__tab .nav .nav-link {
  text-transform: uppercase;
  font-weight: bold;
  border: 0;
  border-top: solid 2px transparent;
  margin-top: -1px;
  padding: 10px 20px;
  border-radius: 0;
  font-size: 15px;
}
.pro-detail__tab .nav .nav-link.active {
  border-top-color: var(--color-2nd);
}
.pro-detail__tab .tab-content {
  padding: 16px;
}

.contact {
  padding-top: 20px;
  padding-bottom: 70px;
}
.contact__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.contact__info__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15px;
          flex: 0 0 15px;
  width: 15px;
  margin-right: 10px;
  padding-top: 0.05em;
  color: var(--primary);
}
.contact__form {
  margin-top: 30px;
}
.contact__form__label {
  font-weight: 600;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  width: 150px;
  margin-right: 20px;
  padding-top: 0.5em;
  font-size: 16px;
}
.contact__form__line {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact__form__line > p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.contact__form__line input {
  width: 100%;
  height: 44px;
  border: solid 1px #e1e1e1;
  border-radius: 5px;
  padding: 0 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.contact__form__line textarea {
  width: 100%;
  height: 120px;
  border: solid 1px #e1e1e1;
  border-radius: 5px;
  padding: 10px 16px;
}
.contact__form__line.--submit button, .contact__form__line.--submit input {
  height: 44px;
  width: auto;
  color: #fff;
  background: var(--primary);
  border-radius: 5px;
  padding: 0 50px;
  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__line.--submit button:hover, .contact__form__line.--submit input:hover {
  background: var(--color-2nd);
  color: #fff;
}
@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-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-light {
  color: #838FA3;
}
/*# sourceMappingURL=main.css.map */