﻿@charset "UTF-8";
/*
@media (min-width: 1440px) {img:not([src$=".svg"])
  img { max-width:350px;width:60%; display: block;  margin-left: auto; margin-right: auto; }}
@media (min-width: 1024px) {img:not([src$=".svg"]) 
  img { max-width:280px;width: 60%;display: block; margin-left: auto; margin-right: auto; }}
@media (max-width: 991px) {img:not([src$=".svg"]) 
  img { max-width:200px;width:50%;display: block; margin-left: auto; margin-right: auto; }}
@media screen and (max-width: 425px) {img:not([src$=".svg"])
    img {
      width: 100% !important;
      height: auto !important;
      max-width: 100% !important;
    }
  }*/
html   {  scroll-behavior: smooth;}
  
  img:not([src$=".svg"]) {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}
i {font-size:11pt;}
@media (min-width: 1440px) {
  img:not([src$=".svg"]) {
    max-width: 550px;
    width: 80%;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  img:not([src$=".svg"]) {
 /*   max-width: 400px;*/
    width: 80%;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  img:not([src$=".svg"]) {
 /*   max-width: 350px;*/
    width:80%;
  }
}

@media (min-width: 426px) and (max-width: 991px) {
  img:not([src$=".svg"]) {
  /*  max-width: 200px;*/
    width: 90%;
  }
}

@media (max-width: 425px) {
  img:not([src$=".svg"]) {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.images img:not([src$=".svg"]) {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}
  
@font-face { font-family: "gulp-svg-font"; src: url("../fonts/svg-font/gulp-svg-font.eot"); src: url("../fonts/svg-font/gulp-svg-font.eot?#iefix") format("eot"), url("../fonts/svg-font/gulp-svg-font.woff") format("woff"), url("../fonts/svg-font/gulp-svg-font.ttf") format("truetype"), url("../fonts/svg-font/gulp-svg-font.svg#gulp-svg-font") format("svg"); }

.icon-arrow-up:before, .icon-close:before, .icon-facebook:before, .icon-instagram:before, .icon-viber:before, .icon-vk:before, .icon-dzen:before .icon-youtube:before { font-family: "gulp-svg-font"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }

.icon-arrow-up:before { content: ""; }

.icon-close:before { content: ""; }

.icon-facebook:before { content: ""; }

.icon-instagram:before { content: ""; }

.icon-viber:before { content: ""; }

.icon-vk:before { content: ""; }
.icon-dzen { content: ""; }
.icon-youtube:before { content: ""; }

/*! Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com) Copyright 2011-2017 The Bootstrap Authors Copyright 2011-2017 Twitter, Inc. Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
/*$grid-gutter-widths: (
	xs: $grid-gutter-width-base,
	sm: $grid-gutter-width-base,
	md: $grid-gutter-width-base,
	lg: $grid-gutter-width-base,
	xl: $grid-gutter-width-base
);*/
.separator { margin-top: 20px; }
@media (max-width: 769px) {.separator {display: none !important;} }
/*@media (min-width: 576px)*/

p { margin-top: 10px; margin-bottom: 20px;}
.row-grid-xs [class*="col-"] + [class*="col-"] { margin-top: 20px; }

.row-grid-sm [class*="col-"] + [class*="col-"] { margin-top: 40px; }

.row-grid-md [class*="col-"] + [class*="col-"] { margin-top: 60px; }

.row-grid-lg [class*="col-"] + [class*="col-"] { margin-top: 70px; }

.row-grid-xl [class*="col-"] + [class*="col-"] { margin-top: 80px; }

[class*="row-grid"] [class*="col-xs-"] + [class*="col-xs-"] { margin-top: 0; }

@media (min-width: 381px) { [class*="row-grid"] [class*="col-sp-"] + [class*="col-sp-"] { margin-top: 0; } }

@media (min-width: 481px) { [class*="row-grid"] [class*="col-sl-"] + [class*="col-sl-"] { margin-top: 0; } }

@media (min-width: 576px) { [class*="row-grid"] [class*="col-sm-"] + [class*="col-sm-"] { margin-top: 0; } }

@media (min-width: 769px) { [class*="row-grid"] [class*="col-md-"] + [class*="col-md-"] { margin-top: 0; } }

@media (min-width: 992px) { [class*="row-grid"] [class*="col-lg-"] + [class*="col-lg-"] { margin-top: 0; } }

@media (min-width: 1200px) { [class*="row-grid"] [class*="col-xl-"] + [class*="col-xl-"] { margin-top: 0; } }

/*@if $enable-grid-classes {
  .container {
    @include make-container();
    @include make-container-max-widths();
  }
}*/
.container-fluid { position: relative; margin-left: auto; margin-right: auto; padding-right: 20px; padding-left: 20px; }

@media (min-width: 576px) { .container-fluid { padding-right: 20px; padding-left: 20px; } }

@media (min-width: 769px) { .container-fluid { padding-right: 20px; padding-left: 20px; } }

@media (min-width: 992px) { .container-fluid { padding-right: 20px; padding-left: 20px; } }

@media (min-width: 1200px) { .container-fluid { padding-right: 20px; padding-left: 20px; } }

.row { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -20px; margin-left: -20px; }

@media (min-width: 576px) { .row { margin-right: -20px; margin-left: -20px; } }

@media (min-width: 769px) { .row { margin-right: -20px; margin-left: -20px; } }

@media (min-width: 992px) { .row { margin-right: -20px; margin-left: -20px; } }

@media (min-width: 1200px) { .row { margin-right: -20px; margin-left: -20px; } }

.no-gutters { margin-right: 0; margin-left: 0; }

.no-gutters > .col, .no-gutters > [class*="col-"] { padding-right: 0; padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sp-1, .col-sp-2, .col-sp-3, .col-sp-4, .col-sp-5, .col-sp-6, .col-sp-7, .col-sp-8, .col-sp-9, .col-sp-10, .col-sp-11, .col-sp-12, .col-sp, .col-sl-1, .col-sl-2, .col-sl-3, .col-sl-4, .col-sl-5, .col-sl-6, .col-sl-7, .col-sl-8, .col-sl-9, .col-sl-10, .col-sl-11, .col-sl-12, .col-sl, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl { position: relative; width: 100%; min-height: 1px; padding-right: 20px; padding-left: 20px; }

@media (min-width: 576px) { .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sp-1, .col-sp-2, .col-sp-3, .col-sp-4, .col-sp-5, .col-sp-6, .col-sp-7, .col-sp-8, .col-sp-9, .col-sp-10, .col-sp-11, .col-sp-12, .col-sp, .col-sl-1, .col-sl-2, .col-sl-3, .col-sl-4, .col-sl-5, .col-sl-6, .col-sl-7, .col-sl-8, .col-sl-9, .col-sl-10, .col-sl-11, .col-sl-12, .col-sl, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl { padding-right: 20px; padding-left: 20px; } }

@media (min-width: 769px) { .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sp-1, .col-sp-2, .col-sp-3, .col-sp-4, .col-sp-5, .col-sp-6, .col-sp-7, .col-sp-8, .col-sp-9, .col-sp-10, .col-sp-11, .col-sp-12, .col-sp, .col-sl-1, .col-sl-2, .col-sl-3, .col-sl-4, .col-sl-5, .col-sl-6, .col-sl-7, .col-sl-8, .col-sl-9, .col-sl-10, .col-sl-11, .col-sl-12, .col-sl, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl { padding-right: 20px; padding-left: 20px; } }

@media (min-width: 992px) { .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sp-1, .col-sp-2, .col-sp-3, .col-sp-4, .col-sp-5, .col-sp-6, .col-sp-7, .col-sp-8, .col-sp-9, .col-sp-10, .col-sp-11, .col-sp-12, .col-sp, .col-sl-1, .col-sl-2, .col-sl-3, .col-sl-4, .col-sl-5, .col-sl-6, .col-sl-7, .col-sl-8, .col-sl-9, .col-sl-10, .col-sl-11, .col-sl-12, .col-sl, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl { padding-right: 20px; padding-left: 20px; } }

@media (min-width: 1200px) { .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sp-1, .col-sp-2, .col-sp-3, .col-sp-4, .col-sp-5, .col-sp-6, .col-sp-7, .col-sp-8, .col-sp-9, .col-sp-10, .col-sp-11, .col-sp-12, .col-sp, .col-sl-1, .col-sl-2, .col-sl-3, .col-sl-4, .col-sl-5, .col-sl-6, .col-sl-7, .col-sl-8, .col-sl-9, .col-sl-10, .col-sl-11, .col-sl-12, .col-sl, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl { padding-right: 20px; padding-left: 20px; } }

.col { -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }

.col-auto { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; }

.col-1 { -webkit-box-flex: 0; -ms-flex: 0 0 8.33333%; flex: 0 0 8.33333%; max-width: 8.33333%; }

.col-2 { -webkit-box-flex: 0; -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667%; }

.col-3 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }

.col-4 { -webkit-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; }

.col-5 { -webkit-box-flex: 0; -ms-flex: 0 0 41.66667%; flex: 0 0 41.66667%; max-width: 41.66667%; }

.col-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }

.col-7 { -webkit-box-flex: 0; -ms-flex: 0 0 58.33333%; flex: 0 0 58.33333%; max-width: 58.33333%; }

.col-8 { -webkit-box-flex: 0; -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; max-width: 66.66667%; }

.col-9 { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }

.col-10 { -webkit-box-flex: 0; -ms-flex: 0 0 83.33333%; flex: 0 0 83.33333%; max-width: 83.33333%; }

.col-11 { -webkit-box-flex: 0; -ms-flex: 0 0 91.66667%; flex: 0 0 91.66667%; max-width: 91.66667%; }

.col-12 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }

.pull-0 { right: auto; }

.pull-1 { right: 8.33333%; }

.pull-2 { right: 16.66667%; }

.pull-3 { right: 25%; }

.pull-4 { right: 33.33333%; }

.pull-5 { right: 41.66667%; }

.pull-6 { right: 50%; }

.pull-7 { right: 58.33333%; }

.pull-8 { right: 66.66667%; }

.pull-9 { right: 75%; }

.pull-10 { right: 83.33333%; }

.pull-11 { right: 91.66667%; }

.pull-12 { right: 100%; }

.push-0 { left: auto; }

.push-1 { left: 8.33333%; }

.push-2 { left: 16.66667%; }

.push-3 { left: 25%; }

.push-4 { left: 33.33333%; }

.push-5 { left: 41.66667%; }

.push-6 { left: 50%; }

.push-7 { left: 58.33333%; }

.push-8 { left: 66.66667%; }

.push-9 { left: 75%; }

.push-10 { left: 83.33333%; }

.push-11 { left: 91.66667%; }

.push-12 { left: 100%; }

.offset-1 { margin-left: 8.33333%; }

.offset-2 { margin-left: 16.66667%; }

.offset-3 { margin-left: 25%; }

.offset-4 { margin-left: 33.33333%; }

.offset-5 { margin-left: 41.66667%; }

.offset-6 { margin-left: 50%; }

.offset-7 { margin-left: 58.33333%; }

.offset-8 { margin-left: 66.66667%; }

.offset-9 { margin-left: 75%; }

.offset-10 { margin-left: 83.33333%; }

.offset-11 { margin-left: 91.66667%; }

@media (min-width: 381px) { .col-sp { -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
  .col-sp-auto { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; }
  .col-sp-1 { -webkit-box-flex: 0; -ms-flex: 0 0 8.33333%; flex: 0 0 8.33333%; max-width: 8.33333%; }
  .col-sp-2 { -webkit-box-flex: 0; -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667%; }
  .col-sp-3 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .col-sp-4 { -webkit-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; }
  .col-sp-5 { -webkit-box-flex: 0; -ms-flex: 0 0 41.66667%; flex: 0 0 41.66667%; max-width: 41.66667%; }
  .col-sp-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .col-sp-7 { -webkit-box-flex: 0; -ms-flex: 0 0 58.33333%; flex: 0 0 58.33333%; max-width: 58.33333%; }
  .col-sp-8 { -webkit-box-flex: 0; -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; max-width: 66.66667%; }
  .col-sp-9 { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
  .col-sp-10 { -webkit-box-flex: 0; -ms-flex: 0 0 83.33333%; flex: 0 0 83.33333%; max-width: 83.33333%; }
  .col-sp-11 { -webkit-box-flex: 0; -ms-flex: 0 0 91.66667%; flex: 0 0 91.66667%; max-width: 91.66667%; }
  .col-sp-12 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .pull-sp-0 { right: auto; }
  .pull-sp-1 { right: 8.33333%; }
  .pull-sp-2 { right: 16.66667%; }
  .pull-sp-3 { right: 25%; }
  .pull-sp-4 { right: 33.33333%; }
  .pull-sp-5 { right: 41.66667%; }
  .pull-sp-6 { right: 50%; }
  .pull-sp-7 { right: 58.33333%; }
  .pull-sp-8 { right: 66.66667%; }
  .pull-sp-9 { right: 75%; }
  .pull-sp-10 { right: 83.33333%; }
  .pull-sp-11 { right: 91.66667%; }
  .pull-sp-12 { right: 100%; }
  .push-sp-0 { left: auto; }
  .push-sp-1 { left: 8.33333%; }
  .push-sp-2 { left: 16.66667%; }
  .push-sp-3 { left: 25%; }
  .push-sp-4 { left: 33.33333%; }
  .push-sp-5 { left: 41.66667%; }
  .push-sp-6 { left: 50%; }
  .push-sp-7 { left: 58.33333%; }
  .push-sp-8 { left: 66.66667%; }
  .push-sp-9 { left: 75%; }
  .push-sp-10 { left: 83.33333%; }
  .push-sp-11 { left: 91.66667%; }
  .push-sp-12 { left: 100%; }
  .offset-sp-0 { margin-left: 0%; }
  .offset-sp-1 { margin-left: 8.33333%; }
  .offset-sp-2 { margin-left: 16.66667%; }
  .offset-sp-3 { margin-left: 25%; }
  .offset-sp-4 { margin-left: 33.33333%; }
  .offset-sp-5 { margin-left: 41.66667%; }
  .offset-sp-6 { margin-left: 50%; }
  .offset-sp-7 { margin-left: 58.33333%; }
  .offset-sp-8 { margin-left: 66.66667%; }
  .offset-sp-9 { margin-left: 75%; }
  .offset-sp-10 { margin-left: 83.33333%; }
  .offset-sp-11 { margin-left: 91.66667%; } }

@media (min-width: 481px) { .col-sl { -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
  .col-sl-auto { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; }
  .col-sl-1 { -webkit-box-flex: 0; -ms-flex: 0 0 8.33333%; flex: 0 0 8.33333%; max-width: 8.33333%; }
  .col-sl-2 { -webkit-box-flex: 0; -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667%; }
  .col-sl-3 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .col-sl-4 { -webkit-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; }
  .col-sl-5 { -webkit-box-flex: 0; -ms-flex: 0 0 41.66667%; flex: 0 0 41.66667%; max-width: 41.66667%; }
  .col-sl-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .col-sl-7 { -webkit-box-flex: 0; -ms-flex: 0 0 58.33333%; flex: 0 0 58.33333%; max-width: 58.33333%; }
  .col-sl-8 { -webkit-box-flex: 0; -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; max-width: 66.66667%; }
  .col-sl-9 { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
  .col-sl-10 { -webkit-box-flex: 0; -ms-flex: 0 0 83.33333%; flex: 0 0 83.33333%; max-width: 83.33333%; }
  .col-sl-11 { -webkit-box-flex: 0; -ms-flex: 0 0 91.66667%; flex: 0 0 91.66667%; max-width: 91.66667%; }
  .col-sl-12 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .pull-sl-0 { right: auto; }
  .pull-sl-1 { right: 8.33333%; }
  .pull-sl-2 { right: 16.66667%; }
  .pull-sl-3 { right: 25%; }
  .pull-sl-4 { right: 33.33333%; }
  .pull-sl-5 { right: 41.66667%; }
  .pull-sl-6 { right: 50%; }
  .pull-sl-7 { right: 58.33333%; }
  .pull-sl-8 { right: 66.66667%; }
  .pull-sl-9 { right: 75%; }
  .pull-sl-10 { right: 83.33333%; }
  .pull-sl-11 { right: 91.66667%; }
  .pull-sl-12 { right: 100%; }
  .push-sl-0 { left: auto; }
  .push-sl-1 { left: 8.33333%; }
  .push-sl-2 { left: 16.66667%; }
  .push-sl-3 { left: 25%; }
  .push-sl-4 { left: 33.33333%; }
  .push-sl-5 { left: 41.66667%; }
  .push-sl-6 { left: 50%; }
  .push-sl-7 { left: 58.33333%; }
  .push-sl-8 { left: 66.66667%; }
  .push-sl-9 { left: 75%; }
  .push-sl-10 { left: 83.33333%; }
  .push-sl-11 { left: 91.66667%; }
  .push-sl-12 { left: 100%; }
  .offset-sl-0 { margin-left: 0%; }
  .offset-sl-1 { margin-left: 8.33333%; }
  .offset-sl-2 { margin-left: 16.66667%; }
  .offset-sl-3 { margin-left: 25%; }
  .offset-sl-4 { margin-left: 33.33333%; }
  .offset-sl-5 { margin-left: 41.66667%; }
  .offset-sl-6 { margin-left: 50%; }
  .offset-sl-7 { margin-left: 58.33333%; }
  .offset-sl-8 { margin-left: 66.66667%; }
  .offset-sl-9 { margin-left: 75%; }
  .offset-sl-10 { margin-left: 83.33333%; }
  .offset-sl-11 { margin-left: 91.66667%; } }

@media (min-width: 576px) { .col-sm { -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
  .col-sm-auto { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; }
  .col-sm-1 { -webkit-box-flex: 0; -ms-flex: 0 0 8.33333%; flex: 0 0 8.33333%; max-width: 8.33333%; }
  .col-sm-2 { -webkit-box-flex: 0; -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667%; }
  .col-sm-3 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .col-sm-4 { -webkit-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; }
  .col-sm-5 { -webkit-box-flex: 0; -ms-flex: 0 0 41.66667%; flex: 0 0 41.66667%; max-width: 41.66667%; }
  .col-sm-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .col-sm-7 { -webkit-box-flex: 0; -ms-flex: 0 0 58.33333%; flex: 0 0 58.33333%; max-width: 58.33333%; }
  .col-sm-8 { -webkit-box-flex: 0; -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; max-width: 66.66667%; }
  .col-sm-9 { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
  .col-sm-10 { -webkit-box-flex: 0; -ms-flex: 0 0 83.33333%; flex: 0 0 83.33333%; max-width: 83.33333%; }
  .col-sm-11 { -webkit-box-flex: 0; -ms-flex: 0 0 91.66667%; flex: 0 0 91.66667%; max-width: 91.66667%; }
  .col-sm-12 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .pull-sm-0 { right: auto; }
  .pull-sm-1 { right: 8.33333%; }
  .pull-sm-2 { right: 16.66667%; }
  .pull-sm-3 { right: 25%; }
  .pull-sm-4 { right: 33.33333%; }
  .pull-sm-5 { right: 41.66667%; }
  .pull-sm-6 { right: 50%; }
  .pull-sm-7 { right: 58.33333%; }
  .pull-sm-8 { right: 66.66667%; }
  .pull-sm-9 { right: 75%; }
  .pull-sm-10 { right: 83.33333%; }
  .pull-sm-11 { right: 91.66667%; }
  .pull-sm-12 { right: 100%; }
  .push-sm-0 { left: auto; }
  .push-sm-1 { left: 8.33333%; }
  .push-sm-2 { left: 16.66667%; }
  .push-sm-3 { left: 25%; }
  .push-sm-4 { left: 33.33333%; }
  .push-sm-5 { left: 41.66667%; }
  .push-sm-6 { left: 50%; }
  .push-sm-7 { left: 58.33333%; }
  .push-sm-8 { left: 66.66667%; }
  .push-sm-9 { left: 75%; }
  .push-sm-10 { left: 83.33333%; }
  .push-sm-11 { left: 91.66667%; }
  .push-sm-12 { left: 100%; }
  .offset-sm-0 { margin-left: 0%; }
  .offset-sm-1 { margin-left: 8.33333%; }
  .offset-sm-2 { margin-left: 16.66667%; }
  .offset-sm-3 { margin-left: 25%; }
  .offset-sm-4 { margin-left: 33.33333%; }
  .offset-sm-5 { margin-left: 41.66667%; }
  .offset-sm-6 { margin-left: 50%; }
  .offset-sm-7 { margin-left: 58.33333%; }
  .offset-sm-8 { margin-left: 66.66667%; }
  .offset-sm-9 { margin-left: 75%; }
  .offset-sm-10 { margin-left: 83.33333%; }
  .offset-sm-11 { margin-left: 91.66667%; } }

@media (min-width: 769px) { .col-md { -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
  .col-md-auto { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; }
  .col-md-1 { -webkit-box-flex: 0; -ms-flex: 0 0 8.33333%; flex: 0 0 8.33333%; max-width: 8.33333%; }
  .col-md-2 { -webkit-box-flex: 0; -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667%; }
  .col-md-3 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .col-md-4 { -webkit-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; }
  .col-md-5 { -webkit-box-flex: 0; -ms-flex: 0 0 41.66667%; flex: 0 0 41.66667%; max-width: 41.66667%; }
  .col-md-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .col-md-7 { -webkit-box-flex: 0; -ms-flex: 0 0 58.33333%; flex: 0 0 58.33333%; max-width: 58.33333%; }
  .col-md-8 { -webkit-box-flex: 0; -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; max-width: 66.66667%; }
  .col-md-9 { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
  .col-md-10 { -webkit-box-flex: 0; -ms-flex: 0 0 83.33333%; flex: 0 0 83.33333%; max-width: 83.33333%; }
  .col-md-11 { -webkit-box-flex: 0; -ms-flex: 0 0 91.66667%; flex: 0 0 91.66667%; max-width: 91.66667%; }
  .col-md-12 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .pull-md-0 { right: auto; }
  .pull-md-1 { right: 8.33333%; }
  .pull-md-2 { right: 16.66667%; }
  .pull-md-3 { right: 25%; }
  .pull-md-4 { right: 33.33333%; }
  .pull-md-5 { right: 41.66667%; }
  .pull-md-6 { right: 50%; }
  .pull-md-7 { right: 58.33333%; }
  .pull-md-8 { right: 66.66667%; }
  .pull-md-9 { right: 75%; }
  .pull-md-10 { right: 83.33333%; }
  .pull-md-11 { right: 91.66667%; }
  .pull-md-12 { right: 100%; }
  .push-md-0 { left: auto; }
  .push-md-1 { left: 8.33333%; }
  .push-md-2 { left: 16.66667%; }
  .push-md-3 { left: 25%; }
  .push-md-4 { left: 33.33333%; }
  .push-md-5 { left: 41.66667%; }
  .push-md-6 { left: 50%; }
  .push-md-7 { left: 58.33333%; }
  .push-md-8 { left: 66.66667%; }
  .push-md-9 { left: 75%; }
  .push-md-10 { left: 83.33333%; }
  .push-md-11 { left: 91.66667%; }
  .push-md-12 { left: 100%; }
  .offset-md-0 { margin-left: 0%; }
  .offset-md-1 { margin-left: 8.33333%; }
  .offset-md-2 { margin-left: 16.66667%; }
  .offset-md-3 { margin-left: 25%; }
  .offset-md-4 { margin-left: 33.33333%; }
  .offset-md-5 { margin-left: 41.66667%; }
  .offset-md-6 { margin-left: 50%; }
  .offset-md-7 { margin-left: 58.33333%; }
  .offset-md-8 { margin-left: 66.66667%; }
  .offset-md-9 { margin-left: 75%; }
  .offset-md-10 { margin-left: 83.33333%; }
  .offset-md-11 { margin-left: 91.66667%; } }

@media (min-width: 992px) { .col-lg { -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
  .col-lg-auto { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; }
  .col-lg-1 { -webkit-box-flex: 0; -ms-flex: 0 0 8.33333%; flex: 0 0 8.33333%; max-width: 8.33333%; }
  .col-lg-2 { -webkit-box-flex: 0; -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667%; }
  .col-lg-3 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .col-lg-4 { -webkit-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; }
  .col-lg-5 { -webkit-box-flex: 0; -ms-flex: 0 0 41.66667%; flex: 0 0 41.66667%; max-width: 41.66667%; }
  .col-lg-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .col-lg-7 { -webkit-box-flex: 0; -ms-flex: 0 0 58.33333%; flex: 0 0 58.33333%; max-width: 58.33333%; }
  .col-lg-8 { -webkit-box-flex: 0; -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; max-width: 66.66667%; }
  .col-lg-9 { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
  .col-lg-10 { -webkit-box-flex: 0; -ms-flex: 0 0 83.33333%; flex: 0 0 83.33333%; max-width: 83.33333%; }
  .col-lg-11 { -webkit-box-flex: 0; -ms-flex: 0 0 91.66667%; flex: 0 0 91.66667%; max-width: 91.66667%; }
  .col-lg-12 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .pull-lg-0 { right: auto; }
  .pull-lg-1 { right: 8.33333%; }
  .pull-lg-2 { right: 16.66667%; }
  .pull-lg-3 { right: 25%; }
  .pull-lg-4 { right: 33.33333%; }
  .pull-lg-5 { right: 41.66667%; }
  .pull-lg-6 { right: 50%; }
  .pull-lg-7 { right: 58.33333%; }
  .pull-lg-8 { right: 66.66667%; }
  .pull-lg-9 { right: 75%; }
  .pull-lg-10 { right: 83.33333%; }
  .pull-lg-11 { right: 91.66667%; }
  .pull-lg-12 { right: 100%; }
  .push-lg-0 { left: auto; }
  .push-lg-1 { left: 8.33333%; }
  .push-lg-2 { left: 16.66667%; }
  .push-lg-3 { left: 25%; }
  .push-lg-4 { left: 33.33333%; }
  .push-lg-5 { left: 41.66667%; }
  .push-lg-6 { left: 50%; }
  .push-lg-7 { left: 58.33333%; }
  .push-lg-8 { left: 66.66667%; }
  .push-lg-9 { left: 75%; }
  .push-lg-10 { left: 83.33333%; }
  .push-lg-11 { left: 91.66667%; }
  .push-lg-12 { left: 100%; }
  .offset-lg-0 { margin-left: 0%; }
  .offset-lg-1 { margin-left: 8.33333%; }
  .offset-lg-2 { margin-left: 16.66667%; }
  .offset-lg-3 { margin-left: 25%; }
  .offset-lg-4 { margin-left: 33.33333%; }
  .offset-lg-5 { margin-left: 41.66667%; }
  .offset-lg-6 { margin-left: 50%; }
  .offset-lg-7 { margin-left: 58.33333%; }
  .offset-lg-8 { margin-left: 66.66667%; }
  .offset-lg-9 { margin-left: 75%; }
  .offset-lg-10 { margin-left: 83.33333%; }
  .offset-lg-11 { margin-left: 91.66667%; } }

@media (min-width: 1200px) { .col-xl { -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }
  .col-xl-auto { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; }
  .col-xl-1 { -webkit-box-flex: 0; -ms-flex: 0 0 8.33333%; flex: 0 0 8.33333%; max-width: 8.33333%; }
  .col-xl-2 { -webkit-box-flex: 0; -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; max-width: 16.66667%; }
  .col-xl-3 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
  .col-xl-4 { -webkit-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; }
  .col-xl-5 { -webkit-box-flex: 0; -ms-flex: 0 0 41.66667%; flex: 0 0 41.66667%; max-width: 41.66667%; }
  .col-xl-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .col-xl-7 { -webkit-box-flex: 0; -ms-flex: 0 0 58.33333%; flex: 0 0 58.33333%; max-width: 58.33333%; }
  .col-xl-8 { -webkit-box-flex: 0; -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; max-width: 66.66667%; }
  .col-xl-9 { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
  .col-xl-10 { -webkit-box-flex: 0; -ms-flex: 0 0 83.33333%; flex: 0 0 83.33333%; max-width: 83.33333%; }
  .col-xl-11 { -webkit-box-flex: 0; -ms-flex: 0 0 91.66667%; flex: 0 0 91.66667%; max-width: 91.66667%; }
  .col-xl-12 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .pull-xl-0 { right: auto; }
  .pull-xl-1 { right: 8.33333%; }
  .pull-xl-2 { right: 16.66667%; }
  .pull-xl-3 { right: 25%; }
  .pull-xl-4 { right: 33.33333%; }
  .pull-xl-5 { right: 41.66667%; }
  .pull-xl-6 { right: 50%; }
  .pull-xl-7 { right: 58.33333%; }
  .pull-xl-8 { right: 66.66667%; }
  .pull-xl-9 { right: 75%; }
  .pull-xl-10 { right: 83.33333%; }
  .pull-xl-11 { right: 91.66667%; }
  .pull-xl-12 { right: 100%; }
  .push-xl-0 { left: auto; }
  .push-xl-1 { left: 8.33333%; }
  .push-xl-2 { left: 16.66667%; }
  .push-xl-3 { left: 25%; }
  .push-xl-4 { left: 33.33333%; }
  .push-xl-5 { left: 41.66667%; }
  .push-xl-6 { left: 50%; }
  .push-xl-7 { left: 58.33333%; }
  .push-xl-8 { left: 66.66667%; }
  .push-xl-9 { left: 75%; }
  .push-xl-10 { left: 83.33333%; }
  .push-xl-11 { left: 91.66667%; }
  .push-xl-12 { left: 100%; }
  .offset-xl-0 { margin-left: 0%; }
  .offset-xl-1 { margin-left: 8.33333%; }
  .offset-xl-2 { margin-left: 16.66667%; }
  .offset-xl-3 { margin-left: 25%; }
  .offset-xl-4 { margin-left: 33.33333%; }
  .offset-xl-5 { margin-left: 41.66667%; }
  .offset-xl-6 { margin-left: 50%; }
  .offset-xl-7 { margin-left: 58.33333%; }
  .offset-xl-8 { margin-left: 66.66667%; }
  .offset-xl-9 { margin-left: 75%; }
  .offset-xl-10 { margin-left: 83.33333%; }
  .offset-xl-11 { margin-left: 91.66667%; } }

.clearfix::after { display: block; content: ""; clear: both; }

.d-none { display: none !important; }

.d-inline { display: inline !important; }

.d-inline-block { display: inline-block !important; }

.d-block { display: block !important; }

.d-table { display: table !important; }

.d-table-cell { display: table-cell !important; }

.d-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; }

.d-inline-flex { display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important; }

@media (min-width: 381px) { .d-sp-none { display: none !important; }
  .d-sp-inline { display: inline !important; }
  .d-sp-inline-block { display: inline-block !important; }
  .d-sp-block { display: block !important; }
  .d-sp-table { display: table !important; }
  .d-sp-table-cell { display: table-cell !important; }
  .d-sp-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; }
  .d-sp-inline-flex { display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important; } }

@media (min-width: 481px) { .d-sl-none { display: none !important; }
  .d-sl-inline { display: inline !important; }
  .d-sl-inline-block { display: inline-block !important; }
  .d-sl-block { display: block !important; }
  .d-sl-table { display: table !important; }
  .d-sl-table-cell { display: table-cell !important; }
  .d-sl-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; }
  .d-sl-inline-flex { display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important; } }

@media (min-width: 576px) { .d-sm-none { display: none !important; }
  .d-sm-inline { display: inline !important; }
  .d-sm-inline-block { display: inline-block !important; }
  .d-sm-block { display: block !important; }
  .d-sm-table { display: table !important; }
  .d-sm-table-cell { display: table-cell !important; }
  .d-sm-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; }
  .d-sm-inline-flex { display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important; } }

@media (min-width: 769px) { .d-md-none { display: none !important; }
  .d-md-inline { display: inline !important; }
  .d-md-inline-block { display: inline-block !important; }
  .d-md-block { display: block !important; }
  .d-md-table { display: table !important; }
  .d-md-table-cell { display: table-cell !important; }
  .d-md-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; }
  .d-md-inline-flex { display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important; } }

@media (min-width: 992px) { .d-lg-none { display: none !important; }
  .d-lg-inline { display: inline !important; }
  .d-lg-inline-block { display: inline-block !important; }
  .d-lg-block { display: block !important; }
  .d-lg-table { display: table !important; }
  .d-lg-table-cell { display: table-cell !important; }
  .d-lg-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; }
  .d-lg-inline-flex { display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important; } }

@media (min-width: 1200px) { .d-xl-none { display: none !important; }
  .d-xl-inline { display: inline !important; }
  .d-xl-inline-block { display: inline-block !important; }
  .d-xl-block { display: block !important; }
  .d-xl-table { display: table !important; }
  .d-xl-table-cell { display: table-cell !important; }
  .d-xl-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; }
  .d-xl-inline-flex { display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important; } }

.float-left { float: left !important; }

.float-right { float: right !important; }

.float-none { float: none !important; }

@media (min-width: 381px) { .float-sp-left { float: left !important; }
  .float-sp-right { float: right !important; }
  .float-sp-none { float: none !important; } }

@media (min-width: 481px) { .float-sl-left { float: left !important; }
  .float-sl-right { float: right !important; }
  .float-sl-none { float: none !important; } }

@media (min-width: 576px) { .float-sm-left { float: left !important; }
  .float-sm-right { float: right !important; }
  .float-sm-none { float: none !important; } }

@media (min-width: 769px) { .float-md-left { float: left !important; }
  .float-md-right { float: right !important; }
  .float-md-none { float: none !important; } }

@media (min-width: 992px) { .float-lg-left { float: left !important; }
  .float-lg-right { float: right !important; }
  .float-lg-none { float: none !important; } }

@media (min-width: 1200px) { .float-xl-left { float: left !important; }
  .float-xl-right { float: right !important; }
  .float-xl-none { float: none !important; } }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; }

.w-25 { width: 25% !important; }

.w-50 { width: 50% !important; }

.w-75 { width: 75% !important; }

.w-100 { width: 100% !important; }

.h-25 { height: 25% !important; }

.h-50 { height: 50% !important; }

.h-75 { height: 75% !important; }

.h-100 { height: 100% !important; }

.mw-100 { max-width: 100% !important; }

.mh-100 { max-height: 100% !important; }

.m-0 { margin: 0 0 !important; }

.mt-0 { margin-top: 0 !important; }

.mr-0 { margin-right: 0 !important; }

.mb-0 { margin-bottom: 0 !important; }

.ml-0 { margin-left: 0 !important; }

.mx-0 { margin-right: 0 !important; margin-left: 0 !important; }

.my-0 { margin-top: 0 !important; margin-bottom: 0 !important; }

.m-1 { margin: 0.25rem 0.25rem !important; }

.mt-1 { margin-top: 0.25rem !important; }

.mr-1 { margin-right: 0.25rem !important; }

.mb-1 { margin-bottom: 0.25rem !important; }

.ml-1 { margin-left: 0.25rem !important; }

.mx-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; }

.my-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }

.m-2 { margin: 0.5rem 0.5rem !important; }

.mt-2 { margin-top: 0.5rem !important; }

.mr-2 { margin-right: 0.5rem !important; }

.mb-2 { margin-bottom: 0.5rem !important; }

.ml-2 { margin-left: 0.5rem !important; }

.mx-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; }

.my-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }

.m-3 { margin: 1rem 1rem !important; }

.mt-3 { margin-top: 1rem !important; }

.mr-3 { margin-right: 1rem !important; }

.mb-3 { margin-bottom: 1rem !important; }

.ml-3 { margin-left: 1rem !important; }

.mx-3 { margin-right: 1rem !important; margin-left: 1rem !important; }

.my-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; }

