@charset "UTF-8";

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

body {
  line-height: 1.15;
  color: #111;
  font-family: "Roboto", Arial, sans-serif;
  overflow-x: hidden;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.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-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: 15px;
  padding-left: 15px;
}

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

.row--ai-fe {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.row--ai-c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row--jc-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}/*!
 * Font Awesome Pro 5.0.4 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Commercial License)
 */.fa,.fas,.far,.fal,.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

.fa-xs {
  font-size: .75em;
}

.fa-sm {
  font-size: .875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,.fas.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left,.fab.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right,.fas.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right,.fab.fa-pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}

.fa-stack-1x,.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-alarm-clock:before {
  content: "\f34e";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-alt-down:before {
  content: "\f354";
}

.fa-arrow-alt-from-bottom:before {
  content: "\f346";
}

.fa-arrow-alt-from-left:before {
  content: "\f347";
}

.fa-arrow-alt-from-right:before {
  content: "\f348";
}

.fa-arrow-alt-from-top:before {
  content: "\f349";
}

.fa-arrow-alt-left:before {
  content: "\f355";
}

.fa-arrow-alt-right:before {
  content: "\f356";
}

.fa-arrow-alt-square-down:before {
  content: "\f350";
}

.fa-arrow-alt-square-left:before {
  content: "\f351";
}

.fa-arrow-alt-square-right:before {
  content: "\f352";
}

.fa-arrow-alt-square-up:before {
  content: "\f353";
}

.fa-arrow-alt-to-bottom:before {
  content: "\f34a";
}

.fa-arrow-alt-to-left:before {
  content: "\f34b";
}

.fa-arrow-alt-to-right:before {
  content: "\f34c";
}

.fa-arrow-alt-to-top:before {
  content: "\f34d";
}

.fa-arrow-alt-up:before {
  content: "\f357";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-from-bottom:before {
  content: "\f342";
}

.fa-arrow-from-left:before {
  content: "\f343";
}

.fa-arrow-from-right:before {
  content: "\f344";
}

.fa-arrow-from-top:before {
  content: "\f345";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-square-down:before {
  content: "\f339";
}

.fa-arrow-square-left:before {
  content: "\f33a";
}

.fa-arrow-square-right:before {
  content: "\f33b";
}

.fa-arrow-square-up:before {
  content: "\f33c";
}

.fa-arrow-to-bottom:before {
  content: "\f33d";
}

.fa-arrow-to-left:before {
  content: "\f33e";
}

.fa-arrow-to-right:before {
  content: "\f340";
}

.fa-arrow-to-top:before {
  content: "\f341";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-aws:before {
  content: "\f375";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-badge:before {
  content: "\f335";
}

.fa-badge-check:before {
  content: "\f336";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-bolt:before {
  content: "\f376";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-slash:before {
  content: "\f377";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-browser:before {
  content: "\f37e";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-edit:before {
  content: "\f333";
}

.fa-calendar-exclamation:before {
  content: "\f334";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-alt:before {
  content: "\f332";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-caret-circle-down:before {
  content: "\f32d";
}

.fa-caret-circle-left:before {
  content: "\f32e";
}

.fa-caret-circle-right:before {
  content: "\f330";
}

.fa-caret-circle-up:before {
  content: "\f331";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-double-down:before {
  content: "\f322";
}

.fa-chevron-double-left:before {
  content: "\f323";
}

.fa-chevron-double-right:before {
  content: "\f324";
}

.fa-chevron-double-up:before {
  content: "\f325";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-square-down:before {
  content: "\f329";
}

.fa-chevron-square-left:before {
  content: "\f32a";
}

.fa-chevron-square-right:before {
  content: "\f32b";
}

.fa-chevron-square-up:before {
  content: "\f32c";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-club:before {
  content: "\f327";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-code-commit:before {
  content: "\f386";
}

.fa-code-merge:before {
  content: "\f387";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comments:before {
  content: "\f086";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-wide:before {
  content: "\f326";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-credit-card-blank:before {
  content: "\f389";
}

.fa-credit-card-front:before {
  content: "\f38a";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-desktop-alt:before {
  content: "\f390";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-h-alt:before {
  content: "\f39b";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ellipsis-v-alt:before {
  content: "\f39c";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-square:before {
  content: "\f321";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows:before {
  content: "\f31d";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expand-wide:before {
  content: "\f320";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-check:before {
  content: "\f316";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-edit:before {
  content: "\f31c";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-exclamation:before {
  content: "\f31a";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-minus:before {
  content: "\f318";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-plus:before {
  content: "\f319";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-times:before {
  content: "\f317";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-film:before {
  content: "\f008";
}

.fa-film-alt:before {
  content: "\f3a0";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frown:before {
  content: "\f119";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-h1:before {
  content: "\f313";
}

.fa-h2:before {
  content: "\f314";
}

.fa-h3:before {
  content: "\f315";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-hexagon:before {
  content: "\f312";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-inbox-in:before {
  content: "\f310";
}

.fa-inbox-out:before {
  content: "\f311";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-industry-alt:before {
  content: "\f3b3";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-info-square:before {
  content: "\f30f";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-jack-o-lantern:before {
  content: "\f30e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-key:before {
  content: "\f084";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-alt:before {
  content: "\f30d";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-lock-open-alt:before {
  content: "\f3c2";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-male:before {
  content: "\f183";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-hexagon:before {
  content: "\f307";
}

.fa-minus-octagon:before {
  content: "\f308";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-mobile-android:before {
  content: "\f3ce";
}

.fa-mobile-android-alt:before {
  content: "\f3cf";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-moon:before {
  content: "\f186";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nintendo-switch:before {
  content: "\f418";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-octagon:before {
  content: "\f306";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-percent:before {
  content: "\f295";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-alt:before {
  content: "\f3de";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-hexagon:before {
  content: "\f300";
}

.fa-plus-octagon:before {
  content: "\f301";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-print:before {
  content: "\f02f";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-question-square:before {
  content: "\f2fd";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-random:before {
  content: "\f074";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-rectangle-landscape:before {
  content: "\f2fa";
}

.fa-rectangle-portrait:before {
  content: "\f2fb";
}

.fa-rectangle-wide:before {
  content: "\f2fc";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-rendact:before {
  content: "\f3e4";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-repeat:before {
  content: "\f363";
}

.fa-repeat-1:before {
  content: "\f365";
}

.fa-repeat-1-alt:before {
  content: "\f366";
}

.fa-repeat-alt:before {
  content: "\f364";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-retweet-alt:before {
  content: "\f361";
}

.fa-road:before {
  content: "\f018";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-safari:before {
  content: "\f267";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scrubber:before {
  content: "\f2f8";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-all:before {
  content: "\f367";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield:before {
  content: "\f132";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-check:before {
  content: "\f2f7";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-sliders-h-square:before {
  content: "\f3f0";
}

.fa-sliders-v:before {
  content: "\f3f1";
}

.fa-sliders-v-square:before {
  content: "\f3f2";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-spade:before {
  content: "\f2f4";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-spinner-third:before {
  content: "\f3f4";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-exclamation:before {
  content: "\f2f3";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-strava:before {
  content: "\f428";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablet-android:before {
  content: "\f3fb";
}

.fa-tablet-android-alt:before {
  content: "\f3fc";
}

.fa-tachometer:before {
  content: "\f0e4";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-times-hexagon:before {
  content: "\f2ee";
}

.fa-times-octagon:before {
  content: "\f2f0";
}

.fa-times-square:before {
  content: "\f2d3";
}

.fa-tint:before {
  content: "\f043";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-train:before {
  content: "\f238";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-tree-alt:before {
  content: "\f400";
}

.fa-trello:before {
  content: "\f181";
}

.fa-triangle:before {
  content: "\f2ec";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-trophy-alt:before {
  content: "\f2eb";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-tv-retro:before {
  content: "\f401";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-usb:before {
  content: "\f287";
}

.fa-usd-circle:before {
  content: "\f2e8";
}

.fa-usd-square:before {
  content: "\f2e9";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-fork:before {
  content: "\f2e3";
}

.fa-utensil-knife:before {
  content: "\f2e4";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-utensils-alt:before {
  content: "\f2e6";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f2e2";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-watch:before {
  content: "\f2e1";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-window:before {
  content: "\f40e";
}

.fa-window-alt:before {
  content: "\f40f";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active,.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}/*!
 * Font Awesome Pro 5.0.4 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Commercial License)
 */.fa,.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}/*!
 * Font Awesome Pro 5.0.4 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Commercial License)
 */.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}/*!
 * Font Awesome Pro 5.0.4 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Commercial License)
 */.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}/*!
 * Font Awesome Pro 5.0.4 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Commercial License)
 */.fab {
  font-family: 'Font Awesome 5 Brands';
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,aside,footer,header,nav,section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,figure {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,strong {
  font-weight: inherit;
}

b,strong {
  font-weight: bolder;
}

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

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,input,optgroup,select,textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button {
  overflow: visible;
}

button,select {
  text-transform: none;
}

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

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

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

input {
  overflow: visible;
}

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

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

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

[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

details {
  display: block;
}

summary {
  display: list-item;
}

menu {
  display: block;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

:active,:focus,:hover {
  outline: 0;
}

a {
  color: #5f35a8;
  text-decoration: none;
}

strong {
  font-weight: 500;
}

p {
  margin: 0 0 16px 0;
}

p:last-child {
  margin-bottom: 0;
}

.img-responsive,img.alignleft,img.alignright,img.aligncenter,img.alignnone {
  max-width: 100%;
  height: auto;
}

img.alignleft {
  float: left;
  margin: 5px 30px 30px 0;
}

img.alignright {
  float: right;
  margin: 5px 0 30px 30px;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

img.alignnone {
  margin: 5px 0;
}

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

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

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

.table-wrapper {
  width: 100%;
  overflow: auto;
}

table {
  font-weight: 300;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

table th {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

table th small {
  color: #5f35a8;
  font-size: 14px;
  display: block;
}

table td {
  font-size: 16px;
}

table td small {
  color: #5f35a8;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}

table td .far {
  color: #5f35a8;
  font-size: 20px;
}

table td,table th {
  padding: 25px;
  border: 1px solid #d8d8d8;
}

blockquote {
  font-size: 23px;
  font-style: italic;
  color: #282a2e;
  margin: 15px 0;
  padding: 40px;
}

.gallery-item__link {
  position: relative;
}

.gallery-item__link:before,.gallery-item__link:after {
  position: absolute;
  opacity: 0;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
  display: block;
}

.gallery-item__link:after {
  content: '\f00e';
  font-size: 20px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  right: 15px;
  bottom: 13px;
  color: #fff;
}

.gallery-item__link:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(95, 53, 168, 0.4);
  right: 0;
  bottom: 0;
}

.gallery-item__link:hover:before,.gallery-item__link:hover:after {
  opacity: 1;
}

.button {
  font-family: "Roboto", Arial, sans-serif;
  border-radius: 25px;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
  display: inline-block;
  text-align: center;
  border: 0 !important;
  text-decoration: none !important;
  cursor: pointer;
}

.button--primary {
  background-color: #5f35a8;
  color: #fff;
}

.button--primary:hover {
  background-color: #774ac6;
  color: #fff;
}

.button--inverse {
  background-color: #fff;
  color: #111;
}

.button--inverse:hover {
  background-color: #5f35a8;
  color: #fff;
}

.button--lg {
  min-width: 220px;
  padding: 15px 20px;
}

.button--xl {
  min-width: 260px;
  padding: 18px 20px;
}

.heading {
  font-size: 48px;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.heading--xs {
  font-size: 30px;
}

.gallery {
  padding-top: 15px;
}

.gallery-item__link {
  margin-bottom: 30px;
  display: block;
}

.gallery-item__image {
  display: block;
  width: 100%;
}

.gallery-item__label {
  text-align: center;
  margin-top: -10px;
  margin-bottom: 30px;
}

.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}/* Make sure that the first one is on the top */.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-outer,.fancybox-inner,.fancybox-bg,.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,.fancybox-toolbar,.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s, visibility 0s linear .25s;
  transition: opacity .25s, visibility 0s linear .25s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar,.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .25s, visibility 0s;
  transition: opacity .25s, visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
}

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0);
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,.fancybox-slide--previous,.fancybox-slide--current,.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: visible;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe {
  background: #000;
}

.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe {
  background: #E5E3DF;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-image,.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: -webkit-calc(100% - 100px);
  max-width: calc(100% - 100px);
  max-height: -webkit-calc(100% - 88px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  -webkit-transition: background .25s;
  transition: background .25s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
}/* Caption */.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,.fancybox-caption button,.fancybox-caption select {
  pointer-events: all;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}/* Buttons */.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none;
}

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none;
}

.fancybox-infobar__body,.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button::before,.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}

.fancybox-button[disabled]::before,.fancybox-button[disabled]::after {
  opacity: 0.3;
}

.fancybox-button--left::after,.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
}

.fancybox-button--left::after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fancybox-button--right::after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close::before,.fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: -webkit-calc(50% - 1px);
  top: calc(50% - 1px);
  left: -webkit-calc(50% - 8px);
  left: calc(50% - 8px);
}

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}/* Navigation arrows */.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
}

.fancybox-arrow::after {
  content: '';
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
}

.fancybox-arrow--right {
  right: 0;
}

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fancybox-arrow--right::after,.fancybox-arrow--left::after {
  left: 0;
}

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6;
}

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3;
}/* Loading indicator */.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}/* Transition effects */.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}/* transitionEffect: slide */.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}/* transitionEffect: fade */.fancybox-fx-fade.fancybox-slide--previous,.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}/* transitionEffect: zoom-in-out */.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}/* transitionEffect: rotate */.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}/* transitionEffect: circular */.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}/* transitionEffect: tube */.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}/* Styling for Small-Screen Devices *//* Fullscreen  */.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: -webkit-calc(50% - 7px);
  left: calc(50% - 7px);
  top: -webkit-calc(50% - 6px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none;
}/* Slideshow button */.fancybox-button--play::before,.fancybox-button--pause::before {
  top: -webkit-calc(50% - 6px);
  top: calc(50% - 6px);
  left: -webkit-calc(50% - 4px);
  left: calc(50% - 4px);
  background: transparent;
}

.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
}

.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
}/* Thumbs */.fancybox-thumbs {
  display: none;
}

.fancybox-button--thumbs {
  display: none;
}

.popup {
  width: 100%;
  max-width: 420px;
  overflow: initial;
}

.popup .fancybox-close-small {
  color: #fff;
  right: -55px;
}

.popup .fancybox-close-small:before {
  content: '\f00d';
  font-family: "Font Awesome 5 Pro";
  font-size: 30px;
  font-weight: 300;
}

.popup .fancybox-close-small:after {
  content: unset;
}

.popup__header {
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
}

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

.popup__content {
  font-size: 18px;
  line-height: 1.3;
  color: #282a2e;
}

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

.popup__icon {
  font-size: 50px;
  text-align: center;
  margin-bottom: 15px;
}

.popup__icon--success {
  color: #5f35a8;
}

.pagination {
  text-align: center;
  padding-top: 30px;
  margin-bottom: 30px;
}

.pagination .page-numbers {
  margin: 0 5px;
}

.pagination .current {
  color: #fff;
  border-bottom: 1px solid;
}

.pagination a {
  color: #fff;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
  border-bottom: 1px solid transparent;
}

.pagination a:hover {
  border-bottom-color: #fff;
}

.pagination .prev,.pagination .next {
  color: #fff;
}

.pagination .prev:hover,.pagination .next:hover {
  color: #fff;
}

.form-item {
  margin-bottom: 15px;
}

.form-item__label {
  font-size: 12px;
  margin-bottom: 5px;
}

.form-item__control {
  color: #fff;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
  width: 100%;
  font-size: 15px;
  padding: 5px 0 10px 0;
}

.form-item__file-button{
	display: inline-block;
	position: relative;
	min-width: 200px;
	max-width: 100%;
	margin: 0 auto;
	padding: 10px 30px;
	text-align: center;
    background-color: #fff;
}

.form-item__file-text{
	color: #000;
	display: inline-block;
	margin: 0;
}

.form-item__file,
.your-file{
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
}

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

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

.article-card {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 450px;
  color: #fff;
  padding: 30px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #282a2e;
  overflow: hidden;
}

.article-card:hover:after {
  opacity: 0;
}

.article-card:hover .article-card-title {
  -webkit-transform: translateY(-webkit-calc(100% + 30px));
  transform: translateY(calc(100% + 30px));
}

.article-card:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), to(rgba(17, 17, 17, 0.9)));
  background: -webkit-linear-gradient(top, transparent 0, rgba(17, 17, 17, 0.9) 100%);
  background: linear-gradient(to bottom, transparent 0, rgba(17, 17, 17, 0.9) 100%);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}

.article-card-title {
  font-size: 30px;
  text-transform: uppercase;
  max-height: 117px;
  line-height: 1.3;
  overflow: hidden;
  margin-top: auto;
  z-index: 1;
  position: relative;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}

.article-card-title__text {
  border-bottom: 1px solid;
  display: inline;
}

.navigation-popup--show .navigation-popup__overlay {
  opacity: 1;
  visibility: visible;
}

.navigation-popup--show .navigation-popup__inner {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.navigation-popup--show .navigation-popup__close {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.navigation-popup__overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 30;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 250ms opacity ease-in-out, 250ms visibility ease-in-out;
  transition: 250ms opacity ease-in-out, 250ms visibility ease-in-out;
}

.navigation-popup__inner {
  z-index: 35;
  max-width: 455px;
  height: 100%;
  margin-left: 40px;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  background-color: #000;
  color: #fff;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  top: 0;
  right: 0;
  position: fixed;
  -webkit-transition: 450ms -webkit-transform ease-in-out;
  transition: 450ms -webkit-transform ease-in-out;
  transition: 450ms transform ease-in-out;
  transition: 450ms transform ease-in-out, 450ms -webkit-transform ease-in-out;
  overflow: auto;
  padding: 60px 50px;
}

.navigation-popup__close {
  width: 30px;
  height: 30px;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 35;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 450ms -webkit-transform ease-in-out;
  transition: 450ms -webkit-transform ease-in-out;
  transition: 450ms transform ease-in-out;
  transition: 450ms transform ease-in-out, 450ms -webkit-transform ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  color: #111;
}

.navigation-popup-logotype {
  margin-bottom: 20px;
}

.navigation-popup-logotype__label {
  font-size: 24px;
}

.navigation-popup-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.navigation-popup-menu > li {
  margin-bottom: 10px;
}

.navigation-popup-menu > li:last-child {
  margin-bottom: 0;
}

.navigation-popup-menu > li.current-menu-item > a,.navigation-popup-menu > li > a:hover {
  border-color: rgba(255, 255, 255, 0.3);
}

.navigation-popup-menu > li > a {
  font-size: 18px;
  color: #fff;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
  border: 1px solid transparent;
  border-radius: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 4px 10px;
}

.header {
  padding: 20px 0;
}

.header--inverse {
  color: #fff;
}

.header--sticky {
  padding: 5px 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #111;
  z-index: 10;
  display: none;
}

.header-sticky-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-sticky-navigation__button {
  margin-right: 15px;
}

.header-logotype {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-logotype-link {
  font-size: 24px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}

.header-logotype-link:hover {
  opacity: .7;
}

.header-logotype-link__image {
  display: block;
  max-width: 100%;
  margin-right: 30px;
}

.header-logotype-description {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding: 20px 0 15px 15px;
}

.header-logotype-description__text {
  color: #fff;
}

.header-logotype-description__text a {
  color: #fff;
  opacity: .5;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}

.header-logotype-description__text a:hover {
  opacity: 1;
}

.header-navigation {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-navigation > li {
  margin-right: 5px;
}

.header-navigation > li:last-child {
  margin-right: 0;
}

.header-navigation > li.current-menu-item > a,.header-navigation > li > a:hover {
  border-color: rgba(255, 255, 255, 0.3);
}

.header-navigation > li > a {
  font-size: 18px;
  color: #fff;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
  border: 1px solid transparent;
  border-radius: 15px;
  display: block;
  padding: 4px 10px;
}

.header-navigation-toggle {
  display: none;
  text-align: right;
}

.header-navigation-toggle--show {
  display: block;
}

.header-navigation-toggle__link {
  font-size: 35px;
  color: #fff;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}

.header-navigation-toggle__link:hover {
  opacity: .7;
}

.promo {
  height: 100vh;
  padding: 20px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #282a2e;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.promo__header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.promo__header .header {
  padding: 0;
}

.promo__inner {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.promo-more {
  height: 60px;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  opacity: .7;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
  font-size: 20px;
  line-height: 1;
  margin: 20px auto 0 auto;
  -webkit-animation: promo-more 1.4s linear infinite;
  animation: promo-more 1.4s linear infinite;
}

.promo-more:hover {
  opacity: 1;
}

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

.promo-info__heading {
  font-size: 58px;
  margin-bottom: 10px;
}

.promo-info__subtitle {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 15px;
}

.promo-info__subtitle a {
  color: #fff;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}

.promo-info__subtitle a:hover {
  opacity: .7;
}

.promo-info__actions {
  margin-top: 20px;
}

.promo-social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.promo-social-item {
  margin: 0 5px;
}

.promo-social-item__link {
  color: #fff;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}

.promo-social-item__link--viber {
  background-color: #7b519d;
}

.promo-social-item__link--viber:hover {
  background-color: #946db4;
}

.promo-social-item__link--telegram {
  background-color: #0088cc;
}

.promo-social-item__link--telegram:hover {
  background-color: #00aaff;
}

.promo-social-item__link--whatsapp {
  background-color: #20B038;
}

.promo-social-item__link--whatsapp:hover {
  background-color: #2bd848;
}

.promo-social-item__icon {
  margin: auto;
}

.about {
  padding: 50px 0;
}

.about__text {
  font-size: 19px;
  line-height: 1.4;
}

.about__text ul,.about__text ol {
  margin: 0 0 16px 0;
}

.about__text ul:last-child,.about__text ol:last-child {
  margin-bottom: 0;
}

.about__text ul li,.about__text ol li {
  margin-bottom: 10px;
}

.about__text ul li:last-child,.about__text ol li:last-child {
  margin-bottom: 0;
}

.advantages {
  background-color: #f5f5f5;
  padding: 50px 0 20px 0;
}

.advantages-grid-item {
  margin-bottom: 30px;
}

.advantages-grid-item__title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.advantages-grid-item__image {
  display: block;
  max-height: 62px;
  margin: 0 auto 20px auto;
}

.advantages-grid-item__text {
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
}

.video {
  background-color: #111;
  padding: 50px 0;
  color: #fff;
}

.video__text {
  font-size: 20px;
  line-height: 1.4;
}

.video__text a {
  color: #fff;
  border-bottom: 1px solid;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}

.video__text a:hover {
  border-bottom-color: transparent;
}

.video__text ul,.video__text ol {
  margin: 0 0 16px 0;
}

.video__text ul:last-child,.video__text ol:last-child {
  margin-bottom: 0;
}

.video__text ul li,.video__text ol li {
  margin-bottom: 10px;
}

.video__text ul li:last-child,.video__text ol li:last-child {
  margin-bottom: 0;
}

.info {
  padding: 40px 0;
}

.info__text {
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
}

.page {
  padding: 40px 0;
  background-color: #111;
  color: #fff;
}

.page-content__text {
  font-size: 18px;
  line-height: 1.4;
}

.page-content__text a:not(.gallery-item__link) {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}

.page-content__text a:not(.gallery-item__link):hover {
  opacity: .7;
}

.footer {
  padding: 30px 0;
  background-color: #282a2e;
  color: #fff;
}

.footer a {
  color: #fff;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}

.footer a:hover {
  opacity: .7;
}

.footer__right {
  text-align: right;
}

.footer-social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer-social-item {
  margin: 0 5px;
}

.footer-social-item__link {
  color: #fff;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}

.footer-social-item__link--viber {
  background-color: #7b519d;
}

.footer-social-item__link--viber:hover {
  background-color: #946db4;
}

.footer-social-item__link--telegram {
  background-color: #0088cc;
}

.footer-social-item__link--telegram:hover {
  background-color: #00aaff;
}

.footer-social-item__link--whatsapp {
  background-color: #20B038;
}

.footer-social-item__link--whatsapp:hover {
  background-color: #2bd848;
}

.footer-social-item__icon {
  margin: auto;
}

@font-face {
  font-family:'Font Awesome 5 Pro';font-style:normal;font-weight:900;src:url("../fonts/fontawesome/fa-solid-900.eot");src:url("../fonts/fontawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-solid-900.woff2") format("woff2"), url("../fonts/fontawesome/fa-solid-900.woff") format("woff"), url("../fonts/fontawesome/fa-solid-900.ttf") format("truetype"), url("../fonts/fontawesome/fa-solid-900.svg#fontawesome") format("svg");
}

@font-face {
  font-family:'Font Awesome 5 Pro';font-style:normal;font-weight:400;src:url("../fonts/fontawesome/fa-regular-400.eot");src:url("../fonts/fontawesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-regular-400.woff2") format("woff2"), url("../fonts/fontawesome/fa-regular-400.woff") format("woff"), url("../fonts/fontawesome/fa-regular-400.ttf") format("truetype"), url("../fonts/fontawesome/fa-regular-400.svg#fontawesome") format("svg");
}

@font-face {
  font-family:'Font Awesome 5 Pro';font-style:normal;font-weight:300;src:url("../fonts/fontawesome/fa-light-300.eot");src:url("../fonts/fontawesome/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-light-300.woff2") format("woff2"), url("../fonts/fontawesome/fa-light-300.woff") format("woff"), url("../fonts/fontawesome/fa-light-300.ttf") format("truetype"), url("../fonts/fontawesome/fa-light-300.svg#fontawesome") format("svg");
}

@font-face {
  font-family:'Font Awesome 5 Brands';font-style:normal;font-weight:normal;src:url("../fonts/fontawesome/fa-brands-400.eot");src:url("../fonts/fontawesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-brands-400.woff2") format("woff2"), url("../fonts/fontawesome/fa-brands-400.woff") format("woff"), url("../fonts/fontawesome/fa-brands-400.ttf") format("truetype"), url("../fonts/fontawesome/fa-brands-400.svg#fontawesome") format("svg");
}

@font-face {
  font-family:"Roboto";font-weight:300;src:url("../fonts/roboto/Roboto-Light.ttf") format("truetype");
}

@font-face {
  font-family:"Roboto";font-style:italic;font-weight:300;src:url("../fonts/roboto/Roboto-LightItalic.ttf") format("truetype");
}

@font-face {
  font-family:"Roboto";font-weight:400;src:url("../fonts/roboto/Roboto-Regular.ttf") format("truetype");
}

@font-face {
  font-family:"Roboto";font-weight:400;src:url("../fonts/roboto/Roboto-Light.ttf") format("truetype");
}

@font-face {
  font-family:"Roboto";font-weight:500;src:url("../fonts/roboto/Roboto-Medium.ttf") format("truetype");
}

@font-face {
  font-family:"Roboto";font-style:italic;font-weight:500;src:url("../fonts/roboto/Roboto-MediumItalic.ttf") format("truetype");
}

@font-face {
  font-family:"Roboto";font-weight:700;src:url("../fonts/roboto/Roboto-Bold.ttf") format("truetype");
}

@font-face {
  font-family:"Roboto";font-style:italic;font-weight:700;src:url("../fonts/roboto/Roboto-BoldItalic.ttf") format("truetype");
}

@media (min-width: 576px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .container {
    width: 540px;
    max-width: 100%;
  }

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

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

  .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-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: 15px;
    padding-left: 15px;
  }

  .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: 768px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .container {
    width: 720px;
    max-width: 100%;
  }

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

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

  .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-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: 15px;
    padding-left: 15px;
  }

  .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 all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block;
  }

  .fancybox-button--thumbs span {
    font-size: 23px;
  }

  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: -webkit-calc(50% - 2px);
    top: calc(50% - 2px);
    left: -webkit-calc(50% - 2px);
    left: calc(50% - 2px);
    -webkit-box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
  }

  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 99995;
  }

  .fancybox-show-thumbs .fancybox-thumbs {
    display: block;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 220px;
  }

  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
  }

  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
  }

  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .fancybox-thumbs > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .container {
    width: 960px;
    max-width: 100%;
  }

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

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

  .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-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: 15px;
    padding-left: 15px;
  }

  .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) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .container {
    width: 1200px;
    max-width: 100%;
  }

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

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

  .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-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: 15px;
    padding-left: 15px;
  }

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

@media (max-width: 1199px) {
  .popup .fancybox-close-small {
    color: #111;
    right: 0;
  }
}

@media (max-width: 992px) {
  .heading {
    font-size: 40px;
  }

  .popup--policy {
    padding: 15px;
  }

  .popup--policy .popup__content {
    max-height: 350px;
  }

  .popup--feedback {
    max-width: 470px;
  }

  .popup-feedback-form {
    width: 100%;
    padding: 15px;
  }

  .popup-feedback-image {
    display: none;
  }

  .header-navigation {
    display: none;
  }

  .header-navigation-toggle {
    display: block;
  }

  .header-sticky-navigation__button {
    min-width: unset;
    padding: 10px;
    font-size: 11px;
  }

  .promo {
    height: unset;
  }

  .promo-info {
    margin-top: 20px;
  }

  .promo-info__heading {
    font-size: 40px;
    margin-bottom: 15px;
  }

  .about__text {
    font-size: 17px;
  }

  .advantages-grid-item__text {
    font-size: 17px;
  }

  .video__text {
    font-size: 18px;
  }

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

@media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0;
  }

  .fancybox-button--left,.fancybox-button--right {
    display: none !important;
  }

  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}

@media (max-width: 768px) {
  img.alignright,img.alignleft,img.alignnone {
    float: none;
    display: block;
    margin: auto auto 30px auto;
  }

  blockquote {
    font-size: 18px;
    padding: 20px;
  }

  .heading {
    font-size: 30px;
  }

  .header--sticky .header-sticky-navigation__button {
    display: none;
  }

  .header-logotype-link__image {
    margin-right: 10px;
  }

  .header-logotype-link__label {
    width: 80px;
  }

  .promo-info__heading {
    font-size: 30px;
  }

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

  .about__text {
    font-size: 16px;
  }

  .advantages-grid-item__text {
    font-size: 16px;
  }

  .video__text {
    font-size: 16px;
  }

  .info__text {
    font-size: 16px;
  }

  .footer__right {
    margin-top: 15px;
    text-align: unset;
  }

  .footer-social {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (max-width: 576px) {
  .gallery-item__link {
    margin-bottom: 15px;
  }

  .header--sticky .header-logotype-link__image {
    height: 30px;
  }

  .header--sticky .header-logotype-link__label {
    font-size: 17px;
    width: unset;
  }

  .header-logotype-description {
    display: none;
  }
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes promo-more {
  25% {
    -webkit-transform: translate(0, 4px);
    transform: translate(0, 4px);
  }

  75% {
    -webkit-transform: translate(0, -4px);
    transform: translate(0, -4px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes promo-more {
  25% {
    -webkit-transform: translate(0, 4px);
    transform: translate(0, 4px);
  }

  75% {
    -webkit-transform: translate(0, -4px);
    transform: translate(0, -4px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes shake {
	0% {
	    transform: rotateZ(0deg);
	        -ms-transform: rotateZ(0deg);
	        -webkit-transform: rotateZ(0deg);
	}
	10% {
	    transform: rotateZ(-30deg);
	        -ms-transform: rotateZ(-30deg);
	        -webkit-transform: rotateZ(-30deg);
	}
	20% {
	    transform: rotateZ(15deg);
	        -ms-transform: rotateZ(15deg);
	        -webkit-transform: rotateZ(15deg);
	}
	30% {
	    transform: rotateZ(-10deg);
	        -ms-transform: rotateZ(-10deg);
	        -webkit-transform: rotateZ(-10deg);
	}
	40% {
	    transform: rotateZ(7.5deg);
	        -ms-transform: rotateZ(7.5deg);
	        -webkit-transform: rotateZ(7.5deg);
	}
	50% {
	    transform: rotateZ(-6deg);
	        -ms-transform: rotateZ(-6deg);
	        -webkit-transform: rotateZ(-6deg);
	}
	60% {
	    transform: rotateZ(5deg);
	        -ms-transform: rotateZ(5deg);
	        -webkit-transform: rotateZ(5deg);
	}
	70% {
	    transform: rotateZ(-4.28571deg);
	        -ms-transform: rotateZ(-4.28571deg);
	        -webkit-transform: rotateZ(-4.28571deg);
	}
	80% {
	    transform: rotateZ(3.75deg);
	        -ms-transform: rotateZ(3.75deg);
	        -webkit-transform: rotateZ(3.75deg);
	}
	90% {
	    transform: rotateZ(-3.33333deg);
	        -ms-transform: rotateZ(-3.33333deg);
	        -webkit-transform: rotateZ(-3.33333deg);
	}
	100% {
	    transform: rotateZ(0deg);
	        -ms-transform: rotateZ(0deg);
	        -webkit-transform: rotateZ(0deg);
	}
}

@keyframes jumping {
	0%{
		-webkit-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		-o-transform: translateY(-15px);
		transform: translateY(-15px);
	}
	10%{
		-webkit-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}
	20%{
		-webkit-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		-o-transform: translateY(-15px);
		transform: translateY(-15px);
	}
	30%{
		-webkit-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}
	40%{
		-webkit-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}
	50%{
		-webkit-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}
	60%{
		-webkit-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		-o-transform: translateY(-15px);
		transform: translateY(-15px);
	}
	70%{
		-webkit-transform: translateY(-0px);
		-ms-transform: translateY(-0px);
		-o-transform: translateY(-0px);
		transform: translateY(-0px);
	}
	80%{
		-webkit-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		-o-transform: translateY(-15px);
		transform: translateY(-15px);
	}
	90%{
		-webkit-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}
	100%{
		-webkit-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		-o-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

.whatsapp{
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	position: fixed;
	right: 30px;
	bottom: 30px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	z-index: 10;
	background-color: #075e54;
	-webkit-animation: jumping 5s infinite;
	-o-animation: jumping 5s infinite;
	animation: jumping 5s infinite;
}

.whatsapp--hidden{
	transform: translateX(500px);
	transition: 1s;
	-webkit-animation-name: none;
	-o-animation-name: none;
	animation-name: none;
}

.whatsapp__img{
	width: 30px;
	color: #ffffff;
	-webkit-animation: shake 2s 3s infinite;
	-o-animation: shake 2s infinite;
	animation: shake 2s infinite;
}

.row {
  display: flex;
  flex-flow: row wrap;
  margin-left: -8px;
  margin-right: -8px
}

.col-1,
.col-xs-1 {
  width: 8.3333333333%
}

.col-1,
.col-lg-1,
.col-md-1,
.col-sm-1,
.col-xl-1,
.col-xs-1,
.col-xxl-1 {
  padding-left: 8px;
  padding-right: 8px
}

.col-2,
.col-xs-2 {
  width: 16.6666666667%
}

.col-2,
.col-lg-2,
.col-md-2,
.col-sm-2,
.col-xl-2,
.col-xs-2,
.col-xxl-2 {
  padding-left: 8px;
  padding-right: 8px
}

.col-3,
.col-xs-3 {
  width: 25%
}

.col-3,
.col-lg-3,
.col-md-3,
.col-sm-3,
.col-xl-3,
.col-xs-3,
.col-xxl-3 {
  padding-left: 8px;
  padding-right: 8px
}

.col-4,
.col-xs-4 {
  width: 33.3333333333%
}

.col-4,
.col-lg-4,
.col-md-4,
.col-sm-4,
.col-xl-4,
.col-xs-4,
.col-xxl-4 {
  padding-left: 8px;
  padding-right: 8px
}

.col-5,
.col-xs-5 {
  width: 41.6666666667%
}

.col-5,
.col-lg-5,
.col-md-5,
.col-sm-5,
.col-xl-5,
.col-xs-5,
.col-xxl-5 {
  padding-left: 8px;
  padding-right: 8px
}

.col-6,
.col-xs-6 {
  width: 50%
}

.col-6,
.col-lg-6,
.col-md-6,
.col-sm-6,
.col-xl-6,
.col-xs-6,
.col-xxl-6 {
  padding-left: 8px;
  padding-right: 8px
}

.col-7,
.col-xs-7 {
  width: 58.3333333333%
}

.col-7,
.col-lg-7,
.col-md-7,
.col-sm-7,
.col-xl-7,
.col-xs-7,
.col-xxl-7 {
  padding-left: 8px;
  padding-right: 8px
}

.col-8,
.col-xs-8 {
  width: 66.6666666667%
}

.col-8,
.col-lg-8,
.col-md-8,
.col-sm-8,
.col-xl-8,
.col-xs-8,
.col-xxl-8 {
  padding-left: 8px;
  padding-right: 8px
}

.col-9,
.col-xs-9 {
  width: 75%
}

.col-9,
.col-lg-9,
.col-md-9,
.col-sm-9,
.col-xl-9,
.col-xs-9,
.col-xxl-9 {
  padding-left: 8px;
  padding-right: 8px
}

.col-10,
.col-xs-10 {
  width: 83.3333333333%
}

.col-10,
.col-lg-10,
.col-md-10,
.col-sm-10,
.col-xl-10,
.col-xs-10,
.col-xxl-10 {
  padding-left: 8px;
  padding-right: 8px
}

.col-11,
.col-xs-11 {
  width: 91.6666666667%
}

.col-11,
.col-lg-11,
.col-md-11,
.col-sm-11,
.col-xl-11,
.col-xs-11,
.col-xxl-11 {
  padding-left: 8px;
  padding-right: 8px
}

.col-12,
.col-xs-12 {
  width: 100%
}

.col-12,
.col-lg-12,
.col-md-12,
.col-sm-12,
.col-xl-12,
.col-xs-12,
.col-xxl-12,
.container-fluid {
  padding-left: 8px;
  padding-right: 8px
}

.container-fluid {
  width: 100%;
  margin-left: auto;
  margin-right: auto
}

:root,
body,
html {
  font-family: Raleway, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
  text-transform: none
}

.title,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 2.5rem 0 1.38rem;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #fff
}

h1 {
  margin-top: 0;
  font-size: 2.74658rem;
  font-size: 2.40326rem
}

.title-h1 {
  font-size: 3.43323rem
}

h2 {
  font-size: 2.19727rem;
  font-size: 1.92261rem
}

.title-h2 {
  font-size: 2.74658rem
}

h3 {
  font-size: 1.75781rem;
  font-size: 1.53809rem
}

.title-h3 {
  font-size: 2.19727rem
}

h4 {
  font-size: 1.40625rem;
  font-size: 1.23047rem
}

.title-h4 {
  font-size: 1.75781rem
}

h5 {
  font-size: 1.125rem;
  font-size: 0.98438rem
}

.title-h5 {
  font-size: 1.40625rem
}

.title-h6,
h6 {
  font-size: 0.63281rem
}

.text_small,
small {
  font-size: .75rem
}

blockquote {
  font-style: italic;
  margin: 0 0 1rem;
  padding: 1em;
  font-weight: 300
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}

pre {
  font-size: .8em
}

.d-none,
.d-xs-none {
  display: none !important
}

.d-xs-block {
  display: block !important
}

.d-xs-inline-block {
  display: inline-block !important
}

.d-xs-flex {
  display: flex !important
}

.d-xs-inline-flex {
  display: inline-flex !important
}

.d-xs-grid {
  display: grid !important
}

.d-xs-inline-grid {
  display: inline-grid !important
}

.m-0 {
  margin: 0
}

.mt-0 {
  margin-top: 0
}

.mb-0 {
  margin-bottom: 0
}

.ml-0 {
  margin-left: 0
}

.mr-0 {
  margin-right: 0
}

.mv-0 {
  margin-top: 0;
  margin-bottom: 0
}

.mh-0 {
  margin-right: 0;
  margin-left: 0
}

.p-0 {
  padding: 0
}

.pt-0 {
  padding-top: 0
}

.pb-0 {
  padding-bottom: 0
}

.pl-0 {
  padding-left: 0
}

.pr-0 {
  padding-right: 0
}

.pv-0 {
  padding-top: 0;
  padding-bottom: 0
}

.ph-0 {
  padding-left: 0;
  padding-right: 0
}

.m-5 {
  margin: 5px
}

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

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

.ml-5 {
  margin-left: 5px
}

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

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

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

.p-5 {
  padding: 5px
}

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

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

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

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

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

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

.m-10 {
  margin: 10px
}

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

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

.ml-10 {
  margin-left: 10px
}

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

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

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

.p-10 {
  padding: 10px
}

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

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

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

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

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

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

.m-15 {
  margin: 15px
}

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

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

.ml-15 {
  margin-left: 15px
}

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

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

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

.p-15 {
  padding: 15px
}

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

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

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

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

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

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

.m-20 {
  margin: 20px
}

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

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

.ml-20 {
  margin-left: 20px
}

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

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

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

.p-20 {
  padding: 20px
}

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

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

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

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

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

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

.m-25 {
  margin: 25px
}

.mt-25 {
  margin-top: 25px
}

.mb-25 {
  margin-bottom: 25px
}

.ml-25 {
  margin-left: 25px
}

.mr-25 {
  margin-right: 25px
}

.mv-25 {
  margin-top: 25px;
  margin-bottom: 25px
}

.mh-25 {
  margin-right: 25px;
  margin-left: 25px
}

.p-25 {
  padding: 25px
}

.pt-25 {
  padding-top: 25px
}

.pb-25 {
  padding-bottom: 25px
}

.pl-25 {
  padding-left: 25px
}

.pr-25 {
  padding-right: 25px
}

.pv-25 {
  padding-top: 25px;
  padding-bottom: 25px
}

.ph-25 {
  padding-left: 25px;
  padding-right: 25px
}

.m-30 {
  margin: 30px
}

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

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

.ml-30 {
  margin-left: 30px
}

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

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

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

.p-30 {
  padding: 30px
}

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

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

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

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

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

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

.m-35 {
  margin: 35px
}

.mt-35 {
  margin-top: 35px
}

.mb-35 {
  margin-bottom: 35px
}

.ml-35 {
  margin-left: 35px
}

.mr-35 {
  margin-right: 35px
}

.mv-35 {
  margin-top: 35px;
  margin-bottom: 35px
}

.mh-35 {
  margin-right: 35px;
  margin-left: 35px
}

.p-35 {
  padding: 35px
}

.pt-35 {
  padding-top: 35px
}

.pb-35 {
  padding-bottom: 35px
}

.pl-35 {
  padding-left: 35px
}

.pr-35 {
  padding-right: 35px
}

.pv-35 {
  padding-top: 35px;
  padding-bottom: 35px
}

.ph-35 {
  padding-left: 35px;
  padding-right: 35px
}

.m-40 {
  margin: 40px
}

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

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

.ml-40 {
  margin-left: 40px
}

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

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

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

.p-40 {
  padding: 40px
}

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

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

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

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

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

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

.m-45 {
  margin: 45px
}

.mt-45 {
  margin-top: 45px
}

.mb-45 {
  margin-bottom: 45px
}

.ml-45 {
  margin-left: 45px
}

.mr-45 {
  margin-right: 45px
}

.mv-45 {
  margin-top: 45px;
  margin-bottom: 45px
}

.mh-45 {
  margin-right: 45px;
  margin-left: 45px
}

.p-45 {
  padding: 45px
}

.pt-45 {
  padding-top: 45px
}

.pb-45 {
  padding-bottom: 45px
}

.pl-45 {
  padding-left: 45px
}

.pr-45 {
  padding-right: 45px
}

.pv-45 {
  padding-top: 45px;
  padding-bottom: 45px
}

.ph-45 {
  padding-left: 45px;
  padding-right: 45px
}

.m-50 {
  margin: 50px
}

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

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

.ml-50 {
  margin-left: 50px
}

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

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

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

.p-50 {
  padding: 50px
}

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

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

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

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

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

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

.m-55 {
  margin: 55px
}

.mt-55 {
  margin-top: 55px
}

.mb-55 {
  margin-bottom: 55px
}

.ml-55 {
  margin-left: 55px
}

.mr-55 {
  margin-right: 55px
}

.mv-55 {
  margin-top: 55px;
  margin-bottom: 55px
}

.mh-55 {
  margin-right: 55px;
  margin-left: 55px
}

.p-55 {
  padding: 55px
}

.pt-55 {
  padding-top: 55px
}

.pb-55 {
  padding-bottom: 55px
}

.pl-55 {
  padding-left: 55px
}

.pr-55 {
  padding-right: 55px
}

.pv-55 {
  padding-top: 55px;
  padding-bottom: 55px
}

.ph-55 {
  padding-left: 55px;
  padding-right: 55px
}

.m-60 {
  margin: 60px
}

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

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

.ml-60 {
  margin-left: 60px
}

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

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

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

.p-60 {
  padding: 60px
}

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

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

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

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

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

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

.m-65 {
  margin: 65px
}

.mt-65 {
  margin-top: 65px
}

.mb-65 {
  margin-bottom: 65px
}

.ml-65 {
  margin-left: 65px
}

.mr-65 {
  margin-right: 65px
}

.mv-65 {
  margin-top: 65px;
  margin-bottom: 65px
}

.mh-65 {
  margin-right: 65px;
  margin-left: 65px
}

.p-65 {
  padding: 65px
}

.pt-65 {
  padding-top: 65px
}

.pb-65 {
  padding-bottom: 65px
}

.pl-65 {
  padding-left: 65px
}

.pr-65 {
  padding-right: 65px
}

.pv-65 {
  padding-top: 65px;
  padding-bottom: 65px
}

.ph-65 {
  padding-left: 65px;
  padding-right: 65px
}

.m-70 {
  margin: 70px
}

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

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

.ml-70 {
  margin-left: 70px
}

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

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

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

.p-70 {
  padding: 70px
}

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

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

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

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

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

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

.m-75 {
  margin: 75px
}

.mt-75 {
  margin-top: 75px
}

.mb-75 {
  margin-bottom: 75px
}

.ml-75 {
  margin-left: 75px
}

.mr-75 {
  margin-right: 75px
}

.mv-75 {
  margin-top: 75px;
  margin-bottom: 75px
}

.mh-75 {
  margin-right: 75px;
  margin-left: 75px
}

.p-75 {
  padding: 75px
}

.pt-75 {
  padding-top: 75px
}

.pb-75 {
  padding-bottom: 75px
}

.pl-75 {
  padding-left: 75px
}

.pr-75 {
  padding-right: 75px
}

.pv-75 {
  padding-top: 75px;
  padding-bottom: 75px
}

.ph-75 {
  padding-left: 75px;
  padding-right: 75px
}

.m-80 {
  margin: 80px
}

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

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

.ml-80 {
  margin-left: 80px
}

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

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

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

.p-80 {
  padding: 80px
}

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

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

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

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

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

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

.m-85 {
  margin: 85px
}

.mt-85 {
  margin-top: 85px
}

.mb-85 {
  margin-bottom: 85px
}

.ml-85 {
  margin-left: 85px
}

.mr-85 {
  margin-right: 85px
}

.mv-85 {
  margin-top: 85px;
  margin-bottom: 85px
}

.mh-85 {
  margin-right: 85px;
  margin-left: 85px
}

.p-85 {
  padding: 85px
}

.pt-85 {
  padding-top: 85px
}

.pb-85 {
  padding-bottom: 85px
}

.pl-85 {
  padding-left: 85px
}

.pr-85 {
  padding-right: 85px
}

.pv-85 {
  padding-top: 85px;
  padding-bottom: 85px
}

.ph-85 {
  padding-left: 85px;
  padding-right: 85px
}

.m-90 {
  margin: 90px
}

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

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

.ml-90 {
  margin-left: 90px
}

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

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

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

.p-90 {
  padding: 90px
}

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

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

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

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

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

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

.m-95 {
  margin: 95px
}

.mt-95 {
  margin-top: 95px
}

.mb-95 {
  margin-bottom: 95px
}

.ml-95 {
  margin-left: 95px
}

.mr-95 {
  margin-right: 95px
}

.mv-95 {
  margin-top: 95px;
  margin-bottom: 95px
}

.mh-95 {
  margin-right: 95px;
  margin-left: 95px
}

.p-95 {
  padding: 95px
}

.pt-95 {
  padding-top: 95px
}

.pb-95 {
  padding-bottom: 95px
}

.pl-95 {
  padding-left: 95px
}

.pr-95 {
  padding-right: 95px
}

.pv-95 {
  padding-top: 95px;
  padding-bottom: 95px
}

.ph-95 {
  padding-left: 95px;
  padding-right: 95px
}

.m-100 {
  margin: 100px
}

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

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

.ml-100 {
  margin-left: 100px
}

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

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

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

.p-100 {
  padding: 100px
}

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

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

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

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

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

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

.m-105 {
  margin: 105px
}

.mt-105 {
  margin-top: 105px
}

.mb-105 {
  margin-bottom: 105px
}

.ml-105 {
  margin-left: 105px
}

.mr-105 {
  margin-right: 105px
}

.mv-105 {
  margin-top: 105px;
  margin-bottom: 105px
}

.mh-105 {
  margin-right: 105px;
  margin-left: 105px
}

.p-105 {
  padding: 105px
}

.pt-105 {
  padding-top: 105px
}

.pb-105 {
  padding-bottom: 105px
}

.pl-105 {
  padding-left: 105px
}

.pr-105 {
  padding-right: 105px
}

.pv-105 {
  padding-top: 105px;
  padding-bottom: 105px
}

.ph-105 {
  padding-left: 105px;
  padding-right: 105px
}

.m-110 {
  margin: 110px
}

.mt-110 {
  margin-top: 110px
}

.mb-110 {
  margin-bottom: 110px
}

.ml-110 {
  margin-left: 110px
}

.mr-110 {
  margin-right: 110px
}

.mv-110 {
  margin-top: 110px;
  margin-bottom: 110px
}

.mh-110 {
  margin-right: 110px;
  margin-left: 110px
}

.p-110 {
  padding: 110px
}

.pt-110 {
  padding-top: 110px
}

.pb-110 {
  padding-bottom: 110px
}

.pl-110 {
  padding-left: 110px
}

.pr-110 {
  padding-right: 110px
}

.pv-110 {
  padding-top: 110px;
  padding-bottom: 110px
}

.ph-110 {
  padding-left: 110px;
  padding-right: 110px
}

.m-115 {
  margin: 115px
}

.mt-115 {
  margin-top: 115px
}

.mb-115 {
  margin-bottom: 115px
}

.ml-115 {
  margin-left: 115px
}

.mr-115 {
  margin-right: 115px
}

.mv-115 {
  margin-top: 115px;
  margin-bottom: 115px
}

.mh-115 {
  margin-right: 115px;
  margin-left: 115px
}

.p-115 {
  padding: 115px
}

.pt-115 {
  padding-top: 115px
}

.pb-115 {
  padding-bottom: 115px
}

.pl-115 {
  padding-left: 115px
}

.pr-115 {
  padding-right: 115px
}

.pv-115 {
  padding-top: 115px;
  padding-bottom: 115px
}

.ph-115 {
  padding-left: 115px;
  padding-right: 115px
}

.m-120 {
  margin: 120px
}

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

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

.ml-120 {
  margin-left: 120px
}

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

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

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

.p-120 {
  padding: 120px
}

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

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

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

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

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

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

.m-125 {
  margin: 125px
}

.mt-125 {
  margin-top: 125px
}

.mb-125 {
  margin-bottom: 125px
}

.ml-125 {
  margin-left: 125px
}

.mr-125 {
  margin-right: 125px
}

.mv-125 {
  margin-top: 125px;
  margin-bottom: 125px
}

.mh-125 {
  margin-right: 125px;
  margin-left: 125px
}

.p-125 {
  padding: 125px
}

.pt-125 {
  padding-top: 125px
}

.pb-125 {
  padding-bottom: 125px
}

.pl-125 {
  padding-left: 125px
}

.pr-125 {
  padding-right: 125px
}

.pv-125 {
  padding-top: 125px;
  padding-bottom: 125px
}

.ph-125 {
  padding-left: 125px;
  padding-right: 125px
}

.m-130 {
  margin: 130px
}

.mt-130 {
  margin-top: 130px
}

.mb-130 {
  margin-bottom: 130px
}

.ml-130 {
  margin-left: 130px
}

.mr-130 {
  margin-right: 130px
}

.mv-130 {
  margin-top: 130px;
  margin-bottom: 130px
}

.mh-130 {
  margin-right: 130px;
  margin-left: 130px
}

.p-130 {
  padding: 130px
}

.pt-130 {
  padding-top: 130px
}

.pb-130 {
  padding-bottom: 130px
}

.pl-130 {
  padding-left: 130px
}

.pr-130 {
  padding-right: 130px
}

.pv-130 {
  padding-top: 130px;
  padding-bottom: 130px
}

.ph-130 {
  padding-left: 130px;
  padding-right: 130px
}

.m-135 {
  margin: 135px
}

.mt-135 {
  margin-top: 135px
}

.mb-135 {
  margin-bottom: 135px
}

.ml-135 {
  margin-left: 135px
}

.mr-135 {
  margin-right: 135px
}

.mv-135 {
  margin-top: 135px;
  margin-bottom: 135px
}

.mh-135 {
  margin-right: 135px;
  margin-left: 135px
}

.p-135 {
  padding: 135px
}

.pt-135 {
  padding-top: 135px
}

.pb-135 {
  padding-bottom: 135px
}

.pl-135 {
  padding-left: 135px
}

.pr-135 {
  padding-right: 135px
}

.pv-135 {
  padding-top: 135px;
  padding-bottom: 135px
}

.ph-135 {
  padding-left: 135px;
  padding-right: 135px
}

.m-140 {
  margin: 140px
}

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

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

.ml-140 {
  margin-left: 140px
}

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

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

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

.p-140 {
  padding: 140px
}

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

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

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

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

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

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

.m-145 {
  margin: 145px
}

.mt-145 {
  margin-top: 145px
}

.mb-145 {
  margin-bottom: 145px
}

.ml-145 {
  margin-left: 145px
}

.mr-145 {
  margin-right: 145px
}

.mv-145 {
  margin-top: 145px;
  margin-bottom: 145px
}

.mh-145 {
  margin-right: 145px;
  margin-left: 145px
}

.p-145 {
  padding: 145px
}

.pt-145 {
  padding-top: 145px
}

.pb-145 {
  padding-bottom: 145px
}

.pl-145 {
  padding-left: 145px
}

.pr-145 {
  padding-right: 145px
}

.pv-145 {
  padding-top: 145px;
  padding-bottom: 145px
}

.ph-145 {
  padding-left: 145px;
  padding-right: 145px
}

.m-150 {
  margin: 150px
}

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

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

.ml-150 {
  margin-left: 150px
}

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

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

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

.p-150 {
  padding: 150px
}

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

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

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

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

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

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

.m-155 {
  margin: 155px
}

.mt-155 {
  margin-top: 155px
}

.mb-155 {
  margin-bottom: 155px
}

.ml-155 {
  margin-left: 155px
}

.mr-155 {
  margin-right: 155px
}

.mv-155 {
  margin-top: 155px;
  margin-bottom: 155px
}

.mh-155 {
  margin-right: 155px;
  margin-left: 155px
}

.p-155 {
  padding: 155px
}

.pt-155 {
  padding-top: 155px
}

.pb-155 {
  padding-bottom: 155px
}

.pl-155 {
  padding-left: 155px
}

.pr-155 {
  padding-right: 155px
}

.pv-155 {
  padding-top: 155px;
  padding-bottom: 155px
}

.ph-155 {
  padding-left: 155px;
  padding-right: 155px
}

.m-160 {
  margin: 160px
}

.mt-160 {
  margin-top: 160px
}

.mb-160 {
  margin-bottom: 160px
}

.ml-160 {
  margin-left: 160px
}

.mr-160 {
  margin-right: 160px
}

.mv-160 {
  margin-top: 160px;
  margin-bottom: 160px
}

.mh-160 {
  margin-right: 160px;
  margin-left: 160px
}

.p-160 {
  padding: 160px
}

.pt-160 {
  padding-top: 160px
}

.pb-160 {
  padding-bottom: 160px
}

.pl-160 {
  padding-left: 160px
}

.pr-160 {
  padding-right: 160px
}

.pv-160 {
  padding-top: 160px;
  padding-bottom: 160px
}

.ph-160 {
  padding-left: 160px;
  padding-right: 160px
}

.m-165 {
  margin: 165px
}

.mt-165 {
  margin-top: 165px
}

.mb-165 {
  margin-bottom: 165px
}

.ml-165 {
  margin-left: 165px
}

.mr-165 {
  margin-right: 165px
}

.mv-165 {
  margin-top: 165px;
  margin-bottom: 165px
}

.mh-165 {
  margin-right: 165px;
  margin-left: 165px
}

.p-165 {
  padding: 165px
}

.pt-165 {
  padding-top: 165px
}

.pb-165 {
  padding-bottom: 165px
}

.pl-165 {
  padding-left: 165px
}

.pr-165 {
  padding-right: 165px
}

.pv-165 {
  padding-top: 165px;
  padding-bottom: 165px
}

.ph-165 {
  padding-left: 165px;
  padding-right: 165px
}

.m-170 {
  margin: 170px
}

.mt-170 {
  margin-top: 170px
}

.mb-170 {
  margin-bottom: 170px
}

.ml-170 {
  margin-left: 170px
}

.mr-170 {
  margin-right: 170px
}

.mv-170 {
  margin-top: 170px;
  margin-bottom: 170px
}

.mh-170 {
  margin-right: 170px;
  margin-left: 170px
}

.p-170 {
  padding: 170px
}

.pt-170 {
  padding-top: 170px
}

.pb-170 {
  padding-bottom: 170px
}

.pl-170 {
  padding-left: 170px
}

.pr-170 {
  padding-right: 170px
}

.pv-170 {
  padding-top: 170px;
  padding-bottom: 170px
}

.ph-170 {
  padding-left: 170px;
  padding-right: 170px
}

.m-175 {
  margin: 175px
}

.mt-175 {
  margin-top: 175px
}

.mb-175 {
  margin-bottom: 175px
}

.ml-175 {
  margin-left: 175px
}

.mr-175 {
  margin-right: 175px
}

.mv-175 {
  margin-top: 175px;
  margin-bottom: 175px
}

.mh-175 {
  margin-right: 175px;
  margin-left: 175px
}

.p-175 {
  padding: 175px
}

.pt-175 {
  padding-top: 175px
}

.pb-175 {
  padding-bottom: 175px
}

.pl-175 {
  padding-left: 175px
}

.pr-175 {
  padding-right: 175px
}

.pv-175 {
  padding-top: 175px;
  padding-bottom: 175px
}

.ph-175 {
  padding-left: 175px;
  padding-right: 175px
}

.m-180 {
  margin: 180px
}

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

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

.ml-180 {
  margin-left: 180px
}

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

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

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

.p-180 {
  padding: 180px
}

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

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

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

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

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

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

.m-185 {
  margin: 185px
}

.mt-185 {
  margin-top: 185px
}

.mb-185 {
  margin-bottom: 185px
}

.ml-185 {
  margin-left: 185px
}

.mr-185 {
  margin-right: 185px
}

.mv-185 {
  margin-top: 185px;
  margin-bottom: 185px
}

.mh-185 {
  margin-right: 185px;
  margin-left: 185px
}

.p-185 {
  padding: 185px
}

.pt-185 {
  padding-top: 185px
}

.pb-185 {
  padding-bottom: 185px
}

.pl-185 {
  padding-left: 185px
}

.pr-185 {
  padding-right: 185px
}

.pv-185 {
  padding-top: 185px;
  padding-bottom: 185px
}

.ph-185 {
  padding-left: 185px;
  padding-right: 185px
}

.m-190 {
  margin: 190px
}

.mt-190 {
  margin-top: 190px
}

.mb-190 {
  margin-bottom: 190px
}

.ml-190 {
  margin-left: 190px
}

.mr-190 {
  margin-right: 190px
}

.mv-190 {
  margin-top: 190px;
  margin-bottom: 190px
}

.mh-190 {
  margin-right: 190px;
  margin-left: 190px
}

.p-190 {
  padding: 190px
}

.pt-190 {
  padding-top: 190px
}

.pb-190 {
  padding-bottom: 190px
}

.pl-190 {
  padding-left: 190px
}

.pr-190 {
  padding-right: 190px
}

.pv-190 {
  padding-top: 190px;
  padding-bottom: 190px
}

.ph-190 {
  padding-left: 190px;
  padding-right: 190px
}

.m-195 {
  margin: 195px
}

.mt-195 {
  margin-top: 195px
}

.mb-195 {
  margin-bottom: 195px
}

.ml-195 {
  margin-left: 195px
}

.mr-195 {
  margin-right: 195px
}

.mv-195 {
  margin-top: 195px;
  margin-bottom: 195px
}

.mh-195 {
  margin-right: 195px;
  margin-left: 195px
}

.p-195 {
  padding: 195px
}

.pt-195 {
  padding-top: 195px
}

.pb-195 {
  padding-bottom: 195px
}

.pl-195 {
  padding-left: 195px
}

.pr-195 {
  padding-right: 195px
}

.pv-195 {
  padding-top: 195px;
  padding-bottom: 195px
}

.ph-195 {
  padding-left: 195px;
  padding-right: 195px
}

.m-200 {
  margin: 200px
}

.mt-200 {
  margin-top: 200px
}

.mb-200 {
  margin-bottom: 200px
}

.ml-200 {
  margin-left: 200px
}

.mr-200 {
  margin-right: 200px
}

.mv-200 {
  margin-top: 200px;
  margin-bottom: 200px
}

.mh-200 {
  margin-right: 200px;
  margin-left: 200px
}

.p-200 {
  padding: 200px
}

.pt-200 {
  padding-top: 200px
}

.pb-200 {
  padding-bottom: 200px
}

.pl-200 {
  padding-left: 200px
}

.pr-200 {
  padding-right: 200px
}

.pv-200 {
  padding-top: 200px;
  padding-bottom: 200px
}

.ph-200 {
  padding-left: 200px;
  padding-right: 200px
}

.m-205 {
  margin: 205px
}

.mt-205 {
  margin-top: 205px
}

.mb-205 {
  margin-bottom: 205px
}

.ml-205 {
  margin-left: 205px
}

.mr-205 {
  margin-right: 205px
}

.mv-205 {
  margin-top: 205px;
  margin-bottom: 205px
}

.mh-205 {
  margin-right: 205px;
  margin-left: 205px
}

.p-205 {
  padding: 205px
}

.pt-205 {
  padding-top: 205px
}

.pb-205 {
  padding-bottom: 205px
}

.pl-205 {
  padding-left: 205px
}

.pr-205 {
  padding-right: 205px
}

.pv-205 {
  padding-top: 205px;
  padding-bottom: 205px
}

.ph-205 {
  padding-left: 205px;
  padding-right: 205px
}

.m-210 {
  margin: 210px
}

.mt-210 {
  margin-top: 210px
}

.mb-210 {
  margin-bottom: 210px
}

.ml-210 {
  margin-left: 210px
}

.mr-210 {
  margin-right: 210px
}

.mv-210 {
  margin-top: 210px;
  margin-bottom: 210px
}

.mh-210 {
  margin-right: 210px;
  margin-left: 210px
}

.p-210 {
  padding: 210px
}

.pt-210 {
  padding-top: 210px
}

.pb-210 {
  padding-bottom: 210px
}

.pl-210 {
  padding-left: 210px
}

.pr-210 {
  padding-right: 210px
}

.pv-210 {
  padding-top: 210px;
  padding-bottom: 210px
}

.ph-210 {
  padding-left: 210px;
  padding-right: 210px
}

.m-215 {
  margin: 215px
}

.mt-215 {
  margin-top: 215px
}

.mb-215 {
  margin-bottom: 215px
}

.ml-215 {
  margin-left: 215px
}

.mr-215 {
  margin-right: 215px
}

.mv-215 {
  margin-top: 215px;
  margin-bottom: 215px
}

.mh-215 {
  margin-right: 215px;
  margin-left: 215px
}

.p-215 {
  padding: 215px
}

.pt-215 {
  padding-top: 215px
}

.pb-215 {
  padding-bottom: 215px
}

.pl-215 {
  padding-left: 215px
}

.pr-215 {
  padding-right: 215px
}

.pv-215 {
  padding-top: 215px;
  padding-bottom: 215px
}

.ph-215 {
  padding-left: 215px;
  padding-right: 215px
}

.m-220 {
  margin: 220px
}

.mt-220 {
  margin-top: 220px
}

.mb-220 {
  margin-bottom: 220px
}

.ml-220 {
  margin-left: 220px
}

.mr-220 {
  margin-right: 220px
}

.mv-220 {
  margin-top: 220px;
  margin-bottom: 220px
}

.mh-220 {
  margin-right: 220px;
  margin-left: 220px
}

.p-220 {
  padding: 220px
}

.pt-220 {
  padding-top: 220px
}

.pb-220 {
  padding-bottom: 220px
}

.pl-220 {
  padding-left: 220px
}

.pr-220 {
  padding-right: 220px
}

.pv-220 {
  padding-top: 220px;
  padding-bottom: 220px
}

.ph-220 {
  padding-left: 220px;
  padding-right: 220px
}

.m-225 {
  margin: 225px
}

.mt-225 {
  margin-top: 225px
}

.mb-225 {
  margin-bottom: 225px
}

.ml-225 {
  margin-left: 225px
}

.mr-225 {
  margin-right: 225px
}

.mv-225 {
  margin-top: 225px;
  margin-bottom: 225px
}

.mh-225 {
  margin-right: 225px;
  margin-left: 225px
}

.p-225 {
  padding: 225px
}

.pt-225 {
  padding-top: 225px
}

.pb-225 {
  padding-bottom: 225px
}

.pl-225 {
  padding-left: 225px
}

.pr-225 {
  padding-right: 225px
}

.pv-225 {
  padding-top: 225px;
  padding-bottom: 225px
}

.ph-225 {
  padding-left: 225px;
  padding-right: 225px
}

.m-230 {
  margin: 230px
}

.mt-230 {
  margin-top: 230px
}

.mb-230 {
  margin-bottom: 230px
}

.ml-230 {
  margin-left: 230px
}

.mr-230 {
  margin-right: 230px
}

.mv-230 {
  margin-top: 230px;
  margin-bottom: 230px
}

.mh-230 {
  margin-right: 230px;
  margin-left: 230px
}

.p-230 {
  padding: 230px
}

.pt-230 {
  padding-top: 230px
}

.pb-230 {
  padding-bottom: 230px
}

.pl-230 {
  padding-left: 230px
}

.pr-230 {
  padding-right: 230px
}

.pv-230 {
  padding-top: 230px;
  padding-bottom: 230px
}

.ph-230 {
  padding-left: 230px;
  padding-right: 230px
}

.m-235 {
  margin: 235px
}

.mt-235 {
  margin-top: 235px
}

.mb-235 {
  margin-bottom: 235px
}

.ml-235 {
  margin-left: 235px
}

.mr-235 {
  margin-right: 235px
}

.mv-235 {
  margin-top: 235px;
  margin-bottom: 235px
}

.mh-235 {
  margin-right: 235px;
  margin-left: 235px
}

.p-235 {
  padding: 235px
}

.pt-235 {
  padding-top: 235px
}

.pb-235 {
  padding-bottom: 235px
}

.pl-235 {
  padding-left: 235px
}

.pr-235 {
  padding-right: 235px
}

.pv-235 {
  padding-top: 235px;
  padding-bottom: 235px
}

.ph-235 {
  padding-left: 235px;
  padding-right: 235px
}

.m-240 {
  margin: 240px
}

.mt-240 {
  margin-top: 240px
}

.mb-240 {
  margin-bottom: 240px
}

.ml-240 {
  margin-left: 240px
}

.mr-240 {
  margin-right: 240px
}

.mv-240 {
  margin-top: 240px;
  margin-bottom: 240px
}

.mh-240 {
  margin-right: 240px;
  margin-left: 240px
}

.p-240 {
  padding: 240px
}

.pt-240 {
  padding-top: 240px
}

.pb-240 {
  padding-bottom: 240px
}

.pl-240 {
  padding-left: 240px
}

.pr-240 {
  padding-right: 240px
}

.pv-240 {
  padding-top: 240px;
  padding-bottom: 240px
}

.ph-240 {
  padding-left: 240px;
  padding-right: 240px
}

.m-245 {
  margin: 245px
}

.mt-245 {
  margin-top: 245px
}

.mb-245 {
  margin-bottom: 245px
}

.ml-245 {
  margin-left: 245px
}

.mr-245 {
  margin-right: 245px
}

.mv-245 {
  margin-top: 245px;
  margin-bottom: 245px
}

.mh-245 {
  margin-right: 245px;
  margin-left: 245px
}

.p-245 {
  padding: 245px
}

.pt-245 {
  padding-top: 245px
}

.pb-245 {
  padding-bottom: 245px
}

.pl-245 {
  padding-left: 245px
}

.pr-245 {
  padding-right: 245px
}

.pv-245 {
  padding-top: 245px;
  padding-bottom: 245px
}

.ph-245 {
  padding-left: 245px;
  padding-right: 245px
}

.m-250 {
  margin: 250px
}

.mt-250 {
  margin-top: 250px
}

.mb-250 {
  margin-bottom: 250px
}

.ml-250 {
  margin-left: 250px
}

.mr-250 {
  margin-right: 250px
}

.mv-250 {
  margin-top: 250px;
  margin-bottom: 250px
}

.mh-250 {
  margin-right: 250px;
  margin-left: 250px
}

.p-250 {
  padding: 250px
}

.pt-250 {
  padding-top: 250px
}

.pb-250 {
  padding-bottom: 250px
}

.pl-250 {
  padding-left: 250px
}

.pr-250 {
  padding-right: 250px
}

.pv-250 {
  padding-top: 250px;
  padding-bottom: 250px
}

.ph-250 {
  padding-left: 250px;
  padding-right: 250px
}

.m-255 {
  margin: 255px
}

.mt-255 {
  margin-top: 255px
}

.mb-255 {
  margin-bottom: 255px
}

.ml-255 {
  margin-left: 255px
}

.mr-255 {
  margin-right: 255px
}

.mv-255 {
  margin-top: 255px;
  margin-bottom: 255px
}

.mh-255 {
  margin-right: 255px;
  margin-left: 255px
}

.p-255 {
  padding: 255px
}

.pt-255 {
  padding-top: 255px
}

.pb-255 {
  padding-bottom: 255px
}

.pl-255 {
  padding-left: 255px
}

.pr-255 {
  padding-right: 255px
}

.pv-255 {
  padding-top: 255px;
  padding-bottom: 255px
}

.ph-255 {
  padding-left: 255px;
  padding-right: 255px
}

.m-260 {
  margin: 260px
}

.mt-260 {
  margin-top: 260px
}

.mb-260 {
  margin-bottom: 260px
}

.ml-260 {
  margin-left: 260px
}

.mr-260 {
  margin-right: 260px
}

.mv-260 {
  margin-top: 260px;
  margin-bottom: 260px
}

.mh-260 {
  margin-right: 260px;
  margin-left: 260px
}

.p-260 {
  padding: 260px
}

.pt-260 {
  padding-top: 260px
}

.pb-260 {
  padding-bottom: 260px
}

.pl-260 {
  padding-left: 260px
}

.pr-260 {
  padding-right: 260px
}

.pv-260 {
  padding-top: 260px;
  padding-bottom: 260px
}

.ph-260 {
  padding-left: 260px;
  padding-right: 260px
}

.m-265 {
  margin: 265px
}

.mt-265 {
  margin-top: 265px
}

.mb-265 {
  margin-bottom: 265px
}

.ml-265 {
  margin-left: 265px
}

.mr-265 {
  margin-right: 265px
}

.mv-265 {
  margin-top: 265px;
  margin-bottom: 265px
}

.mh-265 {
  margin-right: 265px;
  margin-left: 265px
}

.p-265 {
  padding: 265px
}

.pt-265 {
  padding-top: 265px
}

.pb-265 {
  padding-bottom: 265px
}

.pl-265 {
  padding-left: 265px
}

.pr-265 {
  padding-right: 265px
}

.pv-265 {
  padding-top: 265px;
  padding-bottom: 265px
}

.ph-265 {
  padding-left: 265px;
  padding-right: 265px
}

.m-270 {
  margin: 270px
}

.mt-270 {
  margin-top: 270px
}

.mb-270 {
  margin-bottom: 270px
}

.ml-270 {
  margin-left: 270px
}

.mr-270 {
  margin-right: 270px
}

.mv-270 {
  margin-top: 270px;
  margin-bottom: 270px
}

.mh-270 {
  margin-right: 270px;
  margin-left: 270px
}

.p-270 {
  padding: 270px
}

.pt-270 {
  padding-top: 270px
}

.pb-270 {
  padding-bottom: 270px
}

.pl-270 {
  padding-left: 270px
}

.pr-270 {
  padding-right: 270px
}

.pv-270 {
  padding-top: 270px;
  padding-bottom: 270px
}

.ph-270 {
  padding-left: 270px;
  padding-right: 270px
}

.m-275 {
  margin: 275px
}

.mt-275 {
  margin-top: 275px
}

.mb-275 {
  margin-bottom: 275px
}

.ml-275 {
  margin-left: 275px
}

.mr-275 {
  margin-right: 275px
}

.mv-275 {
  margin-top: 275px;
  margin-bottom: 275px
}

.mh-275 {
  margin-right: 275px;
  margin-left: 275px
}

.p-275 {
  padding: 275px
}

.pt-275 {
  padding-top: 275px
}

.pb-275 {
  padding-bottom: 275px
}

.pl-275 {
  padding-left: 275px
}

.pr-275 {
  padding-right: 275px
}

.pv-275 {
  padding-top: 275px;
  padding-bottom: 275px
}

.ph-275 {
  padding-left: 275px;
  padding-right: 275px
}

.m-280 {
  margin: 280px
}

.mt-280 {
  margin-top: 280px
}

.mb-280 {
  margin-bottom: 280px
}

.ml-280 {
  margin-left: 280px
}

.mr-280 {
  margin-right: 280px
}

.mv-280 {
  margin-top: 280px;
  margin-bottom: 280px
}

.mh-280 {
  margin-right: 280px;
  margin-left: 280px
}

.p-280 {
  padding: 280px
}

.pt-280 {
  padding-top: 280px
}

.pb-280 {
  padding-bottom: 280px
}

.pl-280 {
  padding-left: 280px
}

.pr-280 {
  padding-right: 280px
}

.pv-280 {
  padding-top: 280px;
  padding-bottom: 280px
}

.ph-280 {
  padding-left: 280px;
  padding-right: 280px
}

.m-285 {
  margin: 285px
}

.mt-285 {
  margin-top: 285px
}

.mb-285 {
  margin-bottom: 285px
}

.ml-285 {
  margin-left: 285px
}

.mr-285 {
  margin-right: 285px
}

.mv-285 {
  margin-top: 285px;
  margin-bottom: 285px
}

.mh-285 {
  margin-right: 285px;
  margin-left: 285px
}

.p-285 {
  padding: 285px
}

.pt-285 {
  padding-top: 285px
}

.pb-285 {
  padding-bottom: 285px
}

.pl-285 {
  padding-left: 285px
}

.pr-285 {
  padding-right: 285px
}

.pv-285 {
  padding-top: 285px;
  padding-bottom: 285px
}

.ph-285 {
  padding-left: 285px;
  padding-right: 285px
}

.m-290 {
  margin: 290px
}

.mt-290 {
  margin-top: 290px
}

.mb-290 {
  margin-bottom: 290px
}

.ml-290 {
  margin-left: 290px
}

.mr-290 {
  margin-right: 290px
}

.mv-290 {
  margin-top: 290px;
  margin-bottom: 290px
}

.mh-290 {
  margin-right: 290px;
  margin-left: 290px
}

.p-290 {
  padding: 290px
}

.pt-290 {
  padding-top: 290px
}

.pb-290 {
  padding-bottom: 290px
}

.pl-290 {
  padding-left: 290px
}

.pr-290 {
  padding-right: 290px
}

.pv-290 {
  padding-top: 290px;
  padding-bottom: 290px
}

.ph-290 {
  padding-left: 290px;
  padding-right: 290px
}

.m-295 {
  margin: 295px
}

.mt-295 {
  margin-top: 295px
}

.mb-295 {
  margin-bottom: 295px
}

.ml-295 {
  margin-left: 295px
}

.mr-295 {
  margin-right: 295px
}

.mv-295 {
  margin-top: 295px;
  margin-bottom: 295px
}

.mh-295 {
  margin-right: 295px;
  margin-left: 295px
}

.p-295 {
  padding: 295px
}

.pt-295 {
  padding-top: 295px
}

.pb-295 {
  padding-bottom: 295px
}

.pl-295 {
  padding-left: 295px
}

.pr-295 {
  padding-right: 295px
}

.pv-295 {
  padding-top: 295px;
  padding-bottom: 295px
}

.ph-295 {
  padding-left: 295px;
  padding-right: 295px
}

input {
  display: inline-flex;
  max-width: 100%
}

#svg-icons {
  display: none
}

.icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  width: 24px;
  height: 24px
}

.icon_svg svg {
  width: 80%;
  height: 80%
}

.icon__image {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%
}

.icon svg {
  height: 100%;
  max-height: 35px;
  display: flex;
  justify-content: flex-start
}

.icon_size_small {
  width: 16px;
  height: 16px
}

.icon_size_large {
  width: 32px;
  height: 32px
}

@-webkit-keyframes show {
  0% {
      opacity: 0
  }

  20% {
      opacity: .2
  }

  50% {
      opacity: .5
  }

  80% {
      opacity: .8
  }

  to {
      opacity: 1
  }
}

@keyframes show {
  0% {
      opacity: 0
  }

  20% {
      opacity: .2
  }

  50% {
      opacity: .5
  }

  80% {
      opacity: .8
  }

  to {
      opacity: 1
  }
}

@-webkit-keyframes show-content {
  0% {
      transform: translateY(-100%)
  }

  20% {
      transform: translateY(-80%)
  }

  50% {
      transform: translateY(-50%)
  }

  80% {
      transform: translateY(-20%)
  }

  to {
      transform: translateY(0)
  }
}

@keyframes show-content {
  0% {
      transform: translateY(-100%)
  }

  20% {
      transform: translateY(-80%)
  }

  50% {
      transform: translateY(-50%)
  }

  80% {
      transform: translateY(-20%)
  }

  to {
      transform: translateY(0)
  }
}

:root {
  --img-height: 320px;
  --full-height: 740px;
  --cont-height: calc(var(--full-height) - var(--img-height))
}

@-webkit-keyframes tab-max-height {
  0% {
      height: 320px;
      height: var(--img-height)
  }

  20% {
      height: 404px;
      height: calc(var(--img-height) + var(--cont-height)*0.2)
  }

  50% {
      height: 530px;
      height: calc(var(--img-height) + var(--cont-height)*0.5)
  }

  80% {
      height: 656px;
      height: calc(var(--img-height) + var(--cont-height)*0.8)
  }

  to {
      height: 740px;
      height: var(--full-height)
  }
}

@keyframes tab-max-height {
  0% {
      height: 320px;
      height: var(--img-height)
  }

  20% {
      height: 404px;
      height: calc(var(--img-height) + var(--cont-height)*0.2)
  }

  50% {
      height: 530px;
      height: calc(var(--img-height) + var(--cont-height)*0.5)
  }

  80% {
      height: 656px;
      height: calc(var(--img-height) + var(--cont-height)*0.8)
  }

  to {
      height: 740px;
      height: var(--full-height)
  }
}

.choise-master {
  padding: 50px 0
}

.choise-master .form-errors {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0;
  margin: 12px 0
}

.choise-master .form-errors .form-error-text {
  font-weight: 400;
  font-size: 0.625rem;
  line-height: 0.75rem;
  color: #da1414
}

.choise-master * {
  line-height: 120%;
  letter-spacing: .005em
}

.choise-master #form-choise-masters,.choise-master #form-choise-masters-girls {
  max-width: 100%;
  margin: 0 auto;
  border-radius: 2px;
  overflow: hidden;
  transition: box-shadow .3s ease-out
}

.choise-master #form-choise-masters:hover,.choise-master #form-choise-masters-girls:hover {
  box-shadow: 0 0 25px rgba(109, 109, 109, 0.5)
}

.choise-master .form-tab,
.choise-master .form-tabs {
  width: 100%
}

.choise-master .form-tab {
  display: none;
  opacity: 0;
  position: relative;
  height: 320px;
  max-height: 740px;
  flex-direction: column-reverse
}

.choise-master .form-tab.active-tab,
.choise-master .form-tab.invalid .form-errors {
  -webkit-animation: show .3s ease-out;
  animation: show .3s ease-out;
  opacity: 1
}

.choise-master .form-tab.active-tab {
  display: flex
}

.choise-master .form-tab_finally .form-tab__img {
  position: relative;
  flex: 1 1 auto
}

.choise-master .form-tab_finally .form-finally-text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  flex-direction: column;
  justify-content: center;
  padding: 30px
}

.choise-master .form-tab_finally .form-tab__content {
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex: 1 0 50%
}

.choise-master .form-tab_finally .form-tab__content button[type=submit] {
  cursor: pointer;
  width: 100%;
  margin-top: 50px;
  padding: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #292a2e;
  border-radius: 30px;
  font-weight: 500;
  font-size: 0.875rem;
  color: #292a2e;
  transition: background-image .3s ease-out, color .2s ease-out
}

.choise-master .form-tab_finally .form-tab__content button[type=submit]:hover {
  background: #292a2e;
  color: #fff;
  border: 1px solid transparent
}

.choise-master .form-tab_after-submit {
  background: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
  padding: 70px;
  justify-content: center;
  align-items: center;
  flex-direction: column !important
}

.choise-master .form-tab_after-submit>:not(:first-child) {
  margin-top: 24px
}

.choise-master .form-tab_after-submit .tab-after-submit__title {
  font-weight: 500;
  font-size: 1.625rem;
  line-height: 150%;
  color: #22252b;
  text-align: center
}

.choise-master .form-tab_after-submit .tab-after-submit__descr {
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  text-align: center;
  color: #383d47
}

.choise-master .form-tab_after-submit .tab-after-submit__icon {
  width: 72px;
  height: 72px
}

.choise-master .form-tab_after-submit .tab-after-submit__icon img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.choise-master .form-tab__title {
  font-weight: 500;
  font-size: 1.25rem;
  color: #22252b
}

.choise-master .form-tab__checkbox,
.choise-master .form-tab__checkbox a {
  margin-top: 30px;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  color: #383d47
}

.choise-master .form-tab__checkbox input[type=checkbox] {
  display: none
}

.choise-master .form-tab__checkbox input[type=checkbox]:checked+.form-tab__label-checkbox:after {
  display: block
}

.choise-master .form-tab__checkbox input[type=checkbox]:checked+.form-tab__label-checkbox:before {
  border: 1px solid #383d47
}

.choise-master .form-tab__checkbox .form-tab__label-checkbox {
  position: relative;
  padding-left: 23px;
  display: block
}

.choise-master .form-tab__checkbox .form-tab__label-checkbox:after,
.choise-master .form-tab__checkbox .form-tab__label-checkbox:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 2px;
  cursor: pointer
}

.choise-master .form-tab__checkbox .form-tab__label-checkbox:before {
  border: 1px solid #383d47;
  width: 13px;
  height: 13px
}

.choise-master .form-tab__checkbox .form-tab__label-checkbox:after {
  width: 15px;
  height: 15px;
  display: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='15' height='15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_112_857)'%3E%3Cpath d='M3.333 9.333l1.9 1.425a1 1 0 001.374-.167L12 4' stroke='%23383D47' stroke-linecap='round'/%3E%3C/g%3E%3Crect x='.5' y='.5' width='14' height='14' rx='1.5' stroke='%23383D47'/%3E%3Cdefs%3E%3CclipPath id='clip0_112_857'%3E%3Crect width='15' height='15' rx='2' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
}

.choise-master .form-tab__checkbox.invalid .form-tab__label-checkbox:before {
  -webkit-animation: show .3s ease-out;
  animation: show .3s ease-out;
  border: 1px solid #da1414
}

.choise-master .form-tab__content {
  background: #f1f2f4;
  position: relative;
  padding: 25px 20px 20px;
  z-index: 2;
  flex: 1 0 50%
}

.choise-master .form-tab__content_transparent {
  padding: 0 !important;
  background: transparent
}

.choise-master .form-tab__content_counter {
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.choise-master .form-tab__content input:not([type=checkbox]),
.choise-master .form-tab__content input:not([type=radio]) {
  padding: 16px 22px 10px 0;
  border: none;
  border-bottom: 1px solid #383d47;
  background: transparent;
  width: 100%;
  font-weight: 400;
  font-size: 0.875rem;
  color: #383d47
}

.choise-master .form-tab__content input:not([type=checkbox])::-moz-placeholder,
.choise-master .form-tab__content input:not([type=radio])::-moz-placeholder {
  opacity: .7
}

.choise-master .form-tab__content input:not([type=checkbox])::placeholder,
.choise-master .form-tab__content input:not([type=radio])::placeholder {
  opacity: .7
}

.choise-master .form-tab__content .form-tab__input-wrapper {
  position: relative;
  width: 100%
}

.choise-master .form-tab__content .form-tab__input-wrapper:not(:first-child) {
  margin-top: 16px
}

.choise-master .form-tab__content .form-tab__input-wrapper.invalid:before {
  -webkit-animation: show .3s ease-out;
  animation: show .3s ease-out;
  content: "";
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 .75a8.25 8.25 0 110 16.5A8.25 8.25 0 019 .75zm0 11a1.032 1.032 0 100 2.063 1.032 1.032 0 000-2.063zm0-7.563a.688.688 0 00-.677.564l-.01.124v4.813l.01.123a.687.687 0 001.354 0l.01-.123V4.875l-.01-.124A.687.687 0 009 4.187z' fill='%23DA1414'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover
}

.choise-master .form-tab__content .form-tab__input-wrapper.invalid input:not([type=radio]) {
  border-bottom: 1px solid #da1414
}

.choise-master .form-tab__img {
  flex: 1 1 auto
}

.choise-master .form-tab__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.choise-master .form-tab__inputs {
  margin-top: 15px
}

.choise-master .form-tab__input {
  padding: 13px 10px;
  border-bottom: 1px solid #d4d7dd;
  cursor: pointer
}

.choise-master .form-tab__input input[type=radio],
.choise-master .form-tab__input label {
  cursor: pointer
}

.choise-master .form-tab__input input[type=radio] {
  display: none
}

.choise-master .form-tab__input input[type=radio]:checked+label:after {
  display: block
}

.choise-master .form-tab__input label {
  font-weight: 400;
  font-size: 0.875rem;
  color: #22252b;
  position: relative;
  padding-left: 26px;
  display: inherit
}

.choise-master .form-tab__input label:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 1px solid #656e81;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1
}

.choise-master .form-tab__input label:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #656e81;
  border-radius: 50%;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: none
}

.choise-master .form-start-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.choise-master .form-start-bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  filter: brightness(50%);
}

.choise-master .form-start-title {
  font-weight: 600;
  font-size: 1.875rem;
  margin: 0;
  color: #f1f2f4
}

.choise-master .form-start-descr {
  margin-top: 24px;
  display: block;
  max-width: 430px;
  font-weight: 500;
  font-size: 0.875rem;
  color: #d4d7dd
}

.choise-master .form-finally-title {
  font-weight: 600;
  font-size: 1.75rem;
  color: #fff;
}

.choise-master .form-finally-descr {
  display: block;
  margin-top: 12px;
  max-width: 360px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  color: #fff;
}

.choise-master .form-navigate,
.choise-master .quiz-button {
  display: flex;
  align-items: center
}

.choise-master .quiz-button {
  justify-content: center;
  height: 45px;
  cursor: pointer
}

.choise-master .quiz-button_prev {
  width: 45px;
  border-radius: 50%;
  border: 1px solid #9ba2b0;
  background: transparent;
  margin-right: 13px;
  flex-shrink: 0;
  transition: border-color .3s ease-out
}

.choise-master .quiz-button_prev .quiz-button-arrow-prev {
  width: 16px;
  height: 13px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.638 7l-.354-.354L.931 7l.353.354L1.638 7zm15 .5a.5.5 0 100-1v1zM7.284.646l-6 6 .707.708 6-6-.707-.708zm-6 6.708l6 6 .707-.708-6-6-.707.708zm.354.146h15v-1h-15v1z' fill='%239BA2B0'/%3E%3C/svg%3E");
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  transition: background-image .3s ease-out
}

.choise-master .quiz-button_prev:hover {
  border: 1px solid #707a8f
}

.choise-master .quiz-button_prev:hover .quiz-button-arrow-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.638 7l-.354-.354L.931 7l.353.354L1.638 7zm15 .5a.5.5 0 100-1v1zM7.284.646l-6 6 .707.708 6-6-.707-.708zm-6 6.708l6 6 .707-.708-6-6-.707.708zm.354.146h15v-1h-15v1z' fill='%23707A8F'/%3E%3C/svg%3E")
}

.choise-master .quiz-button_next {
  margin-right: 28px
}

.choise-master .quiz-button_next,
.choise-master .quiz-button_start {
  border: none;
  padding: 20px 25px;
  font-weight: 500;
  font-size: 1rem;
  color: #fff;
  border-radius: 30px;
  background: rgb(41,42,46)
}

.choise-master .quiz-button_start {
  margin-top: 50px
}

.choise-master .quiz-arrow-next {
  width: 15px;
  height: 12px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  margin-left: 8px
}

.choise-master .form-steps {
  font-weight: 400;
  font-size: 1.25rem;
  color: #22252b
}

@media(min-width:576px) {
  .col-sm-1 {
      width: 8.3333333333%
  }

  .col-sm-2 {
      width: 16.6666666667%
  }

  .col-sm-3 {
      width: 25%
  }

  .col-sm-4 {
      width: 33.3333333333%
  }

  .col-sm-5 {
      width: 41.6666666667%
  }

  .col-sm-6 {
      width: 50%
  }

  .col-sm-7 {
      width: 58.3333333333%
  }

  .col-sm-8 {
      width: 66.6666666667%
  }

  .col-sm-9 {
      width: 75%
  }

  .col-sm-10 {
      width: 83.3333333333%
  }

  .col-sm-11 {
      width: 91.6666666667%
  }

  .col-sm-12 {
      width: 100%
  }

  h1 {
      font-size: 2.57492rem
  }

  h2 {
      font-size: 2.05994rem
  }

  h3 {
      font-size: 1.64795rem
  }

  h4 {
      font-size: 1.31836rem
  }

  h5 {
      font-size: 1.05469rem
  }

  .d-sm-none {
      display: none !important
  }

  .d-sm-block {
      display: block !important
  }

  .d-sm-inline-block {
      display: inline-block !important
  }

  .d-sm-flex {
      display: flex !important
  }

  .d-sm-inline-flex {
      display: inline-flex !important
  }

  .d-sm-grid {
      display: grid !important
  }

  .d-sm-inline-grid {
      display: inline-grid !important
  }

  .choise-master .form-tab {
      flex-direction: row;
      height: 450px;
      max-height: unset
  }

  .choise-master .form-tab_start {
      padding: 40px 20px
  }

  .choise-master .form-tab_finally .form-finally-text {
      padding: 30px;
      display: flex
  }

  .choise-master .form-tab__content {
      padding: 40px 35px
  }

  .choise-master .form-start-title {
      font-size: 2.125rem
  }

  .choise-master .quiz-button_start {
      margin-top: 72px
  }
}

@media(min-width:768px) {
  .row {
      margin-left: -12px;
      margin-right: -12px
  }

  .col-1,
  .col-md-1,
  .col-sm-1,
  .col-xs-1 {
      padding-left: 12px;
      padding-right: 12px
  }

  .col-md-1 {
      width: 8.3333333333%
  }

  .col-2,
  .col-lg-1,
  .col-md-2,
  .col-sm-2,
  .col-xl-1,
  .col-xs-2,
  .col-xxl-1 {
      padding-left: 12px;
      padding-right: 12px
  }

  .col-md-2 {
      width: 16.6666666667%
  }

  .col-3,
  .col-lg-2,
  .col-md-3,
  .col-sm-3,
  .col-xl-2,
  .col-xs-3,
  .col-xxl-2 {
      padding-left: 12px;
      padding-right: 12px
  }

  .col-md-3 {
      width: 25%
  }

  .col-4,
  .col-lg-3,
  .col-md-4,
  .col-sm-4,
  .col-xl-3,
  .col-xs-4,
  .col-xxl-3 {
      padding-left: 12px;
      padding-right: 12px
  }

  .col-md-4 {
      width: 33.3333333333%
  }

  .col-5,
  .col-lg-4,
  .col-md-5,
  .col-sm-5,
  .col-xl-4,
  .col-xs-5,
  .col-xxl-4 {
      padding-left: 12px;
      padding-right: 12px
  }

  .col-md-5 {
      width: 41.6666666667%
  }

  .col-6,
  .col-lg-5,
  .col-md-6,
  .col-sm-6,
  .col-xl-5,
  .col-xs-6,
  .col-xxl-5 {
      padding-left: 12px;
      padding-right: 12px
  }

  .col-md-6 {
      width: 50%
  }

  .col-7,
  .col-lg-6,
  .col-md-7,
  .col-sm-7,
  .col-xl-6,
  .col-xs-7,
  .col-xxl-6 {
      padding-left: 12px;
      padding-right: 12px
  }

  .col-md-7 {
      width: 58.3333333333%
  }

  .col-8,
  .col-lg-7,
  .col-md-8,
  .col-sm-8,
  .col-xl-7,
  .col-xs-8,
  .col-xxl-7 {
      padding-left: 12px;
      padding-right: 12px
  }

  .col-md-8 {
      width: 66.6666666667%
  }

  .col-9,
  .col-lg-8,
  .col-md-9,
  .col-sm-9,
  .col-xl-8,
  .col-xs-9,
  .col-xxl-8 {
      padding-left: 12px;
      padding-right: 12px
  }

  .col-md-9 {
      width: 75%
  }

  .col-10,
  .col-lg-9,
  .col-md-10,
  .col-sm-10,
  .col-xl-9,
  .col-xs-10,
  .col-xxl-9 {
      padding-left: 12px;
      padding-right: 12px
  }

  .col-md-10 {
      width: 83.3333333333%
  }

  .col-11,
  .col-lg-10,
  .col-md-11,
  .col-sm-11,
  .col-xl-10,
  .col-xs-11,
  .col-xxl-10 {
      padding-left: 12px;
      padding-right: 12px
  }

  .col-md-11 {
      width: 91.6666666667%
  }

  .col-12,
  .col-lg-11,
  .col-md-12,
  .col-sm-12,
  .col-xl-11,
  .col-xs-12,
  .col-xxl-11 {
      padding-left: 12px;
      padding-right: 12px
  }

  .col-md-12 {
      width: 100%
  }

  .col-lg-12,
  .col-xl-12,
  .col-xxl-12 {
      padding-left: 12px;
      padding-right: 12px
  }

  .container-fluid {
      padding-left: 16px;
      padding-right: 16px
  }

  h1 {
      font-size: 2.74658rem
  }

  h2 {
      font-size: 2.19727rem
  }

  h3 {
      font-size: 1.75781rem
  }

  h4 {
      font-size: 1.40625rem
  }

  h5 {
      font-size: 1.125rem
  }

  .d-md-none {
      display: none !important
  }

  .d-md-block {
      display: block !important
  }

  .d-md-inline-block {
      display: inline-block !important
  }

  .d-md-flex {
      display: flex !important
  }

  .d-md-inline-flex {
      display: inline-flex !important
  }

  .d-md-grid {
      display: grid !important
  }

  .d-md-inline-grid {
      display: inline-grid !important
  }

  .choise-master .form-errors .form-error-text {
      font-size: 0.75rem;
      line-height: 0.875rem
  }

  .choise-master #form-choise-masters, .choise-master #form-choise-masters-girls {
      max-width: 830px
  }

  .choise-master .form-tab {
      height: 500px
  }

  .choise-master .form-tab_start {
      padding: 60px 50px
  }

  .choise-master .form-tab_finally .form-tab__content {
      flex: 1 0 50%;
      padding: 73px
  }

  .choise-master .form-tab_finally .form-tab__content button[type=submit] {
      padding: 17px
  }

  .choise-master .form-tab_after-submit .tab-after-submit__title {
      font-size: 2rem
  }

  .choise-master .form-tab_after-submit .tab-after-submit__descr {
      font-size: 1.25rem
  }

  .choise-master .form-tab__title {
      font-size: 1.5rem
  }

  .choise-master .form-tab__checkbox,
  .choise-master .form-tab__checkbox a {
      margin-top: 20px
  }

  .choise-master .form-tab__content {
      padding: 60px 50px
  }

  .choise-master .form-tab__input {
      padding: 16px 10px
  }

  .choise-master .form-tab__input label {
      font-size: 1rem;
      line-height: 1rem
  }

  .choise-master .form-start-title {
      font-size: 3rem
  }

  .choise-master .form-start-descr {
      font-size: 1.125rem
  }

  .choise-master .quiz-button {
      height: 56px
  }

  .choise-master .quiz-button_prev {
      width: 56px
  }

  .choise-master .quiz-button_next,
  .choise-master .quiz-button_start {
      padding: 20px 40px
  }
}

@media(min-width:992px) {
  .col-lg-1 {
      width: 8.3333333333%
  }

  .col-lg-2 {
      width: 16.6666666667%
  }

  .col-lg-3 {
      width: 25%
  }

  .col-lg-4 {
      width: 33.3333333333%
  }

  .col-lg-5 {
      width: 41.6666666667%
  }

  .col-lg-6 {
      width: 50%
  }

  .col-lg-7 {
      width: 58.3333333333%
  }

  .col-lg-8 {
      width: 66.6666666667%
  }

  .col-lg-9 {
      width: 75%
  }

  .col-lg-10 {
      width: 83.3333333333%
  }

  .col-lg-11 {
      width: 91.6666666667%
  }

  .col-lg-12 {
      width: 100%
  }

  h1 {
      font-size: 3.43323rem
  }

  h2 {
      font-size: 2.74658rem
  }

  h3 {
      font-size: 2.19727rem
  }

  h4 {
      font-size: 1.75781rem
  }

  h5 {
      font-size: 1.40625rem
  }

  .d-lg-none {
      display: none !important
  }

  .d-lg-block {
      display: block !important
  }

  .d-lg-inline-block {
      display: inline-block !important
  }

  .d-lg-flex {
      display: flex !important
  }

  .d-lg-inline-flex {
      display: inline-flex !important
  }

  .d-lg-grid {
      display: grid !important
  }

  .d-lg-inline-grid {
      display: inline-grid !important
  }

  .choise-master .form-errors {
      margin: 20px 0
  }

  .choise-master .form-tab {
      height: 550px
  }

  .choise-master .form-tab_start {
      padding: 100px 80px
  }

  .choise-master .form-tab_finally .form-finally-text {
      padding: 195px 40px 50px 50px;
      display: block
  }

  .choise-master .form-tab_finally .form-tab__content {
      flex: 1 0 45%
  }

  .choise-master .form-tab_after-submit {
      padding: 100px 150px
  }

  .choise-master .form-tab__checkbox,
  .choise-master .form-tab__checkbox a {
      font-size: 0.6875rem;
      line-height: 150%
  }

  .choise-master .form-tab__inputs {
      margin-top: 52px
  }

  .choise-master .form-finally-descr {
      font-size: 1.25rem
  }
}

@media(min-width:1200px) {
  .col-xl-1 {
      width: 8.3333333333%
  }

  .col-xl-2 {
      width: 16.6666666667%
  }

  .col-xl-3 {
      width: 25%
  }

  .col-xl-4 {
      width: 33.3333333333%
  }

  .col-xl-5 {
      width: 41.6666666667%
  }

  .col-xl-6 {
      width: 50%
  }

  .col-xl-7 {
      width: 58.3333333333%
  }

  .col-xl-8 {
      width: 66.6666666667%
  }

  .col-xl-9 {
      width: 75%
  }

  .col-xl-10 {
      width: 83.3333333333%
  }

  .col-xl-11 {
      width: 91.6666666667%
  }

  .col-xl-12 {
      width: 100%
  }

  h1 {
      font-size: 3.43323rem
  }

  h2 {
      font-size: 2.74658rem
  }

  h3 {
      font-size: 2.19727rem
  }

  h4 {
      font-size: 1.75781rem
  }

  h5 {
      font-size: 1.40625rem
  }

  .d-xl-none {
      display: none !important
  }

  .d-xl-block {
      display: block !important
  }

  .d-xl-inline-block {
      display: inline-block !important
  }

  .d-xl-flex {
      display: flex !important
  }

  .d-xl-inline-flex {
      display: inline-flex !important
  }

  .d-xl-grid {
      display: grid !important
  }

  .d-xl-inline-grid {
      display: inline-grid !important
  }

  .choise-master #form-choise-masters, .choise-master #form-choise-masters-girls {
      max-width: 994px
  }

  .choise-master .form-tab {
      height: 600px
  }

  .choise-master .form-tab_after-submit {
      padding: 160px 180px
  }
}

@media(min-width:1400px) {
  .col-xxl-1 {
      width: 8.3333333333%
  }

  .col-xxl-2 {
      width: 16.6666666667%
  }

  .col-xxl-3 {
      width: 25%
  }

  .col-xxl-4 {
      width: 33.3333333333%
  }

  .col-xxl-5 {
      width: 41.6666666667%
  }

  .col-xxl-6 {
      width: 50%
  }

  .col-xxl-7 {
      width: 58.3333333333%
  }

  .col-xxl-8 {
      width: 66.6666666667%
  }

  .col-xxl-9 {
      width: 75%
  }

  .col-xxl-10 {
      width: 83.3333333333%
  }

  .col-xxl-11 {
      width: 91.6666666667%
  }

  .col-xxl-12 {
      width: 100%
  }

  h1 {
      font-size: 3.43323rem
  }

  h2 {
      font-size: 2.74658rem
  }

  h3 {
      font-size: 2.19727rem
  }

  h4 {
      font-size: 1.75781rem
  }

  h5 {
      font-size: 1.40625rem
  }

  .d-xxl-none {
      display: none !important
  }

  .d-xxl-block {
      display: block !important
  }

  .d-xxl-inline-block {
      display: inline-block !important
  }

  .d-xxl-flex {
      display: flex !important
  }

  .d-xxl-inline-flex {
      display: inline-flex !important
  }

  .d-xxl-grid {
      display: grid !important
  }

  .d-xxl-inline-grid {
      display: inline-grid !important
  }

  .choise-master .form-tab {
      height: 624px
  }
}

@media(max-width:1024px) {
  .container {
      padding: 0 8px
  }

  .choise-master .form-start-title {
      font-size: 1.25rem !important
  }

  .choise-master .form-start-descr {
      margin-top: 16px
  }

  .choise-master .quiz-button_start {
      margin-top: 37px
  }
}

@media(max-width:575.98px) {
  .show-cont-anim {
      -webkit-animation: show-content .2s linear;
      animation: show-content .2s linear
  }

  .tab-max-height {
      -webkit-animation: tab-max-height .2s linear;
      animation: tab-max-height .2s linear
  }

  .choise-master {
      padding: 50px 20px
  }

  .choise-master .form-tabs {
      overflow: hidden
  }

  .choise-master .form-tab_start {
      padding: 25px 25px 25px 20px
  }

  .choise-master .form-tab_finally {
      flex-direction: column
  }

  .choise-master .form-tab_finally .form-tab__content {
      height: calc(100% - 320px);
      transform: translateY(0);
      position: relative;
      z-index: 1
  }

  .choise-master .form-tab_finally .form-tab__img {
      height: 320px;
      position: relative;
      z-index: 2
  }

  .choise-master .form-tab_after-submit {
      padding: 50px 30px
  }

  .choise-master .form-tab_after-submit .tab-after-submit__title {
      font-size: 1rem
  }

  .choise-master .form-tab_after-submit .tab-after-submit__descr {
      font-size: 0.8125rem
  }

  .choise-master .form-tab-count,
  .choise-master .form-tab_finally {
      height: 740px
  }

  .choise-master .form-tab-count .form-tab__content {
      height: calc(100% - 320px);
      transform: translateY(0);
      position: relative;
      z-index: 1
  }

  .choise-master .form-tab-count .form-tab__img {
      position: relative;
      z-index: 2
  }

  .choise-master .form-tab__content {
      flex: 0 0 auto;
      height: 100%
  }

  .choise-master .form-tab__img {
      flex: 0 0 auto;
      height: 320px
  }

  .choise-master .form-start-bg img {
      -o-object-position: 70% 50%;
      object-position: 70% 50%
  }

  .choise-master .form-navigate {
      margin-top: 20px
  }

  .choise-master .form-navigate>:first-child {
      order: 2
  }

  .choise-master .form-navigate>:nth-child(2) {
      order: 3;
      margin-right: 0
  }

  .choise-master .form-navigate>:nth-child(3) {
      order: 1;
      margin-right: clamp(20px, 9%, 29px)
  }
}

@media(max-width:359px) {
  .choise-master {
      padding: 50px 0 !important
  }
}

@media(max-width:350px) {
  .choise-master .quiz-button_next {
      margin-right: 10px
  }
}