@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff");
  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; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  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.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

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

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

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

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

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

.fa-flip-horizontal {
  -ms-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 {
  -ms-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 {
  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: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

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

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

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

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

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

.fa-th:before {
  content: ""; }

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

.fa-check:before {
  content: ""; }

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

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

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

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

.fa-signal:before {
  content: ""; }

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

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

.fa-home:before {
  content: ""; }

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

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

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

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

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

.fa-inbox:before {
  content: ""; }

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

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

.fa-refresh:before {
  content: ""; }

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

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

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

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

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

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

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

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

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

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

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

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

.fa-list:before {
  content: ""; }

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

.fa-indent:before {
  content: ""; }

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

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

.fa-pencil:before {
  content: ""; }

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

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

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

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

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

.fa-arrows:before {
  content: ""; }

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

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

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

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

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

.fa-eject:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: ""; }

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

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

.fa-ban:before {
  content: ""; }

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

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

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

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

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

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

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

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

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

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

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

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

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

.fa-retweet:before {
  content: ""; }

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

.fa-folder:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-key:before {
  content: ""; }

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

.fa-comments:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: ""; }

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

.fa-upload:before {
  content: ""; }

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

.fa-phone:before {
  content: ""; }

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

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

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

.fa-twitter:before {
  content: ""; }

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

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

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

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

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

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

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

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

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

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

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

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

.fa-paperclip:before {
  content: ""; }

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

.fa-square:before {
  content: ""; }

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

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

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

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

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

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

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

.fa-money:before {
  content: ""; }

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

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

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

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

.fa-columns:before {
  content: ""; }

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

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

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

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

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

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

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

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

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

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

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

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

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

.fa-exchange:before {
  content: ""; }

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

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

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

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

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

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

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

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

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

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

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

.fa-beer:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

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

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

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

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

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: ""; }

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

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

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

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

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

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

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

.fa-crop:before {
  content: ""; }

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

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

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

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

.fa-microphone:before {
  content: ""; }

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

.fa-shield:before {
  content: ""; }

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

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

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

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

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

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

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

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

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

.fa-bullseye:before {
  content: ""; }

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

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

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

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

.fa-ticket:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: ""; }

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

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

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

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

.fa-gbp:before {
  content: ""; }

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

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

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

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

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

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

.fa-file:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

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

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

.fa-dropbox:before {
  content: ""; }

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

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

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

.fa-tumblr:before {
  content: ""; }

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

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

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

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

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

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

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

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

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

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

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

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

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

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

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

.fa-wheelchair:before {
  content: ""; }

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

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

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

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

.fa-slack:before {
  content: ""; }

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

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

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

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

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

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

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

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

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

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

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

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

.fa-steam:before {
  content: ""; }

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

.fa-recycle:before {
  content: ""; }

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

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

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

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

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

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

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

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

.fa-git:before {
  content: ""; }

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

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

.fa-qq:before {
  content: ""; }

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

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

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

.fa-history:before {
  content: ""; }

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

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

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

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

.fa-bomb:before {
  content: ""; }

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

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

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

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

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

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

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

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

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

.fa-lastfm:before {
  content: ""; }

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

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

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

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

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

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

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

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

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

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

.fa-motorcycle:before {
  content: ""; }

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

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

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

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

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

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

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

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

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

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

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

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clone:before {
  content: ""; }

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

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

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

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

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

.fa-hourglass:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

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

.fa-gg:before {
  content: ""; }

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

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

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

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

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

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

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

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

.fa-contao:before {
  content: ""; }

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

.fa-amazon:before {
  content: ""; }

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

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

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

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

.fa-industry:before {
  content: ""; }

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

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

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

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

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

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

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

.fa-fonticons:before {
  content: ""; }

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

.fa-edge:before {
  content: ""; }

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

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

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

.fa-usb:before {
  content: ""; }

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

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

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

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

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

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

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

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

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

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

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

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

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

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

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

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

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

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

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

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

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

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

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

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

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

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

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

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

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

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

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

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: auto;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding: 0 50px 0 10px; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
    @media (max-width: 991px) {
      .select2-container .select2-selection--single .select2-selection__rendered {
        padding: 1px 40px 1px 10px; } }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 0;
    padding-left: 50px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      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-container *:focus {
    outline: none !important; }

.form-group .select2-container.select2 {
  width: 100% !important;
  font-size: 0;
  line-height: 0;
  vertical-align: top; }

.cs.error + .select2-container {
  background-color: #000; }
  .cs.error + .select2-container .select2-selection--single .select2-selection__rendered {
    color: #d0021b; }
  .cs.error + .select2-container .select2-selection--single .select2-selection__placeholder {
    color: #d0021b; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow,
.select2-container--default-sm.select2-container--open .select2-selection--single .select2-selection__arrow {
  color: #000; }

.select2-dropdown {
  background: #fff;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
  box-shadow: none; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 8px 0; }
  @media (max-width: 991px) {
    .select2-results__options {
      padding: 0; } }

.select2-results__option {
  padding: 11px 20px;
  font: 18px/1.222 "AdelleSans", Arial, Helvetica, sans-serif;
  user-select: none;
  -webkit-user-select: none;
  transition: all .3s;
  color: #009fe3; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }
  @media (max-width: 991px) {
    .select2-results__option {
      padding: 5px 10px;
      font-size: 15px; } }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: none; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    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;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background: #fff;
  border: solid #009fe3;
  border-width: 0 0 2px;
  border-radius: 0; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #009fe3;
    font: 26px/1.385 "AdelleSans", Arial, Helvetica, sans-serif; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #009fe3; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    z-index: 20;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    color: #009fe3;
    transition: all 0.3s; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      position: absolute;
      z-index: 20;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
      .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
        content: "";
        position: absolute;
        z-index: 20;
        top: 50%;
        right: 0;
        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;
        font-size: 32px;
        line-height: 34px;
        margin: -16px 15px 0 0; }
  .select2-container--default .select2-selection--single:hover .select2-selection__arrow {
    color: #000; }
  @media (max-width: 991px) {
    .select2-container--default .select2-selection--single .select2-selection__rendered {
      font-size: 20px;
      line-height: 1.5; }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
      width: 40px; }
      .select2-container--default .select2-selection--single .select2-selection__arrow b::before {
        font-size: 28px;
        line-height: 30px;
        margin: -14px 13px 0 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 {
  opacity: 0.3;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    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__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    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-selection__placeholder, .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 {
  border-top-left-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 {
  border-bottom-left-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;
  box-shadow: none;
  -webkit-appearance: textfield; }
.select2-container--default .select2-results > .select2-results__options {
  max-height: 500px;
  overflow-y: auto; }
.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--highlighted[aria-selected] {
  background-color: #d7dc43;
  color: #009fe3; }
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--default-md .select2-selection--single {
  background: #fff;
  border: solid #009fe3;
  border-width: 0 0 2px;
  border-radius: 0; }
  .select2-container--default-md .select2-selection--single .select2-selection__rendered {
    color: #009fe3;
    font: 26px/1.385 "AdelleSans", Arial, Helvetica, sans-serif; }
  .select2-container--default-md .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right; }
  .select2-container--default-md .select2-selection--single .select2-selection__placeholder {
    color: #009fe3; }
  .select2-container--default-md .select2-selection--single .select2-selection__arrow {
    position: absolute;
    z-index: 20;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    color: #009fe3;
    transition: all 0.3s; }
    .select2-container--default-md .select2-selection--single .select2-selection__arrow b {
      position: absolute;
      z-index: 20;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
      .select2-container--default-md .select2-selection--single .select2-selection__arrow b:before {
        content: "";
        position: absolute;
        z-index: 20;
        top: 50%;
        right: 0;
        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;
        font-size: 20px;
        line-height: 22px;
        margin: -10px 15px 0 0; }
  .select2-container--default-md .select2-selection--single:hover .select2-selection__arrow {
    color: #000; }
.select2-container--default-md[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
.select2-container--default-md[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }
.select2-container--default-md.select2-container--disabled .select2-selection--single {
  opacity: 0.3;
  cursor: default; }
  .select2-container--default-md.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }
.select2-container--default-md .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default-md .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default-md .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default-md .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default-md .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default-md .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default-md .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default-md .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }
.select2-container--default-md[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default-md[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default-md[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }
.select2-container--default-md[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }
.select2-container--default-md[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }
.select2-container--default-md.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }
.select2-container--default-md.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }
.select2-container--default-md.select2-container--disabled .select2-selection__choice__remove {
  display: none; }
.select2-container--default-md.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default-md.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-container--default-md.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default-md.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--default-md .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }
.select2-container--default-md .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }
.select2-container--default-md .select2-results > .select2-results__options {
  max-height: 200px;
  padding: 0;
  overflow-y: auto; }
.select2-container--default-md .select2-results__option {
  padding: 10px;
  font-size: 14px;
  line-height: 1.2; }
  .select2-container--default-md .select2-results__option[aria-disabled=true] {
    color: #999; }
  .select2-container--default-md .select2-results__option[aria-selected=true] {
    background-color: #ddd; }
  .select2-container--default-md .select2-results__option .select2-results__option {
    padding-left: 1em; }
    .select2-container--default-md .select2-results__option .select2-results__option .select2-results__group {
      padding-left: 0; }
.select2-container--default-md .select2-results__option--highlighted[aria-selected] {
  background-color: #d7dc43;
  color: #009fe3; }
.select2-container--default-md .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--default-sm .select2-selection--single {
  background: #fff;
  border: 0;
  border-radius: 0; }
  .select2-container--default-sm .select2-selection--single .select2-selection__rendered {
    color: #009fe3;
    font: 14px/1.2 "AdelleSans", Arial, Helvetica, sans-serif;
    padding-left: 7px;
    padding-right: 20px; }
  .select2-container--default-sm .select2-selection--single .select2-selection__clear {
    display: none !important;
    cursor: pointer;
    float: right; }
  .select2-container--default-sm .select2-selection--single .select2-selection__placeholder {
    color: #009fe3; }
  .select2-container--default-sm .select2-selection--single .select2-selection__arrow {
    position: absolute;
    z-index: 20;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    color: #009fe3;
    transition: all 0.3s; }
    .select2-container--default-sm .select2-selection--single .select2-selection__arrow b {
      position: absolute;
      z-index: 20;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
      .select2-container--default-sm .select2-selection--single .select2-selection__arrow b:before {
        content: "";
        position: absolute;
        z-index: 20;
        top: 50%;
        right: 0;
        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;
        font-size: 14px;
        line-height: 16px;
        margin: -7px 0 0; }
  .select2-container--default-sm .select2-selection--single:hover .select2-selection__arrow {
    color: #000; }
.select2-container--default-sm[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
.select2-container--default-sm[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }
.select2-container--default-sm.select2-container--disabled .select2-selection--single {
  opacity: 0.3;
  cursor: default; }
  .select2-container--default-sm.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }
.select2-container--default-sm .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default-sm .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default-sm .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default-sm .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default-sm .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default-sm .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default-sm .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default-sm .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }
.select2-container--default-sm[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default-sm[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default-sm[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }
.select2-container--default-sm[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }
.select2-container--default-sm[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }
.select2-container--default-sm.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }
.select2-container--default-sm.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }
.select2-container--default-sm.select2-container--disabled .select2-selection__choice__remove {
  display: none; }
.select2-container--default-sm.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default-sm.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-container--default-sm.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default-sm.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--default-sm .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }
.select2-container--default-sm .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }
.select2-container--default-sm .select2-dropdown {
  min-width: 107px; }
.select2-container--default-sm .select2-results > .select2-results__options {
  max-height: 200px;
  padding: 8px 0;
  overflow-y: auto; }
.select2-container--default-sm .select2-results__option {
  padding: 6px 7px;
  font-size: 14px;
  line-height: 1.286; }
  .select2-container--default-sm .select2-results__option[aria-disabled=true] {
    color: #999; }
  .select2-container--default-sm .select2-results__option[aria-selected=true] {
    background-color: #ddd; }
  .select2-container--default-sm .select2-results__option .select2-results__option {
    padding-left: 1em; }
    .select2-container--default-sm .select2-results__option .select2-results__option .select2-results__group {
      padding-left: 0; }
.select2-container--default-sm .select2-results__option--highlighted[aria-selected] {
  background-color: #d7dc43;
  color: #009fe3; }
.select2-container--default-sm .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #009fe3;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #d0021b;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #3cdba3;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #666;
  --gray-dark: #333;
  --primary: #009fe3;
  --secondary: #d7dc43;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #d0021b;
  --light: #f1efee;
  --dark: #000;
  --breakpoint-xs: 0;
  --breakpoint-sm: 340px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1300px;
  --breakpoint-xxl: 1440px;
  --breakpoint-xxxl: 1600px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "AdelleSans", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.556;
  color: #000;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: inherit;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #666;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

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

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "UniSans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  color: #000; }

h1, .h1 {
  font-size: 60px; }

h2, .h2 {
  font-size: 35px; }

h3, .h3 {
  font-size: 32px; }

h4, .h4 {
  font-size: 32px; }

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

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

.lead {
  font-size: 1.40625rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.40625rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #666; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #d9d6d3;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #666; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #0a3039;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #0a3039; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 768px) {
    .container {
      max-width: 750px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 980px; } }
  @media (min-width: 1300px) {
    .container {
      max-width: 1246px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto, .col-xxxl-1, .col-xxxl-2, .col-xxxl-3, .col-xxxl-4, .col-xxxl-5, .col-xxxl-6, .col-xxxl-7, .col-xxxl-8, .col-xxxl-9, .col-xxxl-10, .col-xxxl-11, .col-xxxl-12, .col-xxxl,
.col-xxxl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 340px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    order: -1; }

  .order-sm-last {
    order: 13; }

  .order-sm-0 {
    order: 0; }

  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.3333333333%; }

  .offset-sm-2 {
    margin-left: 16.6666666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  .offset-sm-5 {
    margin-left: 41.6666666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  .offset-sm-8 {
    margin-left: 66.6666666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    order: -1; }

  .order-md-last {
    order: 13; }

  .order-md-0 {
    order: 0; }

  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.3333333333%; }

  .offset-md-2 {
    margin-left: 16.6666666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.3333333333%; }

  .offset-md-5 {
    margin-left: 41.6666666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.3333333333%; }

  .offset-md-8 {
    margin-left: 66.6666666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.3333333333%; }

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    order: -1; }

  .order-lg-last {
    order: 13; }

  .order-lg-0 {
    order: 0; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  .offset-lg-2 {
    margin-left: 16.6666666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  .offset-lg-5 {
    margin-left: 41.6666666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  .offset-lg-8 {
    margin-left: 66.6666666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1300px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    order: -1; }

  .order-xl-last {
    order: 13; }

  .order-xl-0 {
    order: 0; }

  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  .offset-xl-2 {
    margin-left: 16.6666666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  .offset-xl-5 {
    margin-left: 41.6666666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  .offset-xl-8 {
    margin-left: 66.6666666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1440px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xxl-first {
    order: -1; }

  .order-xxl-last {
    order: 13; }

  .order-xxl-0 {
    order: 0; }

  .order-xxl-1 {
    order: 1; }

  .order-xxl-2 {
    order: 2; }

  .order-xxl-3 {
    order: 3; }

  .order-xxl-4 {
    order: 4; }

  .order-xxl-5 {
    order: 5; }

  .order-xxl-6 {
    order: 6; }

  .order-xxl-7 {
    order: 7; }

  .order-xxl-8 {
    order: 8; }

  .order-xxl-9 {
    order: 9; }

  .order-xxl-10 {
    order: 10; }

  .order-xxl-11 {
    order: 11; }

  .order-xxl-12 {
    order: 12; }

  .offset-xxl-0 {
    margin-left: 0; }

  .offset-xxl-1 {
    margin-left: 8.3333333333%; }

  .offset-xxl-2 {
    margin-left: 16.6666666667%; }

  .offset-xxl-3 {
    margin-left: 25%; }

  .offset-xxl-4 {
    margin-left: 33.3333333333%; }

  .offset-xxl-5 {
    margin-left: 41.6666666667%; }

  .offset-xxl-6 {
    margin-left: 50%; }

  .offset-xxl-7 {
    margin-left: 58.3333333333%; }

  .offset-xxl-8 {
    margin-left: 66.6666666667%; }

  .offset-xxl-9 {
    margin-left: 75%; }

  .offset-xxl-10 {
    margin-left: 83.3333333333%; }

  .offset-xxl-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1600px) {
  .col-xxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xxxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xxxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xxxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xxxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xxxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xxxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xxxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xxxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xxxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xxxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xxxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xxxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xxxl-first {
    order: -1; }

  .order-xxxl-last {
    order: 13; }

  .order-xxxl-0 {
    order: 0; }

  .order-xxxl-1 {
    order: 1; }

  .order-xxxl-2 {
    order: 2; }

  .order-xxxl-3 {
    order: 3; }

  .order-xxxl-4 {
    order: 4; }

  .order-xxxl-5 {
    order: 5; }

  .order-xxxl-6 {
    order: 6; }

  .order-xxxl-7 {
    order: 7; }

  .order-xxxl-8 {
    order: 8; }

  .order-xxxl-9 {
    order: 9; }

  .order-xxxl-10 {
    order: 10; }

  .order-xxxl-11 {
    order: 11; }

  .order-xxxl-12 {
    order: 12; }

  .offset-xxxl-0 {
    margin-left: 0; }

  .offset-xxxl-1 {
    margin-left: 8.3333333333%; }

  .offset-xxxl-2 {
    margin-left: 16.6666666667%; }

  .offset-xxxl-3 {
    margin-left: 25%; }

  .offset-xxxl-4 {
    margin-left: 33.3333333333%; }

  .offset-xxxl-5 {
    margin-left: 41.6666666667%; }

  .offset-xxxl-6 {
    margin-left: 50%; }

  .offset-xxxl-7 {
    margin-left: 58.3333333333%; }

  .offset-xxxl-8 {
    margin-left: 66.6666666667%; }

  .offset-xxxl-9 {
    margin-left: 75%; }

  .offset-xxxl-10 {
    margin-left: 83.3333333333%; }

  .offset-xxxl-11 {
    margin-left: 91.6666666667%; } }
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #d9d6d3; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #d9d6d3; }
  .table tbody + tbody {
    border-top: 2px solid #d9d6d3; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #d9d6d3; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #d9d6d3; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8e4f7; }

.table-hover .table-primary:hover {
  background-color: #a1dbf4; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #a1dbf4; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #f4f5ca; }

.table-hover .table-secondary:hover {
  background-color: #f0f1b5; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #f0f1b5; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2b8bf; }

.table-hover .table-danger:hover {
  background-color: #eea2ac; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #eea2ac; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fbfbfa; }

.table-hover .table-light:hover {
  background-color: #f0f0ec; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #f0f0ec; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #b8b8b8; }

.table-hover .table-dark:hover {
  background-color: #ababab; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #ababab; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #0a3039;
  border-color: #104b5a; }
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #d9d6d3; }

.table-dark {
  color: #fff;
  background-color: #0a3039; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #104b5a; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 339.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
      border: 0; } }
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }
@media (max-width: 1299.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }
@media (max-width: 1439.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xxl > .table-bordered {
      border: 0; } }
@media (max-width: 1599.98px) {
  .table-responsive-xxxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xxxl > .table-bordered {
      border: 0; } }
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(2.5005rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1.556;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccd0d2;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #64d0ff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 159, 227, 0.25); }
  .form-control::placeholder {
    color: #666;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.556; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.40625rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.984375rem;
  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.556;
  color: #000;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.9765625rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.984375rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(3.109375rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.40625rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], 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: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .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: #666; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  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.984375rem;
  line-height: 1.556;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus,
  .was-validated .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip,
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #71dd8a; }
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57; }
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
    border-color: inherit; }
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  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: #d0021b; }

.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.984375rem;
  line-height: 1.556;
  color: #fff;
  background-color: rgba(208, 2, 27, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #d0021b; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
  .was-validated .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #d0021b;
    box-shadow: 0 0 0 0.2rem rgba(208, 2, 27, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip,
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #d0021b; }
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #d0021b; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #fd5469; }
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #fd0826; }
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(208, 2, 27, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #d0021b; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
    border-color: inherit; }
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(208, 2, 27, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 340px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      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,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1.556;
  border-radius: 0.25rem;
  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; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 159, 227, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #009fe3;
  border-color: #009fe3; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0084bd;
    border-color: #007bb0; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 159, 227, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #009fe3;
    border-color: #009fe3; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bb0;
    border-color: #0072a3; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 159, 227, 0.5); }

.btn-secondary {
  color: #0a3039;
  background-color: #d7dc43;
  border-color: #d7dc43; }
  .btn-secondary:hover {
    color: #0a3039;
    background-color: #ccd227;
    border-color: #c2c725; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(215, 220, 67, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #0a3039;
    background-color: #d7dc43;
    border-color: #d7dc43; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #0a3039;
    background-color: #c2c725;
    border-color: #b7bc23; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(215, 220, 67, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-warning {
  color: #0a3039;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #0a3039;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #0a3039;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    color: #0a3039;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #d0021b;
  border-color: #d0021b; }
  .btn-danger:hover {
    color: #fff;
    background-color: #aa0216;
    border-color: #9d0214; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(208, 2, 27, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #d0021b;
    border-color: #d0021b; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #9d0214;
    border-color: #910113; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(208, 2, 27, 0.5); }

.btn-light {
  color: #0a3039;
  background-color: #f1efee;
  border-color: #f1efee; }
  .btn-light:hover {
    color: #0a3039;
    background-color: #e0dbd9;
    border-color: #dad5d2; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(241, 239, 238, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #0a3039;
    background-color: #f1efee;
    border-color: #f1efee; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
    color: #0a3039;
    background-color: #dad5d2;
    border-color: #d4cecb; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(241, 239, 238, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #000;
  border-color: #000; }
  .btn-dark:hover {
    color: #fff;
    background-color: black;
    border-color: black; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn-outline-primary {
  color: #009fe3;
  background-color: transparent;
  background-image: none;
  border-color: #009fe3; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #009fe3;
    border-color: #009fe3; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 159, 227, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #009fe3;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #009fe3;
    border-color: #009fe3; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 159, 227, 0.5); }

.btn-outline-secondary {
  color: #d7dc43;
  background-color: transparent;
  background-image: none;
  border-color: #d7dc43; }
  .btn-outline-secondary:hover {
    color: #0a3039;
    background-color: #d7dc43;
    border-color: #d7dc43; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(215, 220, 67, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #d7dc43;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #0a3039;
    background-color: #d7dc43;
    border-color: #d7dc43; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(215, 220, 67, 0.5); }

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #0a3039;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
    color: #0a3039;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #d0021b;
  background-color: transparent;
  background-image: none;
  border-color: #d0021b; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #d0021b;
    border-color: #d0021b; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(208, 2, 27, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #d0021b;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #d0021b;
    border-color: #d0021b; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(208, 2, 27, 0.5); }

.btn-outline-light {
  color: #f1efee;
  background-color: transparent;
  background-image: none;
  border-color: #f1efee; }
  .btn-outline-light:hover {
    color: #0a3039;
    background-color: #f1efee;
    border-color: #f1efee; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(241, 239, 238, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f1efee;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
    color: #0a3039;
    background-color: #f1efee;
    border-color: #f1efee; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(241, 239, 238, 0.5); }

.btn-outline-dark {
  color: #000;
  background-color: transparent;
  background-image: none;
  border-color: #000; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #000;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn-link {
  font-weight: 400;
  color: inherit;
  background-color: transparent; }
  .btn-link:hover {
    color: inherit;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #666;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.40625rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.984375rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }
.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1.125rem;
  color: #000;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }
.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }
.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }
.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }
.dropleft .dropdown-toggle::after {
  display: none; }
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }
.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #0a3039;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #061e23;
    text-decoration: none;
    background-color: #f1efee; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #009fe3; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #666;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.984375rem;
  color: #666;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #0a3039; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 0 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:first-child {
  margin-left: 0; }
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical .btn,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.556;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ccd0d2;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  height: calc(3.109375rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.40625rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  height: calc(1.9765625rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.984375rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.7505rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #009fe3; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 159, 227, 0.25); }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #97e0ff; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #666; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0; }
  .custom-control-label::before {
    position: absolute;
    top: 0.37525rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    user-select: none;
    background-color: #d9d6d3; }
  .custom-control-label::after {
    position: absolute;
    top: 0.37525rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #009fe3; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #009fe3; }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 159, 227, 0.5); }
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 159, 227, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #009fe3; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 159, 227, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.5005rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.556;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ccd0d2;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #64d0ff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(100, 208, 255, 0.5); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #666;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(1.9765625rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-select-lg {
  height: calc(3.109375rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.5005rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.5005rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #64d0ff;
    box-shadow: 0 0 0 0.2rem rgba(0, 159, 227, 0.25); }
    .custom-file-input:focus ~ .custom-file-label::after {
      border-color: #64d0ff; }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.5005rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.556;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ccd0d2;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.5005rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.556;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ccd0d2;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 159, 227, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 159, 227, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 159, 227, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #009fe3;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #97e0ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #d9d6d3;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #009fe3;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #97e0ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #d9d6d3;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #009fe3;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #97e0ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #d9d6d3;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #d9d6d3;
    border-radius: 1rem; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #666; }

.nav-tabs {
  border-bottom: 1px solid #d9d6d3; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #d9d6d3; }
    .nav-tabs .nav-link.disabled {
      color: #666;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #d9d6d3 #d9d6d3 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #009fe3; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.2811875rem;
  padding-bottom: 0.2811875rem;
  margin-right: 1rem;
  font-size: 1.40625rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.40625rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 339.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 340px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }
@media (max-width: 1299.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1300px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }
@media (max-width: 1439.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1440px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxl > .container,
    .navbar-expand-xxl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; } }
@media (max-width: 1599.98px) {
  .navbar-expand-xxxl > .container,
  .navbar-expand-xxxl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1600px) {
  .navbar-expand-xxxl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xxxl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xxxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxxl > .container,
    .navbar-expand-xxxl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xxxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xxxl .navbar-toggler {
      display: none; } }
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }
.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: flex;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 340px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 340px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:first-child .card-img-top,
          .card-group > .card:first-child .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:first-child .card-img-bottom,
          .card-group > .card:first-child .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:last-child .card-img-top,
          .card-group > .card:last-child .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:last-child .card-img-bottom,
          .card-group > .card:last-child .card-footer {
            border-bottom-left-radius: 0; }
        .card-group > .card:only-child {
          border-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-top,
          .card-group > .card:only-child .card-header {
            border-top-left-radius: 0.25rem;
            border-top-right-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }
@media (min-width: 340px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #666;
    content: "/"; }
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }
.breadcrumb-item.active {
  color: #666; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: inherit;
  background-color: #fff;
  border: 1px solid #d9d6d3; }
  .page-link:hover {
    z-index: 2;
    color: inherit;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #d9d6d3; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 159, 227, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #009fe3;
  border-color: #009fe3; }
.page-item.disabled .page-link {
  color: #666;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #d9d6d3; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.40625rem;
  line-height: 1.5; }
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.984375rem;
  line-height: 1.5; }
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #009fe3; }
  .badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #007bb0; }

.badge-secondary {
  color: #0a3039;
  background-color: #d7dc43; }
  .badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #0a3039;
    text-decoration: none;
    background-color: #c2c725; }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  .badge-success[href]:hover, .badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34; }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  .badge-info[href]:hover, .badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b; }

.badge-warning {
  color: #0a3039;
  background-color: #ffc107; }
  .badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #0a3039;
    text-decoration: none;
    background-color: #d39e00; }

.badge-danger {
  color: #fff;
  background-color: #d0021b; }
  .badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #9d0214; }

.badge-light {
  color: #0a3039;
  background-color: #f1efee; }
  .badge-light[href]:hover, .badge-light[href]:focus {
    color: #0a3039;
    text-decoration: none;
    background-color: #dad5d2; }

.badge-dark {
  color: #fff;
  background-color: #000; }
  .badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: black; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 340px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

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

.alert-dismissible {
  padding-right: 4.1875rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #005376;
  background-color: #ccecf9;
  border-color: #b8e4f7; }
  .alert-primary hr {
    border-top-color: #a1dbf4; }
  .alert-primary .alert-link {
    color: #002f43; }

.alert-secondary {
  color: #707223;
  background-color: #f7f8d9;
  border-color: #f4f5ca; }
  .alert-secondary hr {
    border-top-color: #f0f1b5; }
  .alert-secondary .alert-link {
    color: #4a4b17; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #6c010e;
  background-color: #f6ccd1;
  border-color: #f2b8bf; }
  .alert-danger hr {
    border-top-color: #eea2ac; }
  .alert-danger .alert-link {
    color: #390107; }

.alert-light {
  color: #7d7c7c;
  background-color: #fcfcfc;
  border-color: #fbfbfa; }
  .alert-light hr {
    border-top-color: #f0f0ec; }
  .alert-light .alert-link {
    color: #636363; }

.alert-dark {
  color: black;
  background-color: #cccccc;
  border-color: #b8b8b8; }
  .alert-dark hr {
    border-top-color: #ababab; }
  .alert-dark .alert-link {
    color: black; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.84375rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #009fe3;
  transition: width 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f1efee; }
  .list-group-item-action:active {
    color: #000;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #666;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #009fe3;
    border-color: #009fe3; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-primary {
  color: #005376;
  background-color: #b8e4f7; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #005376;
    background-color: #a1dbf4; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #005376;
    border-color: #005376; }

.list-group-item-secondary {
  color: #707223;
  background-color: #f4f5ca; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #707223;
    background-color: #f0f1b5; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #707223;
    border-color: #707223; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #6c010e;
  background-color: #f2b8bf; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #6c010e;
    background-color: #eea2ac; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #6c010e;
    border-color: #6c010e; }

.list-group-item-light {
  color: #7d7c7c;
  background-color: #fbfbfa; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #7d7c7c;
    background-color: #f0f0ec; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #7d7c7c;
    border-color: #7d7c7c; }

.list-group-item-dark {
  color: black;
  background-color: #b8b8b8; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: black;
    background-color: #ababab; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: black;
    border-color: black; }

.close {
  float: right;
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }
    .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
      color: #000;
      text-decoration: none;
      opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: ""; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.556; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 340px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
    .modal-dialog-centered::before {
      height: calc(100vh - (1.75rem * 2)); }

  .modal-sm {
    max-width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "AdelleSans", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.556;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.984375rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "AdelleSans", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.556;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.984375rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1); }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  color: #000;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #000; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  backface-visibility: hidden;
  perspective: 1000px; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: transform 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
      transition: none; } }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      transform: translate3d(0, 0, 0); } }

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next,
    .active.carousel-item-right {
      transform: translate3d(100%, 0, 0); } }

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-prev,
    .active.carousel-item-left {
      transform: translate3d(-100%, 0, 0); } }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity; }
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1; }
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0; }
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
      transform: translate3d(0, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #009fe3 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #007bb0 !important; }

.bg-secondary {
  background-color: #d7dc43 !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #c2c725 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #d0021b !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #9d0214 !important; }

.bg-light {
  background-color: #f1efee !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dad5d2 !important; }

.bg-dark {
  background-color: #000 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: black !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #d9d6d3 !important; }

.border-top {
  border-top: 1px solid #d9d6d3 !important; }

.border-right {
  border-right: 1px solid #d9d6d3 !important; }

.border-bottom {
  border-bottom: 1px solid #d9d6d3 !important; }

.border-left {
  border-left: 1px solid #d9d6d3 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #009fe3 !important; }

.border-secondary {
  border-color: #d7dc43 !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #d0021b !important; }

.border-light {
  border-color: #f1efee !important; }

.border-dark {
  border-color: #000 !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 340px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1300px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1440px) {
  .d-xxl-none {
    display: none !important; }

  .d-xxl-inline {
    display: inline !important; }

  .d-xxl-inline-block {
    display: inline-block !important; }

  .d-xxl-block {
    display: block !important; }

  .d-xxl-table {
    display: table !important; }

  .d-xxl-table-row {
    display: table-row !important; }

  .d-xxl-table-cell {
    display: table-cell !important; }

  .d-xxl-flex {
    display: flex !important; }

  .d-xxl-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1600px) {
  .d-xxxl-none {
    display: none !important; }

  .d-xxxl-inline {
    display: inline !important; }

  .d-xxxl-inline-block {
    display: inline-block !important; }

  .d-xxxl-block {
    display: block !important; }

  .d-xxxl-table {
    display: table !important; }

  .d-xxxl-table-row {
    display: table-row !important; }

  .d-xxxl-table-cell {
    display: table-cell !important; }

  .d-xxxl-flex {
    display: flex !important; }

  .d-xxxl-inline-flex {
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: flex !important; }

  .d-print-inline-flex {
    display: inline-flex !important; } }
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 340px) {
  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-sm-fill {
    flex: 1 1 auto !important; }

  .flex-sm-grow-0 {
    flex-grow: 0 !important; }

  .flex-sm-grow-1 {
    flex-grow: 1 !important; }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-md-fill {
    flex: 1 1 auto !important; }

  .flex-md-grow-0 {
    flex-grow: 0 !important; }

  .flex-md-grow-1 {
    flex-grow: 1 !important; }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-lg-fill {
    flex: 1 1 auto !important; }

  .flex-lg-grow-0 {
    flex-grow: 0 !important; }

  .flex-lg-grow-1 {
    flex-grow: 1 !important; }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1300px) {
  .flex-xl-row {
    flex-direction: row !important; }

  .flex-xl-column {
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-xl-fill {
    flex: 1 1 auto !important; }

  .flex-xl-grow-0 {
    flex-grow: 0 !important; }

  .flex-xl-grow-1 {
    flex-grow: 1 !important; }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; } }
@media (min-width: 1440px) {
  .flex-xxl-row {
    flex-direction: row !important; }

  .flex-xxl-column {
    flex-direction: column !important; }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xxl-wrap {
    flex-wrap: wrap !important; }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-xxl-fill {
    flex: 1 1 auto !important; }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-xxl-start {
    justify-content: flex-start !important; }

  .justify-content-xxl-end {
    justify-content: flex-end !important; }

  .justify-content-xxl-center {
    justify-content: center !important; }

  .justify-content-xxl-between {
    justify-content: space-between !important; }

  .justify-content-xxl-around {
    justify-content: space-around !important; }

  .align-items-xxl-start {
    align-items: flex-start !important; }

  .align-items-xxl-end {
    align-items: flex-end !important; }

  .align-items-xxl-center {
    align-items: center !important; }

  .align-items-xxl-baseline {
    align-items: baseline !important; }

  .align-items-xxl-stretch {
    align-items: stretch !important; }

  .align-content-xxl-start {
    align-content: flex-start !important; }

  .align-content-xxl-end {
    align-content: flex-end !important; }

  .align-content-xxl-center {
    align-content: center !important; }

  .align-content-xxl-between {
    align-content: space-between !important; }

  .align-content-xxl-around {
    align-content: space-around !important; }

  .align-content-xxl-stretch {
    align-content: stretch !important; }

  .align-self-xxl-auto {
    align-self: auto !important; }

  .align-self-xxl-start {
    align-self: flex-start !important; }

  .align-self-xxl-end {
    align-self: flex-end !important; }

  .align-self-xxl-center {
    align-self: center !important; }

  .align-self-xxl-baseline {
    align-self: baseline !important; }

  .align-self-xxl-stretch {
    align-self: stretch !important; } }
@media (min-width: 1600px) {
  .flex-xxxl-row {
    flex-direction: row !important; }

  .flex-xxxl-column {
    flex-direction: column !important; }

  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xxxl-wrap {
    flex-wrap: wrap !important; }

  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-xxxl-fill {
    flex: 1 1 auto !important; }

  .flex-xxxl-grow-0 {
    flex-grow: 0 !important; }

  .flex-xxxl-grow-1 {
    flex-grow: 1 !important; }

  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-xxxl-start {
    justify-content: flex-start !important; }

  .justify-content-xxxl-end {
    justify-content: flex-end !important; }

  .justify-content-xxxl-center {
    justify-content: center !important; }

  .justify-content-xxxl-between {
    justify-content: space-between !important; }

  .justify-content-xxxl-around {
    justify-content: space-around !important; }

  .align-items-xxxl-start {
    align-items: flex-start !important; }

  .align-items-xxxl-end {
    align-items: flex-end !important; }

  .align-items-xxxl-center {
    align-items: center !important; }

  .align-items-xxxl-baseline {
    align-items: baseline !important; }

  .align-items-xxxl-stretch {
    align-items: stretch !important; }

  .align-content-xxxl-start {
    align-content: flex-start !important; }

  .align-content-xxxl-end {
    align-content: flex-end !important; }

  .align-content-xxxl-center {
    align-content: center !important; }

  .align-content-xxxl-between {
    align-content: space-between !important; }

  .align-content-xxxl-around {
    align-content: space-around !important; }

  .align-content-xxxl-stretch {
    align-content: stretch !important; }

  .align-self-xxxl-auto {
    align-self: auto !important; }

  .align-self-xxxl-start {
    align-self: flex-start !important; }

  .align-self-xxxl-end {
    align-self: flex-end !important; }

  .align-self-xxxl-center {
    align-self: center !important; }

  .align-self-xxxl-baseline {
    align-self: baseline !important; }

  .align-self-xxxl-stretch {
    align-self: stretch !important; } }
.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 340px) {
  .float-sm-left {
    float: left !important; }

  .float-sm-right {
    float: right !important; }

  .float-sm-none {
    float: none !important; } }
@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }

  .float-md-right {
    float: right !important; }

  .float-md-none {
    float: none !important; } }
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }

  .float-lg-right {
    float: right !important; }

  .float-lg-none {
    float: none !important; } }
@media (min-width: 1300px) {
  .float-xl-left {
    float: left !important; }

  .float-xl-right {
    float: right !important; }

  .float-xl-none {
    float: none !important; } }
@media (min-width: 1440px) {
  .float-xxl-left {
    float: left !important; }

  .float-xxl-right {
    float: right !important; }

  .float-xxl-none {
    float: none !important; } }
@media (min-width: 1600px) {
  .float-xxxl-left {
    float: left !important; }

  .float-xxxl-right {
    float: right !important; }

  .float-xxxl-none {
    float: none !important; } }
.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

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

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

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

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 340px) {
  .m-sm-0 {
    margin: 0 !important; }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }

  .m-sm-1 {
    margin: 0.25rem !important; }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }

  .m-sm-2 {
    margin: 0.5rem !important; }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }

  .m-sm-3 {
    margin: 1rem !important; }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }

  .m-sm-4 {
    margin: 1.5rem !important; }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }

  .m-sm-5 {
    margin: 3rem !important; }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }

  .p-sm-0 {
    padding: 0 !important; }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }

  .p-sm-1 {
    padding: 0.25rem !important; }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }

  .p-sm-2 {
    padding: 0.5rem !important; }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }

  .p-sm-3 {
    padding: 1rem !important; }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }

  .p-sm-4 {
    padding: 1.5rem !important; }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }

  .p-sm-5 {
    padding: 3rem !important; }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }

  .m-sm-auto {
    margin: auto !important; }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }

  .m-md-1 {
    margin: 0.25rem !important; }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }

  .m-md-2 {
    margin: 0.5rem !important; }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }

  .m-md-3 {
    margin: 1rem !important; }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }

  .m-md-4 {
    margin: 1.5rem !important; }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }

  .m-md-5 {
    margin: 3rem !important; }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }

  .p-md-0 {
    padding: 0 !important; }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }

  .p-md-1 {
    padding: 0.25rem !important; }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }

  .p-md-2 {
    padding: 0.5rem !important; }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }

  .p-md-3 {
    padding: 1rem !important; }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }

  .p-md-4 {
    padding: 1.5rem !important; }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }

  .p-md-5 {
    padding: 3rem !important; }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }

  .m-md-auto {
    margin: auto !important; }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }

  .m-lg-1 {
    margin: 0.25rem !important; }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }

  .m-lg-2 {
    margin: 0.5rem !important; }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }

  .m-lg-3 {
    margin: 1rem !important; }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }

  .m-lg-4 {
    margin: 1.5rem !important; }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }

  .m-lg-5 {
    margin: 3rem !important; }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }

  .p-lg-0 {
    padding: 0 !important; }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }

  .p-lg-1 {
    padding: 0.25rem !important; }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }

  .p-lg-2 {
    padding: 0.5rem !important; }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }

  .p-lg-3 {
    padding: 1rem !important; }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }

  .p-lg-4 {
    padding: 1.5rem !important; }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }

  .p-lg-5 {
    padding: 3rem !important; }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }

  .m-lg-auto {
    margin: auto !important; }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1300px) {
  .m-xl-0 {
    margin: 0 !important; }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }

  .m-xl-1 {
    margin: 0.25rem !important; }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }

  .m-xl-2 {
    margin: 0.5rem !important; }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }

  .m-xl-3 {
    margin: 1rem !important; }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }

  .m-xl-4 {
    margin: 1.5rem !important; }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }

  .m-xl-5 {
    margin: 3rem !important; }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }

  .p-xl-0 {
    padding: 0 !important; }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }

  .p-xl-1 {
    padding: 0.25rem !important; }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }

  .p-xl-2 {
    padding: 0.5rem !important; }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }

  .p-xl-3 {
    padding: 1rem !important; }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }

  .p-xl-4 {
    padding: 1.5rem !important; }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }

  .p-xl-5 {
    padding: 3rem !important; }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }

  .m-xl-auto {
    margin: auto !important; }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }
@media (min-width: 1440px) {
  .m-xxl-0 {
    margin: 0 !important; }

  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }

  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }

  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }

  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }

  .m-xxl-1 {
    margin: 0.25rem !important; }

  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important; }

  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important; }

  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important; }

  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important; }

  .m-xxl-2 {
    margin: 0.5rem !important; }

  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important; }

  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important; }

  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important; }

  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important; }

  .m-xxl-3 {
    margin: 1rem !important; }

  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important; }

  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important; }

  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important; }

  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important; }

  .m-xxl-4 {
    margin: 1.5rem !important; }

  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important; }

  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important; }

  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important; }

  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important; }

  .m-xxl-5 {
    margin: 3rem !important; }

  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important; }

  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important; }

  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important; }

  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important; }

  .p-xxl-0 {
    padding: 0 !important; }

  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }

  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }

  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }

  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }

  .p-xxl-1 {
    padding: 0.25rem !important; }

  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important; }

  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important; }

  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important; }

  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important; }

  .p-xxl-2 {
    padding: 0.5rem !important; }

  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important; }

  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important; }

  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important; }

  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important; }

  .p-xxl-3 {
    padding: 1rem !important; }

  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important; }

  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important; }

  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important; }

  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important; }

  .p-xxl-4 {
    padding: 1.5rem !important; }

  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important; }

  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important; }

  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important; }

  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important; }

  .p-xxl-5 {
    padding: 3rem !important; }

  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important; }

  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important; }

  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important; }

  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important; }

  .m-xxl-auto {
    margin: auto !important; }

  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }

  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }

  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }

  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }
@media (min-width: 1600px) {
  .m-xxxl-0 {
    margin: 0 !important; }

  .mt-xxxl-0,
  .my-xxxl-0 {
    margin-top: 0 !important; }

  .mr-xxxl-0,
  .mx-xxxl-0 {
    margin-right: 0 !important; }

  .mb-xxxl-0,
  .my-xxxl-0 {
    margin-bottom: 0 !important; }

  .ml-xxxl-0,
  .mx-xxxl-0 {
    margin-left: 0 !important; }

  .m-xxxl-1 {
    margin: 0.25rem !important; }

  .mt-xxxl-1,
  .my-xxxl-1 {
    margin-top: 0.25rem !important; }

  .mr-xxxl-1,
  .mx-xxxl-1 {
    margin-right: 0.25rem !important; }

  .mb-xxxl-1,
  .my-xxxl-1 {
    margin-bottom: 0.25rem !important; }

  .ml-xxxl-1,
  .mx-xxxl-1 {
    margin-left: 0.25rem !important; }

  .m-xxxl-2 {
    margin: 0.5rem !important; }

  .mt-xxxl-2,
  .my-xxxl-2 {
    margin-top: 0.5rem !important; }

  .mr-xxxl-2,
  .mx-xxxl-2 {
    margin-right: 0.5rem !important; }

  .mb-xxxl-2,
  .my-xxxl-2 {
    margin-bottom: 0.5rem !important; }

  .ml-xxxl-2,
  .mx-xxxl-2 {
    margin-left: 0.5rem !important; }

  .m-xxxl-3 {
    margin: 1rem !important; }

  .mt-xxxl-3,
  .my-xxxl-3 {
    margin-top: 1rem !important; }

  .mr-xxxl-3,
  .mx-xxxl-3 {
    margin-right: 1rem !important; }

  .mb-xxxl-3,
  .my-xxxl-3 {
    margin-bottom: 1rem !important; }

  .ml-xxxl-3,
  .mx-xxxl-3 {
    margin-left: 1rem !important; }

  .m-xxxl-4 {
    margin: 1.5rem !important; }

  .mt-xxxl-4,
  .my-xxxl-4 {
    margin-top: 1.5rem !important; }

  .mr-xxxl-4,
  .mx-xxxl-4 {
    margin-right: 1.5rem !important; }

  .mb-xxxl-4,
  .my-xxxl-4 {
    margin-bottom: 1.5rem !important; }

  .ml-xxxl-4,
  .mx-xxxl-4 {
    margin-left: 1.5rem !important; }

  .m-xxxl-5 {
    margin: 3rem !important; }

  .mt-xxxl-5,
  .my-xxxl-5 {
    margin-top: 3rem !important; }

  .mr-xxxl-5,
  .mx-xxxl-5 {
    margin-right: 3rem !important; }

  .mb-xxxl-5,
  .my-xxxl-5 {
    margin-bottom: 3rem !important; }

  .ml-xxxl-5,
  .mx-xxxl-5 {
    margin-left: 3rem !important; }

  .p-xxxl-0 {
    padding: 0 !important; }

  .pt-xxxl-0,
  .py-xxxl-0 {
    padding-top: 0 !important; }

  .pr-xxxl-0,
  .px-xxxl-0 {
    padding-right: 0 !important; }

  .pb-xxxl-0,
  .py-xxxl-0 {
    padding-bottom: 0 !important; }

  .pl-xxxl-0,
  .px-xxxl-0 {
    padding-left: 0 !important; }

  .p-xxxl-1 {
    padding: 0.25rem !important; }

  .pt-xxxl-1,
  .py-xxxl-1 {
    padding-top: 0.25rem !important; }

  .pr-xxxl-1,
  .px-xxxl-1 {
    padding-right: 0.25rem !important; }

  .pb-xxxl-1,
  .py-xxxl-1 {
    padding-bottom: 0.25rem !important; }

  .pl-xxxl-1,
  .px-xxxl-1 {
    padding-left: 0.25rem !important; }

  .p-xxxl-2 {
    padding: 0.5rem !important; }

  .pt-xxxl-2,
  .py-xxxl-2 {
    padding-top: 0.5rem !important; }

  .pr-xxxl-2,
  .px-xxxl-2 {
    padding-right: 0.5rem !important; }

  .pb-xxxl-2,
  .py-xxxl-2 {
    padding-bottom: 0.5rem !important; }

  .pl-xxxl-2,
  .px-xxxl-2 {
    padding-left: 0.5rem !important; }

  .p-xxxl-3 {
    padding: 1rem !important; }

  .pt-xxxl-3,
  .py-xxxl-3 {
    padding-top: 1rem !important; }

  .pr-xxxl-3,
  .px-xxxl-3 {
    padding-right: 1rem !important; }

  .pb-xxxl-3,
  .py-xxxl-3 {
    padding-bottom: 1rem !important; }

  .pl-xxxl-3,
  .px-xxxl-3 {
    padding-left: 1rem !important; }

  .p-xxxl-4 {
    padding: 1.5rem !important; }

  .pt-xxxl-4,
  .py-xxxl-4 {
    padding-top: 1.5rem !important; }

  .pr-xxxl-4,
  .px-xxxl-4 {
    padding-right: 1.5rem !important; }

  .pb-xxxl-4,
  .py-xxxl-4 {
    padding-bottom: 1.5rem !important; }

  .pl-xxxl-4,
  .px-xxxl-4 {
    padding-left: 1.5rem !important; }

  .p-xxxl-5 {
    padding: 3rem !important; }

  .pt-xxxl-5,
  .py-xxxl-5 {
    padding-top: 3rem !important; }

  .pr-xxxl-5,
  .px-xxxl-5 {
    padding-right: 3rem !important; }

  .pb-xxxl-5,
  .py-xxxl-5 {
    padding-bottom: 3rem !important; }

  .pl-xxxl-5,
  .px-xxxl-5 {
    padding-left: 3rem !important; }

  .m-xxxl-auto {
    margin: auto !important; }

  .mt-xxxl-auto,
  .my-xxxl-auto {
    margin-top: auto !important; }

  .mr-xxxl-auto,
  .mx-xxxl-auto {
    margin-right: auto !important; }

  .mb-xxxl-auto,
  .my-xxxl-auto {
    margin-bottom: auto !important; }

  .ml-xxxl-auto,
  .mx-xxxl-auto {
    margin-left: auto !important; } }
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 340px) {
  .text-sm-left {
    text-align: left !important; }

  .text-sm-right {
    text-align: right !important; }

  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }

  .text-md-right {
    text-align: right !important; }

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }

  .text-lg-right {
    text-align: right !important; }

  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1300px) {
  .text-xl-left {
    text-align: left !important; }

  .text-xl-right {
    text-align: right !important; }

  .text-xl-center {
    text-align: center !important; } }
@media (min-width: 1440px) {
  .text-xxl-left {
    text-align: left !important; }

  .text-xxl-right {
    text-align: right !important; }

  .text-xxl-center {
    text-align: center !important; } }
@media (min-width: 1600px) {
  .text-xxxl-left {
    text-align: left !important; }

  .text-xxxl-right {
    text-align: right !important; }

  .text-xxxl-center {
    text-align: center !important; } }
.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

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

.font-weight-normal {
  font-weight: 400 !important; }

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

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

.text-white {
  color: #fff !important; }

.text-primary {
  color: #009fe3 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #007bb0 !important; }

.text-secondary {
  color: #d7dc43 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #c2c725 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important; }

.text-danger {
  color: #d0021b !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #9d0214 !important; }

.text-light {
  color: #f1efee !important; }

a.text-light:hover, a.text-light:focus {
  color: #dad5d2 !important; }

.text-dark {
  color: #000 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: black !important; }

.text-body {
  color: #000 !important; }

.text-muted {
  color: #666 !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }

  a:not(.btn) {
    text-decoration: underline; }

  abbr[title]::after {
    content: " (" attr(title) ")"; }

  pre {
    white-space: pre-wrap !important; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  @page {
    size: a3; }
  body {
    min-width: 992px !important; }

  .container {
    min-width: 992px !important; }

  .navbar {
    display: none; }

  .badge {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #d9d6d3 !important; }

  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #d9d6d3; }

  .table .thead-dark th {
    color: inherit;
    border-color: #d9d6d3; } }
@font-face {
  font-family: 'AdelleSans';
  src: url("../fonts/AdelleSansRegular.woff2") format("woff2"), url("../fonts/AdelleSansRegular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'AdelleSans';
  src: url("../fonts/AdelleSansBold.woff2") format("woff2"), url("../fonts/AdelleSansBold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'UniSans';
  src: url("../fonts/UniSansBook.woff2") format("woff2"), url("../fonts/UniSansBook.woff") format("woff");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'UniSans';
  src: url("../fonts/UniSansBold.woff2") format("woff2"), url("../fonts/UniSansBold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }
body {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.556;
  font-family: "AdelleSans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #000;
  background: #fff;
  min-width: 320px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column; }
  @media (max-width: 991px) {
    body {
      font-size: 1.125rem;
      line-height: 1.556; } }
  @media (max-width: 767px) {
    body {
      -webkit-text-size-adjust: none;
      font-size: 1rem;
      line-height: 1.625; } }

img {
  border-style: none; }

input,
textarea,
select {
  color: #000;
  vertical-align: middle;
  font: 100% "AdelleSans", Arial, Helvetica, sans-serif; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
  transition: all 0.3s; }

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

form, fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

blockquote,
q {
  quotes: none; }

q:before,
q:after {
  content: ''; }

::-moz-placeholder,
:-moz-placeholder {
  opacity: 1; }

::-moz-placeholder {
  color: #000; }

:-ms-input-placeholder {
  color: #000; }

::-webkit-input-placeholder {
  color: #000; }

a {
  color: inherit;
  text-decoration: underline;
  transition: all 0.3s; }

a:hover {
  text-decoration: none;
  color: inherit; }

a:focus {
  color: inherit; }

a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none !important; }

header,
footer,
section,
nav,
article,
aside {
  display: block; }

.wrapper {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column; }

.container,
.container-fluid {
  padding-left: 38px;
  padding-right: 38px; }
  @media (max-width: 1299px) {
    .container,
    .container-fluid {
      padding-left: 60px;
      padding-right: 60px;
      max-width: none; } }
  @media (max-width: 991px) {
    .container,
    .container-fluid {
      padding-left: 25px;
      padding-right: 25px;
      max-width: none; } }
  @media (max-width: 767px) {
    .container,
    .container-fluid {
      padding-left: 15px;
      padding-right: 15px;
      max-width: none; } }

h1 {
  margin: 0 0 60px;
  text-transform: uppercase; }
  @media (max-width: 1299px) {
    h1 {
      font-size: 50px; } }
  @media (max-width: 991px) {
    h1 {
      font-size: 50px; } }
  @media (max-width: 767px) {
    h1 {
      font-size: 30px;
      line-height: 1.333; } }

h2 {
  margin: 0 0 15px;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    h2 {
      font-size: 30px;
      line-height: 1.333; } }

h3 {
  margin: 0 0 15px; }
  @media (max-width: 767px) {
    h3 {
      font-size: 24px; } }

h4 {
  margin: 0 0 15px;
  font-weight: 700; }

h5 {
  margin: 0 0 15px; }

h6 {
  margin: 0 0 15px;
  font-family: "AdelleSans", Arial, Helvetica, sans-serif; }

p {
  margin: 0 0 10px; }

.lead {
  display: block;
  padding-bottom: 30px;
  color: inherit;
  font-size: 26px;
  line-height: 1.385;
  font-weight: 400; }
  @media (max-width: 767px) {
    .lead {
      font-size: 20px;
      padding-bottom: 20px; } }

.bg-img {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }
  .bg-img > img {
    display: none; }

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

.row-60 {
  margin-left: -30px;
  margin-right: -30px; }
  .row-60 > [class^="col"] {
    padding-left: 30px;
    padding-right: 30px; }

@media (min-width: 1300px) {
  .row-xl-60 {
    margin-left: -30px;
    margin-right: -30px; }
    .row-xl-60 > [class^="col"] {
      padding-left: 30px;
      padding-right: 30px; } }

.row-0 {
  margin-left: 0px;
  margin-right: 0px; }
  .row-0 > [class^="col"] {
    padding-left: 0px;
    padding-right: 0px; }

.list-unstyled {
  list-style: none;
  margin: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  text-align: center; }
  .list-unstyled > li {
    width: 100%; }
    .list-unstyled > li + li {
      padding-top: 15px; }
    .list-unstyled > li a {
      text-decoration: none;
      color: inherit; }
      .list-unstyled > li a:hover {
        text-decoration: underline;
        color: inherit; }

@media (min-width: 768px) {
  .two-cols-text {
    column-count: 2;
    column-gap: 86px; }
    .two-cols-text > * {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      break-inside: avoid; } }

@media (min-width: 768px) {
  .two-cols-text-60 {
    column-count: 2;
    column-gap: 30px; }
    .two-cols-text-60 > * {
      break-inside: avoid; } }
@media (min-width: 1300px) {
  .two-cols-text-60 {
    column-gap: 60px; } }

.unordered-list {
  list-style: none;
  margin: 0;
  padding: 0 0 38px; }
  .unordered-list li {
    position: relative;
    padding: 0 0 10px 23px; }
    .unordered-list li::before {
      content: "";
      position: absolute;
      z-index: 10;
      top: 0;
      left: 0;
      margin: 10px 0 0;
      width: 10px;
      height: 10px;
      border-radius: 100%;
      border: 2px solid #009fe3; }
  .unordered-list a {
    text-decoration: none;
    color: #009fe3; }
    .unordered-list a:hover {
      text-decoration: none;
      color: #000; }
  @media (min-width: 768px) {
    .unordered-list-two-cols {
      column-count: 2;
      column-gap: 30px; }
      .unordered-list-two-cols > * {
        break-inside: avoid; } }
  @media (min-width: 1300px) {
    .unordered-list-two-cols {
      column-gap: 60px; } }

.ico-arrow-right {
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 16px;
  background: url("../images/ico-arrow-right-001.svg") no-repeat;
  background-size: 18px 16px; }

.btn {
  position: relative;
  vertical-align: top;
  outline: 0 !important;
  padding: 13px 30px;
  font-size: 19px;
  line-height: 1.263;
  border-radius: 0;
  font-weight: 700;
  font-family: "UniSans", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
  border: solid 1px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  min-width: 0;
  white-space: normal; }
  .btn:hover {
    text-decoration: none; }
  .btn-outline {
    padding-top: 14px;
    padding-bottom: 14px; }
  .btn-lg, .btn-group-lg > .btn {
    padding: 0px 0px;
    font-size: 0px;
    line-height: 0;
    border-radius: 0; }
  .btn-md {
    padding: 0px 0px;
    font-size: 0px;
    line-height: 0;
    border-radius: 0; }
  .btn-sm, .btn-group-sm > .btn {
    padding: 10px 24px;
    font-size: 13px;
    line-height: 1.385;
    border-radius: 0; }
    .btn-sm.btn-outline, .btn-group-sm > .btn-outline.btn {
      padding-top: 11px;
      padding-bottom: 11px; }
  .btn.has-shadow {
    box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.4); }
  .btn-default {
    color: #0a3039;
    background-color: #fff;
    border-color: #000;
    color: #009fe3;
    box-shadow: none; }
    .btn-default:hover {
      color: #0a3039;
      background-color: #fff;
      border-color: #009fe3; }
    .btn-default:focus, .btn-default.focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
    .btn-default.disabled, .btn-default:disabled {
      color: #0a3039;
      background-color: #fff;
      border-color: #000; }
    .btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active, .show > .btn-default.dropdown-toggle {
      color: #0a3039;
      background-color: #fff;
      border-color: #001753; }
      .btn-default:not(:disabled):not(.disabled):active:focus, .btn-default:not(:disabled):not(.disabled).active:focus, .show > .btn-default.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
    .btn-default:hover {
      color: #000; }
    .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
      box-shadow: none !important;
      color: #001753 !important; }
    .btn-default:disabled, .btn-default.disabled {
      background-color: transparent;
      border-color: #ccd0d2;
      color: #ccd0d2; }
  .btn-primary {
    color: #fff;
    background-color: #009fe3;
    border-color: #009fe3;
    color: #fff;
    box-shadow: none; }
    .btn-primary:hover {
      color: #fff;
      background-color: #003977;
      border-color: #003977; }
    .btn-primary:focus, .btn-primary.focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 159, 227, 0.5); }
    .btn-primary.disabled, .btn-primary:disabled {
      color: #fff;
      background-color: #009fe3;
      border-color: #009fe3; }
    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
      color: #fff;
      background-color: #001753;
      border-color: #001753; }
      .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 159, 227, 0.5); }
    .btn-primary:hover {
      color: #fff; }
    .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active {
      box-shadow: none !important;
      color: #fff !important; }
    .btn-primary:disabled, .btn-primary.disabled {
      background-color: #ccd0d2;
      border-color: #ccd0d2;
      color: #fff; }
  .btn-secondary {
    color: #0a3039;
    background-color: #d7dc43;
    border-color: #000;
    color: #0a3039;
    box-shadow: none; }
    .btn-secondary:hover {
      color: #0a3039;
      background-color: #c2c725;
      border-color: #000; }
    .btn-secondary:focus, .btn-secondary.focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
    .btn-secondary.disabled, .btn-secondary:disabled {
      color: #0a3039;
      background-color: #d7dc43;
      border-color: #000; }
    .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
      color: #0a3039;
      background-color: #c2c725;
      border-color: #000; }
      .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
    .btn-secondary:hover {
      color: #0a3039; }
    .btn-secondary:focus, .btn-secondary.focus, .btn-secondary:active, .btn-secondary.active {
      box-shadow: none !important;
      color: #0a3039 !important; }
  .btn input {
    position: absolute;
    z-index: 25;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background: none;
    opacity: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px; }
  @media (max-width: 767px) {
    .btn-sm, .btn-group-sm > .btn {
      padding: 9px 20px;
      font-size: 13px;
      line-height: 1.3846;
      border-radius: 0; }
      .btn-sm.btn-outline, .btn-group-sm > .btn-outline.btn {
        padding-top: 10px;
        padding-bottom: 10px; }
    .btn-xs-sm {
      padding: 9px 20px;
      font-size: 13px;
      line-height: 1.3846;
      border-radius: 0; } }

.btn-close {
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  width: 30px;
  height: 30px;
  border: 0;
  background: none;
  padding: 0;
  transition: all 0.3s; }
  .btn-close::before, .btn-close::after {
    content: '';
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    width: 22px;
    height: 1px;
    background: #000;
    transition: all 0.3s;
    margin: 14px 0 0 3px; }
  .btn-close:before {
    transform: rotate(45deg); }
  .btn-close:after {
    transform: rotate(-45deg); }
  .btn-close:hover {
    opacity: 0.85; }

.btn-remove {
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  width: 30px;
  height: 30px;
  border: 0;
  background: none;
  padding: 0; }
  .btn-remove::before, .btn-remove::after {
    content: '';
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    width: 28px;
    height: 2px;
    background: #999;
    transition: all 0.3s;
    margin: 14px 0 0 1px; }
  .btn-remove:before {
    transform: rotate(45deg); }
  .btn-remove:after {
    transform: rotate(-45deg); }
  .btn-remove:hover::before, .btn-remove:hover::after {
    background-color: #009fe3; }

.ico-link {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 38px;
  text-decoration: none;
  color: #009fe3;
  font-size: 14px;
  line-height: 1.2; }
  .ico-link .ico {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 24px;
    overflow: hidden;
    margin: -5px 0 0; }
    .ico-link .ico img {
      display: block;
      width: 100%;
      max-width: 100%;
      height: auto; }
  .ico-link:hover {
    text-decoration: none;
    opacity: 0.75;
    color: #009fe3; }

.button-search {
  display: inline-block;
  vertical-align: top;
  width: 48px;
  height: 48px;
  position: relative;
  overflow: hidden;
  font-size: 0;
  line-height: 0; }
  .button-search::before {
    content: "";
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    background: url(../images/ico-search-001.svg) no-repeat;
    background-size: 30px 30px;
    transition: all 0.3s; }
  .button-search input {
    position: absolute;
    z-index: 25;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background: none;
    opacity: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px; }
  .button-search:hover::before {
    opacity: 0.75; }

.form-control {
  display: block;
  width: 100%;
  height: 45px;
  font: 26px "AdelleSans", Arial, Helvetica, sans-serif;
  border: solid #009fe3;
  border-width: 0 0 2px;
  background: none;
  color: #000;
  padding: 2px 16px;
  margin: 0;
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none; }
  .form-control::-moz-placeholder {
    color: #666;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #666; }
  .form-control::-webkit-input-placeholder {
    color: #666; }
  .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #009fe3; }
  .form-control:invalid {
    outline: none !important; }
  @media (max-width: 767px) {
    .form-control {
      height: 35px;
      font-size: 18px;
      padding-left: 10px;
      padding-right: 10px; } }

textarea.form-control {
  min-height: 139px;
  line-height: 1.2;
  padding: 10px 20px;
  overflow: auto;
  resize: vertical; }

.input-item {
  position: relative;
  transition: all 0.3s; }
  .input-item .form-control {
    display: block;
    width: 100%;
    height: 50px;
    font: 26px "AdelleSans", Arial, Helvetica, sans-serif;
    border: solid #009fe3;
    border-width: 0 0 2px;
    background: none;
    color: #000;
    padding: 2px 15px;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    -webkit-appearance: none; }
    .input-item .form-control::-moz-placeholder {
      color: #666;
      opacity: 1; }
    .input-item .form-control:-ms-input-placeholder {
      color: #666; }
    .input-item .form-control::-webkit-input-placeholder {
      color: #666; }
  .input-item textarea.form-control {
    min-height: 139px;
    line-height: 1.2;
    padding: 10px 30px; }
    .input-item textarea.form-control + .placeholder-label {
      padding-left: 30px;
      padding-right: 30px; }
  .input-item .placeholder-label {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    margin: 0;
    max-height: 100%;
    overflow: hidden;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 400;
    color: #666;
    transition: all 0.3s;
    padding: 10px 15px; }
  .input-item.filled {
    padding-top: 10px; }
    .input-item.filled .placeholder-label {
      color: #009fe3;
      font-size: 14px;
      padding-top: 0;
      padding-bottom: 0; }
  .input-item-sm .form-control {
    height: 38px;
    font-size: 18px;
    padding-left: 2px;
    padding-right: 2px; }
  .input-item-sm .placeholder-label {
    font-size: 18px;
    padding: 8px 2px; }
  .input-item-sm.filled {
    padding-top: 10px; }
    .input-item-sm.filled .placeholder-label {
      font-size: 14px;
      padding-top: 0;
      padding-bottom: 0; }
  @media (max-width: 991px) {
    .input-item .form-control {
      height: 40px;
      font-size: 20px;
      padding-left: 10px;
      padding-right: 10px; }
    .input-item textarea.form-control {
      padding-left: 10px;
      padding-right: 10px; }
      .input-item textarea.form-control + .placeholder-label {
        padding-left: 10px;
        padding-right: 10px; }
    .input-item .placeholder-label {
      font-size: 20px;
      padding: 8px 10px; }
    .input-item.filled {
      padding-top: 10px; }
      .input-item.filled .placeholder-label {
        font-size: 14px;
        padding-top: 0;
        padding-bottom: 0; }
    .input-item-sm .form-control {
      height: 34px;
      font-size: 16px;
      padding-left: 2px;
      padding-right: 2px; }
    .input-item-sm .placeholder-label {
      font-size: 16px;
      padding: 8px 2px; }
    .input-item-sm.filled {
      padding-top: 2px; }
      .input-item-sm.filled .placeholder-label {
        font-size: 10px;
        padding-top: 0;
        padding-bottom: 0; } }

.input-item-file {
  position: relative; }
  .input-item-file .wpcf7-form-control-wrap {
    display: block; }
  .input-item-file label {
    display: block;
    margin: 0 0 10px;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 400;
    color: #666; }
  .input-item-file [type="file"] {
    width: 100% !important; }
  @media (max-width: 991px) {
    .input-item-file label {
      font-size: 20px;
      margin-bottom: 5px; } }

.check-item {
  display: block;
  margin: 0;
  position: relative;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: 400; }
  .check-item input[type=checkbox] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: -99999px;
    left: -99999px; }
    .check-item input[type=checkbox] + span {
      display: block;
      position: relative;
      padding: 0 0 0 34px; }
      .check-item input[type=checkbox] + span::before {
        content: '';
        position: absolute;
        z-index: 20;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        margin: 5px 0 0;
        border: solid 2px #009fe3;
        transition: all 0.3s; }
      .check-item input[type=checkbox] + span::after {
        content: "";
        position: absolute;
        z-index: 20;
        top: 0;
        left: 0;
        width: 13px;
        height: 7px;
        border: solid #000;
        border-width: 0 0 1px 1px;
        transform: rotate(-45deg);
        transition: all 0.3s;
        opacity: 0;
        margin: 9px 0 0 4px; }
    .check-item input[type=checkbox][disabled=disabled] + span::before {
      opacity: 0.4; }
    .check-item input[type=checkbox]:checked + span::before {
      border-width: 1px;
      border-color: #000; }
    .check-item input[type=checkbox]:checked + span::after {
      opacity: 1; }
    .check-item input[type=checkbox]:checked[disabled=disabled] + span::before {
      opacity: 1; }
  .check-item a {
    color: inherit;
    text-decoration: underline; }
    .check-item a:hover {
      color: inherit;
      text-decoration: none; }
  .check-item-md {
    color: #009fe3;
    font-size: 26px;
    line-height: 1.385; }
    .check-item-md input[type=checkbox] + span {
      padding-left: 36px; }
      .check-item-md input[type=checkbox] + span::before {
        margin: 8px 0 0; }
        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
          .check-item-md input[type=checkbox] + span::before {
            margin-top: 4px; } }
      .check-item-md input[type=checkbox] + span::after {
        margin: 12px 0 0 4px; }
        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
          .check-item-md input[type=checkbox] + span::after {
            margin-top: 8px; } }
  .check-item:hover input[type=checkbox]:not([disabled=disabled]) + span::before {
    border-width: 1px;
    border-color: #000; }
  @media (max-width: 767px) {
    .check-item input[type=checkbox] + span {
      padding-left: 30px; }
      .check-item input[type=checkbox] + span::before {
        margin-top: 2px; }
      .check-item input[type=checkbox] + span::after {
        margin-top: 6px; }
    .check-item-md {
      font-size: inherit;
      line-height: inherit; }
      .check-item-md input[type=checkbox] + span {
        padding-left: 30px; }
        .check-item-md input[type=checkbox] + span::before {
          margin-top: 2px; }
        .check-item-md input[type=checkbox] + span::after {
          margin-top: 6px; } }

.radio-list {
  list-style: none;
  margin: 0;
  padding: 0 0 21px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center; }
  .radio-list > li {
    padding-right: 98px;
    padding-bottom: 15px; }
    .radio-list > li:last-child {
      padding-right: 0; }
  @media (max-width: 991px) {
    .radio-list > li {
      max-width: 100%;
      flex: 0 0 100%;
      padding-right: 0;
      padding-bottom: 10px; } }

.radio-item {
  display: block;
  margin: 0;
  position: relative;
  color: #009fe3;
  font-size: 26px;
  line-height: 1.385;
  font-weight: 400; }
  .radio-item input[type=radio] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: -99999px;
    left: -99999px; }
    .radio-item input[type=radio] + span {
      display: block;
      position: relative;
      padding: 0 0 0 37px; }
      .radio-item input[type=radio] + span::before {
        content: '';
        position: absolute;
        z-index: 20;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        border-radius: 100%;
        margin: 8px 0 0;
        border: solid 2px #009fe3;
        transition: all 0.3s; }
      .radio-item input[type=radio] + span::after {
        content: "";
        position: absolute;
        z-index: 20;
        top: 0;
        left: 0;
        width: 19px;
        height: 19px;
        background: url(../images/ico-close-black-01.svg) no-repeat;
        background-size: 19px 19px;
        transition: all 0.3s;
        margin: 9px 0 0;
        transform: scale(0); }
    .radio-item input[type=radio][disabled=disabled] + span::before {
      opacity: 0.3; }
    .radio-item input[type=radio]:checked + span::before {
      opacity: 0; }
    .radio-item input[type=radio]:checked + span::after {
      transform: scale(1); }
    .radio-item input[type=radio]:checked[disabled=disabled] + span::before {
      opacity: 1; }
  .radio-item:hover input[type=radio]:not([disabled=disabled]) + span::before {
    border-width: 1px;
    border-color: #000; }
  @media (max-width: 767px) {
    .radio-item {
      font-size: inherit;
      line-height: inherit; }
      .radio-item input[type=radio] + span {
        padding-left: 30px; }
        .radio-item input[type=radio] + span::before {
          margin-top: 3px; }
        .radio-item input[type=radio] + span::after {
          margin-top: 3px; } }

.accept-block {
  max-width: 730px;
  padding-top: 23px;
  padding-bottom: 40px; }
  .accept-block .check-item {
    margin-bottom: 26px; }
    .accept-block .check-item .wpcf7-form-control-wrap {
      position: relative; }
      .accept-block .check-item .wpcf7-form-control-wrap .wpcf7-form-control {
        position: relative; }
        .accept-block .check-item .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
          position: relative;
          margin: 0; }
  .accept-block .check-note {
    display: block;
    color: inherit;
    font-size: 14px;
    line-height: 1.571;
    padding-left: 38px; }
  @media (max-width: 991px) {
    .accept-block {
      padding-bottom: 20px;
      max-width: none; } }
  @media (max-width: 767px) {
    .accept-block {
      padding-top: 15px;
      padding-bottom: 15px; }
      .accept-block .check-item {
        margin-bottom: 15px; }
      .accept-block .check-note {
        padding-left: 30px; } }

.radio-block {
  padding: 16px 0 0; }
  .radio-block h4 {
    color: inherit;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    font-family: "AdelleSans", Arial, Helvetica, sans-serif;
    margin-bottom: 26px; }
  @media (max-width: 767px) {
    .radio-block {
      padding: 3px 12px 0; } }

.radio-group {
  list-style: none;
  margin: 0;
  padding: 0; }
  .radio-group > li {
    padding-bottom: 14px; }
  @media (max-width: 767px) {
    .radio-group > li {
      padding-bottom: 19px; }
    .radio-group .radio-item {
      font-size: 20px;
      line-height: 1.2; }
      .radio-group .radio-item input[type=radio] + span {
        padding-left: 30px; }
        .radio-group .radio-item input[type=radio] + span::before {
          margin-top: 3px; }
        .radio-group .radio-item input[type=radio] + span::after {
          margin-top: 3px; } }

.ui-datepicker {
  border: 2px solid #009fe3;
  background: #fff;
  padding: 20px 20px 21px;
  width: 295px;
  max-width: 295px;
  box-shadow: none;
  z-index: 100 !important; }
  .ui-datepicker .ui-datepicker-header {
    padding: 0 0 20px;
    position: relative;
    border: 0; }
  .ui-datepicker .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-next {
    display: none !important; }
  .ui-datepicker .ui-datepicker-title {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; }
    .ui-datepicker .ui-datepicker-title .select2-container {
      width: auto !important;
      display: block; }
      .ui-datepicker .ui-datepicker-title .select2-container .select2-selection--single {
        border-bottom: 0; }
        .ui-datepicker .ui-datepicker-title .select2-container .select2-selection--single .select2-selection__rendered {
          padding-left: 0;
          padding-right: 30px; }
        .ui-datepicker .ui-datepicker-title .select2-container .select2-selection--single .select2-selection__arrow {
          width: 25px; }
          .ui-datepicker .ui-datepicker-title .select2-container .select2-selection--single .select2-selection__arrow b::before {
            font-size: 28px;
            line-height: 30px;
            margin: -10px 0 0; }
  .ui-datepicker .ui-datepicker-calendar {
    width: 100%;
    border-collapse: collapse;
    margin: 0; }
    .ui-datepicker .ui-datepicker-calendar th {
      color: #000;
      text-transform: uppercase;
      font: 14px/1.2 "AdelleSans", Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      padding: 0 2px 15px;
      text-align: center; }
    .ui-datepicker .ui-datepicker-calendar td {
      padding: 3px 3px 4px 4px;
      position: relative;
      width: 14.28%; }
      .ui-datepicker .ui-datepicker-calendar td:last-child {
        width: auto; }
      .ui-datepicker .ui-datepicker-calendar td a,
      .ui-datepicker .ui-datepicker-calendar td span {
        color: #009fe3;
        font: 14px/1.2 "AdelleSans", Arial, Helvetica, sans-serif;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        height: 30px;
        text-align: center;
        position: relative;
        border: 0;
        padding: 5px;
        text-decoration: none;
        transition: all 0.3s; }
      .ui-datepicker .ui-datepicker-calendar td a:hover {
        text-decoration: none;
        color: #000;
        background: none; }
      .ui-datepicker .ui-datepicker-calendar td .ui-state-highlight {
        color: #009fe3;
        background: none;
        position: relative; }
        .ui-datepicker .ui-datepicker-calendar td .ui-state-highlight::before {
          content: "";
          position: absolute;
          z-index: 10;
          top: 50%;
          left: 50%;
          width: 30px;
          height: 30px;
          border: 2px solid #009fe3;
          border-radius: 100%;
          pointer-events: none;
          transform: translate(-50%, -50%); }
        .ui-datepicker .ui-datepicker-calendar td .ui-state-highlight:hover {
          color: #009fe3;
          background: none; }
      .ui-datepicker .ui-datepicker-calendar td.ui-state-active {
        color: #009fe3;
        background: none; }
      .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month a,
      .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month span {
        color: #009fe3; }

body > #ui-datepicker-div {
  display: none; }

.date-input {
  position: relative;
  padding: 0 50px 0 0;
  border-bottom: 2px solid #009fe3; }
  .date-input > label {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    cursor: pointer; }
    .date-input > label::before {
      content: "";
      position: absolute;
      z-index: 20;
      top: 50%;
      right: 0;
      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;
      font-size: 32px;
      line-height: 34px;
      margin: -16px 15px 0 0;
      transition: all 0.3s;
      color: #009fe3; }
  .date-input:hover > label::before {
    color: #000; }
  .date-input .form-control {
    height: 35px;
    font: 26px/1 "AdelleSans", Arial, Helvetica, sans-serif;
    border: 0;
    background: none;
    color: #009fe3;
    padding: 0 10px;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    -webkit-appearance: none;
    position: relative;
    top: -2px; }
    .date-input .form-control::-moz-placeholder {
      color: #009fe3;
      opacity: 1; }
    .date-input .form-control:-ms-input-placeholder {
      color: #009fe3; }
    .date-input .form-control::-webkit-input-placeholder {
      color: #009fe3; }
    .date-input .form-control:focus {
      outline: none; }
  @media (max-width: 767px) {
    .date-input {
      padding-right: 40px; }
      .date-input > label {
        width: 40px; }
        .date-input > label::before {
          font-size: 28px;
          line-height: 30px;
          margin: -10px 13px 0 0; }
      .date-input .form-control {
        height: 32px;
        font-size: 20px; } }

.widget-link {
  cursor: pointer;
  text-decoration: none; }
  .widget-link:hover, .widget-link:focus {
    text-decoration: none;
    color: inherit; }

.dropdown-box {
  position: relative; }
  .dropdown-box .dropdown-toggle {
    display: block;
    position: relative;
    text-decoration: none;
    color: #009fe3;
    font-size: 26px;
    line-height: 1.2;
    padding: 2px 50px 2px 10px;
    border-bottom: 2px solid #009fe3; }
    .dropdown-box .dropdown-toggle::after {
      content: "";
      position: absolute;
      z-index: 20;
      top: 50%;
      right: 0;
      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;
      font-size: 20px;
      line-height: 22px;
      margin: -10px 15px 0 0;
      width: auto;
      height: auto;
      vertical-align: top;
      border: 0;
      transition: all 0.3s; }
    .dropdown-box .dropdown-toggle:hover {
      text-decoration: none;
      color: #009fe3; }
      .dropdown-box .dropdown-toggle:hover::after {
        color: #000; }
  .dropdown-box .dropdown-menu {
    min-width: 295px;
    max-width: 295px;
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
    border: 0; }
    .dropdown-box .dropdown-menu .dropdown-item {
      padding: 11px 20px;
      font-size: 18px;
      line-height: 1.222;
      color: #009fe3;
      text-decoration: none;
      white-space: normal;
      border: 0; }
      .dropdown-box .dropdown-menu .dropdown-item:hover {
        text-decoration: none;
        color: #009fe3;
        background-color: #d7dc43; }

#header {
  position: relative;
  z-index: 100;
  background-color: #fff; }
  #header .container-fluid {
    padding-top: 23px;
    padding-bottom: 23px; }
  #header .header-buttons {
    list-style: none;
    margin: 0 -15px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center; }
    #header .header-buttons > li {
      padding: 0 15px; }
      #header .header-buttons > li > a {
        text-decoration: none;
        display: inline-block;
        vertical-align: top;
        color: #009fe3;
        font: 700 16px/1.313 "UniSans", Arial, Helvetica, sans-serif;
        padding: 13px 30px 13px 65px;
        border: 1px solid #0a3039;
        text-transform: uppercase;
        position: relative; }
        #header .header-buttons > li > a .ico-menu {
          position: absolute;
          z-index: 10;
          top: 50%;
          left: 0;
          width: 28px;
          height: 20px;
          font-size: 0;
          line-height: 0;
          overflow: hidden;
          transform: translate(0, -50%);
          margin: -1px 0 0 22px; }
          #header .header-buttons > li > a .ico-menu span {
            position: absolute;
            z-index: 20;
            top: 0;
            left: 0;
            width: 100%;
            height: 2px;
            font-size: 0;
            line-height: 0;
            background: #009fe3;
            transition: all 0.3s; }
            #header .header-buttons > li > a .ico-menu span:nth-child(2) {
              margin-top: 9px; }
            #header .header-buttons > li > a .ico-menu span:nth-child(3) {
              margin-top: 18px; }
        #header .header-buttons > li > a .ico-calendar {
          position: absolute;
          z-index: 10;
          top: 50%;
          left: 0;
          width: 29px;
          height: 24px;
          font-size: 0;
          line-height: 0;
          overflow: hidden;
          transform: translate(0, -50%);
          margin: -1px 0 0 17px; }
          #header .header-buttons > li > a .ico-calendar::before, #header .header-buttons > li > a .ico-calendar::after {
            content: "";
            position: absolute;
            z-index: 10;
            top: 0;
            left: 0;
            width: 29px;
            height: 24px;
            background-repeat: no-repeat;
            background-position: 0 0;
            background-size: 29px 24px;
            transition: all 0.3s; }
          #header .header-buttons > li > a .ico-calendar::before {
            background-image: url(../images/ico-calendar-blue-01.svg); }
          #header .header-buttons > li > a .ico-calendar::after {
            opacity: 0;
            background-image: url(../images/ico-calendar-white-01.svg); }
        #header .header-buttons > li > a:hover {
          text-decoration: none;
          background-color: #009fe3;
          border-color: #009fe3;
          color: #fff; }
          #header .header-buttons > li > a:hover .ico-menu span {
            background-color: #fff; }
          #header .header-buttons > li > a:hover .ico-calendar::before {
            opacity: 0; }
          #header .header-buttons > li > a:hover .ico-calendar::after {
            opacity: 1; }
  #header .logo {
    width: 196px;
    height: 55px;
    background: url(../images/logo.svg) no-repeat;
    background-size: 196px 55px;
    display: block;
    margin: 0 auto;
    font-size: 0;
    line-height: 0;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
    top: 0; }
    #header .logo a {
      display: block;
      height: 100%; }
    #header .logo:hover {
      top: -5px; }
  #header .btn-cart {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #009fe3;
    font-size: 16px;
    line-height: 1.2;
    position: relative;
    padding: 20px 5px 14px 50px; }
    #header .btn-cart::before, #header .btn-cart::after {
      content: "";
      position: absolute;
      z-index: 10;
      top: 50%;
      left: 0;
      width: 39px;
      height: 35px;
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 39px 35px;
      transition: all 0.3s;
      transform: translate(0, -50%); }
    #header .btn-cart::before {
      background-image: url(../images/ico-cart-black-01.svg); }
    #header .btn-cart::after {
      opacity: 0;
      background-image: url(../images/ico-cart-blue-01.svg); }
    #header .btn-cart:hover {
      text-decoration: none;
      color: #009fe3; }
      #header .btn-cart:hover::before {
        opacity: 0; }
      #header .btn-cart:hover::after {
        opacity: 1; }
  #header .languages-dropdown {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 5px 0 0 28px; }
    #header .languages-dropdown .dropdown-toggle {
      display: inline-block;
      vertical-align: top;
      position: relative;
      text-decoration: none;
      color: #000;
      font-size: 16px;
      line-height: 1.2;
      padding: 5px 23px 5px 0; }
      #header .languages-dropdown .dropdown-toggle::after {
        content: "";
        position: absolute;
        z-index: 20;
        top: 50%;
        right: 0;
        transform: translate(0, -50%);
        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;
        font-size: 20px;
        line-height: 24px;
        width: auto;
        height: auto;
        margin: 1px 5px 0 0;
        vertical-align: middle;
        border: 0; }
        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
          #header .languages-dropdown .dropdown-toggle::after {
            margin-top: -2px; } }
      #header .languages-dropdown .dropdown-toggle:hover {
        text-decoration: none;
        color: #009fe3; }
    #header .languages-dropdown .dropdown-menu {
      left: auto !important;
      right: 0;
      min-width: 80px;
      max-width: 80px;
      padding: 0;
      margin: 0;
      list-style: none;
      background-color: #fff;
      border-radius: 0;
      box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
      border: 0; }
      #header .languages-dropdown .dropdown-menu .dropdown-item {
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.2;
        line-height: inherit;
        color: #009fe3;
        text-decoration: none;
        white-space: normal;
        border: 0; }
        #header .languages-dropdown .dropdown-menu .dropdown-item:hover {
          text-decoration: none;
          color: #009fe3;
          background-color: #d7dc43; }
  @media (max-width: 1299px) {
    #header .header-buttons {
      margin-left: -5px;
      margin-right: -5px;
      padding: 0; }
      #header .header-buttons > li {
        padding-left: 5px;
        padding-right: 5px; }
        #header .header-buttons > li > a {
          padding: 12px 20px 12px 50px; }
          #header .header-buttons > li > a .ico-menu {
            margin-left: 12px; }
          #header .header-buttons > li > a .ico-calendar {
            margin-left: 12px; } }
  @media (max-width: 991px) {
    #header .container-fluid {
      padding-top: 9px;
      padding-bottom: 9px; }
    #header .header-buttons {
      justify-content: flex-end;
      margin-right: -10px; }
      #header .header-buttons > li > a {
        font-size: 0;
        line-height: 0;
        border: 0;
        width: 40px;
        height: 31px;
        padding: 0; }
        #header .header-buttons > li > a .ico-menu {
          left: 50%;
          width: 30px;
          height: 22px;
          transform: translate(-50%, -50%);
          margin: 0; }
          #header .header-buttons > li > a .ico-menu span:nth-child(2) {
            margin-top: 10px; }
          #header .header-buttons > li > a .ico-menu span:nth-child(3) {
            margin-top: 20px; }
        #header .header-buttons > li > a:hover {
          background: none; }
          #header .header-buttons > li > a:hover .ico-menu span {
            background-color: #009fe3; }
    #header .logo {
      width: 93px;
      height: 25px;
      background-image: url(../images/logo-mobile.svg);
      background-size: 93px 25px;
      margin: 0; } }

.main-menu {
  position: fixed;
  z-index: 110;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s; }
  .open-menu .main-menu {
    pointer-events: all;
    opacity: 1;
    visibility: visible; }
  .main-menu > .btn-close {
    position: absolute;
    z-index: 20;
    top: 0;
    right: 0;
    margin: 27px 27px 0 0;
    width: 50px;
    height: 50px; }
    .main-menu > .btn-close::before, .main-menu > .btn-close::after {
      width: 40px;
      height: 2px;
      margin: 24px 0 0 5px; }
  .main-menu-holder {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    padding: 95px 40px 170px 67px; }
  .main-menu-scrollable {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 100%;
    height: 100%; }
  .main-menu .jspHorizontalBar {
    display: none !important; }
  .main-menu .add-nav {
    list-style: none;
    margin: 0;
    padding: 90px 0 0; }
    .main-menu .add-nav > li {
      margin-bottom: 30px;
      font: 700 50px/1.2 "UniSans", Arial, Helvetica, sans-serif; }
      .main-menu .add-nav > li:last-child {
        margin-bottom: 0; }
      .main-menu .add-nav > li > a {
        text-decoration: none;
        display: inline-block;
        vertical-align: top;
        color: #009fe3; }
        .main-menu .add-nav > li > a:hover {
          text-decoration: none;
          color: #000; }
  .main-menu .search-form {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 700px;
    padding: 0 68px 88px; }
    .main-menu .search-form .search-form-row {
      display: flex;
      flex-wrap: nowrap;
      align-items: center; }
    .main-menu .search-form .input-box {
      transition: all 0.3s;
      max-width: 0;
      flex-grow: 1; }
      .main-menu-search-opened .main-menu .search-form .input-box {
        max-width: 100%;
        padding-right: 15px; }
    .main-menu .search-form .btn-box {
      position: relative; }
    .main-menu .search-form .main-menu-search-opener {
      position: absolute;
      z-index: 10;
      top: 0;
      left: 0;
      text-decoration: none;
      font-size: 50px;
      line-height: 1.2;
      font-family: "UniSans", Arial, Helvetica, sans-serif;
      font-weight: 700;
      color: #009fe3; }
      .main-menu .search-form .main-menu-search-opener:hover {
        text-decoration: none;
        color: #000; }
      .main-menu-search-opened .main-menu .search-form .main-menu-search-opener {
        opacity: 0;
        pointer-events: none; }
    .main-menu .search-form .form-control {
      height: 70px;
      font: 50px "UniSans", Arial, Helvetica, sans-serif;
      border: solid #009fe3;
      border-width: 0 0 2px;
      color: #009fe3;
      padding-left: 0;
      padding-right: 0; }
      .main-menu .search-form .form-control::-moz-placeholder {
        color: #009fe3;
        opacity: 1; }
      .main-menu .search-form .form-control:-ms-input-placeholder {
        color: #009fe3; }
      .main-menu .search-form .form-control::-webkit-input-placeholder {
        color: #009fe3; }
      .main-menu .search-form .form-control::placeholder {
        font-weight: 700; }
      .main-menu .search-form .form-control:-ms-input-placeholder {
        font-weight: 700; }
      .main-menu .search-form .form-control::-ms-input-placeholder {
        font-weight: 700; }
    .main-menu .search-form input[type=submit] {
      display: inline-block;
      vertical-align: top;
      font-size: 50px;
      line-height: 1.2;
      font-family: "UniSans", Arial, Helvetica, sans-serif;
      font-weight: 700;
      color: #009fe3;
      border: 0;
      background: none;
      padding: 0;
      cursor: pointer;
      transition: all 0.3s;
      opacity: 0;
      pointer-events: none; }
      .main-menu .search-form input[type=submit]:hover {
        color: #000; }
      .main-menu-search-opened .main-menu .search-form input[type=submit] {
        opacity: 1;
        pointer-events: all; }
@media (min-height: 865px) and (max-height: 1100px) and (min-width: 992px) {
  .main-menu .add-nav > li {
    font-size: 42px; }
  .main-menu .search-form .main-menu-search-opener {
    font-size: 42px; }
  .main-menu .search-form .form-control {
    font-size: 42px; }
  .main-menu .search-form input[type=submit] {
    font-size: 42px; } }

@media (min-height: 768px) and (max-height: 920px) and (min-width: 992px) {
  .main-menu .add-nav {
    padding-top: 20px; }
    .main-menu .add-nav > li {
      font-size: 36px;
      margin-bottom: 10px; }
  .main-menu .search-form .main-menu-search-opener {
    font-size: 36px; }
  .main-menu .search-form .form-control {
    font-size: 36px; }
  .main-menu .search-form input[type=submit] {
    font-size: 36px; } }

  @media (max-width: 1439px) {
    .main-menu .add-nav {
      padding-top: 80px; }
      .main-menu .add-nav > li {
        font-size: 40px; }
    .main-menu .search-form .main-menu-search-opener {
      font-size: 40px; }
    .main-menu .search-form .form-control {
      font-size: 40px; }
    .main-menu .search-form input[type=submit] {
      font-size: 40px; } }
  @media (max-width: 1299px) {
    .main-menu-holder {
      padding: 50px 20px 150px 40px; }
    .main-menu .add-nav {
      padding-top: 50px; }
      .main-menu .add-nav > li {
        font-size: 34px; }
    .main-menu .search-form {
      width: 500px;
      padding: 0 40px 50px; }
      .main-menu .search-form .main-menu-search-opener {
        font-size: 34px; }
      .main-menu .search-form .form-control {
        font-size: 34px; }
      .main-menu .search-form input[type=submit] {
        font-size: 34px; } }
@media (min-height: 600px) and (max-height: 767px) and (min-width: 992px) {
  .main-menu .add-nav {
    padding-top: 20px; }
    .main-menu .add-nav > li {
      font-size: 30px;
      margin-bottom: 10px; }
  .main-menu .search-form .main-menu-search-opener {
    font-size: 30px; }
  .main-menu .search-form .form-control {
    font-size: 30px; }
  .main-menu .search-form input[type=submit] {
    font-size: 30px; } }

  @media (max-width: 991px) {
    .main-menu {
      right: auto;
      margin-left: -100%;
      width: 100%;
      opacity: 1; }
      .open-menu .main-menu {
        margin-left: 0; }
      .main-menu > .btn-close {
        margin: 10px 10px 0 0;
        width: 30px;
        height: 30px; }
        .main-menu > .btn-close::before, .main-menu > .btn-close::after {
          width: 25px;
          height: 2px;
          margin: 14px 0 0 3px; }
      .main-menu-holder {
        right: 0;
        width: auto;
        padding: 45px 0;
        overflow: auto;
        transition: all 0.3s; }
      .main-menu-scrollable {
        padding: 0;
        height: auto;
        max-height: none;
        overflow: visible !important; }
      .main-menu .add-nav {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        margin: 0;
        padding: 20px;
        transition: all 0.3s; }
        .main-menu .add-nav > li {
          margin-bottom: 20px;
          font-size: 26px; }
          .main-menu .add-nav > li:last-child {
            margin-bottom: 0; }
      .main-menu .search-form {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        padding: 0 20px 25px;
        transition: all 0.3s;
        width: auto; }
        .main-menu .search-form .main-menu-search-opener {
          font-size: 26px; }
        .main-menu .search-form .form-control {
          height: 40px;
          font-size: 26px; }
        .main-menu .search-form input[type=submit] {
          font-size: 26px; }
      .main-menu.submenu-opened .main-menu-holder {
        padding-top: 40px;
        padding-bottom: 0; } }

.main-nav {
  position: relative; }
  .main-nav > ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .main-nav > ul > li {
      margin: 0 0 25px; }
      .main-nav > ul > li:last-child {
        margin-bottom: 0; }
      .main-nav > ul > li > a {
        text-decoration: none;
        color: #009fe3;
        display: inline-block;
        vertical-align: top;
        font: 50px/1.2 "UniSans", Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        position: relative; }
        .main-nav > ul > li > a::before {
          content: "";
          position: absolute;
          z-index: 5;
          bottom: 0;
          left: 0;
          right: 0;
          height: 2px;
          background-color: #000;
          transition: all 0.3s;
          opacity: 0; }
        .main-nav > ul > li > a:hover {
          text-decoration: none; }
      .main-nav > ul > li:hover > a {
        color: #000; }
        .main-nav > ul > li:hover > a::before {
          opacity: 1; }
      .main-nav > ul > li.active > a {
        color: #000; }
        .main-nav > ul > li.active > a::before {
          opacity: 1; }
      .main-nav > ul > li .menu-panel {
        position: fixed;
        z-index: 100;
        top: 0;
        bottom: 0;
        right: 0;
        width: 50%;
        overflow: hidden;
        margin-right: -50%;
        transition: all 0.3s; }
        .main-nav > ul > li .menu-panel-body {
          position: absolute;
          z-index: 10;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          width: 100%;
          display: flex;
          flex-wrap: nowrap;
          flex-direction: row;
          align-items: center;
          overflow: hidden; }
        .main-nav > ul > li .menu-panel .menu-panel-scrollabe {
          width: 100%;
          max-height: 100%;
          overflow-x: hidden;
          overflow-y: auto; }
        .main-nav > ul > li .menu-panel ul {
          list-style: none;
          margin: 0;
          padding: 0 0 49px; }
          .main-nav > ul > li .menu-panel ul::before, .main-nav > ul > li .menu-panel ul::after {
            content: "";
            display: block;
            height: 87px; }
          .main-nav > ul > li .menu-panel ul > li > a {
            display: block;
            font-size: 26px;
            line-height: 1.2;
            font-family: "AdelleSans", Arial, Helvetica, sans-serif;
            text-decoration: none;
            color: #0a3039;
            padding: 13px 20px 13px 61px;
            position: relative; }
            .main-nav > ul > li .menu-panel ul > li > a:hover {
              text-decoration: none;
              color: #0a3039;
              background-color: #fff; }
            .main-nav > ul > li .menu-panel ul > li > a strong {
              font-weight: 700; }
            .main-nav > ul > li .menu-panel ul > li > a .opener {
              position: absolute;
              z-index: 10;
              top: 0;
              bottom: 0;
              left: 0;
              width: 55px;
              font-size: 0;
              line-height: 0;
              overflow: hidden; }
              .main-nav > ul > li .menu-panel ul > li > a .opener::before, .main-nav > ul > li .menu-panel ul > li > a .opener::after {
                content: "";
                position: absolute;
                z-index: 10;
                top: 0;
                left: 0;
                background-color: #000; }
              .main-nav > ul > li .menu-panel ul > li > a .opener::before {
                width: 20px;
                height: 2px;
                margin: 29px 0 0 22px; }
              .main-nav > ul > li .menu-panel ul > li > a .opener::after {
                width: 2px;
                height: 20px;
                margin: 20px 0 0 31px; }
          .main-nav > ul > li .menu-panel ul > li .sub-menu-panel {
            position: fixed;
            z-index: 110;
            top: 0;
            bottom: 0;
            right: 0;
            width: 41.75%;
            margin-right: -60%;
            background-color: #fff;
            transition: all 0.3s;
            overflow: hidden;
            transform: translate(-90px, 0); }
            .main-nav > ul > li .menu-panel ul > li .sub-menu-panel > .menu-panel-scrollabe {
              position: absolute;
              top: 116px;
              bottom: 50px;
              left: 0;
              right: 0; }
          .main-nav > ul > li .menu-panel ul ul {
            padding: 0 30px 0 63px; }
            .main-nav > ul > li .menu-panel ul ul::before, .main-nav > ul > li .menu-panel ul ul::after {
              display: none; }
            .main-nav > ul > li .menu-panel ul ul > li {
              margin-bottom: 20px; }
              .main-nav > ul > li .menu-panel ul ul > li:last-child {
                margin-bottom: 0; }
              .main-nav > ul > li .menu-panel ul ul > li > a {
                display: inline-block;
                vertical-align: top;
                font-size: 18px;
                padding: 0; }
                .main-nav > ul > li .menu-panel ul ul > li > a:hover {
                  color: #009fe3;
                  background: none; }
              .main-nav > ul > li .menu-panel ul ul > li.active > a {
                color: #009fe3; }
        .main-nav > ul > li .menu-panel-bg {
          position: absolute;
          z-index: 5;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          background-size: cover;
          background-position: 50% 50%;
          background-repeat: no-repeat;
          overflow: hidden; }
      .main-nav > ul > li.active > .menu-panel {
        margin-right: 0; }
        .main-nav > ul > li.active > .menu-panel ul > li.active .sub-menu-panel {
          margin-right: 0; }
  .main-nav .btn-menu-back {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    font-size: 0;
    line-height: 0;
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin: 28px 0 0 17px; }
    .main-nav .btn-menu-back::before {
      content: "";
      position: absolute;
      z-index: 10;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(45deg);
      width: 20px;
      height: 20px;
      border: solid #009fe3;
      border-width: 0 0 2px 2px;
      transition: all 0.3s;
      margin-left: 5px; }
    .main-nav .btn-menu-back:hover::before {
      border-color: #000; }
  .main-nav .desktop-opener,
  .main-nav .mobile-opener {
    position: absolute;
    z-index: 5;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    cursor: pointer; }
@media (min-height: 865px) and (max-height: 1050px) and (min-width: 992px) {
  .main-nav > ul > li > a {
    font-size: 42px; } }

@media (min-height: 768px) and (max-height: 864px) and (min-width: 992px) {
  .main-nav > ul > li {
    margin-bottom: 15px; }
    .main-nav > ul > li > a {
      font-size: 36px; } }

  @media (min-width: 992px) {
    .main-nav > ul > li.visible > a {
      color: #000; }
      .main-nav > ul > li.visible > a::before {
        opacity: 1; }
    .main-nav > ul > li.visible > .menu-panel {
      margin-right: 0; } }
  @media (max-width: 1439px) {
    .main-nav > ul > li > a {
      font-size: 40px; } }
@media (min-height: 600px) and (max-height: 767px) and (min-width: 992px) {
  .main-nav > ul > li {
    margin-bottom: 10px; }
    .main-nav > ul > li > a {
      font-size: 30px; } }

  @media (max-width: 1299px) {
    .main-nav > ul > li > a {
      font-size: 34px; }
    .main-nav > ul > li .menu-panel ul {
      padding: 0; }
      .main-nav > ul > li .menu-panel ul::before, .main-nav > ul > li .menu-panel ul::after {
        height: 50px; }
      .main-nav > ul > li .menu-panel ul > li > a {
        font-size: 22px;
        padding: 10px 20px 10px 60px; }
        .main-nav > ul > li .menu-panel ul > li > a .opener::before {
          margin: 23px 0 0 22px; }
        .main-nav > ul > li .menu-panel ul > li > a .opener::after {
          margin: 14px 0 0 31px; }
      .main-nav > ul > li .menu-panel ul > li .sub-menu-panel {
        width: 48%;
        transform: translate(-10px, 0); }
        .main-nav > ul > li .menu-panel ul > li .sub-menu-panel > .menu-panel-scrollabe {
          top: 80px;
          bottom: 40px; }
      .main-nav > ul > li .menu-panel ul ul {
        padding: 0 20px 0 50px; }
        .main-nav > ul > li .menu-panel ul ul > li {
          margin-bottom: 15px; }
          .main-nav > ul > li .menu-panel ul ul > li:last-child {
            margin-bottom: 0; }
          .main-nav > ul > li .menu-panel ul ul > li > a {
            font-size: 16px;
            padding: 0; } }
  @media (max-width: 991px) {
    .main-nav {
      position: static; }
      .main-nav > ul > li {
        margin-bottom: 0; }
        .main-nav > ul > li > a {
          display: block;
          font-size: 26px;
          line-height: 1.385;
          position: relative;
          padding: 8px 50px; }
          .main-nav > ul > li > a::before {
            display: none; }
          .main-nav > ul > li > a .opener {
            position: absolute;
            z-index: 10;
            top: 0;
            left: 0;
            width: 22px;
            height: 22px;
            margin: 13px 0 0 20px;
            font-size: 0;
            line-height: 0;
            overflow: hidden; }
            .main-nav > ul > li > a .opener::before, .main-nav > ul > li > a .opener::after {
              content: "";
              position: absolute;
              z-index: 10;
              background-color: #009fe3; }
            .main-nav > ul > li > a .opener::before {
              top: 10px;
              bottom: 10px;
              left: 0;
              right: 0; }
            .main-nav > ul > li > a .opener::after {
              top: 0;
              bottom: 0;
              left: 10px;
              right: 10px; }
        .main-nav > ul > li.has-menu-panel > a {
          padding-left: 52px; }
        .main-nav > ul > li .menu-panel {
          position: relative;
          top: auto;
          left: auto;
          right: auto;
          bottom: auto;
          overflow: visible;
          margin: 0;
          transition: none;
          width: auto;
          z-index: 90;
          display: none; }
          .main-nav > ul > li .menu-panel-body {
            position: relative;
            top: auto;
            bottom: auto;
            left: auto;
            right: auto;
            overflow: visible;
            display: block; }
          .main-nav > ul > li .menu-panel .menu-panel-scrollabe {
            width: auto;
            max-height: none;
            overflow: visible; }
          .main-nav > ul > li .menu-panel ul {
            padding: 0 20px 0 56px; }
            .main-nav > ul > li .menu-panel ul::before, .main-nav > ul > li .menu-panel ul::after {
              display: none; }
            .main-nav > ul > li .menu-panel ul > li {
              padding-bottom: 26px; }
              .main-nav > ul > li .menu-panel ul > li > a {
                font-size: 20px;
                padding: 0;
                display: block;
                position: relative; }
                .main-nav > ul > li .menu-panel ul > li > a:hover {
                  color: #009fe3;
                  background: none; }
                .main-nav > ul > li .menu-panel ul > li > a .opener {
                  bottom: auto;
                  width: 22px;
                  height: 22px;
                  margin: 2px 0 0; }
                  .main-nav > ul > li .menu-panel ul > li > a .opener::before {
                    top: 10px;
                    bottom: 10px;
                    left: 0;
                    right: 0;
                    margin: 0;
                    width: auto;
                    height: auto; }
                  .main-nav > ul > li .menu-panel ul > li > a .opener::after {
                    top: 0;
                    bottom: 0;
                    left: 10px;
                    right: 10px;
                    margin: 0;
                    width: auto;
                    height: auto; }
              .main-nav > ul > li .menu-panel ul > li.has-sub-menu-panel > a {
                padding-left: 30px; }
              .main-nav > ul > li .menu-panel ul > li .sub-menu-panel {
                position: relative;
                top: auto;
                left: auto;
                bottom: auto;
                right: auto;
                width: auto;
                margin-right: 0;
                background: none;
                transition: none;
                overflow: visible;
                transform: none;
                transition: none;
                display: none;
                padding: 15px 0 0; }
                .main-nav > ul > li .menu-panel ul > li .sub-menu-panel > .menu-panel-scrollabe {
                  position: relative;
                  top: auto;
                  bottom: auto;
                  left: auto;
                  right: auto; }
            .main-nav > ul > li .menu-panel ul ul {
              padding: 0 0 0 30px; }
              .main-nav > ul > li .menu-panel ul ul::before, .main-nav > ul > li .menu-panel ul ul::after {
                display: none; }
              .main-nav > ul > li .menu-panel ul ul > li {
                padding-bottom: 15px;
                margin-bottom: 0; }
                .main-nav > ul > li .menu-panel ul ul > li:last-child {
                  margin-bottom: 0; }
                .main-nav > ul > li .menu-panel ul ul > li > a {
                  display: block;
                  font-size: 16px;
                  padding: 0; }
          .main-nav > ul > li .menu-panel-bg {
            display: none; }
        .sticky-main-nav-item .main-nav > ul > li.opened > a {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          background-color: #fff;
          z-index: 95; }
        .sticky-main-nav-item .main-nav > ul > li.opened > .menu-panel {
          padding-top: 88px; }
        .main-nav > ul > li.opened > a {
          text-decoration: none; }
          .main-nav > ul > li.opened > a .opener::after {
            opacity: 0; }
        .main-nav > ul > li > .menu-panel ul > li.opened > a .opener::after {
          opacity: 0; }
      .main-nav .btn-menu-back {
        display: none; } }

html.open-menu {
  overflow: hidden;
  width: 100%;
  height: 100%; }
  html.open-menu body {
    overflow: hidden;
    width: 100%;
    height: 100%; }

.primary-gradient {
  position: relative; }
  .primary-gradient::before {
    content: "";
    position: absolute;
    z-index: 5;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #d7dc43;
    mix-blend-mode: multiply; }
    .not-support-mix-blend-mode .primary-gradient::before {
      opacity: 0.6; }
  .primary-gradient::after {
    content: "";
    position: absolute;
    z-index: 6;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(#009fe3, #009fe3 40%, #afd061);
    background-repeat: no-repeat;
    mix-blend-mode: screen; }
    .not-support-mix-blend-mode .primary-gradient::after {
      opacity: 0.6; }

.home-slider {
  position: relative;
  margin-bottom: 50px; }
  .home-slider .slides {
    position: relative;
    z-index: 30; }
  .home-slider .slick-list {
    overflow: visible; }
  .home-slider .slick-slide {
    position: relative;
    opacity: 1 !important;
    z-index: 5 !important; }
    .home-slider .slick-slide:focus {
      outline: none; }
    .home-slider .slick-slide .home-banner {
      transition: all 0.05s; }
      .home-slider .slick-slide .home-banner .image {
        transform: translate(-75%, 30px);
        transition: opacity 0.1s; }
        .home-slider .slick-slide .home-banner .image::before, .home-slider .slick-slide .home-banner .image::after {
          transition: all 0.3s; }
      .home-slider .slick-slide .home-banner figcaption {
        transition: all 0.3s;
        opacity: 0; }
    .home-slider .slick-slide.slick-inactive .home-banner {
      opacity: 0; }
    .home-slider .slick-slide.slick-inactive:last-child .home-banner {
      opacity: 1; }
    .home-slider .slick-slide.slick-prev:first-child .home-banner {
      opacity: 0; }
  .home-slider.last-slide-active .slick-slide:first-child .home-banner .image {
    transform: translate(75.5%, -50px); }
  .home-slider.last-slide-active .slick-slide.slick-inactive .home-banner {
    opacity: 1; }
  .home-slider .slick-current {
    z-index: 10 !important; }
    .home-slider .slick-current .home-banner .image {
      transform: translate(0, 0);
      transition: all 0.3s; }
      .home-slider .slick-current .home-banner .image::before, .home-slider .slick-current .home-banner .image::after {
        opacity: 0; }
      .home-slider .slick-current .home-banner .image-holder {
        margin-left: 148px;
        box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.5); }
    .home-slider .slick-current .home-banner figcaption {
      opacity: 1; }
    .home-slider .slick-current + .slick-slide .home-banner .image {
      transform: translate(75.5%, -50px); }
  @media (min-width: 768px) {
    .home-slider .slick-arrow {
      margin-top: 8px !important; } }
  @media (max-width: 991px) {
    .home-slider {
      margin-bottom: 30px; }
      .home-slider .slick-slide .home-banner .image {
        transform: translate(-75%, 10px); }
      .home-slider.last-slide-active .slick-slide:first-child .home-banner .image {
        transform: translate(75.5%, -30px); }
      .home-slider .slick-current .home-banner .image {
        transform: translate(0, 0); }
        .home-slider .slick-current .home-banner .image-holder {
          margin-left: 90px;
          margin-right: 20px; }
      .home-slider .slick-current + .slick-slide .home-banner .image {
        transform: translate(75.5%, -30px); } }
  @media (max-width: 767px) {
    .home-slider {
      margin-bottom: 40px;
      overflow: hidden; }
      .home-slider .slick-arrow {
        top: 0;
        transform: translate(0, -13px); }
        .home-slider .slick-arrow.slick-prev {
          display: none !important; }
      .home-slider .slick-slide .home-banner .image {
        transform: translate(0, 0) scale(5); }
      .home-slider.last-slide-active .slick-slide:first-child .home-banner .image {
        transform: translate(0, 0) scale(5); }
      .home-slider .slick-current .home-banner {
        margin-right: 36px; }
        .home-slider .slick-current .home-banner .image {
          transform: translate(0, 0) scale(1);
          transition: none; }
          .home-slider .slick-current .home-banner .image-holder {
            margin-left: 0;
            margin-right: 0;
            box-shadow: none; }
      .home-slider .slick-current + .slick-slide .home-banner .image {
        transform: translate(0, 0) scale(5); } }

.home-banner-holder {
  display: flex;
  width: 100%; }
  @media (max-width: 991px) {
    .home-banner-holder {
      display: block;
      width: auto; } }

.home-banner {
  position: relative;
  z-index: 5;
  margin: 0;
  padding-top: 52px;
  min-height: calc(100vh - 101px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  flex-grow: 1; }
  .home-banner .image {
    position: relative;
    max-width: 1168px;
    margin: 0 auto 30px; }
    .home-banner .image-holder {
      position: relative;
      overflow: hidden; }
      .home-banner .image-holder img {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto; }
  .home-banner figcaption {
    position: absolute;
    z-index: 25;
    top: 12px;
    bottom: 0;
    left: 0;
    width: 546px;
    background-image: linear-gradient(#009fe3, #009fe3 30%, rgba(0, 159, 227, 0));
    background-repeat: no-repeat;
    padding: 97px 50px 40px 87px;
    font-size: 26px;
    line-height: 1.385;
    color: inherit; }
    .home-banner figcaption h1,
    .home-banner figcaption h2 {
      text-transform: uppercase;
      color: #fff;
      margin-bottom: 25px;
      font-size: 60px; }
    .home-banner figcaption p {
      margin: 0 0 -3px; }
    .home-banner figcaption .banner-link {
      display: inline-block;
      vertical-align: top;
      text-decoration: underline;
      color: #fff;
      font: 700 32px/1.2 "UniSans", Arial, Helvetica, sans-serif;
      margin-top: 30px; }
      .home-banner figcaption .banner-link:hover {
        color: #fff;
        text-decoration: none; }
  @media (max-width: 1439px) {
    .home-banner .image {
      max-width: 1060px; } }
  @media (max-width: 1299px) {
    .home-banner figcaption {
      width: 400px;
      padding: 60px 20px 40px 70px; }
      .home-banner figcaption h1,
      .home-banner figcaption h2 {
        font-size: 40px;
        margin-bottom: 15px; }
      .home-banner figcaption .banner-link {
        font-size: 30px; } }
  @media (max-width: 991px) {
    .home-banner {
      min-height: 0;
      padding-top: 20px;
      display: block; }
      .home-banner .image {
        margin: 0 0 20px; }
      .home-banner figcaption {
        width: 330px;
        padding: 30px 15px 30px 65px;
        font-size: 20px; }
        .home-banner figcaption h1,
        .home-banner figcaption h2 {
          font-size: 34px;
          margin-bottom: 15px; }
        .home-banner figcaption .banner-link {
          font-size: 25px;
          margin-top: 10px; } }
  @media (max-width: 767px) {
    .home-banner {
      padding-top: 0;
      min-height: calc(100vh - 49px); }
      .home-banner .image {
        max-width: none;
        margin: 0; }
        .home-banner .image-holder {
          margin: 0;
          box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.4); }
      .home-banner figcaption {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        width: auto;
        padding: 28px 25px 42px 15px;
        font-size: 16px;
        line-height: 1.625; }
        .home-banner figcaption h1,
        .home-banner figcaption h2 {
          font-size: 30px;
          line-height: 1.333;
          margin-bottom: 17px; }
        .home-banner figcaption p {
          margin-bottom: 11px; }
        .home-banner figcaption .banner-link {
          font-size: 26px;
          margin-top: 0; } }

.slick-arrow {
  position: absolute;
  z-index: 35;
  top: 50%;
  font-size: 0;
  line-height: 0;
  padding: 0;
  background: none;
  border: 0;
  width: 60px;
  height: 60px;
  overflow: hidden;
  transform: translate(0, -50%); }
  .slick-arrow::before {
    content: "";
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 28px;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: all 0.3s;
    border: 1px solid #000; }
  .slick-arrow.slick-prev {
    left: 8px; }
    .slick-arrow.slick-prev::before {
      border-width: 0 0 1px 1px;
      margin-left: 10px; }
  .slick-arrow.slick-next {
    right: 8px; }
    .slick-arrow.slick-next::before {
      border-width: 1px 1px 0 0;
      margin-left: -10px; }
  .slick-arrow:hover::before {
    border-color: #fff; }
  .slick-arrow.slick-disabled {
    opacity: 0;
    pointer-events: none; }
  @media (max-width: 1299px) {
    .slick-arrow {
      margin-top: 0; }
      .slick-arrow.slick-prev {
        left: 0; }
      .slick-arrow.slick-next {
        right: 0; } }
  @media (max-width: 767px) {
    .slick-arrow {
      width: 25px;
      height: 25px; }
      .slick-arrow::before {
        width: 18px;
        height: 18px; }
      .slick-arrow.slick-prev {
        left: 8px; }
        .slick-arrow.slick-prev::before {
          border-width: 0 0 2px 2px;
          margin-left: 3px;
          border-color: #000; }
      .slick-arrow.slick-next {
        right: 0; }
        .slick-arrow.slick-next::before {
          border-width: 2px 2px 0 0;
          margin-left: -10px;
          border-color: #000; } }

.info-widget {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 95;
  background-color: #fff;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: stretch;
  box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.15); }
  .page-template-template-interest-points .info-widget {
    left: 0;
    right: auto; }
  .info-widget .weather-box {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: stretch;
    position: relative; }
    .info-widget .weather-box::before {
      content: "";
      position: absolute;
      z-index: 5;
      top: 20px;
      bottom: 20px;
      right: -1px;
      width: 1px;
      background-color: #d7dc43; }
    .info-widget .weather-box .weather-ico-box {
      min-width: 85px;
      max-width: 85px;
      flex: 0 0 85px;
      position: relative;
      overflow: hidden;
      min-height: 93px; }
      .info-widget .weather-box .weather-ico-box .ico {
        position: absolute;
        z-index: 5;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        overflow: hidden; }
        .info-widget .weather-box .weather-ico-box .ico img {
          position: absolute;
          z-index: 10;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          max-width: 55px;
          max-height: 55px;
          margin-right: 0; }
      .info-widget .weather-box .weather-ico-box .btn-weather {
        position: absolute;
        z-index: 7;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        overflow: hidden;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: #000;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 1.2;
        background-color: #d7dc43;
        opacity: 0;
        pointer-events: none; }
      .info-widget .weather-box .weather-ico-box:hover .btn-weather {
        opacity: 1;
        pointer-events: all; }
    .info-widget .weather-box .weather-info {
      font-size: 14px;
      line-height: 1.2;
      display: flex;
      flex-wrap: nowrap;
      flex-direction: row;
      align-items: center;
      position: relative;
      min-width: 223px; }
      .info-widget .weather-box .weather-info .box {
        padding: 10px 20px 19px 23px; }
      .info-widget .weather-box .weather-info strong {
        display: block;
        padding-bottom: 6px;
        font: 32px/1.2 "UniSans", Arial, Helvetica, sans-serif; }
      .info-widget .weather-box .weather-info p {
        margin: 0; }
  .info-widget .widget-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: stretch; }
    .info-widget .widget-icons > li {
      font-size: 12px;
      line-height: 1.417;
      text-transform: uppercase;
      display: flex; }
      .info-widget .widget-icons > li > a {
        position: relative;
        overflow: hidden;
        display: flex;
        text-decoration: none;
        text-align: center; }
        .info-widget .widget-icons > li > a > i {
          position: relative;
          overflow: hidden;
          position: absolute;
          z-index: 5;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0; }
          .info-widget .widget-icons > li > a > i img {
            position: absolute;
            z-index: 10;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            max-width: 90%;
            max-height: 40px;
            height: 40px; }
        .info-widget .widget-icons > li > a > span {
          display: flex;
          flex-wrap: nowrap;
          flex-direction: row;
          align-items: center;
          justify-content: center;
          padding: 10px 19px;
          color: #000;
          background-color: #d7dc43;
          transition: all 0.3s;
          opacity: 0;
          position: relative;
          z-index: 7; }
        .info-widget .widget-icons > li > a:hover > span {
          opacity: 1; }
    .info-widget .widget-icons .widget-phones-collapse {
      position: absolute;
      z-index: 20;
      top: 0;
      bottom: 0;
      left: 0;
      right: 190px;
      background-color: #d7dc43;
      overflow: hidden;
      display: flex;
      opacity: 0;
      pointer-events: none;
      transition: all 0.3s; }
      .info-widget .widget-icons .widget-phones-collapse .btn-close {
        position: absolute;
        z-index: 10;
        top: 0;
        right: 0;
        margin: 8px 8px 0 0; }
      .info-widget .widget-icons .widget-phones-collapse .widget-phones-list {
        list-style: none;
        margin: 0;
        padding: 10px 15px;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        align-items: center;
        flex-grow: 1; }
        .info-widget .widget-icons .widget-phones-collapse .widget-phones-list > li {
          position: relative;
          font-size: 18px;
          line-height: 1.2;
          padding: 9px 24px;
          max-width: 50%;
          flex: 0 0 50%; }
          .info-widget .widget-icons .widget-phones-collapse .widget-phones-list > li + li {
            padding-left: 11%; }
            .info-widget .widget-icons .widget-phones-collapse .widget-phones-list > li + li::before {
              content: "";
              position: absolute;
              z-index: 5;
              top: 5px;
              bottom: 5px;
              left: 0;
              width: 1px;
              background-color: #000; }
        .info-widget .widget-icons .widget-phones-collapse .widget-phones-list small {
          display: block;
          font-size: 12px;
          line-height: 1.2;
          padding-bottom: 11px; }
        .info-widget .widget-icons .widget-phones-collapse .widget-phones-list p {
          margin: 0; }
          .info-widget .widget-icons .widget-phones-collapse .widget-phones-list p a {
            text-decoration: none;
            color: inherit; }
            .info-widget .widget-icons .widget-phones-collapse .widget-phones-list p a:hover {
              text-decoration: none;
              color: #333; }
  .info-widget.show-phones-info .widget-icons .widget-phones-collapse {
    opacity: 1;
    pointer-events: all; }
  .info-widget .reservation-box {
    padding: 20px 29px 20px 20px;
    max-width: 190px;
    min-width: 190px;
    flex: 0 0 190px; }
    .info-widget .reservation-box .reservation-dropdown {
      position: relative; }
      .info-widget .reservation-box .reservation-dropdown .dropdown-toggle {
        display: block;
        color: #fff;
        font: 700 19px/1.211 "UniSans", Arial, Helvetica, sans-serif;
        padding: 15px 10px;
        text-align: center;
        background-color: #009fe3;
        text-decoration: none;
        text-transform: uppercase; }
        .info-widget .reservation-box .reservation-dropdown .dropdown-toggle::after {
          display: none; }
        .info-widget .reservation-box .reservation-dropdown .dropdown-toggle:hover {
          text-decoration: none;
          color: #fff;
          background-color: #008dca; }
      .info-widget .reservation-box .reservation-dropdown .dropdown-menu {
        top: auto !important;
        bottom: 100%;
        right: 0;
        min-width: 100%;
        max-width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        background: none;
        border-radius: 0;
        box-shadow: none;
        border: 0;
        transform: none !important; }
        .info-widget .reservation-box .reservation-dropdown .dropdown-menu .dropdown-item {
          padding: 10px;
          font: 700 13px/1.308 "UniSans", Arial, Helvetica, sans-serif;
          text-align: center;
          text-transform: uppercase;
          color: #009fe3;
          text-decoration: none;
          white-space: normal;
          border: 1px solid #000;
          background-color: #fff;
          margin-bottom: 2px; }
          .info-widget .reservation-box .reservation-dropdown .dropdown-menu .dropdown-item:hover {
            text-decoration: none;
            color: #fff;
            background-color: #009fe3;
            border-color: #009fe3; }
  @media (max-width: 767px) {
    .info-widget {
      left: 0;
      transition: all 0.3s; }
      .page-template-template-interest-points .info-widget {
        right: 0; }
      .info-widget .weather-box {
        max-width: 25%;
        flex: 0 0 25%; }
        .info-widget .weather-box::before {
          display: none; }
        .info-widget .weather-box .weather-ico-box {
          min-width: 100%;
          max-width: 100%;
          flex: 0 0 100%;
          min-height: 51px; }
          .info-widget .weather-box .weather-ico-box .ico img {
            position: absolute;
            z-index: 10;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            max-width: 30px;
            max-height: 30px; }
          .info-widget .weather-box .weather-ico-box .btn-weather {
            font-size: 12px; }
        .info-widget .weather-box .weather-info {
          display: none; }
      .info-widget .widget-icons {
        max-width: 75%;
        flex: 0 0 75%; }
        .info-widget .widget-icons > li {
          max-width: 33.33%;
          flex: 0 0 33.33%;
          font-size: 12px; }
          .info-widget .widget-icons > li > a {
            flex-grow: 1; }
            .info-widget .widget-icons > li > a > i img {
              position: absolute;
              z-index: 10;
              top: 0;
              bottom: 0;
              left: 0;
              right: 0;
              margin: auto;
              max-width: 24px;
              max-height: 24px;
              height: auto; }
            .info-widget .widget-icons > li > a > span {
              width: 100%;
              padding: 10px; }
        .info-widget .widget-icons .widget-phones-collapse {
          top: auto;
          bottom: 100%;
          right: 0; }
          .info-widget .widget-icons .widget-phones-collapse .btn-close {
            display: none; }
          .info-widget .widget-icons .widget-phones-collapse .widget-phones-list {
            padding: 7px 10px; }
            .info-widget .widget-icons .widget-phones-collapse .widget-phones-list > li {
              font-size: 14px;
              padding: 14px 5px 13px; }
              .info-widget .widget-icons .widget-phones-collapse .widget-phones-list > li + li {
                padding-left: 15px; }
                .info-widget .widget-icons .widget-phones-collapse .widget-phones-list > li + li::before {
                  top: 5px;
                  bottom: 5px; }
            .info-widget .widget-icons .widget-phones-collapse .widget-phones-list small {
              font-size: 10px;
              padding-bottom: 6px; }
      .info-widget .reservation-box {
        display: none; } }

.intro-section {
  position: relative; }
  .intro-section .container {
    padding-top: 116px;
    padding-bottom: 62px; }
    .intro-section .container > .row {
      margin-left: -30px;
      margin-right: -30px; }
      .intro-section .container > .row > [class^="col"] {
        padding-left: 30px;
        padding-right: 30px; }
  .intro-section h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #009fe3;
    text-transform: none; }
  .intro-section p {
    margin: 0 0 20px; }
  @media (max-width: 991px) {
    .intro-section .container {
      padding-top: 30px;
      padding-bottom: 30px; }
      .intro-section .container > .row {
        margin-left: -15px;
        margin-right: -15px; }
        .intro-section .container > .row > [class^="col"] {
          padding-left: 15px;
          padding-right: 15px; }
    .intro-section h2 {
      font-size: 26px;
      margin-bottom: 15px; }
    .intro-section p {
      margin-bottom: 15px; } }
  @media (max-width: 767px) {
    .intro-section .container {
      padding-top: 34px;
      padding-bottom: 19px; }
    .intro-section h2 {
      margin-bottom: 10px;
      font-size: 30px;
      line-height: 1.333;
      min-height: 57px; }
    .intro-section p {
      margin-bottom: 28px; } }

.subscribe-block {
  position: relative;
  max-width: 383px;
  min-height: 255px; }
  .subscribe-block .subscribe-opener-box {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    width: 100%;
    transition: all 0.3s; }
  .subscribe-block .subscribe-opener {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    width: 100%;
    text-decoration: underline;
    background-color: #009fe3;
    color: #fff;
    justify-content: center;
    min-height: 255px;
    font: 700 32px/1.25 "UniSans", Arial, Helvetica, sans-serif;
    padding: 20px;
    text-align: center;
    box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.4); }
    .subscribe-block .subscribe-opener:hover {
      text-decoration: underline;
      background-color: #d7dc43;
      color: #fff; }
  .subscribe-block .subscribe-form {
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s; }
    .subscribe-block .subscribe-form .btn-close {
      position: absolute;
      z-index: 10;
      top: 0;
      right: 0;
      margin: 7px 5px 0 0; }
  .subscribe-block.show-subscribe-form .subscribe-opener-box {
    opacity: 0;
    pointer-events: none; }
  .subscribe-block.show-subscribe-form .subscribe-form {
    opacity: 1;
    pointer-events: all; }
  @media (max-width: 1299px) {
    .subscribe-block {
      max-width: 300px; } }
  @media (max-width: 991px) {
    .subscribe-block {
      max-width: 50%; } }
  @media (max-width: 767px) {
    .subscribe-block {
      max-width: none;
      min-height: 212px; }
      .subscribe-block .subscribe-opener {
        min-height: 212px;
        font-size: 27px;
        line-height: 1.481;
        padding: 15px 30px 21px; } }

.subscribe-form {
  position: relative;
  padding: 25px 30px;
  box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.4);
  background-color: #fff; }
  .subscribe-form .input-item {
    margin-bottom: 22px; }
  .subscribe-form .check-block {
    padding: 17px 0 39px; }
    .subscribe-form .check-block .check-item {
      color: #009fe3; }
      .subscribe-form .check-block .check-item .wpcf7-form-control-wrap {
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0; }
        .subscribe-form .check-block .check-item .wpcf7-form-control-wrap .wpcf7-form-control {
          position: relative; }
          .subscribe-form .check-block .check-item .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
            position: relative;
            margin: 0; }
            .subscribe-form .check-block .check-item .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > span {
              padding: 0; }
        .subscribe-form .check-block .check-item .wpcf7-form-control-wrap + span {
          display: block;
          padding-left: 34px; }
  @media (max-width: 1299px) {
    .subscribe-form {
      padding: 20px 15px; } }
  @media (max-width: 767px) {
    .subscribe-form {
      padding-top: 10px;
      padding-bottom: 10px; }
      .subscribe-form .input-item {
        margin-bottom: 10px; }
      .subscribe-form .check-block {
        padding-top: 5px;
        padding-bottom: 10px; }
        .subscribe-form .check-block .check-item .wpcf7-form-control-wrap + span {
          padding-left: 30px; }
      .subscribe-form .btn {
        width: 100%; } }

.subscribe-section {
  position: relative;
  z-index: 20; }
  .subscribe-section .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
    position: relative; }
  .subscribe-section .subscribe-block {
    position: absolute;
    z-index: 20;
    top: 0;
    right: 0;
    margin-right: 60px; }
  .subscribe-section + .gallery-area {
    margin-top: 100px; }
  @media (max-width: 1299px) {
    .subscribe-section .container-fluid {
      padding-left: 20px;
      padding-right: 20px; }
    .subscribe-section .subscribe-block {
      margin-right: 20px; } }
  @media (max-width: 991px) {
    .subscribe-section .subscribe-block {
      position: relative;
      top: auto;
      right: auto;
      margin: 0 auto; }
    .subscribe-section + .gallery-area {
      margin-top: 0; } }
  @media (max-width: 767px) {
    .subscribe-section .container-fluid {
      padding-left: 15px;
      padding-right: 15px; }
    .subscribe-section .subscribe-block {
      margin-left: -15px;
      margin-right: -15px; } }

.gallery-area {
  position: relative;
  z-index: 15;
  padding-bottom: 100px; }
  .gallery-area-heading {
    padding: 56px 72px 80px 0;
    position: relative; }
    .gallery-area-heading::before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: -9999px;
      right: -17px;
      height: 900px;
      background-image: linear-gradient(rgba(215, 220, 67, 0.98), rgba(215, 220, 67, 0.71) 30%, rgba(215, 220, 67, 0));
      background-repeat: no-repeat; }
    .gallery-area-heading h2 {
      position: relative;
      z-index: 10;
      text-transform: uppercase;
      color: inherit;
      font-size: 60px;
      line-height: 1.2;
      font-weight: 400;
      margin: 0; }
  .gallery-area .container > .gallery-area-heading {
    max-width: 50%; }
  .gallery-area .gallery-heading-image {
    position: relative;
    overflow: hidden;
    z-index: 15;
    max-width: 306px;
    margin: 1px 0 -50px auto; }
    .gallery-area .gallery-heading-image img {
      display: block;
      width: 100%;
      max-width: 100%;
      height: auto; }
  @media (max-width: 991px) {
    .gallery-area {
      padding-bottom: 34px; }
      .gallery-area-heading::before {
        height: 600px; }
      .gallery-area-heading h2 {
        font-size: 30px;
        line-height: 1.333;
        color: #009fe3;
        margin-top: -20px;
        margin-left: 40px; }
      .gallery-area .gallery-heading-image {
        max-width: 150px;
        margin-top: 15px;
        margin-right: 60px; }
      .gallery-area .container > .gallery-area-heading {
        max-width: none; } }
  @media (max-width: 767px) {
    .gallery-area {
      padding-bottom: 10px; }
      .gallery-area-heading {
        max-width: none;
        padding: 41px 0 15px; }
        .gallery-area-heading::before {
          right: -9999px;
          height: 400px; }
        .gallery-area-heading h2 {
          font-size: 30px;
          line-height: 1.333;
          color: #009fe3;
          margin-top: -20px;
          margin-left: 0;
          margin-right: 115px; }
      .gallery-area .gallery-heading-image {
        margin-top: -100px;
        margin-right: 0;
        max-width: 100px;
        left: 0; } }
  @media (max-width: 374px) {
    .gallery-area .gallery-heading-image {
      margin-right: 0; } }

.gallery-items {
  position: relative;
  text-align: center; }
  .gallery-items .gallery-slide {
    position: relative; }
  .gallery-items .slick-slide:focus {
    outline: none; }
  @media (min-width: 992px) {
    .gallery-items {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      margin-left: -10px;
      margin-right: -10px; }
      .gallery-items .gallery-slide {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: -20px;
        max-width: 33.33%;
        flex: 0 0 33.33%;
        position: relative; }
        .gallery-items .gallery-slide:hover {
          z-index: 1000 !important; } }
  @media (min-width: 1440px) {
    .gallery-items {
      margin-left: -105px;
      margin-right: -105px; }
      .gallery-items .gallery-slide {
        padding-left: 28px;
        padding-right: 29px;
        margin-bottom: -28px; } }
  @media (max-width: 991px) {
    .gallery-items {
      margin-left: -15px;
      margin-right: -15px; }
      .gallery-items .slick-list {
        overflow: visible; }
      .gallery-items .slick-track {
        display: flex;
        align-items: center; }
      .gallery-items .gallery-slide {
        padding: 0 15px;
        margin-bottom: 0 !important;
        left: auto !important;
        order: unset !important; } }

.gallery-item {
  margin: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.4); }
  .gallery-item .image {
    position: relative;
    overflow: hidden; }
    .gallery-item .image img {
      display: block;
      width: 100%;
      max-width: 100%;
      height: auto; }
  .gallery-item figcaption {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    line-height: 1.2;
    color: #fff;
    padding: 20px;
    transition: all 0.3s; }
    .gallery-item figcaption h3 {
      margin: 0;
      color: inherit;
      font-size: inherit;
      line-height: inherit;
      font-family: inherit;
      font-weight: 400;
      text-transform: none; }
  .gallery-item:hover figcaption {
    background-color: #009fe3; }
  @media (max-width: 991px) {
    .gallery-item figcaption {
      font-size: 24px; } }

.info-section {
  position: relative;
  z-index: 17; }
  .info-section .container {
    padding-top: 50px;
    padding-bottom: 40px; }
  .info-section h2 {
    color: #009fe3;
    margin-bottom: 61px;
    font-size: 32px;
    text-transform: none; }
  @media (max-width: 991px) {
    .info-section .container {
      padding-top: 30px;
      padding-bottom: 20px; }
    .info-section h2 {
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .info-section .container {
      padding-top: 17px;
      padding-bottom: 10px; }
    .info-section h2 {
      margin-bottom: 19px;
      font-size: 32px;
      line-height: 1.25; } }

.info-item {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 30px; }
  .info-item .ico {
    position: relative;
    overflow: hidden;
    width: 100px;
    height: 100px;
    max-width: 100px;
    flex: 0 0 100px;
    margin: -11px 30px 0 0; }
    .info-item .ico img {
      position: absolute;
      z-index: 10;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      max-width: 100%;
      max-height: 100%; }
  .info-item .block {
    flex-grow: 1; }
    .info-item .block p {
      margin: 0; }
  @media (max-width: 1299px) {
    .info-item .ico {
      width: 70px;
      height: 70px;
      max-width: 70px;
      flex: 0 0 70px;
      margin-top: 0;
      margin-right: 15px; } }
  @media (max-width: 991px) {
    .info-item {
      display: block;
      margin-bottom: 25px; }
      .info-item .ico {
        margin: 0 0 10px; }
      .info-item .block {
        padding-bottom: 30px; } }
  @media (max-width: 767px) {
    .info-item {
      margin-bottom: 0; }
      .info-item .ico {
        width: 80px;
        height: 80px;
        max-width: 80px;
        flex: 0 0 80px;
        margin: 0 0 14px; }
      .info-item .block {
        padding-bottom: 25px; } }

.carousel-section {
  position: relative; }
  .carousel-section .container {
    padding-top: 86px;
    padding-bottom: 100px; }
  .carousel-section h2 {
    font-size: 60px;
    line-height: 1.2;
    font-weight: 400;
    color: inherit;
    margin-bottom: 55px;
    text-transform: uppercase;
    max-width: 800px; }
  @media (max-width: 991px) {
    .carousel-section .container {
      padding-top: 50px;
      padding-bottom: 50px; }
    .carousel-section h2 {
      font-size: 40px;
      margin-bottom: 30px;
      max-width: none; } }
  @media (max-width: 767px) {
    .carousel-section .container {
      padding-top: 10px;
      padding-bottom: 10px; }
    .carousel-section h2 {
      font-size: 30px;
      line-height: 1.333;
      color: #009fe3;
      margin-bottom: 27px;
      max-width: none; } }

.post-item {
  margin: 0; }
  .post-item .image {
    position: relative;
    overflow: hidden;
    margin: 0 0 38px;
    transition: all 0.3s;
    max-width: 100%; }
    .post-item .image img {
      display: block;
      width: 100%;
      max-width: 100%;
      height: auto;
      transition: all 0.3s; }
  .post-item:hover .image img {
    transform: scale(1.1); }
  .post-item figcaption {
    color: inherit;
    max-width: 370px; }
    .post-item figcaption h3 {
      color: #009fe3;
      margin-bottom: 10px;
      font-size: 26px;
      line-height: 1.385;
      font-weight: 400;
      font-family: "AdelleSans", Arial, Helvetica, sans-serif;
      text-transform: none; }
    .post-item figcaption .date {
      display: block;
      padding-bottom: 40px;
      font-size: 18px;
      line-height: 1.2;
      font-style: normal; }
    .post-item figcaption p {
      margin: 0 0 30px; }
    .post-item figcaption .btn {
      min-width: 145px; }
  @media (max-width: 767px) {
    .post-item .image {
      margin-bottom: 32px; }
    .post-item figcaption {
      max-width: none;
      padding-left: 15px; }
      .post-item figcaption h3 {
        font-size: 24px;
        line-height: 1.417;
        margin-bottom: 5px; }
      .post-item figcaption .date {
        padding-bottom: 12px;
        font-size: 16px; }
      .post-item figcaption p {
        margin-bottom: 25px; }
      .post-item figcaption .btn {
        min-width: 117px; } }

.posts-carousel {
  position: relative;
  margin: 0 auto;
  max-width: 1036px;
  padding-left: 36px; }
  .posts-carousel .slides {
    position: relative;
    margin: 0 -46px; }
  .posts-carousel .slick-list {
    overflow: visible; }
  .posts-carousel .slick-slide {
    padding: 0 46px; }
    .posts-carousel .slick-slide:focus {
      outline: none; }
    .posts-carousel .slick-slide .post-item .image::before {
      content: "";
      position: absolute;
      z-index: 5;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #009fe3;
      mix-blend-mode: screen;
      transition: all 0.3s;
      opacity: 0; }
    .posts-carousel .slick-slide .post-item:hover .image img {
      transform: scale(1); }
    .posts-carousel .slick-slide.slick-active .post-item:hover .image img {
      transform: scale(1.1); }
    .posts-carousel .slick-slide:not(.slick-active) .post-item .image {
      max-width: 269px;
      margin-bottom: 30px; }
      .posts-carousel .slick-slide:not(.slick-active) .post-item .image::before {
        opacity: 1; }
        .not-support-mix-blend-mode .posts-carousel .slick-slide:not(.slick-active) .post-item .image::before {
          opacity: 0.6; }
    .posts-carousel .slick-slide:not(.slick-active) .post-item figcaption {
      max-width: none; }
      .posts-carousel .slick-slide:not(.slick-active) .post-item figcaption .btn {
        opacity: 0;
        pointer-events: none; }
  @media (max-width: 1299px) {
    .posts-carousel {
      padding-left: 0; }
      .posts-carousel .slick-arrow.slick-next {
        right: 0; } }
  @media (max-width: 991px) {
    .posts-carousel {
      margin: 0;
      max-width: none; }
      .posts-carousel .slides {
        margin-left: -15px;
        margin-right: -15px; }
      .posts-carousel .slick-slide {
        padding-left: 15px;
        padding-right: 15px; } }
  @media (max-width: 767px) {
    .posts-carousel {
      margin: 0 0 0 -15px;
      padding-left: 0; }
      .posts-carousel .slides {
        margin-left: -7px;
        margin-right: -8px;
        max-width: 288px; }
      .posts-carousel .slick-slide {
        padding-left: 7px;
        padding-right: 8px; }
        .posts-carousel .slick-slide .post-item figcaption {
          transition: all 0.3s;
          opacity: 0; }
        .posts-carousel .slick-slide:not(.slick-active) .post-item .image {
          max-width: 215px;
          margin-top: 20px;
          margin-bottom: 20px; }
        .posts-carousel .slick-slide.slick-active figcaption {
          margin-right: -20px;
          opacity: 1; }
      .posts-carousel .slick-arrow {
        top: 0; }
        .posts-carousel .slick-arrow.slick-prev {
          display: none !important; }
        .posts-carousel .slick-arrow.slick-next {
          margin-right: -20px; } }

.info-banner-section {
  position: relative; }
  .info-banner-section .container {
    padding-top: 40px;
    padding-bottom: 40px; }
  @media (max-width: 991px) {
    .info-banner-section .container {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media (max-width: 767px) {
    .info-banner-section .container {
      padding-top: 25px;
      padding-bottom: 0; } }

.info-banner {
  position: relative;
  overflow: hidden;
  margin: 0; }
  .info-banner .image {
    position: relative;
    overflow: hidden;
    padding-top: 50%; }
  .info-banner figcaption {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    color: #fff;
    font: 35px/1.371 "UniSans", Arial, Helvetica, sans-serif;
    text-align: center; }
    .info-banner figcaption .banner-content {
      max-width: 900px;
      margin: 0 auto;
      flex-grow: 1;
      padding: 0 0 22px; }
    .info-banner figcaption p {
      text-transform: uppercase;
      margin: 0; }
    .info-banner figcaption .btn-row {
      padding-top: 57px; }
      .info-banner figcaption .btn-row .btn {
        min-width: 325px; }
  @media (max-width: 991px) {
    .info-banner figcaption {
      font-size: 26px; }
      .info-banner figcaption .banner-content {
        max-width: none;
        margin: 0;
        padding: 0; }
      .info-banner figcaption .btn-row {
        padding-top: 40px; }
        .info-banner figcaption .btn-row .btn {
          min-width: 270px; } }
  @media (max-width: 767px) {
    .info-banner {
      margin: 0 -15px; }
      .info-banner .image {
        padding-top: 0;
        position: absolute;
        z-index: 5;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; }
      .info-banner figcaption {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        min-height: 404px;
        font-size: 30px;
        line-height: 1.333;
        padding: 20px 20px 28px; }
        .info-banner figcaption .btn-row {
          padding-top: 34px; }
          .info-banner figcaption .btn-row .btn {
            min-width: 227px;
            padding: 9px 20px;
            font-size: 13px;
            line-height: 1.3846;
            border-radius: 0; } }

.social-block {
  margin-top: -23px;
  padding-bottom: 30px; }
  .social-block h4 {
    color: inherit;
    margin: 0 0 -1px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    font-family: "AdelleSans", Arial, Helvetica, sans-serif; }
  @media (max-width: 767px) {
    .social-block {
      margin-top: 0;
      padding-top: 30px;
      padding-bottom: 0; }
      .social-block h4 {
        margin-bottom: 5px;
        text-align: center; } }

.social {
  list-style: none;
  margin: 0 -14px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center; }
  .social > li {
    padding: 14px; }
    .social > li > a {
      width: 44px;
      height: 44px;
      display: inline-block;
      vertical-align: top;
      position: relative;
      overflow: hidden; }
      .social > li > a img {
        position: absolute;
        z-index: 10;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 100%;
        max-height: 100%; }
      .social > li > a:hover {
        opacity: 0.75; }
  @media (max-width: 767px) {
    .social {
      margin-left: -10px;
      margin-right: -10px;
      justify-content: center; }
      .social > li {
        padding: 10px; }
        .social > li > a {
          width: 30px;
          height: 30px; } }

.pre-footer {
  position: relative; }
  .pre-footer .container {
    padding-top: 30px;
    padding-bottom: 24px; }
  @media (max-width: 1299px) {
    .pre-footer .subscribe-block {
      max-width: none; } }
  @media (max-width: 767px) {
    .pre-footer .container {
      padding-top: 0;
      padding-bottom: 0; }
    .pre-footer .subscribe-block {
      margin: 0 -15px; } }

.ad-block {
  padding: 2px 0 0 20px;
  max-width: 607px; }
  .ad-block h4 {
    color: #666;
    margin: 0 0 3px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    font-family: "AdelleSans", Arial, Helvetica, sans-serif; }
  @media (max-width: 991px) {
    .ad-block {
      padding: 0; } }
  @media (max-width: 767px) {
    .ad-block {
      padding: 42px 0 0;
      max-width: none; }
      .ad-block h4 {
        margin: 0 0 23px; } }

.ad-list {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  position: relative; }
  .ad-list .slick-track {
    display: flex; }
  .ad-list .slick-slide:focus {
    outline: none; }
  .ad-list .slick-slide > div {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center; }
  .ad-list li {
    padding: 20px;
    max-width: 50%;
    flex: 0 0 50%; }
  .ad-list .slick-arrow.slick-prev {
    left: -50px; }
  .ad-list .slick-arrow.slick-next {
    right: -50px; }
  .ad-list .slick-arrow:hover::before {
    border-color: #009fe3; }
  @media (max-width: 1299px) {
    .ad-list .slick-arrow.slick-prev {
      left: -25px; }
    .ad-list .slick-arrow.slick-next {
      right: -25px; } }
  @media (max-width: 991px) {
    .ad-list {
      margin-left: -10px;
      margin-right: -10px; }
      .ad-list li {
        padding: 10px; } }
  @media (max-width: 767px) {
    .ad-list {
      margin: 0 auto;
      max-width: 196px;
      display: block; }
      .ad-list .slick-slide > div {
        display: block; }
      .ad-list li {
        padding: 0 0 28px;
        max-width: none; }
      .ad-list .slick-arrow.slick-prev {
        left: -30px; }
      .ad-list .slick-arrow.slick-next {
        right: -30px; } }

.ad-banner {
  position: relative;
  overflow: hidden; }
  .ad-banner::before {
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #009fe3;
    mix-blend-mode: color;
    pointer-events: none; }
    .not-support-mix-blend-mode .ad-banner::before {
      opacity: 0.6; }
  .ad-banner img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto; }

#footer {
  position: relative;
  margin-top: auto;
  color: #666;
  font-size: 14px;
  line-height: 1.2; }
  #footer .container {
    padding-top: 20px;
    padding-bottom: 70px; }
  #footer h5 {
    color: #000;
    margin-bottom: 13px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    font-family: "AdelleSans", Arial, Helvetica, sans-serif; }
  #footer .footer-links {
    list-style: none;
    margin: 0;
    padding: 0 0 28px;
    max-width: 240px; }
    #footer .footer-links > li {
      font-size: 18px;
      line-height: 1.556;
      padding-bottom: 10px; }
    #footer .footer-links a {
      text-decoration: none;
      color: #000; }
      #footer .footer-links a:hover {
        text-decoration: none;
        color: #009fe3; }
  #footer .footer-icons {
    list-style: none;
    margin: 0 -13px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center; }
    #footer .footer-icons > li {
      margin: 0 13px 15px;
      width: 42px;
      position: relative;
      overflow: hidden; }
      #footer .footer-icons > li img {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto; }
  #footer p {
    margin: 0 0 10px; }
    #footer p a {
      text-decoration: none;
      color: inherit; }
      #footer p a:hover {
        text-decoration: none;
        color: #009fe3; }
  @media (max-width: 991px) {
    #footer .footer-links {
      max-width: none;
      padding-bottom: 30px; }
    #footer .footer-icons {
      padding-bottom: 30px; } }
  @media (max-width: 767px) {
    #footer {
      text-align: center; }
      #footer .container {
        padding-top: 20px;
        padding-bottom: 65px; }
      #footer h5 {
        margin-bottom: 15px;
        font-size: 16px; }
      #footer .footer-links {
        padding: 0 0 9px;
        max-width: none; }
        #footer .footer-links > li {
          font-size: 16px;
          padding-bottom: 11px; }
        #footer .footer-links a {
          color: #009fe3; }
          #footer .footer-links a:hover {
            color: #000; }
      #footer .footer-icons {
        padding: 31px 0 0;
        justify-content: center; } }

.title-section {
  color: #009fe3;
  font-size: 26px;
  line-height: 1.385; }
  .title-section .container {
    padding-top: 56px;
    padding-bottom: 57px; }
  .title-section h1 {
    color: inherit;
    margin: 0 0 28px;
    text-transform: uppercase; }
    .title-section h1:last-child {
      margin-bottom: 0; }
  .title-section p {
    margin: 0;
    max-width: 890px; }
  .title-section .block {
    max-width: 870px;
    color: #000;
    font-size: 18px;
    line-height: 1.556;
    padding-top: 37px; }
    .title-section .block p {
      margin-bottom: 10px; }
      .title-section .block p:last-child {
        margin-bottom: 0; }
  .title-section h2 {
    color: #000;
    margin-bottom: 27px;
    line-height: 1.371;
    text-transform: uppercase; }
    .title-section h2:last-child {
      margin-bottom: 0; }
  .title-section .btn-row {
    padding-top: 43px; }
  @media (max-width: 991px) {
    .title-section {
      font-size: 22px; }
      .title-section .container {
        padding-top: 40px;
        padding-bottom: 40px; }
      .title-section h1 {
        margin-bottom: 15px; } }
  @media (max-width: 767px) {
    .title-section {
      font-size: 18px;
      line-height: 1.667; }
      .title-section .container {
        padding-top: 33px;
        padding-bottom: 0; }
      .title-section h1 {
        margin-bottom: 25px;
        font-size: 26px;
        line-height: 1.385; }
      .title-section .block {
        max-width: none;
        font-size: 16px;
        line-height: 1.625;
        padding-top: 20px; }
      .title-section h2 {
        margin-bottom: 15px;
        font-size: 24px; }
      .title-section .btn-row {
        padding-top: 20px; } }

.visual-area {
  position: relative; }
  .visual-area .info-widget {
    position: absolute;
    z-index: 30;
    bottom: 0;
    right: 0;
    max-width: 100%; }
  @media (max-width: 991px) {
    .visual-area .info-widget {
      position: relative;
      bottom: auto;
      right: auto;
      justify-content: flex-end; } }
  @media (max-width: 767px) {
    .visual-area .info-widget {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0; } }

.visual-banner {
  margin: 0;
  padding: 0 400px 69px 0;
  position: relative; }
  .visual-banner .image {
    position: relative;
    overflow: hidden;
    z-index: 10;
    box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.4);
    margin-left: 200px; }
    .visual-banner .image img {
      display: block;
      width: 100%;
      max-width: 100%;
      height: auto; }
  .visual-banner .bg-image {
    position: absolute;
    z-index: 5;
    top: 68px;
    bottom: 0;
    left: 23.2%;
    right: 0; }
  @media (max-width: 1399px) {
    .visual-banner {
      padding-right: 300px; }
      .visual-banner .image {
        margin-left: 100px; } }
  @media (max-width: 1200px) {
    .visual-banner {
      padding-right: 200px; }
      .visual-banner .image {
        margin-left: 0; } }
  @media (max-width: 991px) {
    .visual-banner {
      padding: 0 50px 30px 0; }
      .visual-banner .bg-image {
        top: 30px; } }
  @media (max-width: 767px) {
    .visual-banner {
      padding-bottom: 18px;
      padding-right: 36px; }
      .visual-banner .bg-image {
        top: 18px;
        left: 35px; } }

.intro-area {
  position: relative;
  padding-top: 74px; }
  .intro-area + .intro-area {
    padding-top: 0;
    padding-bottom: 0; }
  .intro-area + .slideshow,
  .intro-area + .gallery-area {
    margin-top: 80px; }
  .intro-area-holder {
    max-width: 880px; }
  .intro-area h2 {
    line-height: 1.371;
    margin-bottom: 29px;
    text-transform: uppercase;
    color: inherit; }
  .intro-area h3 {
    margin-bottom: 37px;
    line-height: 1.313;
    text-transform: none;
    color: inherit; }
  .intro-area .btn-box {
    padding: 40px 0 67px; }
  .intro-area .btn-map-box {
    padding: 65px 0 80px; }
  @media (max-width: 991px) {
    .intro-area {
      padding-top: 60px; }
      .intro-area + .intro-area {
        padding-top: 0;
        padding-bottom: 0; }
      .intro-area + .slideshow,
      .intro-area + .gallery-area {
        margin-top: 60px; }
      .intro-area-holder {
        max-width: none; }
      .intro-area h2 {
        margin-bottom: 20px; }
      .intro-area h3 {
        margin-bottom: 25px; }
      .intro-area .btn-box {
        padding-top: 40px;
        padding-bottom: 40px; }
      .intro-area .btn-map-box {
        padding-top: 40px;
        padding-bottom: 40px; } }
  @media (max-width: 767px) {
    .intro-area {
      padding-top: 30px; }
      .intro-area + .intro-area {
        padding-top: 0;
        padding-bottom: 0; }
      .intro-area + .slideshow,
      .intro-area + .gallery-area {
        margin-top: 30px; }
      .intro-area-holder {
        max-width: none; }
      .intro-area h2 {
        line-height: 1.333;
        margin-bottom: 28px; }
      .intro-area h3 {
        margin-bottom: 20px;
        font-size: 30px;
        line-height: 1.333; }
      .intro-area .btn-box {
        padding-top: 30px;
        padding-bottom: 30px; }
      .intro-area .btn-map-box {
        padding-top: 30px;
        padding-bottom: 30px; } }

.accordion-block {
  padding-top: 24px; }
  .accordion-block + .slideshow-item {
    margin-top: 86px; }
  @media (max-width: 991px) {
    .accordion-block {
      padding-top: 40px; }
      .accordion-block + .slideshow-item {
        margin-top: 50px; } }
  @media (max-width: 767px) {
    .accordion-block {
      padding-top: 20px; }
      .accordion-block + .slideshow-item {
        margin-top: 30px; } }

.accordion {
  position: relative;
  color: inherit; }
  .accordion .card {
    background: none;
    border: 0;
    border-radius: 0;
    display: block;
    padding: 0;
    margin: 0 0 16px;
    position: relative;
    border: 0; }
    .accordion .card:first-of-type {
      border: 0; }
    .accordion .card:last-of-type {
      margin-bottom: 0; }
    .accordion .card:not(:first-of-type):not(:last-of-type) {
      border: 0; }
  .accordion .card-header {
    background: none;
    border: 0;
    margin: 0;
    padding: 0; }
    .accordion .card-header:first-child {
      border-radius: 0; }
    .accordion .card-header h3,
    .accordion .card-header h4 {
      margin: 0;
      font-size: 35px;
      line-height: 1.2;
      font-weight: 400;
      text-transform: uppercase; }
      .accordion .card-header h3 a,
      .accordion .card-header h4 a {
        display: block;
        padding: 10px 0 10px 52px;
        text-decoration: none;
        color: #009fe3;
        position: relative; }
        .accordion .card-header h3 a .ico-opener,
        .accordion .card-header h4 a .ico-opener {
          position: absolute;
          z-index: 20;
          top: 0;
          left: 0;
          width: 22px;
          height: 22px;
          overflow: hidden;
          margin: 19px 0 0; }
          .accordion .card-header h3 a .ico-opener::before, .accordion .card-header h3 a .ico-opener::after,
          .accordion .card-header h4 a .ico-opener::before,
          .accordion .card-header h4 a .ico-opener::after {
            content: '';
            position: absolute;
            z-index: 20;
            top: 0;
            left: 0;
            width: 22px;
            height: 2px;
            background: #000;
            transition: all 0.3s;
            margin: 10px 0 0 1px; }
          .accordion .card-header h3 a .ico-opener:before,
          .accordion .card-header h4 a .ico-opener:before {
            transform: rotate(45deg); }
          .accordion .card-header h3 a .ico-opener:after,
          .accordion .card-header h4 a .ico-opener:after {
            transform: rotate(-45deg); }
        .accordion .card-header h3 a:hover,
        .accordion .card-header h4 a:hover {
          text-decoration: none;
          color: #009fe3; }
          .accordion .card-header h3 a:hover .ico-opener::before, .accordion .card-header h3 a:hover .ico-opener::after,
          .accordion .card-header h4 a:hover .ico-opener::before,
          .accordion .card-header h4 a:hover .ico-opener::after {
            background-color: #009fe3; }
        .accordion .card-header h3 a.collapsed .ico-opener::before, .accordion .card-header h3 a.collapsed .ico-opener::after,
        .accordion .card-header h4 a.collapsed .ico-opener::before,
        .accordion .card-header h4 a.collapsed .ico-opener::after {
          background-color: #009fe3; }
        .accordion .card-header h3 a.collapsed .ico-opener:before,
        .accordion .card-header h4 a.collapsed .ico-opener:before {
          transform: rotate(0deg); }
        .accordion .card-header h3 a.collapsed .ico-opener:after,
        .accordion .card-header h4 a.collapsed .ico-opener:after {
          transform: rotate(-90deg); }
        .accordion .card-header h3 a.collapsed:hover .ico-opener::before, .accordion .card-header h3 a.collapsed:hover .ico-opener::after,
        .accordion .card-header h4 a.collapsed:hover .ico-opener::before,
        .accordion .card-header h4 a.collapsed:hover .ico-opener::after {
          background-color: #000; }
  .accordion .card-body {
    padding: 22px 0 7px 56px;
    color: inherit; }
    .accordion .card-body > p {
      margin-bottom: 29px; }
    .accordion .card-body img.size-full {
      display: block;
      width: 100% !important;
      height: auto !important;
      max-width: 100%; }
    .accordion .card-body .image {
      max-width: 804px;
      margin: 0 0 49px;
      position: relative;
      overflow: hidden; }
      .accordion .card-body .image img {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto; }
    .accordion .card-body > ul:not(.members-list):not(.unordered-list):not(.schedule-list):not(.social-list) {
      list-style: none;
      margin: 0;
      padding: 0 0 30px; }
      .accordion .card-body > ul:not(.members-list):not(.unordered-list):not(.schedule-list):not(.social-list) li {
        padding-bottom: 10px; }
    .accordion .card-body > h3 {
      margin-bottom: 38px;
      max-width: 880px; }
    .accordion .card-body h4 {
      color: inherit;
      font-size: inherit;
      line-height: inherit;
      font-weight: 700;
      font-family: inherit;
      margin: 0 0 10px; }
  .accordion-sm .card {
    margin-bottom: 17px; }
  .accordion-sm .card-header h3,
  .accordion-sm .card-header h4 {
    font-size: 18px;
    font-family: "AdelleSans", Arial, Helvetica, sans-serif;
    text-transform: none; }
    .accordion-sm .card-header h3 a,
    .accordion-sm .card-header h4 a {
      padding: 0 0 0 26px; }
      .accordion-sm .card-header h3 a .ico-opener,
      .accordion-sm .card-header h4 a .ico-opener {
        width: 14px;
        height: 14px;
        margin-top: 4px; }
        .accordion-sm .card-header h3 a .ico-opener::before, .accordion-sm .card-header h3 a .ico-opener::after,
        .accordion-sm .card-header h4 a .ico-opener::before,
        .accordion-sm .card-header h4 a .ico-opener::after {
          width: 14px;
          margin: 6px 0 0; }
  .accordion-sm .card-body {
    padding: 5px 0 0 26px; }
    .accordion-sm .card-body > p {
      margin-bottom: 10px; }
      .accordion-sm .card-body > p:last-child {
        margin-bottom: 0; }
  @media (max-width: 767px) {
    .accordion .card {
      margin-bottom: 10px; }
      .accordion .card:last-of-type {
        margin-bottom: 0; }
    .accordion .card-header h3 {
      font-size: 24px; }
      .accordion .card-header h3 a {
        padding: 5px 0 5px 35px; }
        .accordion .card-header h3 a .ico-opener {
          margin-top: 7px; }
    .accordion .card-body {
      padding: 10px 0 10px 35px; }
      .accordion .card-body > p {
        margin-bottom: 15px; }
      .accordion .card-body .image {
        max-width: none;
        margin-bottom: 20px; }
      .accordion .card-body > ul:not(.members-list):not(.unordered-list):not(.schedule-list) {
        padding-bottom: 15px; }
        .accordion .card-body > ul:not(.members-list):not(.unordered-list):not(.schedule-list):last-child {
          padding-bottom: 0; }
        .accordion .card-body > ul:not(.members-list):not(.unordered-list):not(.schedule-list) li {
          padding-bottom: 7px; } }

.members-list {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center; }
  .members-list > li {
    padding: 15px 20px; }
    .members-list > li > a {
      display: block;
      width: 129px;
      height: 129px;
      position: relative;
      overflow: hidden; }
      .members-list > li > a img {
        position: absolute;
        z-index: 10;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 100%;
        max-height: 100%; }
  @media (max-width: 991px) {
    .members-list {
      margin-left: -10px;
      margin-right: -10px; }
      .members-list > li {
        padding: 10px; }
        .members-list > li > a {
          width: 100px;
          height: 100px; } }

.ad-banner-box {
  padding-top: 60px;
  padding-bottom: 60px; }
  .ad-banner-box h3 {
    font: 18px/1.2 "AdelleSans", Arial, Helvetica, sans-serif;
    margin-bottom: 22px;
    color: inherit; }
  @media (max-width: 991px) {
    .ad-banner-box {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media (max-width: 767px) {
    .ad-banner-box {
      padding-top: 20px;
      padding-bottom: 20px; }
      .ad-banner-box h3 {
        margin-bottom: 15px; } }

.ad-banner {
  position: relative;
  overflow: hidden;
  max-width: 728px; }
  .ad-banner img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto; }

.slideshow {
  position: relative;
  margin-bottom: 134px; }
  .slideshow .slideshow-heading {
    text-align: center; }
    .slideshow .slideshow-heading .container {
      padding-top: 9px;
      padding-bottom: 64px; }
      .slideshow .slideshow-heading .container > * {
        max-width: 880px; }
    .slideshow .slideshow-heading h2 {
      color: inherit;
      margin: 0;
      font-size: 32px;
      line-height: 1.2;
      text-transform: none; }
  .slideshow .slideshow-body {
    position: relative; }
  .slideshow .slides {
    position: relative;
    z-index: 30; }
    .slideshow .slides .slick-list {
      overflow: visible; }
  .slideshow .slick-slide {
    opacity: 1 !important;
    z-index: 5 !important; }
    .slideshow .slick-slide:focus {
      outline: none; }
    .slideshow .slick-slide .image {
      margin: 0;
      position: relative;
      overflow: hidden;
      transform: translate(-85.5%, 54px);
      transition: all 0.3s; }
      .slideshow .slick-slide .image::before, .slideshow .slick-slide .image::after {
        transition: all 0.3s; }
      .slideshow .slick-slide .image img {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto; }
    .slideshow .slick-slide.slick-current {
      z-index: 10 !important; }
      .slideshow .slick-slide.slick-current .image {
        transform: translate(0, 0);
        box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.4); }
        .slideshow .slick-slide.slick-current .image::before, .slideshow .slick-slide.slick-current .image::after {
          opacity: 0; }
      .slideshow .slick-slide.slick-current ~ .slick-slide .image {
        transform: translate(92.3%, 53px); }
  .slideshow .slick-arrow {
    margin-top: 51px; }
  .slideshow + .text-section .container {
    padding-top: 22px; }
  @media (max-width: 1299px) {
    .slideshow .slick-arrow {
      margin-top: 0; } }
  @media (max-width: 991px) {
    .slideshow {
      margin-bottom: 50px; }
      .slideshow .slideshow-heading .container {
        padding-top: 0;
        padding-bottom: 80px; }
        .slideshow .slideshow-heading .container > * {
          max-width: none; }
      .slideshow .slideshow-heading h2 {
        font-size: 30px; }
      .slideshow .slick-slide .image {
        margin: 0 40px; } }
  @media (max-width: 767px) {
    .slideshow {
      margin-bottom: 38px; }
      .slideshow .slideshow-heading .container {
        padding-bottom: 20px; }
      .slideshow .slideshow-heading h2 {
        font-size: 26px; }
      .slideshow .slick-slide .container {
        padding-left: 0;
        padding-right: 29px; }
      .slideshow .slick-slide .image {
        transform: translate(-85.5%, 20px);
        opacity: 0;
        margin: 0; }
      .slideshow .slick-slide.slick-current .image {
        transform: translate(0, 0);
        opacity: 1; }
      .slideshow .slick-slide.slick-current ~ .slick-slide .image {
        transform: translate(33.3%, 18px);
        opacity: 1; }
      .slideshow .slick-arrow.slick-prev {
        display: none !important; }
      .slideshow .slick-arrow.slick-next {
        margin-right: -3px; } }

.reserve-link-box {
  padding: 16px 0 83px;
  font: 700 50px/1.2 "UniSans", Arial, Helvetica, sans-serif;
  color: #009fe3; }
  .reserve-link-box a {
    text-decoration: underline;
    color: inherit; }
    .reserve-link-box a:hover {
      text-decoration: none;
      color: inherit; }
  @media (max-width: 991px) {
    .reserve-link-box {
      padding-top: 10px;
      padding-bottom: 40px;
      font-size: 40px; } }
  @media (max-width: 767px) {
    .reserve-link-box {
      padding-top: 10px;
      padding-bottom: 25px;
      font-size: 22px; } }

.activities-area {
  position: relative; }
  .activities-area .container-fluid {
    padding: 49px 60px 40px; }
  @media (max-width: 1299px) {
    .activities-area .container-fluid {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 991px) {
    .activities-area .container-fluid {
      padding: 40px 15px; } }
  @media (max-width: 767px) {
    .activities-area .container-fluid {
      padding: 30px 15px 10px; }
    .activities-area .accordion .card-header {
      padding-top: 30px; } }

.sorting-form {
  padding-bottom: 47px; }
  .sorting-form .form-group {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center; }
    .sorting-form .form-group label {
      color: inherit;
      margin: 0;
      font-size: 14px;
      line-height: 1.2;
      font-weight: 400; }
    .sorting-form .form-group .select2-container.select2 {
      width: auto !important; }

.activities-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .activities-list > li {
    padding-bottom: 40px; }
  @media (min-width: 1440px) {
    .activities-list {
      margin-right: -57px; } }
  @media (max-width: 991px) {
    .activities-list > li {
      padding-bottom: 30px; } }
  @media (max-width: 767px) {
    .activities-list > li {
      padding-bottom: 44px; } }

.activity-item {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-start; }
  .activity-item .image {
    position: relative;
    overflow: hidden;
    max-width: 240px;
    width: 240px;
    flex: 0 0 240px;
    margin: 0 30px 0 0; }
    .activity-item .image img {
      display: block;
      width: 100%;
      max-width: 100%;
      height: auto; }
    .activity-item .image.primary-gradient::before, .activity-item .image.primary-gradient::after {
      transition: all 0.3s;
      pointer-events: none; }
  .activity-item .description {
    color: #009fe3;
    font-size: 14px;
    line-height: 1.5;
    padding: 0 20px 0 0;
    max-width: 30%;
    flex: 0 0 30%; }
    .activity-item .description h2 {
      text-transform: none;
      font-size: 32px;
      line-height: 1.2;
      font-weight: 400;
      margin-bottom: 9px;
      color: inherit;
      transition: all 0.3s; }
      .activity-item .description h2 a {
        text-decoration: none;
        color: inherit; }
        .activity-item .description h2 a:hover {
          text-decoration: none;
          color: #000; }
    .activity-item .description .date {
      display: block;
      font-size: 18px;
      line-height: 1.2;
      font-style: normal;
      color: #000;
      padding-bottom: 0; }
    .activity-item .description p {
      margin: 0;
      padding-bottom: 20px;
      line-height: 1.5; }
  .activity-item .price-box {
    max-width: 155px;
    flex: 0 0 155px;
    padding: 21px 15px 0 0;
    color: #009fe3;
    transition: all 0.3s; }
    .activity-item .price-box small {
      display: block;
      font-size: 14px;
      line-height: 1.2; }
    .activity-item .price-box .price {
      display: block;
      font: 32px/1.2 "UniSans", Arial, Helvetica, sans-serif; }
  .activity-item .btn-box {
    max-width: 160px;
    flex: 0 0 160px;
    padding: 14px 0 0; }
    .activity-item .btn-box .btn {
      opacity: 0;
      pointer-events: none;
      display: block; }
      .activity-item .btn-box .btn + .btn {
        margin-top: 15px; }
  .activity-item:hover .image.primary-gradient::before, .activity-item:hover .image.primary-gradient::after {
    opacity: 0; }
  .activity-item:hover .description h2 {
    color: #000; }
  .activity-item:hover .price-box {
    color: #000; }
  .activity-item:hover .btn-box .btn {
    opacity: 1;
    pointer-events: all; }
  @media (min-width: 1440px) {
    .activity-item .image {
      max-width: 269px;
      width: 269px;
      flex: 0 0 269px; }
    .activity-item .description {
      max-width: 35.4%;
      flex: 0 0 35.4%; } }
  @media (max-width: 1299px) {
    .activity-item {
      flex-wrap: wrap;
      align-items: center;
      position: relative; }
      .activity-item .description {
        max-width: calc(100% - 270px);
        flex: 0 0 calc(100% - 270px);
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 160px; }
      .activity-item .price-box {
        padding-top: 15px;
        padding-bottom: 15px;
        position: absolute;
        bottom: 106px;
        right: 0; }
      .activity-item .btn-box {
        max-width: 50%;
        flex: 0 0 50%;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: right;
        position: absolute;
        bottom: -10px;
        right: 0; }
        .activity-item .btn-box .btn {
          opacity: 1;
          pointer-events: all; } }
  @media (max-width: 991px) {
    .activity-item .description p {
      padding-bottom: 0; } }
  @media (max-width: 767px) {
    .activity-item {
      align-items: flex-start;
      margin: 0 -15px; }
      .activity-item .image {
        max-width: 100%;
        width: 100%;
        flex: 0 0 100%;
        margin: 0 0 42px; }
        .activity-item .image.primary-gradient::before, .activity-item .image.primary-gradient::after {
          display: none; }
      .activity-item .description {
        color: #000;
        font-size: 12px;
        padding: 0 15px 20px;
        max-width: 100%;
        flex: 0 0 100%; }
        .activity-item .description h2 {
          font-size: 20px;
          font-family: "AdelleSans", Arial, Helvetica, sans-serif;
          margin-bottom: 14px;
          color: #009fe3; }
        .activity-item .description .date {
          padding-bottom: 12px;
          font-size: 16px; }
      .activity-item .price-box {
        max-width: 50%;
        flex: 0 0 50%;
        padding: 3px 15px 0;
        position: relative;
        bottom: auto;
        right: auto; }
        .activity-item .price-box small {
          font-size: 12px;
          padding-bottom: 10px; }
        .activity-item .price-box .price {
          font-size: 26px; }
      .activity-item .btn-box {
        max-width: 50%;
        flex: 0 0 50%;
        padding: 0;
        position: relative;
        top: auto;
        right: auto; }
        .activity-item .btn-box .btn {
          opacity: 1;
          pointer-events: all;
          padding: 13px 30px;
          font-size: 19px;
          line-height: 1.263;
          border-radius: 0; }
          .activity-item .btn-box .btn + .btn {
            font-size: 12px; } }

.search-element {
  border: 1px solid #009fe3;
  position: relative;
  padding-right: 50px; }
  .search-element .form-control {
    display: block;
    width: 100%;
    height: 48px;
    font: 20px "AdelleSans", Arial, Helvetica, sans-serif;
    border: 0;
    background: #fff;
    color: #000;
    padding: 2px 15px;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    -webkit-appearance: none; }
    .search-element .form-control::-moz-placeholder {
      color: rgba(0, 0, 0, 0.7);
      opacity: 1; }
    .search-element .form-control:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.7); }
    .search-element .form-control::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.7); }
    .search-element .form-control:focus {
      outline: none; }
  .search-element .button-search {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    right: 0;
    height: auto; }

.filter-block {
  padding-bottom: 30px;
  max-width: 350px; }
  .filter-block .filter-heading {
    color: inherit;
    padding: 20px 10px 133px 0; }
    .filter-block .filter-heading h1,
    .filter-block .filter-heading h2 {
      color: inherit;
      font-size: 35px;
      line-height: 1.371;
      font-weight: 400;
      text-transform: uppercase;
      margin: 0; }
      .filter-block .filter-heading h1 .filter-opener,
      .filter-block .filter-heading h2 .filter-opener {
        text-decoration: none;
        color: inherit; }
        .filter-block .filter-heading h1 .filter-opener:hover,
        .filter-block .filter-heading h2 .filter-opener:hover {
          text-decoration: none;
          color: inherit; }
  .filter-block .search-element {
    margin-bottom: 50px; }
  @media (min-width: 992px) {
    .filter-block .filter-heading h1 .filter-opener,
    .filter-block .filter-heading h2 .filter-opener {
      pointer-events: none; } }
  @media (max-width: 991px) {
    .filter-block {
      padding-bottom: 30px;
      max-width: none; }
      .filter-block .filter-heading {
        padding-bottom: 0; }
        .filter-block .filter-heading h1,
        .filter-block .filter-heading h2 {
          font-size: 26px;
          line-height: 1.385; }
          .filter-block .filter-heading h1 .filter-opener,
          .filter-block .filter-heading h2 .filter-opener {
            color: #000;
            display: inline-block;
            vertical-align: top;
            position: relative;
            padding-right: 35px; }
            .filter-block .filter-heading h1 .filter-opener:hover,
            .filter-block .filter-heading h2 .filter-opener:hover {
              color: #000; }
            .filter-block .filter-heading h1 .filter-opener .btn-close,
            .filter-block .filter-heading h2 .filter-opener .btn-close {
              position: absolute;
              z-index: 10;
              top: 0;
              right: 0;
              margin: 2px -2px 0 0; }
              .filter-block .filter-heading h1 .filter-opener .btn-close:before,
              .filter-block .filter-heading h2 .filter-opener .btn-close:before {
                margin-left: 4px; }
              .filter-block .filter-heading h1 .filter-opener .btn-close:after,
              .filter-block .filter-heading h2 .filter-opener .btn-close:after {
                margin-left: 4px; }
            .filter-block .filter-heading h1 .filter-opener.collapsed,
            .filter-block .filter-heading h2 .filter-opener.collapsed {
              color: #009fe3; }
              .filter-block .filter-heading h1 .filter-opener.collapsed .btn-close::before, .filter-block .filter-heading h1 .filter-opener.collapsed .btn-close::after,
              .filter-block .filter-heading h2 .filter-opener.collapsed .btn-close::before,
              .filter-block .filter-heading h2 .filter-opener.collapsed .btn-close::after {
                width: 14px;
                height: 1px;
                margin-top: 15px; }
              .filter-block .filter-heading h1 .filter-opener.collapsed .btn-close:before,
              .filter-block .filter-heading h2 .filter-opener.collapsed .btn-close:before {
                margin-left: 3px; }
              .filter-block .filter-heading h1 .filter-opener.collapsed .btn-close:after,
              .filter-block .filter-heading h2 .filter-opener.collapsed .btn-close:after {
                margin-left: 13px; }
      .filter-block .search-element {
        margin-top: 30px;
        margin-bottom: 0; } }
  @media (max-width: 767px) {
    .filter-block {
      padding-bottom: 30px; }
      .filter-block .filter-heading {
        padding: 0; } }

.activities-filter {
  position: relative; }
  .activities-filter .form-group {
    margin: 0 0 52px; }
  @media (max-width: 991px) {
    .activities-filter {
      padding-top: 40px; }
      .activities-filter.sticky-item {
        position: relative !important;
        top: auto !important;
        bottom: auto !important;
        width: auto !important; }
      .activities-filter .form-group {
        margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .activities-filter {
      padding-top: 60px; }
      .activities-filter .form-group {
        margin-bottom: 39px; } }

.inactive-filter-element {
  opacity: 0.5 !important;
  pointer-events: none !important; }

.activity-detail-area {
  position: relative; }
  .activity-detail-area .container-fluid {
    padding: 49px 60px 40px; }
  .activity-detail-area .banner-item {
    margin-right: -60px; }
  .activity-detail-area .offset-section {
    margin-right: 0;
    padding-right: 160px; }
  @media (min-width: 1440px) {
    .activity-detail-area .container-fluid > .row {
      margin-left: -35px;
      margin-right: -35px; }
      .activity-detail-area .container-fluid > .row > [class^="col"] {
        padding-left: 35px;
        padding-right: 35px; }
      .activity-detail-area .container-fluid > .row > div[class^="col-"]:nth-child(1) {
        max-width: 25.8%;
        flex: 0 0 25.8%; }
      .activity-detail-area .container-fluid > .row > div[class^="col-"]:nth-child(2) {
        max-width: 74.2%;
        flex: 0 0 74.2%; } }
  @media (max-width: 1299px) {
    .activity-detail-area .container-fluid {
      padding-left: 20px;
      padding-right: 20px; }
    .activity-detail-area .banner-item {
      margin-right: -20px; } }
  @media (max-width: 991px) {
    .activity-detail-area .offset-section {
      margin-left: 0;
      margin-right: 0;
      padding-right: 0; }
    .activity-detail-area .container-fluid {
      padding: 40px 15px; }
    .activity-detail-area .banner-item {
      margin-right: -15px; } }
  @media (max-width: 767px) {
    .activity-detail-area .container-fluid {
      padding: 30px 15px 0; } }

.control-items {
  margin: -21px -52px -12px 0; }
  .control-items > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-end; }
    .control-items > ul > li {
      padding: 0 7px; }
      .control-items > ul > li + li {
        border-left: 2px solid #000; }
  @media (max-width: 1299px) {
    .control-items {
      margin-right: 0;
      margin-bottom: 10px; } }

.control-item {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 50px; }
  .control-item-prev::before, .control-item-next::before {
    content: "";
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    width: 29px;
    height: 29px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 29px 29px;
    transform: translate(-50%, -50%); }
  .control-item-prev::before {
    background-image: url(../images/arrow-right-black-01.svg); }
  .control-item-next::before {
    background-image: url(../images/arrow-left-black-01.svg); }
  .control-item-close::before, .control-item-close::after {
    content: '';
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    width: 34px;
    height: 2px;
    background: #000;
    transition: all 0.3s;
    margin: 24px 0 0 7px; }
  .control-item-close:before {
    transform: rotate(45deg); }
  .control-item-close:after {
    transform: rotate(-45deg); }
  .control-item:hover {
    opacity: 0.75; }

.heading-block {
  padding-bottom: 51px;
  color: #009fe3; }
  .heading-block h1 {
    margin: 0;
    color: inherit;
    text-transform: uppercase; }

.banner-item {
  margin: 0 0 60px;
  padding: 0 220px 49px 0;
  position: relative; }
  .banner-item .image {
    position: relative;
    overflow: hidden;
    z-index: 10;
    box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.4);
    max-height: 655px; }
    .banner-item .image img {
      display: block;
      width: 100%;
      max-width: 100%;
      height: auto; }
  .banner-item .bg-image {
    position: absolute;
    z-index: 5;
    top: 47px;
    bottom: 0;
    left: 23.5%;
    right: 0;
    overflow: hidden; }
  .banner-item figcaption {
    position: absolute;
    z-index: 15;
    top: 50%;
    right: 0;
    width: 246px;
    background-color: #fff;
    padding: 40px;
    transform: translate(0, -50%);
    min-height: 233px;
    color: #009fe3;
    margin-top: -24px; }
    .banner-item figcaption .btn-box {
      padding-bottom: 32px; }
      .banner-item figcaption .btn-box .btn {
        display: block;
        min-width: 0; }
    .banner-item figcaption small {
      display: block;
      font-size: 14px;
      line-height: 1.2; }
    .banner-item figcaption h2 {
      margin: 0;
      text-transform: uppercase;
      color: inherit; }
  @media (max-width: 1299px) {
    .banner-item {
      padding-bottom: 30px; }
      .banner-item figcaption {
        margin-top: 0;
        padding: 20px;
        min-height: 150px; } }
  @media (max-width: 991px) {
    .banner-item {
      padding-right: 100px; } }
  @media (max-width: 767px) {
    .banner-item {
      margin: 0 -15px 20px;
      padding: 0; }
      .banner-item .image-block {
        position: relative;
        padding: 0 36px 17px 0; }
      .banner-item .bg-image {
        top: 18px;
        left: 35px; }
      .banner-item figcaption {
        position: relative;
        top: auto;
        right: auto;
        width: auto;
        background: none;
        padding: 30px 15px 11px;
        transform: none;
        min-height: 0;
        margin-top: 0;
        text-align: center; }
        .banner-item figcaption .btn-box {
          padding-bottom: 32px; }
          .banner-item figcaption .btn-box .btn {
            display: inline-block;
            padding: 13px 30px;
            font-size: 19px;
            line-height: 1.263;
            border-radius: 0; }
        .banner-item figcaption small {
          font-size: 14px;
          padding-bottom: 2px; }
        .banner-item figcaption h2 {
          font-size: 32px; } }

.activity-detail {
  max-width: 800px;
  padding-bottom: 6px;
  line-height: 1.389;
  color: #0a3039; }
  .activity-detail-title {
    padding-bottom: 35px; }
    .activity-detail-title .activity-date {
      display: block;
      color: #009fe3;
      font-size: 26px;
      line-height: 1.385;
      font-style: normal;
      padding-bottom: 10px; }
    .activity-detail-title h3 {
      color: #009fe3;
      font-size: 26px;
      line-height: 1.385;
      font-weight: 400;
      font-family: "AdelleSans", Arial, Helvetica, sans-serif;
      margin: 0; }
    .activity-detail-title .activity-summary {
      list-style: none;
      margin: 0;
      padding: 9px 0 0 30px; }
      .activity-detail-title .activity-summary li {
        font-size: 14px;
        line-height: 1.2;
        color: #000;
        padding-bottom: 11px; }
  .activity-detail h4 {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    font-family: "AdelleSans", Arial, Helvetica, sans-serif;
    color: #000;
    margin: 0 0 19px; }
  .activity-detail p + h4 {
    padding-top: 41px; }
  .activity-detail + .slideshow-item {
    margin-top: 81px; }
  @media (max-width: 1299px) {
    .activity-detail-title .activity-summary {
      padding-left: 0; }
    .activity-detail + .slideshow-item {
      margin-top: 70px; } }
  @media (max-width: 767px) {
    .activity-detail {
      max-width: none;
      padding-bottom: 0;
      line-height: 1.3125; }
      .activity-detail-title {
        padding-bottom: 22px; }
        .activity-detail-title .activity-date {
          font-size: 20px;
          line-height: 1.2;
          padding-bottom: 11px; }
        .activity-detail-title h3 {
          font-size: 20px;
          line-height: 1.2; }
        .activity-detail-title .activity-summary {
          padding: 30px 0 0; }
          .activity-detail-title .activity-summary li {
            font-size: 12px;
            padding-bottom: 11px; }
      .activity-detail h4 {
        font-size: 16px;
        margin-bottom: 16px; }
      .activity-detail p + h4 {
        padding-top: 20px; }
      .activity-detail + .slideshow-item {
        margin-top: 10px; } }

.cart-area {
  position: relative; }
  .cart-area .container {
    padding-top: 96px;
    padding-bottom: 96px; }
  .cart-area h1 {
    color: #009fe3;
    margin-bottom: 52px;
    text-transform: uppercase; }
  @media (max-width: 991px) {
    .cart-area .container {
      padding-top: 40px;
      padding-bottom: 40px; }
    .cart-area h1 {
      margin-bottom: 15px; } }
  @media (max-width: 767px) {
    .cart-area .container {
      padding-top: 22px;
      padding-bottom: 30px; }
    .cart-area h1 {
      margin-bottom: 11px; } }

.cart-table {
  padding-top: 20px;
  margin-bottom: 12px; }
  .cart-table .cart-table-row {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: stretch;
    border-bottom: 2px solid #009fe3; }
  .cart-table .cart-table-cell {
    font-size: 18px;
    line-height: 1.5;
    color: inherit;
    padding: 20px 5px; }
    .cart-table .cart-table-cell:nth-child(1) {
      flex-grow: 1; }
    .cart-table .cart-table-cell:nth-child(2) {
      max-width: 140px;
      flex: 0 0 140px;
      padding-right: 38px;
      text-align: right; }
    .cart-table .cart-table-cell:nth-child(3) {
      max-width: 180px;
      flex: 0 0 180px;
      text-align: center; }
    .cart-table .cart-table-cell:nth-child(4) {
      max-width: 172px;
      flex: 0 0 172px;
      text-align: right; }
    .cart-table .cart-table-cell:nth-child(5) {
      max-width: 68px;
      flex: 0 0 68px;
      text-align: right; }
  .cart-table .cart-table-heading {
    position: relative; }
    .cart-table .cart-table-heading .cart-table-cell {
      padding-top: 0;
      padding-bottom: 45px; }
      .cart-table .cart-table-heading .cart-table-cell h3 {
        margin: 0;
        color: inherit;
        text-transform: none;
        font-size: 14px;
        line-height: 1.2;
        font-weight: 400;
        font-family: "AdelleSans", Arial, Helvetica, sans-serif; }
  .cart-table .cart-table-body {
    position: relative; }
    .cart-table .cart-table-body .cart-table-cell:nth-child(2) {
      padding-top: 30px; }
    .cart-table .cart-table-body .cart-table-cell h2 {
      color: #009fe3;
      margin-bottom: 17px;
      font-size: 32px;
      line-height: 1.2;
      text-transform: none; }
    .cart-table .cart-table-body .cart-table-cell p {
      margin-bottom: 17px; }
    .cart-table .cart-table-body .cart-table-cell h2 a,
    .cart-table .cart-table-body .cart-table-cell p a {
      text-decoration: none;
      color: #009fe3; }
      .cart-table .cart-table-body .cart-table-cell h2 a:hover,
      .cart-table .cart-table-body .cart-table-cell p a:hover {
        text-decoration: none;
        color: #000; }
    .cart-table .cart-table-body .cart-table-cell .amount-item {
      margin: 5px auto 0; }
    .cart-table .cart-table-body .cart-table-cell .price {
      display: block;
      padding-bottom: 23px;
      font: 32px/1.2 "UniSans", Arial, Helvetica, sans-serif; }
    .cart-table .cart-table-body .cart-table-cell .collapse-note {
      margin-left: -80px; }
    .cart-table .cart-table-body .cart-table-cell .btn-remove {
      margin: 10px -6px 0 0; }
  @media (max-width: 991px) {
    .cart-table {
      padding-top: 0;
      margin-bottom: 20px; }
      .cart-table .cart-table-row {
        flex-wrap: wrap;
        position: relative;
        padding-top: 29px;
        padding-bottom: 19px; }
      .cart-table .cart-table-cell {
        font-size: 12px;
        padding: 0 0 10px; }
        .cart-table .cart-table-cell:nth-child(1) {
          max-width: calc(100% - 100px);
          flex: 0 0 calc(100% - 100px);
          order: 1;
          padding-right: 15px; }
        .cart-table .cart-table-cell:nth-child(2) {
          max-width: calc(100% - 100px);
          flex: 0 0 calc(100% - 100px);
          padding-right: 15px;
          text-align: left;
          order: 4;
          font-size: 16px; }
        .cart-table .cart-table-cell:nth-child(3) {
          max-width: 100px;
          min-width: 100px;
          flex: 0 0 100px;
          position: absolute;
          z-index: 10;
          top: 0;
          right: 0;
          order: 2; }
        .cart-table .cart-table-cell:nth-child(4) {
          max-width: 100px;
          flex: 0 0 100px;
          order: 3;
          padding-top: 51px; }
        .cart-table .cart-table-cell:nth-child(5) {
          display: none; }
      .cart-table .cart-table-heading {
        display: none; }
      .cart-table .cart-table-body .cart-table-cell:nth-child(2) {
        padding-top: 0; }
      .cart-table .cart-table-body .cart-table-cell h2 {
        margin-bottom: 4px;
        font-size: 16px;
        line-height: 1.625;
        font-family: "AdelleSans", Arial, Helvetica, sans-serif;
        font-weight: 400;
        color: inherit; }
        .cart-table .cart-table-body .cart-table-cell h2 a {
          color: inherit; }
      .cart-table .cart-table-body .cart-table-cell p {
        margin-bottom: 7px; }
        .cart-table .cart-table-body .cart-table-cell p:last-child {
          margin-bottom: 0; }
      .cart-table .cart-table-body .cart-table-cell .amount-item {
        margin: 34px -6px 0 auto; }
      .cart-table .cart-table-body .cart-table-cell .price {
        padding-bottom: 0;
        font-size: 21px; }
      .cart-table .cart-table-body .cart-table-cell .collapse-note {
        margin-left: 0; }
      .cart-table .cart-table-body .cart-table-cell .btn-remove {
        margin: 10px -6px 0 0; }
      .cart-table .cart-table-body .cart-table-cell .price-group {
        display: flex;
        flex-direction: column-reverse; }
        .cart-table .cart-table-body .cart-table-cell .price-group > * {
          width: 100%; } }

.amount-item {
  max-width: 126px;
  padding: 0 32px;
  position: relative;
  overflow: hidden; }
  .amount-item.disable {
    pointer-events: none;
    opacity: 0.3; }
  .amount-item input {
    display: block;
    width: 100%;
    height: 32px;
    font: 18px "AdelleSans", Arial, Helvetica, sans-serif;
    border: 0;
    background: #fff;
    color: #000;
    padding: 2px 5px;
    text-align: center;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    -webkit-appearance: none; }
    .amount-item input::-moz-placeholder {
      color: #000;
      opacity: 1; }
    .amount-item input:-ms-input-placeholder {
      color: #000; }
    .amount-item input::-webkit-input-placeholder {
      color: #000; }
    .amount-item input:focus {
      outline: none; }
  .amount-item .animate-txt {
    position: absolute;
    top: 0;
    left: 32px;
    right: 32px;
    width: auto;
    height: 32px;
    font-size: 18px;
    line-height: 1;
    color: #000;
    text-align: center;
    pointer-events: none;
    opacity: 0; }
  .amount-item .button {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 32px;
    font-size: 0;
    line-height: 0;
    cursor: pointer; }
    .amount-item .button::before, .amount-item .button::after {
      content: "";
      position: absolute;
      z-index: 10;
      background-color: #999;
      transition: all 0.3s; }
    .amount-item .button::before {
      top: 15px;
      bottom: 15px;
      left: 5px;
      right: 5px; }
    .amount-item .button::after {
      top: 5px;
      bottom: 5px;
      left: 15px;
      right: 15px; }
    .amount-item .button.dec {
      left: 0; }
      .amount-item .button.dec::after {
        display: none; }
    .amount-item .button.inc {
      right: 0; }
    .amount-item .button:hover::before, .amount-item .button:hover::after {
      background-color: #009fe3; }
    .amount-item .button.disable {
      pointer-events: none; }
  @media (max-width: 991px) {
    .amount-item {
      max-width: 85px;
      padding-left: 26px;
      padding-right: 26px; }
      .amount-item input {
        height: 26px;
        font-size: 16px; }
      .amount-item .animate-txt {
        left: 26px;
        right: 26px;
        height: 26px;
        font-size: 16px; }
      .amount-item .button {
        width: 26px; }
        .amount-item .button::before, .amount-item .button::after {
          background-color: #009fe3; }
        .amount-item .button::before {
          top: 12px;
          bottom: 12px; }
        .amount-item .button::after {
          left: 12px;
          right: 12px; } }

.collapse-note {
  position: relative;
  color: #666;
  text-align: right; }
  .collapse-note .collapse-opener {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: inherit;
    font-size: 13px;
    line-height: 1.2; }
    .collapse-note .collapse-opener:hover {
      text-decoration: none;
      color: #000; }
    .collapse-note .collapse-opener .btn-close {
      width: 20px;
      height: 20px;
      margin: -1px 1px -1px 0; }
      .collapse-note .collapse-opener .btn-close::before, .collapse-note .collapse-opener .btn-close::after {
        width: 14px;
        height: 2px;
        margin: 9px 0 0 2px; }
      .collapse-note .collapse-opener .btn-close:hover {
        opacity: 1; }
        .collapse-note .collapse-opener .btn-close:hover::before, .collapse-note .collapse-opener .btn-close:hover::after {
          background-color: #009fe3; }
    .collapse-note .collapse-opener.collapsed {
      color: #009fe3; }
      .collapse-note .collapse-opener.collapsed .btn-close {
        transform: scale(0); }
  .collapse-note .card {
    display: block;
    background: none;
    border: 0;
    border-radius: 0;
    color: inherit;
    font-size: 14px;
    line-height: 1.571; }
  @media (max-width: 991px) {
    .collapse-note .collapse-opener {
      font-size: 12px; }
      .collapse-note .collapse-opener .btn-close {
        margin: -3px 1px -1px 0; }
      .collapse-note .collapse-opener.collapsed {
        color: #666; }
    .collapse-note .card {
      font-size: 11px; } }

.cart-form {
  position: relative; }
  .cart-form .cart-summary {
    text-align: right; }
  .cart-form .discount-form {
    padding-bottom: 53px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end; }
    .cart-form .discount-form label:not(.placeholder-label) {
      margin: 0 35px 0 0;
      font-size: 18px;
      line-height: 1.2;
      font-weight: 400;
      color: inherit; }
    .cart-form .discount-form .input-item {
      text-align: left;
      width: 145px; }
      .cart-form .discount-form .input-item ~ .btn {
        padding-top: 2px;
        padding-bottom: 2px;
        align-self: stretch;
        line-height: 1.231; }
        @media (max-width: 767px) {
          .cart-form .discount-form .input-item ~ .btn {
            padding-left: 5px;
            padding-right: 5px; } }
      .cart-form .discount-form .input-item.filled {
        padding-top: 0; }
        .cart-form .discount-form .input-item.filled .placeholder-label {
          opacity: 0; }
        .cart-form .discount-form .input-item.filled ~ .btn {
          margin-left: 20px; }
      .cart-form .discount-form .input-item:not(.filled) ~ .btn {
        width: 0;
        border: 0;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
        font-size: 0;
        line-height: 0;
        color: rgba(0, 0, 0, 0); }
  .cart-form .cart-total-info {
    list-style: none;
    margin: 0 -10px;
    padding: 0 0 63px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end; }
    .cart-form .cart-total-info > li {
      font-size: 18px;
      line-height: 1.2;
      color: #009fe3;
      padding: 0 10px;
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      align-items: center;
      min-width: 240px; }
    .cart-form .cart-total-info h4 {
      color: #000;
      font-size: inherit;
      line-height: inherit;
      font-weight: inherit;
      font-family: inherit;
      text-transform: none;
      margin: 0 35px 0 0; }
    .cart-form .cart-total-info p {
      margin: 0; }
      .cart-form .cart-total-info p b {
        display: inline-block;
        vertical-align: top;
        text-align: right;
        min-width: 166px;
        font: 32px/1.2 "UniSans", Arial, Helvetica, sans-serif; }
  @media (max-width: 991px) {
    .cart-form .discount-form {
      padding-bottom: 15px; }
      .cart-form .discount-form label:not(.placeholder-label) {
        margin: 0 24px 0 0;
        font-size: 16px;
        color: #009fe3; }
      .cart-form .discount-form .input-item {
        width: 77px; }
    .cart-form .cart-total-info {
      margin: 0;
      padding-bottom: 20px;
      display: block; }
      .cart-form .cart-total-info > li {
        font-size: 16px;
        padding: 0 0 15px;
        width: 100%;
        justify-content: flex-end;
        color: #000; }
      .cart-form .cart-total-info h4 {
        color: #009fe3;
        margin: 0 10px 0 0;
        flex-grow: 1; }
      .cart-form .cart-total-info p {
        margin: 0;
        max-width: 87px;
        flex: 0 0 87px; }
        .cart-form .cart-total-info p b {
          display: block;
          min-width: 0;
          font-size: 21px; }
    .cart-form .btn-row {
      text-align: center; }
      .cart-form .btn-row .btn {
        margin-bottom: 15px; }
        .cart-form .btn-row .btn:last-child {
          margin-bottom: 0; } }

.payment-area {
  position: relative; }
  .payment-area .container {
    padding-top: 102px;
    padding-bottom: 102px; }
  .payment-area .heading-block {
    padding-bottom: 58px; }
  .payment-area h2 {
    margin-bottom: 50px; }
  @media (max-width: 991px) {
    .payment-area .container {
      padding-top: 40px;
      padding-bottom: 50px; }
    .payment-area .heading-block {
      padding-bottom: 40px; }
    .payment-area h2 {
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .payment-area .container {
      padding-top: 40px;
      padding-bottom: 40px; }
    .payment-area .heading-block {
      padding-bottom: 20px; }
    .payment-area h2 {
      margin-bottom: 20px; } }

.steps {
  list-style: none;
  margin: 0;
  padding: 0 0 66px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: stretch; }
  .steps > li {
    color: #666;
    font-size: 14px;
    line-height: 1.2;
    position: relative;
    width: 116px; }
    .steps > li::before {
      content: "";
      position: absolute;
      z-index: 5;
      top: 0;
      left: 0;
      width: 82px;
      height: 1px;
      background-color: #009fe3;
      margin: 22px 0 0 34px; }
    .steps > li + li {
      margin-left: 20px; }
    .steps > li:last-child::before {
      display: none; }
    .steps > li.active {
      color: #009fe3; }
  .steps b {
    display: block;
    font: 32px/1.2 "UniSans", Arial, Helvetica, sans-serif;
    padding-bottom: 4px;
    max-width: 30px; }
  .steps span {
    display: block; }
  @media (max-width: 767px) {
    .steps {
      padding-bottom: 30px; }
      .steps > li {
        width: 100px; }
        .steps > li::before {
          width: 55px;
          margin: 22px 0 0 34px; } }

.details-info {
  color: inherit;
  padding-bottom: 33px;
  font-size: 14px;
  line-height: 1.571; }
  .details-info h3 {
    color: inherit;
    text-transform: none;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    font-family: "AdelleSans", Arial, Helvetica, sans-serif; }
  .details-info p {
    margin-bottom: 10px; }
    .details-info p a {
      text-decoration: none;
      color: #009fe3; }
      .details-info p a:hover {
        text-decoration: none;
        color: #000; }
  .details-info .block {
    padding-bottom: 4px; }
  @media (max-width: 767px) {
    .details-info {
      padding-bottom: 10px; }
      .details-info h3 {
        font-size: 16px; } }

.order-info-group {
  list-style: none;
  margin: 0;
  padding: 5px 0 28px;
  max-width: 600px; }
  .order-info-group > li {
    padding-bottom: 26px; }
  .order-info-group .details-info {
    padding-bottom: 0; }
    .order-info-group .details-info h3 {
      margin-bottom: 6px; }
    .order-info-group .details-info p {
      margin-bottom: 5px; }
  @media (max-width: 767px) {
    .order-info-group {
      padding-top: 0;
      padding-bottom: 20px; }
      .order-info-group > li {
        padding-bottom: 15px; } }

.order-info-list {
  list-style: none;
  margin: 0;
  padding: 0 0 9px; }
  .order-info-list > li {
    padding-bottom: 5px; }
  @media (min-width: 768px) {
    .order-info-list {
      column-count: 2;
      column-gap: 30px; }
      .order-info-list > * {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        break-inside: avoid; } }

.reg-form {
  padding-bottom: 40px;
  margin-right: -30px; }
  .reg-form .form-group {
    margin-bottom: 40px; }
    .reg-form .form-group .select2.select2-container {
      margin-top: 12px; }
  .reg-form .form-bottom {
    padding-top: 42px; }
  @media (max-width: 1299px) {
    .reg-form {
      margin-right: 0; }
      .reg-form .row.row-60 {
        margin-left: -15px;
        margin-right: -15px; }
        .reg-form .row.row-60 > [class^="col"] {
          padding-left: 15px;
          padding-right: 15px; } }
  @media (max-width: 991px) {
    .reg-form {
      padding-bottom: 30px; }
      .reg-form .form-group {
        margin-bottom: 20px; }
        .reg-form .form-group .select2.select2-container {
          margin-top: 10px; }
      .reg-form .form-bottom {
        padding-top: 25px; } }
  @media (max-width: 767px) {
    .reg-form {
      padding-bottom: 35px; }
      .reg-form .form-group {
        margin-bottom: 15px; }
        .reg-form .form-group .select2.select2-container {
          margin-top: 10px; }
      .reg-form .form-bottom {
        padding-top: 15px;
        text-align: center; } }

.summary-info {
  color: inherit;
  padding-bottom: 20px;
  margin-left: -20px; }
  .summary-info small {
    display: block;
    color: #009fe3;
    font-size: 15px;
    line-height: 1.2; }
  .summary-info .price {
    display: block;
    color: #009fe3;
    font: 35px/1.2 "UniSans", Arial, Helvetica, sans-serif;
    padding-bottom: 20px; }
  .summary-info p {
    margin-bottom: 0;
    padding-bottom: 14px; }
    .summary-info p strong {
      font-weight: 700; }
  .summary-info .summary-note {
    display: block;
    font-size: 14px;
    line-height: 1.571;
    margin-top: -10px; }
  .summary-info .payment-total {
    margin-top: 14px;
    padding-top: 28px;
    border-top: 2px solid #009fe3; }
    .summary-info .payment-total p {
      padding-bottom: 10px; }
  .summary-info .payment-note {
    padding: 15px 2px 0;
    font-size: 14px;
    line-height: 1.571;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-start;
    color: #009fe3; }
    .summary-info .payment-note .ico {
      width: 28px;
      height: 28px;
      position: relative;
      overflow: hidden;
      max-width: 28px;
      flex: 0 0 28px;
      margin: -7px 10px 0 0; }
      .summary-info .payment-note .ico img {
        position: absolute;
        z-index: 10;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 100%;
        max-height: 100%; }
    .summary-info .payment-note .box {
      flex-grow: 1; }
    .summary-info .payment-note p {
      padding-bottom: 5px; }
      .summary-info .payment-note p a {
        text-decoration: none;
        color: inherit; }
        .summary-info .payment-note p a:hover {
          text-decoration: none;
          color: #000; }
  @media (max-width: 1299px) {
    .summary-info {
      margin-left: 0; } }
  @media (max-width: 767px) {
    .summary-info {
      padding: 0 7px; }
      .summary-info small {
        font-size: 12px; }
      .summary-info .price {
        font-size: 30px;
        padding-bottom: 25px; }
      .summary-info p {
        padding-bottom: 7px; }
      .summary-info .summary-note {
        font-size: 12px;
        line-height: 1.667;
        margin-top: 0;
        padding-top: 12px; } }

.payment-form {
  padding-bottom: 40px;
  margin-right: -30px; }
  .payment-form h3 {
    color: #009fe3;
    margin-bottom: 62px; }
  .payment-form .lead {
    padding-bottom: 48px; }
  .payment-form .form-group {
    margin-bottom: 40px; }
  .payment-form .link-row {
    padding-top: 21px;
    padding-bottom: 29px; }
  .payment-form .form-bottom {
    padding-top: 19px; }
    .payment-form .form-bottom .btn {
      min-width: 137px; }
  @media (max-width: 1299px) {
    .payment-form {
      margin-right: 0; }
      .payment-form .row.row-60 {
        margin-left: -15px;
        margin-right: -15px; }
        .payment-form .row.row-60 > [class^="col"] {
          padding-left: 15px;
          padding-right: 15px; } }
  @media (max-width: 991px) {
    .payment-form {
      padding-bottom: 30px; }
      .payment-form .lead {
        padding-bottom: 25px; }
      .payment-form .form-group {
        margin-bottom: 20px; }
      .payment-form .form-bottom {
        padding-top: 25px; } }
  @media (max-width: 767px) {
    .payment-form {
      padding-bottom: 35px; }
      .payment-form h3 {
        margin-bottom: 20px; }
      .payment-form .lead {
        padding-bottom: 10px; }
      .payment-form .form-group {
        margin-bottom: 15px; }
      .payment-form .link-row {
        padding-top: 20px;
        padding-bottom: 15px; }
      .payment-form .form-bottom {
        padding-top: 15px;
        text-align: center; } }

.message-block {
  margin-top: -7px;
  padding-bottom: 40px;
  max-width: 820px;
  color: inherit;
  font-size: 26px;
  line-height: 1.385; }
  .message-block .btn-row {
    padding-top: 35px; }
  @media (max-width: 767px) {
    .message-block {
      margin-top: 0;
      padding-bottom: 10px;
      max-width: none;
      font-size: 20px; }
      .message-block .btn-row {
        padding-top: 25px;
        text-align: center; }
        .message-block .btn-row .btn {
          padding: 9px 20px;
          font-size: 13px;
          line-height: 1.3846;
          border-radius: 0; } }

.slideshow-item {
  position: relative;
  margin: 0 0 9px; }
  .slideshow-item .slideshow-offset {
    position: relative;
    overflow: hidden;
    margin: 0 -60px;
    padding: 50px 260px; }
  .slideshow-item .slides {
    position: relative; }
    .slideshow-item .slides .slick-list {
      overflow: visible; }
  .slideshow-item .slick-slide {
    position: relative;
    z-index: 20;
    margin: 0 -35px; }
    .slideshow-item .slick-slide:focus {
      outline: none; }
    .slideshow-item .slick-slide .image {
      margin: 0;
      position: relative;
      top: 0;
      overflow: hidden;
      transition: all 0.3s; }
      .slideshow-item .slick-slide .image::before {
        content: "";
        position: absolute;
        z-index: 5;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #d7dc43;
        mix-blend-mode: multiply;
        opacity: 0; }
      .slideshow-item .slick-slide .image::after {
        content: "";
        position: absolute;
        z-index: 6;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-image: linear-gradient(#009fe3, #009fe3 40%, #afd061);
        background-repeat: no-repeat;
        mix-blend-mode: screen;
        opacity: 0; }
      .slideshow-item .slick-slide .image img {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto; }
    .slideshow-item .slick-slide.slick-current {
      z-index: 15; }
      .slideshow-item .slick-slide.slick-current .image {
        top: -43px;
        box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.4); }
    .slideshow-item .slick-slide:not(.slick-active) .image::before {
      opacity: 1; }
      .not-support-mix-blend-mode .slideshow-item .slick-slide:not(.slick-active) .image::before {
        opacity: 0.6; }
    .slideshow-item .slick-slide:not(.slick-active) .image::after {
      opacity: 1; }
      .not-support-mix-blend-mode .slideshow-item .slick-slide:not(.slick-active) .image::after {
        opacity: 0.6; }
  .slideshow-item .slick-arrow.slick-prev {
    left: -57px; }
  .slideshow-item .slick-arrow.slick-next {
    right: -57px; }
  @media (max-width: 1299px) {
    .slideshow-item .slick-slide {
      margin-left: -20px;
      margin-right: -20px; }
    .slideshow-item .slick-arrow.slick-prev {
      left: -45px; }
    .slideshow-item .slick-arrow.slick-next {
      right: -45px; } }
  @media (max-width: 991px) {
    .slideshow-item .slideshow-offset {
      margin-left: -20px;
      margin-right: -20px;
      padding-left: 100px;
      padding-right: 100px; } }
  @media (max-width: 767px) {
    .slideshow-item .slideshow-offset {
      margin-left: -20px;
      margin-right: -20px;
      padding: 25px 40px; }
    .slideshow-item .slick-slide {
      margin-left: -20px;
      margin-right: -20px; }
      .slideshow-item .slick-slide.slick-current .image {
        top: -18px; }
    .slideshow-item .slick-arrow.slick-prev {
      left: -20px; }
    .slideshow-item .slick-arrow.slick-next {
      right: -20px; } }

.content-block {
  max-width: 887px; }
  .content-block .ad-banner-box {
    padding-bottom: 82px; }
  @media (max-width: 1299px) {
    .content-block {
      max-width: none; }
      .content-block .ad-banner-box {
        padding-bottom: 50px; } }
  @media (max-width: 767px) {
    .content-block .ad-banner-box {
      padding-bottom: 30px; } }

.partners-block {
  padding-bottom: 40px; }
  .partners-block h3 {
    color: inherit;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    font-family: "AdelleSans", Arial, Helvetica, sans-serif;
    margin-bottom: 16px; }
  @media (max-width: 991px) {
    .partners-block {
      padding-bottom: 20px; } }

.partners-list {
  list-style: none;
  margin: 0 -22px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center; }
  .partners-list > li {
    padding: 15px 22px; }
    .partners-list > li > a {
      display: block;
      position: relative;
      overflow: hidden;
      width: 129px;
      height: 129px; }
      .partners-list > li > a img {
        position: absolute;
        z-index: 10;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 100%;
        max-height: 100%; }
  @media (max-width: 991px) {
    .partners-list {
      margin-left: -15px;
      margin-right: -15px; }
      .partners-list > li {
        padding: 15px; }
        .partners-list > li > a {
          width: 100px;
          height: 100px; } }
  @media (max-width: 767px) {
    .partners-list > li > a {
      width: 70px;
      height: 70px; } }

.offset-section {
  margin-right: -60px; }
  @media (max-width: 1299px) {
    .offset-section {
      margin-right: -20px; } }
  @media (max-width: 991px) {
    .offset-section {
      margin-left: -15px;
      margin-right: -15px; } }

.video-player {
  position: relative;
  overflow: hidden;
  margin-bottom: 81px; }
  .video-player .video-holder {
    position: relative;
    overflow: hidden;
    padding-top: 56%;
    z-index: 5; }
    .video-player .video-holder iframe {
      position: absolute;
      z-index: 10;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      max-width: 100%;
      max-height: 100%;
      width: 100% !important;
      height: 100% !important;
      border: 0 !important; }
  @media (max-width: 991px) {
    .video-player {
      margin-bottom: 50px; } }
  @media (max-width: 767px) {
    .video-player {
      margin-bottom: 30px; } }

.schedule-list {
  list-style: none;
  margin: 0;
  padding: 3px 0 50px; }
  .schedule-list > li {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: stretch;
    border-bottom: 2px solid #009fe3;
    padding: 32px 0 28px;
    position: relative;
    font: 32px/1.2 "UniSans", Arial, Helvetica, sans-serif;
    color: #009fe3;
    transition: all 0.3s; }
    .schedule-list > li > .cell {
      padding: 0 10px; }
      .schedule-list > li > .cell:nth-child(1) {
        padding-left: 0;
        max-width: 22%;
        flex: 0 0 22%; }
      .schedule-list > li > .cell:nth-child(2) {
        flex-grow: 1; }
      .schedule-list > li > .cell:nth-child(3) {
        max-width: 22.1%;
        flex: 0 0 22.1%; }
    .schedule-list > li .date-box {
      margin: -6px 0 0; }
      .schedule-list > li .date-box b {
        display: block;
        font-size: 35px;
        font-weight: 400;
        text-transform: uppercase;
        padding-bottom: 10px; }
      .schedule-list > li .date-box span {
        display: block;
        font-size: 28px;
        transition: all 0.3s; }
    .schedule-list > li p {
      margin: 0; }
    .schedule-list > li .btn-box {
      position: absolute;
      z-index: 10;
      top: 50%;
      right: 0;
      transform: translate(0, -50%);
      margin: 0 -30px 0 0;
      transition: all 0.3s;
      opacity: 0; }
    .schedule-list > li:hover {
      color: #000; }
      .schedule-list > li:hover .date-box span {
        opacity: 0; }
      .schedule-list > li:hover .btn-box {
        opacity: 1; }
  @media (max-width: 1599px) {
    .schedule-list > li > .cell:nth-child(1) {
      max-width: 26%;
      flex: 0 0 26%; }
    .schedule-list > li .date-box b {
      font-size: 25px; }
    .schedule-list > li .date-box span {
      font-size: 20px; } }
  @media (max-width: 1299px) {
    .schedule-list > li {
      padding-top: 20px;
      padding-bottom: 20px;
      font-size: 24px; }
      .schedule-list > li .date-box {
        margin-top: -3px; }
        .schedule-list > li .date-box b {
          font-size: 16px; }
        .schedule-list > li .date-box span {
          font-size: 15px; }
      .schedule-list > li .btn-box {
        margin-right: -20px; } }
  @media (max-width: 991px) {
    .schedule-list {
      padding-top: 0;
      padding-bottom: 25px; }
      .schedule-list > li .btn-box {
        margin-right: -15px; } }
  @media (max-width: 767px) {
    .schedule-list {
      padding-bottom: 15px; }
      .schedule-list > li {
        display: block;
        padding-top: 20px;
        padding-bottom: 20px; }
        .schedule-list > li > .cell {
          padding: 0 0 10px; }
          .schedule-list > li > .cell:nth-child(1) {
            max-width: none; }
          .schedule-list > li > .cell:nth-child(3) {
            max-width: none; }
        .schedule-list > li .date-box {
          margin: 0; }
          .schedule-list > li .date-box b {
            padding-bottom: 5px; }
        .schedule-list > li .btn-box {
          position: relative;
          top: auto;
          right: auto;
          transform: none;
          margin: 0;
          opacity: 1;
          padding-top: 10px;
          text-align: center; }
        .schedule-list > li:hover .date-box span {
          opacity: 1; } }

.agenda-list {
  list-style: none;
  margin: -22px -38px 0 0;
  padding: 0 0 40px; }
  .agenda-list > li {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: stretch;
    border-bottom: 2px solid #009fe3;
    padding: 32px 0 16px;
    position: relative;
    font-size: 14px;
    line-height: 1.571;
    color: #009fe3;
    transition: all 0.3s; }
    .agenda-list > li > .cell {
      padding: 0 10px; }
      .agenda-list > li > .cell:nth-child(1) {
        padding-left: 0;
        max-width: 22.5%;
        flex: 0 0 22.5%; }
      .agenda-list > li > .cell:nth-child(2) {
        flex-grow: 1; }
      .agenda-list > li > .cell:nth-child(3) {
        max-width: 22.1%;
        flex: 0 0 22.1%; }
    .agenda-list > li .date-box {
      margin: 2px 0 0;
      font-family: "UniSans", Arial, Helvetica, sans-serif; }
      .agenda-list > li .date-box .date-items {
        padding-bottom: 5px; }
        .agenda-list > li .date-box .date-items b {
          display: block;
          font-size: 30px;
          line-height: 1.2;
          font-weight: 400;
          text-transform: uppercase;
          position: relative;
          word-wrap: break-word; }
          .agenda-list > li .date-box .date-items b + b::before {
            content: "-";
            display: block;
            margin: -9px 0; }
      .agenda-list > li .date-box span {
        display: block;
        font-size: 28px; }
    .agenda-list > li h2 {
      color: inherit;
      margin-bottom: 14px;
      font-size: 32px;
      line-height: 1.3125;
      font-weight: 400;
      text-transform: none; }
    .agenda-list > li p {
      margin-bottom: 5px; }
      .agenda-list > li p:last-child {
        margin-bottom: 0; }
    .agenda-list > li .price {
      display: block;
      font: 32px/1.2 "UniSans", Arial, Helvetica, sans-serif; }
    .agenda-list > li .btn-box {
      position: absolute;
      z-index: 10;
      top: 50%;
      right: 0;
      transform: translate(0, -50%);
      margin: 0 -20px 0 0;
      transition: all 0.3s;
      opacity: 0; }
    .agenda-list > li:hover {
      color: #000; }
      .agenda-list > li:hover .btn-box {
        opacity: 1; }
  @media (max-width: 1439px) {
    .agenda-list > li .date-box .date-items b {
      font-size: 25px; } }
  @media (max-width: 1299px) {
    .agenda-list {
      margin-right: 0; }
      .agenda-list > li > .cell:nth-child(1) {
        max-width: 26%;
        flex: 0 0 26%; } }
  @media (max-width: 991px) {
    .agenda-list {
      margin-top: 0;
      padding-bottom: 30px; }
      .agenda-list > li {
        padding-top: 25px;
        padding-bottom: 20px; }
        .agenda-list > li .date-box {
          margin: 0; }
          .agenda-list > li .date-box .date-items b {
            font-size: 30px; }
          .agenda-list > li .date-box span {
            font-size: 24px; }
        .agenda-list > li h2 {
          font-size: 28px; }
        .agenda-list > li .price {
          font-size: 28px; }
        .agenda-list > li .btn-box {
          margin-right: -15px; } }
  @media (max-width: 767px) {
    .agenda-list {
      margin: -4px 0 0;
      padding-bottom: 20px; }
      .agenda-list > li {
        padding-top: 28px;
        padding-bottom: 49px;
        font-size: 12px;
        line-height: 1.667;
        flex-wrap: wrap;
        align-items: center;
        color: #000; }
        .agenda-list > li > .cell {
          padding: 0 0 7px; }
          .agenda-list > li > .cell:nth-child(1) {
            max-width: 100%;
            flex: 0 0 100%; }
          .agenda-list > li > .cell:nth-child(2) {
            max-width: 100%;
            flex: 0 0 100%;
            padding-bottom: 19px; }
          .agenda-list > li > .cell:nth-child(3) {
            max-width: 50%;
            flex: 0 0 50%;
            padding-bottom: 0;
            padding-right: 10px; }
        .agenda-list > li .date-box {
          margin: 0;
          color: #009fe3; }
          .agenda-list > li .date-box .date-items {
            padding-bottom: 6px; }
            .agenda-list > li .date-box .date-items b {
              font-size: 20px;
              display: inline; }
              .agenda-list > li .date-box .date-items b + b::before {
                display: inline;
                margin: 0 6px 0 4px; }
          .agenda-list > li .date-box span {
            font-size: 20px; }
        .agenda-list > li h2 {
          margin-bottom: 5px;
          font-size: 16px;
          line-height: 1.625;
          font-family: "AdelleSans", Arial, Helvetica, sans-serif;
          color: #009fe3; }
        .agenda-list > li p {
          margin-bottom: 5px; }
          .agenda-list > li p:last-child {
            margin-bottom: 0; }
        .agenda-list > li .price {
          font-size: 26px; }
        .agenda-list > li .btn-box {
          position: relative;
          top: auto;
          right: auto;
          transform: none;
          margin: 0;
          opacity: 1;
          max-width: 50%;
          flex: 0 0 50%;
          text-align: right; }
          .agenda-list > li .btn-box .btn {
            margin-right: -15px; } }

.subscribe-side-menu {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 35px 25px 0 -322px;
  transition: all 0.3s; }
  .subscribe-side-menu:not(.subscribe-side-menu-visible) {
    animation: tada 3s infinite; }
  .subscribe-side-menu .subscribe-block {
    pointer-events: none;
    margin-left: -30px; }
    .subscribe-side-menu .subscribe-block .subscribe-opener {
      min-height: 203px; }
  .subscribe-side-menu > .btn-close {
    position: absolute;
    z-index: 15;
    top: 0;
    right: 0;
    margin: 19px 14px 0 0;
    width: 40px;
    height: 40px;
    transform: rotate(45deg); }
    .subscribe-side-menu > .btn-close::before, .subscribe-side-menu > .btn-close::after {
      width: 33px;
      height: 1px;
      background-color: #fff;
      margin: 19px 0 0 4px; }
  .subscribe-side-menu.subscribe-side-menu-visible {
    margin-left: 0; }
    .subscribe-side-menu.subscribe-side-menu-visible > .btn-close {
      transform: rotate(0deg); }
    .subscribe-side-menu.subscribe-side-menu-visible .subscribe-block {
      pointer-events: all; }
  @media (max-width: 1299px) {
    .subscribe-side-menu {
      margin-left: -230px; }
      .subscribe-side-menu .subscribe-block {
        margin-left: -20px; } }

@keyframes tada {
  from {
    transform: translate(0, 0); }
  2%, 4% {
    transform: translate(-10px, 0); }
  6%, 10%, 14%, 18% {
    transform: translate(20px, 0); }
  8%, 12%, 16% {
    transform: translate(20px, 0); }
  40% {
    transform: translate(0, 0); }
  to {
    transform: translate(0, 0); } }
.news-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .news-list > li {
    padding-bottom: 25px; }
  @media (max-width: 767px) {
    .news-list {
      margin: -6px 0 0; }
      .news-list > li {
        padding-bottom: 34px; } }

.news-item {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-start; }
  .news-item .image {
    position: relative;
    overflow: hidden;
    max-width: 269px;
    width: 269px;
    flex: 0 0 269px;
    margin: -1px 25px 0 0; }
    .news-item .image img {
      display: block;
      width: 100%;
      max-width: 100%;
      height: auto; }
    .news-item .image.primary-gradient::before, .news-item .image.primary-gradient::after {
      transition: all 0.3s;
      pointer-events: none; }
  .news-item figcaption {
    flex-grow: 1;
    color: inherit; }
    .news-item figcaption h2 {
      text-transform: none;
      font-size: 32px;
      line-height: 1.3125;
      font-weight: 400;
      margin-bottom: 8px;
      color: #009fe3; }
      .news-item figcaption h2 a {
        text-decoration: none;
        color: inherit; }
        .news-item figcaption h2 a:hover {
          text-decoration: none;
          color: #000; }
    .news-item figcaption .date {
      display: block;
      padding-bottom: 40px;
      font-size: 18px;
      line-height: 1.2;
      font-style: normal; }
    .news-item figcaption .collapse-text {
      position: relative;
      padding: 0 0 22px; }
    .news-item figcaption p {
      margin: 0; }
  .news-item:hover .image.primary-gradient::before, .news-item:hover .image.primary-gradient::after {
    opacity: 0; }
  @media (max-width: 1299px) {
    .news-item .image {
      max-width: 240px;
      width: 240px;
      flex: 0 0 240px; }
    .news-item figcaption h2 {
      font-size: 25px; } }
  @media (max-width: 767px) {
    .news-item {
      display: block; }
      .news-item .image {
        max-width: none;
        width: auto;
        margin: 0 -15px 20px; }
        .news-item .image.primary-gradient::before, .news-item .image.primary-gradient::after {
          display: none; }
      .news-item figcaption h2 {
        font-size: 16px;
        line-height: 1.625;
        font-family: "AdelleSans", Arial, Helvetica, sans-serif;
        margin-bottom: 13px; }
      .news-item figcaption .date {
        padding-bottom: 12px;
        font-size: 16px; }
      .news-item figcaption .collapse-text {
        display: none !important; }
      .news-item figcaption .btn-box {
        padding-top: 20px; }
        .news-item figcaption .btn-box .btn.btn-sm, .news-item figcaption .btn-box .btn-group-sm > .btn {
          padding: 10px 24px; } }

.tags-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center; }
  .tags-list li {
    font-size: 14px;
    line-height: 1.2;
    color: #009fe3;
    display: inline-block;
    vertical-align: top; }
    .tags-list li::after {
      content: ",";
      margin-right: 5px; }
    .tags-list li:last-child::after {
      display: none; }
  .tags-list a {
    text-decoration: none;
    color: inherit; }
    .tags-list a:hover {
      text-decoration: none;
      color: #000; }
  @media (max-width: 767px) {
    .tags-list li {
      font-size: 12px; }
      .tags-list li::after {
        margin-right: 2px; } }

.article-area {
  max-width: 755px;
  padding-bottom: 116px;
  position: relative;
  z-index: 5; }
  .article-area .heading-block {
    padding-bottom: 47px; }
    .article-area .heading-block h1 {
      text-transform: none;
      margin-top: 20px;
      margin-bottom: 10px; }
  .article-area .article-top {
    position: relative;
    margin-bottom: 58px; }
  .article-area .visual-banner {
    padding-bottom: 37px;
    padding-right: 54px; }
    .article-area .visual-banner .bg-image {
      top: 34px; }
  .article-area .meta-info {
    list-style: none;
    margin: 38px 0 0 51px;
    padding: 0;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 100%;
    width: 180px; }
    .article-area .meta-info li {
      font-size: 14px;
      line-height: 1.571;
      color: inherit;
      padding-bottom: 5px; }
  .article-area .btn-box {
    padding-top: 70px;
    padding-bottom: 83px; }
  .article-area h4 {
    font-weight: 400;
    margin-top: 50px; }
  @media (min-width: 1440px) {
    .article-area {
      margin-left: -87px; } }
  @media (max-width: 1439px) {
    .article-area .article-top {
      display: flex;
      flex-wrap: nowrap;
      flex-direction: row;
      align-items: flex-start; }
    .article-area .visual-banner {
      flex-grow: 1; }
    .article-area .meta-info {
      margin: 0;
      max-width: 150px;
      flex: 0 0 150px;
      position: relative;
      top: auto;
      left: auto;
      width: auto;
      padding: 20px 0 0 20px; } }
  @media (max-width: 991px) {
    .article-area {
      max-width: none;
      padding-bottom: 50px; }
      .article-area .heading-block {
        padding-bottom: 20px; }
      .article-area .article-top {
        margin-bottom: 40px; }
      .article-area .visual-banner {
        padding-bottom: 30px;
        padding-right: 50px; }
        .article-area .visual-banner .bg-image {
          top: 30px; }
      .article-area .btn-box {
        padding-top: 40px;
        padding-bottom: 40px; } }
  @media (max-width: 767px) {
    .article-area {
      padding-bottom: 30px; }
      .article-area .heading-block {
        padding-bottom: 20px; }
      .article-area .article-top {
        margin-bottom: 20px;
        display: block; }
      .article-area .visual-banner {
        margin-bottom: 30px;
        padding-bottom: 18px;
        padding-right: 36px; }
        .article-area .visual-banner .bg-image {
          top: 18px;
          left: 35px; }
      .article-area .meta-info {
        max-width: none;
        padding: 0; }
      .article-area .btn-box {
        padding-top: 20px;
        padding-bottom: 30px;
        text-align: center; }
        .article-area .btn-box .btn {
          padding: 9px 20px;
          font-size: 13px;
          line-height: 1.3846;
          border-radius: 0; } }

.related-section {
  position: relative;
  padding-bottom: 51px; }
  .related-section > h2 {
    color: inherit;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 67px; }
  .related-section .posts-carousel {
    margin: 0;
    padding-left: 0;
    max-width: 790px; }
    .related-section .posts-carousel .slides {
      margin-left: -40px;
      margin-right: -40px; }
    .related-section .posts-carousel .slick-slide {
      padding-left: 40px;
      padding-right: 40px; }
  .related-section .carousel-holder {
    position: relative;
    overflow: hidden;
    margin-right: -60px; }
  @media (min-width: 768px) {
    .related-section .slick-arrow {
      transition: all 0.3s;
      opacity: 0;
      top: 0;
      bottom: 0;
      background-color: #fff;
      width: 90px;
      height: auto;
      transform: none;
      margin-top: 0 !important; }
      .related-section .slick-arrow::before, .related-section .slick-arrow::after {
        content: "";
        position: absolute;
        z-index: 10;
        top: 50%;
        left: 50%;
        width: 32px;
        height: 30px;
        transition: all 0.3s;
        transform: translate(-50%, -50%);
        border: 0;
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 32px 30px; }
      .related-section .slick-arrow::before {
        background-image: url(../images/arrow-right-blue-01.svg); }
      .related-section .slick-arrow::after {
        opacity: 0;
        background-image: url(../images/arrow-right-black-02.svg); }
      .related-section .slick-arrow.slick-prev {
        display: none !important; }
      .related-section .slick-arrow.slick-next {
        right: 0; }
        .related-section .slick-arrow.slick-next::before {
          border: 0;
          margin-left: 0; }
      .related-section .slick-arrow:hover::before {
        opacity: 0; }
      .related-section .slick-arrow:hover::after {
        opacity: 1; }
    .related-section .carousel-holder:hover .slick-arrow {
      opacity: 1; } }
  @media (min-width: 1440px) {
    .related-section {
      margin-left: -120px; } }
  @media (max-width: 1299px) {
    .related-section .carousel-holder {
      margin-right: -20px;
      padding-right: 20px; } }
  @media (max-width: 991px) {
    .related-section {
      padding-bottom: 30px; }
      .related-section > h2 {
        margin-bottom: 40px; }
      .related-section .carousel-holder {
        margin-right: -15px;
        padding-right: 15px; }
      .related-section .posts-carousel {
        max-width: none; }
        .related-section .posts-carousel .slides {
          margin-left: -15px;
          margin-right: -15px; }
        .related-section .posts-carousel .slick-slide {
          padding-left: 15px;
          padding-right: 15px; } }
  @media (max-width: 767px) {
    .related-section {
      padding-bottom: 0; }
      .related-section > h2 {
        margin-bottom: 20px;
        font-size: 26px; }
      .related-section .posts-carousel .slides {
        margin-left: -7px;
        margin-right: -8px; }
      .related-section .posts-carousel .slick-slide {
        padding-left: 7px;
        padding-right: 8px; } }

.contact-info-area {
  margin: -18px 0 0; }
  .contact-info-area .container {
    padding-bottom: 50px; }
  @media (max-width: 991px) {
    .contact-info-area {
      margin-top: 0; }
      .contact-info-area .container {
        padding-bottom: 30px; } }

.contact-info-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .contact-info-list > li {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: stretch;
    border-bottom: 2px solid #009fe3;
    padding: 27px 0 30px;
    position: relative;
    color: inherit; }
    .contact-info-list > li:last-child {
      border-bottom: 0; }
    .contact-info-list > li > .cell {
      padding: 0 10px; }
      .contact-info-list > li > .cell:nth-child(1) {
        padding-left: 0;
        max-width: 33.3%;
        flex: 0 0 33.3%; }
      .contact-info-list > li > .cell:nth-child(2) {
        max-width: 31.7%;
        flex: 0 0 31.7%; }
      .contact-info-list > li > .cell:nth-child(3) {
        flex-grow: 1; }
    .contact-info-list > li h2 {
      color: inherit;
      margin: 2px 0 0;
      font-size: 32px;
      line-height: 1.2;
      font-weight: 400;
      text-transform: none; }
    .contact-info-list > li address {
      margin: 0; }
      .contact-info-list > li address span {
        display: block;
        padding-bottom: 10px; }
    .contact-info-list > li p {
      margin-bottom: 10px; }
      .contact-info-list > li p:last-child {
        margin-bottom: 0; }
      .contact-info-list > li p a {
        color: inherit;
        text-decoration: none; }
        .contact-info-list > li p a:hover {
          text-decoration: none;
          color: #009fe3; }
    .contact-info-list > li h3 {
      color: inherit;
      margin-bottom: 10px;
      padding: 5px 0 0;
      font-size: 14px;
      line-height: 1.2;
      font-weight: 500;
      font-family: "AdelleSans", Arial, Helvetica, sans-serif; }
  @media (max-width: 991px) {
    .contact-info-list > li {
      padding-top: 20px;
      padding-bottom: 20px;
      flex-wrap: wrap; }
      .contact-info-list > li > .cell:nth-child(1) {
        max-width: 100%;
        flex: 0 0 100%;
        padding-right: 0;
        padding-bottom: 10px; }
      .contact-info-list > li > .cell:nth-child(2) {
        max-width: 50%;
        flex: 0 0 50%;
        padding-left: 0; } }
  @media (max-width: 767px) {
    .contact-info-list > li {
      display: block;
      padding-top: 30px;
      padding-bottom: 20px; }
      .contact-info-list > li > .cell {
        padding: 0 0 15px; }
        .contact-info-list > li > .cell:nth-child(1) {
          max-width: none;
          padding-bottom: 15px; }
        .contact-info-list > li > .cell:nth-child(2) {
          max-width: none; }
      .contact-info-list > li h2 {
        margin: 0;
        font-size: 26px; }
      .contact-info-list > li address span {
        padding-bottom: 5px; }
      .contact-info-list > li p {
        margin-bottom: 5px; }
        .contact-info-list > li p:last-child {
          margin-bottom: 0; }
      .contact-info-list > li h3 {
        margin-bottom: 5px;
        padding: 0; } }

.contact-area {
  position: relative; }
  .contact-area .container {
    max-width: 1392px;
    padding-top: 56px;
    padding-bottom: 71px; }
  .contact-area .contact-sidebar {
    margin-left: -17px; }
  .contact-area .subscribe-block {
    margin-bottom: 41px; }
  .contact-area .social-block {
    margin-top: 0;
    padding-bottom: 0; }
    .contact-area .social-block h4 {
      font-size: 32px;
      line-height: 1.2;
      font-weight: 400;
      font-family: "UniSans", Arial, Helvetica, sans-serif;
      margin-bottom: 16px; }
  @media (max-width: 1299px) {
    .contact-area .contact-sidebar {
      margin-left: 0; }
    .contact-area .subscribe-block {
      max-width: none; } }
  @media (max-width: 1299px) {
    .contact-area .container {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media (max-width: 991px) {
    .contact-area .subscribe-block {
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .contact-area .container {
      padding-top: 20px;
      padding-bottom: 20px; }
    .contact-area .subscribe-block {
      margin-bottom: 0; }
    .contact-area .social-block h4 {
      font-size: 26px;
      margin-bottom: 10px; } }

.contact-form {
  position: relative;
  padding: 56px 0 0; }
  .contact-form > * {
    position: relative;
    z-index: 10; }
  .contact-form::before {
    content: "";
    position: absolute;
    z-index: 5;
    top: 0;
    bottom: 0;
    left: -9999px;
    right: 100px;
    background-image: linear-gradient(to bottom, #d7dc43 0%, rgba(215, 220, 67, 0) 100%);
    background-repeat: repeat-x; }
  .contact-form h2 {
    text-transform: uppercase;
    margin: 0 0 13px 68px;
    font-size: 35px;
    line-height: 1.371;
    font-weight: 400;
    max-width: 480px; }
  .contact-form .form-body {
    padding: 53px 14px 30px 62px;
    background-color: #fff; }
    .contact-form .form-body > .row {
      margin-left: -28.5px;
      margin-right: -28.5px; }
      .contact-form .form-body > .row > [class^="col"] {
        padding-left: 28.5px;
        padding-right: 28.5px; }
  .contact-form .form-group {
    margin-bottom: 41px; }
    .contact-form .form-group-textarea {
      margin-top: 27px; }
    .contact-form .form-group .select2-container {
      margin-top: 12px; }
  .contact-form .check-block {
    padding: 14px 27px 54px; }
  @media (max-width: 1299px) {
    .contact-form::before {
      right: 0; }
    .contact-form h2 {
      margin-left: 15px; }
    .contact-form .form-body {
      padding: 20px 15px; }
      .contact-form .form-body > .row {
        margin-left: -15px;
        margin-right: -15px; }
        .contact-form .form-body > .row > [class^="col"] {
          padding-left: 15px;
          padding-right: 15px; } }
  @media (max-width: 991px) {
    .contact-form {
      padding-top: 35px;
      margin-bottom: 40px; }
      .contact-form::before {
        right: -9999px; }
      .contact-form h2 {
        margin: 0 30px 30px; }
      .contact-form .form-body {
        padding: 30px; } }
  @media (max-width: 767px) {
    .contact-form {
      padding-top: 31px;
      margin-bottom: 45px; }
      .contact-form h2 {
        text-transform: none;
        margin: 0 9px 14px;
        font-size: 26px;
        line-height: 1.385;
        max-width: none; }
      .contact-form .form-body {
        padding: 0 2px;
        background: none; }
      .contact-form .form-group {
        margin-bottom: 31px; }
        .contact-form .form-group-textarea {
          margin-top: 8px; }
        .contact-form .form-group .select2-container {
          margin-top: 5px; }
          .contact-form .form-group .select2-container.select2-container--default .select2-selection--single {
            background: none; }
      .contact-form .check-block {
        padding: 0 0 25px; } }

.map-widget {
  position: relative;
  overflow: hidden;
  margin: 0 0 153px -55px;
  box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.4); }
  .map-widget .map-preview {
    position: relative;
    overflow: hidden;
    height: 297px; }
  .map-widget .btn-box {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: center; }
    .map-widget .btn-box .btn {
      min-width: 234px; }
  @media (max-width: 1299px) {
    .map-widget {
      margin-left: 0; } }
  @media (max-width: 991px) {
    .map-widget {
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .map-widget {
      margin-bottom: 30px; }
      .map-widget .map-preview {
        height: 200px; } }

.intro-info {
  position: relative;
  color: #0a3039; }
  .intro-info .container {
    padding-top: 62px;
    padding-bottom: 107px; }
  .intro-info h2 {
    color: #009fe3;
    margin-bottom: 21px;
    font-size: 32px;
    line-height: 1.2;
    text-transform: none; }
  .intro-info .btn-row {
    padding-top: 50px; }
  @media (max-width: 991px) {
    .intro-info .container {
      padding-top: 50px;
      padding-bottom: 80px; }
      .intro-info .container > .row > div[class^="col-"] + div[class^="col-"] {
        padding-top: 30px; } }
  @media (max-width: 767px) {
    .intro-info .container {
      padding-top: 30px;
      padding-bottom: 40px; }
      .intro-info .container > .row > div[class^="col-"] + div[class^="col-"] {
        padding-top: 20px; }
    .intro-info h2 {
      font-size: 26px;
      margin-bottom: 10px; }
    .intro-info .btn-row {
      padding-top: 10px; } }

.text-section {
  position: relative; }
  .text-section .container {
    padding-top: 104px;
    padding-bottom: 104px; }
  .text-section h2 {
    text-transform: uppercase;
    margin-bottom: 34px;
    color: #009fe3; }
  .text-section h3 {
    margin-bottom: 56px;
    line-height: 1.3125;
    text-transform: none;
    max-width: 870px; }
  .text-section .unordered-list {
    padding-bottom: 11px; }
  .text-section .accordion-sm .card {
    margin-bottom: 10px; }
  .text-section + .slideshow {
    margin-top: 23px; }
  @media (max-width: 991px) {
    .text-section .container {
      padding-top: 60px;
      padding-bottom: 60px; }
    .text-section h2 {
      margin-bottom: 20px; }
    .text-section h3 {
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .text-section .container {
      padding-top: 50px;
      padding-bottom: 30px; }
    .text-section h2 {
      margin-bottom: 15px; }
    .text-section h3 {
      margin-bottom: 30px;
      max-width: none; }
    .text-section .unordered-list {
      padding-bottom: 5px; }
    .text-section .accordion-sm .card {
      margin-bottom: 15px; }
    .text-section + .slideshow {
      margin-top: 0; } }

.image-banner {
  position: relative;
  overflow: hidden;
  margin: 0;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4); }
  .image-banner img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto; }
  .image-banner + .description-section {
    padding-top: 40px; }
  @media (max-width: 991px) {
    .image-banner + .description-section {
      padding-top: 15px; } }

.info-items-section {
  padding-top: 51px; }
  @media (max-width: 991px) {
    .info-items-section {
      padding-top: 40px; } }
  @media (max-width: 767px) {
    .info-items-section {
      padding-top: 30px; } }

.info-item-box {
  padding-bottom: 30px; }
  .info-item-box .image {
    position: relative;
    overflow: hidden;
    width: 142px;
    height: 43px;
    margin: 0 0 29px; }
    .info-item-box .image img {
      position: absolute;
      z-index: 10;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      max-width: 100%;
      max-height: 100%; }
  .info-item-box p {
    margin: 0; }
  @media (max-width: 767px) {
    .info-item-box {
      padding-bottom: 25px; }
      .info-item-box .image {
        margin-bottom: 10px; } }

.about-info {
  text-align: center;
  font-size: 32px;
  line-height: 1.3125;
  font-family: "UniSans", Arial, Helvetica, sans-serif; }
  .about-info .container {
    padding-top: 50px;
    padding-bottom: 30px;
    max-width: 830px; }
  .about-info p {
    margin-bottom: 39px; }
  @media (max-width: 991px) {
    .about-info {
      font-size: 26px; } }
  @media (max-width: 767px) {
    .about-info {
      font-size: 22px; }
      .about-info .container {
        padding-top: 30px;
        padding-bottom: 15px; }
      .about-info p {
        margin-bottom: 15px; } }

.gallery-area + .about-info {
  margin-top: -20px; }
  .gallery-area + .about-info .container {
    padding-top: 0; }
@media (max-width: 1299px) {
  .gallery-area + .about-info {
    margin-top: -10px; } }
@media (max-width: 767px) {
  .gallery-area + .about-info {
    margin-top: 0; }
    .gallery-area + .about-info .container {
      padding-top: 20px; } }

.inner-banner {
  position: relative;
  padding: 40px 105px 0 315px;
  margin: 10px 0 40px; }
  .inner-banner .image {
    position: relative;
    overflow: hidden;
    box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.4); }
    .inner-banner .image img {
      display: block;
      width: 100%;
      max-width: 100%;
      height: auto; }
  .inner-banner figcaption {
    position: absolute;
    z-index: 15;
    top: 0;
    bottom: 0;
    left: 0;
    width: 545px;
    background-image: linear-gradient(#d7dc43, #d7dc43 30%, rgba(215, 220, 67, 0));
    background-repeat: no-repeat;
    padding: 97px 50px 40px 87px;
    font-size: 26px;
    line-height: 1.385;
    color: #009fe3; }
    .inner-banner figcaption h1,
    .inner-banner figcaption h2 {
      text-transform: uppercase;
      color: inherit;
      margin-bottom: 25px; }
    .inner-banner figcaption p {
      margin: 0 0 -3px; }
    .inner-banner figcaption .banner-link {
      display: inline-block;
      vertical-align: top;
      text-decoration: underline;
      color: inherit;
      font: 700 50px/1.2 "UniSans", Arial, Helvetica, sans-serif; }
      .inner-banner figcaption .banner-link:hover {
        color: inherit;
        text-decoration: none; }
  @media (max-width: 1299px) {
    .inner-banner {
      padding: 30px 70px 0 280px;
      margin-top: 0;
      margin-bottom: 30px; }
      .inner-banner figcaption {
        width: 400px;
        padding: 60px 20px 40px 70px; }
        .inner-banner figcaption h1,
        .inner-banner figcaption h2 {
          font-size: 40px;
          margin-bottom: 15px; }
        .inner-banner figcaption p {
          margin-bottom: 20px; }
        .inner-banner figcaption .banner-link {
          font-size: 30px; } }
  @media (max-width: 991px) {
    .inner-banner {
      padding: 20px 30px 0 250px;
      margin-bottom: 20px; }
      .inner-banner figcaption {
        width: 330px;
        padding: 30px 15px 30px 30px;
        font-size: 20px; }
        .inner-banner figcaption h1,
        .inner-banner figcaption h2 {
          font-size: 34px;
          margin-bottom: 15px; }
        .inner-banner figcaption p {
          margin-bottom: 15px; }
        .inner-banner figcaption .banner-link {
          font-size: 25px; } }
  @media (max-width: 767px) {
    .inner-banner {
      padding: 0;
      margin: 0; }
      .inner-banner figcaption {
        position: relative;
        top: auto;
        bottom: auto;
        width: auto;
        padding: 28px 25px 42px 15px;
        font-size: 16px;
        line-height: 1.625; }
        .inner-banner figcaption h1,
        .inner-banner figcaption h2 {
          font-size: 30px;
          line-height: 1.333;
          margin-bottom: 17px; }
        .inner-banner figcaption p {
          margin-bottom: 11px; }
        .inner-banner figcaption .banner-link {
          font-size: 26px; } }

.description-section {
  position: relative; }
  .description-section .container {
    padding-top: 81px;
    padding-bottom: 111px;
    max-width: 1196px; }
  .description-section h2 {
    text-transform: uppercase;
    color: inherit;
    margin-bottom: 25px;
    font-size: 35px;
    line-height: 1.371; }
  .description-section .unordered-list {
    padding: 26px 0 23px 23px; }
  .description-section .reserve-link-box {
    padding-top: 20px;
    padding-bottom: 30px; }
    .description-section .reserve-link-box:last-child {
      padding-bottom: 0; }
  @media (max-width: 991px) {
    .description-section .container {
      padding-top: 50px;
      padding-bottom: 50px; }
    .description-section h2 {
      margin-bottom: 15px;
      font-size: 30px; }
    .description-section .unordered-list {
      padding: 20px 0; }
    .description-section .reserve-link-box {
      padding-top: 15px;
      padding-bottom: 20px; }
      .description-section .reserve-link-box:last-child {
        padding-bottom: 0; } }
  @media (max-width: 767px) {
    .description-section .container {
      padding-top: 30px;
      padding-bottom: 30px; }
    .description-section h2 {
      margin-bottom: 15px;
      font-size: 24px; }
    .description-section .unordered-list {
      padding: 0 0 20px; }
    .description-section .reserve-link-box {
      padding-top: 0; } }

.testimonial-box {
  position: relative;
  overflow: hidden;
  display: flex;
  width: 100%; }
  .testimonial-box .image {
    overflow: hidden;
    position: absolute;
    z-index: 5;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    .testimonial-box .image.primary-gradient::before {
      display: none; }
    .testimonial-box .image.primary-gradient::after {
      background: #009fe3; }
  .testimonial-box .box {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    flex-grow: 1;
    min-height: 586px;
    position: relative;
    z-index: 10; }
  .testimonial-box blockquote {
    margin: 0;
    border: 0;
    padding: 40px 145px;
    flex-grow: 1;
    color: #fff;
    font-size: 26px;
    line-height: 1.385;
    text-align: center; }
    .testimonial-box blockquote q {
      display: block;
      padding-bottom: 22px;
      quotes: none; }
      .testimonial-box blockquote q::before {
        content: ""; }
      .testimonial-box blockquote q::after {
        content: ""; }
      .testimonial-box blockquote q span {
        display: block;
        padding-bottom: 10px; }
    .testimonial-box blockquote cite {
      display: block;
      font-size: 18px;
      line-height: 1.2;
      font-style: normal; }
  @media (max-width: 1299px) {
    .testimonial-box blockquote {
      padding: 30px 50px; } }
  @media (max-width: 991px) {
    .testimonial-box .box {
      min-height: 450px; }
    .testimonial-box blockquote {
      padding: 30px 40px;
      font-size: 22px; }
      .testimonial-box blockquote q {
        padding-bottom: 20px; }
      .testimonial-box blockquote cite {
        font-size: 16px; } }
  @media (max-width: 767px) {
    .testimonial-box {
      margin: 0 -15px;
      width: auto; }
      .testimonial-box .box {
        min-height: 300px; }
      .testimonial-box blockquote {
        padding: 35px 15px;
        font-size: 18px; }
        .testimonial-box blockquote q {
          padding-bottom: 15px; }
        .testimonial-box blockquote cite {
          font-size: 14px; } }

.partners-area {
  position: relative; }
  .partners-area .container {
    padding-top: 23px;
    padding-bottom: 20px; }
  @media (max-width: 767px) {
    .partners-area {
      margin-top: 20px; } }

.partners-items-list {
  list-style: none;
  margin: 0 -15px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: stretch; }
  .partners-items-list > li {
    padding: 0 15px;
    max-width: 50%;
    flex: 0 0 50%; }
  @media (max-width: 767px) {
    .partners-items-list > li {
      max-width: 100%;
      flex: 0 0 100%; } }

.partner-item {
  padding-bottom: 28px; }
  .partner-item .image {
    position: relative;
    overflow: hidden;
    width: 200px;
    height: 70px;
    margin-bottom: 31px; }
    .partner-item .image img {
      position: absolute;
      z-index: 10;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      max-width: 100%;
      max-height: 100%;
      margin-left: 0;
      margin-right: 0; }
  .partner-item h3 {
    color: inherit;
    text-transform: none;
    font-size: inherit;
    line-height: inherit;
    font-weight: 400;
    font-family: inherit;
    margin-bottom: 11px; }
  .partner-item p a {
    text-decoration: underline;
    color: #009fe3; }
    .partner-item p a:hover {
      text-decoration: none;
      color: #009fe3; }
    .partner-item p a.phone-link {
      text-decoration: none;
      color: inherit; }
      .partner-item p a.phone-link:hover {
        text-decoration: none;
        color: #009fe3; }
  @media (max-width: 767px) {
    .partner-item {
      padding-bottom: 25px;
      margin-top: 20px; }
      .partner-item .image {
        margin-bottom: 20px; } }

.lg-text-block {
  color: inherit;
  padding-bottom: 34px;
  font-size: 26px;
  line-height: 1.385; }
  @media (max-width: 767px) {
    .lg-text-block {
      font-size: 18px;
      line-height: 1.556;
      padding-bottom: 15px; } }

.price-item {
  color: #009fe3;
  padding-top: 11px;
  padding-bottom: 41px; }
  .price-item small {
    display: block;
    font-size: 14px;
    line-height: 1.2;
    padding-bottom: 2px; }
  .price-item b {
    display: block;
    font-size: 35px;
    line-height: 1.2;
    font-weight: 400;
    font-family: "UniSans", Arial, Helvetica, sans-serif; }
  @media (max-width: 767px) {
    .price-item {
      padding-top: 10px;
      padding-bottom: 20px; } }

.side-nav {
  list-style: none;
  margin: 0;
  padding: 0 0 31px; }
  .side-nav > li {
    font-size: 26px;
    line-height: 1.2;
    padding-bottom: 21px; }
    .side-nav > li > a {
      text-decoration: none;
      color: #009fe3;
      display: inline-block;
      vertical-align: top;
      position: relative;
      padding-left: 35px; }
      .side-nav > li > a::before {
        content: "";
        position: absolute;
        z-index: 20;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
        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;
        font-size: 28px;
        line-height: 30px; }
      .side-nav > li > a:hover {
        text-decoration: none;
        color: #000; }
  @media (max-width: 991px) {
    .side-nav {
      padding-bottom: 15px; } }
  @media (max-width: 767px) {
    .side-nav > li {
      font-size: 20px;
      padding-bottom: 15px; }
      .side-nav > li > a {
        padding-left: 20px; }
        .side-nav > li > a::before {
          font-size: 24px;
          line-height: 26px; } }

.side-nav-block {
  padding: 12.6vh 0 0 24px; }
  @media (max-width: 1299px) {
    .side-nav-block {
      padding-top: 5vh;
      padding-left: 0; } }
  @media (max-width: 991px) {
    .side-nav-block {
      padding-top: 20px;
      padding-bottom: 20px; } }

.announcements-list {
  list-style: none;
  margin: -11px 0 0;
  padding: 0; }
  .announcements-list > li {
    padding-bottom: 30px; }
  @media (max-width: 767px) {
    .announcements-list > li {
      padding-bottom: 25px; } }

.announcement-item {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-start; }
  .announcement-item .image {
    position: relative;
    overflow: hidden;
    max-width: 269px;
    width: 269px;
    flex: 0 0 269px;
    margin: 12px 30px 0 0; }
    .announcement-item .image img {
      display: block;
      width: 100%;
      max-width: 100%;
      height: auto; }
  .announcement-item figcaption {
    flex-grow: 1;
    color: inherit; }
    .announcement-item figcaption h2 {
      text-transform: none;
      font-size: 28px;
      line-height: 1.357;
      font-weight: 400;
      margin-bottom: 25px;
      color: inherit; }
      .announcement-item figcaption h2 a {
        text-decoration: none;
        color: inherit; }
        .announcement-item figcaption h2 a:hover {
          text-decoration: none;
          color: #009fe3; }
    .announcement-item figcaption p {
      margin-bottom: 8px; }
    .announcement-item figcaption .announcement-contacts {
      list-style: none;
      margin: 0 -13px;
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      align-items: center; }
      .announcement-item figcaption .announcement-contacts > li {
        padding: 0 13px;
        font-size: 14px;
        line-height: 1.2;
        color: inherit; }
      .announcement-item figcaption .announcement-contacts a {
        color: #009fe3;
        text-decoration: none; }
        .announcement-item figcaption .announcement-contacts a:hover {
          text-decoration: none;
          color: inherit; }
  @media (max-width: 1299px) {
    .announcement-item .image {
      max-width: 240px;
      width: 240px;
      flex: 0 0 240px;
      margin-right: 20px; }
    .announcement-item figcaption h2 {
      font-size: 25px; } }
  @media (max-width: 767px) {
    .announcement-item {
      display: block; }
      .announcement-item .image {
        max-width: none;
        width: auto;
        margin: 0 -15px 20px; }
      .announcement-item figcaption h2 {
        font-size: 20px;
        margin-bottom: 10px; }
      .announcement-item figcaption p {
        margin-bottom: 15px; }
      .announcement-item figcaption .announcement-contacts {
        margin: 0;
        display: block; }
        .announcement-item figcaption .announcement-contacts > li {
          padding: 0 0 10px; }
          .announcement-item figcaption .announcement-contacts > li:last-child {
            padding-bottom: 0; } }

.meteo-area {
  position: relative; }
  .meteo-area .container {
    padding-top: 68px;
    padding-bottom: 84px; }
  @media (max-width: 991px) {
    .meteo-area .container {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media (max-width: 767px) {
    .meteo-area .container {
      padding-top: 36px;
      padding-bottom: 30px; } }

.heading-section {
  font-size: 26px;
  line-height: 1.2;
  color: #000;
  padding-bottom: 44px; }
  .heading-section .block {
    padding-bottom: 11px;
    color: #009fe3; }
  .heading-section h1 {
    margin-bottom: 19px;
    text-transform: uppercase;
    color: inherit; }
  .heading-section p {
    margin-bottom: 14px; }
    .heading-section p strong {
      font-weight: 700; }
  @media (max-width: 767px) {
    .heading-section {
      font-size: 20px;
      line-height: 1.5;
      padding-bottom: 25px; }
      .heading-section .block {
        padding-bottom: 7px; }
      .heading-section h1 {
        margin-bottom: 30px; }
      .heading-section p {
        margin-bottom: 9px; } }

.meteo-info {
  position: relative;
  margin-bottom: 120px; }
  .meteo-info::before {
    content: "";
    position: absolute;
    z-index: 5;
    top: 0;
    bottom: 0;
    left: 66%;
    width: 2px;
    background-color: #009fe3; }
  .meteo-info .weather-icon {
    position: relative;
    max-width: 303px;
    margin: 0 0 0 21px; }
    .meteo-info .weather-icon img {
      display: block;
      width: 100%;
      max-width: 100%;
      height: auto; }
    .meteo-info .weather-icon > i {
      position: absolute;
      z-index: 10;
      top: 0;
      right: 0;
      margin-top: -16px;
      width: 69px;
      height: 69px;
      border-radius: 100%;
      border: 2px solid #009fe3;
      font-size: 22px;
      line-height: 1.227;
      font-weight: 700;
      font-family: "UniSans", Arial, Helvetica, sans-serif;
      font-style: normal;
      padding: 19px 5px;
      color: #009fe3;
      text-align: center;
      background-color: #fff; }
  @media (max-width: 1299px) {
    .meteo-info::before {
      display: none; }
    .meteo-info .weather-icon {
      margin-left: 0; } }
  @media (max-width: 991px) {
    .meteo-info {
      margin-bottom: 90px; } }
  @media (max-width: 767px) {
    .meteo-info {
      margin-bottom: 0; }
      .meteo-info .weather-icon {
        margin: 0 -5px;
        border-top: 2px solid #009fe3;
        padding: 42px 16px 43px;
        max-width: none; }
        .meteo-info .weather-icon > i {
          display: none; } }

.meteo-info-list {
  list-style: none;
  margin: 0 0 0 -6px;
  padding: 0; }
  .meteo-info-list > li {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    color: #000;
    font: 45px/1.2 "UniSans", Arial, Helvetica, sans-serif; }
    .meteo-info-list > li + li {
      padding-top: 11px; }
  .meteo-info-list h3 {
    margin: 0;
    padding: 16px 15px 0 0;
    max-width: 42.3%;
    flex: 0 0 42.3%;
    color: inherit;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    font-family: "AdelleSans", Arial, Helvetica, sans-serif;
    text-transform: none; }
  .meteo-info-list p {
    margin: 0;
    flex-grow: 1; }
  @media (max-width: 991px) {
    .meteo-info-list > li {
      font-size: 40px; }
    .meteo-info-list h3 {
      max-width: 48%;
      flex: 0 0 48%;
      padding-top: 10px; } }
  @media (max-width: 767px) {
    .meteo-info-list {
      margin: 0 -5px;
      padding: 0 10px 51px;
      border-bottom: 2px solid #009fe3; }
      .meteo-info-list > li {
        font-size: 30px; }
        .meteo-info-list > li + li {
          padding-top: 12px; }
      .meteo-info-list h3 {
        padding: 0 10px 5px 0;
        max-width: 53.5%;
        flex: 0 0 53.5%;
        font-size: 16px; } }

.meteo-items {
  list-style: none;
  margin: 0 -15px;
  padding: 0 0 103px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: stretch; }
  .meteo-items > li {
    text-align: center;
    padding: 3px 15px;
    margin-bottom: 20px;
    color: #009fe3;
    font: 45px/1.2 "UniSans", Arial, Helvetica, sans-serif;
    max-width: 25%;
    flex: 0 0 25%;
    border-left: 2px solid #009fe3;
    min-height: 154px; }
    .meteo-items > li:first-child, .meteo-items > li:nth-child(4n+5) {
      border-left: 0; }
  .meteo-items h3 {
    color: #000;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    font-family: "AdelleSans", Arial, Helvetica, sans-serif;
    text-transform: none;
    margin-bottom: 40px; }
  .meteo-items p {
    margin: 0; }
  @media (max-width: 1299px) {
    .meteo-items > li {
      font-size: 40px; } }
  @media (max-width: 991px) {
    .meteo-items {
      margin-left: -10px;
      margin-right: -10px;
      padding-bottom: 70px; }
      .meteo-items > li {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 30px;
        min-height: 120px; }
      .meteo-items h3 {
        font-size: 16px;
        margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .meteo-items {
      margin: 0 -5px;
      padding-top: 35px;
      padding-bottom: 35px;
      display: block;
      border-top: 2px solid #009fe3; }
      .meteo-items > li {
        padding: 8px 15px;
        font-size: 45px;
        max-width: none;
        border-left: 0;
        min-height: 0; }
      .meteo-items h3 {
        font-size: 18px;
        margin-bottom: 24px; } }

.info-block {
  position: relative; }
  .info-block::before {
    content: "";
    position: absolute;
    z-index: 5;
    top: 0;
    bottom: 0;
    left: 75.8%;
    width: 2px;
    background-color: #009fe3; }
  .info-block h3 {
    font-size: 18px;
    line-height: 1.556;
    color: #000;
    font-weight: 400;
    font-family: "AdelleSans", Arial, Helvetica, sans-serif;
    text-transform: none;
    margin-bottom: 15px; }
  .info-block .web-camera-placeholder {
    position: relative;
    overflow: hidden;
    top: 9px;
    margin-right: -10px;
    max-height: 285px; }
    .info-block .web-camera-placeholder img {
      display: block;
      width: 100%;
      max-width: 100%;
      height: auto; }
  .info-block .unordered-list {
    padding-bottom: 0; }
    .info-block .unordered-list > li:last-child {
      padding-bottom: 0; }
  .info-block .download-info {
    text-align: center;
    padding: 0 10px; }
    .info-block .download-info h3 {
      margin-bottom: 38px; }
  @media (min-width: 1440px) {
    .info-block > .row > div[class^="col-"] > .row > div[class^="col-"]:nth-child(2) {
      padding-left: 66px; } }
  @media (max-width: 991px) {
    .info-block::before {
      display: none; }
    .info-block .web-camera-placeholder {
      top: auto;
      margin-right: 0; }
    .info-block .download-info {
      padding: 50px 0 0;
      margin-top: 50px;
      border-top: 2px solid #009fe3; } }
  @media (max-width: 767px) {
    .info-block h3 {
      margin-bottom: 25px; }
    .info-block .web-camera-placeholder {
      margin-bottom: 33px; }
    .info-block .download-info {
      padding-top: 30px;
      margin-top: 30px; } }

.wind-direction-widget {
  position: relative;
  max-width: 280px;
  margin: 0 auto;
  min-height: 1px;
  transform: translate(6px, 6px); }
  .wind-direction-widget .box {
    position: relative;
    padding-top: 100%; }
    .wind-direction-widget .box::before {
      content: "";
      position: absolute;
      z-index: 5;
      top: 50%;
      left: 50%;
      width: 208px;
      height: 208px;
      transform: translate(-50%, -50%);
      background: url(../images/wind-direction-scale.svg) no-repeat;
      background-size: 208px 208px; }
  .wind-direction-widget .wind-direction-arrow {
    font-size: 0;
    line-height: 0;
    width: 2px;
    height: 2px;
    position: absolute;
    z-index: 11;
    top: 50%;
    left: 50%;
    margin: -2px 0 0 -2px;
    transition: all 0.3s; }
    .wind-direction-widget .wind-direction-arrow::before {
      content: "";
      position: absolute;
      z-index: 11;
      bottom: 0;
      left: 0;
      right: 0;
      height: 98px;
      background-color: #009fe3; }
  .wind-direction-widget .wind-direction-labels {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 2px;
    height: 2px;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .wind-direction-widget .wind-direction-labels li {
      color: #009fe3;
      font: 32px/1.2 "UniSans", Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      position: absolute;
      z-index: 10;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
      .wind-direction-widget .wind-direction-labels li:nth-child(2) {
        transform: rotate(45deg); }
        .wind-direction-widget .wind-direction-labels li:nth-child(2) span {
          transform: translate(-50%, 0) rotate(-45deg);
          font-size: 22px; }
      .wind-direction-widget .wind-direction-labels li:nth-child(3) {
        transform: rotate(90deg); }
        .wind-direction-widget .wind-direction-labels li:nth-child(3) span {
          transform: translate(-50%, 0) rotate(-90deg); }
      .wind-direction-widget .wind-direction-labels li:nth-child(4) {
        transform: rotate(135deg); }
        .wind-direction-widget .wind-direction-labels li:nth-child(4) span {
          transform: translate(-50%, 0) rotate(-135deg);
          font-size: 22px; }
      .wind-direction-widget .wind-direction-labels li:nth-child(5) {
        transform: rotate(180deg); }
        .wind-direction-widget .wind-direction-labels li:nth-child(5) span {
          transform: translate(-50%, 0) rotate(-180deg); }
      .wind-direction-widget .wind-direction-labels li:nth-child(6) {
        transform: rotate(225deg); }
        .wind-direction-widget .wind-direction-labels li:nth-child(6) span {
          transform: translate(-50%, 0) rotate(-225deg);
          font-size: 22px; }
      .wind-direction-widget .wind-direction-labels li:nth-child(7) {
        transform: rotate(270deg); }
        .wind-direction-widget .wind-direction-labels li:nth-child(7) span {
          transform: translate(-50%, 0) rotate(-270deg); }
      .wind-direction-widget .wind-direction-labels li:nth-child(8) {
        transform: rotate(315deg); }
        .wind-direction-widget .wind-direction-labels li:nth-child(8) span {
          transform: translate(-50%, 0) rotate(-315deg);
          font-size: 22px; }
      .wind-direction-widget .wind-direction-labels li span {
        position: absolute;
        z-index: 10;
        bottom: 100%;
        left: 50%;
        transform: translate(-50%, 0) rotate(180deg);
        width: 70px;
        text-align: center;
        margin-bottom: 116px; }
  @media (max-width: 1299px) {
    .wind-direction-widget {
      transform: none; } }
  @media (max-width: 767px) {
    .wind-direction-widget .box::before {
      width: 180px;
      height: 180px;
      background-size: 180px 180px; }
    .wind-direction-widget .wind-direction-arrow {
      margin: -2px 0 0 -2px; }
      .wind-direction-widget .wind-direction-arrow::before {
        height: 86px; }
    .wind-direction-widget .wind-direction-labels li {
      font-size: 25px; }
      .wind-direction-widget .wind-direction-labels li span {
        width: 60px;
        margin-bottom: 99px; } }

.wind-direction-box {
  position: relative; }
  @media (max-width: 991px) {
    .wind-direction-box {
      padding-top: 60px;
      margin-top: 60px;
      border-top: 2px solid #009fe3; } }
  @media (max-width: 767px) {
    .wind-direction-box {
      border-top: 0;
      margin-top: 0;
      padding-top: 36px;
      padding-bottom: 38px; } }

.pagination {
  display: block;
  border-radius: 0;
  padding-top: 10px; }
  .pagination .nav-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center; }
    .pagination .nav-links .page-numbers {
      margin: 0 5px;
      font-size: 18px;
      line-height: 1.2;
      color: #009fe3;
      text-decoration: none; }
      .pagination .nav-links .page-numbers.current {
        color: #003977; }
      .pagination .nav-links .page-numbers:hover {
        text-decoration: none;
        color: #003977; }

.ui-autocomplete {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1); }
  .ui-autocomplete .ui-menu-item {
    font-size: 14px;
    line-height: 1.2;
    cursor: pointer;
    padding: 7px 15px;
    color: #009fe3; }
    .ui-autocomplete .ui-menu-item:hover {
      background-color: #009fe3;
      color: #fff; }

.search-results-section {
  position: relative; }
  .search-results-section .container {
    padding-top: 70px;
    padding-bottom: 70px; }
  .search-results-section h3 {
    font-size: 26px;
    line-height: 1.2;
    margin-top: 30px;
    margin-bottom: 0;
    position: relative; }
  .search-results-section p {
    margin-bottom: 0;
    padding-bottom: 10px; }
  .search-results-section a {
    text-decoration: none;
    color: #009fe3; }
    .search-results-section a:hover {
      text-decoration: none;
      color: #003977; }
  @media (max-width: 767px) {
    .search-results-section .container {
      padding-top: 30px;
      padding-bottom: 30px; }
    .search-results-section h1 {
      font-size: 25px;
      margin-bottom: 15px; }
    .search-results-section h3 {
      font-size: 20px;
      margin-bottom: 20px; } }

.share-block {
  padding: 26px 0 45px;
  margin-left: -16px; }
  @media (max-width: 767px) {
    .share-block {
      padding: 0;
      margin-left: 0; } }

.social-list {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .social-list > li {
    padding: 10px 20px; }
    .social-list > li > a {
      position: relative;
      overflow: hidden;
      width: 42px;
      height: 42px;
      display: inline-block;
      vertical-align: top; }
      .social-list > li > a img {
        position: absolute;
        z-index: 10;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 100%;
        max-height: 100%;
        transition: all 0.3s; }
        .social-list > li > a img:nth-child(2) {
          opacity: 0; }
      .social-list > li > a:hover img:nth-child(1) {
        opacity: 0; }
      .social-list > li > a:hover img:nth-child(2) {
        opacity: 1; }
  @media (max-width: 767px) {
    .social-list {
      margin-left: -10px;
      margin-right: -10px; }
      .social-list > li {
        padding: 5px 10px; }
        .social-list > li > a {
          width: 30px;
          height: 30px; } }

.comment-form {
  max-width: 678px;
  padding-top: 24px;
  padding-bottom: 90px;
  margin-left: -58px; }
  .comment-form .form-group {
    margin-bottom: 43px; }
  .comment-form .input-item textarea.form-control {
    min-height: 151px; }
  .comment-form .accept-block {
    padding-top: 15px;
    padding-bottom: 29px; }
  .comment-form .form-bottom {
    position: relative; }
    .comment-form .form-bottom .btn {
      min-width: 137px; }
  @media (max-width: 767px) {
    .comment-form {
      max-width: none;
      padding-top: 15px;
      padding-bottom: 40px;
      margin-left: 0; }
      .comment-form .form-group {
        margin-bottom: 20px; }
      .comment-form .input-item textarea.form-control {
        min-height: 100px; }
      .comment-form .accept-block {
        padding-top: 15px;
        padding-bottom: 15px; } }

.comment-block {
  margin-left: -57px;
  max-width: 700px; }
  .comment-block h3 {
    font-size: 35px;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 42px;
    color: #009fe3; }
  @media (max-width: 767px) {
    .comment-block {
      margin-left: 0;
      max-width: none; }
      .comment-block h3 {
        font-size: 30px;
        margin-bottom: 25px; } }

.comments-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .comments-list > li {
    padding-bottom: 29px; }
    .comments-list > li:last-child {
      padding-bottom: 0; }
    .comments-list > li .comment {
      margin-bottom: 21px;
      position: relative; }
      .comments-list > li .comment .comment-item-top {
        padding-bottom: 16px;
        display: flex;
        flex-wrap: wrap;
        align-items: center; }
        .comments-list > li .comment .comment-item-top h4 {
          color: inherit;
          margin-bottom: 0;
          margin-right: 30px;
          font-size: inherit;
          line-height: inherit;
          font-weight: 700;
          font-family: inherit; }
        .comments-list > li .comment .comment-item-top .date {
          font-style: normal;
          color: rgba(0, 0, 0, 0.6); }
      .comments-list > li .comment .btn-row {
        padding-top: 10px; }
      .comments-list > li .comment .comment-reply-link {
        display: inline-block;
        vertical-align: top;
        color: #009fe3;
        text-decoration: none;
        font-size: inherit;
        line-height: inherit; }
        .comments-list > li .comment .comment-reply-link:hover {
          text-decoration: none;
          color: #000; }
    .comments-list > li ul {
      list-style: none;
      margin: 0;
      padding: 3px 0 0px 28px; }
      .comments-list > li ul li .comment {
        padding-left: 30px; }
  @media (max-width: 767px) {
    .comments-list > li {
      padding-bottom: 20px; }
      .comments-list > li:last-child {
        padding-bottom: 0; }
      .comments-list > li .comment {
        margin-bottom: 15px; }
        .comments-list > li .comment .comment-item-top {
          padding-bottom: 10px; }
          .comments-list > li .comment .comment-item-top h4 {
            margin-right: 20px; }
        .comments-list > li .comment .btn-row {
          padding-top: 5px; }
      .comments-list > li ul {
        padding-top: 0;
        padding-left: 20px; }
        .comments-list > li ul li .comment {
          padding-left: 0; } }

.scrollable-area,
.main-menu-scrollable {
  overflow-x: hidden;
  overflow-y: auto; }
  .scrollable-area:hover .jspDrag,
  .main-menu-scrollable:hover .jspDrag {
    background-color: #008dca; }
  .scrollable-area:focus,
  .main-menu-scrollable:focus {
    outline: none !important; }

.jspDrag {
  background-color: #009fe3;
  width: 10px !important;
  margin: 0;
  z-index: 20;
  border-radius: 5px; }

.jspVerticalBar {
  margin-right: 0;
  width: 10px;
  border-radius: 5px;
  background: none; }

#cookie-notice {
  position: fixed;
  bottom: 0;
  left: auto;
  right: 0;
  width: 693px;
  background-color: #001753 !important;
  color: #fff;
  font-size: 18px;
  line-height: 1.556;
  font-weight: 400;
  min-width: 0;
  text-align: left;
  z-index: 100000;
  transition: all 0.3s; }
  #cookie-notice .cookie-notice-container {
    color: inherit !important;
    width: auto;
    text-align: left;
    padding: 48px 52px 60px;
    z-index: 1000; }
  #cookie-notice .cn-text-container {
    display: block;
    padding-bottom: 30px; }
    #cookie-notice .cn-text-container a {
      text-decoration: underline;
      color: inherit; }
      #cookie-notice .cn-text-container a:hover {
        text-decoration: none;
        color: inherit; }
  #cookie-notice .cn-buttons-container {
    display: block; }
  #cookie-notice #cn-accept-cookie {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    font-size: 19px;
    line-height: 1.263;
    font-weight: 700;
    font-family: "UniSans", Arial, Helvetica, sans-serif;
    min-width: 141px;
    padding: 14px 20px;
    color: #003977;
    background-color: #d7dc43;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s;
    margin: 0;
    cursor: pointer; }
    #cookie-notice #cn-accept-cookie:hover {
      text-decoration: none; }
  #cookie-notice #cn-refuse-cookie {
    position: absolute;
    z-index: 1000;
    top: 0;
    right: 0;
    margin: 17px 15px 0 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    background-color: rgba(0, 0, 0, 0); }
    #cookie-notice #cn-refuse-cookie::before, #cookie-notice #cn-refuse-cookie::after {
      content: '';
      position: absolute;
      z-index: 20;
      top: 0;
      left: 0;
      width: 22px;
      height: 2px;
      border-radius: 3px;
      background: #d7dc43;
      transition: all 0.3s;
      margin: 14px 0 0 3px; }
    #cookie-notice #cn-refuse-cookie:before {
      transform: rotate(45deg); }
    #cookie-notice #cn-refuse-cookie:after {
      transform: rotate(-45deg); }
  #cookie-notice:hover {
    background-color: #d7dc43 !important;
    color: #001753; }
    #cookie-notice:hover #cn-accept-cookie {
      color: #fff;
      background-color: #003977; }
    #cookie-notice:hover #cn-refuse-cookie::before, #cookie-notice:hover #cn-refuse-cookie::after {
      background-color: #003977; }
  @media (max-width: 767px) {
    #cookie-notice {
      left: 0;
      width: auto;
      font-size: 12px;
      line-height: 1.667; }
      #cookie-notice .cookie-notice-container {
        padding: 72px 30px 50px; }
      #cookie-notice .cn-text-container {
        padding-bottom: 27px; }
      #cookie-notice #cn-refuse-cookie {
        margin: 22px 21px 0 0; } }

#cookie-law-info-bar {
  position: fixed;
  bottom: 0;
  left: auto;
  right: 0;
  width: 693px;
  background-color: #001753 !important;
  color: #fff !important;
  font-size: 18px;
  line-height: 1.556;
  font-weight: 400;
  min-width: 0;
  text-align: left;
  z-index: 100000;
  transition: all 0.3s;
  margin: 0;
  padding: 0; }
  #cookie-law-info-bar > span {
    display: block;
    vertical-align: top;
    padding: 48px 52px 60px; }
    #cookie-law-info-bar > span a {
      text-decoration: underline;
      color: inherit; }
      #cookie-law-info-bar > span a:hover {
        text-decoration: none;
        color: inherit; }
  #cookie-law-info-bar #cookie_action_close_header {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    font-size: 19px;
    line-height: 1.263;
    font-weight: 700;
    font-family: "UniSans", Arial, Helvetica, sans-serif;
    min-width: 141px;
    padding: 14px 20px;
    color: #003977 !important;
    background-color: #d7dc43 !important;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s;
    margin: 30px 0 0;
    cursor: pointer; }
    #cookie-law-info-bar #cookie_action_close_header:hover {
      text-decoration: none; }
  #cookie-law-info-bar #cookie_action_close_header_reject {
    position: absolute;
    z-index: 1000;
    top: 0;
    right: 0;
    margin: 17px 15px 0 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    background-color: rgba(0, 0, 0, 0); }
    #cookie-law-info-bar #cookie_action_close_header_reject::before, #cookie-law-info-bar #cookie_action_close_header_reject::after {
      content: '';
      position: absolute;
      z-index: 20;
      top: 0;
      left: 0;
      width: 22px;
      height: 2px;
      border-radius: 3px;
      background: #d7dc43;
      transition: all 0.3s;
      margin: 14px 0 0 3px; }
    #cookie-law-info-bar #cookie_action_close_header_reject:before {
      transform: rotate(45deg); }
    #cookie-law-info-bar #cookie_action_close_header_reject:after {
      transform: rotate(-45deg); }
  #cookie-law-info-bar:hover {
    background-color: #d7dc43 !important;
    color: #001753 !important; }
    #cookie-law-info-bar:hover #cookie_action_close_header {
      color: #fff !important;
      background-color: #003977 !important; }
    #cookie-law-info-bar:hover #cookie_action_close_header_reject::before, #cookie-law-info-bar:hover #cookie_action_close_header_reject::after {
      background-color: #003977; }
  @media (max-width: 767px) {
    #cookie-law-info-bar {
      left: 0;
      width: auto;
      font-size: 12px;
      line-height: 1.667; }
      #cookie-law-info-bar > span {
        padding: 72px 30px 50px; }
      #cookie-law-info-bar #cookie_action_close_header_reject {
        margin: 22px 21px 0 0; } }

.article-section {
  color: inherit; }
  .article-section .container {
    padding-bottom: 55px; }
  .article-section img.size-full {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 40px; }
  .article-section img.size-medium {
    display: inline-block;
    vertical-align: top;
    width: 30% !important;
    height: auto !important;
    margin: 0 10px 10px 0; }
  .article-section p a {
    text-decoration: underline;
    color: inherit; }
    .article-section p a:hover {
      text-decoration: none;
      color: inherit; }
  .article-section p + h4 {
    padding-top: 20px; }
  .article-section h4 {
    font-size: 35px;
    font-weight: 400;
    color: #009fe3; }
    .article-section h4:last-child {
      margin-bottom: 0; }
    .article-section h4 a {
      color: inherit;
      text-decoration: none; }
      .article-section h4 a:hover {
        color: #000;
        text-decoration: none; }
  @media (max-width: 767px) {
    .article-section .container {
      padding-top: 20px;
      padding-bottom: 20px; }
    .article-section img.size-full {
      margin-bottom: 20px; }
    .article-section img.size-medium {
      width: calc(50% - 15px) !important; }
    .article-section p + h4 {
      padding-top: 10px; }
    .article-section h4 {
      font-size: 30px;
      margin-bottom: 10px; } }

/* contact-map */
.contact-map {
  position: relative;
  flex-grow: 1; }
  .contact-map .map {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .contact-map .marker-point {
    display: block; }
    .contact-map .marker-point img {
      display: block;
      filter: drop-shadow(5px 5px 14px rgba(0, 0, 0, 0.4)); }
  .contact-map .tools-panel {
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    right: 0;
    pointer-events: none; }
    @media (max-width: 767px) {
      .contact-map .tools-panel .row {
        margin-left: 0;
        margin-right: 0; }
        .contact-map .tools-panel .row > [class^="col"] {
          padding-left: 0;
          padding-right: 0; }
      .contact-map .tools-panel .container-fluid {
        padding: 0; } }
    .contact-map .tools-panel .btn-default {
      background: #fff; }
    .contact-map .tools-panel .btn-contact {
      margin-right: 38px;
      display: inline-flex;
      align-items: center;
      padding-left: 36px;
      padding-right: 36px;
      pointer-events: auto; }
      .contact-map .tools-panel .btn-contact .ico-arrow-right {
        margin-left: 20px; }
      @media (max-width: 1299px) {
        .contact-map .tools-panel .btn-contact {
          margin-right: 0; } }

.nav-btns {
  position: relative;
  pointer-events: auto; }
  .nav-btns .btn-close {
    left: 12px;
    top: 6px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: 12; }
    .nav-btns .btn-close::before, .nav-btns .btn-close::after {
      width: 22px;
      height: 2px;
      background: #009fe3; }
  .nav-btns .btn-submenu {
    position: absolute;
    left: 15px;
    top: 11px;
    width: 24px;
    height: 20px;
    cursor: pointer;
    border: solid #fff;
    border-width: 2px 0;
    z-index: 12;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out; }
    .nav-btns .btn-submenu:before {
      position: absolute;
      content: '';
      left: 0;
      right: 0;
      height: 2px;
      top: 50%;
      background: #fff;
      margin: -1px 0 0; }
  .nav-btns .btn-select {
    display: block;
    position: relative;
    font-family: "UniSans", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 22px;
    padding: 10px 50px;
    text-transform: uppercase;
    background: #009fe3;
    color: #fff;
    text-align: center;
    cursor: pointer;
    z-index: 6; }
    .nav-btns .btn-select:before {
      position: absolute;
      content: '';
      width: 28px;
      height: 18px;
      right: 12px;
      top: 50%;
      transform: translate(0, -50%);
      background: url("../images/ico-arrow-down-001.svg") no-repeat; }
  .nav-btns.open .btn-close,
  .nav-btns.open > ul {
    opacity: 1;
    visibility: visible; }
  .nav-btns > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    font-family: "UniSans", Arial, Helvetica, sans-serif; }
    @media (max-width: 767px) {
      .nav-btns > ul {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        display: block;
        background: #fff;
        padding: 4px 0 24px;
        transition: all 0.3s ease-out;
        opacity: 0;
        visibility: hidden;
        z-index: 10; } }
    .nav-btns > ul > li {
      position: relative; }
      .nav-btns > ul > li + li {
        border-left: 1px solid #fff; }
      .nav-btns > ul > li > a {
        display: block;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: bold;
        line-height: 20px;
        padding: 10px 23px;
        border: 1px solid #000;
        background: #fff;
        color: #009fe3; }
        .nav-btns > ul > li > a:hover {
          background: #f1efee; }
        @media (max-width: 767px) {
          .nav-btns > ul > li > a {
            border: 0;
            text-align: center;
            background: none;
            color: #000;
            padding: 5px 10px;
            line-height: 21px; }
            .nav-btns > ul > li > a:hover {
              background: none; } }
      .nav-btns > ul > li.active {
        border-left: 0 !important;
        margin-right: -1px;
        z-index: 2; }
        .nav-btns > ul > li.active > a {
          background: #009fe3;
          color: #fff;
          border-color: #009fe3; }
          @media (max-width: 767px) {
            .nav-btns > ul > li.active > a {
              background: none;
              color: #009fe3; } }
      .nav-btns > ul > li:last-child.active {
        margin-right: 0; }
  .nav-btns.type2 > ul > li > a {
    background: #009fe3;
    color: #fff;
    border-color: #009fe3; }
    .nav-btns.type2 > ul > li > a:hover {
      background: #003977;
      border-color: #003977; }
  .nav-btns.type2 > ul > li.active > a {
    background: #fff;
    color: #009fe3;
    border-color: #000; }
  .nav-btns .sub-menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: #009fe3;
    color: #fff;
    padding: 63px 15px 15px;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.3s ease-out;
    opacity: 0;
    visibility: hidden; }
    .nav-btns .sub-menu .search-box {
      width: 100%;
      margin-bottom: 10px; }
      .nav-btns .sub-menu .search-box .text {
        height: 36px;
        font-size: 16px;
        padding-left: 20px;
        padding-right: 20px; }
      .nav-btns .sub-menu .search-box .btn-search {
        width: 36px;
        background-size: 22px 22px;
        right: 7px; }
    .nav-btns .sub-menu .hold {
      position: relative; }
      .nav-btns .sub-menu .hold .item {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        opacity: 0;
        pointer-events: none; }
        .nav-btns .sub-menu .hold .item.active {
          opacity: 1;
          pointer-events: auto;
          position: relative;
          z-index: 10; }
    .nav-btns .sub-menu .list {
      margin: 0;
      padding: 0;
      list-style: none; }
      .nav-btns .sub-menu .list > li {
        padding: 32px 0; }
        .nav-btns .sub-menu .list > li + li {
          border-top: 2px solid #fff; }
        .nav-btns .sub-menu .list > li figure {
          margin: 0;
          display: flex;
          font-size: 12px;
          line-height: 19px; }
          .nav-btns .sub-menu .list > li figure .img {
            flex: 0 0 50px;
            max-width: 50px;
            margin-right: 10px; }
            .nav-btns .sub-menu .list > li figure .img img {
              display: inline-block;
              vertical-align: top;
              max-width: 100%;
              height: auto; }
          .nav-btns .sub-menu .list > li figure > .ico {
            flex: 0 0 50px;
            max-width: 50px;
            margin-right: 10px;
            display: flex;
            justify-content: center;
            position: relative; }
            .nav-btns .sub-menu .list > li figure > .ico > .ico {
              position: relative;
              width: 40px;
              height: 60px;
              z-index: 10;
              top: 0;
              left: 0; }
              .nav-btns .sub-menu .list > li figure > .ico > .ico::before {
                content: "";
                position: absolute;
                z-index: 10;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                margin: auto;
                background-repeat: no-repeat;
                background-position: 50% 50%;
                background-size: 100% auto; }
              .nav-btns .sub-menu .list > li figure > .ico > .ico.ico-01::before {
                background-image: url("../images/map/small/ico-001-white.svg"); }
              .nav-btns .sub-menu .list > li figure > .ico > .ico.ico-02::before {
                background-image: url("../images/map/small/ico-002-white.svg"); }
              .nav-btns .sub-menu .list > li figure > .ico > .ico.ico-03::before {
                background-image: url("../images/map/small/ico-003-white.svg"); }
              .nav-btns .sub-menu .list > li figure > .ico > .ico.ico-04::before {
                background-image: url("../images/map/small/ico-004-white.svg"); }
              .nav-btns .sub-menu .list > li figure > .ico > .ico.ico-07::before {
                background-image: url("../images/map/small/ico-24-hores-white-01.svg"); }
              .nav-btns .sub-menu .list > li figure > .ico > .ico.ico-08::before {
                background-image: url("../images/map/small/ico-acces-cadira-white-01.svg"); }
              .nav-btns .sub-menu .list > li figure > .ico > .ico.ico-09::before {
                background-image: url("../images/map/small/ico-benzinera-white-01.svg"); }
              .nav-btns .sub-menu .list > li figure > .ico > .ico.ico-010::before {
                background-image: url("../images/map/small/ico-botiga-white-01.svg"); }
              .nav-btns .sub-menu .list > li figure > .ico > .ico.ico-011::before {
                background-image: url("../images/map/small/ico-bugaderia-white-01.svg"); }
              .nav-btns .sub-menu .list > li figure > .ico > .ico.ico-012::before {
                background-image: url("../images/map/small/ico-capitania-white-01.svg"); }
              .nav-btns .sub-menu .list > li figure > .ico > .ico.ico-013::before {
                background-image: url("../images/map/small/ico-aigua-potable-white-01.svg"); }
              .nav-btns .sub-menu .list > li figure > .ico > .ico.ico-014::before {
                background-image: url("../images/map/small/ico-lavabos-white-01.svg"); }
              .nav-btns .sub-menu .list > li figure > .ico > .ico.ico-015::before {
                background-image: url("../images/map/small/ico-mecanic-white-01.svg"); }
              .nav-btns .sub-menu .list > li figure > .ico > .ico.ico-016::before {
                background-image: url("../images/map/small/ico-sala-lectura-white-01.svg"); }
              .nav-btns .sub-menu .list > li figure > .ico > .ico.ico-017::before {
                background-image: url("../images/map/small/ico-wifi-white-01.svg"); }
              .nav-btns .sub-menu .list > li figure > .ico > .ico.ico-018::before {
                background-image: url("../images/map/small/ico-electricitat-white-01.svg"); }
              .nav-btns .sub-menu .list > li figure > .ico > .ico.ico-019::before {
                background-image: url("../images/map/small/ico-entrada-white-01.svg"); }
              .nav-btns .sub-menu .list > li figure > .ico > .ico.ico-020::before {
                background-image: url("../images/map/small/ico-entrada-peatonal-white-01.svg"); }
              .nav-btns .sub-menu .list > li figure > .ico > .ico.ico-021::before {
                background-image: url("../images/map/small/ico-escar-white-01.svg"); }
              .nav-btns .sub-menu .list > li figure > .ico > .ico.ico-022::before {
                background-image: url("../images/map/small/ico-marineria-white-01.svg"); }
              .nav-btns .sub-menu .list > li figure > .ico > .ico.ico-023::before {
                background-image: url("../images/map/small/ico-recollida-residus-white-01.svg"); }
              .nav-btns .sub-menu .list > li figure > .ico > .ico.ico-024::before {
                background-image: url("../images/map/small/ico-meteo-white-01.svg"); }
              .nav-btns .sub-menu .list > li figure > .ico > .ico.ico-025::before {
                background-image: url("../images/map/small/ico-moll-espera-white-01.svg"); }
              .nav-btns .sub-menu .list > li figure > .ico > .ico.ico-026::before {
                background-image: url("../images/map/small/ico-parking-white-01.svg"); }
              .nav-btns .sub-menu .list > li figure > .ico > .ico.ico-027::before {
                background-image: url("../images/map/small/ico-rampa-white-01.svg"); }
              .nav-btns .sub-menu .list > li figure > .ico > .ico.ico-028::before {
                background-image: url("../images/map/small/ico-rent-cotxe-i-bici-white-01.svg"); }
              .nav-btns .sub-menu .list > li figure > .ico > .ico.ico-029::before {
                background-image: url("../images/map/small/ico-restaurant-white-01.svg"); }
              .nav-btns .sub-menu .list > li figure > .ico > .ico.ico-030::before {
                background-image: url("../images/map/small/ico-escola-de-vela-white-01.svg"); }
              .nav-btns .sub-menu .list > li figure > .ico > .ico.ico-031::before {
                background-image: url("../images/map/small/ico-infermeria-white-01.svg"); }
              .nav-btns .sub-menu .list > li figure > .ico > .ico.ico-032::before {
                background-image: url("../images/map/small/ico-map-white-01.svg"); }
              .nav-btns .sub-menu .list > li figure > .ico > .ico.ico-033::before {
                background-image: url("../images/map/small/ico-marker-white-02.svg"); }
              .nav-btns .sub-menu .list > li figure > .ico > .ico.ico-034::before {
                background-image: url("../images/map/small/ico-meteo-white-01.svg"); }
              .nav-btns .sub-menu .list > li figure > .ico > .ico.ico-035::before {
                background-image: url("../images/map/small/ico-tel-white-01.svg"); }
          .nav-btns .sub-menu .list > li figure h3 {
            font: 16px/20px "AdelleSans", Arial, Helvetica, sans-serif;
            margin: 0 0 4px;
            color: inherit; }
          .nav-btns .sub-menu .list > li figure p {
            margin: 0; }
  .nav-btns.open-submenu .sub-menu {
    opacity: 1;
    visibility: visible; }
  .nav-btns.open-submenu .btn-select:before {
    opacity: 0; }
  .nav-btns.open-submenu .btn-close {
    left: auto;
    right: 12px;
    opacity: 1;
    visibility: visible; }
    .nav-btns.open-submenu .btn-close::before, .nav-btns.open-submenu .btn-close::after {
      background: #fff; }
  .nav-btns.open-submenu .btn-submenu {
    opacity: 1;
    visibility: visible; }

/* map-section */
.map-section {
  position: relative;
  flex-grow: 1; }
  .map-section .map {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .map-section .marker-point {
    width: 44px;
    height: 44px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease-out; }
    .map-section .marker-point img {
      display: block;
      max-width: 100%;
      height: auto;
      max-height: 100%; }
    .map-section .marker-point:not(.type3):not(.type4):not(.arrow-marker).active {
      background: #009fe3; }
      .map-section .marker-point:not(.type3):not(.type4):not(.arrow-marker).active .ico:before {
        opacity: 0; }
      .map-section .marker-point:not(.type3):not(.type4):not(.arrow-marker).active .ico:after {
        opacity: 1; }
    .map-section .marker-point.type1.active {
      background: #009fe3; }
      .map-section .marker-point.type1.active .ico:before {
        opacity: 0; }
      .map-section .marker-point.type1.active .ico:after {
        opacity: 1; }
    .map-section .marker-point.type2 {
      border-radius: 0; }
      .map-section .marker-point.type2.active {
        background: #009fe3; }
        .map-section .marker-point.type2.active .ico:before {
          opacity: 0; }
        .map-section .marker-point.type2.active .ico:after {
          opacity: 1; }
    .map-section .marker-point.type3 {
      border: 2px solid #d0021b; }
    .map-section .marker-point.type4 {
      border: 2px solid #3cdba3; }
    .map-section .marker-point.type2m, .map-section .marker-point.type5m, .map-section .marker-point.type1-5m, .map-section .marker-point.type2-5m {
      pointer-events: none;
      background: transparent; }
    .map-section .marker-point.active {
      border-radius: 0; }
    .map-section .marker-point .ico {
      display: block;
      position: relative; }
      .map-section .marker-point .ico:after, .map-section .marker-point .ico:before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        transition: all 0.3s ease-out; }
      .map-section .marker-point .ico:after {
        opacity: 0; }
      .map-section .marker-point .ico.ico-01 {
        width: 31px;
        height: 20px; }
        .map-section .marker-point .ico.ico-01:before {
          background: url("../images//map/small/ico-001.svg") no-repeat;
          background-size: 31px 20px; }
        .map-section .marker-point .ico.ico-01:after {
          background: url("../images//map/small/ico-001-white.svg") no-repeat;
          background-size: 31px 20px; }
      .map-section .marker-point .ico.ico-02 {
        width: 30px;
        height: 30px; }
        .map-section .marker-point .ico.ico-02:before {
          background: url("../images//map/small/ico-002.svg") no-repeat;
          background-size: 30px 30px; }
        .map-section .marker-point .ico.ico-02:after {
          background: url("../images//map/small/ico-002-white.svg") no-repeat;
          background-size: 30px 30px; }
      .map-section .marker-point .ico.ico-03 {
        width: 21px;
        height: 20px; }
        .map-section .marker-point .ico.ico-03:before {
          background: url("../images//map/small/ico-003.svg") no-repeat;
          background-size: 21px 20px; }
        .map-section .marker-point .ico.ico-03:after {
          background: url("../images//map/small/ico-003-white.svg") no-repeat;
          background-size: 21px 20px; }
      .map-section .marker-point .ico.ico-04 {
        width: 21px;
        height: 20px; }
        .map-section .marker-point .ico.ico-04:before {
          background: url("../images//map/small/ico-004.svg") no-repeat;
          background-size: 21px 20px; }
        .map-section .marker-point .ico.ico-04:after {
          background: url("../images//map/small/ico-004-white.svg") no-repeat;
          background-size: 21px 20px; }
      .map-section .marker-point .ico.ico-07 {
        width: 30px;
        height: 30px; }
        .map-section .marker-point .ico.ico-07:before {
          background: url("../images//map/small/ico-24-hores-blue-01.svg") no-repeat;
          background-size: 30px 30px; }
        .map-section .marker-point .ico.ico-07:after {
          background: url("../images//map/small/ico-24-hores-white-01.svg") no-repeat;
          background-size: 30px 30px; }
      .map-section .marker-point .ico.ico-08 {
        width: 30px;
        height: 30px; }
        .map-section .marker-point .ico.ico-08:before {
          background: url("../images//map/small/ico-acces-cadira-blue-01.svg") no-repeat;
          background-size: 30px 30px; }
        .map-section .marker-point .ico.ico-08:after {
          background: url("../images//map/small/ico-acces-cadira-white-01.svg") no-repeat;
          background-size: 30px 30px; }
      .map-section .marker-point .ico.ico-09 {
        width: 30px;
        height: 30px; }
        .map-section .marker-point .ico.ico-09:before {
          background: url("../images//map/small/ico-benzinera-blue-01.svg") no-repeat;
          background-size: 30px 30px; }
        .map-section .marker-point .ico.ico-09:after {
          background: url("../images//map/small/ico-benzinera-white-01.svg") no-repeat;
          background-size: 30px 30px; }
      .map-section .marker-point .ico.ico-010 {
        width: 30px;
        height: 30px; }
        .map-section .marker-point .ico.ico-010:before {
          background: url("../images//map/small/ico-botiga-blue-01.svg") no-repeat;
          background-size: 30px 30px; }
        .map-section .marker-point .ico.ico-010:after {
          background: url("../images//map/small/ico-botiga-white-01.svg") no-repeat;
          background-size: 30px 30px; }
      .map-section .marker-point .ico.ico-011 {
        width: 30px;
        height: 30px; }
        .map-section .marker-point .ico.ico-011:before {
          background: url("../images//map/small/ico-bugaderia-blue-01.svg") no-repeat;
          background-size: 30px 30px; }
        .map-section .marker-point .ico.ico-011:after {
          background: url("../images//map/small/ico-bugaderia-white-01.svg") no-repeat;
          background-size: 30px 30px; }
      .map-section .marker-point .ico.ico-012 {
        width: 30px;
        height: 30px; }
        .map-section .marker-point .ico.ico-012:before {
          background: url("../images//map/small/ico-capitania-blue-01.svg") no-repeat;
          background-size: 30px 30px; }
        .map-section .marker-point .ico.ico-012:after {
          background: url("../images//map/small/ico-capitania-white-01.svg") no-repeat;
          background-size: 30px 30px; }
      .map-section .marker-point .ico.ico-013 {
        width: 30px;
        height: 30px; }
        .map-section .marker-point .ico.ico-013:before {
          background: url("../images//map/small/ico-aigua-potable-blue-01.svg") no-repeat;
          background-size: 30px 30px; }
        .map-section .marker-point .ico.ico-013:after {
          background: url("../images//map/small/ico-aigua-potable-white-01.svg") no-repeat;
          background-size: 30px 30px; }
      .map-section .marker-point .ico.ico-014 {
        width: 30px;
        height: 30px; }
        .map-section .marker-point .ico.ico-014:before {
          background: url("../images//map/small/ico-lavabos-blue-01.svg") no-repeat;
          background-size: 30px 30px; }
        .map-section .marker-point .ico.ico-014:after {
          background: url("../images//map/small/ico-lavabos-white-01.svg") no-repeat;
          background-size: 30px 30px; }
      .map-section .marker-point .ico.ico-015 {
        width: 30px;
        height: 30px; }
        .map-section .marker-point .ico.ico-015:before {
          background: url("../images//map/small/ico-mecanic-blue-01.svg") no-repeat;
          background-size: 30px 30px; }
        .map-section .marker-point .ico.ico-015:after {
          background: url("../images//map/small/ico-mecanic-white-01.svg") no-repeat;
          background-size: 30px 30px; }
      .map-section .marker-point .ico.ico-016 {
        width: 30px;
        height: 30px; }
        .map-section .marker-point .ico.ico-016:before {
          background: url("../images//map/small/ico-sala-lectura-blue-01.svg") no-repeat;
          background-size: 30px 30px; }
        .map-section .marker-point .ico.ico-016:after {
          background: url("../images//map/small/ico-sala-lectura-white-01.svg") no-repeat;
          background-size: 30px 30px; }
      .map-section .marker-point .ico.ico-017 {
        width: 30px;
        height: 30px; }
        .map-section .marker-point .ico.ico-017:before {
          background: url("../images//map/small/ico-wifi-blue-01.svg") no-repeat;
          background-size: 30px 30px; }
        .map-section .marker-point .ico.ico-017:after {
          background: url("../images//map/small/ico-wifi-white-01.svg") no-repeat;
          background-size: 30px 30px; }
      .map-section .marker-point .ico.ico-018 {
        width: 30px;
        height: 30px; }
        .map-section .marker-point .ico.ico-018:before {
          background: url("../images//map/small/ico-electricitat-blue-01.svg") no-repeat;
          background-size: 30px 30px; }
        .map-section .marker-point .ico.ico-018:after {
          background: url("../images//map/small/ico-electricitat-white-01.svg") no-repeat;
          background-size: 30px 30px; }
      .map-section .marker-point .ico.ico-019 {
        width: 30px;
        height: 30px; }
        .map-section .marker-point .ico.ico-019:before {
          background: url("../images//map/small/ico-entrada-blue-01.svg") no-repeat;
          background-size: 30px 30px; }
        .map-section .marker-point .ico.ico-019:after {
          background: url("../images//map/small/ico-entrada-white-01.svg") no-repeat;
          background-size: 30px 30px; }
      .map-section .marker-point .ico.ico-020 {
        width: 30px;
        height: 30px; }
        .map-section .marker-point .ico.ico-020:before {
          background: url("../images//map/small/ico-entrada-peatonal-blue-01.svg") no-repeat;
          background-size: 30px 30px; }
        .map-section .marker-point .ico.ico-020:after {
          background: url("../images//map/small/ico-entrada-peatonal-white-01.svg") no-repeat;
          background-size: 30px 30px; }
      .map-section .marker-point .ico.ico-021 {
        width: 30px;
        height: 30px; }
        .map-section .marker-point .ico.ico-021:before {
          background: url("../images//map/small/ico-escar-blue-01.svg") no-repeat;
          background-size: 30px 30px; }
        .map-section .marker-point .ico.ico-021:after {
          background: url("../images//map/small/ico-escar-white-01.svg") no-repeat;
          background-size: 30px 30px; }
      .map-section .marker-point .ico.ico-022 {
        width: 30px;
        height: 30px; }
        .map-section .marker-point .ico.ico-022:before {
          background: url("../images//map/small/ico-marineria-blue-01.svg") no-repeat;
          background-size: 30px 30px; }
        .map-section .marker-point .ico.ico-022:after {
          background: url("../images//map/small/ico-marineria-white-01.svg") no-repeat;
          background-size: 30px 30px; }
      .map-section .marker-point .ico.ico-023 {
        width: 30px;
        height: 30px; }
        .map-section .marker-point .ico.ico-023:before {
          background: url("../images//map/small/ico-recollida-residus-blue-01.svg") no-repeat;
          background-size: 30px 30px; }
        .map-section .marker-point .ico.ico-023:after {
          background: url("../images//map/small/ico-recollida-residus-white-01.svg") no-repeat;
          background-size: 30px 30px; }
      .map-section .marker-point .ico.ico-024 {
        width: 30px;
        height: 30px; }
        .map-section .marker-point .ico.ico-024:before {
          background: url("../images//map/small/ico-meteo-blue-01.svg") no-repeat;
          background-size: 30px 30px; }
        .map-section .marker-point .ico.ico-024:after {
          background: url("../images//map/small/ico-meteo-white-01.svg") no-repeat;
          background-size: 30px 30px; }
      .map-section .marker-point .ico.ico-025 {
        width: 30px;
        height: 30px; }
        .map-section .marker-point .ico.ico-025:before {
          background: url("../images//map/small/ico-moll-espera-blue-01.svg") no-repeat;
          background-size: 30px 30px; }
        .map-section .marker-point .ico.ico-025:after {
          background: url("../images//map/small/ico-moll-espera-white-01.svg") no-repeat;
          background-size: 30px 30px; }
      .map-section .marker-point .ico.ico-026 {
        width: 30px;
        height: 30px; }
        .map-section .marker-point .ico.ico-026:before {
          background: url("../images//map/small/ico-parking-blue-01.svg") no-repeat;
          background-size: 30px 30px; }
        .map-section .marker-point .ico.ico-026:after {
          background: url("../images//map/small/ico-parking-white-01.svg") no-repeat;
          background-size: 30px 30px; }
      .map-section .marker-point .ico.ico-027 {
        width: 30px;
        height: 30px; }
        .map-section .marker-point .ico.ico-027:before {
          background: url("../images//map/small/ico-rampa-blue-01.svg") no-repeat;
          background-size: 30px 30px; }
        .map-section .marker-point .ico.ico-027:after {
          background: url("../images//map/small/ico-rampa-white-01.svg") no-repeat;
          background-size: 30px 30px; }
      .map-section .marker-point .ico.ico-028 {
        width: 30px;
        height: 30px; }
        .map-section .marker-point .ico.ico-028:before {
          background: url("../images//map/small/ico-rent-cotxe-i-bici-blue-01.svg") no-repeat;
          background-size: 30px 30px; }
        .map-section .marker-point .ico.ico-028:after {
          background: url("../images//map/small/ico-rent-cotxe-i-bici-white-01.svg") no-repeat;
          background-size: 30px 30px; }
      .map-section .marker-point .ico.ico-029 {
        width: 30px;
        height: 30px; }
        .map-section .marker-point .ico.ico-029:before {
          background: url("../images//map/small/ico-restaurant-blue-01.svg") no-repeat;
          background-size: 30px 30px; }
        .map-section .marker-point .ico.ico-029:after {
          background: url("../images//map/small/ico-restaurant-white-01.svg") no-repeat;
          background-size: 30px 30px; }
      .map-section .marker-point .ico.ico-030 {
        width: 30px;
        height: 30px; }
        .map-section .marker-point .ico.ico-030:before {
          background: url("../images//map/small/ico-escola-de-vela-blue-01.svg") no-repeat;
          background-size: 30px 30px; }
        .map-section .marker-point .ico.ico-030:after {
          background: url("../images//map/small/ico-escola-de-vela-white-01.svg") no-repeat;
          background-size: 30px 30px; }
      .map-section .marker-point .ico.ico-031 {
        width: 30px;
        height: 30px; }
        .map-section .marker-point .ico.ico-031:before {
          background: url("../images//map/small/ico-infermeria-blue-01.svg") no-repeat;
          background-size: 30px 30px; }
        .map-section .marker-point .ico.ico-031:after {
          background: url("../images//map/small/ico-infermeria-white-01.svg") no-repeat;
          background-size: 30px 30px; }
      .map-section .marker-point .ico.ico-032 {
        width: 30px;
        height: 30px; }
        .map-section .marker-point .ico.ico-032:before {
          background: url("../images//map/small/ico-map-blue-01.svg") no-repeat;
          background-size: 30px 30px; }
        .map-section .marker-point .ico.ico-032:after {
          background: url("../images//map/small/ico-map-white-01.svg") no-repeat;
          background-size: 30px 30px; }
      .map-section .marker-point .ico.ico-033 {
        width: 30px;
        height: 30px; }
        .map-section .marker-point .ico.ico-033:before {
          background: url("../images//map/small/ico-marker-blue-02.svg") no-repeat;
          background-size: 30px 30px; }
        .map-section .marker-point .ico.ico-033:after {
          background: url("../images//map/small/ico-marker-white-01.svg") no-repeat;
          background-size: 30px 30px; }
      .map-section .marker-point .ico.ico-034 {
        width: 30px;
        height: 30px; }
        .map-section .marker-point .ico.ico-034:before {
          background: url("../images//map/small/ico-meteo-blue-01.svg") no-repeat;
          background-size: 30px 30px; }
        .map-section .marker-point .ico.ico-034:after {
          background: url("../images//map/small/ico-meteo-white-01.svg") no-repeat;
          background-size: 30px 30px; }
      .map-section .marker-point .ico.ico-035 {
        width: 30px;
        height: 30px; }
        .map-section .marker-point .ico.ico-035:before {
          background: url("../images//map/small/ico-tel-blue-01.svg") no-repeat;
          background-size: 30px 30px; }
        .map-section .marker-point .ico.ico-035:after {
          background: url("../images//map/small/ico-tel-white-01.svg") no-repeat;
          background-size: 30px 30px; }
      .map-section .marker-point .ico.ico-036 {
        width: 30px;
        height: 30px; }
        .map-section .marker-point .ico.ico-036:before {
          background: url("../images//map/small/ico-submarinistmo-01.svg") no-repeat;
          background-size: 30px 30px; }
        .map-section .marker-point .ico.ico-036:after {
          background: url("../images//map/small/ico-submarinistmo-01-white.svg") no-repeat;
          background-size: 30px 30px; }
      .map-section .marker-point .ico.ico-1-5m {
        width: 50px;
        height: 35px; }
        .map-section .marker-point .ico.ico-1-5m:before {
          background: url("../images//map/small/1-5m.svg") no-repeat;
          background-size: 37px 100%; }
      .map-section .marker-point .ico.ico-2-5m {
        width: 50px;
        height: 35px; }
        .map-section .marker-point .ico.ico-2-5m:before {
          background: url("../images//map/small/2-5m.svg") no-repeat;
          background-size: 37px 100%; }
      .map-section .marker-point .ico.ico-5m {
        width: 50px;
        height: 35px; }
        .map-section .marker-point .ico.ico-5m:before {
          background: url("../images//map/small/5m.svg") no-repeat;
          background-size: 25px 100%; }
      .map-section .marker-point .ico.ico-2m {
        width: 50px;
        height: 35px; }
        .map-section .marker-point .ico.ico-2m:before {
          background: url("../images//map/small/2m.svg") no-repeat;
          background-size: 25px 100%; }
    .map-section .marker-point.arrow-marker {
      width: auto;
      height: auto;
      background: none;
      border-radius: 0;
      display: block;
      padding: 0 0 30px;
      position: relative; }
      .map-section .marker-point.arrow-marker:before {
        position: absolute;
        content: '';
        bottom: 0;
        left: 50%;
        width: 22px;
        height: 20px;
        transform: rotate(-90deg);
        background: url("../images//arrow-left-black-01.svg") no-repeat;
        margin-left: -10px; }
      .map-section .marker-point.arrow-marker .text {
        display: block;
        text-transform: uppercase;
        font: 600 17px/20px "UniSans", Arial, Helvetica, sans-serif;
        color: #001753; }
      .map-section .marker-point.arrow-marker.arrow-type2 {
        padding: 0 0 0 30px; }
        .map-section .marker-point.arrow-marker.arrow-type2:before {
          left: 0;
          margin: 0;
          transform: rotate(0deg); }
  .map-section .tools-panel {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    z-index: 15; }
    @media (max-width: 767px) {
      .map-section .tools-panel {
        left: 0;
        display: block;
        bottom: 0;
        pointer-events: none; } }
    .map-section .tools-panel .nav-btns {
      position: relative;
      z-index: 2;
      pointer-events: auto; }
      @media (max-width: 767px) {
        .map-section .tools-panel .nav-btns {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          pointer-events: none; }
          .map-section .tools-panel .nav-btns > * {
            pointer-events: auto; } }
    .map-section .tools-panel .search-box {
      margin-right: -1px;
      margin-left: -1px;
      pointer-events: auto; }
  .map-section .info-box-map {
    background: #009fe3;
    padding: 13px 30px 13px 20px;
    color: #fff;
    font: 14px/18px "AdelleSans", Arial, Helvetica, sans-serif;
    white-space: nowrap; }
  .map-section .infoBox {
    padding-left: 22px; }
    .map-section .infoBox > img {
      opacity: 0;
      min-width: 30px;
      max-width: 30px;
      min-height: 30px;
      max-height: 30px;
      z-index: 5; }
    .map-section .infoBox .btn-close {
      position: absolute;
      top: 0;
      right: 0; }
      .map-section .infoBox .btn-close::before, .map-section .infoBox .btn-close::after {
        width: 16px;
        height: 2px;
        margin-left: 10px;
        background-color: #fff; }
      .map-section .infoBox .btn-close img {
        position: absolute;
        z-index: 5;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 0; }
    .map-section .infoBox .not-info ~ .btn-close {
      display: none !important; }
  .map-section .detail-info-map {
    position: absolute;
    z-index: 10;
    top: 50px;
    bottom: 0;
    left: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 350px;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translate(-100px, 0);
    transition: all 0.3s; }
    .map-section .detail-info-map > li {
      padding: 0 0 10px; }
    .map-section .detail-info-map a {
      color: #009fe3; }
    .map-section .detail-info-map figure {
      margin: 0;
      display: flex; }
      .map-section .detail-info-map figure > .ico {
        flex: 0 0 100px;
        max-width: 100%;
        min-height: 100px;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative; }
        .map-section .detail-info-map figure > .ico::before {
          content: "";
          position: absolute;
          z-index: 10;
          top: 0;
          bottom: 0;
          left: 100%;
          background-color: #fff;
          width: 1000px; }
        .map-section .detail-info-map figure > .ico img {
          display: block;
          max-width: 100%;
          height: auto; }
        .map-section .detail-info-map figure > .ico > .ico {
          width: 70px;
          height: 70px;
          position: absolute;
          z-index: 10;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
          .map-section .detail-info-map figure > .ico > .ico::before {
            content: "";
            position: absolute;
            z-index: 10;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            background-repeat: no-repeat;
            background-position: 50% 50%;
            background-size: 70px 70px; }
          .map-section .detail-info-map figure > .ico > .ico.ico-01::before {
            background-image: url("../images//map/ico-001.svg"); }
          .map-section .detail-info-map figure > .ico > .ico.ico-02::before {
            background-image: url("../images//map/ico-002.svg"); }
          .map-section .detail-info-map figure > .ico > .ico.ico-03::before {
            background-image: url("../images//map/ico-003.svg"); }
          .map-section .detail-info-map figure > .ico > .ico.ico-04::before {
            background-image: url("../images//map/ico-004.svg"); }
          .map-section .detail-info-map figure > .ico > .ico.ico-07::before {
            background-image: url("../images//map/ico-24-hores-blue-01.svg"); }
          .map-section .detail-info-map figure > .ico > .ico.ico-08::before {
            background-image: url("../images//map/ico-acces-cadira-blue-01.svg"); }
          .map-section .detail-info-map figure > .ico > .ico.ico-09::before {
            background-image: url("../images//map/ico-benzinera-blue-01.svg"); }
          .map-section .detail-info-map figure > .ico > .ico.ico-010::before {
            background-image: url("../images//map/ico-botiga-blue-01.svg"); }
          .map-section .detail-info-map figure > .ico > .ico.ico-011::before {
            background-image: url("../images//map/ico-bugaderia-blue-01.svg"); }
          .map-section .detail-info-map figure > .ico > .ico.ico-012::before {
            background-image: url("../images//map/ico-capitania-blue-01.svg"); }
          .map-section .detail-info-map figure > .ico > .ico.ico-013::before {
            background-image: url("../images//map/ico-aigua-potable-blue-01.svg"); }
          .map-section .detail-info-map figure > .ico > .ico.ico-014::before {
            background-image: url("../images//map/ico-lavabos-blue-01.svg"); }
          .map-section .detail-info-map figure > .ico > .ico.ico-015::before {
            background-image: url("../images//map/ico-mecanic-blue-01.svg"); }
          .map-section .detail-info-map figure > .ico > .ico.ico-016::before {
            background-image: url("../images//map/ico-sala-lectura-blue-01.svg"); }
          .map-section .detail-info-map figure > .ico > .ico.ico-017::before {
            background-image: url("../images//map/ico-wifi-blue-01.svg"); }
          .map-section .detail-info-map figure > .ico > .ico.ico-018::before {
            background-image: url("../images//map/ico-electricitat-blue-01.svg"); }
          .map-section .detail-info-map figure > .ico > .ico.ico-019::before {
            background-image: url("../images//map/ico-entrada-blue-01.svg"); }
          .map-section .detail-info-map figure > .ico > .ico.ico-020::before {
            background-image: url("../images//map/ico-entrada-peatonal-blue-01.svg"); }
          .map-section .detail-info-map figure > .ico > .ico.ico-021::before {
            background-image: url("../images//map/ico-escar-blue-01.svg"); }
          .map-section .detail-info-map figure > .ico > .ico.ico-022::before {
            background-image: url("../images//map/ico-marineria-blue-01.svg"); }
          .map-section .detail-info-map figure > .ico > .ico.ico-023::before {
            background-image: url("../images//map/ico-recollida-residus-blue-01.svg"); }
          .map-section .detail-info-map figure > .ico > .ico.ico-024::before {
            background-image: url("../images//map/ico-meteo-blue-01.svg"); }
          .map-section .detail-info-map figure > .ico > .ico.ico-025::before {
            background-image: url("../images//map/ico-moll-espera-blue-01.svg"); }
          .map-section .detail-info-map figure > .ico > .ico.ico-026::before {
            background-image: url("../images//map/ico-parking-blue-01.svg"); }
          .map-section .detail-info-map figure > .ico > .ico.ico-027::before {
            background-image: url("../images//map/ico-rampa-blue-01.svg"); }
          .map-section .detail-info-map figure > .ico > .ico.ico-028::before {
            background-image: url("../images//map/ico-rent-cotxe-i-bici-blue-01.svg"); }
          .map-section .detail-info-map figure > .ico > .ico.ico-029::before {
            background-image: url("../images//map/ico-restaurant-blue-01.svg"); }
          .map-section .detail-info-map figure > .ico > .ico.ico-030::before {
            background-image: url("../images//map/ico-escola-de-vela-blue-01.svg"); }
          .map-section .detail-info-map figure > .ico > .ico.ico-031::before {
            background-image: url("../images//map/ico-infermeria-blue-01.svg"); }
          .map-section .detail-info-map figure > .ico > .ico.ico-032::before {
            background-image: url("../images//map/ico-map-blue-01.svg"); }
          .map-section .detail-info-map figure > .ico > .ico.ico-033::before {
            background-image: url("../images//map/ico-marker-blue-02.svg"); }
          .map-section .detail-info-map figure > .ico > .ico.ico-034::before {
            background-image: url("../images//map/ico-meteo-blue-01.svg"); }
          .map-section .detail-info-map figure > .ico > .ico.ico-035::before {
            background-image: url("../images//map/ico-tel-blue-01.svg"); }
          .map-section .detail-info-map figure > .ico > .ico.ico-036::before {
            background-image: url("../images//map/ico-submarinistmo-01.svg"); }
      .map-section .detail-info-map figure figcaption {
        display: none;
        background: #fff;
        min-height: 100px;
        padding: 10px 25px 5px 0;
        flex: 0 0 250px;
        max-width: 250px;
        font-size: 13px;
        line-height: 1.3;
        position: relative;
        z-index: 15; }
        .map-section .detail-info-map figure figcaption h3 {
          font: 18px/28px "AdelleSans", Arial, Helvetica, sans-serif;
          margin: 0;
          color: inherit; }
        .map-section .detail-info-map figure figcaption p {
          margin: 0; }
        .map-section .detail-info-map figure figcaption.blue-text {
          color: #009fe3; }
    .map-section .detail-info-map:hover {
      transform: translate(-100%, 0);
      margin-left: 0; }
      .map-section .detail-info-map:hover figure figcaption {
        display: block; }

/* search-box */
.search-box {
  width: 354px;
  position: relative;
  border: 1px solid #009fe3;
  background: #fff;
  padding-right: 60px; }
  @media (max-width: 991px) {
    .search-box {
      width: 250px; } }
  .search-box .text {
    display: block;
    width: 100%;
    border: 0;
    height: 40px;
    background: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-appearance: none;
    font: 18px "AdelleSans", Arial, Helvetica, sans-serif;
    color: #000;
    padding: 5px 23px;
    margin: 0; }
    .search-box .text::placeholder {
      color: #000;
      opacity: 0.6; }
  .search-box .btn-search {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 40px;
    border: 0;
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
    text-align: left;
    -webkit-appearance: none;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    background: url("../images/ico-search-001.svg") no-repeat 50% 50%;
    background-size: 26px 26px; }

/* modal */
.modal .modal-dialog {
  max-width: 638px;
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto; }
  .modal .modal-dialog.modal-md {
    max-width: 756px; }
    @media (max-width: 991px) {
      .modal .modal-dialog.modal-md {
        max-width: 700px; } }
.modal .modal-content {
  border: 0;
  border-radius: 0;
  box-shadow: 5px 5px 16px rgba(0, 0, 0, 0.3); }
.modal .btn-close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 30px;
  height: 30px; }
  .modal .btn-close::before, .modal .btn-close::after {
    width: 34px;
    height: 2px;
    margin-left: 0; }
  @media (max-width: 767px) {
    .modal .btn-close {
      top: 6px;
      right: 10px;
      width: 22px;
      height: 22px; }
      .modal .btn-close::before, .modal .btn-close::after {
        width: 22px; } }
.modal .modal-body {
  padding: 49px 70px 49px 43px; }
  @media (max-width: 767px) {
    .modal .modal-body {
      padding: 35px 20px 10px; } }
  .modal .modal-body.type2 {
    padding: 49px 40px; }
    @media (max-width: 767px) {
      .modal .modal-body.type2 {
        padding: 35px 20px 10px; } }
  .modal .modal-body h3 {
    color: #009fe3;
    margin: 0 0 17px;
    padding-top: 3px; }
    @media (max-width: 767px) {
      .modal .modal-body h3 {
        padding-top: 0; } }
    .modal .modal-body h3.type2 {
      font-size: 35px;
      line-height: 1.38;
      color: #000;
      text-transform: uppercase; }
      @media (max-width: 767px) {
        .modal .modal-body h3.type2 {
          font-size: 22px; } }
  .modal .modal-body .btn-row {
    padding-top: 32px;
    padding-bottom: 12px; }
    @media (max-width: 767px) {
      .modal .modal-body .btn-row {
        padding-bottom: 0;
        padding-top: 20px; } }
    .modal .modal-body .btn-row .btn {
      width: 100%;
      padding: 15px; }
      @media (max-width: 767px) {
        .modal .modal-body .btn-row .btn {
          margin-bottom: 20px; } }
  .modal .modal-body .row-60 {
    margin-left: -30px;
    margin-right: -30px; }
    .modal .modal-body .row-60 > [class^="col"] {
      padding-left: 30px;
      padding-right: 30px; }
    @media (max-width: 991px) {
      .modal .modal-body .row-60 {
        margin-left: -15px;
        margin-right: -15px; }
        .modal .modal-body .row-60 > [class^="col"] {
          padding-left: 15px;
          padding-right: 15px; } }
  .modal .modal-body .reg-form {
    padding-top: 30px;
    padding-bottom: 2px; }
    @media (max-width: 767px) {
      .modal .modal-body .reg-form {
        padding-top: 10px;
        padding-bottom: 20px; } }
    .modal .modal-body .reg-form .check-item {
      margin-top: 19px;
      margin-bottom: 13px; }
      @media (max-width: 767px) {
        .modal .modal-body .reg-form .check-item {
          margin-top: 10px;
          margin-bottom: 10px; } }
    .modal .modal-body .reg-form .btn {
      min-width: 137px; }

.modal-backdrop {
  background: #fff; }
  .modal-backdrop.show {
    opacity: 0.8; }

/*# sourceMappingURL=styles.css.map */