.m-4 { margin: 1.5rem 1.5rem !important; }

.mt-4 { margin-top: 1.5rem !important; }

.mr-4 { margin-right: 1.5rem !important; }

.mb-4 { margin-bottom: 1.5rem !important; }

.ml-4 { margin-left: 1.5rem !important; }

.mx-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; }

.my-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }

.m-5 { margin: 3rem 3rem !important; }

.mt-5 { margin-top: 3rem !important; }

.mr-5 { margin-right: 3rem !important; }

.mb-5 { margin-bottom: 3rem !important; }

.ml-5 { margin-left: 3rem !important; }

.mx-5 { margin-right: 3rem !important; margin-left: 3rem !important; }

.my-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }

.p-0 { padding: 0 0 !important; }

.pt-0 { padding-top: 0 !important; }

.pr-0 { padding-right: 0 !important; }

.pb-0 { padding-bottom: 0 !important; }

.pl-0 { padding-left: 0 !important; }

.px-0 { padding-right: 0 !important; padding-left: 0 !important; }

.py-0 { padding-top: 0 !important; padding-bottom: 0 !important; }

.p-1 { padding: 0.25rem 0.25rem !important; }

.pt-1 { padding-top: 0.25rem !important; }

.pr-1 { padding-right: 0.25rem !important; }

