@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

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

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

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

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

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

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

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

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

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

.fa.pull-left {
  margin-right: .3em;
}

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

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

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

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

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

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-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 {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

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

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

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

.fa-inverse {
  color: #ffffff;
}

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

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

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

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

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

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

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

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

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

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

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

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

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

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

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

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

.fa-trash-o:before {
  content: "\f014";
}

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

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

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

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

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

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

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

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

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

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

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

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

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

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

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

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

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

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

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

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

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

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

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

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

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

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

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

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

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

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

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

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

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

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

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

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

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

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

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

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

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

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

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

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

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

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

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

.fa-stop:before {
  content: "\f04d";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-times-circle-o:before {
  content: "\f05c";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-twitter-square:before {
  content: "\f081";
}

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

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

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

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

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

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

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

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

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

.fa-thumb-tack:before {
  content: "\f08d";
}

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

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

.fa-trophy:before {
  content: "\f091";
}

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

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

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

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

.fa-square-o:before {
  content: "\f096";
}

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

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

.fa-twitter:before {
  content: "\f099";
}

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

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

.fa-unlock:before {
  content: "\f09c";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

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

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

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

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

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

.fa-truck:before {
  content: "\f0d1";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

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

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

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

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

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

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

.fa-umbrella:before {
  content: "\f0e9";
}

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

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

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

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

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

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

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

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

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-tablet:before {
  content: "\f10a";
}

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

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

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

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

.fa-spinner:before {
  content: "\f110";
}

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

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

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

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

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

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

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

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

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

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

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

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

.fa-terminal:before {
  content: "\f120";
}

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

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

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

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

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

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

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

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

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

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

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-unlock-alt:before {
  content: "\f13e";
}

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

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

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

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

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

.fa-ticket:before {
  content: "\f145";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

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

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

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

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

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

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

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

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

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

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

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

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

.fa-stack-overflow:before {
  content: "\f16c";
}

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

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

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

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

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

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

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

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

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

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

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

.fa-windows:before {
  content: "\f17a";
}

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

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

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

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

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

.fa-trello:before {
  content: "\f181";
}

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

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

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

.fa-sun-o:before {
  content: "\f185";
}

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

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

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

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

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

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

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

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

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

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

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

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

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

.fa-space-shuttle:before {
  content: "\f197";
}

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

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

.fa-wordpress:before {
  content: "\f19a";
}

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

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

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

.fa-yahoo:before {
  content: "\f19e";
}

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

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

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

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

.fa-stumbleupon:before {
  content: "\f1a4";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-spoon:before {
  content: "\f1b1";
}

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

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

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

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

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

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

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

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

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

.fa-soundcloud:before {
  content: "\f1be";
}

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

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

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

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

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

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

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

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

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

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

.fa-vine:before {
  content: "\f1ca";
}

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

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

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

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

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

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

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

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

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

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

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

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

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

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

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

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

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

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

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

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

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

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

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

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

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

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

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

.fa-wifi:before {
  content: "\f1eb";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: "\f1f8";
}

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

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

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

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

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

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

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

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

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

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

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

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

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

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

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

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

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-user-secret:before {
  content: "\f21b";
}

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

.fa-street-view:before {
  content: "\f21d";
}

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

.fa-venus:before {
  content: "\f221";
}

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

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

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

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

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

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

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

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

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

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

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

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

.fa-whatsapp:before {
  content: "\f232";
}

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

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

.fa-user-times:before {
  content: "\f235";
}

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

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

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

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-trademark:before {
  content: "\f25c";
}

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

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

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

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

.fa-tripadvisor:before {
  content: "\f262";
}

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

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

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

.fa-wikipedia-w:before {
  content: "\f266";
}

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

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

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

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

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

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

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

.fa-500px:before {
  content: "\f26e";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-commenting-o:before {
  content: "\f27b";
}

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

.fa-vimeo:before {
  content: "\f27d";
}

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

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

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

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

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

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

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

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

.fa-usb:before {
  content: "\f287";
}

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

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

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

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

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

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

.fa-stop-circle-o:before {
  content: "\f28e";
}

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

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

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

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

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

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

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular?v=4.3.0");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2?v=4.3.0") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff?v=4.3.0") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf?v=4.3.0") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg?v=4.3.0#glyphiconshalflings") format("svg");
  font-weight: normal;
  font-style: normal;
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\002a";
}

.glyphicon-plus:before {
  content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  padding-right: 70px;
  padding-left: 70px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1180px;
  }

  header .container{max-width:1250px;}
}

@media (min-width: 1366px) {
  .container {
    max-width: 1290px;
  }
}

@media (max-width: 1280px) {
  .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }
}

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

.no-gutters {
  margin-right: 0;
  margin-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

[class*="col-"] {
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
          flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
          order: -1;
}

.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
          order: 13;
}

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.offset-12 {
  margin-left: 100%;
}

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
          order: 12;
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.offset-11 {
  margin-left: 91.66667%;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
          order: 11;
}

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
          order: 10;
}

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.offset-9 {
  margin-left: 75%;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
          order: 9;
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
          order: 8;
}

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
          order: 7;
}

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.offset-6 {
  margin-left: 50%;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
          order: 6;
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
          order: 5;
}

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
          order: 4;
}

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.offset-3 {
  margin-left: 25%;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
          order: 3;
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
          order: 2;
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.offset-1 {
  margin-left: 8.33333%;
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
          order: 1;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-sm-12 {
    margin-left: 100%;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
            order: 12;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
            order: 11;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
            order: 10;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
            order: 9;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
            order: 8;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
            order: 7;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
            order: 6;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
            order: 5;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
            order: 4;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-12 {
    margin-left: 100%;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
            order: 12;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
            order: 11;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
            order: 10;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
            order: 9;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
            order: 8;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
            order: 7;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
            order: 6;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
            order: 5;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
            order: 4;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-lg-12 {
    margin-left: 100%;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
            order: 12;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
            order: 11;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
            order: 10;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
            order: 9;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
            order: 8;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
            order: 7;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
            order: 6;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
            order: 5;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
            order: 4;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xl-12 {
    margin-left: 100%;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
            order: 12;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
            order: 11;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
            order: 10;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
            order: 9;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
            order: 8;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
            order: 7;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
            order: 6;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
            order: 5;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
            order: 4;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1;
  }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
  clear: both;
}

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

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

.text-left {
  text-align: left !important;
}

a {
  text-decoration: none;
}

.w-100 {
  width: 100% !important;
}

figure {
  margin: 0;
  padding: 0;
  display: block;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  -webkit-justify-content: space-around !important;
          justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  -webkit-align-content: flex-start !important;
          align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  -webkit-align-content: flex-end !important;
          align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  -webkit-align-content: center !important;
          align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  -webkit-align-content: space-between !important;
          align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  -webkit-align-content: space-around !important;
          align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  -webkit-align-content: stretch !important;
          align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -webkit-align-self: auto !important;
          align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  -webkit-align-self: flex-start !important;
          align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  -webkit-align-self: flex-end !important;
          align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  -webkit-align-self: center !important;
          align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  -webkit-align-self: baseline !important;
          align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -webkit-align-self: stretch !important;
          align-self: stretch !important;
}

.form-control {
  display: block;
  width: 100%;
  height: -webkit-calc(1.5em + 0.75rem + 2px);
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file {
  display: block;
  width: 100%;
}

.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: -webkit-calc(0.375rem + 1px);
  padding-top: calc(0.375rem + 1px);
  padding-bottom: -webkit-calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: -webkit-calc(0.5rem + 1px);
  padding-top: calc(0.5rem + 1px);
  padding-bottom: -webkit-calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: -webkit-calc(0.25rem + 1px);
  padding-top: calc(0.25rem + 1px);
  padding-bottom: -webkit-calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}

.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: -webkit-calc(1.5em + 0.5rem + 2px);
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
}

.form-control-lg {
  height: -webkit-calc(1.5em + 1rem + 2px);
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  -webkit-border-radius: 0.3rem;
          border-radius: 0.3rem;
}

select.form-control[size] {
  height: auto;
}

select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

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

.form-row > .col {
  padding-right: 5px;
  padding-left: 5px;
}

.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}

.was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: -webkit-calc(1.5em + 0.75rem);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right -webkit-calc(0.375em + 0.1875rem);
  background-position: center right calc(0.375em + 0.1875rem);
  -webkit-background-size: -webkit-calc(0.75em + 0.375rem) -webkit-calc(0.75em + 0.375rem);
          background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback {
  display: block;
}

.was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: -webkit-calc(1.5em + 0.75rem);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right -webkit-calc(0.375em + 0.1875rem);
  background-position: center right calc(0.375em + 0.1875rem);
  -webkit-background-size: -webkit-calc(0.75em + 0.375rem) -webkit-calc(0.75em + 0.375rem);
          background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback {
  display: block;
}

.was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid {
  padding-right: -webkit-calc(1.5em + 0.75rem);
  padding-right: calc(1.5em + 0.75rem);
  background-position: top -webkit-calc(0.375em + 0.1875rem) right -webkit-calc(0.375em + 0.1875rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated textarea.form-control:invalid {
  padding-right: -webkit-calc(1.5em + 0.75rem);
  padding-right: calc(1.5em + 0.75rem);
  background-position: top -webkit-calc(0.375em + 0.1875rem) right -webkit-calc(0.375em + 0.1875rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: -webkit-calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) -webkit-calc(0.75em + 0.375rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-select:valid ~ .valid-feedback {
  display: block;
}

.was-validated .custom-select:valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: -webkit-calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) -webkit-calc(0.75em + 0.375rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-select:invalid ~ .invalid-feedback {
  display: block;
}

.was-validated .custom-select:invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback {
  display: block;
}

.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback {
  display: block;
}

.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid ~ .valid-feedback {
  display: block;
}

.was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .valid-feedback {
  display: block;
}

.was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback {
  display: block;
}

.was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-control.is-valid {
  border-color: #28a745;
  padding-right: -webkit-calc(1.5em + 0.75rem);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right -webkit-calc(0.375em + 0.1875rem);
  background-position: center right calc(0.375em + 0.1875rem);
  -webkit-background-size: -webkit-calc(0.75em + 0.375rem) -webkit-calc(0.75em + 0.375rem);
          background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.form-control.is-valid ~ .valid-feedback {
  display: block;
}

.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

textarea.form-control.is-valid {
  padding-right: -webkit-calc(1.5em + 0.75rem);
  padding-right: calc(1.5em + 0.75rem);
  background-position: top -webkit-calc(0.375em + 0.1875rem) right -webkit-calc(0.375em + 0.1875rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.custom-select.is-valid {
  border-color: #28a745;
  padding-right: -webkit-calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) -webkit-calc(0.75em + 0.375rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.custom-select.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-select.is-valid ~ .valid-feedback {
  display: block;
}

.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.form-control-file.is-valid ~ .valid-feedback {
  display: block;
}

.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.form-check-input.is-valid ~ .valid-feedback {
  display: block;
}

.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.custom-control-input.is-valid ~ .valid-feedback {
  display: block;
}

.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.custom-file-input.is-valid ~ .valid-feedback {
  display: block;
}

.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}

.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: -webkit-calc(1.5em + 0.75rem);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right -webkit-calc(0.375em + 0.1875rem);
  background-position: center right calc(0.375em + 0.1875rem);
  -webkit-background-size: -webkit-calc(0.75em + 0.375rem) -webkit-calc(0.75em + 0.375rem);
          background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-control.is-invalid ~ .invalid-feedback {
  display: block;
}

.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

textarea.form-control.is-invalid {
  padding-right: -webkit-calc(1.5em + 0.75rem);
  padding-right: calc(1.5em + 0.75rem);
  background-position: top -webkit-calc(0.375em + 0.1875rem) right -webkit-calc(0.375em + 0.1875rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: -webkit-calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) -webkit-calc(0.75em + 0.375rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.custom-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-select.is-invalid ~ .invalid-feedback {
  display: block;
}

.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.form-control-file.is-invalid ~ .invalid-feedback {
  display: block;
}

.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-input.is-invalid ~ .invalid-feedback {
  display: block;
}

.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.custom-control-input.is-invalid ~ .invalid-feedback {
  display: block;
}

.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.custom-file-input.is-invalid ~ .invalid-feedback {
  display: block;
}

.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn:disabled {
  opacity: 0.65;
}

.btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled {
  opacity: 0.65;
}

a.btn.disabled {
  pointer-events: none;
}

fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus {
  text-decoration: underline;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-link.focus {
  text-decoration: underline;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  -webkit-border-radius: 0.3rem;
          border-radius: 0.3rem;
}

.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  -webkit-border-radius: 0.3rem;
          border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
}

.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block {
  width: 100%;
}

input[type="reset"].btn-block {
  width: 100%;
}

input[type="button"].btn-block {
  width: 100%;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .btn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.hamburger {
  position: relative;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  padding: 41px 0;
  top: 30px;
  left: 18px;
}

.hamburger span {
  display: block;
  position: absolute;
  height: 1px;
  width: 30px;
  -webkit-border-radius: 9px;
          border-radius: 9px;
  opacity: 1;
  left: 16px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background: #fff;
}

.hamburger span:nth-child(1) {
  top: 27px;
}

.hamburger span:nth-child(2) {
  top: 36px;
}

.hamburger span:nth-child(3) {
  top: 36px;
}

.hamburger span:nth-child(4) {
  top: 45px;
}

.hamburger.open span:nth-child(1) {
  top: 40px;
  width: 0%;
  left: 50%;
}

.hamburger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

.hamburger.open span:nth-child(4) {
  top: 40px;
  width: 0%;
  left: 50%;
}

/*@import 'framework/tables';
@import 'framework/modals';
@import 'framework/toastr';
@import 'framework/pager';
@import 'framework/breadcrumb';
@import 'framework/tooltips';
@import 'framework/accordion';
@import 'framework/alert';*/
@-webkit-keyframes "fancybox-rotate" {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

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

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-outer {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-inner {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-bg {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
       -o-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
       -o-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-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
       -o-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-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-infobar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  -o-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  -o-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
  right: 0;
  top: 0;
}

.fancybox-caption {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  -o-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  -webkit-background-size: contain;
          background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1;
}

.fancybox-caption a {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:link {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  -o-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: -webkit-calc(50% - 50px);
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

.fancybox-show-infobar .fancybox-infobar {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-show-caption .fancybox-caption {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide {
  display: block;
}

.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--current {
  display: block;
}

.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 99995;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-image {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  z-index: 1;
}

.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
  background: #e5e3df;
}

.fancybox-slide--pdf .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
  background: #fff;
}

.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
  color: #ccc;
}

.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled] {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1) {
  display: none;
}

.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
      -ms-transform-origin: 0;
          transform-origin: 0;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small {
  display: none;
}

.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
       -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-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--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-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;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
      -ms-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

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

.fancybox-share {
  background: #f4f4f4;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  -webkit-border-radius: 0;
          border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: -webkit-calc(100% - 8px);
  max-height: calc(100% - 8px);
  max-width: -webkit-calc(50% - 4px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-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);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  -webkit-border-radius: 10px;
          border-radius: 10px;
}

@media all and (max-height: 576px) {
  .fancybox-caption {
    padding: 12px;
  }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-close-small {
    right: -6px;
  }
}

@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: -webkit-calc(100% - 10px);
    max-width: calc(100% - 10px);
  }
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-android .swiper-slide {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight {
  height: auto;
}

.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -webkit-background-size: 27px 44px;
          background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -webkit-background-size: 27px 44px;
          background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-custom {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms right, 200ms -webkit-transform;
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  -webkit-border-radius: 10px;
          border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active {
  pointer-events: auto;
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-next {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide-shadow-bottom {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide-shadow-left {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
          filter: blur(50px);
  z-index: 0;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.swiper-container-flip .swiper-slide-shadow-bottom {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.swiper-container-flip .swiper-slide-shadow-left {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

@-webkit-keyframes "swiper-preloader-spin" {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes "swiper-preloader-spin" {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

@font-face {
  font-family: 'omnes_pro';
  src: url("../fonts/omnes/omnes_pro_bold.eot");
  src: url("../fonts/omnes/omnes_pro_bold.eot?#iefix") format("embedded-opentype"), url("../fonts/omnes/omnes_pro_bold.woff2") format("woff2"), url("../fonts/omnes/omnes_pro_bold.woff") format("woff"), url("../fonts/omnes/omnes_pro_bold.ttf") format("truetype"), url("../fonts/omnes/omnes_pro_bold.svg#omnes_pro") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'omnes_pro';
  src: url("../fonts/omnes/omnes_pro_semibold.eot");
  src: url("../fonts/omnes/omnes_pro_semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/omnes/omnes_pro_semibold.woff2") format("woff2"), url("../fonts/omnes/omnes_pro_semibold.woff") format("woff"), url("../fonts/omnes/omnes_pro_semibold.ttf") format("truetype"), url("../fonts/omnes/omnes_pro_semibold.svg#omnes_pro") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'omnes_pro';
  src: url("../fonts/omnes/omnes_pro_medium.eot");
  src: url("../fonts/omnes/omnes_pro_medium.eot?#iefix") format("embedded-opentype"), url("../fonts/omnes/omnes_pro_medium.woff2") format("woff2"), url("../fonts/omnes/omnes_pro_medium.woff") format("woff"), url("../fonts/omnes/omnes_pro_medium.ttf") format("truetype"), url("../fonts/omnes/omnes_pro_medium.svg#omnes_pro") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'omnes_pro';
  src: url("../fonts/omnes/omnes_pro_regular.eot");
  src: url("../fonts/omnes/omnes_pro_regular.eot?#iefix") format("embedded-opentype"), url("../fonts/omnes/omnes_pro_regular.woff2") format("woff2"), url("../fonts/omnes/omnes_pro_regular.woff") format("woff"), url("../fonts/omnes/omnes_pro_regular.ttf") format("truetype"), url("../fonts/omnes/omnes_pro_regular.svg#omnes_pro") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'arista_pro_bold';
  src: url("../fonts/arista/aristapro-bold.eot");
  src: url("../fonts/arista/aristapro-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/arista/aristapro-bold.woff2") format("woff2"), url("../fonts/arista/aristapro-bold.woff") format("woff"), url("../fonts/arista/aristapro-bold.ttf") format("truetype"), url("../fonts/arista/aristapro-bold.svg#arista_pro_bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "sinangil";
  src: url("../fonts/sinangil/sinangil.eot");
  src: url("../fonts/sinangil/sinangil.eot?#iefix") format("embedded-opentype"), url("../fonts/sinangil/sinangil.woff") format("woff"), url("../fonts/sinangil/sinangil.ttf") format("truetype"), url("../fonts/sinangil/sinangil.svg#sinangil") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "sinangil" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "sinangil" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-1:before {
  content: "\62";
}

.about p {
  color: #2b4ca6;
  font-size: 18px;
  font-weight: 500;
  margin-top: 0;
  line-height: 28px;
}

.about span.caption{font-size: 36px;font-weight: 600;color: #e70a34; display:block; padding-bottom:15px;}

@media screen and (max-width: 992px) {
  .about p {
    margin-top: 0px;
    font-size: 14px;
    line-height: 20px;
  }
  .about span.caption{font-size:26px; line-height:1;}
}

.about p + p {
  margin-top: 30px;
  font-weight: 400;
  color: #70797e;
}

.about figure {
  margin-bottom: 40px;
}

.about figure img {
  max-width: 100%;
}

@media screen and (max-width: 1024px) {
	form{overflow: hidden;}
  .about__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 640px) {
  .about__img {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.about-head {
  margin-top: 110px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .about-head {
    margin-top: 70px;
  }
}

.about-head .container {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.about-head figure {
  position: relative;
  z-index: 1;
}

.about-head figure img {
  width: 100%;
}

.about-head .breadcrumb {
  position: absolute;
  top: 108px;
  left: 0;
}

.about-head__title {
  text-align: center;
  margin-top: 10%;
}

.about-head__title img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .about-head__title img {
    max-width: 70%;
  }
}

.about-head__table {
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.about-head__table img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .about-head__table {
    bottom: 60px;
  }
}

.about-head__bottom {
  width: 100%;
  height: 97px;
  background: url(../images/about/white.png) center bottom;
  position: absolute;
  z-index: 2;
  bottom: 0;
}

.about-timeline {
  width: 100%;
  position: relative;
  background: url(../images/about/timeline/bg.jpg) center top no-repeat #d9e7f1;
  -webkit-background-size: cover;
          background-size: cover;
  padding: 120px 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .about-timeline {
    padding: 30px 0 60px;
  }
}

.about-timeline h2 {
  font-size: 36px;
  font-weight: 600;
  color: #e70a34;
  margin: 0;
  text-align: center;
}

.about-timeline h2 span {
  color: #2b4ca6;
}

@media screen and (max-width: 768px) {
  .about-timeline .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about-timeline__timeline {
  margin-top: 10px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .about-timeline__timeline {
   /* -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;*/
  }
}

.about-timeline__timeline ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .about-timeline__timeline ul:after {
    width: 100vw;
    height: 3px;
    content: "";
    background: #2b4ca6;
    position: absolute;
    bottom: 48px;
  }
}

.about-timeline__timeline ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  position: relative;
  width: 110px;
}

@media screen and (max-width: 1024px) {
  .about-timeline__timeline ul li {
    width: 80px;
  }
}

@media screen and (max-width: 768px) {
  .about-timeline__timeline ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 40px;
  }
}

.about-timeline__timeline ul li:first-child:before {
  display: none;
}

.about-timeline__timeline ul li:before {
  width: 80px;
  height: 3px;
  content: "";
  background: #2b4ca6;
  position: absolute;
  bottom: 124px;
  left: -42px;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .about-timeline__timeline ul li:before {
    width: 50px;
    left: -27px;
  }
}

@media screen and (max-width: 768px) {
  .about-timeline__timeline ul li:before {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .about-timeline__timeline ul li:after {
    width: 18px;
    height: 18px;
    position: absolute;
    content: "";
    background: #2b4ca6;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .about-timeline__timeline ul li figure {
    display: none;
  }
}

.about-timeline__timeline ul li > div {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 56px;
  padding-top: 20px;
  margin-bottom: 20px;
  position: relative;
  -webkit-border-radius: 28px;
          border-radius: 28px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .about-timeline__timeline ul li > div {
    display: none;
  }
}

.about-timeline__timeline ul li > div:after {
  width: 18px;
  height: 18px;
  position: relative;
  content: "";
  background: #2b4ca6;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  margin: 20px 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.about-timeline__timeline ul li > div:before {
  width: 30px;
  height: 30px;
  position: absolute;
  content: "";
  background: #2b4ca6;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  bottom: 14px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.about-timeline__timeline ul li.active > div, .about-timeline__timeline ul li:hover > div {
  background: #fff;
  -webkit-box-shadow: 14px 0px 24px 0px rgba(0, 0, 0, 0.17);
          box-shadow: 14px 0px 24px 0px rgba(0, 0, 0, 0.17);
}

@media screen and (max-width: 768px) {
  .about-timeline__timeline ul li.active > div, .about-timeline__timeline ul li:hover > div {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media screen and (max-width: 768px) {
  .about-timeline__timeline ul li.active > div .about-timeline-timeline__years, .about-timeline__timeline ul li:hover > div .about-timeline-timeline__years {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    color: #e70a34;
  }
}

.about-timeline__timeline ul li.active > div:before, .about-timeline__timeline ul li:hover > div:before {
  opacity: 0.5;
}

.about-timeline__timeline ul li.active > div:after, .about-timeline__timeline ul li:hover > div:after {
  opacity: 1;
}

.about-timeline-timeline__years {
  color: #70797e;
  font-size: 14px;
  font-weight: 500;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin: 10px 0;
}

@media screen and (max-width: 768px) {
  .about-timeline-timeline__years {
    display: none;
  }
}

.about-timeline-timeline__arrow {
  position: relative;
  width: 80px;
  height: 40px;
  cursor: pointer;
  top: 50%;
  margin-top: -25px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .about-timeline-timeline__arrow {
    top: auto;
    bottom: -40px;
    display: none;
  }
}

.about-timeline-timeline__arrow:before {
  width: 90px;
  height: 3px;
  content: "";
  background: #2b4ca6;
  position: absolute;
  z-index: 1;
  margin-top: 18px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .about-timeline-timeline__arrow:before {
    display: none;
  }
}

.about-timeline-timeline__arrow--left {
  background: url(../images/about/timeline/left.png) no-repeat center center;
  margin-right: 55px;
}

@media screen and (max-width: 768px) {
  .about-timeline-timeline__arrow--left {
    left: 50%;
    margin-left: -79px;
  }
}

.about-timeline-timeline__arrow--left:before {
  right: -90px;
}

.about-timeline-timeline__arrow--right {
  background: url(../images/about/timeline/right.png) no-repeat center center;
  margin-left: 55px;
}

@media screen and (max-width: 768px) {
  .about-timeline-timeline__arrow--right {
    right: 50%;
    margin-right: -79px;
  }
}

.about-timeline-timeline__arrow--right:before {
  left: -90px;
}

.about-timeline__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
 /* .about-timeline__content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }*/
}

.about-timeline__content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #70797e;
  font-size: 18px;
  height: 260px;
  width: 666px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-timeline__content ul li {
  position: absolute;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-timeline__content ul li p {
  position: absolute;
  z-index: 2;
  text-align: center;
}

.about-timeline__content ul li h3 {
  position: relative;
  z-index: 1;
  font-size: 250px;
  color: #2b4ca6;
  opacity: 0.05;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .about-timeline__content ul li h3 {
    font-size: 180px;
  }
}

.about-timeline__content ul li.active {
  z-index: 2;
  opacity: 1;
}

.accordion {
  -webkit-border-radius: 10px;
          border-radius: 10px;
  overflow: hidden;
}

.accordion__card--active .accordion-card__header {
  background-color: #f1fde0;
  color: #e40134;
}

.accordion__card--active .accordion-card__header span {
  color: #0a2777;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.accordion__card--active .accordion-card__header i {
  color: #4b8d55;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion__card--active .accordion-card__body {
  padding: 20px 30px;
  height: auto;
}

.accordion-card__header {
  background-color: rgba(255, 255, 255, 0.25);
  padding: 23px 20px;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  border-bottom: 1px solid #4a8c54;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.accordion-card__header i {
  position: absolute;
  right: 20px;
  top: 25px;
  color: #f1fde0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.accordion-card__body {
  font-size: 14px;
  color: #70797e;
  font-weight: 500;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
  height: 0;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.accordion--hr .accordion__card--active .accordion-card__header {
  background-color: #f7f9fc;
}

.accordion--hr .accordion__card--active .accordion-card__header span {
  color: #2b4ca6;
}

.accordion--hr .accordion__card--active .accordion-card__header i {
  color: #91a2d1;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion--hr .accordion__card--active .accordion-card__body {
  padding: 20px 30px;
  height: auto;
}

.accordion--hr .accordion-card__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2b4ca6;
  font-size: 18px;
  background: #dae2f1;
  border-color: rgba(255, 255, 255, 0.25);
}

.accordion--hr .accordion-card__header figure {
  margin-right: 10px;
}

.accordion--hr .accordion-card__header figure img {
  width: 30px;
}

.accordion--hr .accordion-card__header i {
  color: #a5b5da;
}

.accordion--hr .accordion-card__body p {
  font-size: 14px;
  margin-top: 5px;
}

body {
  background: #fff;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  font-family: 'omnes_pro';
  font-weight: 400;
  font-size: 16px;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
}

a {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.scroll {
  width: 90px;
  height: 100px;
  background: url(../images/icons/scroll.png) no-repeat center center;
  position: absolute;
  bottom: 0px;
  right: 45px;
  z-index: 9;
}

.scroll:before {
  position: absolute;
  content: "";
  display: block;
  width: 2px;
  height: 1px;
  background: #48598c;
  top: 26px;
  left: 43px;
  -webkit-animation: mainArrowAnim 2s infinite;
          animation: mainArrowAnim 2s infinite;
}

@media screen and (max-width: 1024px) {
  .scroll {
    display: none;
  }
}

@-webkit-keyframes mainArrowAnim {
  0% {
    height: 0px;
  }
  50% {
    height: 8px;
  }
  100% {
    height: 0px;
  }
}

@keyframes mainArrowAnim {
  0% {
    height: 0px;
  }
  50% {
    height: 8px;
  }
  100% {
    height: 0px;
  }
}

@media screen and (max-width: 768px) {
  .disable-scroll {
    position: fixed;
    overflow: hidden;
  }
}

.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 9;
}

@media screen and (max-width: 640px) {
  .breadcrumb {
    display: none;
  }
}

.breadcrumb li {
  font-size: 12px;
  font-weight: 500;
  color: #2b4ca6;
  margin-right: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumb li:before {
  width: 4px;
  height: 4px;
  display: block;
  content: "";
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background: #c7cddd;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-right: 18px;
}

.breadcrumb li:first-child:before {
  display: none;
}

.breadcrumb li a {
  color: #c7cddd;
}

.breadcrumb li:last-child:before, .breadcrumb li:hover:before {
  background: #2b4ca6;
}

.breadcrumb li:last-child a, .breadcrumb li:hover a {
  color: #2b4ca6;
}

.card {
  position: relative;
  margin: 15px 0;
}

.card__more {
  padding: 10px 30px 10px 20px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  -webkit-border-top-left-radius: 5px;
          border-top-left-radius: 5px;
  background: #ffe8f0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  color: #70797e;
}

.card__more:after {
  font-family: "sinangil" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\62";
  margin-top: 8px;
  margin-left: 70px;
}

.card__more-button {
  position: absolute;
  width: 120px;
  height: 60px;
  bottom: -32px;
  left: 50%;
  margin-left: -60px;
  background: url(../images/cards/protrusion.png) center bottom no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  color: #c7cddd;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.card__more-button i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 38px;
  height: 38px;
  background: #eef3f9;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.card--small {
  padding: 35px;
  background: #fff;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  overflow: hidden;
  width: 520px;
  -webkit-box-shadow: -14px 14px 24px 0px rgba(0, 0, 0, 0.17);
          box-shadow: -14px 14px 24px 0px rgba(0, 0, 0, 0.17);
}

.card--small h4 {
  font-size: 18px;
  margin: 0;
  color: #e40134;
  font-weight: 600;
}

.card--small h2 {
  color: #2b4ca6;
  font-size: 30px;
  margin: 0;
  font-weight: 600;
}

.card--small figure {
  position: absolute;
  right: 0px;
  top: 0px;
}

.card--small p {
  color: #70797e;
  font-size: 16px;
  font-weight: 500;
  width: 42%; min-height:60px;
}

.card--small .card__more {
  margin-top: 80px;
}

.card--news {
  background: #fff;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  padding: 40px;
  min-height: 450px;
  margin-bottom: 60px;
  -webkit-box-shadow: 14px 14px 24px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 14px 14px 24px 0px rgba(0, 0, 0, 0.04);
}

.card--news figure {
  -webkit-border-radius: 20px;
          border-radius: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.card--news figure img {
  width: 100%;
  display: inline-block;
}

.card--news h2 {
  color: #2b4ca6;
  font-size: 18px;
  font-weight: 600;
}

.card--news p {
  color: #818d92;
  font-size: 14px;
  margin-top: 20px;
}

.card--news span {
  color: #818d92;
  font-size: 12px;
  font-weight: 600;
  margin-top: 50px;
  display: block;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.card--news:hover span {
  color: #e40134;
}

.card--news:hover .card__more-button {
  color: #fff;
}

.card--news:hover .card__more-button i {
  background: #2b4ca6;
}

.card--newspaper {
  width: 210px;
  margin-left: 50px;
  padding: 20px;
  min-height: auto;
  text-align: center;
  padding-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .card--newspaper {
    margin-left: 40px;
  }
}

@media screen and (max-width: 768px) {
  .card--newspaper {
    margin-left: 10px;
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    padding:10px;
  }
}

.card--newspaper figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #eef3f9;
  padding: 10px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  width:100%; padding-bottom: 120%!important; overflow: hidden; position:relative;
}

.card--newspaper figure img{width: 100%; position:absolute; top:50%; left:50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%); -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;}
.card--newspaper:hover figure img{width:105%;}
.card--newspaper h2 {
  margin-bottom: 0;
}

.card--newspaper span {
  margin-top: 8px;
}

.card--certificate {
  background: #fff;
  width: 230px;
  height: 320px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  padding: 20px;
  -webkit-box-shadow: 14px 14px 24px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 14px 14px 24px 0px rgba(0, 0, 0, 0.04);
}

.card--certificate img {
  max-width: 100%;
}

.card--recipe {
  background: #fff;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  min-height: 390px;
  padding-bottom: 30px;
  margin-bottom: 60px;
  -webkit-box-shadow: 14px 14px 24px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 14px 14px 24px 0px rgba(0, 0, 0, 0.04);
}



@media screen and (max-width: 1120px) {
  .card--recipe {
    min-height: auto;
  }
}

.card--recipe figure {
  -webkit-border-radius: 20px;
          border-radius: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position:relative; width:100%; padding-bottom:100%;
}

.videoRecipe figure:after{display:block; content:""; background:url(../images/icons/play.png) no-repeat center; background-size:100% auto; position:absolute; top:50%; left:50%; transform: translate(-50%,-50%); width:80px; height:100px; opacity:.6; -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;}

.videoRecipe:hover figure:after{width:118px; height:118px;}


.card--recipe figure img {
  width: 100%; height:100%; object-fit: cover; position:absolute; top:50%; left:50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%); -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.card--recipe:hover figure img{ width:110%; }

@media screen and (max-width: 768px) {
  .card--recipe figure img {
	  width: 100%;
	  display: block; margin:auto;
	}
}

.card--recipe h2 {
  color: #2b4ca6;
  font-size: 26px;
  font-weight: 600;
  padding: 0 40px 0;
  margin: 0;
  
}

.category .card--recipe h2 {min-height:70px;}

.recipe-category-list .card--recipe h2{min-height:auto;}

.card--recipe h3 {
  color: #e40134;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 40px 0;
  margin: 0;
}

.card--recipe p {
  color: #818d92;
  font-size: 14px;
  margin-top: 10px;
  padding: 0 40px; min-height:51px;
}

@media screen and (max-width: 1200px) {
	form{overflow: hidden;}
	.card--recipe h3{font-size:13px; padding:10px 22px 0;}
  .card--recipe h2{font-size:21px;padding:0 22px 0;}
  .card--recipe p {font-size:12px; min-height:45px;padding:0 22px 0;}
}

@media screen and (max-width: 768px) {
  .card--recipe h2{font-size:21px;}
  .card--recipe p {font-size:12px; min-height:45px;}
}

.recipe-category-list .card--recipe figure{ padding-bottom: 0; }
.recipe-category-list .card--recipe figure img{width:100%; height:auto; top:auto; left:auto; position:relative; transform: translate(0); -webkit-transform: translate(0);-moz-transform: translate(0);}


.card--recipe:hover .card__more-button {
  color: #fff;
}

.card--recipe:hover .card__more-button i {
  background: #2b4ca6;
}

.card--recipe.other{ padding-bottom:0; min-height:auto;}
.card--recipe.other .caption{ position:absolute; top:0; height:100%; padding-top:8%; }
.card--recipe.other .caption h3{ font-size:46px; }
.card--recipe.other .caption h2{ font-size:60px; line-height:1; }
.card--recipe.other .card__more-button{bottom:10px; left:60px; background:none;}

.tags{
    text-align: center;
    background: #fff;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 60px;
    -webkit-box-shadow: 14px 14px 24px 0px rgb(0 0 0 / 4%);
    box-shadow: 14px 14px 24px 0px rgb(0 0 0 / 4%);
}

.tags a{display: inline-block; font-size: 18px; color:#2b4ca6; padding:5px 30px; background:#eef3f9;-webkit-border-radius: 50px;border-radius: 50px; font-weight:600; margin:0 5px 10px;}

@media screen and (max-width: 768px) {

	.tags{padding:30px 10px;}
	.tags a{padding:5px 15px;}

	.card--recipe.other figure img {width:100%;}

	.card--recipe.other .caption{top:70px; height:auto; padding-bottom:50px;}
	.card--recipe.other .caption h3{ font-size:28px; }
.card--recipe.other .caption h2{ font-size:40px;}
.card--recipe.other .card__more-button{bottom:00px; left:px; background:none;}
}

.card--product {
  background: #fff;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  padding: 40px;
  min-height: 360px;
  margin-bottom: 60px;
  -webkit-box-shadow: 14px 14px 24px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 14px 14px 24px 0px rgba(0, 0, 0, 0.04);
}

.card--product figure {
  z-index: 2;
  position: absolute;
  bottom:0px;
}

.card--product figure img {
  max-width: 100%;
}

.card--product h2 {
  color: #2b4ca6;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin: 0;
}

.card--product h3 {
  color: #818d92;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  margin: 0;
}

.card--product:hover .card__more-button {
  color: #fff;
}

.card--product:hover .card__more-button i {
  background: #2b4ca6;
}

.card__img {
  height: 200px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

.card__img:before {
  width: 100%;
  height: 113px;
  content: "";
  position: absolute;
  z-index: 1;
  background: #f2f3f4;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  bottom: 0;
  left: 0;
}

.card--product-detail {
  background: #fff;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  padding: 20px;
  -webkit-box-shadow: 14px 14px 24px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 14px 14px 24px 0px rgba(0, 0, 0, 0.04);
  height: 232px;
  overflow: hidden;
}

.card--product-detail figure {
  -webkit-border-radius: 20px;
          border-radius: 20px;
  overflow: hidden; width:100%; padding-bottom: 100%; position:relative;
}

.card--product-detail figure img{width:100%; height:auto; position:absolute; top:50%; left:50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%); -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;}
.card--product-detail:hover figure img{width:105%;}

.card--recipe-detail {
  background: #fff;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  padding: 20px;
  -webkit-box-shadow: 14px 14px 24px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 14px 14px 24px 0px rgba(0, 0, 0, 0.04);
  margin-bottom: 60px;
}

.card--recipe-detail:before {
  position: absolute;
  width: 120px;
  height: 60px;
  bottom: -34px;
  left: 50%;
  margin-left: -60px;
  background: url(../images/cards/protrusion.png) center bottom no-repeat;
  content: "";
}

.card--recipe-detail a.video{position:relative; display: block;}
.card--recipe-detail a.video:after{display:block; content:""; background:url(../images/icons/play.png) no-repeat center; background-size:100% auto; position:absolute; top:50%; left:50%; transform: translate(-50%,-50%); width:50px; height:50px; opacity:.6; -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;}

.card--recipe-detail a.video:hover:after{width:60px; height:60px;}



.card--recipe-detail a:focus {
  outline: 0;
}

.card--recipe-detail figure {
  -webkit-border-radius: 10px;
          border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width:100%; padding-bottom: 100%; position:relative;
}

.card--recipe-detail figure img {
  width: 100%;
  position:absolute; top:50%; left:50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%); -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.card--recipe-detail a:hover figure img {width:105%;}

.card--recipe-detail h6 {
  color: #2b4ca6;
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0 10px;
  text-align: center;
}

.card--recipe-detail span {
  color: #fff;
  background: #e40134;
  display: block;
  font-size: 18px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: -20px;
}

.card--address {
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0.16);
  padding: 60px;
  background: #fff;
  height: 392px;
}

@media screen and (max-width: 1200px) {
  .card--address {
    height: auto;
  }

  .product-recipe__slider .card--product-detail{height: auto; padding:10px;}
}

.card--address h5 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #e40134;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .card--address h5 {
    font-size: 16px;
  }
}

.card--address h2 {
  margin: 0;
  font-size: 36px;
  font-weight: 600;
  color: #2b4ca6;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .card--address h2 {
    font-size: 22px;
  }
}

.card--address table {
  width: 100%;
  color: #818d92;
  margin-top: 55px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .card--address table {
    margin-top: 20px;
  }
}

.card--address table th {
  text-align: left;
  padding: 5px 0;
  width: 36px;
}

.card--address table td {
  padding: 5px 10px;
}

.card--secret {
  background: #fff;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  min-height: 450px;
  margin-bottom: 20px;
  -webkit-box-shadow: 14px 14px 24px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 14px 14px 24px 0px rgba(0, 0, 0, 0.04);
}

@media screen and (max-width: 640px) {
  .card--secret {
    min-height: auto;
    padding-bottom: 10px;
  }
}

.card--secret figure {
  -webkit-border-radius: 20px;
          border-radius: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.card--secret figure img {
  width: 100%;
  display: inline-block;
}

.card--secret h2 {
  color: #2b4ca6;
  font-size: 26px;
  font-weight: 600;
  padding: 0 40px;
  margin: 0;
}

.card--secret h3 {
  color: #e40134;
  font-size: 20px;
  font-weight: 600;
  padding: 0 40px;
  margin: 0;
}

@media screen and (max-width: 1024px) {
	.card--secret h3 {font-size:17px;}
}


.card--secret p {
  color: #818d92;
  font-size: 14px;
  margin-top: 10px;
  padding: 0 40px;
}

.card--secret .card__social-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 27px;
  color: #818d92;
  font-size: 15px;
  font-weight: 500;
  padding: 0 40px;
}

@media screen and (max-width: 640px) {
  .card--secret .card__social-button {
    position: relative;
    bottom: auto;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

.card--secret .card__social-button img {
  margin-right: 10px;
}

.carousel {
  position: relative;
  z-index: 1;
}

.carousel .swiper-container {
  width: 100%;
  height: 100vh;
}


@media screen and (max-width: 1100px) {
  .carousel .swiper-container {height: auto;}
}

@media screen and (max-width: 820px) {
  .carousel .swiper-container {height: 100vh;}
}

@media screen and (max-width: 640px) {
  .carousel .swiper-container {
    height: auto;
  }
}

.carousel .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.carousel .swiper-button-next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: FontAwesome;
  font-size: 24px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  width: 62px;
  height: 120px;
  background: url(../images/icons/arrow.png) no-repeat center center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 50px;
  margin-top: -20px;
  width: 80px;
  height: 40px;
  border: 2px solid #fff;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow:    0px 0px 15px 0px rgba(0, 0, 0, 0.3);
box-shadow:         0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 1024px) {
  .carousel .swiper-button-next {
    display: none!important;
  }
}

.carousel .swiper-button-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: FontAwesome;
  font-size: 24px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  width: 62px;
  height: 120px;
  background: url(../images/icons/arrow.png) no-repeat center center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-top: -20px;
  width: 80px;
  height: 40px;
  border: 2px solid #fff;
  -webkit-border-radius: 20px;
          border-radius: 20px;

          -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow:    0px 0px 15px 0px rgba(0, 0, 0, 0.3);
box-shadow:         0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 1024px) {
  .carousel .swiper-button-prev {
    display: none!important;
  }
}

.carousel .swiper-pagination {
  -webkit-transform: initial;
      -ms-transform: initial;
          transform: initial;
  margin-top: -webkit-calc(25vh - 140px);
  margin-top: calc(25vh - 140px);
  right: 81px;
}

@media screen and (max-width: 1024px) {
  .carousel .swiper-pagination {
    right: auto;
    margin: 0;
    bottom: 0;
    top: auto;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.carousel .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: #fff;
  z-index: 2;
  margin: 24px 0 !important;
  opacity: 1;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .carousel .swiper-pagination-bullet {
    margin: 24px !important;
  }
}

.carousel .swiper-pagination-bullet-active {
  background: #e40134;
  position: relative;
}

.carousel .swiper-pagination-bullet-active:before {
  position: absolute;
  z-index: 1;
  width: 36px;
  height: 36px;
  background: #e40134;
  content: "";
  opacity: 0.1;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  left: -8px;
  top: -8px;
}

.carousel img {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
}

@media screen and (max-width: 1100px) {
  .carousel img{height: auto;}
}

@media screen and (max-width: 820px) {
  .carousel img{height: 100%;}
}

@media screen and (max-width: 640px) {
  .carousel img {
    height: auto;
  }
}

.contact-head {
  background: #eef3f9;
  padding-top: 240px;
  position: relative;
  z-index: 3;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .contact-head {
    padding-top: 140px;
  }
  .contact-head .btn{padding:10px 25px; margin:auto;}
}

.contact-head h4 {
  color: #e40134;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.contact-head h1 {
  font-size: 50px;
  font-weight: 600;
  color: #2b4ca6;
  margin: 0;
  line-height: 56px;
}

@media screen and (max-width: 768px) {
  .contact-head h1 {
    font-size: 36px;
    line-height: 1;
  }
}

.contact-head p {
  color: #818d92;
  font-size: 15px;
}

.contact-head .breadcrumb {
  margin-top: 50px;
}

.contact-head__line {
  width: 100%;
  height: 50px;
  background: url(../images/hr/line.png) center center no-repeat;
  position: relative;
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  .contact-head__line {
    background: url(../images/hr/line.png) center left no-repeat;
  }
}

.contact-head__line:before {
  width: 200px;
  height: 20px;
  content: "";
  display: block;
  position: absolute;
  background: #e40134;
  background: -webkit-gradient(linear, right top, left top, from(#e40134), to(#ff2052));
  background: -webkit-linear-gradient(right, #e40134 0%, #ff2052 100%);
  background: -o-linear-gradient(right, #e40134 0%, #ff2052 100%);
  background: linear-gradient(-90deg, #e40134 0%, #ff2052 100%);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: 14px 14px 24px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 14px 14px 24px 0px rgba(0, 0, 0, 0.16);
  left: -80px;
}

.contact-head__line:after {
  width: 250px;
  height: 40px;
  content: "";
  display: block;
  position: absolute;
  background: #c1cce6;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  -webkit-box-shadow: 14px 14px 24px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 14px 14px 24px 0px rgba(0, 0, 0, 0.16);
  right: -112px;
  top: -10px;
}

@media screen and (max-width: 1024px) {
  .contact-head__line:after {
    width: 50px;
    height: 5px;
    background: #2b4ca6;
    right: -30px;
    top: 9px;
  }
}

.contact-maps {
  background: #eef3f9;
  height: 711px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  .contact-maps {
    height: auto;
    padding-bottom: 100px;
  }
}

.contact-maps__line {
  position: absolute;
  z-index: 3;
  -webkit-box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 1024px) {
  .contact-maps__line {
    display: none;
  }
}

.contact-maps__line--1 {
  top: -5px;
  left: 0;
  width: 172px;
  height: 10px;
  background: #2b4ca6;
  -webkit-border-top-right-radius: 5px;
          border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
          border-bottom-right-radius: 5px;
}

.contact-maps__line--2 {
  top: -10px;
  right: 40%;
  width: 200px;
  height: 20px;
  background: #e40134;
  background: -webkit-gradient(linear, left top, left bottom, from(#e40134), to(#ff2052));
  background: -webkit-linear-gradient(top, #e40134 0%, #ff2052 100%);
  background: -o-linear-gradient(top, #e40134 0%, #ff2052 100%);
  background: linear-gradient(180deg, #e40134 0%, #ff2052 100%);
  -webkit-border-radius: 10px;
          border-radius: 10px;
}

.contact-maps__line--3 {
  bottom: -20px;
  left: 200px;
  width: 250px;
  height: 40px;
  background: #c1cce6;
  -webkit-border-radius: 20px;
          border-radius: 20px;
}

.contact-maps__line--4 {
  bottom: -5px;
  right: 250px;
  width: 100px;
  height: 10px;
  background: #2b4ca6;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}

.contact-maps__map {
  position: absolute;
  z-index: 2;
  width: -webkit-calc(100% - 466px);
  width: calc(100% - 466px);
  height: 500px;
  top: 50%;
  margin-top: -250px;
}

@media screen and (max-width: 1024px) {
  .contact-maps__map {
    width: 100%;
    top: auto;
    margin: 0;
    position: relative;
    height: auto;
  }
}

.contact-maps__map #maps {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
  -webkit-border-top-right-radius: 250px;
          border-top-right-radius: 250px;
  -webkit-border-bottom-right-radius: 250px;
          border-bottom-right-radius: 250px;
  -webkit-box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0.16);
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  .contact-maps__map #maps {
    -webkit-border-radius: 0;
            border-radius: 0;
  }
}

.contact-maps__direction {
  width: 611px;
  height: 711px;
  background: url(../images/contact/direction-bg.png) no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .contact-maps__direction {
    width: 278px;
    height: 215px;
    background: none;
    z-index: 3;
    right: 50%;
    margin-right: -139px;
    top: auto;
    bottom: 0px;
  }
}

.contact-maps__direction a {
  position: absolute;
  left: 190px;
  top: 50%;
  margin-top: -100px;
}

@media screen and (max-width: 1024px) {
  .contact-maps__direction a {
    position: relative;
    margin: 0;
    left: auto;
    top: auto;
  }
}

.contact-address {
  background: #eef3f9;
  padding-bottom: 70px;
}

.contact-form {
  background: #e5efee;
  padding: 90px 0;
}

@media screen and (max-width: 768px) {
  .contact-form {
    padding: 40px 0;
  }
}

.contact-form h2 {
  font-size: 36px;
  font-weight: 600;
  color: #e40134;
  text-align: center;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .contact-form h2 {
    font-size: 24px;
  }
}

.contact-form h4 {
  color: #2b4ca6;
  font-size: 14px;
  text-align: center;
  margin: 0;
}

.contact-form form {
  margin-top: 35px;
}

.contact-form .form-control {
  padding: 29px;
  color: #a3abaf;
  font-size: 12px;
  font-weight: 500;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  background: #fff;
  border: 0;
  outline: 0;
  -webkit-box-shadow: 14px 14px 24px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 14px 14px 24px 0px rgba(0, 0, 0, 0.04);
  font-family: "omnes_pro";
  resize: none;
}

.contact-form .form-control:focus {
  outline: 0;
}

.contact-form .form-group {
  position: relative;
  margin: 15px 0;
}

.contact-form .form-group i {
  color: #e40134;
  position: absolute;
  right: 29px;
  top: 20px;
}

.contact-form .form-group span {
  font-size: 14px;
  color: #2b4ca6;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.contact-form .form-group span span {
  color: #e40134;
  margin: 0 5px 0;
}

.extra {
  background: #ffe8f0;
  padding: 25px 0;
  overflow: hidden; position:relative; z-index: 2;
}

.extra .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .extra .container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.extra__box {
  position: relative;
}

@media screen and (max-width: 1200px) {
  .extra__box {
    width: 18.75%;
  }
  .extra__box:after {
    display: none !important;
  }

  .extra__box:first-child {
    width: 25%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    border: 0px;
    margin-bottom: 10px;
  }
  .extra__box:nth-child(2) {
    border: 0;
  }
}

@media screen and (max-width: 720px) {
	.extra__box:first-child {width:100%;}
	.extra__box {
    border-left: 1px solid rgba(139, 66, 156, 0.1);
    width: 50%;
  }
  .extra__box:nth-child(3), .extra__box:nth-child(5) {
    padding-top: 10px;
    border-left: 1px solid rgba(139, 66, 156, 0.1);
  }
  .extra__box:nth-child(4), .extra__box:nth-child(5) {
    padding-top: 10px;
    border-top: 1px solid rgba(139, 66, 156, 0.1);
  }
  .extra__box:nth-child(4) {
    border-left: 0;
  }
}

.extra__box a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 200px;
}

.extra__box:after {
  width: 1px;
  height: 100px;
  content: "";
  display: block;
  position: absolute;
  background: #8b429c;
  right: 0px;
  top: 0;
  opacity: 0.1;
}

.extra__box:first-child a {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 0;
}

.extra__box:first-child:after {
  right: -30px;
}

.extra__box:last-child a {
  min-width: 150px;
  padding-right: 0;
  max-width: 150px;
}

@media screen and (max-width: 1024px) {
  .extra__box:last-child a {
    max-width: inherit;
  }
}

.extra__box:last-child:after {
  display: none;
}


.extra__box h3 {
  color: #e40134;
  font-size: 40px;
  font-weight: 700;
  margin: 0;
}

@media screen and (max-width: 1200px) {
  .extra__box h3 {font-size:30px;}
}

@media screen and (max-width: 1024px) {
  .extra__box h3 {font-size:24px;}
}



.extra__box h3 span {
  color: #4b8d55;
  font-weight: 500;
}

.extra__box h6 {
  color: #58545c;
  font-size: 16px;
  font-weight: 600;
  margin: 5px 0;
}

.extra__box p {
  color: #58545c;
  font-size: 14px;
  margin: 5px 0;
}

.faq {
  background: #4b8d55;
  position: relative;
}

.faq__title {
  position: absolute;
  top: 110px;
}

@media screen and (max-width: 1024px) {
  .faq__title {
    display: none;
  }

  .extra__box h6 {font-size:13px;}
  .extra__box a{ min-width: auto; }
  .extra__box a  img{ width:50px;}
}

.faq__title h3 {
  color: #fff;
  margin: 0;
  font-size: 24px;
  font-weight: 600;
}

.faq__title h2 {
  font-size: 40px;
  color: #0a2777;
  margin: 0;
  line-height: 36px;
  font-weight: 600;
}

.faq__title span {
  position: absolute;
  color: #fff;
  font-size: 160px;
  left: 223px;
  top: -10px;
  line-height: 100px;
  font-weight: 600;
}

.faq .accordion {
  display: none;
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .faq .accordion {
    display: block;
  }
}

.filter {
  position: relative;
  z-index: 9;
}

.filter .select2 {
  width: 100% !important;
}

.filter .select2-container .select2-selection--single {
  height: 60px;
  border: 0;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  outline: 0;
  -webkit-box-shadow: 14px 14px 24px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 14px 14px 24px 0px rgba(0, 0, 0, 0.04);
}

.filter .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 32px;
}

.filter .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 60px;
  font-size: 14px;
  color: #2b4ca6;
  font-weight: 600;
}

.filter .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: red;
  font-size: 20px;
  top: 20px;
  right: 20px;
}

.filter .select2-container--default .select2-selection--single .select2-selection__arrow::before {
  content: "\f078";
}

.filter .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-dropdown {
  border: 0;
}

.select2-container--default .select2-results__option {
  font-weight: 500;
  font-size: 14px;
  color: #70797e;
}

.select2-container--default
.select2-results__option--highlighted[aria-selected] {
  background: #2b4ca6;
}

.footer {
  background: #f5f5f5;
  padding-top: 70px;
}

.footer .row + .row {
  margin-top: 70px;
  padding: 20px 0 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .row + .row:before {
  width: 100%;
  height: 1px;
  background: #d7d8d9;
  display: block;
  position: absolute;
  content: "";
  left: 0px;
  margin-top: -80px;
}

.footer h5 {
  font-size: 18px;
  font-weight: 600;
  color: #4b8d55;
  margin: 0;
  margin-bottom: 20px;
}

.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer__logo {
  margin-top: 40px;
  text-align: center;
}

.footer__nav li a {
  color: #70797e;
  font-size: 14px;
  font-weight: 500;
  display: block;
  padding: 9px 0;
}

.footer__nav li a:hover {
  color: #4b8d55;
}

.footer__social-media {
  position: relative;
}

.footer__social-media h6 {
  font-size: 18px;
  font-weight: 600;
  color: #4b8d55;
  margin: 0;
  position: absolute;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 140px;
  right: 0;
  top: 50px;
}

.footer__social-media ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__social-media ul li {
  margin-bottom: 20px;
  display: inline-block;
  text-align: right;
}

.footer__social-media ul li a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background: #d7d8d9;
  color: #fff;
}

.footer__social-media ul li a:hover {
  background: #4b8d55;
}

.footer__legal {
  font-weight: 500;
  margin-top: 80px;
}

.footer__legal li {
  border-top: 1px solid #d7d8d9;
}

.footer__legal li a {
  color: #70797e;
  font-size: 14px;
  padding: 20px 15px;
  display: block;
}

.footer__legal li:last-child {
  border-bottom: 1px solid #d7d8d9;
}

.footer__copyright {
  color: #70797e;
  font-size: 14px;
  line-height: 18px;
}

.footer__copyright span {
  color: #2b4ca6;
}

.footer__copyright i {
  font-style: normal;
  color: #e40134;
}



.footer .gercek-dusler a {
  /*background: #4b8d55;*/
  display: inline-block;
  padding: 30px;
  float: right;
}

@media screen and (max-width: 1024px) {
  .footer .row + .row:before {
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
    left: 25px;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    padding-top: 10px;
    text-align: center;
  }
  .footer__logo img {
    width: 80px;
  }
  .footer .row + .row {
    margin-top: 30px;
  }
  .footer .row + .row:before {
    width: 100%;
    left: 0px;
  }
  .footer__nav,
  .footer h5 {
    display: none;
  }
  .footer__social-media {
    margin-top: 20px;
  }
  .footer__social-media h6 {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    width: 100%;
    right: auto;
    top: auto;
    position: relative;
  }
  .footer__social-media ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin-top: 20px;
  }
  .footer__legal {
    text-align: center;
    margin-top: 30px;
  }
  .footer__legal ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__legal ul li {
    margin-top: 10px;
  }
  .footer .gercek-dusler {
    margin-top: 35px;
  }
  .footer .gercek-dusler a {
    background: transparent;
    padding: 0;
    float: none;
  }
}

.btn {
  padding: 25px;
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background: #e40134;
  background: -webkit-gradient(linear, right top, left top, from(#e40134), to(#ff2052));
  background: -webkit-linear-gradient(right, #e40134 0%, #ff2052 100%);
  background: -o-linear-gradient(right, #e40134 0%, #ff2052 100%);
  background: linear-gradient(-90deg, #e40134 0%, #ff2052 100%);
  -webkit-border-radius: 40px;
          border-radius: 40px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 14px 14px 24px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 14px 14px 24px 0px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}

.btn:hover {
  color: #fff;
  background: -webkit-gradient(linear, right top, left top, from(#e40134), to(#e40134));
  background: -webkit-linear-gradient(right, #e40134 0%, #e40134 100%);
  background: -o-linear-gradient(right, #e40134 0%, #e40134 100%);
  background: linear-gradient(-90deg, #e40134 0%, #e40134 100%);
}

.parsley-errors-list {
  padding: 0 0 0 20px;
  list-style: none;
  color: #e40134;
  font-weight: 600;
  font-size: 12px;
}

.gluten-free--page {
  height: auto !important;
  padding-top: 200px;
  background-image: none !important;
  padding-bottom: 950px;
}

@media screen and (max-width: 1024px) {
.gluten-free--page {padding-top:150px;}
}

@media screen and (max-width: 700px) {
  .gluten-free--page {
    overflow: hidden;
    padding-top: 130px !important;
    padding-bottom: 0 !important;
  }
}

.gluten-free--page .row {
  height: auto !important;
}

.gluten-free--page h3 {
  margin-top: 25px !important;
}

@media screen and (max-width: 1440px) {
  .gluten-free--page p {
    width: 80%;
  }
}

@media screen and (max-width: 1024px) {
  .gluten-free--page p {
    width: 100%;
  }
}

.gluten-free--page .gluten-free__img--1 {
  left: 50%;
  top: 50px;
  bottom: auto;
}

@media screen and (max-width: 1200px) {
  .gluten-free--page .gluten-free__img--1 {left:30%;}
}


@media screen and (max-width: 700px) {
  .gluten-free--page .gluten-free__img--1 {
    display: none;
  }
}

.gluten-free--page .gluten-free__img--2 {
  left: 50px;
  top: 25%;
  bottom: auto;
}

@media screen and (max-width: 1540px) {
	.gluten-free--page .gluten-free__img--2 {
	  left: 30%;
	  top: 37%;
	}
}
@media screen and (max-width: 1200px) {
  .gluten-free--page .gluten-free__img--2 {
    display: none;
  }
}

.gluten-free--page .gluten-free__img--3 {
  left: 5%;
  top: 107vh;
  bottom: auto;
}

@media screen and (max-width: 1200px) {
  .gluten-free--page .gluten-free__img--3 {
    left:11%;
  }
}

@media screen and (max-width: 1024px) {
  .gluten-free--page .gluten-free__img--3 {
    top:95vh;
  }
}

@media screen and (max-width: 700px) {
  .gluten-free--page .gluten-free__img--3 {
    display: none;
  }
}

.gluten-free--page .gluten-free__img--4 {
  left: 71%;
  top: 90vh;
  bottom: auto;
}

@media screen and (max-width: 1200px) {
  .gluten-free--page .gluten-free__img--4 {
    left:41%;
  }
}

@media screen and (max-width: 700px) {
  .gluten-free--page .gluten-free__img--4 {
    display: none;
  }
}

.gluten-free--page .gluten-free__img--5 {
  right: 150px;
  top: 200px;
  bottom: auto;
}

@media screen and (max-width: 1200px) {
  .gluten-free--page .gluten-free__img--5 {
   
right: 40px;
    top: 130px;
  }
}

@media screen and (max-width: 1024px) {
  .gluten-free--page .gluten-free__img--5 {
    display: none;
  }
}

.gluten-free--page .gluten-free__img--6 {
  right: 50px;
  top: 40%;
}

@media screen and (max-width: 1200px) {
  .gluten-free--page .gluten-free__img--6 {
    top:30%; right:90px;
  }
}

@media screen and (max-width:780px) {
  .gluten-free--page .gluten-free__img--6 {
    top:36%; right:370px;
  }
  .gluten-free--page .gluten-free__img--6 img{width:150px;}
}

@media screen and (max-width: 700px) {
  .gluten-free--page .gluten-free__img--6 {
    display: none;
  }
}

.gluten-free--page .gluten-free__img--7 {
  right: 35%;
  bottom: 100px;
}

@media screen and (max-width: 700px) {
  .gluten-free--page .gluten-free__img--7 {
    display: none;
  }
}

.gluten-free--page .gluten-free__img--human {
  top: 70px !important;
}

@media screen and (max-width: 700px) {
  .gluten-free--page .gluten-free__img--human {
    top: 20px !important;
    right: auto;
    left: 50%;
    margin-left: -150px;
    position: relative;
    margin-bottom: 100px;
  }
  .gluten-free--page .gluten-free__img--human img {
    width: 300px;
  }
}

@media screen and (max-width: 640px) {
  .gluten-free--page .gluten-free__img--human {
    margin-left: -100px;
    margin-bottom: 140px;
  }
}

.gluten-free--page .gluten-free__img--human-bg {
  background: #d0e7c4;
  width: 122px;
  -webkit-border-radius: 61px;
          border-radius: 61px;
  z-index: 7 !important;
}

@media screen and (max-width: 700px) {
  .gluten-free--page .gluten-free__img--human-bg {
    width: 80px;
  }
}

.gluten-free--page .gluten-free__img--human-bg-1 {
  height: 600px;
  top: 330px;
  right: 700px;
}

@media screen and (max-width: 1200px) {
	.gluten-free p{max-width:560px;}
	.gluten-free--page .gluten-free__img--human-bg-1 {right:320px;}
}

@media screen and (max-width: 1024px) {
	.gluten-free p{max-width:390px;}
}


@media screen and (max-width: 700px) {
  .gluten-free--page .gluten-free__img--human-bg-1 {
    height: 240px;
    top: 490px;
    right: auto;
    left: 50%;
    margin-left: -210px;
  }
}

@media screen and (max-width: 640px) {
  .gluten-free--page .gluten-free__img--human-bg-1 {
    margin-left: -160px;
  }
}

.gluten-free--page .gluten-free__img--human-bg-2 {
  height: 290px;
  top: 0px;
  right: 550px;
}


@media screen and (max-width: 1200px) {
	.gluten-free--page .gluten-free__img--human-bg-2 {right:180px;}
}
@media screen and (max-width: 700px) {
  .gluten-free--page .gluten-free__img--human-bg-2 {
    height: 114px;
    top: 410px;
    right: auto;
    left: 50%;
    margin-left: -120px;
  }
}

@media screen and (max-width: 640px) {
  .gluten-free--page .gluten-free__img--human-bg-2 {
    margin-left: -70px;
  }
}

.gluten-free--page .gluten-free__img--human-bg-3 {
  height: 780px;
  top: 450px;
  right: 550px;
}

@media screen and (max-width: 1200px) {
	.gluten-free--page .gluten-free__img--human-bg-3 {right:180px;}
}
@media screen and (max-width: 700px) {
  .gluten-free--page .gluten-free__img--human-bg-3 {
    height: 305px;
    top: 540px;
    right: auto;
    left: 50%;
    margin-left: -120px;
  }
}

@media screen and (max-width: 640px) {
  .gluten-free--page .gluten-free__img--human-bg-3 {
    margin-left: -70px;
  }
}

.gluten-free--page .gluten-free__img--human-bg-4 {
  height: 600px;
  top: 160px;
  right: 390px;
}


@media screen and (max-width: 1200px) {
	.gluten-free--page .gluten-free__img--human-bg-4 {right:20px;}
}
@media screen and (max-width: 700px) {
  .gluten-free--page .gluten-free__img--human-bg-4 {
    height: 234px;
    top: 480px;
    right: auto;
    left: 50%;
    margin-left: -20px;
  }
}

@media screen and (max-width: 640px) {
  .gluten-free--page .gluten-free__img--human-bg-4 {
    margin-left: 30px;
  }
}

.gluten-free__more-button {
  padding: 10px 30px 10px 20px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  -webkit-border-top-left-radius: 5px;
          border-top-left-radius: 5px;
  background: #c5e0f2;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  color: #2b4ca6;
  margin-top: 83px;
}

.gluten-free__more-button:after {
  font-family: "sinangil" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\62";
  margin-top: 8px;
  margin-left: 20px;
}

@media screen and (max-width: 640px) {
  .gluten-free__more-button {
    margin-top: 30px;
  }
}

.gluten-free-what {
  position: absolute;
  z-index: 6;
  background: #fff;
  width: 60vw;
  margin-top: 120px;
  padding: 50px 0 30px;
}

@media screen and (max-width: 700px) {
  .gluten-free-what {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    padding: 30px 0;
  }
}

.gluten-free-what .content {
  margin-left: 30px;
  width: 60%;
}

@media (min-width: 576px) {
  .gluten-free-what .content {
    margin-left: -webkit-calc(180px + ((100vw - 576px) / 2));
    margin-left: calc(180px + ((100vw - 576px) / 2));
  }
}

@media (min-width: 768px) {
  .gluten-free-what .content {
    margin-left: -webkit-calc(50px + ((100vw - 768px) / 2));
    margin-left: calc(50px + ((100vw - 768px) / 2));
  }
}

@media (min-width: 992px) {
  .gluten-free-what .content {
    margin-left: -webkit-calc(80px + ((100vw - 960px) / 2));
    margin-left: calc(80px + ((100vw - 960px) / 2));
  }
}

@media (min-width: 1200px) {
  .gluten-free-what .content {
    margin-left: -webkit-calc(120px + ((100vw - 1140px) / 2));
    margin-left: calc(120px + ((100vw - 1140px) / 2));
  }
}

@media (min-width: 1366px) {
  .gluten-free-what .content {
    margin-left: -webkit-calc(120px + ((100vw - 1290px) / 2));
    margin-left: calc(120px + ((100vw - 1290px) / 2));
  }
}

@media (min-width: 1680px) {
  .gluten-free-what .content {
    margin-left: -webkit-calc(180px + ((100vw - 1630px) / 2));
    margin-left: calc(180px + ((100vw - 1630px) / 2));
  }
}

@media screen and (max-width: 1440px) {
  .gluten-free-what .content {
    width: 80%;
  }
}

@media screen and (max-width: 1440px) {
  .gluten-free-what .content {
    width: 80%;
  }
}

@media screen and (max-width: 700px) {
  .gluten-free-what .content {
    margin: 0 !important;
    width: 100%;
    padding: 0 50px;
  }
}

.gluten-free-what .content blockquote {
  margin: 85px 0;
}

@media screen and (max-width: 1440px) {
  .gluten-free-what .content blockquote {
    width: 80%;
    margin: 80px 0;
  }
}

@media screen and (max-width: 1366px) {
  .gluten-free-what .content blockquote {
    margin: 62px 0;
  }
}

@media screen and (max-width: 700px) {
  .gluten-free-what .content blockquote {
    margin: 30px 0; width: 100%;
  }
}

.gluten-free-what .content blockquote h2 {
  margin: 0;
  font-weight: 600;
  color: #e40134;
  font-size: 36px;
}

@media screen and (max-width: 700px) {
  .gluten-free-what .content blockquote h2 {
    font-size: 24px;
  }
}

.gluten-free-what .content blockquote h2 span {
  color: #0a2777;
}

.gluten-free-what .content blockquote p {
  color: #70797e;
  font-size: 16px;
  margin: 0;
  margin-top: 30px;
  /* @media screen and (max-width: 1440px) {
            width: 100%;
          } */
}

@media screen and (max-width: 700px) {
  .gluten-free-what .content blockquote p {
    font-size: 14px;
  }
}

.gluten-free-products {
  position: relative;
  z-index: 2;
  background-color: #4b8d55;
  background: #4b8d55 url(../images/gluten-free/productbg.png) no-repeat right top;
  padding-top: 820px;
  padding-bottom: 100px;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .gluten-free-products {
    padding-top: 880px;
  }
}

@media screen and (max-width: 1024px) {
  .gluten-free-products {
    padding-top: 1100px;
    padding-bottom: 0;
  }
}


@media screen and (max-width: 700px) {
  .gluten-free-products {
    padding-top: 710px;
    padding-bottom: 130px;
  }
}

.gluten-free-products .card--recipe {
  width: 300px;
  position: absolute;
  top: 130px;
  right: 150px;
}

@media screen and (max-width: 1200px) {
	.gluten-free-products .card--recipe {right:50px;}
}

@media screen and (max-width: 1024px) {
	.gluten-free-products .card--recipe {width:210px;}
}

@media screen and (max-width: 700px) {
  .gluten-free-products .card--recipe {
    right: 50%;
    margin-right: -150px;
  }
}

@media screen and (max-width: 480px) {
  .gluten-free-products .card--recipe {
    right: 50%;
    margin-right: -110px;
  }
}


.gluten-free-products__img {
  position: absolute;
  z-index: 8;
}

.gluten-free-products__img--1 {
  right: 480px;
  top: 480px;
}

@media screen and (max-width: 700px) {
  .gluten-free-products__img--1 {
    right: auto;
    left: -150px;
  }
}

.gluten-free-products__img--2 {
  right: 0px;
  top: 510px;
}

@media screen and (max-width: 700px) {
  .gluten-free-products__img--2 {
    right: -100px;
  }
}

.gluten-free-products__text {
  text-align: center;
}

.gluten-free-products__text h2 {
  color: #0a2777;
  font-size: 36px;
  font-weight: 600;
  margin: 0;
}

@media screen and (max-width: 700px) {
  .gluten-free-products__text h2 {
    font-size: 24px;
  }
}

.gluten-free-products__text h2 span {
  color: #e40134;
}

.gluten-free-products__text p {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  margin-top: 40px;
}

@media screen and (max-width: 700px) {
  .gluten-free-products__text p {
    font-size: 14px;
    line-height: 16px;
    margin-top: 20px;
  }
}

.gluten-free-products__slider {
  margin-top: 50px;
  position: relative;
}

.gluten-free-products__slider .card--product h3{padding-bottom: 15px;}

@media screen and (max-width: 1024px) {
  .gluten-free-products__slider .card__img{
    height:140px;
  }
}

@media screen and (max-width: 700px) {
  .gluten-free-products__slider {
    margin-top: 10px;
  }
}

@media screen and (max-width: 700px) {
  .gluten-free-products__slider .swiper-slide {
    width: 300px !important;
  }
}

.gluten-free-products__slider .swiper-button-next {
  display: none;
}

@media screen and (max-width: 700px) {
  .gluten-free-products__slider .swiper-button-next {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: url(../images/gluten-free/right.png) no-repeat;
    width: 79px;
    height: 40px;
    top: auto;
    bottom: -60px;
    right: 50%;
    margin-right: -78px;
    outline: 0;
  }
}

.gluten-free-products__slider .swiper-button-prev {
  display: none;
}


@media screen and (max-width: 700px) {
  .gluten-free-products__slider .swiper-button-prev {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: url(../images/gluten-free/left.png) no-repeat;
    width: 79px;
    height: 40px;
    top: auto;
    bottom: -60px;
    left: 50%;
    margin-left: -80px;
    outline: 0;
  }
}

.gluten-free-products__slider .card--product {
  min-height: auto;
}

.gluten-free {
  background: url(../images/gluten-free/bg.png) right 100px center no-repeat #f1fde0;
  position: relative;
  z-index: 3;
  height: 970px;
}

.glutenLogo{position:absolute; top:20%; left:40%; width:9%;}

@media screen and (max-width: 840px) {
  .glutenLogo{ top:17%; left:52%; width:12%;}
}

@media screen and (max-width: 640px) {
  .gluten-free {
    height: auto;
    padding: 30px 0;
    overflow: hidden;
  }
}

@media screen and (max-width: 640px) {
  .gluten-free {
    background-position: 60px 340px;
    -webkit-background-size: 280px 280px;
            background-size: 280px;
  }
}

.gluten-free .row {
  height: 970px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 640px) {
  .gluten-free .row {
    height: auto;
  }
}

.gluten-free h3 {
  color: #e40134;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  font-weight: 600;
}

.gluten-free h2 {
  color: #0a2777;
  font-size: 42px;
  font-weight: 600;
}

.gluten-free h2 span {
  color: #4b8d55;
}

@media screen and (max-width: 640px) {
  .gluten-free h2 {
    font-size: 28px;
    margin: 0;
  }
}

.gluten-free p {
  color: #70797e;
  font-size: 16px;
  font-weight: 500;
}

.gluten-free p + p {
  font-weight: 400;
}

.gluten-free__more {
  padding: 10px 30px 10px 20px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  -webkit-border-top-left-radius: 5px;
          border-top-left-radius: 5px;
  background: #c5e0f2;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  color: #2b4ca6;
  margin-top: 30px;
  position: relative;
}

.gluten-free__more:after {
  font-family: "sinangil" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\62";
  margin-top: 8px;
  margin-left: 20px;
}

.gluten-free__more:before {
  position: absolute;
  content: "";
  display: none!important;
  width: 64px;
  height: 64px;
  background: url(../images/gluten-free/more.png) no-repeat;
  top: -90px;
  left: 0;
}

.gluten-free__img {
  position: absolute;
  z-index: 8;
}

@media screen and (max-width: 640px) {
  .gluten-free__img img {
    width: 50%;
  }
}

.gluten-free__img--1 {
  left: 150px;
  top: -100px;
}

@media screen and (max-width: 1024px) {
  .gluten-free__img--1 {
    left: 350px;
    top: 0px;
  }
  .gluten-free__img--1 img{ width:100px; }
  .gluten-free__img--4 img{ width:100px; }
}

@media screen and (max-width: 640px) {
  .gluten-free__img--1 {
    left: auto;
    top: 0px;
    right: -50px;
  }
}

.gluten-free__img--2 {
  left: 50px;
  bottom: 5%;
}

@media screen and (max-width: 1024px) {
  .gluten-free__img--2 {
    bottom: 0;
  }
}

@media screen and (max-width: 640px) {
  .gluten-free__img--2 {
    bottom: auto;
    top: 400px;
  }
}

.gluten-free__img--3 {
  left: 25%;
  bottom: 50px;
}

@media screen and (max-width: 640px) {
  .gluten-free__img--3 {
    bottom: auto;
    top: 900px;
  }
}

@media screen and (max-width: 640px) {
  .gluten-free__img--3 {
    display: none;
  }
}

.gluten-free__img--4 {
  left: 45%;
  bottom: 150px;
}

@media screen and (max-width: 640px) {
  .gluten-free__img--4 {
    bottom: auto;
    top: 700px;
    left: auto;
    right: 20%;
  }
}

@media screen and (max-width: 640px) {
  .gluten-free__img--4 {
    display: none;
  }
}

.gluten-free__img--5 {
  right: 150px;
  bottom: -20px;
}

@media screen and (max-width: 640px) {
  .gluten-free__img--5 {
    display: none;
  }
}

.gluten-free__img--6 {
  right: 50px;
  top: 40%;
}

@media screen and (max-width: 640px) {
  .gluten-free__img--6 {
    right: -50px;
  }
}

.gluten-free__img--human {
  top: -100px;
  right: 20px;
}

@media screen and (max-width: 1200px) {
  .gluten-free__img--human {
    right: -100px;
  }
  .gluten-free__img--human img{width:620px;}
}

@media screen and (max-width:1024px) {
  .gluten-free__img--human {
    right: -240px;
  }
}

@media screen and (max-width: 640px) {
  .gluten-free__img--human {
    position: relative;
    right: 0;
    top: -60px;
  }
  .gluten-free__img--human img {
    width: 90%;
  }

  .glutenLogo{left:auto; right:5%; width:20%; top:16%;}
}

@media screen and (max-width: 640px) {
  .gluten-free__img--human {
    right: -40px;
    top: 20px;
  }
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header__logo {
  position: absolute;
  top: 0;
  z-index: 9;
}

.header__logo img {
  max-width: 100%;
  display: inline-block;
  border-left: 1px solid rgba(129, 141, 146, 0.5);
}

.header .no-gutters {
  position: relative;
}

.header nav {
  position: relative;
  z-index: 2;
}

.header__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

.header__nav:after {
  width: 1px;
  height: 50px;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 30px;
  background: #818d92;
}

.header__nav li {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__nav li a {
  color: #818d92;
  padding: 0 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 110px;
  position: relative;
}

.header__nav li a:hover {
  color: #2b4ca6;
}

.header__nav--dropdown {
  font-size: 14px;
  margin-left: 155px;
}

.header__nav--dropdown:before {
  display: none !important;
}

.header__nav--dropdown ul {
  display: none;
}

.header__nav--dropdown > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #2b4ca6;
  color: #fff !important;
  height: 110px;
  position: relative;
  padding: 0 !important;
  width: 150px;
  padding-left: 35px !important;
}

.header__nav--dropdown > a:before {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  margin-left: -63px;
  margin-top: -2px;
}

@media screen and (max-width: 1366px) {
  .header__nav--dropdown > a:before {
    margin-left: -56px;
  }
}

.header__nav--dropdown > a:after {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  content: "";
  width: 10px;
  height: 2px;
  background: #fff;
  position: absolute;
  margin-left: -68px;
  margin-top: 5px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 1366px) {
  .header__nav--dropdown > a:after {
    margin-left: -61px;
  }
}

.header__nav--dropdown:hover > a {
  color: #fff;
}

.header__nav--dropdown:hover > a:after {
  width: 20px;
  margin-left: -63px;
}

.header__nav--active > a {
  color: #2b4ca6 !important;
}

.header__nav--active.header__nav--dropdown a {
  background: #e8eeff !important;
  color: #e70a34 !important;
}

.header__nav--active.header__nav--dropdown a:before, .header__nav--active.header__nav--dropdown a:after {
  background: #2b4ca6 !important;
}

.header__nav--hover > a {
  background: #e8eeff !important;
  color: #e70a34 !important;
}

.header__nav--hover > a:before, .header__nav--hover > a:after {
  background: #2b4ca6 !important;
}

.header__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  .header__calendar {
    display: none;
  }
}

.header__calendar a {
  color: #818d92;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__calendar a:before {
  position: relative;
  content: "";
  display: block;
  background: url(../images/icons/calendar-h.png) no-repeat;
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

.header__professional {
  display: block;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #818d92;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 152px;
  height: 43px;
}

.header__professional:before {
  width: 117px;
  height: 14px;
  content: "";
  display: block;
  background: url(../images/icons/prof-h.png) no-repeat center center;
}

.header__language {
  position: relative; width:100%;
}

@media screen and (max-width: 1024px) {
  .header__language {
    display: none;
  }
}

.header__language > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 100%;
          border-radius: 100%; background:#d20124; color:#fff; float: right; margin-left:5px;
}

@media screen and (max-width: 1200px) {
  .header__language > a{ width:30px; height:30px; font-size:12px; }
}

.header__language span {
  display: none;
}

.header__language ul {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  width: 70px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  display: none;
}

.header__language ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header__language ul li a {
  color: #0d3b85;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48px;
  height: 48px;
}

.header__language ul li a:hover {
  -webkit-border-radius: 100%;
          border-radius: 100%;
  border: 1px solid #3069C2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header__language ul li:after {
  width: 1px;
  height: 10px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  background: #0d3b85;
}

.header__language ul li:first-child {
  margin-top: 20px;
}

.header__language ul li:first-child a {
  color: #fff;
  background: #3069C2;
}

.header__language ul li:last-child {
  margin-bottom: 20px;
}

.header__language ul li:last-child:after {
  display: none;
}

.header__language--active a {
  -webkit-border-radius: 100%;
          border-radius: 100%;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header--home {
  background: transparent;
  border-bottom: 1px solid #fff;
}

.header--home .header__logo img {
  border-left: 1px solid transparent;
}

.header--home .header__nav:after {
  background: rgba(255, 255, 255, 0.3);
}

.header--home .header__nav li a {
  color: #fff;
}

.header--home .header__nav li a:hover {
  color: #2b4ca6;
}

.header--home .header__calendar a {
  color: #fff;
}

.header--home .header__calendar a:before {
  background: url(../images/icons/calendar.png) no-repeat;
}

.header--home .header__professional {
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.header--home .header__professional:before {
  background: url(../images/icons/prof.png) no-repeat center center;
}

.header--home.header--shrink {
  border-bottom: 1px solid rgba(129, 141, 146, 0.5);
}

.header--home.header--shrink .header__logo img {
  border-left: 1px solid rgba(129, 141, 146, 0.5);
}

.header--home.header--shrink .header__nav:after {
  background: #818d92;
}

.header--home.header--shrink .header__nav li a {
  color: #818d92;
}

.header--home.header--shrink .header__nav li a:hover {
  color: #2b4ca6;
}

.header--home.header--shrink .header__calendar a {
  color: #818d92;
}

.header--home.header--shrink .header__calendar a:before {
  background: url(../images/icons/calendar-h.png) no-repeat;
}

.header--home.header--shrink .header__professional {
  border: 1px solid #818d92;
}

.header--home.header--shrink .header__professional:before {
  background: url(../images/icons/prof-h.png) no-repeat center center;
}

.header--shrink, .header--open {
  background: #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 0px;
}

.header__mobile-nav,
.header .mobile-visible {
  display: none;
}

.header__product {
  position: absolute;
  background: #e8eeff;
  width: -webkit-calc(100% - 155px);
  width: calc(100% - 155px);
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -100;
  height: 0;
  overflow: auto;
  opacity: 0;
  max-height: -webkit-calc(100vh - 111px);
  max-height: calc(100vh - 111px);
}

.header__product--opened {
  height: auto;
  opacity: 1;
  z-index: 2;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.header-product__buttons {
  display: none;
}

.header-product__parent {
  padding: 35px 0;
  width: 294px;
  background: #e8eeff;
  position: relative;
  z-index: 2;
}

.header-product__parent ul {
  font-size: 12px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  list-style: none;
  padding-left: 18px;
}

.header-product__parent ul li {
  margin-top: -15px;
}

.header-product__parent ul a {
  color: #2b4ca6;
  width: 276px;
  height: 53px;
  position: relative;
  padding-left: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-product__parent ul a:hover, .header-product__parent ul a.header-product__parent--active {
  background: url(../images/header/navbg.png) no-repeat right center;
}

.header-product__parent ul a:hover:before, .header-product__parent ul a.header-product__parent--active:before {
  display: none;
}

.header-product__parent ul a:hover:after, .header-product__parent ul a.header-product__parent--active:after {
  width: 16px;
  height: 16px;
  background: #e70a34;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  content: "";
  position: absolute;
  left: 11px;
}

.header-product__parent ul a:before {
  width: 16px;
  height: 4px;
  content: "";
  position: absolute;
  left: 11px;
  background: #c9d3e9;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  margin-top: 2px;
}

.header-product__child {
  background: #f9faff;
  padding: 50px 20px 50px 40px;
  width: 330px;
  position: relative;
  z-index: 2;
}

.header-product__child ul {
  font-size: 12px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  list-style: none;
  padding-left: 18px;
  display: none;
}

.header-product__child ul a {
  color: #2b4ca6;
  display: block;
  padding: 15px 0 10px;
  border-bottom: 1px solid transparent;
}

.header-product__child ul a:hover {
  color: #e70a34;
  border-color: #e70a34;
}

.header-product__child--active {
  display: block !important;
}

.header-product__image {
  background: #ebebeb;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-calc(100% - 624px);
  width: calc(100% - 624px);
  position: relative;
  z-index: 2;
}

.header-product__image img {
  max-width: 100%;
}

.header-product__image figure {
  display: none;
}

.header-product__image--active {
  display: block !important;
}

@media screen and (max-width: 1024px) {
  .header-product__image {
    display: none !important;
  }
}

.header__shadow {
  position: fixed;
  background: rgba(33, 32, 68, 0.5);
  top: 110px;
  left: 0;
  z-index: -101;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  height: -webkit-calc(100% - 110px);
  height: calc(100% - 110px);
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header__shadow--active {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}

@media screen and (max-width: 1366px) {
  .header__nav li a {
    padding: 0 16px;
  }
  .header__nav--dropdown > a {
    width: 120px;
  }
}

@media screen and (max-width: 1280px) {
  .header__nav li a {
    padding: 0 5px;
  }
}

@media screen and (max-width: 1080px) {
  .header {
    height: 70px;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .header__logo {
    width: 120px;
  }
  .header .mobile-visible {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .header__professional {
    position: fixed;
    top: 10px;
    right: 90px;
    width: 132px;
  }
  .header__professional:before {
    background: url(../images/icons/prof-h.png) no-repeat center center !important;
  }
  .header__mobile-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 70px;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    background: #2b4ca6;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    right: 0px;
    top: 0;
    z-index: 999;
  }
  .header__mobile-nav span {
    display: block;
    position: absolute;
    height: 3px;
    width: 25px;
    background: #fff;
    opacity: 1;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    overflow: hidden;
  }
  .header__mobile-nav span:nth-child(1) {
    margin-top: -9px;
  }
  .header__mobile-nav span:nth-child(2), .header__mobile-nav span:nth-child(3) {
    margin-top: 5px;
  }
  .header__mobile-nav span:nth-child(3) {
    margin-top: 5px;
  }
  .header__mobile-nav--open span:nth-child(1) {
    margin-top: 0px;
    width: 0%;
  }
  .header__mobile-nav--open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: 0px;
  }
  .header__mobile-nav--open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-top: 0px;
  }
  .header__nav {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 100px;
  }
  .header__nav li {
    width: 100%;
  }
  .header__nav li a {
    width: 100%;
  }
  .header__nav--dropdown {
    margin-left: 0;
  }
  .header__nav:after {
    display: none;
  }
  .header__right {
    position: fixed;
    bottom: -100px;
    left: 10px;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    border-top: 1px solid #cdd4da;
    padding: 13px 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header nav {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -100;
    height: 0;
    overflow: hidden;
    opacity: 0;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    background: #eef3f9;
    top: 70px;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .header nav:after {
    display: none;
  }
  .header__navigation--opened {
    height: -webkit-calc(100vh - 70px) !important;
    height: calc(100vh - 70px) !important;
    overflow: auto !important;
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
            transform: translateY(0) !important;
    scroll-behavior: smooth;
    padding: 0 40px;
  }
  .header__navigation--opened .header__nav a {
    height: 60px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    padding-left: 50px;
    color: #2b4ca6 !important;
  }
  .header__navigation--opened .header__nav--active a {
    color: #e70a34 !important;
  }
  .header__navigation--opened .header__nav--dropdown {
    margin-left: 0;
  }
  .header__navigation--opened .header__nav--dropdown:after {
    width: 28px;
    height: 15px;
    content: "";
    background: url("../images/header/arrow.png") no-repeat;
    position: absolute;
    right: 10px;
  }
  .header__navigation--opened .header__nav--dropdown > a {
    width: 100%;
    padding-left: 50px !important;
    color: #fff !important;
  }
  .header__navigation--opened .header__nav--dropdown > a:before, .header__navigation--opened .header__nav--dropdown > a:after {
    margin-left: -30px;
  }
  .header--open .header__right {
    bottom: 0;
  }
  .header--open .header__calendar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .header--open .header__calendar a {
    color: #818d92;
  }
  .header--open .header__calendar a:before {
    background: url(../images/icons/calendar-h.png) no-repeat;
  }
  .header--open .header__calendar:after {
    width: 1px;
    height: 62px;
    background: #cdd4da;
    position: absolute;
    right: -30px;
    content: "";
    top: -20px;
  }
  .header--open .header__language {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 180px;
  }
  .header--open .header__language > a {
    /*display: none;*/
  }
  .header--open .header__language ul {
    /*display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;*/
  }
  .header--open .header__language ul li img {
    display: none;
  }
  .header--open .header__language ul li:after {
    display: none;
  }
  .header--open .header__language ul li:first-child {
    margin: 0;
    border-right: 1px solid #cdd4da;
  }
  .header--open .header__language ul li:first-child a {
    background: transparent;
  }
  .header--open .header__language ul li:last-child {
    margin: 0;
  }
  .header--open .header__language ul li a {
    width: 75px !important;
    height: 62px !important;
    color: #818d92 !important;
  }
  .header--open .header__language ul li.active a {
    color: #2b4ca6 !important;
  }
  .header--open .header__language span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .header--open .header__product {
    height: -webkit-calc(100vh - 125px);
    height: calc(100vh - 125px);
    position: fixed;
    right: 0;
    top: 70px;
    width: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .header--open .header__product--opened {
    z-index: 8;
    width: 100%;
  }
  .header--open .header__product--opened .header-product__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    z-index: 999;
    right: 0;
  }
  .header--open .header__product--opened .header-product__buttons ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .header--open .header__product--opened .header-product__buttons ul li {
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #798fc7;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header--open .header__product--opened .header-product__buttons ul li:last-child {
    background: #526db7;
  }
  .header--open .header__product--opened .header-product__parent {
    padding-top: 100px;
    width: 100vw;
    z-index: 1;
    height: -webkit-calc(100vh - 70px);
    height: calc(100vh - 70px);
    overflow-y: auto;
  }
  .header--open .header__product--opened .header-product__parent--active, .header--open .header__product--opened .header-product__parent:hover {
    background: transparent;
    color: #e70a34;
  }
  .header--open .header__product--opened .header-product__parent--active:after, .header--open .header__product--opened .header-product__parent:hover:after {
    display: none;
  }
  .header--open .header__product--opened .header-product__parent--active:before, .header--open .header__product--opened .header-product__parent:hover:before {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .header--open .header__product--opened .header-product__parent ul a:hover {
    background: transparent !important;
    color: #e70a34 !important;
  }
  .header--open .header__product--opened .header-product__parent ul a:after {
    display: none !important;
  }
  .header--open .header__product--opened .header-product__child {
    position: fixed;
    z-index: 2;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    right: -100vw;
    width: 100vw;
    padding-top: 100px;
    height: -webkit-calc(100vh - 70px);
    height: calc(100vh - 70px);
  }
  .header--open .header__product--opened .header-product__child--open {
    right: 0;
  }
}

.hr-head {
  background: #eef3f9;
  padding-top: 240px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 400px) {
  .header__navigation--opened .header__nav a{ height: 40px; }
}

@media screen and (max-width: 1024px) {
  .hr-head {
    padding-top: 140px;
  }
  .hr-head .btn{padding:10px 25px; margin:auto;}
}

.hr-head h4 {
  color: #e40134;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.hr-head h1 {
  font-size: 50px;
  font-weight: 600;
  color: #2b4ca6;
  margin: 0;
  line-height: 56px;
}

@media screen and (max-width: 768px) {
  .hr-head h1 {
    font-size: 36px;
    line-height: 1;
  }
}

.hr-head p {
  color: #818d92;
  font-size: 15px;
}

.hr-head .breadcrumb {
  margin-top: 50px;
}

.hr-head__line {
  width: 100%;
  height: 50px;
  background: url(../images/hr/line.png) center center no-repeat;
  position: relative;
  margin-top: 40px;
}

.hr-head__line:before {
  width: 200px;
  height: 20px;
  content: "";
  display: block;
  position: absolute;
  background: #e40134;
  background: -webkit-gradient(linear, right top, left top, from(#e40134), to(#ff2052));
  background: -webkit-linear-gradient(right, #e40134 0%, #ff2052 100%);
  background: -o-linear-gradient(right, #e40134 0%, #ff2052 100%);
  background: linear-gradient(-90deg, #e40134 0%, #ff2052 100%);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: 14px 14px 24px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 14px 14px 24px 0px rgba(0, 0, 0, 0.16);
  left: -80px;
}

.hr-head__line:after {
  width: 250px;
  height: 40px;
  content: "";
  display: block;
  position: absolute;
  background: #c1cce6;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  -webkit-box-shadow: 14px 14px 24px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 14px 14px 24px 0px rgba(0, 0, 0, 0.16);
  right: -112px;
  top: -10px;
}

@media screen and (max-width: 1024px) {
  .hr-head__line:after {
    width: 50px;
    height: 5px;
    background: #2b4ca6;
    right: -30px;
    top: 9px;
  }
}

.hr-detail {
  background: #eef3f9;
  padding: 70px 0;
}

@media screen and (max-width: 1024px) {
  .hr-detail {
    padding: 30px 0;
  }
}

.hr-detail h3 {
  font-size: 18px;
  font-weight: 600;
  color: #e40134;
  text-align: center;
}

.hr-detail p {
  color: #70797e;
  font-size: 18px;
  text-align: center;
  margin-top: 60px;
}

@media screen and (max-width: 1024px) {
  .hr-detail p {
    margin-top: 20px;
  }
}

.hr-detail .tabs {
  margin-top: 75px;
}

@media screen and (max-width: 1024px) {
  .hr-detail .tabs {
    display: none;
  }
}

.hr-detail .accordion {
  display: none;
  margin-top: 60px;
}

@media screen and (max-width: 1024px) {
  .hr-detail .accordion {
    display: block;
  }
}

.hr-form {
  background: #e5efee;
  padding: 90px 0;
}

.hr-form h2 {
  font-size: 36px;
  font-weight: 600;
  color: #e40134;
  text-align: center;
  margin: 0;
}

.hr-form h4 {
  color: #2b4ca6;
  font-size: 14px;
  text-align: center;
  margin: 0;
}

.hr-form form {
  margin-top: 35px;
}

.hr-form .form-control {
  padding: 29px;
  color: #a3abaf;
  font-size: 12px;
  font-weight: 500;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  background: #fff;
  border: 0;
  outline: 0;
  -webkit-box-shadow: 14px 14px 24px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 14px 14px 24px 0px rgba(0, 0, 0, 0.04);
}

.hr-form .form-control:focus {
  outline: 0;
}

.hr-form .form-group {
  position: relative;
  margin: 15px 0;
}

.hr-form .form-group i {
  color: #e40134;
  position: absolute;
  right: 29px;
  top: 20px;
}

.hr-form .form-group span {
  font-size: 14px;
  color: #2b4ca6;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.hr-form .form-group span span {
  color: #e40134;
  margin: 0 5px 0;
}

.hr-form input[type="file"] {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}

.hr-form .file-input {
  position: relative;
  z-index: 1;
  padding: 23px 29px;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  background: #fff;
  -webkit-box-shadow: 14px 14px 24px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 14px 14px 24px 0px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}

.hr-form .file-input__text {
  color: #a3abaf;
  font-size: 12px;
  font-weight: 500;
}

.hr-form .file-input__button {
  background: #2b4ca6;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 0 30px 0 12px;
}

@media screen and (max-width: 1024px) {
  .hr-form .file-input__button {
    padding: 0 23px 0 12px;
  }
}

.hr-form .file-input__button b {
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .hr-form .file-input__button b {
    display: none;
  }
}

.hr-form .file-input__button:before {
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  background: url(../images/icons/plus.png) no-repeat;
  margin-right: 10px;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .hr-form .file-input__button:before {
    margin: 0;
  }
}

.nav-left {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 40px;
}

@media screen and (max-width: 1200px) {
  .nav-left {
    display: none;
  }
}

.nav-left a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #70797e;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  margin: 10px 0;
}

.nav-left a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f067";
  margin-right: 20px;
  color: #c9ccdb;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.nav-left a:hover {
  color: #e40134;
}

.nav-left a:hover:before {
  color: #e40134;
}

.nav-left ul {
  list-style: none;
  padding-left: 30px;
  display: none;
}

.nav-left ul a::before {
  content: "\f068";
}

.nav-left ul a:hover {
  color: #2b4ca6;
}

.nav-left ul a:hover:before {
  color: #2b4ca6;
}

.nav-left--open > a {
  color: #e40134;
}

.nav-left--open > a:before {
  color: #e40134;
}

.nav-left--open ul {
  display: block;
}

.nav-left--active > a {
  color: #2b4ca6;
}

.nav-left--active > a:before {
  color: #2b4ca6;
}

.news-head {
  background: #fff5e7;
  margin-top: 110px;
}

@media screen and (max-width: 1024px) {
  .news-head {
    margin-top: 70px;
  }
}

@media screen and (max-width: 992px) {
  .news-head {
    padding-top: 80px;
  }
}

.news-head h4 {
  color: #e40134;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .news-head h4 {
    font-size: 18px;
  }
}

.news-head h1 {
  font-size: 50px;
  font-weight: 600;
  color: #2b4ca6;
  margin: 0;
  line-height: 38px;
}

@media screen and (max-width: 768px) {
  .news-head h1 {
    font-size: 32px;
    line-height: 1;
  }
}

.news-head p {
  color: #818d92;
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .news-head p {
    font-size: 14px;
  }
}

.news-head__nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 992px) {
  .news-head__nav {
    margin: 0 -15px;
  }
}

.news-head__nav li {
  width: 33%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: #ffd2dd;
  margin-bottom: 52px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 992px) {
  .news-head__nav li {
    margin-bottom: 0px;
    width: 50%;
  }
}

.news-head__nav li:after {
  position: absolute;
  height: 0px;
  width: 100%;
  background: #ffd2dd;
  content: "";
  bottom: 0px;
  left: 0;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 992px) {
  .news-head__nav li:after {
    display: none;
  }
}

.news-head__nav li:nth-child(2) {
  background: #ffeebe;
}

.news-head__nav li:nth-child(2):after {
  background: #ffeebe;
}

.news-head__nav li:nth-child(3) {
  background: #d8efff;
  display: none !important;
}

.news-head__nav li:nth-child(3):after {
  background: #d8efff;
}

.news-head__nav li:hover:after {
  height: 52px;
  bottom: -52px;
}

.news-head__nav--active:after {
  height: 52px !important;
  bottom: -52px !important;
}

@media screen and (max-width: 992px) {
  .news-head__nav--active {
    background: #eef3f9 !important;
  }
}

.news-head__nav a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 215px;
}

@media screen and (max-width: 992px) {
  .news-head__nav a {
    height: 120px;
  }
}

.news-head__nav figure {
  min-height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 992px) {
  .news-head__nav figure img {
    width: 70%;
  }
}

.news-head__nav span {
  font-size: 13px;
  font-weight: 600;
  color: #58545c;
}

@media screen and (max-width: 768px) {
  .news-head__nav span {
    font-size: 12px;
  }
}

.news-list {
  background: #eef3f9;
  padding: 40px 0;
  overflow: hidden;
}

.news-list .row + .row {
  margin-top: 30px;
}

.newspaper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 25px -50px;
}

@media screen and (max-width: 768px) {
  .newspaper {
    margin: 25px 0;
  }
}

.product {
  background: #eef3f9;
  margin-top: 110px;
  padding-top: 120px;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .product {
    margin-top: 70px;
    padding-top: 70px;
  }
}

.product-head {
  background: #eef3f9;
  margin-top: 110px;
  padding: 140px 0 70px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  .product-head {
    margin-top: 10px;
  }
}

.product-head__text {
  position: relative;
  z-index: 2;
}

.product-head__text h5 {
  font-size: 20px;
  font-family: "arista_pro_bold";
  margin: 0;
  color: #e40134;
}

@media screen and (max-width: 1024px) {
  .product-head__text h5 {
    font-size: 16px;
  }
}

.product-head__text h2 {
  color: #2b4ca6;
  font-size: 50px;
  font-family: "arista_pro_bold";
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .product-head__text h2 {
    font-size: 26px;
  }
}

.product-head__text p {
  color: #70797e;
  font-size: 16px;
  font-weight: 500;
}

.product-head__text p span {
  font-weight: 600;
}

@media screen and (max-width: 1024px) {
  .product-head__text p {
    font-size: 14px;
  }
}

.product-list {
  background: #eef3f9;
  padding-bottom: 100px;
}

.product__title {
  color: #2b4ca6;
  font-size: 42px;
  font-weight: 600;
  margin: 0;
}

@media screen and (max-width: 1200px) {
  .product__title {
    margin-bottom: 40px;
    font-size: 28px; display: none;
  }
}

.product__detail {
  background: #fff;
  padding: 50px 80px 100px;
  -webkit-border-top-left-radius: 20px;
          border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
          border-top-right-radius: 20px;
  -webkit-box-shadow: 14px 14px 24px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 14px 14px 24px 0px rgba(0, 0, 0, 0.04);
}

@media screen and (max-width: 991px) {
  .product__detail {
    padding: 20px;
  }


}

.product__detail h2 {
  color: #e40134;
  font-size: 30px;
  font-weight: 600;
  margin: 0;
  padding-left: 20px;
}

@media screen and (max-width: 991px) {
  .product__detail h2 {
    font-size: 18px;
  }
}

.product__detail h1 {
  color: #2b4ca6;
  font-size: 42px;
  font-weight: 600;
  margin: 0;
  padding-left: 20px;
}

@media screen and (max-width: 991px) {
  .product__detail h1 {
    font-size: 28px; padding-right:70px;
  }
}

.product__detail h3 {
  color: #b0b0b0;
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  padding-left: 20px;
}

@media screen and (max-width: 991px) {
  .product__detail h3 {
    font-size: 16px;
  }
}

.product__detail h3:after {
  width: 200px;
  height: 1px;
  display: block;
  content: "";
  background: #e7e7e7;
  margin: 50px 0;
}

@media screen and (max-width: 991px) {
  .product__detail h3:after {
    margin: 20px 0;
  }
}

.product__detail p {
  font-size: 16px;
  color: #70797e;
  line-height: 24px;
  padding-left: 20px;
}

@media screen and (max-width: 991px) {
  .product__detail p {
    font-size: 14px;
  }
}

.product__detail .breadcrumb {
  margin-bottom: 50px;
  margin-left: 20px;
}

.product-image__img {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 380px;
}

.product-image__img figure {
  display: none;
}

.product-image__img figure.product-image__img--active {
  display: inline-block;
}

.product-image__img figure img {
  max-width: 100%;
}

.product-image__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-image__list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px;
  font-weight: 600;
  color: #868d91;
  line-height: 1;
  width: 80px;
  height: 45px;
  background: #eaeaea;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  border-right: 1px solid #fff;
}

@media screen and (max-width: 1200px) {
  .product-image__list li {
    width: 60px;
    height: 35px;
    font-size: 14px;
  }
}

@media screen and (max-width: 640px) {
  .product-image__list li {
    width: 60px;
    height: 60px;
    font-size: 22px;
  }
}

.product-image__list li span {
  font-size: 9px;
  line-height: 18px;
  margin-top: 10px;
}

@media screen and (max-width: 1200px) {
  .product-image__list li span {
    font-size: 10px;
    margin-top: 5px;
  }
}

@media screen and (max-width: 640px) {
  .product-image__list li span {
    font-size: 12px;
    margin-top: 7px;
  }
}

.product-image__list li:hover {
  color: #fff !important;
  background: #2b4ca6 !important;
}

.product-image__list li:last-child {
  border: 0;
  -webkit-border-top-right-radius: 20px;
          border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
          border-bottom-right-radius: 20px;
}

.product-image__list li:first-child {
  -webkit-border-top-left-radius: 20px;
          border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
          border-bottom-left-radius: 20px;
}

.product-image__list--active {
  color: #fff !important;
  background: #2b4ca6 !important;
}

.product__contents {
  background: #deeafa;
  padding: 40px;
  margin-bottom:650px;
}

@media screen and (max-width: 991px) {
  .product__contents {
    margin: 0;
  }
}

.product__contents h3 {
  color: #e40134;
  font-size: 23px;
  font-weight: 600;
  margin: 0;
}

.product__contents ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 40px;
}

.product__contents ul li {
  color: #70797e;
  font-size: 16px;
  margin: 8px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.1;
}

.product__contents ul li:before {
  width: 20px;
  height: 6px;
  display: block;
  content: "";
  background: #e40134;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  margin-right: 20px;
}

.product .row {
  position: relative;
}

.product__items {
  background: #ceecf8;
  padding: 30px;
  width: -webkit-calc((100% / 12) * 7);
  width: calc((100% / 12) * 7);
  position: absolute;
  right: 15px;
  z-index: 2;
  -webkit-border-bottom-left-radius: 20px;
          border-bottom-left-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
          border-bottom-right-radius: 20px;
  -webkit-box-shadow: 14px 14px 24px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 14px 14px 24px 0px rgba(0, 0, 0, 0.04);
}

@media screen and (max-width: 991px) {
  .product__items {
    position: relative;
    width: 100%;
    right: auto;
    -webkit-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0 15px;
  }
}

.product__items table {
  width: 100%!important;
}

.product__items table th {
  text-align: right;
  color: #f9a038;
  font-size: 18px;
  font-weight: 600;
  padding: 0 5px;
}

@media screen and (max-width: 640px) {
  .product__items table th {
    font-size: 14px;
  }
}

.product__items table th:first-child {
  text-align: left;
}

.product__items table td {
  color: #70797e;
  font-size: 14px;
  text-align: right;
  padding: 5px 5px;
  font-weight: 500;
}

@media screen and (max-width: 640px) {
  .product__items table td {
    font-size: 12px;
    padding: 5px 0;
  }
}

.product__items table td:first-child {
  text-align: left;
}

.product__recipe {
  background-color: #f7f9fc;
  padding: 80px 40px;
  position: absolute;
  min-height: 650px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  bottom: 0;
}

@media screen and (max-width: 1200px) {
	.product__contents{margin-bottom:0;}
  .product__recipe {
    position: relative;
    padding: 40px 20px 60px;
    min-height: auto;
  }
}

.product__recipe h2 {
  font-weight: 600;
  font-size: 44px;
  color: #2b4ca6;
  margin: 0;
  line-height: 1;
  width: 330px;
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .product__recipe h2 {
    width: 100%;
    text-align: left;
  }
}

@media screen and (max-width: 640px) {
  .product__recipe h2 {
    font-size: 24px;
  }
}

.product__recipe h2 span {
  font-size: 24px;
  color: #e40134;
}

@media screen and (max-width: 640px) {
  .product__recipe h2 span {
    font-size: 16px;
  }
}

.product__recipe i {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  display: inline-block;
  color: #e40134;
  margin: -100px 0 0px 10px; float: left;
}

@media screen and (max-width: 991px) {
  .product__recipe i {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .product__recipe i { position:absolute; margin:0; top:56px; left:10px;}
  .product__recipe h2{padding-left: 25px; margin-bottom: 0;}
}

.product__recipe i:after {
  font-family: "sinangil" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\62";
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.product-recipe__slider .swiper-wrapper {
  padding:0 0 50px 0;
}

@media screen and (max-width: 991px) {
  .product-recipe__slider .swiper-wrapper {
    padding: 20px 0;
  }
}

@media screen and (max-width: 640px) {
  .product-recipe__slider .swiper-slide {
    width: 200px;
  }
}

.product-recipe__slider .swiper-button-prev {
  width: 80px;
  height: 40px;
  -webkit-border-top-left-radius: 20px;
          border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
          border-bottom-left-radius: 20px;
  background: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #84a2d2;
  border: 2px solid #84a2d2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: auto;
  bottom: 64px;
  left: 50px;
}

.product-recipe__slider .swiper-button-prev:focus {
  outline: 0;
}

.product-recipe__slider .swiper-button-prev:after {
  font-family: "sinangil" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\62";
  margin-top: -8px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 1200px) {
  .product-recipe__slider .swiper-button-prev {
    bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  .product-recipe__slider .swiper-button-prev {
    bottom: 30px; left:50%;margin-left:-78px;
  }
}

.product-recipe__slider .swiper-button-next {
  width: 80px;
  height: 40px;
  -webkit-border-top-right-radius: 20px;
          border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
          border-bottom-right-radius: 20px;
  background: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #84a2d2;
  border: 2px solid #84a2d2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: auto;
  right: auto;
  bottom: 64px;
  left: 530px;
}

.swiper-button-disabled{display:none!important;}
@media screen and (max-width: 1200px) {
  .product-recipe__slider .swiper-button-next {
    bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  .product-recipe__slider .swiper-button-next {
    left: 50%;
    bottom: 30px;
  }
}

.product-recipe__slider .swiper-button-next:focus {
  outline: 0;
}

.product-recipe__slider .swiper-button-next:after {
  font-family: "sinangil" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\62";
  margin-top: 8px;
}

.product-recipe__slider .swiper-scrollbar {
  height: 30px;
  width: 400px;
  margin-left: 90px;
  margin-bottom: 5px;
  background: transparent;
  position: absolute;
  bottom: 64px;
}

@media screen and (max-width: 1200px) {
  .product-recipe__slider .swiper-scrollbar {bottom:30px;}
}

@media screen and (max-width: 640px) {
  .product-recipe__slider .swiper-scrollbar {
    display: none;
  }
}

.product-recipe__slider .swiper-scrollbar:before {
  width: 100%;
  height: 2px;
  background: #84a2d2;
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -1px;
}

.product-recipe__slider .swiper-scrollbar-drag {
  background: url(../images/icons/drag.png) center center #84a2d2 no-repeat;
  padding: 0 10px;
  height: 30px;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  -webkit-box-shadow: 14px 14px 24px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 14px 14px 24px 0px rgba(0, 0, 0, 0.2);
}

.quality-slider {
  position: relative;
  padding-top: 70px;
  overflow: hidden;
  background: #e8e8e8;
}

@media screen and (max-width: 768px) {
  .quality-slider {
    padding-top: 20px;
  }
}

.quality-slider__img {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .quality-slider__img figure {
    margin-bottom: 20px;
  }
}

.quality-slider__img img {
  max-width: 100%;
}

.quality-slider__slider {
  position: absolute;
  z-index: 1;
  padding: 117px 0 50px;
  top: -50px;
  -webkit-border-top-left-radius: 20px;
          border-top-left-radius: 20px;
  height: -webkit-calc(100% + 50px);
  height: calc(100% + 50px);
  width: -webkit-calc(100vw - 30%);
  width: calc(100vw - 30%);
  right: 0;
  background: #e8e8e8;
  background: -webkit-gradient(linear, left top, right top, from(#e8e8e8), to(#fefefe));
  background: -webkit-linear-gradient(left, #e8e8e8 0%, #fefefe 100%);
  background: -o-linear-gradient(left, #e8e8e8 0%, #fefefe 100%);
  background: linear-gradient(90deg, #e8e8e8 0%, #fefefe 100%);
  padding-left: 17%;
}

@media screen and (max-width: 1024px) {
  .quality-slider__slider {
    padding: 37px 0 50px 17%;
  }
}

@media screen and (max-width: 768px) {
  .quality-slider__slider {
    position: relative;
    width: 100%;
    height: auto;
    right: auto;
    padding-left: 0;
    z-index: 2;
    top: 0;
  }
}

.quality-slider__slider > h3 {
  font-size: 50px;
  color: #2b4ca6;
  font-weight: 600;
  margin: 0;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 1024px) {
  .quality-slider__slider > h3 {
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  .quality-slider__slider > h3 {
    text-align: center;
    font-size: 26px;
  }
}

.quality-slider__slider > h3 span {
  color: #e40134;
}

.quality-slider__slider > p {
  font-weight: 600;
  font-size: 15px;
  color: #70797e;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 1024px) {
  .quality-slider__slider > p {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .quality-slider__slider > p {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
  }
}

.quality-slider__slider .swiper-container {
  padding: 30px;
  margin-left: -30px;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 1024px) {
  .quality-slider__slider .swiper-container {
    padding-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .quality-slider__slider .swiper-container {
    margin-left: 0px;
  }
}

.quality-slider__slider .swiper-slide {
  width: 230px;
}

.quality-slider__slider .swiper-button-prev {
  width: 80px;
  height: 40px;
  -webkit-border-top-left-radius: 20px;
          border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
          border-bottom-left-radius: 20px;
  background: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #84a2d2;
  border: 2px solid #84a2d2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: auto;
  bottom: 50px;
  left: -webkit-calc(17% + 90px);
  left: calc(17% + 90px);
}

@media screen and (max-width: 1024px) {
  .quality-slider__slider .swiper-button-prev {
    bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .quality-slider__slider .swiper-button-prev {
    left: -webkit-calc(50% - 80px);
    left: calc(50% - 80px);
  }
}

.quality-slider__slider .swiper-button-prev:focus {
  outline: 0;
}

.quality-slider__slider .swiper-button-prev:after {
  font-family: "sinangil" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\62";
  margin-top: -8px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.quality-slider__slider .swiper-button-next {
  width: 80px;
  height: 40px;
  -webkit-border-top-right-radius: 20px;
          border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
          border-bottom-right-radius: 20px;
  background: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #84a2d2;
  border: 2px solid #84a2d2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: auto;
  right: auto;
  bottom: 50px;
  left: -webkit-calc(17% + 168px);
  left: calc(17% + 168px);
}

@media screen and (max-width: 1024px) {
  .quality-slider__slider .swiper-button-next {
    bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .quality-slider__slider .swiper-button-next {
    left: -webkit-calc(50% - 2px);
    left: calc(50% - 2px);
  }
}

.quality-slider__slider .swiper-button-next:focus {
  outline: 0;
}

.quality-slider__slider .swiper-button-next:after {
  font-family: "sinangil" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\62";
  margin-top: 8px;
}

.recipe-slider {
  background: #def8ff;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 85px 0;
}

@media screen and (max-width: 1024px) {
  .recipe-slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 768px) {
  .recipe-slider {
    padding-top: 70px;
  }
}

.recipe-slider__img {
  position: absolute;
  z-index: 1;
}

.recipe-slider__img--1 {
  left: 0;
  top: -70px;
}

@media screen and (max-width: 1024px) {
  .recipe-slider__img--1 {
    display: none;
  }
}

.recipe-slider__img--2 {
  left: -32px;
  top: 50%;
  margin-top: -50px;
}

@media screen and (max-width: 1024px) {
  .recipe-slider__img--2 {
    display: none;
  }
}

.recipe-slider__img--3 {
  left: 0;
  bottom: -220px;
}

@media screen and (max-width: 1024px) {
  .recipe-slider__img--3 {
    display: none;
  }
}

.recipe-slider__img--4 {
  left: 400px;
  bottom: -150px;
}

@media screen and (max-width: 1024px) {
  .recipe-slider__img--4 {
    bottom: auto;
    top: 0;
    right: 0;
    left: auto;
  }
}

@media screen and (max-width: 768px) {
  .recipe-slider__img--4 {
    right: -80px;
    top: -80px;
  }
}

.recipe-slider__text {
  width: 25%;
  left: -webkit-calc((100vw - 1290px) / 2);
  left: calc((100vw - 1290px) / 2);
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1290px) {
	.recipe-slider__text {left:30px;}
}

@media screen and (max-width: 1024px) {
  .recipe-slider__text {
    width: 100%;
    left: 0;
    padding: 0 50px;
  }
}

.recipe-slider__text h5 {
  color: #2b4ca6;
  font-size: 30px;
  font-family: "arista_pro_bold";
  margin: 0;
}

@media screen and (max-width: 768px) {
  .recipe-slider__text h5 {
    font-size: 22px;
  }
}

.recipe-slider__text h2 {
  color: #e40134;
  font-size: 84px;
  font-family: "arista_pro_bold";
  margin: 0;
}

@media screen and (max-width: 1200px) {
  .recipe-slider__text h2 {
    font-size: 68px;
  }
}

@media screen and (max-width: 768px) {
  .recipe-slider__text h2 {
    font-size: 40px;
  }
}

.recipe-slider__text figure {
  position: absolute;
  left: 140px;
  top: -70px;
}

@media screen and (max-width: 1024px) {
  .recipe-slider__text figure {
    left: 180px;
  }
}

@media screen and (max-width: 768px) {
  .recipe-slider__text figure {
    left: 150px;
    top: -50px;
  }
  .recipe-slider__text figure img {
    width: 70%;
  }
}

.recipe-slider__text p {
  color: #70797e;
  font-size: 16px;
  font-weight: 500;
}

.recipe-slider__text p span {
  font-weight: 600;
}

.recipe-slider__more-button {
  padding: 10px 30px 10px 20px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  -webkit-border-top-left-radius: 5px;
          border-top-left-radius: 5px;
  background: #c5e0f2;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  color: #2b4ca6;
}

.recipe-slider__more-button:after {
  font-family: "sinangil" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\62";
  margin-top: 8px;
  margin-left: 20px;
}

.recipe-slider__slider {
  width: 60%;
  position: relative;
  margin-top: -50px;
}

@media screen and (max-width: 1366px) {
  .recipe-slider__slider {
    width: 70%;
  }
}

@media screen and (max-width: 1024px) {
  .recipe-slider__slider {
    width: 100%;
    margin-top: 0px;
  }
}

.recipe-slider__slider .swiper-wrapper {
  padding: 50px 0 50px 50px;
}

@media screen and (max-width: 768px) {
  .recipe-slider__slider .swiper-wrapper {
    padding: 50px 0;
  }
}

.recipe-slider__slider .swiper-slide {
  width: 640px;
  opacity: 0.5;
}

@media screen and (max-width: 1024px) {
  .recipe-slider__slider .swiper-slide {
    width: 300px;
  }
}

@media screen and (max-width: 768px) {
  .recipe-slider__slider .swiper-slide {
    width: 250px;
  }
}

.recipe-slider__slider .swiper-slide-active {
  opacity: 1;
}

.recipe-slider__slider .swiper-button-prev {
  width: 80px;
  height: 40px;
  -webkit-border-top-left-radius: 20px;
          border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
          border-bottom-left-radius: 20px;
  background: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #84a2d2;
  border: 2px solid #84a2d2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: auto;
  bottom: 0;
  left: 50px;
}

@media screen and (max-width: 1024px) {
  .recipe-slider__slider .swiper-button-prev {left:50%; margin-left:-78px; bottom:25px;}
}

.recipe-slider__slider .swiper-button-prev:focus {
  outline: 0;
}

.recipe-slider__slider .swiper-button-prev:after {
  font-family: "sinangil" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\62";
  margin-top: -8px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.recipe-slider__slider .swiper-button-next {
  width: 80px;
  height: 40px;
  -webkit-border-top-right-radius: 20px;
          border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
          border-bottom-right-radius: 20px;
  background: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #84a2d2;
  border: 2px solid #84a2d2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: auto;
  right: auto;
  bottom: 0;
  left: 530px;
}

@media screen and (max-width: 1024px) {
  .recipe-slider__slider .swiper-button-next {left:50%; bottom:25px;}

  .swiper-button-disabled{display: flex!important;}
}

.recipe-slider__slider .swiper-button-next:focus {
  outline: 0;
}

.recipe-slider__slider .swiper-button-next:after {
  font-family: "sinangil" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\62";
  margin-top: 8px;
}

.recipe-slider__slider .swiper-scrollbar {
  height: 30px;
  width: 400px;
  margin-left: 130px;
  margin-bottom: 5px;
  background: transparent;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .recipe-slider__slider .swiper-scrollbar {
    display: none;
  }
}

.recipe-slider__slider .swiper-scrollbar:before {
  width: 100%;
  height: 2px;
  background: #84a2d2;
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -1px;
}

.recipe-slider__slider .swiper-scrollbar-drag {
  background: url(../images/icons/drag.png) center center #84a2d2 no-repeat;
  padding: 0 10px;
  height: 30px;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  -webkit-box-shadow: 14px 14px 24px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 14px 14px 24px 0px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1024px) {
  .recipe-slider .card--small {
    display: none;
  }
}

.recipe-slider .card--recipe {
  display: none;
  min-height: auto;
}

@media screen and (max-width: 1024px) {
  .recipe-slider .card--recipe {
    display: block;
    padding-bottom: 30px;
  }
}

.recipe {
  background: url(../images/recipe/r1.png) no-repeat center top #eef3f9;
  position: relative;
  padding-bottom: 100px;
}

.recipe-head {
  margin-top: 70px;
  padding: 100px 0 0;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  .recipe-head {
    margin-top: 50px;
  }
}

.recipe-head__text {
  position: relative;
  z-index: 3; margin-top:20px;
}

.recipe-head__text h5 {
  color: #2b4ca6;
  font-size: 20px;
  font-family: "arista_pro_bold";
  margin: 0;
}

.recipe-head__text h2 {
  color: #e40134;
  font-size: 64px;
  font-family: "arista_pro_bold";
  margin: 0;
}




.recipe-head__text figure {
  position: absolute;
  left: 155px;
  top: -55px;
}
.recipe-head__text figure img{width:100px;}


@media screen and (max-width: 768px) {
  .recipe-head__text {margin-top:0;}
  .recipe-head__text h2 {font-size:40px;}
  .recipe-head__text figure {top:-26px; left:auto; right:0;}
}

.recipe-head .breadcrumb {
  margin-bottom: 10px;
}

.recipe-head .search h2 { text-align:center; font-size:20px; color:#2b4ca6; padding-bottom:10px; position:relative; height:30px;}
.recipe-head .search h2 span{display:block; -webkit-animation: flickerAnimation 6s infinite;-moz-animation: flickerAnimation 6s infinite;-o-animation: flickerAnimation 6s infinite;animation: flickerAnimation 6s infinite; opacity: 0; position:absolute; width:100%;}
.recipe-head .search h2 span:nth-child(1){animation-delay: 0;}
.recipe-head .search h2 span:nth-child(2){animation-delay: 2s;}
.recipe-head .search h2 span:nth-child(3){animation-delay: 4s;}


.recipe-head .search div { height:60px; background:#fff; -webkit-border-radius: 30px;border-radius: 30px;-webkit-box-shadow: 14px 14px 24px 0px rgb(0 0 0 / 4%);box-shadow: 14px 14px 24px 0px rgb(0 0 0 / 4%); position:relative; overflow: hidden;}
.recipe-head .search div input[type=text]{width:100%; height:100%; border:none; background:none; padding:0 20px; line-height: 60px;font-size: 16px;color: #2b4ca6;font-weight: 500; outline:none;}
.recipe-head .search div input[type=text]::-webkit-input-placeholder {color:#818d92;}
.recipe-head .search div input[type=text]:-moz-placeholder {color:#818d92;}
.recipe-head .search div input[type=text]::-moz-placeholder {color:#818d92;}
.recipe-head .search div input[type=text]:-ms-input-placeholder {color:#818d92;}
.recipe-head .search div input[type=submit]{background:#eef3f9 url(../images/icons/search.png) no-repeat center; height:47px; width:47px; position:absolute; right:5px; top:5px; border-radius:47px; border:none; outline:none; font-size:15px; color:#2b4ca6; font-weight:600;}
.recipe-head .search div input[type=text]:-webkit-autofill, .recipe-head .search div input[type=text]:-webkit-autofill:hover, .recipe-head .search div input[type=text]:-webkit-autofill:focus{ -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;} 



@keyframes flickerAnimation {
  0%   { opacity:0; }
  16%  { opacity:1; }
  32%  { opacity:1;}
  48%  { opacity:0;}
  100%  { opacity:0;}
}
@-o-keyframes flickerAnimation{
  0%   { opacity:0; }
  16%  { opacity:1; }
  32%  { opacity:1;}
  48%  { opacity:0;}
  100%  { opacity:0;}
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:0; }
  16%  { opacity:1; }
  32%  { opacity:1;}
  48%  { opacity:0;}
  100%  { opacity:0;}
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:0; }
  16%  { opacity:1; }
  32%  { opacity:1;}
  48%  { opacity:0;}
  100%  { opacity:0;}
}

@media screen and (max-width: 768px) {
  .recipe-head .search h2{font-size:14px;}
}


.recipe-list {
    position: relative;
    z-index: 2;
}

.noResult h3 {
    color: #2b4ca6;
    font-size: 24px;
    font-weight: 600;
    padding: 30px 0 0;
    margin: 0; text-align:center;
}

.noResult h4 {
    color: #e40134;
    font-size: 36px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    min-height: 70px;
    text-align: center;
}

.recipe-list .container {
    position: relative;
    z-index: 2;
}

.recipe__img {
  position: absolute;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .recipe__img {
    display: none;
  }
  .noResult h3{font-size:18px;}
  .noResult h4{font-size:28px;}
}

.recipe__img--2 {
  top: 0px;
  left: -20px;
}

.recipe__img--3 {
  top: 0px;
  right: 0;
}

.recipe__img--4 {
  top: 24%;
  left: 10%;
}

.recipe__img--5 {
  bottom: -170px;
  left: 5%;
}

.recipe__img--6 {
  top: 22%;
  right: 10%;
}

.recipe__detail {
  margin-top: 110px;
  background: #eef3f9; position:relative; z-index: 2;
}

@media screen and (max-width: 1024px) {
  .recipe__detail {
    margin-top: 70px;
  }
}

.recipe-detail__image img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: inherit;
  width:100%;
  height:auto;
}

.recipe-detail__image a{display:block; position:relative;}
.recipe-detail__image a:after{display:block; content:""; background:url(../images/icons/play.png) no-repeat center; background-size:100% auto; position:absolute; top:46%; left:50%; transform: translate(-50%,-50%); width:80px; height:100px; opacity:.6; -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;}

.recipe-detail__image a:hover:after{width:118px; height:118px; opacity: 0.8;}
.recipe-detail__image a img{-webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;}
  .recipe-detail__image a:hover img{ filter:contrast(1.1);}

@media screen and (max-width: 1024px) {
  .recipe-detail__image img {
    width: 100%;
  }
}

.recipe-detail__content {
  padding: 50px; position:relative;
}

.recipe-detail__content h4 {
  font-size: 14px;
  color: #e40134;
  margin: 60px 0 0;
}

@media screen and (max-width: 768px) {
  .recipe-detail__content h4 {
    margin: 0;
  }
}

.recipe-detail__content h1 {
  color: #2b4ca6;
  font-size: 50px;
  margin: 0;
  font-weight: 600; padding-top:30px;
}

@media screen and (max-width: 768px) {
  .recipe-detail__content h1 {
    font-size: 32px;  padding-top:0px;
  }
  
  .recipe-detail__box{text-align: center;}
}


.recipe-detail__content .shareButtons{ position:absolute; right:50px; top:50px; z-index:10; }
.recipe-detail__content .shareButtons span{color:#2b4ca6; display:inline-block; padding-right:10px;}
.recipe-detail__content .shareButtons a{display: inline-block; width:30px; height:30px; line-height:28px; border-radius:30px; border:1px solid #c5c6c6; color:#c5c6c6; text-align:center;}
.recipe-detail__content .shareButtons a i{margin:0; font-size:13px;color:#c5c6c6;}
.recipe-detail__content .shareButtons a:hover{border:1px solid #2b4ca6;color:#2b4ca6}
.recipe-detail__content .shareButtons a:hover i{color:#2b4ca6}
.recipe-detail__content i {
  /*-webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);*/
  display: inline-block;
  color: #e40134;
  margin: 40px 0;
}

@media screen and (max-width:1024px) {
  .recipe-detail__content i {
    margin: 10px 0;
  }
  .recipe-detail__content .shareButtons{display:none;}
}

.recipe-detail__content i:after {
	display:none;
  font-family: "sinangil" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\62";
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.recipe-detail__content p {
  color: #818d92;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.recipe-detail__content p span {
  color: #e40134;
}

.recipe-detail__box {
  -webkit-border-radius: 20px;
          border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 14px 14px 24px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 14px 14px 24px 0px rgba(0, 0, 0, 0.04);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  height: 200px;
}

@media screen and (max-width: 768px) {
.recipe-detail__content p{line-height:normal; font-size:12px;}
}
@media screen and (max-width: 640px) {
  .recipe-detail__box {
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 20px;
  }
  .recipe-detail__box figure {
    width: 50%;
    text-align: center;
  }
}

.recipe-detail__box h5,
.recipe-detail__box h6 {
  font-size: 14px;
  color: #e40134;
  font-weight: 600;
  margin: 0;
}

.recipe-detail__box h6{ font-size:22px; }

@media screen and (max-width: 640px) {
  .recipe-detail__box h5,
  .recipe-detail__box h6 {
    width: 25%;
  }
}

.recipe-detail__box h6 {
  color: #818d92;
}

.recipe-detail__img {
  position: absolute;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
	.recipe-detail__box{height: 130px; text-align: center;}
  .recipe-detail__box h5, .recipe-detail__box h6{font-size:12px;}
  .recipe-detail__box img{width:50%;}
  .recipe-detail__img {
    display: none;
  }
}

.recipe-detail__img img {
  display: inherit;
  max-height: 100%;
}

.recipe-detail__img--1 {
  left: 0;
  top: 0;
}

.recipe-detail__img--2 {
  right: 0;
  bottom: 0;
}

.recipe-detail__img--3 {
  left: 20px;
  bottom: -200px;
}

.recipe-detail__img--4 {
  right: 0px;
  top: -50px;
}

.recipe-detail__img--5 {
  left: 50%;
  margin-left: -100px;
  top: 0px;
}

.recipe-detail__img--6 {
  right: 0px;
  top: 50%;
  margin-top: -80px;
}

.recipe-material {
  background: #deeafa;
  padding: 80px 0;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .recipe-material{padding:40px 0;}
}

.recipe-material h2 {
  color: #e40134;
  margin: 0;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px; width:100%;
}

.recipe-material__box {
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 14px 14px 24px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 14px 14px 24px 0px rgba(0, 0, 0, 0.04);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 15px 0;
  padding: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}
.recipe-material__box:hover{z-index: 3;}
.recipe-material__box a{
  width:100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}
.recipe-material__box a[href="/urunler/"]{pointer-events: none;}

.recipe-material__box a i{display:block; width:100%; position:absolute; top:140%; left:0; background: #e40134;-webkit-border-radius: 10px; border-radius: 10px; pointer-events: none; padding:10px; opacity:0; -webkit-transition: all 0.3s;-moz-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
.recipe-material__box a i img{float:left; width:50%;}
.recipe-material__box a i em{color:#fff; font-style: normal; padding-top:15%; float: left; width:50%; font-weight: bold;}
.recipe-material__box a:hover{ z-index:3; }
.recipe-material__box a:hover i{ top:110%; opacity: 1; }
.recipe-material__box a i:before{width:10px; height: 10px;background: #e40134; transform:rotate(45deg); -webkit-transform:rotate(45deg);-moz-transform:rotate(45deg); display: block; content: ""; position:absolute; top:-5px; left: 50%;}

.recipe-material__box figure {
  width: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.recipe-material__box figure img{ height:50px; width:auto; display: block; }

.recipe-material__box span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
  font-size: 16px;
  color: #818d92;
  position: relative;
}

.recipe-preparation__slider{position:relative;}

@media screen and (max-width: 1124px) {
	.recipe-material__box figure img{ height:40px;}
	.recipe-material__box figure{width:60px;}
	.recipe-material__box span {width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px); font-size:12px;
}
}

@media screen and (max-width: 680px) {
	.recipe-material__box figure img{ height:50px;}
	.recipe-material__box figure{width:80px;}
	.recipe-material__box span {width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px); font-size:16px;}
}
.recipe-material__box span:before {
  width: 1px;
  height: 70px;
  position: absolute;
  left: -10px;
  top: 0px;
  background: #eff0f4;
  content: "";
}

.recipe-preparation {
  background: #fff;
  position: relative;
  overflow: hidden; z-index: 3;
}

.preperationContent{min-height:400px;}

.recipe-preparation h2 {
  color: #2b4ca6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-weight: 600;
  margin: 0;
  margin-top: 35px;
  position: relative;
  z-index: 2;
}

.recipe-preparation h2:before {
  width: 69px;
  height: 71px;
  display: block;
  content: "";
  background: url(../images/icons/recipe.png) no-repeat;
  margin-left: 10px;
}

.recipe-preparation h5 {
  color: #2b4ca6;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  margin-top: 30px;
}

.recipe-preparation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #818d92;
  font-size: 16px;
  margin: 30px 0;
}

.recipe-preparation ul li {
  position: relative;
  display: block;
  padding:0 10px 0 40px; top:5px;
}

.recipe-preparation ul li::before {
  width: 20px;
  height: 6px;
  content: "";
  background: #e40134;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  margin-right: 20px;
  position:absolute; left:0; top:8px;
}

.recipe-preparation__info {
  background: #ceecf8;
  padding: 20px;
  margin-top: 60px;
}

.recipe-preparation__info h5 {
  margin: 0;
}

.recipe-tags {
  background: #deeafa;
  padding: 20px;
}

.recipe-tags h5 {
  margin: 0;
}

.recipe-tags a{display:inline-block; padding: 3px 10px; border-radius: 5px; background:#e40134; color:#fff; font-size:12px; margin-right:5px; margin-bottom:5px;}

.recipe-preparation__info p {
  color: #818d92;
  font-size: 14px;
}

.recipe-preparation__slider {
  background: #eef3f9;
  padding: 0 50px 80px 50px;
  position: absolute;
  top: 0;
  width: -webkit-calc((100% / 12) * 6);
  width: calc((100% / 12) * 6);
  right: 0;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .recipe-preparation__slider {
    position: relative;
    width: 100%;
    right: auto;
    top: auto;
    padding-right: 0;
    padding-left: 0;
    padding-top: 20px;
  }
  .recipe-preparation h2{margin-top:10px;}
}

.recipe-preparation__slider p {
  color: #70797e;
  font-size: 18px;
  line-height: 28px;
  position: relative;
  z-index: 2;
}

.recipe-preparation__slider .swiper-container {
  margin-bottom: 20px;
}

.recipe-preparation__slider .swiper-slide {
  width: 220px !important;
}

.recipe-preparation__slider .swiper-button-prev {
  width: 80px;
  height: 40px;
  -webkit-border-top-left-radius: 20px;
          border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
          border-bottom-left-radius: 20px;
  background: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #84a2d2;
  border: 2px solid #84a2d2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 16px;
  position: relative;
  float: left;
  left: 0;
}

@media screen and (max-width: 768px) {
  .recipe-preparation__slider .swiper-button-prev {
    margin-left: -webkit-calc(50% - 100px);
    margin-left: calc(50% - 100px);
  }
}

.recipe-preparation__slider .swiper-button-prev:focus {
  outline: 0;
}

.recipe-preparation__slider .swiper-button-prev:after {
  font-family: "sinangil" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\62";
  margin-top: -8px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.recipe-preparation__slider .swiper-button-next {
  width: 80px;
  height: 40px;
  -webkit-border-top-right-radius: 20px;
          border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
          border-bottom-right-radius: 20px;
  background: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #84a2d2;
  border: 2px solid #84a2d2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 16px;
  right: auto;
  position: relative;
  float: left;
}

@media screen and (max-width: 768px) {
  .recipe-preparation__slider .swiper-button-next {
    left: -1px;
  }
}

.recipe-preparation__slider .swiper-button-next:focus {
  outline: 0;
}

.recipe-preparation__slider .swiper-button-next:after {
  font-family: "sinangil" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\62";
  margin-top: 8px;
}

.recipe-preparation__slider .swiper-scrollbar {
  height: 30px;
  width: 400px;
  margin-bottom: 5px;
  background: transparent;
  position: relative;
  float: left;
}

@media screen and (max-width: 768px) {
  .recipe-preparation__slider .swiper-scrollbar {
    display: none;
  }
}

.recipe-preparation__slider .swiper-scrollbar:before {
  width: 100%;
  height: 2px;
  background: #84a2d2;
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -1px;
}

.recipe-preparation__slider .swiper-scrollbar-drag {
  background: url(../images/icons/drag.png) center center #84a2d2 no-repeat;
  padding: 0 10px;
  height: 30px;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  -webkit-box-shadow: 14px 14px 24px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 14px 14px 24px 0px rgba(0, 0, 0, 0.2);
}

.secret {
  background: url(../images/secret/bg.jpg) no-repeat center top #eef3f9;
  position: relative;
  padding-bottom: 50px;
  overflow: hidden;
}

.secret-head {
  margin-top: 60px;
  padding: 130px 0 50px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  .secret-head {
    margin: 0; padding-bottom:10px;
  }
}

.secret-head__text {
  position: relative;
  z-index: 3;
}

.secret-head__text p {
  width: 70%;
  color: #818d92;
  font-size: 15px;
}

@media screen and (max-width: 1024px) {
  .secret-head__text p {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .secret-head__text img {
    width: 1100px;
  }
}

@media screen and (max-width: 768px) {
  .secret-head__text img {
    width: 780px;
  }
}

@media screen and (max-width: 480px) {
  .secret-head__text img {
    width: 800px;
  }
}

.secret-head .breadcrumb {
  margin-top: 30px;
}

.secret-list {
  position: relative;
  z-index: 2;
}

.secret-list .container {
  position: relative;
  z-index: 2;
}

.share-page {
  background: #eef3f9;
  position: relative;
  padding: 110px 0 100px;
}

.share-page__content {
  position: relative;
  z-index: 2;
  width: 75%;
}

@media screen and (max-width: 1024px) {
  .share-page__content {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
	.share-page{padding-top:70px;}
  .share-page__content {
    padding-top: 0px;
  }
}

.share-page .breadcrumb {
  margin: 80px 0 0px;
}

.share-page h1 {
  font-size: 72px;
  color: #2b4ca6;
  margin: 0;
}

@media screen and (max-width: 1400px) {
  .share-page h1 {
    font-size: 52px;
  }
}

@media screen and (max-width: 1200px) {
  .share-page h1 {
    font-size: 42px;
  }
}

@media screen and (max-width: 768px) {
  .share-page h1 {
    font-size: 46px;
  }
}

@media screen and (max-width: 640px) {
  .share-page h1 {
    font-size: 26px;
  }
}

.share-page span {
  color: #e40134;
}

.share-page p {
  font-size: 16px;
  color: #818d92;
  margin-bottom: 40px;
  max-width:700px;
}

@media screen and (max-width: 1024px) {
  .share-page p {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .share-page p {
    font-size: 17px;
  }
}

.share-page figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  overflow: hidden;
  cursor: pointer;
  padding:13px; background:#fff; border-radius:20px; -webkit-border-radius:20px; -moz-border-radius:20px;     -webkit-box-shadow: 14px 14px 24px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 14px 14px 24px 0px rgba(0, 0, 0, 0.04);
}

.share-page figure a{display:block; width:100%; height:100%; overflow: hidden; border-radius:20px; -webkit-border-radius:20px; -moz-border-radius:20px;}

.share-page figure img {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; border-radius:20px; -webkit-border-radius:20px; -moz-border-radius:20px;
}

.share-page figure:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.share-page__img {
  position: absolute;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .share-page__img {
    display: none;
  }
}

.share-page__img--2 {
  top: 0px;
  left: 0;
}

.share-page__img--3 {
  top: 0px;
  right: 0;
}

.share-page__img--4 {
  top: 10%;
  left: 63%;
}

@media screen and (max-width: 1200px) {
  .share-page__img--4 img{width:110px;}
}

.share-page__img--5 {
  bottom: -170px;
  left: 5%;
}

.share-page__img--6 {
  top: 22%;
  right: 0;
}

.share-page__instagram {
  position: absolute;
  right: -33%;
  top: 0;
  -webkit-border-radius: 60px;
          border-radius: 60px;
  width: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 2px solid #e40134;
  height: 613px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: #eef3f9;
}

@media screen and (max-width: 1024px) {
  .share-page__instagram {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    height: 70px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 20px;
    margin-bottom: 70px;
  }
}

.share-page-instagram__title {
  color: #2b4ca6;
  font-size: 24px;
  font-weight: 700;
  margin-top: 30px;
}

@media screen and (max-width: 640px) {
  .share-page-instagram__title span {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .share-page-instagram__title {
    margin-top: 0px;
  }
}

@media screen and (max-width: 640px) {
  .share-page-instagram__title {
    line-height: 1;
    font-size: 18px;
  }
}

.share-page-instagram__icon {
  position: absolute;
  top: 130px;
  left: -20px;
}

@media screen and (max-width: 1024px) {
  .share-page-instagram__icon {
    top: -30px;
    left: 200px;
  }
}

@media screen and (max-width: 640px) {
  .share-page-instagram__icon {
    left: 89px;
    width: 110px;
    top: -20px;
  }
  .share-page-instagram__icon img{display: block; width:100%;}
}

.share-page-instagram__text {
  color: #2b4ca6;
  font-weight: 500;
  font-size: 22px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-bottom: 160px;
}

@media screen and (max-width: 1024px) {
  .share-page-instagram__text {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 640px) {
  .share-page-instagram__text {
    font-size: 14px;
  }
}

.tabs {
  -webkit-border-radius: 20px;
          border-radius: 20px;
  overflow: hidden;
  padding: 1px;
  background: #fff;
  -webkit-box-shadow: 14px 14px 24px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 14px 14px 24px 0px rgba(0, 0, 0, 0.04);
}

.tabs__menu {
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
}

.tabs__menu li {
  display: table-cell;
  vertical-align: middle;
}

.tabs__menu li.tabs__menu--active a, .tabs__menu li:hover a {
  background: #fff;
}

.tabs__menu li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #e9edf6;
  color: #2b4ca6;
  font-size: 18px;
  font-weight: 600;
  height: 130px;
}

.tabs__menu figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 64px;
  margin-bottom: 10px;
}

.tabs__container {
  padding: 95px;
  text-align: center;
  font-size: 16px;
  color: #70797e;
}

.tabs__container > div {
  display: none;
}

.tabs__container > div:first-child {
  display: block;
}

.tabs-left {
  height: 1000px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .tabs-left {
    display: none;
  }
}

.tabs-left__menu {
  width: 33.33%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
}

.tabs-left__menu li {
  height: 94px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: no-repeat right center;
}

.tabs-left__menu li a {
  color: #fff;
  width: 100%;
  height: 64px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 20px 0px;
}

.tabs-left__menu li a span {
  color: #fff;
}

.tabs-left__menu li a:before {
  width: 70px;
  height: 64px;
  content: "";
  position: absolute;
  left: -70px;
  top: 0;
  background: #fff;
  -webkit-border-top-left-radius: 32px;
          border-top-left-radius: 32px;
  -webkit-border-bottom-left-radius: 32px;
          border-bottom-left-radius: 32px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}

.tabs-left__menu li a:after {
  width: 16px;
  height: 16px;
  content: "";
  position: absolute;
  left: -46px;
  background: #e40134;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  top: 23px;
}

.tabs-left__menu li.tabs-left__menu--active, .tabs-left__menu li:hover {
  background-image: url(../images/gluten-free/tabright.png);
}

.tabs-left__menu li.tabs-left__menu--active a, .tabs-left__menu li:hover a {
  color: #e40134;
  background: #fff;
}

.tabs-left__menu li.tabs-left__menu--active a span, .tabs-left__menu li:hover a span {
  color: #0a2777;
}

.tabs-left__menu li.tabs-left__menu--active a:before, .tabs-left__menu li.tabs-left__menu--active a:after, .tabs-left__menu li:hover a:before, .tabs-left__menu li:hover a:after {
  opacity: 1;
}

.tabs-left__container {
  text-align: center;
  position: relative;
  width: 100%;
}

.tabs-left__container:after {
  width: 70px;
  height: 1000px;
  content: '';
  background: #fff;
  right: -70px;
  top: 0px;
  position: absolute;
}

.tabs-left__container > div {
  display: none;
  height: 1000px;
  padding: 240px 90px 240px 120px;
  background-position: center center;
}

.tabs-left__container > div:first-child {
  display: block;
}

.tabs-left__container h2 {
  margin: 0;
  font-weight: 600;
  color: #e40134;
  font-size: 36px;
}

.tabs-left__container h2 span {
  color: #0a2777;
}

.tabs-left__container p {
  color: #70797e;
  font-size: 16px;
  margin: 0;
  margin-top: 30px;
}

.teasers {
  padding: 75px 0 180px;
  position: relative;
  z-index: 1;
  background: #fff;
  margin-top: -2px;
}

@media screen and (max-width: 768px) {
  .teasers {
    padding: 25px 0;
  }
}

.teasers__text {
  text-align: center;
}

.teasers__text h3 {
  font-size: 36px;
  margin: 0;
  color: #b0b0b0;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .teasers__text h3 {
    font-size: 18px;
  }
}

.teasers__text h2 {
  font-size: 50px;
  color: #2b4ca6;
  font-weight: 500;
  font-style: italic;
  margin: 20px 0;
}

@media screen and (max-width: 1366px) {
  .teasers__text h2 {
    font-size: 44px;
  }
}

@media screen and (max-width: 768px) {
  .teasers__text h2 {
    font-size: 24px;
    margin-top: 0;
  }
}

.teasers__text h2 span {
  color: #e40134;
}

.teasers__text h2:before {
  width: 246px;
  height: 22px;
  display: inline-block;
  content: "";
  background: url(../images/teasers/undate.png) no-repeat center center;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .teasers__text h2:before {
    display: none;
  }
}

.teasers__text h2:after {
  width: 246px;
  height: 22px;
  display: inline-block;
  content: "";
  background: url(../images/teasers/undate.png) no-repeat center center;
  position: relative;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
  opacity: 0.5;
}

@media screen and (max-width: 1024px) {
  .teasers__text h2:after {
    display: none;
  }
}

.teasers__text p {
  font-size: 18px;
  margin: 0;
  color: #b0b0b0;
  line-height: 26px;
}

@media screen and (max-width: 768px) {
  .teasers__text p {
    font-size: 14px;
  }
}

.teasers__boxes {
  margin-top: 30px;
}

.teasers-boxes__box {
  margin: 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.teasers-boxes__box img:first-child {
  position: absolute;
  display: inline-block;
  z-index: 2;
  top: 30px;
  left: 30px;
}

.teasers-boxes__box img:last-child {
  position: relative;
  width: 100%;
  display: inline-block;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.teasers-boxes__box:hover img:last-child {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.workshop {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  background: url(../images/workshop/bg.png) right bottom no-repeat #eef3f9;
  -webkit-background-size: 1380px 1380px;
          background-size: 1380px;
  padding-top: 210px;
  padding-bottom: 100px;
}

@media screen and (max-width: 1366px) {
  .workshop {
    -webkit-background-size: 950px 950px;
            background-size: 950px;
  }

  .teasers-boxes__box img:first-child {max-width:70%; display: block;}
}

@media screen and (max-width: 1024px) {
  .workshop {
    padding-top: 70px;
  }
}

.workshop__content {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .workshop__content {
    width: 100%;
  }
}

.workshop figure {
  margin-top: 65px;
}

.workshop h1 {
  font-size: 40px;
  color: #0d3b85;
  margin: 0;
  font-weight: 700;
}

.workshop p {
  font-weight: 500;
  font-size: 16px;
  color: #818d92;
}

.workshop .btn {
  display: inline-block;
  padding-right: 55px;
  padding-left: 55px;
  margin-top: 40px;
}


***********************************************************************************************************************
MessageBox - A jQuery Plugin to replace Javascript's window.alert(), window.confirm() and window.prompt() functions
    Author          : Gaspare Sganga
    Version         : 2.0.1
    License         : MIT
    Documentation   : http://gasparesganga.com/labs/jquery-message-box/
***********************************************************************************************************************/
/*
    You can customize your MessageBox style directly in this file 
    or override some classes/styles using an external CSS file loaded after this.
*/
/* Overlay */
.messagebox_overlay {
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 9999; }

.messagebox_overlay *:focus {
  outline: 0; }

/* MessageBox */
.messagebox {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  color: #303030;
  background-color: #fcfcfc;
  border: 1px solid #c8c8c8;
  box-shadow: 0px 2px 4px #a0a0a0;
  max-height: 90%;
  /* This value is useful only when "top" option is set to "auto" */
  max-width: 90%;
  min-width: 300px; }

/* Content */
.messagebox_content {
  padding: 20px;
  padding-bottom: 0;
  /* In order to preserve "padding-bottom" when the content is taller than the MessageBox and thus scrolled on the Y-axis, use the following's :after pseudo-class "height" value instead of "padding-bottom" here! */ }

.messagebox_content:after {
  content: "";
  display: block;
  flex: 0 0 auto;
  height: 20px;
  /* Use this value as if it was #messagebox_content's "padding-bottom" to preserve it when the content overflows Y-axis and the scrollbar is shown */ }

/* Input's Label */
.messagebox_content_label {
  display: block;
  width: 100%;
  margin: auto;
  margin-top: 10px;
  font-style: italic; }

/* Input (it applies to selects too) */
.messagebox_content_input {
  display: block;
  width: 100%;
  margin: auto;
  margin-top: 10px;
  padding: 3px;
  color: #303030;
  border: 1px solid #909090;
  font-family: inherit;
  font-size: inherit;
  font-style: normal;
  font-weight: inherit;
  text-align: left; }

.messagebox_content_input:hover {
  border-color: #707070; }

.messagebox_content_input:focus {
  border-color: #707070;
  box-shadow: inset 0px 0px 3px #ffd540; }

/* Input's style when placed inside a label */
.messagebox_content_label .messagebox_content_input {
  margin-top: 4px; }

/* Select's "fake placeholder" */
.messagebox_content_input_selectplaceholder {
  color: #909090; }

/* Buttons */
.messagebox_buttons {
  background-color: #f5f5f5;
  border-top: 1px solid #c8c8c8;
  padding: 10px 20px;
  text-align: center; }

.messagebox_buttons button {
  font-family: inherit;
  font-size: inherit;
  font-weight: bold;
  text-align: center;
  min-width: 75px;
  margin: 0px 4px;
  padding: 5px 10px;
  cursor: pointer;
  color: #404040;
  background-color: #e9e9e9;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.1) 51%, rgba(255, 255, 255, 0) 100%);
  border: 1px solid #c0c0c0;
  border-radius: 2px; }

.messagebox_buttons button:hover {
  color: #202020;
  background-color: #f0f0f0; }

.messagebox_buttons button:active {
  background-color: #e6e6e6;
  border: 1px solid #a0a0a0;
  box-shadow: inset 0px 0px 6px #d0d0d0; }

.messagebox_buttons button::-moz-focus-inner {
  padding: 0;
  border: 0; }


  @media screen and (max-width: 1640px) {
    .gluten-free--page{padding-bottom: 1150px;}
  }



  section.error{padding:200px 0; background:#eef3f9;}
  .errorInfo{width:100%; max-width:660px; margin:auto; background:url(../images/icons/not_found_ico.png) no-repeat left bottom; padding: 280px 0 0 370px; height: 400px; font-size:30px; color: #2b4ca6}
    .errorInfo strong{display:block;color: #e40134;}

      @media screen and (max-width: 780px) {
        .errorInfo{ background:url(../images/icons/not_found_ico.png) no-repeat top center; background-size:auto 200px; padding: 280px 0 0 0; height: 400px; font-size:30px; text-align: center;}
      }