.pb-1 { padding-bottom: 0.25rem !important; }

.pl-1 { padding-left: 0.25rem !important; }

.px-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; }

.py-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }

.p-2 { padding: 0.5rem 0.5rem !important; }

.pt-2 { padding-top: 0.5rem !important; }

.pr-2 { padding-right: 0.5rem !important; }

.pb-2 { padding-bottom: 0.5rem !important; }

.pl-2 { padding-left: 0.5rem !important; }

.px-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; }

.py-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }

.p-3 { padding: 1rem 1rem !important; }

.pt-3 { padding-top: 1rem !important; }

.pr-3 { padding-right: 1rem !important; }

.pb-3 { padding-bottom: 1rem !important; }

.pl-3 { padding-left: 1rem !important; }

.px-3 { padding-right: 1rem !important; padding-left: 1rem !important; }

.py-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }

.p-4 { padding: 1.5rem 1.5rem !important; }

.pt-4 { padding-top: 1.5rem !important; }

.pr-4 { padding-right: 1.5rem !important; }

.pb-4 { padding-bottom: 1.5rem !important; }

.pl-4 { padding-left: 1.5rem !important; }

.px-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; }

.py-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }

.p-5 { padding: 3rem 3rem !important; }

.pt-5 { padding-top: 3rem !important; }

.pr-5 { padding-right: 3rem !important; }

.pb-5 { padding-bottom: 3rem !important; }

.pl-5 { padding-left: 3rem !important; }

.px-5 { padding-right: 3rem !important; padding-left: 3rem !important; }

.py-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }

.m-auto { margin: auto !important; }

.mt-auto { margin-top: auto !important; }

.mr-auto { margin-right: auto !important; }

.mb-auto { margin-bottom: auto !important; }

.ml-auto { margin-left: auto !important; }

.mx-auto { margin-right: auto !important; margin-left: auto !important; }

.my-auto { margin-top: auto !important; margin-bottom: auto !important; }

@media (min-width: 381px) { .m-sp-0 { margin: 0 0 !important; }
  .mt-sp-0 { margin-top: 0 !important; }
  .mr-sp-0 { margin-right: 0 !important; }
  .mb-sp-0 { margin-bottom: 0 !important; }
  .ml-sp-0 { margin-left: 0 !important; }
  .mx-sp-0 { margin-right: 0 !important; margin-left: 0 !important; }
  .my-sp-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
  .m-sp-1 { margin: 0.25rem 0.25rem !important; }
  .mt-sp-1 { margin-top: 0.25rem !important; }
  .mr-sp-1 { margin-right: 0.25rem !important; }
  .mb-sp-1 { margin-bottom: 0.25rem !important; }
  .ml-sp-1 { margin-left: 0.25rem !important; }
  .mx-sp-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; }
  .my-sp-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }
  .m-sp-2 { margin: 0.5rem 0.5rem !important; }
  .mt-sp-2 { margin-top: 0.5rem !important; }
  .mr-sp-2 { margin-right: 0.5rem !important; }
  .mb-sp-2 { margin-bottom: 0.5rem !important; }
  .ml-sp-2 { margin-left: 0.5rem !important; }
  .mx-sp-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; }
  .my-sp-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
  .m-sp-3 { margin: 1rem 1rem !important; }
  .mt-sp-3 { margin-top: 1rem !important; }
  .mr-sp-3 { margin-right: 1rem !important; }
  .mb-sp-3 { margin-bottom: 1rem !important; }
  .ml-sp-3 { margin-left: 1rem !important; }
  .mx-sp-3 { margin-right: 1rem !important; margin-left: 1rem !important; }
  .my-sp-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
  .m-sp-4 { margin: 1.5rem 1.5rem !important; }
  .mt-sp-4 { margin-top: 1.5rem !important; }
  .mr-sp-4 { margin-right: 1.5rem !important; }
  .mb-sp-4 { margin-bottom: 1.5rem !important; }
  .ml-sp-4 { margin-left: 1.5rem !important; }
  .mx-sp-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; }
  .my-sp-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
  .m-sp-5 { margin: 3rem 3rem !important; }
  .mt-sp-5 { margin-top: 3rem !important; }
  .mr-sp-5 { margin-right: 3rem !important; }
  .mb-sp-5 { margin-bottom: 3rem !important; }
  .ml-sp-5 { margin-left: 3rem !important; }
  .mx-sp-5 { margin-right: 3rem !important; margin-left: 3rem !important; }
  .my-sp-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }
  .p-sp-0 { padding: 0 0 !important; }
  .pt-sp-0 { padding-top: 0 !important; }
  .pr-sp-0 { padding-right: 0 !important; }
  .pb-sp-0 { padding-bottom: 0 !important; }
  .pl-sp-0 { padding-left: 0 !important; }
  .px-sp-0 { padding-right: 0 !important; padding-left: 0 !important; }
  .py-sp-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
  .p-sp-1 { padding: 0.25rem 0.25rem !important; }
  .pt-sp-1 { padding-top: 0.25rem !important; }
  .pr-sp-1 { padding-right: 0.25rem !important; }
  .pb-sp-1 { padding-bottom: 0.25rem !important; }
  .pl-sp-1 { padding-left: 0.25rem !important; }
  .px-sp-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; }
  .py-sp-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
  .p-sp-2 { padding: 0.5rem 0.5rem !important; }
  .pt-sp-2 { padding-top: 0.5rem !important; }
  .pr-sp-2 { padding-right: 0.5rem !important; }
  .pb-sp-2 { padding-bottom: 0.5rem !important; }
  .pl-sp-2 { padding-left: 0.5rem !important; }
  .px-sp-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; }
  .py-sp-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
  .p-sp-3 { padding: 1rem 1rem !important; }
  .pt-sp-3 { padding-top: 1rem !important; }
  .pr-sp-3 { padding-right: 1rem !important; }
  .pb-sp-3 { padding-bottom: 1rem !important; }
  .pl-sp-3 { padding-left: 1rem !important; }
  .px-sp-3 { padding-right: 1rem !important; padding-left: 1rem !important; }
  .py-sp-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
  .p-sp-4 { padding: 1.5rem 1.5rem !important; }
  .pt-sp-4 { padding-top: 1.5rem !important; }
  .pr-sp-4 { padding-right: 1.5rem !important; }
  .pb-sp-4 { padding-bottom: 1.5rem !important; }
  .pl-sp-4 { padding-left: 1.5rem !important; }
  .px-sp-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; }
  .py-sp-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
  .p-sp-5 { padding: 3rem 3rem !important; }
  .pt-sp-5 { padding-top: 3rem !important; }
  .pr-sp-5 { padding-right: 3rem !important; }
  .pb-sp-5 { padding-bottom: 3rem !important; }
  .pl-sp-5 { padding-left: 3rem !important; }
  .px-sp-5 { padding-right: 3rem !important; padding-left: 3rem !important; }
  .py-sp-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
  .m-sp-auto { margin: auto !important; }
  .mt-sp-auto { margin-top: auto !important; }
  .mr-sp-auto { margin-right: auto !important; }
  .mb-sp-auto { margin-bottom: auto !important; }
  .ml-sp-auto { margin-left: auto !important; }
  .mx-sp-auto { margin-right: auto !important; margin-left: auto !important; }
  .my-sp-auto { margin-top: auto !important; margin-bottom: auto !important; } }

@media (min-width: 481px) { .m-sl-0 { margin: 0 0 !important; }
  .mt-sl-0 { margin-top: 0 !important; }
  .mr-sl-0 { margin-right: 0 !important; }
  .mb-sl-0 { margin-bottom: 0 !important; }
  .ml-sl-0 { margin-left: 0 !important; }
  .mx-sl-0 { margin-right: 0 !important; margin-left: 0 !important; }
  .my-sl-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
  .m-sl-1 { margin: 0.25rem 0.25rem !important; }
  .mt-sl-1 { margin-top: 0.25rem !important; }
  .mr-sl-1 { margin-right: 0.25rem !important; }
  .mb-sl-1 { margin-bottom: 0.25rem !important; }
  .ml-sl-1 { margin-left: 0.25rem !important; }
  .mx-sl-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; }
  .my-sl-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }
  .m-sl-2 { margin: 0.5rem 0.5rem !important; }
  .mt-sl-2 { margin-top: 0.5rem !important; }
  .mr-sl-2 { margin-right: 0.5rem !important; }
  .mb-sl-2 { margin-bottom: 0.5rem !important; }
  .ml-sl-2 { margin-left: 0.5rem !important; }
  .mx-sl-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; }
  .my-sl-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
  .m-sl-3 { margin: 1rem 1rem !important; }
  .mt-sl-3 { margin-top: 1rem !important; }
  .mr-sl-3 { margin-right: 1rem !important; }
  .mb-sl-3 { margin-bottom: 1rem !important; }
  .ml-sl-3 { margin-left: 1rem !important; }
  .mx-sl-3 { margin-right: 1rem !important; margin-left: 1rem !important; }
  .my-sl-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
  .m-sl-4 { margin: 1.5rem 1.5rem !important; }
  .mt-sl-4 { margin-top: 1.5rem !important; }
  .mr-sl-4 { margin-right: 1.5rem !important; }
  .mb-sl-4 { margin-bottom: 1.5rem !important; }
  .ml-sl-4 { margin-left: 1.5rem !important; }
  .mx-sl-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; }
  .my-sl-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
  .m-sl-5 { margin: 3rem 3rem !important; }
  .mt-sl-5 { margin-top: 3rem !important; }
  .mr-sl-5 { margin-right: 3rem !important; }
  .mb-sl-5 { margin-bottom: 3rem !important; }
  .ml-sl-5 { margin-left: 3rem !important; }
  .mx-sl-5 { margin-right: 3rem !important; margin-left: 3rem !important; }
  .my-sl-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }
  .p-sl-0 { padding: 0 0 !important; }
  .pt-sl-0 { padding-top: 0 !important; }
  .pr-sl-0 { padding-right: 0 !important; }
  .pb-sl-0 { padding-bottom: 0 !important; }
  .pl-sl-0 { padding-left: 0 !important; }
  .px-sl-0 { padding-right: 0 !important; padding-left: 0 !important; }
  .py-sl-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
  .p-sl-1 { padding: 0.25rem 0.25rem !important; }
  .pt-sl-1 { padding-top: 0.25rem !important; }
  .pr-sl-1 { padding-right: 0.25rem !important; }
  .pb-sl-1 { padding-bottom: 0.25rem !important; }
  .pl-sl-1 { padding-left: 0.25rem !important; }
  .px-sl-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; }
  .py-sl-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
  .p-sl-2 { padding: 0.5rem 0.5rem !important; }
  .pt-sl-2 { padding-top: 0.5rem !important; }
  .pr-sl-2 { padding-right: 0.5rem !important; }
  .pb-sl-2 { padding-bottom: 0.5rem !important; }
  .pl-sl-2 { padding-left: 0.5rem !important; }
  .px-sl-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; }
  .py-sl-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
  .p-sl-3 { padding: 1rem 1rem !important; }
  .pt-sl-3 { padding-top: 1rem !important; }
  .pr-sl-3 { padding-right: 1rem !important; }
  .pb-sl-3 { padding-bottom: 1rem !important; }
  .pl-sl-3 { padding-left: 1rem !important; }
  .px-sl-3 { padding-right: 1rem !important; padding-left: 1rem !important; }
  .py-sl-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
  .p-sl-4 { padding: 1.5rem 1.5rem !important; }
  .pt-sl-4 { padding-top: 1.5rem !important; }
  .pr-sl-4 { padding-right: 1.5rem !important; }
  .pb-sl-4 { padding-bottom: 1.5rem !important; }
  .pl-sl-4 { padding-left: 1.5rem !important; }
  .px-sl-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; }
  .py-sl-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
  .p-sl-5 { padding: 3rem 3rem !important; }
  .pt-sl-5 { padding-top: 3rem !important; }
  .pr-sl-5 { padding-right: 3rem !important; }
  .pb-sl-5 { padding-bottom: 3rem !important; }
  .pl-sl-5 { padding-left: 3rem !important; }
  .px-sl-5 { padding-right: 3rem !important; padding-left: 3rem !important; }
  .py-sl-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
  .m-sl-auto { margin: auto !important; }
  .mt-sl-auto { margin-top: auto !important; }
  .mr-sl-auto { margin-right: auto !important; }
  .mb-sl-auto { margin-bottom: auto !important; }
  .ml-sl-auto { margin-left: auto !important; }
  .mx-sl-auto { margin-right: auto !important; margin-left: auto !important; }
  .my-sl-auto { margin-top: auto !important; margin-bottom: auto !important; } }

@media (min-width: 576px) { .m-sm-0 { margin: 0 0 !important; }
  .mt-sm-0 { margin-top: 0 !important; }
  .mr-sm-0 { margin-right: 0 !important; }
  .mb-sm-0 { margin-bottom: 0 !important; }
  .ml-sm-0 { margin-left: 0 !important; }
  .mx-sm-0 { margin-right: 0 !important; margin-left: 0 !important; }
  .my-sm-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
  .m-sm-1 { margin: 0.25rem 0.25rem !important; }
  .mt-sm-1 { margin-top: 0.25rem !important; }
  .mr-sm-1 { margin-right: 0.25rem !important; }
  .mb-sm-1 { margin-bottom: 0.25rem !important; }
  .ml-sm-1 { margin-left: 0.25rem !important; }
  .mx-sm-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; }
  .my-sm-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }
  .m-sm-2 { margin: 0.5rem 0.5rem !important; }
  .mt-sm-2 { margin-top: 0.5rem !important; }
  .mr-sm-2 { margin-right: 0.5rem !important; }
  .mb-sm-2 { margin-bottom: 0.5rem !important; }
  .ml-sm-2 { margin-left: 0.5rem !important; }
  .mx-sm-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; }
  .my-sm-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
  .m-sm-3 { margin: 1rem 1rem !important; }
  .mt-sm-3 { margin-top: 1rem !important; }
  .mr-sm-3 { margin-right: 1rem !important; }
  .mb-sm-3 { margin-bottom: 1rem !important; }
  .ml-sm-3 { margin-left: 1rem !important; }
  .mx-sm-3 { margin-right: 1rem !important; margin-left: 1rem !important; }
  .my-sm-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
  .m-sm-4 { margin: 1.5rem 1.5rem !important; }
  .mt-sm-4 { margin-top: 1.5rem !important; }
  .mr-sm-4 { margin-right: 1.5rem !important; }
  .mb-sm-4 { margin-bottom: 1.5rem !important; }
  .ml-sm-4 { margin-left: 1.5rem !important; }
  .mx-sm-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; }
  .my-sm-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
  .m-sm-5 { margin: 3rem 3rem !important; }
  .mt-sm-5 { margin-top: 3rem !important; }
  .mr-sm-5 { margin-right: 3rem !important; }
  .mb-sm-5 { margin-bottom: 3rem !important; }
  .ml-sm-5 { margin-left: 3rem !important; }
  .mx-sm-5 { margin-right: 3rem !important; margin-left: 3rem !important; }
  .my-sm-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }
  .p-sm-0 { padding: 0 0 !important; }
  .pt-sm-0 { padding-top: 0 !important; }
  .pr-sm-0 { padding-right: 0 !important; }
  .pb-sm-0 { padding-bottom: 0 !important; }
  .pl-sm-0 { padding-left: 0 !important; }
  .px-sm-0 { padding-right: 0 !important; padding-left: 0 !important; }
  .py-sm-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
  .p-sm-1 { padding: 0.25rem 0.25rem !important; }
  .pt-sm-1 { padding-top: 0.25rem !important; }
  .pr-sm-1 { padding-right: 0.25rem !important; }
  .pb-sm-1 { padding-bottom: 0.25rem !important; }
  .pl-sm-1 { padding-left: 0.25rem !important; }
  .px-sm-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; }
  .py-sm-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
  .p-sm-2 { padding: 0.5rem 0.5rem !important; }
  .pt-sm-2 { padding-top: 0.5rem !important; }
  .pr-sm-2 { padding-right: 0.5rem !important; }
  .pb-sm-2 { padding-bottom: 0.5rem !important; }
  .pl-sm-2 { padding-left: 0.5rem !important; }
  .px-sm-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; }
  .py-sm-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
  .p-sm-3 { padding: 1rem 1rem !important; }
  .pt-sm-3 { padding-top: 1rem !important; }
  .pr-sm-3 { padding-right: 1rem !important; }
  .pb-sm-3 { padding-bottom: 1rem !important; }
  .pl-sm-3 { padding-left: 1rem !important; }
  .px-sm-3 { padding-right: 1rem !important; padding-left: 1rem !important; }
  .py-sm-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
  .p-sm-4 { padding: 1.5rem 1.5rem !important; }
  .pt-sm-4 { padding-top: 1.5rem !important; }
  .pr-sm-4 { padding-right: 1.5rem !important; }
  .pb-sm-4 { padding-bottom: 1.5rem !important; }
  .pl-sm-4 { padding-left: 1.5rem !important; }
  .px-sm-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; }
  .py-sm-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
  .p-sm-5 { padding: 3rem 3rem !important; }
  .pt-sm-5 { padding-top: 3rem !important; }
  .pr-sm-5 { padding-right: 3rem !important; }
  .pb-sm-5 { padding-bottom: 3rem !important; }
  .pl-sm-5 { padding-left: 3rem !important; }
  .px-sm-5 { padding-right: 3rem !important; padding-left: 3rem !important; }
  .py-sm-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
  .m-sm-auto { margin: auto !important; }
  .mt-sm-auto { margin-top: auto !important; }
  .mr-sm-auto { margin-right: auto !important; }
  .mb-sm-auto { margin-bottom: auto !important; }
  .ml-sm-auto { margin-left: auto !important; }
  .mx-sm-auto { margin-right: auto !important; margin-left: auto !important; }
  .my-sm-auto { margin-top: auto !important; margin-bottom: auto !important; } }

@media (min-width: 769px) { .m-md-0 { margin: 0 0 !important; }
  .mt-md-0 { margin-top: 0 !important; }
  .mr-md-0 { margin-right: 0 !important; }
  .mb-md-0 { margin-bottom: 0 !important; }
  .ml-md-0 { margin-left: 0 !important; }
  .mx-md-0 { margin-right: 0 !important; margin-left: 0 !important; }
  .my-md-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
  .m-md-1 { margin: 0.25rem 0.25rem !important; }
  .mt-md-1 { margin-top: 0.25rem !important; }
  .mr-md-1 { margin-right: 0.25rem !important; }
  .mb-md-1 { margin-bottom: 0.25rem !important; }
  .ml-md-1 { margin-left: 0.25rem !important; }
  .mx-md-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; }
  .my-md-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }
  .m-md-2 { margin: 0.5rem 0.5rem !important; }
  .mt-md-2 { margin-top: 0.5rem !important; }
  .mr-md-2 { margin-right: 0.5rem !important; }
  .mb-md-2 { margin-bottom: 0.5rem !important; }
  .ml-md-2 { margin-left: 0.5rem !important; }
  .mx-md-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; }
  .my-md-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
  .m-md-3 { margin: 1rem 1rem !important; }
  .mt-md-3 { margin-top: 1rem !important; }
  .mr-md-3 { margin-right: 1rem !important; }
  .mb-md-3 { margin-bottom: 1rem !important; }
  .ml-md-3 { margin-left: 1rem !important; }
  .mx-md-3 { margin-right: 1rem !important; margin-left: 1rem !important; }
  .my-md-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
  .m-md-4 { margin: 1.5rem 1.5rem !important; }
  .mt-md-4 { margin-top: 1.5rem !important; }
  .mr-md-4 { margin-right: 1.5rem !important; }
  .mb-md-4 { margin-bottom: 1.5rem !important; }
  .ml-md-4 { margin-left: 1.5rem !important; }
  .mx-md-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; }
  .my-md-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
  .m-md-5 { margin: 3rem 3rem !important; }
  .mt-md-5 { margin-top: 3rem !important; }
  .mr-md-5 { margin-right: 3rem !important; }
  .mb-md-5 { margin-bottom: 3rem !important; }
  .ml-md-5 { margin-left: 3rem !important; }
  .mx-md-5 { margin-right: 3rem !important; margin-left: 3rem !important; }
  .my-md-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }
  .p-md-0 { padding: 0 0 !important; }
  .pt-md-0 { padding-top: 0 !important; }
  .pr-md-0 { padding-right: 0 !important; }
  .pb-md-0 { padding-bottom: 0 !important; }
  .pl-md-0 { padding-left: 0 !important; }
  .px-md-0 { padding-right: 0 !important; padding-left: 0 !important; }
  .py-md-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
  .p-md-1 { padding: 0.25rem 0.25rem !important; }
  .pt-md-1 { padding-top: 0.25rem !important; }
  .pr-md-1 { padding-right: 0.25rem !important; }
  .pb-md-1 { padding-bottom: 0.25rem !important; }
  .pl-md-1 { padding-left: 0.25rem !important; }
  .px-md-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; }
  .py-md-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
  .p-md-2 { padding: 0.5rem 0.5rem !important; }
  .pt-md-2 { padding-top: 0.5rem !important; }
  .pr-md-2 { padding-right: 0.5rem !important; }
  .pb-md-2 { padding-bottom: 0.5rem !important; }
  .pl-md-2 { padding-left: 0.5rem !important; }
  .px-md-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; }
  .py-md-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
  .p-md-3 { padding: 1rem 1rem !important; }
  .pt-md-3 { padding-top: 1rem !important; }
  .pr-md-3 { padding-right: 1rem !important; }
  .pb-md-3 { padding-bottom: 1rem !important; }
  .pl-md-3 { padding-left: 1rem !important; }
  .px-md-3 { padding-right: 1rem !important; padding-left: 1rem !important; }
  .py-md-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
  .p-md-4 { padding: 1.5rem 1.5rem !important; }
  .pt-md-4 { padding-top: 1.5rem !important; }
  .pr-md-4 { padding-right: 1.5rem !important; }
  .pb-md-4 { padding-bottom: 1.5rem !important; }
  .pl-md-4 { padding-left: 1.5rem !important; }
  .px-md-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; }
  .py-md-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
  .p-md-5 { padding: 3rem 3rem !important; }
  .pt-md-5 { padding-top: 3rem !important; }
  .pr-md-5 { padding-right: 3rem !important; }
  .pb-md-5 { padding-bottom: 3rem !important; }
  .pl-md-5 { padding-left: 3rem !important; }
  .px-md-5 { padding-right: 3rem !important; padding-left: 3rem !important; }
  .py-md-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
  .m-md-auto { margin: auto !important; }
  .mt-md-auto { margin-top: auto !important; }
  .mr-md-auto { margin-right: auto !important; }
  .mb-md-auto { margin-bottom: auto !important; }
  .ml-md-auto { margin-left: auto !important; }
  .mx-md-auto { margin-right: auto !important; margin-left: auto !important; }
  .my-md-auto { margin-top: auto !important; margin-bottom: auto !important; } }

@media (min-width: 992px) { .m-lg-0 { margin: 0 0 !important; }
  .mt-lg-0 { margin-top: 0 !important; }
  .mr-lg-0 { margin-right: 0 !important; }
  .mb-lg-0 { margin-bottom: 0 !important; }
  .ml-lg-0 { margin-left: 0 !important; }
  .mx-lg-0 { margin-right: 0 !important; margin-left: 0 !important; }
  .my-lg-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
  .m-lg-1 { margin: 0.25rem 0.25rem !important; }
  .mt-lg-1 { margin-top: 0.25rem !important; }
  .mr-lg-1 { margin-right: 0.25rem !important; }
  .mb-lg-1 { margin-bottom: 0.25rem !important; }
  .ml-lg-1 { margin-left: 0.25rem !important; }
  .mx-lg-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; }
  .my-lg-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }
  .m-lg-2 { margin: 0.5rem 0.5rem !important; }
  .mt-lg-2 { margin-top: 0.5rem !important; }
  .mr-lg-2 { margin-right: 0.5rem !important; }
  .mb-lg-2 { margin-bottom: 0.5rem !important; }
  .ml-lg-2 { margin-left: 0.5rem !important; }
  .mx-lg-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; }
  .my-lg-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
  .m-lg-3 { margin: 1rem 1rem !important; }
  .mt-lg-3 { margin-top: 1rem !important; }
  .mr-lg-3 { margin-right: 1rem !important; }
  .mb-lg-3 { margin-bottom: 1rem !important; }
  .ml-lg-3 { margin-left: 1rem !important; }
  .mx-lg-3 { margin-right: 1rem !important; margin-left: 1rem !important; }
  .my-lg-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
  .m-lg-4 { margin: 1.5rem 1.5rem !important; }
  .mt-lg-4 { margin-top: 1.5rem !important; }
  .mr-lg-4 { margin-right: 1.5rem !important; }
  .mb-lg-4 { margin-bottom: 1.5rem !important; }
  .ml-lg-4 { margin-left: 1.5rem !important; }
  .mx-lg-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; }
  .my-lg-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
  .m-lg-5 { margin: 3rem 3rem !important; }
  .mt-lg-5 { margin-top: 3rem !important; }
  .mr-lg-5 { margin-right: 3rem !important; }
  .mb-lg-5 { margin-bottom: 3rem !important; }
  .ml-lg-5 { margin-left: 3rem !important; }
  .mx-lg-5 { margin-right: 3rem !important; margin-left: 3rem !important; }
  .my-lg-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }
  .p-lg-0 { padding: 0 0 !important; }
  .pt-lg-0 { padding-top: 0 !important; }
  .pr-lg-0 { padding-right: 0 !important; }
  .pb-lg-0 { padding-bottom: 0 !important; }
  .pl-lg-0 { padding-left: 0 !important; }
  .px-lg-0 { padding-right: 0 !important; padding-left: 0 !important; }
  .py-lg-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
  .p-lg-1 { padding: 0.25rem 0.25rem !important; }
  .pt-lg-1 { padding-top: 0.25rem !important; }
  .pr-lg-1 { padding-right: 0.25rem !important; }
  .pb-lg-1 { padding-bottom: 0.25rem !important; }
  .pl-lg-1 { padding-left: 0.25rem !important; }
  .px-lg-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; }
  .py-lg-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
  .p-lg-2 { padding: 0.5rem 0.5rem !important; }
  .pt-lg-2 { padding-top: 0.5rem !important; }
  .pr-lg-2 { padding-right: 0.5rem !important; }
  .pb-lg-2 { padding-bottom: 0.5rem !important; }
  .pl-lg-2 { padding-left: 0.5rem !important; }
  .px-lg-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; }
  .py-lg-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
  .p-lg-3 { padding: 1rem 1rem !important; }
  .pt-lg-3 { padding-top: 1rem !important; }
  .pr-lg-3 { padding-right: 1rem !important; }
  .pb-lg-3 { padding-bottom: 1rem !important; }
  .pl-lg-3 { padding-left: 1rem !important; }
  .px-lg-3 { padding-right: 1rem !important; padding-left: 1rem !important; }
  .py-lg-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
  .p-lg-4 { padding: 1.5rem 1.5rem !important; }
  .pt-lg-4 { padding-top: 1.5rem !important; }
  .pr-lg-4 { padding-right: 1.5rem !important; }
  .pb-lg-4 { padding-bottom: 1.5rem !important; }
  .pl-lg-4 { padding-left: 1.5rem !important; }
  .px-lg-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; }
  .py-lg-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
  .p-lg-5 { padding: 3rem 3rem !important; }
  .pt-lg-5 { padding-top: 3rem !important; }
  .pr-lg-5 { padding-right: 3rem !important; }
  .pb-lg-5 { padding-bottom: 3rem !important; }
  .pl-lg-5 { padding-left: 3rem !important; }
  .px-lg-5 { padding-right: 3rem !important; padding-left: 3rem !important; }
  .py-lg-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
  .m-lg-auto { margin: auto !important; }
  .mt-lg-auto { margin-top: auto !important; }
  .mr-lg-auto { margin-right: auto !important; }
  .mb-lg-auto { margin-bottom: auto !important; }
  .ml-lg-auto { margin-left: auto !important; }
  .mx-lg-auto { margin-right: auto !important; margin-left: auto !important; }
  .my-lg-auto { margin-top: auto !important; margin-bottom: auto !important; } }

@media (min-width: 1200px) { .m-xl-0 { margin: 0 0 !important; }
  .mt-xl-0 { margin-top: 0 !important; }
  .mr-xl-0 { margin-right: 0 !important; }
  .mb-xl-0 { margin-bottom: 0 !important; }
  .ml-xl-0 { margin-left: 0 !important; }
  .mx-xl-0 { margin-right: 0 !important; margin-left: 0 !important; }
  .my-xl-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
  .m-xl-1 { margin: 0.25rem 0.25rem !important; }
  .mt-xl-1 { margin-top: 0.25rem !important; }
  .mr-xl-1 { margin-right: 0.25rem !important; }
  .mb-xl-1 { margin-bottom: 0.25rem !important; }
  .ml-xl-1 { margin-left: 0.25rem !important; }
  .mx-xl-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; }
  .my-xl-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }
  .m-xl-2 { margin: 0.5rem 0.5rem !important; }
  .mt-xl-2 { margin-top: 0.5rem !important; }
  .mr-xl-2 { margin-right: 0.5rem !important; }
  .mb-xl-2 { margin-bottom: 0.5rem !important; }
  .ml-xl-2 { margin-left: 0.5rem !important; }
  .mx-xl-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; }
  .my-xl-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
  .m-xl-3 { margin: 1rem 1rem !important; }
  .mt-xl-3 { margin-top: 1rem !important; }
  .mr-xl-3 { margin-right: 1rem !important; }
  .mb-xl-3 { margin-bottom: 1rem !important; }
  .ml-xl-3 { margin-left: 1rem !important; }
  .mx-xl-3 { margin-right: 1rem !important; margin-left: 1rem !important; }
  .my-xl-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
  .m-xl-4 { margin: 1.5rem 1.5rem !important; }
  .mt-xl-4 { margin-top: 1.5rem !important; }
  .mr-xl-4 { margin-right: 1.5rem !important; }
  .mb-xl-4 { margin-bottom: 1.5rem !important; }
  .ml-xl-4 { margin-left: 1.5rem !important; }
  .mx-xl-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; }
  .my-xl-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
  .m-xl-5 { margin: 3rem 3rem !important; }
  .mt-xl-5 { margin-top: 3rem !important; }
  .mr-xl-5 { margin-right: 3rem !important; }
  .mb-xl-5 { margin-bottom: 3rem !important; }
  .ml-xl-5 { margin-left: 3rem !important; }
  .mx-xl-5 { margin-right: 3rem !important; margin-left: 3rem !important; }
  .my-xl-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }
  .p-xl-0 { padding: 0 0 !important; }
  .pt-xl-0 { padding-top: 0 !important; }
  .pr-xl-0 { padding-right: 0 !important; }
  .pb-xl-0 { padding-bottom: 0 !important; }
  .pl-xl-0 { padding-left: 0 !important; }
  .px-xl-0 { padding-right: 0 !important; padding-left: 0 !important; }
  .py-xl-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
  .p-xl-1 { padding: 0.25rem 0.25rem !important; }
  .pt-xl-1 { padding-top: 0.25rem !important; }
  .pr-xl-1 { padding-right: 0.25rem !important; }
  .pb-xl-1 { padding-bottom: 0.25rem !important; }
  .pl-xl-1 { padding-left: 0.25rem !important; }
  .px-xl-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; }
  .py-xl-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
  .p-xl-2 { padding: 0.5rem 0.5rem !important; }
  .pt-xl-2 { padding-top: 0.5rem !important; }
  .pr-xl-2 { padding-right: 0.5rem !important; }
  .pb-xl-2 { padding-bottom: 0.5rem !important; }
  .pl-xl-2 { padding-left: 0.5rem !important; }
  .px-xl-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; }
  .py-xl-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
  .p-xl-3 { padding: 1rem 1rem !important; }
  .pt-xl-3 { padding-top: 1rem !important; }
  .pr-xl-3 { padding-right: 1rem !important; }
  .pb-xl-3 { padding-bottom: 1rem !important; }
  .pl-xl-3 { padding-left: 1rem !important; }
  .px-xl-3 { padding-right: 1rem !important; padding-left: 1rem !important; }
  .py-xl-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
  .p-xl-4 { padding: 1.5rem 1.5rem !important; }
  .pt-xl-4 { padding-top: 1.5rem !important; }
  .pr-xl-4 { padding-right: 1.5rem !important; }
  .pb-xl-4 { padding-bottom: 1.5rem !important; }
  .pl-xl-4 { padding-left: 1.5rem !important; }
  .px-xl-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; }
  .py-xl-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
  .p-xl-5 { padding: 3rem 3rem !important; }
  .pt-xl-5 { padding-top: 3rem !important; }
  .pr-xl-5 { padding-right: 3rem !important; }
  .pb-xl-5 { padding-bottom: 3rem !important; }
  .pl-xl-5 { padding-left: 3rem !important; }
  .px-xl-5 { padding-right: 3rem !important; padding-left: 3rem !important; }
  .py-xl-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
  .m-xl-auto { margin: auto !important; }
  .mt-xl-auto { margin-top: auto !important; }
  .mr-xl-auto { margin-right: auto !important; }
  .mb-xl-auto { margin-bottom: auto !important; }
  .ml-xl-auto { margin-left: auto !important; }
  .mx-xl-auto { margin-right: auto !important; margin-left: auto !important; }
  .my-xl-auto { margin-top: auto !important; margin-bottom: auto !important; } }

.text-justify { text-align: justify !important; }

.text-nowrap { white-space: nowrap !important; }

.text-truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.text-left { text-align: left !important; }

.text-right { text-align: right !important; }

.text-center { text-align: center !important; }

@media (min-width: 381px) { .text-sp-left { text-align: left !important; }
  .text-sp-right { text-align: right !important; }
  .text-sp-center { text-align: center !important; } }

@media (min-width: 481px) { .text-sl-left { text-align: left !important; }
  .text-sl-right { text-align: right !important; }
  .text-sl-center { text-align: center !important; } }

@media (min-width: 576px) { .text-sm-left { text-align: left !important; }
  .text-sm-right { text-align: right !important; }
  .text-sm-center { text-align: center !important; } }

@media (min-width: 769px) { .text-md-left { text-align: left !important; }
  .text-md-right { text-align: right !important; }
  .text-md-center { text-align: center !important; } }

@media (min-width: 992px) { .text-lg-left { text-align: left !important; }
  .text-lg-right { text-align: right !important; }
  .text-lg-center { text-align: center !important; } }

@media (min-width: 1200px) { .text-xl-left { text-align: left !important; }
  .text-xl-right { text-align: right !important; }
  .text-xl-center { text-align: center !important; } }

.text-lowercase { text-transform: lowercase !important; }

.text-uppercase { text-transform: uppercase !important; }

.text-capitalize { text-transform: capitalize !important; }

.font-weight-normal { font-weight: normal; }

.font-weight-bold { font-weight: bold; }

.font-italic { font-style: italic; }

.text-white { color: #fff !important; }

.text-muted { color: #636c72 !important; }

a.text-muted:focus, a.text-muted:hover { color: #4b5257 !important; }

.text-primary { color: #0275d8 !important; }

a.text-primary:focus, a.text-primary:hover { color: #025aa5 !important; }

.text-success { color: #5cb85c !important; }

a.text-success:focus, a.text-success:hover { color: #449d44 !important; }

.text-info { color: #5bc0de !important; }

a.text-info:focus, a.text-info:hover { color: #31b0d5 !important; }

.text-warning { color: #f0ad4e !important; }

a.text-warning:focus, a.text-warning:hover { color: #ec971f !important; }

.text-danger { color: #d9534f !important; }

a.text-danger:focus, a.text-danger:hover { color: #c9302c !important; }

.text-gray-dark { color: #292b2c !important; }

a.text-gray-dark:focus, a.text-gray-dark:hover { color: #101112 !important; }

.text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; }

.invisible { visibility: hidden !important; }

.hidden-xs-up { display: none !important; }

@media (max-width: 380px) { .hidden-xs-down { display: none !important; } }

@media (min-width: 381px) { .hidden-sp-up { display: none !important; } }

@media (max-width: 480px) { .hidden-sp-down { display: none !important; } }

@media (min-width: 481px) { .hidden-sl-up { display: none !important; } }

@media (max-width: 575px) { .hidden-sl-down { display: none !important; } }

@media (min-width: 576px) { .hidden-sm-up { display: none !important; } }

@media (max-width: 768px) { .hidden-sm-down { display: none !important; } }

@media (min-width: 769px) { .hidden-md-up { display: none !important; } }

@media (max-width: 991px) { .hidden-md-down { display: none !important; } }

@media (min-width: 992px) { .hidden-lg-up { display: none !important; } }

@media (max-width: 1199px) { .hidden-lg-down { display: none !important; } }

@media (min-width: 1200px) { .hidden-xl-up { display: none !important; } }

.hidden-xl-down { display: none !important; }

.visible-print-block { display: none !important; }

@media print { .visible-print-block { display: block !important; } }

.visible-print-inline { display: none !important; }

@media print { .visible-print-inline { display: inline !important; } }

.visible-print-inline-block { display: none !important; }

@media print { .visible-print-inline-block { display: inline-block !important; } }

@media print { .hidden-print { display: none !important; } }







/* Core */
.bg-grey { background-color: #f2f2f2; }

.bg-silver { background-color: #a6a6a6; }

@font-face { font-family: "geo-reg"; src: url("../fonts/Geometria-webfont.eot"); src: url("../fonts/Geometria-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Geometria-webfont.woff") format("woff"), url("../fonts/Geometria-webfont.ttf") format("truetype"); font-weight: normal; font-style: normal; }

@font-face { font-family: "geo-bold"; src: url("../fonts/Geometria-Bold-webfont.eot"); src: url("../fonts/Geometria-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Geometria-Bold-webfont.woff") format("woff"), url("../fonts/Geometria-Bold-webfont.ttf") format("truetype"); font-weight: normal; font-style: normal; }

h1, .h1-like {color: #420d55;/*color: #5b5b5b;*/ font-family: "geo-bold"; line-height: 1.1; letter-spacing: 0.02em; font-size: 30px; margin-top:20px; margin-bottom:10px;}

@media screen and (max-width: 1280px) { h1, .h1-like { font-size: 32px; margin-top:20px;} }

@media screen and (max-width: 991px) { h1, .h1-like { font-size: 30px; margin-top:20px;} }

@media screen and (max-width: 768px) { h1, .h1-like { font-size: 28px; margin-top:20px;} }

@media screen and (max-width: 480px) { h1, .h1-like { font-size: 24px; margin-top:10px;} }

@media screen and (max-width: 380px) { h1, .h1-like { font-size: 20px; margin-top:10px; } }

h2, .h2-like { font-family: "geo-bold"; line-height: 1.1; letter-spacing: 0.02em; font-size: 32px; }

@media screen and (max-width: 1280px) { h2, .h2-like { font-size: 28px; } }

@media screen and (max-width: 991px) { h2, .h2-like { font-size: 30px; } }

@media screen and (max-width: 768px) { h2, .h2-like { font-size: 28px; } }

@media screen and (max-width: 480px) { h2, .h2-like { font-size: 26px; } }

@media screen and (max-width: 380px) { h2, .h2-like { font-size: 24px; } }

h3, .h3-like { font-family: "geo-bold"; color: #420d55;line-height: 1.1; letter-spacing: 0.02em; font-size: 20px; }

@media screen and (max-width: 1280px) { h3, .h3-like { font-size: 21px; } }

@media screen and (max-width: 991px) { h3, .h3-like { font-size: 20px; } }

h4, .h4-like { font-family: "geo-bold"; line-height: 1.1; letter-spacing: 0.02em; font-size: 18px; margin-bottom:10px;}

@media screen and (max-width: 1280px) { h4, .h4-like { font-size: 19.8px; } }

@media screen and (max-width: 991px) { h4, .h4-like { font-size: 17.6px; } }

h5, .h5-like { font-family: "geo-bold"; line-height: 1.1; letter-spacing: 0.02em; font-size: 16px; }

@media screen and (max-width: 1280px) { h5, .h5-like { font-size: 18px; } }

@media screen and (max-width: 991px) { h5, .h5-like { font-size: 16px; } }

h6, .h6-like { font-family: "geo-bold"; line-height: 1.1; letter-spacing: 0.02em; font-size: 14px; }

@media screen and (max-width: 1280px) { h6, .h6-like { font-size: 16.2px; } }

@media screen and (max-width: 991px) { h6, .h6-like { font-size: 14.4px; } }

h2, .h2-like { color: #717171; /*text-transform: uppercase;*/margin-top:20px; margin-bottom:10px; }

p + p { margin-top: 20px; }
































strong, b { font-family: "geo-bold"; font-weight: normal; }

.static-content *:first-child { margin-top: 0 !important; }

.static-content div strong { display: block; font-size: 16px; margin-bottom: 10px; }

.static-content strong, .static-content b { font-size: 20px; }

@media screen and (max-width: 640px) { .static-content strong, .static-content b { font-size: 18px; } }

.static-content img { display: block; margin: 40px 0; }

.static-content p { margin: 20px 0; }

* { box-sizing:border-box; padding:0; margin:0; }

*:before, *:after { box-sizing: inherit; }

body { min-width: 320px; font: 14px/1.3 "geo-reg", sans-serif; color: #3c4547; padding-right: 0 !important; }

img { max-width: 70%; height: auto; border: 0; vertical-align: middle; }

ul, li { list-style: none; }

a, input, textarea { color: inherit; }

a { font-size: inherit; text-decoration: none; }

i { display: inline-block; font: normal normal normal 30px/1 "gulp-svg-font"; vertical-align: middle; }

i.icon-flip { -webkit-transform: scaleX(-1); -ms-transform: scaleX(-1); transform: scaleX(-1); }

textarea { resize: none; }

.sp-arrow { background-image: url(../images/sprite.png); background-position: 0px 0px; width: 27px; height: 29px; }

.sp-phone { background-image: url(../images/sprite.png); background-position: -27px 0px; width: 27px; height: 27px; }

[class*="sp-"] { display: inline-block; vertical-align: middle; }

.remove-margin { margin: 0 !important; }

.overflow-container { overflow: auto; -webkit-overflow-scrolling: touch; }

.link-default { transition: color .2s; }

.link-default:hover, .link-default:focus { color: #818181; }

/*Utilities */
/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }

.slick-list:focus { outline: none; }

.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; }

.slick-track:before, .slick-track:after { content: ""; display: table; }

.slick-track:after { clear: both; }

.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }

[dir="rtl"] .slick-slide { float: right; }

.slick-slide img { display: block; }

.slick-slide.slick-loading img { display: none; }

.slick-slide.dragging img { pointer-events: none; }

.slick-initialized .slick-slide { display: block; }

.slick-loading .slick-slide { visibility: hidden; }

.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

.slick-arrow.slick-hidden { display: none; }

.slick-slide { outline: none !important; }

/* Slider */
.slick-loading .slick-list { background: #fff url("../images/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face { font-family: "slick"; src: url("../fonts/slick/slick.eot"); src: url("../fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick/slick.woff") format("woff"), url("../fonts/slick/slick.ttf") format("truetype"), url("../fonts/slick/slick.svg#slick") format("svg"); font-weight: normal; font-style: normal; }

/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0px; font-size: 0px; cursor: pointer; background: transparent; color: transparent; top: 50%; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); padding: 0; border: none; outline: none; }

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; background: transparent; color: transparent; }

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 1; }

.slick-prev:before, .slick-next:before { font-family: "slick"; font-size: 20px; line-height: 1; color: white; opacity: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-prev { left: -25px; }

[dir="rtl"] .slick-prev { left: auto; right: -25px; }

.slick-prev:before { content: "←"; }

[dir="rtl"] .slick-prev:before { content: "→"; }

.slick-next { right: -25px; }

[dir="rtl"] .slick-next { left: -25px; right: auto; }

.slick-next:before { content: "→"; }

[dir="rtl"] .slick-next:before { content: "←"; }

/* Dots */
.slick-dotted.slick-slider { margin-bottom: 30px; }

.slick-dots { position: absolute; bottom: 40px; list-style: none; display: block; text-align: center; padding: 0; margin: 0; width: 100%; }

@media screen and (max-width: 800px) { .slick-dots { bottom: 30px; } }

@media screen and (max-width: 640px) { .slick-dots { bottom: 20px; } }

@media screen and (max-width: 480px) { .slick-dots { bottom: 10px; } }

.slick-dots li { position: relative; display: inline-block; height: 18px; width: 18px; margin: 0 5px; padding: 0; cursor: pointer; }

.slick-dots li.slick-active button { background: #c3c3c3; }

.slick-dots li button { background: #313131; display: block; height: 18px; width: 18px; outline: none; line-height: 0px; font-size: 0px; color: transparent; padding: 5px; cursor: pointer; border-radius: 50%; border: 2px solid #c3c3c3; transition: all .2s; }

.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }

.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
/* z-index: 78; */


.slideout-menu { position: fixed; top: 0; bottom: 0; width: 256px; min-height: 100vh; overflow-y: scroll; -webkit-overflow-scrolling: touch; z-index:0; display: none; }

.slideout-menu-left { left: 0; }

.slideout-menu-right { right: 0; }

.slideout-panel { position: relative; z-index: 1; will-change: transform; background-color: #FFF; /* A background-color is required */ min-height: 100vh; }

.slideout-open, .slideout-open body, .slideout-open .slideout-panel { overflow: hidden; }

.slideout-open .slideout-menu { display: block; }

/* Components */
button { margin: 0; font-size: 14px; background: transparent; outline: none; border: none; cursor: pointer; overflow: visible; }
/*
.btn { display: inline-block; position: relative; font-family: "geo-reg"; padding: 14px 24px; vertical-align: middle; color: #ffffff; border: 3px solid #4d075d; background: #606060; font-size: 24px; cursor: pointer; transition: all .2s; text-align: center; overflow: visible; }
*/
.btn { display: inline-block; position: relative; font-family: "geo-reg"; padding: 14px 24px; vertical-align: middle; color: #ffffff; border: 3px solid #4d075d; background: #606060; font-size: 24px; cursor: pointer; transition: all .2s; text-align: center; overflow: visible;      border-radius: 20px;}

.btn:hover, .btn:focus { background: #815aa9; }

.list-circle li { position: relative; padding-left: 16px; }

.list-circle li:nth-child(1n+2) { margin-top: 14px; }

.list-circle li:before { display: block; position: absolute; content: " "; top: 6px; left: 0; width: 4px; height: 4px; background: #3c4547; border-radius: 50%; }

.list-circle a { display: inline-block; position: relative; }

.list-circle a:after { display: block; content: " "; width: 0; height: 2px; background: #3c4547; position: absolute; left: 0; bottom: -2px; transition: width .5s; }

.list-circle a:hover { color: #3c4547; }

.list-circle a:hover:after { width: 100%; }

.hamburger { width: 40px; height: 24px; position: relative; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); transition: .5s ease-in-out; cursor: pointer; }

@media screen and (min-width: 992px) { .hamburger { display: none; } }

.hamburger.is-open span:nth-child(1) { top: 10px; width: 0; left: 50%; }

.hamburger.is-open span:nth-child(2) { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

.hamburger.is-open span:nth-child(3) { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

.hamburger.is-open span:nth-child(4) { top: 18px; width: 0; left: 50%; }

.hamburger span { display: block; position: absolute; height: 3px; width: 100%; background: #3c4547; opacity: 1; left: 0; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); transition: .25s ease-in-out; }

.hamburger span:nth-child(1) { top: 0px; }

.hamburger span:nth-child(2), .hamburger span:nth-child(3) { top: 10px; }

.hamburger span:nth-child(4) { top: 20px; }

/* Blocks */
/* Layout */
.container-proto, .container, .container-md, .container-sm, .container-xs { width: 100%; margin-left: auto; margin-right: auto; padding-left: 20px; padding-right: 20px; }

.container {width:100%; max-width: 1280px; min-height:100%;height:100%; }

.container-md { max-width: 840px; }

.container-sm { max-width: 640px; }

.container-xs { max-width: 520px; }

[class*="maw-"] { width: 100%; }

.maw-md { max-width: 780px; }

.maw-sm { max-width: 600px; }

.maw-xs { max-width: 480px; }

.block, section { padding-top: 100px; padding-bottom: 100px; }

@media screen and (max-width: 991px) { .block, section { padding-top: 70px; padding-bottom: 70px; } }

@media screen and (max-width: 640px) { .block, section { padding-top: 50px; padding-bottom: 50px; } }

.block-top { padding-top: 100px; }

@media screen and (max-width: 991px) { .block-top { padding-top: 70px; } }

@media screen and (max-width: 640px) { .block-top { padding-top: 50px; } }

.block-bottom { padding-bottom: 100px; }

@media screen and (max-width: 991px) { .block-bottom { padding-bottom: 70px; } }

@media screen and (max-width: 640px) { .block-bottom { padding-bottom: 50px; } }

.block-lg { padding-top: 120px; padding-bottom: 120px; }

@media screen and (max-width: 991px) { .block-lg { padding-top: 84px; padding-bottom: 84px; } }

@media screen and (max-width: 640px) { .block-lg { padding-top: 60px; padding-bottom: 60px; } }

.block-top-lg { padding-top: 120px; }

@media screen and (max-width: 991px) { .block-top-lg { padding-top: 84px; } }

@media screen and (max-width: 640px) { .block-top-lg { padding-top: 60px; } }

.block-bottom-lg { padding-bottom: 120px; }

@media screen and (max-width: 991px) { .block-bottom-lg { padding-bottom: 84px; } }

@media screen and (max-width: 640px) { .block-bottom-lg { padding-bottom: 60px; } }

.block-md { padding-top: 80px; padding-bottom: 80px; }

@media screen and (max-width: 991px) { .block-md { padding-top: 56px; padding-bottom: 56px; } }

@media screen and (max-width: 640px) { .block-md { padding-top: 40px; padding-bottom: 40px; } }

.block-top-md { padding-top: 80px; }

@media screen and (max-width: 991px) { .block-top-md { padding-top: 56px; } }

@media screen and (max-width: 640px) { .block-top-md { padding-top: 40px; } }

.block-bottom-md { padding-bottom: 80px; }

@media screen and (max-width: 991px) { .block-bottom-md { padding-bottom: 56px; } }

@media screen and (max-width: 640px) { .block-bottom-md { padding-bottom: 40px; } }

.block-sm, .prefooter { padding-top: 80px; padding-bottom: 80px; }

@media screen and (max-width: 991px) { .block-sm, .prefooter { padding-top: 2px; padding-bottom: 2px; } }

@media screen and (max-width: 640px) { .block-sm, .prefooter { padding-top: 30px; padding-bottom: 30px; } }

.block-top-sm { padding-top: 60px; }

@media screen and (max-width: 991px) { .block-top-sm { padding-top: 42px; } }

@media screen and (max-width: 640px) { .block-top-sm { padding-top: 30px; } }

.block-bottom-sm { padding-bottom: 60px; }

@media screen and (max-width: 991px) { .block-bottom-sm { padding-bottom: 42px; } }

@media screen and (max-width: 640px) { .block-bottom-sm { padding-bottom: 30px; } }

.offset { margin-top: 100px; margin-bottom: 100px; }

@media screen and (max-width: 991px) { .offset { margin-top: 70px; margin-bottom: 70px; } }

@media screen and (max-width: 640px) { .offset { margin-top: 50px; margin-bottom: 50px; } }

.offset-top { margin-top: 100px; }

@media screen and (max-width: 991px) { .offset-top { margin-top: 70px; } }

@media screen and (max-width: 640px) { .offset-top { margin-top: 50px; } }

.offset-bottom { margin-bottom: 100px; }

@media screen and (max-width: 991px) { .offset-bottom { margin-bottom: 70px; } }

@media screen and (max-width: 640px) { .offset-bottom { margin-bottom: 50px; } }

.offset-lg { margin-top: 120px; margin-bottom: 120px; }

@media screen and (max-width: 991px) { .offset-lg { margin-top: 84px; margin-bottom: 84px; } }

@media screen and (max-width: 640px) { .offset-lg { margin-top: 60px; margin-bottom: 60px; } }

.offset-top-lg { margin-top: 120px; }

@media screen and (max-width: 991px) { .offset-top-lg { margin-top: 84px; } }

@media screen and (max-width: 640px) { .offset-top-lg { margin-top: 60px; } }

.offset-bottom-lg { margin-bottom: 120px; }

@media screen and (max-width: 991px) { .offset-bottom-lg { margin-bottom: 84px; } }

@media screen and (max-width: 640px) { .offset-bottom-lg { margin-bottom: 60px; } }

.offset-md { margin-top: 80px; margin-bottom: 80px; }

@media screen and (max-width: 991px) { .offset-md { margin-top: 56px; margin-bottom: 56px; } }

@media screen and (max-width: 640px) { .offset-md { margin-top: 40px; margin-bottom: 40px; } }

.offset-top-md { margin-top: 80px; }

@media screen and (max-width: 991px) { .offset-top-md { margin-top: 56px; } }

@media screen and (max-width: 640px) { .offset-top-md { margin-top: 40px; } }

.offset-bottom-md { margin-bottom: 80px; }

@media screen and (max-width: 991px) { .offset-bottom-md { margin-bottom: 56px; } }

@media screen and (max-width: 640px) { .offset-bottom-md { margin-bottom: 40px; } }

.offset-sm { margin-top: 60px; margin-bottom: 60px; }

@media screen and (max-width: 991px) { .offset-sm { margin-top: 42px; margin-bottom: 42px; } }

@media screen and (max-width: 640px) { .offset-sm { margin-top: 30px; margin-bottom: 30px; } }

.offset-top-sm { margin-top: 60px; }

@media screen and (max-width: 991px) { .offset-top-sm { margin-top: 42px; } }

@media screen and (max-width: 640px) { .offset-top-sm { margin-top: 30px; } }

.offset-bottom-sm { margin-bottom: 60px; }

@media screen and (max-width: 991px) { .offset-bottom-sm { margin-bottom: 42px; } }

@media screen and (max-width: 640px) { .offset-bottom-sm { margin-bottom: 30px; } }

.wrapper { position: relative; }

.slick img { width: 100%; }

.header { padding: 20px 0; margin-bottom:10px; z-index: 2; }

@media screen and (max-width: 800px) { .header { margin-bottom: 10px; } }

.header__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

@media screen and (max-width: 1160px) { .header__logo { -webkit-box-flex: 0; -ms-flex: 0 0 120px; flex: 0 0 120px; } }

@media screen and (max-width: 800px) { .header__logo { -webkit-box-flex: 0; -ms-flex: 0 0 100px; flex: 0 0 100px; } }


.header__navigation { margin-top: 20px; -ms-flex-preferred-size: 860px; flex-basis: 860px; }

@media screen and (max-width: 1160px) { .header__navigation { padding-left: 40px; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; } }

@media screen and (max-width: 800px) { .header__navigation { display: none; } }

@media screen and (min-width: 801px) { .header__menu { display: none; } }

.nav { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.nav__item.is-active .nav__link:after { width: 100%; }

.nav__link { display: inline-block; position: relative; }

.nav__link:after { display: block; content: " "; width: 0; height: 2px; background: #3c4547; position: absolute; left: 0; bottom: -2px; transition: width .5s; }

.nav__link:hover { color: #3c4547; }

.nav__link:hover:after { width: 100%; }

.nav__link.is-active:after { width: 100%; }

.footer { padding-top: 100px; padding-bottom: 40px; position: relative; }

.footer__scrolltop { position: absolute; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); top: 30px; }

.footer__scrolltop:hover i, .footer__scrolltop:focus i { color: #818181; }

.footer__scrolltop i { transition: color .2s; }

.footer a { transition: color .2s; }

.footer a:hover, .footer a:focus { color: #818181; }

.footer-grid { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -20px; margin-left: -20px; }

@media (min-width: 576px) { .footer-grid { margin-right: -20px; margin-left: -20px; } }

@media (min-width: 769px) { .footer-grid { margin-right: -20px; margin-left: -20px; } }

@media (min-width: 992px) { .footer-grid { margin-right: -20px; margin-left: -20px; } }

@media (min-width: 1200px) { .footer-grid { margin-right: -20px; margin-left: -20px; } }

.footer-grid__nav { padding-right: 20px; padding-left: 20px; -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }

@media (min-width: 576px) { .footer-grid__nav { padding-right: 20px; padding-left: 20px; } }

@media (min-width: 769px) { .footer-grid__nav { padding-right: 20px; padding-left: 20px; } }

@media (min-width: 992px) { .footer-grid__nav { padding-right: 20px; padding-left: 20px; } }

@media (min-width: 1200px) { .footer-grid__nav { padding-right: 20px; padding-left: 20px; } }

@media screen and (max-width: 767px) { .footer-grid__nav { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } }

@media screen and (max-width: 480px) { .footer-grid__nav { margin-bottom: 40px; } }

.footer-grid__contact { padding-right: 20px; padding-left: 20px; -webkit-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; }

@media (min-width: 576px) { .footer-grid__contact { padding-right: 20px; padding-left: 20px; } }

@media (min-width: 769px) { .footer-grid__contact { padding-right: 20px; padding-left: 20px; } }

@media (min-width: 992px) { .footer-grid__contact { padding-right: 20px; padding-left: 20px; } }

@media (min-width: 1200px) { .footer-grid__contact { padding-right: 20px; padding-left: 20px; } }

@media screen and (max-width: 767px) { .footer-grid__contact { display: none; } }

@media screen and (max-width: 480px) { .footer-grid__contact { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } }

.footer-grid__other { padding-right: 20px; padding-left: 20px; -webkit-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; display: -webkit-box; display: -ms-flexbox; display: flex; margin-left: auto; }

@media (min-width: 576px) { .footer-grid__other { padding-right: 20px; padding-left: 20px; } }

@media (min-width: 769px) { .footer-grid__other { padding-right: 20px; padding-left: 20px; } }

@media (min-width: 992px) { .footer-grid__other { padding-right: 20px; padding-left: 20px; } }

@media (min-width: 1200px) { .footer-grid__other { padding-right: 20px; padding-left: 20px; } }

@media screen and (max-width: 767px) { .footer-grid__other { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } }

@media screen and (max-width: 480px) { .footer-grid__other { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; margin-left: 0; } }

.footer-nav__item:nth-child(1n+2) { margin-top: 6px; }

.footer-contacts { line-height: 22px; }

.footer-contacts__title { margin-bottom: 10px; }

.footer-other { margin-left: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

@media screen and (max-width: 480px) { .footer-other { margin-left: 0; } }

.footer-other__dev { margin-top: auto; }

.social { display: -webkit-box; display: -ms-flexbox; display: flex; }

@media screen and (max-width: 480px) { .social { margin-bottom: 40px; } }

.social__item:nth-child(1n+2) { margin-left: 14px; }

.mobile-nav { padding: 30px 20px; color: #ffffff; background: #929292; }
.mobile-nav a {color: #ffffff;}
@media screen and (max-width: 480px) { .mobile-nav { padding: 30px; } }

.m-nav__item:nth-child(1n+2) { margin-top: 30px; }

.m-nav__link { display: inline-block; position: relative; font-size: 20px; }

.m-nav__link:after { display: block; content: " "; width: 0; height: 2px; background: #ffffff; position: absolute; left: 0; bottom: -2px; transition: width .5s; }

.m-nav__link:hover { color: #ffffff; }

.m-nav__link:hover:after { width: 100%; }

@media screen and (max-width: 480px) { .m-nav__link { font-size: 20px; } }

.m-contacts { margin-top: 100px; }

.m-contacts a { display: inline-block; font-size: 110%; }

.m-contacts a + a { margin-top: 20px; }

/* Pages */
.hero { color: #6e6e6e; }

@media screen and (min-width: 801px) { .hero { margin-top: -180px; } }

.hero__content { max-width: 860px; margin-left: auto; }

@media screen and (max-width: 1160px) { .hero__content { padding-left: 200px; max-width: none; } }

@media screen and (max-width: 800px) { .hero__content { padding-left: 0; } }

.hero__title {color:#60005b; font-size: 34px; margin-bottom: 20px; }

@media screen and (max-width: 1280px) { .hero__title { font-size: 30.6px; } }

@media screen and (max-width: 991px) { .hero__title { font-size: 27.2px; } }

@media screen and (max-width: 768px) { .hero__title { font-size: 23.8px; } }

@media screen and (max-width: 480px) { .hero__title { font-size: 20.4px; } }

@media screen and (max-width: 380px) { .hero__title { font-size: 17px; } }

.hero__text { font-size: 18px; color:#641872;}
.hero__slider { margin-top: 60px; }
.hero__slider1 { margin-top: 20px; }
.grid-services { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; margin-left: -40px; }
.grid-services > * { width: 33.33333%; padding-left: 40px; float: left; margin-top: 0; }

@media screen and (max-width: 640px) { .grid-services { margin-left: 0; }
  .grid-services > * { padding-left: 0; width: 50%; margin-top: 40px; } }

@media screen and (max-width: 480px) { .grid-services { margin-left: 0; }
  .grid-services > * { padding-left: 0; width: 100%; margin-top: 40px; } }

.service-col__title { font-family: "geo-bold"; font-size: 20px; margin-bottom: 30px; }

.section-manicure { background-repeat: no-repeat; background-size: cover; background-position: 50% 50%;}

.manicure-panel { padding: 40px; background: rgba(255, 255, 255, 0.7); border-radius: 10px; }

.grid-manicure { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; margin-left: -60px; }

.grid-manicure > * { width: 50%; padding-left: 60px; float: left; margin-top: 40px; }

@media screen and (max-width: 576px) { .grid-manicure { margin-left: 0; }
  .grid-manicure > * { padding-left: 0; width: 100%; margin-top: 40px; } }

.card-default { display: block; max-width: 450px; transition: opacity .1s; }

.card-default:hover, .card-default:focus { opacity: .8; }

.card-default:hover .card-default__title, .card-default:focus .card-default__title { text-decoration: underline; }

.card-default__title { font-family: "geo-bold"; font-size: 22px; margin-bottom: 18px; }

@media screen and (min-width: 1025px) { .grid-cosmetology { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; }
  .grid-cosmetology > * { -webkit-box-flex: 0; -ms-flex: 0 1 480px; flex: 0 1 480px; }
  .grid-cosmetology > *:nth-child(1n+3) { margin-top: 40px; } }

@media screen and (max-width: 1024px) { .grid-cosmetology { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; margin-left: -40px; }
  .grid-cosmetology > * { width: 50%; padding-left: 40px; float: left; margin-top: 40px; } }

@media screen and (max-width: 640px) { .grid-cosmetology { margin-left: 0px; }
  .grid-cosmetology > * { padding-left: 0px; width: 100%; margin-top: 40px; } }

.news-prev-list__item:nth-child(1n+2) { margin-top: 15px; }

.news-preview { display: block; transition: opacity .4s; }

.news-preview:hover, .news-preview:focus { opacity: .6; }

.news-preview__caption { font-size: 24px; padding: 30px 100px; }

@media screen and (max-width: 800px) { .news-preview__caption { padding: 30px 40px; } }

@media screen and (max-width: 480px) { .news-preview__caption { padding: 20px 0; font-size: 18px; } }
.prefooter { color: #ffffff; /*background: #a6a6a6;*/ }
.prefooter__title { color: #ffffff !important; text-transform: uppercase; /*text-transform: none;*/ margin-bottom: 30px; }
.pf-grid { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
@media screen and (max-width: 768px) { .pf-grid { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
    #double10 li {margin-bottom:2px;padding-right:3px;display: block;float: left;width:50% !important;;}
}
@media screen and (min-width: 769px) { .pf-grid__content { -webkit-box-flex: 0; -ms-flex: 0 1 880px; flex: 0 1 880px; padding-right: 30px; } }
@media screen and (min-width: 769px) { .pf-grid__btn { -webkit-box-flex: 0; -ms-flex: 0 0 240px; flex: 0 0 240px; } }
@media screen and (max-width: 768px) { .pf-grid__btn { margin-top: 40px; } }
.pf-grid__btn .btn { width: 100%; margin-top: 30px;}
/*# sourceMappingURL=screen.css.map */
.table {width:80%;  border-radius: 10px;    border: 1px solid #7c7c7c;  margin:6px;  padding:6px; padding-bottom: 10px;padding-top: 10px;}
.table td {padding: 10px;}
.table th {white-space:nowrap;font-weight:normal;text-align: center;}
@media screen and (max-width: 640px) {table {overflow-x: auto;width: 100%; border-radius:10px;border:1px solid #7c7c7c;margin:2px;padding:2px;padding-bottom:6px;padding-top:3px;}
.table {width:100%;margin:2px;  padding:2px;}
}
table {overflow-x: auto;width: 98%; border-radius:10px;border:1px solid #7c7c7c;margin:6px;padding:6px;padding-bottom:10px;padding-top:4px;}
table th {font-size: 10pt; padding:6px;background:#F0F8FF;border-radius:10px;}
table td {font-size: 10pt;}
table td {padding: 4px;}
table th {white-space:nowrap;font-weight:normal;text-align: center;}
.input_textbox {    font-size: 11pt;    border-radius: 10px;    width: 90%;    height: 30px;    line-height: 20px;   padding: 3px; margin: 5px;}
.button {font-size: 12pt;width: 260px;background: #5c5c5c;height:45px;line-height: 40px; text-align: center;    text-decoration: none;    color: #fff;    border-radius: 10px;    border: 0px;}
.form_caption {font-weight:bold;padding-top:5px;padding-bottom:5px;}
.input_textbox_kcaptcha {font-size:9pt;border-radius:10px;width:100px;height:20px;line-height:20px;padding:3px;margin:5px;}
input[type="radio"] {border-radius:100%;-webkit-appearance:none;width:16px;height:16px;border:1px solid rgba(0,0,0,.3);outline:none;margin-right:5px;box-sizing:border-box;display:inline-block;}
input[type="radio"]:checked:before{content:"";display:block;background:rgb(110, 110, 110);border-radius:100%;width:12px;height:12px;margin:1px;pointer-events:none;}
input[type="checkbox"] {-webkit-appearance:none;width:14px;height:14px;border:1px solid rgba(0,0,0,.3);outline:none;margin:5px;box-sizing:border-box;display:inline-block;}
input[type="checkbox"]:checked:before{content:"";display:block;width:9px;height:14px;border:0 solid rgb(110, 110, 110);border-width:0 3px 3px 0;-webkit-transform:rotateZ(45deg);margin:-6px 3px;pointer-events:none;}
.input_textarea {font-size:9pt;border-radius:10px;width:90%;height:180px;line-height:30px;padding:3px;margin:5px;}
.error_input_textarea {border:1px solid #ff0000;font-size:9pt;border-radius:10px;width:90%;height:180px;line-height:30px;padding:3px;margin:5px;}
.object_description span {font-size:9pt; font-style: normal; font-variant: normal; font-weight: normal;}
.choosepage {padding-top:25px;padding-bottom:5px;}
.choosepage b {border-radius: 10px; border: 1px solid #7c7c7c; padding: 5px;padding-left:8px;padding-right:8px;}

#double  {width:100%;float:left; margin: 0;padding: 0; list-style-type: none;/*padding-left:2px;padding-right:2px;*/color: #3c4547;}
#double li {margin-bottom:10px;padding-right:10px;display: block;float: left;width:33%;}
#double li a {font-size:13pt;color:#565656;text-decoration:none;border-bottom: 1px dashed #565656;}
#double li :hover{color:#2a2a2a;text-decoration:none !important;}
#double b {font-size: 13pt;color: #565656;font-variant: normal; font-weight: normal;}
@media screen and (max-width: 768px) {#double  
{width:100%;min-width:200px; float:left; margin: 0;padding: 0; list-style-type: none;padding-left:4px;padding-right:4px;padding-bottom:30px;}
#double li {margin-bottom:10px;padding-right:10px;display: block;float: left;width: 45%;}
#double li a {font-size:13pt;color:#565656;text-decoration:none;border-bottom: 1px dashed #565656;}
#double li :hover{color:#2a2a2a;text-decoration:none !important;}

#double b {font-size: 13pt;color: #565656;font-variant: normal; font-weight: normal;}
}






#double2  {width:100%;height:100%;min-height:200px;float:left;display: block; margin: 0;padding: 0; list-style-type: none;padding-left:2px;padding-right:2px;text-align: center !important;}

#double2 li {margin-bottom:20px;padding-right:30px;display: block;float: left;width: 27%;}

#double2 li a {font-size:12pt;color:#565656;text-decoration:none;}

#double2 li :hover{color:#2a2a2a;text-decoration:none !important;}


#double2 h2 {font-size:15pt;}
#double2 img {width:100%;}


@media screen and (max-width: 991px) {
#double2  
{width:100%;min-width:200px;float:left; margin: 0;padding: 0; list-style-type: none;padding-left:2px;padding-right:2px;padding-bottom:30px;text-align: center !important;}

#double2 li {margin-bottom:10px;padding-right:20px;display: block;float: left;width: 45%;}

#double2 li a {font-size:13pt;color:#565656;text-decoration:none;}

#double2 li :hover {color:#2a2a2a;text-decoration:none !important;}



#double2 h2 {font-size:13pt;margin-bottom:30px;}

/*@media (max-width: 600px) {
  table, thead, tbody, th, td, tr { display: block; }
  thead { display: none; }
  td {
    position: relative;
    padding-left: 50%;
  }
  td:before {
    content: attr(data-title);
    position: absolute;
    left: 10px;
    top: 10px;
    font-weight: bold;
    white-space: nowrap;
  }
}*/

#double2 img {width:120%;}}

.pdf {width:75px;border:0;/*padding:3px;*/padding-right:10px;}
/* #rub  {content: "\20BD"; color:#2a2a2a;} */
#rub {display: inline-block; line-height: 2px; border-bottom: 1px solid #565656;width:0.4em;}
.container h2 {color:#420d55;}
small {font-size:7pt;}

/* old */
.svg {border-radius:0px; width:14px;}
.bg-silver4 { background-color:#d4d4d4; padding-top:20px; min-height:180px; padding-bottom: 60px; text-align: center;} .bg-silver5 { background-color:#92dcdb;padding-top:20px; min-height:180px; padding-bottom: 60px; text-align: center;} .bg-silver2 { background-color:#f1feff; padding-top: 30px; padding-bottom:30px; text-align: center;} h4 {color:#13868c; padding-top:20px;} /*.container2 h3 {font-size: 20px;color:#1c9097;margin-bottom:10px;/*text-align-last:center;*/}*/ .container2 h3 a {color:#13868c; } .container3 { padding-left: 3px;padding-right: 3px;width:98%;min-height: 100%;height: 100%; margin: 0 auto;} .container3 h3 {padding-top:10px;font-size: 22px;color:#1c9097;margin-bottom:10px;text-align-last:center;}
.container2 li {list-style-type: circle; margin-left:30px;}
.container2 {overflow-x: auto; width: 96%; min-height:100%;height:100%; margin: 0 auto;} .container2 h1 {color:#1c9097; !important; font-size: 32px; padding-top:10px;} .container2 h2 {color:#1c9097; !important; font-size: 22px;padding-top:10px;} .bg-silver { background-color:#d4d4d4; padding:20px; padding-top:20px; /*min-height:180px;*/ padding-bottom:30px; text-align: center;} .bg-silver p, h1, h2, h3, ul, li {color:#808080;} .bg-silver h1 {color:#ffffff;} .bg-silver ul {color:#ffffff;} .bg-silver li {color:#ffffff;} .bg-silver4 { background-color:#8ae0c5; padding-top:20px; min-height:180px; padding-bottom: 60px; text-align: center;} .bg-silver5 { background-color:#92dcdb;padding-top:20px; min-height:180px; padding-bottom: 60px; text-align: center;} .bg-silver2 { background-color:#f1feff; padding-top: 30px; padding-bottom:30px; text-align: center;} h4 {color:#13868c; padding-top:20px;} .container2 h3 {font-size: 18px;color:#1c9097;margin-bottom:10px;/*text-align-last:center;*/} .container2 h3 a {color:#13868c; } .container3 { padding-left: 3px;padding-right: 3px;width:98%;min-height: 100%;height: 100%; margin: 0 auto;} .container3 h3 {padding-top:10px;font-size: 21px;color:#1c9097;margin-bottom:10px;text-align-last:center;} 
.bg-grey { background-color: #f0f0f0; height:100%;/*min-height:140px;*/} .caption {padding-left:12px;padding-right:3px; width:100%; min-height: 100%; height: 100%; margin: 0 auto; background-color: #339ea4; padding-top: 10px; padding-bottom: 10px; text-align:left; color:#ffffff;} .bg-grey_pay {background-color: #d5feff; height:80%;min-height:140px;} .bg-white { background-color: #fff; height:100%;min-height:50px;padding:20px; } .bg-white h1, h2, h3, h4 {color: #ffffff;}
.bg-white1 {padding-left:10px;padding-right:10px; background-color: #fff;} .bg-white1 h1, h2, h3, h4 {color: #147472;} .item_date img {width:12px; padding: 0 10px;border-radius:10px;padding-bottom:2px; }
.bg-white { background-color: #fff; height:100%;min-height:50px;padding:20px; } .bg-white h1, h2, h3, h4 {color: #ffffff;}
.bg-white1 h1, h2, h3, h4 {color: #147472;} .item_date img {width:12px; padding: 0 10px;border-radius:10px;padding-bottom:2px;!important;z-index: 1001;}
.item_date img {width:12px; padding: 0 10px;border-radius:10px;padding-bottom:2px;}
.hr-up {height: 30px;border-style: solid;border-color: green;border-width: 1px 0 0 0;border-radius: 20px;opacity: .3;}
#double10 li {margin-bottom:2px;padding-right:3px;display: block;float: left;width:29%;}
blockquote {background:#f6f6f6;margin:10px; padding: 20px; padding-bottom:20px; border-left: 2px solid green; margin-bottom:10px; text-align:left;}
.item_body p {color:#000000;} .item_date {font-size:10pt;color:#232323;}
hr {display: block;content: "";height: 30px;margin-top: -31px;border-style: solid;border-color: green;border-width: 0 0 1px 0;border-radius: 20px; opacity: .3;}
.news-prev-list h2 {color: #000000;}  .news-prev-list__item:nth-child(1n+2) { margin-top: 15px; } .news-prev-list ul {color: #ffffff } .news-prev-list h2 {color: #000000;}  .prefooter { color: #ffffff; /*background: #a6a6a6;*/ }
/*#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
    z-index: 1000;
    display: none;
}
#cookieConsentPopup {
  display: none;
  position: fixed;  /* ���������� ������������ ���� */
  /*bottom: 20px;     /* ������ ����� */
  /*right: 50px;      /* ������ ������ */
 /* border-radius: 20px;
  width: 90%;
  max-width: 400px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 15px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  z-index: 2147483647; /* ����������� ��������� �������� */
/*}
#overlay {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2147483646; /* ���� ���� ��� pop-up */
/*}
*/


.navi_pages {width: 50%; margin: 20px auto; padding: 20px; background-color: #f0f0f0; border-radius: 8px; text-align: center;}

@media (min-width: 1440px) {
.navi_pages {width: 70%; margin: 20px auto; padding: 20px; background-color: #f0f0f0; border-radius: 8px; text-align: center;}
}
@media (min-width: 1024px) {
.navi_pages {width: 80%; margin: 20px auto; padding: 20px; background-color: #f0f0f0; border-radius: 8px; text-align: center;}

}
@media (max-width: 991px) {
.navi_pages {width: 90%; margin: 20px auto; padding: 20px; background-color: #f0f0f0; border-radius: 8px; text-align: center;}
}
@media screen and (max-width: 425px) {
.navi_pages {width: 100%; margin: 3px auto; padding: 10px; background-color: #f0f0f0; border-radius: 8px; text-align: center; font-size:10px;}
    }
@media screen and (max-width: 320px) {
.navi_pages {width: 100%; margin: 2px auto; padding:10px; background-color: #f0f0f0; border-radius: 8px; text-align: center; font-size:9px;}
    }