@import url(fullcalendar.min.css);
@font-face {
  font-family: 'kghappy';
  src: url("../fonts/KGHAPPYSolid.eot");
  src: url("../fonts/KGHAPPYSolid.eot") format("embedded-opentype"), url("../fonts/KGHAPPYSolid.woff2") format("woff2"), url("../fonts/KGHAPPYSolid.woff") format("woff"), url("../fonts/KGHAPPYSolid.ttf") format("truetype"), url("../fonts/KGHAPPYSolid.svg#KGHAPPYSolid") format("svg"); }

@font-face {
  font-family: 'vag';
  src: url("../fonts/VAG_Rounded_LT_Bold.eot");
  src: url("../fonts/VAG_Rounded_LT_Bold.eot") format("embedded-opentype"), url("../fonts/VAG_Rounded_LT_Bold.woff2") format("woff2"), url("../fonts/VAG_Rounded_LT_Bold.woff") format("woff"), url("../fonts/VAG_Rounded_LT_Bold.ttf") format("truetype"), url("../fonts/VAG_Rounded_LT_Bold.svg#VAG_Rounded_LT_Bold") format("svg");
  font-weight: bold; }

@font-face {
  font-family: 'vag';
  src: url("../fonts/VAG_Rounded_LT_Thin.eot");
  src: url("../fonts/VAG_Rounded_LT_Thin.eot") format("embedded-opentype"), url("../fonts/VAG_Rounded_LT_Thin.woff2") format("woff2"), url("../fonts/VAG_Rounded_LT_Thin.woff") format("woff"), url("../fonts/VAG_Rounded_LT_Thin.ttf") format("truetype"), url("../fonts/VAG_Rounded_LT_Thin.svg#VAG_Rounded_LT_Thin") format("svg");
  font-weight: normal; }

:root {
  --blue: #71d2f9;
  --navy: #004b8d;
  --primary: #71d2f9;
  --secondary: #adb5bd;
  --success: #00bd4b;
  --info: #17a2b8;
  --warning: #ffcd07;
  --danger: #FF2779;
  --light: #f8f9fa;
  --dark: #535353;
  --navy: #004b8d;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --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);
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 320px) {
    html {
      font-size: calc(0.2678571429vw + 12.1428571429px); } }

@-ms-viewport {
  width: device-width; }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: vag, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.05em;
  color: #535353;
  text-align: left;
  background-color: #fff;
  background-image: url(../img/bg-d.jpg);
  background-repeat: repeat-y;
  background-size: 100% auto; }

[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; }

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

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: 0; }

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: 0;
  margin-left: 0; }

blockquote {
  margin: 0; }

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: #71d2f9;
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #28bbf6;
    text-decoration: underline; }
  a:focus {
    outline: 0;
    box-shadow: 0 0 0.1rem 1px rgba(113, 210, 249, 0.7); }

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

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

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #adb5bd;
  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;
  outline: 0;
  box-shadow: 0 0 0.1rem 1px rgba(113, 210, 249, 0.7); }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  border: none;
  background: #fff;
  letter-spacing: inherit; }
  input:focus,
  button:focus,
  select:focus,
  optgroup:focus,
  textarea:focus {
    outline: none;
    box-shadow: 0 0 0.1rem 1px rgba(113, 210, 249, 0.7); }

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

/**
 * Swiper 4.2.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 * SCSS by etuctida
 *
 * Released under the MIT License
 *
 * Released on: April 1, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-invisible-blank-slide {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px; }
  .swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d; }
  .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10; }
  .swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x; }

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  padding-bottom: .2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  cursor: pointer;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/btn-circle-navy.png); }
  .swiper-button-prev::before, .swiper-button-next::before {
    color: #ffffff;
    font-size: 2.7rem;
    line-height: 3rem; }
  .swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none; }
  .swiper-button-prev:focus, .swiper-button-next:focus {
    outline: none; }

.swiper-button-next {
  padding-left: .3rem; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }
  .swiper-button-prev::before, .swiper-container-rtl .swiper-button-next::before {
    content: "\2039"; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }
  .swiper-button-next::before, .swiper-container-rtl .swiper-button-prev::before {
    content: "\203A"; }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }
  .swiper-pagination.swiper-pagination-hidden {
    opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 1rem;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative; }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  display: inline-block;
  border: 1px solid #71d2f9;
  border-radius: 100%;
  background: #ffffff;
  transition: all .15s linear; }
  button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    appearance: none; }
  .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer; }

.swiper-pagination-bullet-active {
  background: #71d2f9; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 1rem;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }
  .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0.5rem 0;
    display: block; }
  .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 0.75rem; }
    .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
      display: inline-block;
      transition: 200ms transform, 200ms top; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.3rem; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }
  .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms left; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.35);
  position: absolute; }
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #71d2f9;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top; }
  .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top; }
  .swiper-container-horizontal > .swiper-pagination-progressbar,
  .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0; }
  .swiper-container-vertical > .swiper-pagination-progressbar,
  .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.35); }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.35); }
  .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.35); }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.35); }
  .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }
  .swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%; }
  .swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }
  .swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23ffffff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }
  .swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }
  .swiper-container-cube .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%; }
    .swiper-container-cube .swiper-slide .swiper-slide {
      pointer-events: none; }
  .swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0; }
  .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto; }
  .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible; }
  .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden; }
  .swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0; }

.swiper-container-flip {
  overflow: visible; }
  .swiper-container-flip .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1; }
    .swiper-container-flip .swiper-slide .swiper-slide {
      pointer-events: none; }
  .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto; }
  .swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/*!
 * Font Awesome Free 5.0.12 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa, #p-dashboard .sub-title i,
.fas,
.far,
.fal,
.fab,
.social i {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-fw, .social i, #p-event .mainHeroo .location::before, #p-event .mainHeroo .time::before {
  text-align: center;
  width: 1.25em; }

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

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

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

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

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

.fa.fa-pull-left, #p-dashboard .sub-title i.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left,
.social i.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right, #p-dashboard .sub-title i.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right,
.social i.fa-pull-right {
  margin-left: .3em; }

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*!
 * Font Awesome Free 5.0.12 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa, #p-dashboard .sub-title i,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

/*!
 * Font Awesome Free 5.0.12 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/*!
 * Font Awesome Free 5.0.12 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg"); }


.fab,
.social i {
  font-family: 'Font Awesome 5 Brands';
  font-weight: normal; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0.5rem 0.5rem;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  line-height: 1; }

.hamburger-box {
  width: 2rem;
  height: 19px;
  display: block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 2rem;
    height: 3px;
    background-color: #ffffff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -8px; }
  .hamburger-inner::after {
    bottom: -8px; }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important; }

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/ }
  .bootstrap-select > .dropdown-toggle {
    position: relative;
    width: 100%;
    z-index: 1;
    text-align: right;
    white-space: nowrap; }
    .bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
      color: #999; }
    .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
      color: rgba(255, 255, 255, 0.65); }
    .bootstrap-select > .dropdown-toggle.bs-placeholder:after {
      color: #ffffff; }
  .bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none; }
    .bootstrap-select > select.mobile-device {
      top: 0;
      left: 0;
      display: block !important;
      width: 100% !important;
      z-index: 2; }
  .has-error .bootstrap-select .dropdown-toggle,
  .error .bootstrap-select .dropdown-toggle,
  .bootstrap-select.is-invalid .dropdown-toggle,
  .was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
    border-color: #b94a48; }
  .bootstrap-select.is-valid .dropdown-toggle,
  .was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle {
    border-color: #28a745; }
  .bootstrap-select.fit-width {
    width: auto !important; }
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px; }

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none; }
  :not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%; }
  .bootstrap-select.form-control.input-group-btn {
    z-index: auto; }
    .bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
      border-radius: 0; }

.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0; }

.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right; }

.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
  margin-bottom: 0; }

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0; }
  .form-group-lg .bootstrap-select.form-control .dropdown-toggle,
  .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit; }

.bootstrap-select.form-control-sm .dropdown-toggle, .input-group-sm > .bootstrap-select.form-control .dropdown-toggle, .input-group-sm > .input-group-prepend > .bootstrap-select.input-group-text .dropdown-toggle, .input-group-sm > .input-group-append > .bootstrap-select.input-group-text .dropdown-toggle, .input-group-sm > .input-group-prepend > .bootstrap-select.btn .dropdown-toggle, .input-group-sm > .input-group-append > .bootstrap-select.btn .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle,
.input-group-lg > .bootstrap-select.form-control .dropdown-toggle,
.input-group-lg > .input-group-prepend > .bootstrap-select.input-group-text .dropdown-toggle,
.input-group-lg > .input-group-append > .bootstrap-select.input-group-text .dropdown-toggle,
.input-group-lg > .input-group-prepend > .bootstrap-select.btn .dropdown-toggle,
.input-group-lg > .input-group-append > .bootstrap-select.btn .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit; }

.bootstrap-select.form-control-sm .dropdown-toggle, .input-group-sm > .bootstrap-select.form-control .dropdown-toggle, .input-group-sm > .input-group-prepend > .bootstrap-select.input-group-text .dropdown-toggle, .input-group-sm > .input-group-append > .bootstrap-select.input-group-text .dropdown-toggle, .input-group-sm > .input-group-prepend > .bootstrap-select.btn .dropdown-toggle, .input-group-sm > .input-group-append > .bootstrap-select.btn .dropdown-toggle {
  padding: 0.3rem 0.7rem; }


.bootstrap-select.form-control-lg .dropdown-toggle,
.input-group-lg > .bootstrap-select.form-control .dropdown-toggle,
.input-group-lg > .input-group-prepend > .bootstrap-select.input-group-text .dropdown-toggle,
.input-group-lg > .input-group-append > .bootstrap-select.input-group-text .dropdown-toggle,
.input-group-lg > .input-group-prepend > .bootstrap-select.btn .dropdown-toggle,
.input-group-lg > .input-group-append > .bootstrap-select.btn .dropdown-toggle {
  padding: 0.5rem 1.8rem; }

.form-inline .bootstrap-select .form-control {
  width: 100%; }

.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed; }
  .bootstrap-select.disabled:focus,
  .bootstrap-select > .disabled:focus {
    outline: none !important; }

.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important; }
  .bootstrap-select.bs-container .dropdown-menu {
    z-index: 1060; }

.bootstrap-select .dropdown-toggle:before {
  content: '';
  display: inline-block; }

.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: inherit;
  padding-right: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  height: 100%;
  width: 100%;
  text-align: left; }

.bootstrap-select .dropdown-toggle .filter-option-inner {
  padding-right: inherit; }

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden; }

.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle; }

.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit; }

.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%; }

.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bootstrap-select .dropdown-menu > .inner:focus {
    outline: none !important; }
  .bootstrap-select .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none; }
  .bootstrap-select .dropdown-menu li {
    position: relative; }
    .bootstrap-select .dropdown-menu li.active small {
      color: #fff; }
    .bootstrap-select .dropdown-menu li.disabled a {
      cursor: not-allowed; }
    .bootstrap-select .dropdown-menu li a {
      cursor: pointer;
      user-select: none; }
      .bootstrap-select .dropdown-menu li a.opt {
        position: relative;
        padding-left: 2.25em; }
      .bootstrap-select .dropdown-menu li a span.check-mark {
        display: none; }
      .bootstrap-select .dropdown-menu li a span.text {
        display: inline-block; }
    .bootstrap-select .dropdown-menu li small {
      padding-left: 0.5em; }
  .bootstrap-select .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: whitesmoke;
    border: 1px solid #e3e3e3;
    pointer-events: none;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap; }

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0; }

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline; }

.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px; }

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px; }

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px; }

.bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  transform: rotate(45deg); }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061; }

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none; }

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block; }

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px; }

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bs-actionsbox .btn-group button {
    width: 50%; }

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bs-donebutton .btn-group button {
    width: 100%; }

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px; }

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none; }

.datepicker {
  border-radius: 1.2rem;
  direction: ltr; }
  .datepicker-inline {
    width: 220px; }
  .datepicker-rtl {
    direction: rtl; }
    .datepicker-rtl.dropdown-menu {
      left: auto; }
    .datepicker-rtl table tr td span {
      float: right; }
  .datepicker-dropdown {
    top: 0;
    left: 0;
    padding: .5rem;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15); }
    .datepicker-dropdown.dropdown-menu {
      padding: .5rem; }
    .datepicker-dropdown:before {
      content: '';
      display: inline-block;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 7px solid rgba(0, 0, 0, 0.15);
      border-top: 0;
      border-bottom-color: rgba(0, 0, 0, 0.2);
      position: absolute; }
    .datepicker-dropdown:after {
      content: '';
      display: inline-block;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 6px solid #fff;
      border-top: 0;
      position: absolute; }
    .datepicker-dropdown.datepicker-orient-left:before {
      left: 15px; }
    .datepicker-dropdown.datepicker-orient-left:after {
      left: 16px; }
    .datepicker-dropdown.datepicker-orient-right:before {
      right: 15px; }
    .datepicker-dropdown.datepicker-orient-right:after {
      right: 16px; }
    .datepicker-dropdown.datepicker-orient-bottom:before {
      top: -7px; }
    .datepicker-dropdown.datepicker-orient-bottom:after {
      top: -6px; }
    .datepicker-dropdown.datepicker-orient-top:before {
      bottom: -7px;
      border-bottom: 0;
      border-top: 7px solid rgba(0, 0, 0, 0.15); }
    .datepicker-dropdown.datepicker-orient-top:after {
      bottom: -6px;
      border-bottom: 0;
      border-top: 6px solid #fff; }
  .datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .datepicker table tr td, .datepicker table tr th {
      text-align: center;
      width: 30px;
      height: 30px;
      border-radius: 4px;
      border: none; }
  .table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
    background-color: transparent; }
  .datepicker table tr td.old, .datepicker table tr td.new {
    color: #adb5bd; }
  .datepicker table tr td.day:hover, .datepicker table tr td.focused {
    background: #e9ecef;
    cursor: pointer; }
  .datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: none;
    color: #adb5bd;
    cursor: default; }
  .datepicker table tr td.highlighted {
    color: #fff;
    background: #17a2b8 linear-gradient(180deg, #51b9ca, #17a2b8) repeat-x;
    border-color: #17a2b8;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    border-radius: 0; }
    .datepicker table tr td.highlighted:hover {
      color: #fff;
      background: #138496 linear-gradient(180deg, #4ea3b0, #138496) repeat-x;
      border-color: #117a8b; }
    .datepicker table tr td.highlighted:focus, .datepicker table tr td.highlighted.focus {
      box-shadow: 0 0 0 1px rgba(23, 162, 184, 0.5); }
    .datepicker table tr td.highlighted.disabled, .datepicker table tr td.highlighted:disabled {
      color: #fff;
      background-color: #17a2b8;
      border-color: #17a2b8; }
    .datepicker table tr td.highlighted:not(:disabled):not(.disabled):active, .datepicker table tr td.highlighted:not(:disabled):not(.disabled).active,
    .show > .datepicker table tr td.highlighted.dropdown-toggle {
      color: #fff;
      background-color: #117a8b;
      border-color: #10707f; }
      .datepicker table tr td.highlighted:not(:disabled):not(.disabled):active:focus, .datepicker table tr td.highlighted:not(:disabled):not(.disabled).active:focus,
      .show > .datepicker table tr td.highlighted.dropdown-toggle:focus {
        box-shadow: 0 0 0 1px rgba(23, 162, 184, 0.5); }
    .datepicker table tr td.highlighted.focused {
      background: #117a8b; }
    .datepicker table tr td.highlighted.disabled, .datepicker table tr td.highlighted.disabled:active {
      background: #17a2b8;
      color: #adb5bd; }
  .datepicker table tr td.today {
    color: #212529;
    background: #d3f1fd linear-gradient(180deg, #def5fe, #d3f1fd) repeat-x;
    border-color: #d3f1fd;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
    .datepicker table tr td.today:hover {
      color: #212529;
      background: #aee5fc linear-gradient(180deg, #c2ecfc, #aee5fc) repeat-x;
      border-color: #a2e2fb; }
    .datepicker table tr td.today:focus, .datepicker table tr td.today.focus {
      box-shadow: 0 0 0 1px rgba(211, 241, 253, 0.5); }
    .datepicker table tr td.today.disabled, .datepicker table tr td.today:disabled {
      color: #212529;
      background-color: #d3f1fd;
      border-color: #d3f1fd; }
    .datepicker table tr td.today:not(:disabled):not(.disabled):active, .datepicker table tr td.today:not(:disabled):not(.disabled).active,
    .show > .datepicker table tr td.today.dropdown-toggle {
      color: #212529;
      background-color: #a2e2fb;
      border-color: #96defb; }
      .datepicker table tr td.today:not(:disabled):not(.disabled):active:focus, .datepicker table tr td.today:not(:disabled):not(.disabled).active:focus,
      .show > .datepicker table tr td.today.dropdown-toggle:focus {
        box-shadow: 0 0 0 1px rgba(211, 241, 253, 0.5); }
    .datepicker table tr td.today.focused {
      background: #a2e2fb; }
    .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:active {
      background: #d3f1fd;
      color: #adb5bd; }
  .datepicker table tr td.range {
    color: #212529;
    background: #e9ecef linear-gradient(180deg, #eff1f3, #e9ecef) repeat-x;
    border-color: #e9ecef;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    border-radius: 0; }
    .datepicker table tr td.range:hover {
      color: #212529;
      background: #d3d9df linear-gradient(180deg, #dee2e7, #d3d9df) repeat-x;
      border-color: #cbd3da; }
    .datepicker table tr td.range:focus, .datepicker table tr td.range.focus {
      box-shadow: 0 0 0 1px rgba(233, 236, 239, 0.5); }
    .datepicker table tr td.range.disabled, .datepicker table tr td.range:disabled {
      color: #212529;
      background-color: #e9ecef;
      border-color: #e9ecef; }
    .datepicker table tr td.range:not(:disabled):not(.disabled):active, .datepicker table tr td.range:not(:disabled):not(.disabled).active,
    .show > .datepicker table tr td.range.dropdown-toggle {
      color: #212529;
      background-color: #cbd3da;
      border-color: #c4ccd4; }
      .datepicker table tr td.range:not(:disabled):not(.disabled):active:focus, .datepicker table tr td.range:not(:disabled):not(.disabled).active:focus,
      .show > .datepicker table tr td.range.dropdown-toggle:focus {
        box-shadow: 0 0 0 1px rgba(233, 236, 239, 0.5); }
    .datepicker table tr td.range.focused {
      background: #cbd3da; }
    .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:active {
      background: #e9ecef;
      color: #adb5bd; }
  .datepicker table tr td.range.highlighted {
    color: #212529;
    background: #80c7d4 linear-gradient(180deg, #a0d5df, #80c7d4) repeat-x;
    border-color: #80c7d4;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
    .datepicker table tr td.range.highlighted:hover {
      color: #212529;
      background: #63baca linear-gradient(180deg, #8accd7, #63baca) repeat-x;
      border-color: #5ab6c7; }
    .datepicker table tr td.range.highlighted:focus, .datepicker table tr td.range.highlighted.focus {
      box-shadow: 0 0 0 1px rgba(128, 199, 212, 0.5); }
    .datepicker table tr td.range.highlighted.disabled, .datepicker table tr td.range.highlighted:disabled {
      color: #212529;
      background-color: #80c7d4;
      border-color: #80c7d4; }
    .datepicker table tr td.range.highlighted:not(:disabled):not(.disabled):active, .datepicker table tr td.range.highlighted:not(:disabled):not(.disabled).active,
    .show > .datepicker table tr td.range.highlighted.dropdown-toggle {
      color: #212529;
      background-color: #5ab6c7;
      border-color: #50b2c4; }
      .datepicker table tr td.range.highlighted:not(:disabled):not(.disabled):active:focus, .datepicker table tr td.range.highlighted:not(:disabled):not(.disabled).active:focus,
      .show > .datepicker table tr td.range.highlighted.dropdown-toggle:focus {
        box-shadow: 0 0 0 1px rgba(128, 199, 212, 0.5); }
    .datepicker table tr td.range.highlighted.focused {
      background: #5ab6c7; }
    .datepicker table tr td.range.highlighted.disabled, .datepicker table tr td.range.highlighted.disabled:active {
      background: #80c7d4;
      color: #adb5bd; }
  .datepicker table tr td.range.today {
    color: #eca31a;
    background: #000 linear-gradient(180deg, #404040, #000) repeat-x;
    border-color: #f4c978;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
    .datepicker table tr td.range.today:hover {
      color: #fff;
      background: black linear-gradient(180deg, #404040, black) repeat-x;
      border-color: #f0b649; }
    .datepicker table tr td.range.today:focus, .datepicker table tr td.range.today.focus {
      box-shadow: 0 0 0 1px rgba(244, 201, 120, 0.5); }
    .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today:disabled {
      color: #fff;
      background-color: #000;
      border-color: #f4c978; }
    .datepicker table tr td.range.today:not(:disabled):not(.disabled):active, .datepicker table tr td.range.today:not(:disabled):not(.disabled).active,
    .show > .datepicker table tr td.range.today.dropdown-toggle {
      color: #fff;
      background-color: black;
      border-color: #efb13d; }
      .datepicker table tr td.range.today:not(:disabled):not(.disabled):active:focus, .datepicker table tr td.range.today:not(:disabled):not(.disabled).active:focus,
      .show > .datepicker table tr td.range.today.dropdown-toggle:focus {
        box-shadow: 0 0 0 1px rgba(244, 201, 120, 0.5); }
    .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:active {
      background: #f4c978;
      color: #adb5bd; }
  .datepicker table tr td.selected, .datepicker table tr td.selected.highlighted {
    color: #fff;
    background: #535353 linear-gradient(180deg, #7e7e7e, #535353) repeat-x;
    border-color: #535353;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
    .datepicker table tr td.selected:hover, .datepicker table tr td.selected.highlighted:hover {
      color: #fff;
      background: #404040 linear-gradient(180deg, #707070, #404040) repeat-x;
      border-color: #3a3939; }
    .datepicker table tr td.selected:focus, .datepicker table tr td.selected.focus, .datepicker table tr td.selected.highlighted:focus, .datepicker table tr td.selected.highlighted.focus {
      box-shadow: 0 0 0 1px rgba(83, 83, 83, 0.5); }
    .datepicker table tr td.selected.disabled, .datepicker table tr td.selected:disabled, .datepicker table tr td.selected.highlighted.disabled, .datepicker table tr td.selected.highlighted:disabled {
      color: #fff;
      background-color: #535353;
      border-color: #535353; }
    .datepicker table tr td.selected:not(:disabled):not(.disabled):active, .datepicker table tr td.selected:not(:disabled):not(.disabled).active,
    .show > .datepicker table tr td.selected.dropdown-toggle, .datepicker table tr td.selected.highlighted:not(:disabled):not(.disabled):active, .datepicker table tr td.selected.highlighted:not(:disabled):not(.disabled).active,
    .show > .datepicker table tr td.selected.highlighted.dropdown-toggle {
      color: #fff;
      background-color: #3a3939;
      border-color: #333333; }
      .datepicker table tr td.selected:not(:disabled):not(.disabled):active:focus, .datepicker table tr td.selected:not(:disabled):not(.disabled).active:focus,
      .show > .datepicker table tr td.selected.dropdown-toggle:focus, .datepicker table tr td.selected.highlighted:not(:disabled):not(.disabled):active:focus, .datepicker table tr td.selected.highlighted:not(:disabled):not(.disabled).active:focus,
      .show > .datepicker table tr td.selected.highlighted.dropdown-toggle:focus {
        box-shadow: 0 0 0 1px rgba(83, 83, 83, 0.5); }
  .datepicker table tr td.active, .datepicker table tr td.active.highlighted {
    color: #ffffff;
    background: #71d2f9 linear-gradient(180deg, #95ddfb, #71d2f9) repeat-x;
    border-color: #71d2f9;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
    .datepicker table tr td.active:hover, .datepicker table tr td.active.highlighted:hover {
      color: #212529;
      background: #4cc6f7 linear-gradient(180deg, #79d5f9, #4cc6f7) repeat-x;
      border-color: #40c2f7; }
    .datepicker table tr td.active:focus, .datepicker table tr td.active.focus, .datepicker table tr td.active.highlighted:focus, .datepicker table tr td.active.highlighted.focus {
      box-shadow: 0 0 0 1px rgba(113, 210, 249, 0.5); }
    .datepicker table tr td.active.disabled, .datepicker table tr td.active:disabled, .datepicker table tr td.active.highlighted.disabled, .datepicker table tr td.active.highlighted:disabled {
      color: #212529;
      background-color: #71d2f9;
      border-color: #71d2f9; }
    .datepicker table tr td.active:not(:disabled):not(.disabled):active, .datepicker table tr td.active:not(:disabled):not(.disabled).active,
    .show > .datepicker table tr td.active.dropdown-toggle, .datepicker table tr td.active.highlighted:not(:disabled):not(.disabled):active, .datepicker table tr td.active.highlighted:not(:disabled):not(.disabled).active,
    .show > .datepicker table tr td.active.highlighted.dropdown-toggle {
      color: #ffffff;
      background-color: #40c2f7;
      border-color: #34bff6; }
      .datepicker table tr td.active:not(:disabled):not(.disabled):active:focus, .datepicker table tr td.active:not(:disabled):not(.disabled).active:focus,
      .show > .datepicker table tr td.active.dropdown-toggle:focus, .datepicker table tr td.active.highlighted:not(:disabled):not(.disabled):active:focus, .datepicker table tr td.active.highlighted:not(:disabled):not(.disabled).active:focus,
      .show > .datepicker table tr td.active.highlighted.dropdown-toggle:focus {
        box-shadow: 0 0 0 1px rgba(113, 210, 249, 0.5); }
  .datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px; }
    .datepicker table tr td span.old, .datepicker table tr td span.new {
      color: #535353; }
    .datepicker table tr td span:hover, .datepicker table tr td span.focused {
      background: #e9ecef; }
    .datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
      background: none;
      color: #adb5bd;
      cursor: default; }
    .datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
      color: #ffffff;
      background: #71d2f9 linear-gradient(180deg, #95ddfb, #71d2f9) repeat-x;
      border-color: #71d2f9;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
      .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover {
        color: #212529;
        background: #4cc6f7 linear-gradient(180deg, #79d5f9, #4cc6f7) repeat-x;
        border-color: #40c2f7; }
      .datepicker table tr td span.active:focus, .datepicker table tr td span.active.focus, .datepicker table tr td span.active:hover:focus, .datepicker table tr td span.active:hover.focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.disabled:hover.focus {
        box-shadow: 0 0 0 1px rgba(113, 210, 249, 0.5); }
      .datepicker table tr td span.active.disabled, .datepicker table tr td span.active:disabled, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:disabled, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:disabled, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:disabled {
        color: #212529;
        background-color: #71d2f9;
        border-color: #71d2f9; }
      .datepicker table tr td span.active:not(:disabled):not(.disabled):active, .datepicker table tr td span.active:not(:disabled):not(.disabled).active,
      .show > .datepicker table tr td span.active.dropdown-toggle, .datepicker table tr td span.active:hover:not(:disabled):not(.disabled):active, .datepicker table tr td span.active:hover:not(:disabled):not(.disabled).active,
      .show > .datepicker table tr td span.active:hover.dropdown-toggle, .datepicker table tr td span.active.disabled:not(:disabled):not(.disabled):active, .datepicker table tr td span.active.disabled:not(:disabled):not(.disabled).active,
      .show > .datepicker table tr td span.active.disabled.dropdown-toggle, .datepicker table tr td span.active.disabled:hover:not(:disabled):not(.disabled):active, .datepicker table tr td span.active.disabled:hover:not(:disabled):not(.disabled).active,
      .show > .datepicker table tr td span.active.disabled:hover.dropdown-toggle {
        color: #ffffff;
        background-color: #40c2f7;
        border-color: #34bff6; }
        .datepicker table tr td span.active:not(:disabled):not(.disabled):active:focus, .datepicker table tr td span.active:not(:disabled):not(.disabled).active:focus,
        .show > .datepicker table tr td span.active.dropdown-toggle:focus, .datepicker table tr td span.active:hover:not(:disabled):not(.disabled):active:focus, .datepicker table tr td span.active:hover:not(:disabled):not(.disabled).active:focus,
        .show > .datepicker table tr td span.active:hover.dropdown-toggle:focus, .datepicker table tr td span.active.disabled:not(:disabled):not(.disabled):active:focus, .datepicker table tr td span.active.disabled:not(:disabled):not(.disabled).active:focus,
        .show > .datepicker table tr td span.active.disabled.dropdown-toggle:focus, .datepicker table tr td span.active.disabled:hover:not(:disabled):not(.disabled):active:focus, .datepicker table tr td span.active.disabled:hover:not(:disabled):not(.disabled).active:focus,
        .show > .datepicker table tr td span.active.disabled:hover.dropdown-toggle:focus {
          box-shadow: 0 0 0 1px rgba(113, 210, 249, 0.5); }
  .datepicker .datepicker-switch {
    width: 145px; }
  .datepicker .datepicker-switch,
  .datepicker .prev,
  .datepicker .next,
  .datepicker tfoot tr th {
    cursor: pointer; }
    .datepicker .datepicker-switch:hover,
    .datepicker .prev:hover,
    .datepicker .next:hover,
    .datepicker tfoot tr th:hover {
      background: #e9ecef; }
  .datepicker .prev.disabled, .datepicker .next.disabled {
    visibility: hidden; }
  .datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle; }

.input-group.date .input-group-addon {
  cursor: pointer; }

.input-daterange {
  width: 100%; }
  .input-daterange input {
    text-align: center; }
  .input-daterange input:first-child {
    border-radius: 3px 0 0 3px; }
  .input-daterange input:last-child {
    border-radius: 0 3px 3px 0; }
  .input-daterange .input-group-addon {
    width: auto;
    min-width: 16px;
    padding: 4px 5px;
    line-height: 1.15;
    border-width: 1px 0;
    margin-left: -5px;
    margin-right: -5px; }

.Heidelberg-Book {
  perspective: 2200px; }

@supports (transition: transform 0.9s ease) {
  .Heidelberg-Book .Heidelberg-Page {
    transition: transform 0.9s ease; } }

.Heidelberg-Book:not(.is-ready) * {
  transition: none !important; }

.Heidelberg-Book {
  transform-style: preserve-3d; }
  .Heidelberg-Book:after {
    content: '';
    display: table;
    clear: both; }

.Heidelberg-Page {
  position: absolute;
  top: 0;
  width: 50%;
  min-height: 100%;
  max-height: 100%;
  background: #f8f9fa;
  overflow: hidden;
  backface-visibility: hidden;
  content: 's';
  transform: rotateY(0); }
  .Heidelberg-Page::before {
    content: "";
    position: absolute;
    z-index: 3;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%; }

.Heidelberg-Page:nth-child(even) {
  transform-origin: 100%;
  left: 0;
  cursor: w-resize; }
  .Heidelberg-Page:nth-child(even)::before {
    background-image: url(../img/heidelberg-book-nth-child-even.png); }

.Heidelberg-Page:nth-child(odd) {
  transform-origin: 0;
  right: 0;
  cursor: e-resize;
  transform: rotateY(-180deg); }
  .Heidelberg-Page:nth-child(odd)::before {
    background-image: url(../img/heidelberg-book-nth-child-odd.png); }

.Heidelberg-Page.is-active {
  z-index: 2; }

.Heidelberg-Page.is-active:nth-child(even) {
  transform: rotateY(0deg); }
  .Heidelberg-Page.is-active:nth-child(even):hover {
    transform: rotateY(5deg); }

.Heidelberg-Page.is-active:nth-child(odd) {
  transform: rotateY(0deg); }
  .Heidelberg-Page.is-active:nth-child(odd):hover {
    transform: rotateY(-5deg); }

.Heidelberg-Page.is-active:nth-child(odd) ~ .Heidelberg-Page:nth-child(even) {
  transform: rotateY(180deg); }

.Heidelberg-Page.is-active:nth-child(odd) ~ .Heidelberg-Page:nth-child(odd) {
  transform: rotateY(0); }

.Heidelberg-Page.was-active {
  z-index: 1; }

.Heidelberg-Page.is-animating:nth-child(odd) {
  z-index: 4; }

.Heidelberg-Page.is-animating:nth-child(odd) ~ .Heidelberg-Page.is-animating {
  z-index: 3; }

.Heidelberg-Page.is-animating + .Heidelberg-Page:not(.is-animating):nth-child(odd) {
  z-index: 1; }

.Heidelberg-Book > .Heidelberg-Spread {
  display: none; }

.Heidelberg-Book > .Heidelberg-Spread:first-child {
  display: block;
  width: 100%;
  overflow: hidden; }

.no-csstransforms3d .Heidelberg-Page {
  display: none; }

.no-csstransforms3d .Heidelberg-Page.is-active {
  display: block;
  position: relative;
  float: left; }

.Heidelberg-Spread {
  position: relative;
  width: 200%; }

.Heidelberg-Page.with-Spread:nth-child(odd) .Heidelberg-Spread {
  left: -100%; }

.no-csstransforms3d .Heidelberg-Page.with-Spread.is-active + .Heidelberg-Page.with-Spread.is-active .Heidelberg-Spread {
  left: -100%; }

.Heidelberg-Book[data-useragent*='MSIE 10.0'] .Heidelberg-Page {
  opacity: 0; }

.Heidelberg-Book[data-useragent*='MSIE 10.0'] .Heidelberg-Page.is-active {
  transition: transform 0.9s ease, opacity 0.9s ease;
  opacity: 1; }

.Heidelberg-Book[data-useragent*='MSIE 10.0'] .Heidelberg-Page.was-active {
  transition-delay: 2s;
  transition: transform 0.9s ease, opacity 0.9s ease;
  opacity: 0; }

.Heidelberg-Wrap {
  position: relative; }

.Heidelberg-Book {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  transition: left .7s; }
  .Heidelberg-Book.at-rear-cover {
    left: 25%; }
  .Heidelberg-Book.at-front-cover {
    left: -25%; }

.Heidelberg-Book.at-front-cover:before {
  display: block;
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  z-index: 6; }

.Heidelberg-Book.at-front-cover:after {
  content: 'Klik untuk membuka buku';
  position: absolute; }

@media (max-width: 767.98px) {
  .Heidelberg-Book.at-front-cover:before {
    width: 5rem;
    height: 5rem;
    top: 100%;
    left: 100%;
    margin-top: -4rem;
    background-image: url(../img/arrow-up.png); }
  .Heidelberg-Book.at-front-cover:after {
    top: 100%;
    right: 0;
    margin-top: .5rem;
    margin-right: -4rem; } }

@media (min-width: 768px) {
  .Heidelberg-Book.at-front-cover:before {
    width: 8rem;
    height: 8rem;
    top: 50%;
    left: 100%;
    background-image: url(../img/arrow.png);
    transform: translateY(-50%); }
  .Heidelberg-Book.at-front-cover:after {
    top: 50%;
    left: 100%;
    margin-left: 1rem;
    margin-top: -5.5rem;
    transform: rotate(-10deg); } }

.Heidelberg-Book img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover"; }

#hb-preview {
  position: relative; }
  #hb-preview .Heidelberg-Wrap {
    padding-top: 35.3535353535%; }

#hb-zoom {
  position: relative; }
  #hb-zoom .Heidelberg-Wrap {
    padding-top: 35.3535353535%; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-size: inherit;
  font-weight: 700;
  color: inherit; }

.kghappy {
  font-family: kghappy; }

.lead {
  font-size: 1.25rem; }

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

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

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

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

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: 700; }

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.25rem; }

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

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

.img-full {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover"; }

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

.figure {
  display: inline-block; }

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

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

.container {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      width: 100%; } }
  @media (min-width: 768px) {
    .container {
      width: 92%; } }
  @media (min-width: 992px) {
    .container {
      width: 78.4722222222%; } }

.c-inner {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
  width: 90.6666666667%; }
  @media (min-width: 992px) {
    .c-inner {
      width: 68.75%; } }

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem; }

.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 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem; }

.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: 576px) {
  .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: 1200px) {
  .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%; } }

.form-control {
  display: block;
  width: 100%;
  padding: 0.6rem 1.2rem;
  font-size: 1rem;
  line-height: 1.15;
  color: #535353;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #71d2f9;
  border-radius: 1.2rem;
  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: #535353;
    background-color: #fff;
    border-color: #a2e2fb;
    outline: 0;
    box-shadow: 0 0 0.1rem 1px rgba(113, 210, 249, 0.7); }
  .form-control::placeholder {
    color: #71d2f9;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.35rem + 2px); }

select.form-control:focus::-ms-value {
  color: #535353;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.6rem + 1px);
  padding-bottom: calc(0.6rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.15; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.3rem + 1px);
  padding-bottom: calc(0.3rem + 1px);
  font-size: 0.875rem;
  line-height: 1.25; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  margin-bottom: 0;
  line-height: 1.15;
  color: #535353;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-lg > .input-group-append > .form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .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 {
  padding: 0.3rem 0.7rem;
  font-size: 0.875rem;
  line-height: 1.25;
  border-radius: 0.3rem; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.69375rem + 2px); }

.form-control-lg, .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 {
  padding: 0.5rem 1.8rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 2rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px); }

.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: #adb5bd; }

.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: #00bd4b; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #ffffff;
  background-color: rgba(0, 189, 75, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #00bd4b; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #00bd4b;
    box-shadow: 0 0 0 1px rgba(0, 189, 75, 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: #00bd4b; }

.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: #00bd4b; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #3eff8a; }

.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: #00f05f; }

.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 1px rgba(0, 189, 75, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #00bd4b; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
    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 1px rgba(0, 189, 75, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #FF2779; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #ffffff;
  background-color: rgba(255, 39, 121, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #FF2779; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #FF2779;
    box-shadow: 0 0 0 1px rgba(255, 39, 121, 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: #FF2779; }

.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: #FF2779; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #ffa7c8; }

.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: #ff5a99; }

.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 1px rgba(255, 39, 121, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #FF2779; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
    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 1px rgba(255, 39, 121, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .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: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  text-decoration: none;
  padding: 0.6rem 1.2rem;
  font-size: 1rem;
  line-height: 1.15;
  border-radius: 1.2rem;
  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.1rem 1px rgba(113, 210, 249, 0.7); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    background-image: none; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #ffffff;
  background: #71d2f9 linear-gradient(180deg, #95ddfb, #71d2f9) repeat-x;
  border-color: #71d2f9;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-primary:hover {
    color: #ffffff;
    background: #4cc6f7 linear-gradient(180deg, #79d5f9, #4cc6f7) repeat-x;
    border-color: #40c2f7; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 1px rgba(113, 210, 249, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #212529;
    background-color: #71d2f9;
    border-color: #71d2f9; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #40c2f7;
    border-color: #34bff6; }
    .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 1px rgba(113, 210, 249, 0.5); }

.btn-blue {
  color: #004b8d;
  background: #71d2f9 linear-gradient(180deg, #95ddfb, #71d2f9) repeat-x;
  border-color: #71d2f9;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-blue:hover {
    color: #00294d;
    background: #4cc6f7 linear-gradient(180deg, #79d5f9, #4cc6f7) repeat-x;
    border-color: #40c2f7; }
  .btn-blue:focus, .btn-blue.focus {
    box-shadow: 0 0 0 1px rgba(113, 210, 249, 0.5); }
  .btn-blue.disabled, .btn-blue:disabled {
    color: #212529;
    background-color: #71d2f9;
    border-color: #71d2f9; }
  .btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active,
  .show > .btn-blue.dropdown-toggle {
    color: #00294d;
    background-color: #40c2f7;
    border-color: #34bff6; }
    .btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-blue.dropdown-toggle:focus {
      box-shadow: 0 0 0 1px rgba(113, 210, 249, 0.5); }

.btn-secondary {
  color: #ffffff;
  background: #adb5bd linear-gradient(180deg, #c2c8ce, #adb5bd) repeat-x;
  border-color: #adb5bd;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-secondary:hover {
    color: #ffffff;
    background: #98a2ac linear-gradient(180deg, #b2b9c1, #98a2ac) repeat-x;
    border-color: #919ca6; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 1px rgba(173, 181, 189, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #212529;
    background-color: #adb5bd;
    border-color: #adb5bd; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #919ca6;
    border-color: #8a95a1; }
    .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 1px rgba(173, 181, 189, 0.5); }

.btn-navy {
  color: #ffffff;
  background: #004b8d linear-gradient(180deg, #4078aa, #004b8d) repeat-x;
  border-color: #004b8d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-navy:hover {
    color: #ffffff;
    background: #3f90d7 linear-gradient(180deg, #6face1, #3f90d7) repeat-x;
    border-color: #3f90d7; }
  .btn-navy:focus, .btn-navy.focus {
    box-shadow: 0 0 0 1px rgba(0, 75, 141, 0.5); }
  .btn-navy.disabled, .btn-navy:disabled {
    color: #fff;
    background-color: #004b8d;
    border-color: #004b8d; }
  .btn-navy:not(:disabled):not(.disabled):active, .btn-navy:not(:disabled):not(.disabled).active,
  .show > .btn-navy.dropdown-toggle {
    color: #fff;
    background-color: #00305a;
    border-color: #00294d; }
    .btn-navy:not(:disabled):not(.disabled):active:focus, .btn-navy:not(:disabled):not(.disabled).active:focus,
    .show > .btn-navy.dropdown-toggle:focus {
      box-shadow: 0 0 0 1px rgba(0, 75, 141, 0.5); }

.btn-danger {
  color: #ffffff;
  background: #FF2779 linear-gradient(180deg, #ff5d9b, #FF2779) repeat-x;
  border-color: #FF2779;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-danger:hover {
    color: #fff;
    background: #ff0161 linear-gradient(180deg, #ff4089, #ff0161) repeat-x;
    border-color: #f3005c; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 1px rgba(255, 39, 121, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #FF2779;
    border-color: #FF2779; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #f3005c;
    border-color: #e60057; }
    .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 1px rgba(255, 39, 121, 0.5); }

.btn-warning {
  color: #212529;
  background: #ffcd07 linear-gradient(180deg, #ffda45, #ffcd07) repeat-x;
  border-color: #ffcd07;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-warning:hover {
    color: #212529;
    background: #e0b300 linear-gradient(180deg, #e8c640, #e0b300) repeat-x;
    border-color: #d3a800; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 1px rgba(255, 205, 7, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffcd07;
    border-color: #ffcd07; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d3a800;
    border-color: #c69e00; }
    .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 1px rgba(255, 205, 7, 0.5); }

.btn-info {
  color: #fff;
  background: #17a2b8 linear-gradient(180deg, #51b9ca, #17a2b8) repeat-x;
  border-color: #17a2b8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-info:hover {
    color: #fff;
    background: #138496 linear-gradient(180deg, #4ea3b0, #138496) repeat-x;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 1px 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 1px rgba(23, 162, 184, 0.5); }

.btn-success {
  color: #ffffff;
  background: #00bd4b linear-gradient(180deg, #40ce78, #00bd4b) repeat-x;
  border-color: #00bd4b;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-success:hover {
    color: #fff;
    background: #00973c linear-gradient(180deg, #40b16d, #00973c) repeat-x;
    border-color: #008a37; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 1px rgba(0, 189, 75, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #00bd4b;
    border-color: #00bd4b; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #008a37;
    border-color: #007d32; }
    .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 1px rgba(0, 189, 75, 0.5); }

.btn-light {
  color: #212529;
  background: #ffffff linear-gradient(180deg, white, #ffffff) repeat-x;
  border-color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-light:hover {
    color: #212529;
    background: #ececec linear-gradient(180deg, #f1f1f1, #ececec) repeat-x;
    border-color: #e6e5e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #e6e5e5;
    border-color: #dfdfdf; }
    .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 1px rgba(255, 255, 255, 0.5); }

.btn-dark {
  color: #fff;
  background: #535353 linear-gradient(180deg, #7e7e7e, #535353) repeat-x;
  border-color: #535353;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-dark:hover {
    color: #fff;
    background: #404040 linear-gradient(180deg, #707070, #404040) repeat-x;
    border-color: #3a3939; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 1px rgba(83, 83, 83, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #535353;
    border-color: #535353; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #3a3939;
    border-color: #333333; }
    .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 1px rgba(83, 83, 83, 0.5); }

.btn-input {
  color: #535353;
  background: #fff linear-gradient(180deg, white, #fff) repeat-x;
  border-color: #71d2f9;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-input:hover {
    color: #535353;
    background: #fff linear-gradient(180deg, white, #fff) repeat-x;
    border-color: #71d2f9; }
  .btn-input:focus, .btn-input.focus {
    box-shadow: 0 0 0 1px rgba(113, 210, 249, 0.5); }
  .btn-input.disabled, .btn-input:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #71d2f9; }
  .btn-input:not(:disabled):not(.disabled):active, .btn-input:not(:disabled):not(.disabled).active,
  .show > .btn-input.dropdown-toggle {
    color: #535353;
    background-color: #fff;
    border-color: #a2e2fb; }
    .btn-input:not(:disabled):not(.disabled):active:focus, .btn-input:not(:disabled):not(.disabled).active:focus,
    .show > .btn-input.dropdown-toggle:focus {
      box-shadow: 0 0 0 1px rgba(113, 210, 249, 0.5); }

.btn-google {
  border: none;
  padding: 0.6rem 1.8rem;
  font-size: 1rem;
  line-height: 1.15;
  border-radius: 1.2rem;
  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;
  box-shadow: 0 0.13rem 0.25rem rgba(0, 0, 0, 0.1);
  color: #535353;
  background: #ffffff linear-gradient(180deg, white, #ffffff) repeat-x;
  border-color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn-google {
      transition: none; } }
  .btn-google:hover {
    color: #212529;
    background: #ececec linear-gradient(180deg, #f1f1f1, #ececec) repeat-x;
    border-color: #e6e5e5; }
  .btn-google:focus, .btn-google.focus {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5); }
  .btn-google.disabled, .btn-google:disabled {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff; }
  .btn-google:not(:disabled):not(.disabled):active, .btn-google:not(:disabled):not(.disabled).active,
  .show > .btn-google.dropdown-toggle {
    color: #212529;
    background-color: #e6e5e5;
    border-color: #dfdfdf; }
    .btn-google:not(:disabled):not(.disabled):active:focus, .btn-google:not(:disabled):not(.disabled).active:focus,
    .show > .btn-google.dropdown-toggle:focus {
      box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5); }
  .btn-google i {
    margin-right: 1rem; }
  .btn-google:focus, .btn-google.focus {
    outline: 0;
    box-shadow: 0 0 0.1rem 2px rgba(66, 133, 244, 0.3); }
  .btn-google:not(:disabled):not(.disabled):active, .btn-google:not(:disabled):not(.disabled).active {
    background-color: #EEEEEE; }

.btn-facebook {
  color: #ffffff;
  background: #3b5998 linear-gradient(180deg, #6c83b2, #3b5998) repeat-x;
  border-color: #3b5998;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-facebook:hover {
    color: #fff;
    background: #30497c linear-gradient(180deg, #64769d, #30497c) repeat-x;
    border-color: #2d4373; }
  .btn-facebook:focus, .btn-facebook.focus {
    box-shadow: 0 0 0 1px rgba(59, 89, 152, 0.5); }
  .btn-facebook.disabled, .btn-facebook:disabled {
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998; }
  .btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active,
  .show > .btn-facebook.dropdown-toggle {
    color: #fff;
    background-color: #2d4373;
    border-color: #293e6a; }
    .btn-facebook:not(:disabled):not(.disabled):active:focus, .btn-facebook:not(:disabled):not(.disabled).active:focus,
    .show > .btn-facebook.dropdown-toggle:focus {
      box-shadow: 0 0 0 1px rgba(59, 89, 152, 0.5); }

.btn-link {
  font-weight: 700;
  color: #71d2f9;
  background-color: transparent;
  cursor: pointer; }
  .btn-link:hover {
    color: #28bbf6;
    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: #adb5bd;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1.8rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 2rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.3rem 0.7rem;
  font-size: 0.875rem;
  line-height: 1.25;
  border-radius: 1.2rem; }

.btn-wider {
  padding: 0.6rem 2.4rem; }

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

.btn-close {
  display: inline-block;
  width: 3.25rem;
  height: 3rem;
  border: none;
  padding: 0 0 .2rem .2rem;
  color: #ffffff;
  font-size: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  font-weight: normal;
  background-color: transparent;
  background-image: url(../img/btn-circle-blue.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  transition: all 0.2s ease-in-out; }
  .btn-close:hover {
    transform: scale(1.05); }

.btns .btn {
  margin-bottom: .5rem; }

.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-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 0.3em;
  height: 0.3em;
  margin-left: 0.255em;
  vertical-align: 0.045em;
  content: "\203A";
  font-size: inherit;
  transition: all 0.2s ease-in-out;
  transform: scale(2) rotate(90deg); }

.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 0 0;
  font-size: 1rem;
  color: #535353;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 1.2rem; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0; }

.dropup .dropdown-toggle::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 0.3em;
  height: 0.3em;
  margin-left: 0.255em;
  vertical-align: 0.045em;
  content: "\203A";
  font-size: inherit;
  transition: all 0.2s ease-in-out;
  transform: scale(2) rotate(-90deg); }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 0.3em;
  height: 0.3em;
  margin-left: 0.255em;
  vertical-align: 0.045em;
  content: "\203A";
  font-size: inherit;
  transition: all 0.2s ease-in-out;
  transform: scale(2); }

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

.dropleft .dropdown-toggle::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 0.3em;
  height: 0.3em;
  margin-left: 0.255em;
  vertical-align: 0.045em;
  content: "\203A";
  font-size: inherit;
  transition: all 0.2s ease-in-out; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 0.3em;
  height: 0.3em;
  margin-left: 0.255em;
  vertical-align: 0.045em;
  content: "\203A";
  font-size: inherit;
  transition: all 0.2s ease-in-out;
  transform: scale(2) rotate(180deg); }

.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: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #71d2f9; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.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.9rem;
  padding-left: 0.9rem; }
  .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.525rem;
  padding-left: 0.525rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.35rem;
  padding-left: 1.35rem; }

.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,
.btn-group-toggle > label {
  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"],
  .btn-group-toggle > label input[type="radio"],
  .btn-group-toggle > label 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:focus,
    .input-group > .custom-select:focus,
    .input-group > .custom-file:focus {
      z-index: 3; }
    .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: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.6rem 1.2rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.15;
  color: #535353;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #71d2f9;
  border-radius: 1.2rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.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;
  border-right: none; }

.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;
  border-left: none; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.15rem;
  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: #71d2f9;
    background-color: #fff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0.1rem 1px rgba(113, 210, 249, 0.7); }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: white; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .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.025rem;
    left: -1.5rem;
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    pointer-events: none;
    content: "";
    user-select: none;
    background-color: #dee2e6;
    border: 1px solid #71d2f9; }
  .custom-control-label::after {
    position: absolute;
    top: -0.025rem;
    left: -1.5rem;
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80% 80%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.3rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #fff; }

.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='%2371d2f9' 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: #71d2f9; }

.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='%2371d2f9' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(113, 210, 249, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(113, 210, 249, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #fff; }

.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='%2371d2f9'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(113, 210, 249, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.35rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.15;
  color: #535353;
  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='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #71d2f9;
  border-radius: 1.2rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #a2e2fb;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(162, 226, 251, 0.5); }
    .custom-select:focus::-ms-value {
      color: #535353;
      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: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(1.69375rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.35rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.35rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #a2e2fb;
    box-shadow: 0 0 0.1rem 1px rgba(113, 210, 249, 0.7); }
    .custom-file-input:focus ~ .custom-file-label::after {
      border-color: #a2e2fb; }
  .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.35rem + 2px);
  padding: 0.6rem 1.2rem;
  line-height: 1.15;
  color: #535353;
  background-color: #fff;
  border: 1px solid #71d2f9;
  border-radius: 1.2rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.35rem;
    padding: 0.6rem 1.2rem;
    line-height: 1.15;
    color: #535353;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #71d2f9;
    border-radius: 0 1.2rem 1.2rem 0; }

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #71d2f9;
    border: 0;
    border-radius: 1rem;
    appearance: none; }
    .custom-range::-webkit-slider-thumb:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0.1rem 1px rgba(113, 210, 249, 0.7); }
    .custom-range::-webkit-slider-thumb:active {
      background-color: white; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #71d2f9;
    border: 0;
    border-radius: 1rem;
    appearance: none; }
    .custom-range::-moz-range-thumb:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0.1rem 1px rgba(113, 210, 249, 0.7); }
    .custom-range::-moz-range-thumb:active {
      background-color: white; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #71d2f9;
    border: 0;
    border-radius: 1rem;
    appearance: none; }
    .custom-range::-ms-thumb:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0.1rem 1px rgba(113, 210, 249, 0.7); }
    .custom-range::-ms-thumb:active {
      background-color: white; }
  .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: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }

.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: #6c757d; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 1.2rem;
    border-top-right-radius: 1.2rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #535353;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 1.2rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #71d2f9; }

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

.social a {
  display: inline-block;
  color: inherit; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.3rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #3b6d81;
  background-color: #e3f6fe;
  border-color: #d7f2fd; }
  .alert-primary hr {
    border-top-color: #bfeafc; }
  .alert-primary .alert-link {
    color: #2b4f5e; }

.alert-secondary {
  color: #5a5e62;
  background-color: #eff0f2;
  border-color: #e8eaed; }
  .alert-secondary hr {
    border-top-color: #dadde2; }
  .alert-secondary .alert-link {
    color: #424547; }

.alert-success {
  color: #006227;
  background-color: #ccf2db;
  border-color: #b8edcd; }
  .alert-success hr {
    border-top-color: #a4e8bf; }
  .alert-success .alert-link {
    color: #002f13; }

.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: #856b04;
  background-color: #fff5cd;
  border-color: #fff1ba; }
  .alert-warning hr {
    border-top-color: #ffeca1; }
  .alert-warning .alert-link {
    color: #534303; }

.alert-danger {
  color: #85143f;
  background-color: #ffd4e4;
  border-color: #ffc3d9; }
  .alert-danger hr {
    border-top-color: #ffaac9; }
  .alert-danger .alert-link {
    color: #590d2a; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #2b2b2b;
  background-color: #dddddd;
  border-color: #cfcfcf; }
  .alert-dark hr {
    border-top-color: #c2c2c2; }
  .alert-dark .alert-link {
    color: #121111; }

.alert-navy {
  color: #002749;
  background-color: #ccdbe8;
  border-color: #b8cddf; }
  .alert-navy hr {
    border-top-color: #a6c1d7; }
  .alert-navy .alert-link {
    color: #000c16; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 1.2rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #71d2f9;
  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; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  opacity: .75; }
  .close .hamburger-inner {
    background-color: rgba(255, 255, 255, 0); }
  .close .hamburger-inner::before, .close .hamburger-inner::after {
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #FF2779; }
  .close .hamburger-inner::before {
    transform: rotate(45deg);
    top: 1px; }
  .close .hamburger-inner::after {
    transform: rotate(-45deg);
    bottom: 1px; }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    opacity: 1; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }
  .modal .btn-close {
    position: absolute;
    top: -2rem;
    right: -2rem;
    z-index: 2; }

.modal-dialog {
  position: relative;
  width: 90%;
  margin: 2rem auto;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -2rem); }
    @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% - (2rem * 2)); }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: auto;
  pointer-events: auto;
  background-clip: padding-box;
  outline: 0; }
  .modal-content.plain {
    display: block;
    border: none;
    border-radius: 0; }
    .modal-content.plain .close {
      float: none;
      padding: 0;
      margin: 0; }
    .modal-content.plain .modal-header,
    .modal-content.plain .modal-body,
    .modal-content.plain .modal-footer {
      display: block;
      border-radius: 0;
      padding: 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.9; }

.modal-header {
  padding: 1rem; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.15;
  text-transform: capitalize; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  padding: 1rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 52.0833333333%;
    max-width: 800px; }
  .modal-sm {
    max-width: 300px; }
  .modal-md {
    max-width: 500px; }
  .modal-lg {
    max-width: 800px; } }

.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scale3d(1, 1, 1); } }

.pulse {
  animation-name: pulse; }

.bg-primary {
  background-color: #71d2f9 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #40c2f7 !important; }

.bg-secondary {
  background-color: #adb5bd !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #919ca6 !important; }

.bg-success {
  background-color: #00bd4b !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #008a37 !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: #ffcd07 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d3a800 !important; }

.bg-danger {
  background-color: #FF2779 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #f3005c !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #535353 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #3a3939 !important; }

.bg-navy {
  background-color: #004b8d !important; }

a.bg-navy:hover, a.bg-navy:focus,
button.bg-navy:hover,
button.bg-navy:focus {
  background-color: #00305a !important; }

.bg-white {
  background-color: #ffffff !important; }

.bg-transparent {
  background-color: transparent !important; }

.rounded {
  border-radius: 1.2rem !important; }

.rounded-sm {
  border-radius: 0.3rem !important; }

.rounded-top {
  border-top-left-radius: 1.2rem !important;
  border-top-right-radius: 1.2rem !important; }

.rounded-right {
  border-top-right-radius: 1.2rem !important;
  border-bottom-right-radius: 1.2rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 1.2rem !important;
  border-bottom-left-radius: 1.2rem !important; }

.rounded-left {
  border-top-left-radius: 1.2rem !important;
  border-bottom-left-radius: 1.2rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

.border-image-circle {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .border-image-circle::before {
    width: 100%;
    display: block;
    content: "";
    padding-top: 100%; }
  .border-image-circle::before {
    background-image: url(../img/border-circle.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%; }
  .border-image-circle > img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 6%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
    border-radius: 50%; }

.border-image-05 {
  border: 0.5rem solid #71d2f9;
  border-image: url(../img/border.png) 2% repeat; }
  .border-image-05 img,
  .border-image-05 iframe,
  .border-image-05 embed,
  .border-image-05 object,
  .border-image-05 video {
    padding: .5rem; }

.border-image-04 {
  border: 0.4rem solid #71d2f9;
  border-image: url(../img/border.png) 2% repeat; }
  .border-image-04 img,
  .border-image-04 iframe,
  .border-image-04 embed,
  .border-image-04 object,
  .border-image-04 video {
    padding: .3rem; }

.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-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-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-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-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-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[data-ratio="21:9"]::before {
    padding-top: 42.8571428571%; }
  .embed-responsive[data-ratio="16:9"]::before {
    padding-top: 56.25%; }
  .embed-responsive[data-ratio="4:3"]::before {
    padding-top: 75%; }
  .embed-responsive[data-ratio="1:1"]::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: 576px) {
  .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: 1200px) {
  .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; } }

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

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

.shadow-sm {
  box-shadow: 0 0.13rem 0.25rem rgba(0, 0, 0, 0.1) !important; }

.shadow {
  box-shadow: 0 0.2rem 0.7rem 0.1rem rgba(0, 0, 0, 0.1) !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: 0.75rem !important; }

.mt-3,
.my-3 {
  margin-top: 0.75rem !important; }

.mr-3,
.mx-3 {
  margin-right: 0.75rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 0.75rem !important; }

.ml-3,
.mx-3 {
  margin-left: 0.75rem !important; }

.m-4 {
  margin: 1rem !important; }

.mt-4,
.my-4 {
  margin-top: 1rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1rem !important; }

.m-5 {
  margin: 1.5rem !important; }

.mt-5,
.my-5 {
  margin-top: 1.5rem !important; }

.mr-5,
.mx-5 {
  margin-right: 1.5rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 1.5rem !important; }

.ml-5,
.mx-5 {
  margin-left: 1.5rem !important; }

.m-6 {
  margin: 2rem !important; }

.mt-6,
.my-6 {
  margin-top: 2rem !important; }

.mr-6,
.mx-6 {
  margin-right: 2rem !important; }

.mb-6,
.my-6 {
  margin-bottom: 2rem !important; }

.ml-6,
.mx-6 {
  margin-left: 2rem !important; }

.m-7 {
  margin: 2.5rem !important; }

.mt-7,
.my-7 {
  margin-top: 2.5rem !important; }

.mr-7,
.mx-7 {
  margin-right: 2.5rem !important; }

.mb-7,
.my-7 {
  margin-bottom: 2.5rem !important; }

.ml-7,
.mx-7 {
  margin-left: 2.5rem !important; }

.m-8 {
  margin: 3rem !important; }

.mt-8,
.my-8 {
  margin-top: 3rem !important; }

.mr-8,
.mx-8 {
  margin-right: 3rem !important; }

.mb-8,
.my-8 {
  margin-bottom: 3rem !important; }

.ml-8,
.mx-8 {
  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: 0.75rem !important; }

.pt-3,
.py-3 {
  padding-top: 0.75rem !important; }

.pr-3,
.px-3 {
  padding-right: 0.75rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 0.75rem !important; }

.pl-3,
.px-3 {
  padding-left: 0.75rem !important; }

.p-4 {
  padding: 1rem !important; }

.pt-4,
.py-4 {
  padding-top: 1rem !important; }

.pr-4,
.px-4 {
  padding-right: 1rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1rem !important; }

.pl-4,
.px-4 {
  padding-left: 1rem !important; }

.p-5 {
  padding: 1.5rem !important; }

.pt-5,
.py-5 {
  padding-top: 1.5rem !important; }

.pr-5,
.px-5 {
  padding-right: 1.5rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 1.5rem !important; }

.pl-5,
.px-5 {
  padding-left: 1.5rem !important; }

.p-6 {
  padding: 2rem !important; }

.pt-6,
.py-6 {
  padding-top: 2rem !important; }

.pr-6,
.px-6 {
  padding-right: 2rem !important; }

.pb-6,
.py-6 {
  padding-bottom: 2rem !important; }

.pl-6,
.px-6 {
  padding-left: 2rem !important; }

.p-7 {
  padding: 2.5rem !important; }

.pt-7,
.py-7 {
  padding-top: 2.5rem !important; }

.pr-7,
.px-7 {
  padding-right: 2.5rem !important; }

.pb-7,
.py-7 {
  padding-bottom: 2.5rem !important; }

.pl-7,
.px-7 {
  padding-left: 2.5rem !important; }

.p-8 {
  padding: 3rem !important; }

.pt-8,
.py-8 {
  padding-top: 3rem !important; }

.pr-8,
.px-8 {
  padding-right: 3rem !important; }

.pb-8,
.py-8 {
  padding-bottom: 3rem !important; }

.pl-8,
.px-8 {
  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: 576px) {
  .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: 0.75rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 0.75rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 0.75rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 0.75rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 0.75rem !important; }
  .m-sm-4 {
    margin: 1rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1rem !important; }
  .m-sm-5 {
    margin: 1.5rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 1.5rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 1.5rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 1.5rem !important; }
  .m-sm-6 {
    margin: 2rem !important; }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 2rem !important; }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 2rem !important; }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 2rem !important; }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 2rem !important; }
  .m-sm-7 {
    margin: 2.5rem !important; }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 2.5rem !important; }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 2.5rem !important; }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 2.5rem !important; }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 2.5rem !important; }
  .m-sm-8 {
    margin: 3rem !important; }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 3rem !important; }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 3rem !important; }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 3rem !important; }
  .ml-sm-8,
  .mx-sm-8 {
    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: 0.75rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 0.75rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 0.75rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 0.75rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 0.75rem !important; }
  .p-sm-4 {
    padding: 1rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1rem !important; }
  .p-sm-5 {
    padding: 1.5rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 1.5rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 1.5rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 1.5rem !important; }
  .p-sm-6 {
    padding: 2rem !important; }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 2rem !important; }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 2rem !important; }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 2rem !important; }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 2rem !important; }
  .p-sm-7 {
    padding: 2.5rem !important; }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 2.5rem !important; }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 2.5rem !important; }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 2.5rem !important; }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 2.5rem !important; }
  .p-sm-8 {
    padding: 3rem !important; }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 3rem !important; }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 3rem !important; }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 3rem !important; }
  .pl-sm-8,
  .px-sm-8 {
    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: 0.75rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 0.75rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 0.75rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 0.75rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 0.75rem !important; }
  .m-md-4 {
    margin: 1rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1rem !important; }
  .m-md-5 {
    margin: 1.5rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 1.5rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 1.5rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 1.5rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 1.5rem !important; }
  .m-md-6 {
    margin: 2rem !important; }
  .mt-md-6,
  .my-md-6 {
    margin-top: 2rem !important; }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 2rem !important; }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 2rem !important; }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 2rem !important; }
  .m-md-7 {
    margin: 2.5rem !important; }
  .mt-md-7,
  .my-md-7 {
    margin-top: 2.5rem !important; }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 2.5rem !important; }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 2.5rem !important; }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 2.5rem !important; }
  .m-md-8 {
    margin: 3rem !important; }
  .mt-md-8,
  .my-md-8 {
    margin-top: 3rem !important; }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 3rem !important; }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 3rem !important; }
  .ml-md-8,
  .mx-md-8 {
    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: 0.75rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 0.75rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 0.75rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 0.75rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 0.75rem !important; }
  .p-md-4 {
    padding: 1rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1rem !important; }
  .p-md-5 {
    padding: 1.5rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 1.5rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 1.5rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 1.5rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 1.5rem !important; }
  .p-md-6 {
    padding: 2rem !important; }
  .pt-md-6,
  .py-md-6 {
    padding-top: 2rem !important; }
  .pr-md-6,
  .px-md-6 {
    padding-right: 2rem !important; }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 2rem !important; }
  .pl-md-6,
  .px-md-6 {
    padding-left: 2rem !important; }
  .p-md-7 {
    padding: 2.5rem !important; }
  .pt-md-7,
  .py-md-7 {
    padding-top: 2.5rem !important; }
  .pr-md-7,
  .px-md-7 {
    padding-right: 2.5rem !important; }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 2.5rem !important; }
  .pl-md-7,
  .px-md-7 {
    padding-left: 2.5rem !important; }
  .p-md-8 {
    padding: 3rem !important; }
  .pt-md-8,
  .py-md-8 {
    padding-top: 3rem !important; }
  .pr-md-8,
  .px-md-8 {
    padding-right: 3rem !important; }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 3rem !important; }
  .pl-md-8,
  .px-md-8 {
    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: 0.75rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 0.75rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 0.75rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 0.75rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 0.75rem !important; }
  .m-lg-4 {
    margin: 1rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1rem !important; }
  .m-lg-5 {
    margin: 1.5rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 1.5rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 1.5rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 1.5rem !important; }
  .m-lg-6 {
    margin: 2rem !important; }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 2rem !important; }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 2rem !important; }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 2rem !important; }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 2rem !important; }
  .m-lg-7 {
    margin: 2.5rem !important; }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 2.5rem !important; }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 2.5rem !important; }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 2.5rem !important; }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 2.5rem !important; }
  .m-lg-8 {
    margin: 3rem !important; }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 3rem !important; }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 3rem !important; }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 3rem !important; }
  .ml-lg-8,
  .mx-lg-8 {
    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: 0.75rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 0.75rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 0.75rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 0.75rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 0.75rem !important; }
  .p-lg-4 {
    padding: 1rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1rem !important; }
  .p-lg-5 {
    padding: 1.5rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 1.5rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 1.5rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 1.5rem !important; }
  .p-lg-6 {
    padding: 2rem !important; }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 2rem !important; }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 2rem !important; }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 2rem !important; }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 2rem !important; }
  .p-lg-7 {
    padding: 2.5rem !important; }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 2.5rem !important; }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 2.5rem !important; }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 2.5rem !important; }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 2.5rem !important; }
  .p-lg-8 {
    padding: 3rem !important; }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 3rem !important; }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 3rem !important; }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 3rem !important; }
  .pl-lg-8,
  .px-lg-8 {
    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: 1200px) {
  .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: 0.75rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 0.75rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 0.75rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 0.75rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 0.75rem !important; }
  .m-xl-4 {
    margin: 1rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1rem !important; }
  .m-xl-5 {
    margin: 1.5rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 1.5rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 1.5rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 1.5rem !important; }
  .m-xl-6 {
    margin: 2rem !important; }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 2rem !important; }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 2rem !important; }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 2rem !important; }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 2rem !important; }
  .m-xl-7 {
    margin: 2.5rem !important; }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 2.5rem !important; }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 2.5rem !important; }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 2.5rem !important; }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 2.5rem !important; }
  .m-xl-8 {
    margin: 3rem !important; }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 3rem !important; }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 3rem !important; }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 3rem !important; }
  .ml-xl-8,
  .mx-xl-8 {
    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: 0.75rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 0.75rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 0.75rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 0.75rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 0.75rem !important; }
  .p-xl-4 {
    padding: 1rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1rem !important; }
  .p-xl-5 {
    padding: 1.5rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 1.5rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 1.5rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 1.5rem !important; }
  .p-xl-6 {
    padding: 2rem !important; }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 2rem !important; }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 2rem !important; }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 2rem !important; }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 2rem !important; }
  .p-xl-7 {
    padding: 2.5rem !important; }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 2.5rem !important; }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 2.5rem !important; }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 2.5rem !important; }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 2.5rem !important; }
  .p-xl-8 {
    padding: 3rem !important; }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 3rem !important; }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 3rem !important; }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 3rem !important; }
  .pl-xl-8,
  .px-xl-8 {
    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; } }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 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: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.text-white {
  color: #ffffff !important; }

.text-primary {
  color: #71d2f9 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #40c2f7 !important; }

.text-secondary {
  color: #adb5bd !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #919ca6 !important; }

.text-success {
  color: #00bd4b !important; }

a.text-success:hover, a.text-success:focus {
  color: #008a37 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important; }

.text-warning {
  color: #ffcd07 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #d3a800 !important; }

.text-danger {
  color: #FF2779 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #f3005c !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important; }

.text-dark {
  color: #535353 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #3a3939 !important; }

.text-navy {
  color: #004b8d !important; }

a.text-navy:hover, a.text-navy:focus {
  color: #00305a !important; }

.text-body {
  color: #535353 !important; }

.text-muted, #p-article .mainHeroo .banner .atc-date {
  color: #adb5bd !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 575.98px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767.98px) {
  .hidden-sm-down, #p-articles section.btns {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up, #p-articles section .btns {
    display: none !important; } }

@media (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199.98px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

.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 #adb5bd;
    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 #000000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #ffffff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

.i {
  display: inline-block;
  line-height: 1;
  vertical-align: middle; }
  .i::before {
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    content: "";
    padding-top: 100%; }
  .i-caret {
    font-style: normal; }
    .i-caret::before {
      display: flex;
      align-items: center;
      justify-content: center;
      content: "\203A";
      font-size: inherit;
      line-height: 1;
      padding-top: 0;
      padding-bottom: .15rem; }
  .i-google {
    width: 1.2rem;
    height: 1.2rem; }

.i-search::before {
  background-image: url("../img/i-search.png");
  background-size: contain; }

.i-google::before {
  background-image: url("../img/i-google.png");
  background-size: contain; }

#mainHeader {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1020; }
  #mainHeader .brand {
    display: block;
    width: 60px; }
    @media (min-width: 320px) {
      #mainHeader .brand {
        width: calc(8.0357142857vw + 34.2857142857px); } }
    #mainHeader .brand a {
      display: block; }
    #mainHeader .brand img {
      max-width: 100%;
      height: auto; }
  #mainHeader a {
    text-decoration: none !important; }
    #mainHeader a:hover, #mainHeader a:focus {
      text-decoration: none !important; }

#mainNavbar {
  display: flex;
  position: relative; }
  #mainNavbar .btn-collapse {
    display: inline-block;
    padding: 0;
    text-align: center;
    border: 0;
    background-color: transparent;
    color: inherit;
    font-family: vag, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    letter-spacing: 0.05em;
    font-weight: bold;
    transform: rotate(90deg);
    transition: all 0.2s ease-in-out; }
    #mainNavbar .btn-collapse:focus {
      outline: 0;
      box-shadow: none; }

.MainNavbar-pt {
  padding-top: 5rem; }

.MainNavbar-mt {
  margin-top: 5rem; }

#mainNavCollapse {
  font-size: 1.125rem; }

#mainNav ul {
  padding-left: 0;
  list-style: none; }
  #mainNav ul li {
    position: relative;
    color: #ffffff; }
    #mainNav ul li:hover {
      color: #004b8d; }
    #mainNav ul li a {
      display: block;
      color: inherit;
      text-decoration: none !important; }
      #mainNav ul li a:hover, #mainNav ul li a:focus {
        text-decoration: none !important; }
      #mainNav ul li a:hover {
        color: inherit; }
      #mainNav ul li a a:not([href]) {
        cursor: default; }

#mainNav .btn-collapse {
  vertical-align: -.15rem;
  font-size: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem; }
  #mainNav .btn-collapse.rotate {
    transform: rotate(180deg); }

#mainNav .lv-1 > li.hasChildren > a {
  display: inline-block; }

#btnToggleSearch {
  border: 0;
  padding: .8rem;
  background-color: #71d2f9; }
  #btnToggleSearch .i-search {
    width: 1.2rem;
    height: 1.2rem; }
  #btnToggleSearch:focus {
    box-shadow: none !important; }

#s-wrap {
  color: #ffffff; }
  #s-wrap a {
    color: inherit; }

#s-input::placeholder {
  color: #71d2f9; }

#s-suggest {
  margin-top: 1rem; }
  #s-suggest ul {
    padding-left: 0;
    list-style: none; }
    #s-suggest ul li + li {
      border-top: 0.1rem solid #71d2f9; }
  #s-suggest a {
    display: block;
    padding: 1rem 0; }

#log-wrap, #reg-wrap {
  display: none;
  color: #ffffff; }
  #log-wrap .btns, #reg-wrap .btns {
    text-align: center;
    margin-bottom: 1.5rem; }
    #log-wrap .btns .btn, #reg-wrap .btns .btn {
      display: block;
      margin-left: auto;
      margin-right: auto; }
    #log-wrap .btns .btn + .btn, #reg-wrap .btns .btn + .btn {
      margin-top: .5rem; }
  #log-wrap p, #reg-wrap p {
    text-align: center;
    font-size: .9rem; }
    #log-wrap p .btn, #reg-wrap p .btn {
      background: none;
      padding-top: .4rem;
      font-size: inherit; }
  #log-wrap .assist, #reg-wrap .assist {
    font-size: .8rem; }
    #log-wrap .assist .custom-control-label::before, #log-wrap .assist .custom-control-label::after, #reg-wrap .assist .custom-control-label::before, #reg-wrap .assist .custom-control-label::after {
      top: -.075rem; }
    #log-wrap .assist > a, #reg-wrap .assist > a {
      float: right; }

#mainAcc-wrap {
  display: none; }
  #mainAcc-wrap ul {
    padding-left: 0;
    list-style: none; }
    #mainAcc-wrap ul li a {
      display: block;
      padding: 1rem 0; }
      #mainAcc-wrap ul li a:hover {
        color: #ffffff; }

@media (max-width: 991.98px) {
  #mainHeader .brand {
    margin-left: auto;
    margin-right: auto;
    z-index: 1020;
    margin-top: 1.5rem; }
    #mainHeader .brand a {
      position: relative; }
      #mainHeader .brand a::before, #mainHeader .brand a::after {
        content: '';
        display: block;
        height: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50% 50%; }
      #mainHeader .brand a::before {
        width: 59.5041322314%;
        padding-top: 47.9338842975%;
        margin: auto .5rem auto 0;
        right: 100%;
        background-image: url(../img/cloudL.png); }
      #mainHeader .brand a::after {
        width: 57.8512396694%;
        padding-top: 36.3636363636%;
        margin: auto 0 auto .5rem;
        left: 100%;
        background-image: url(../img/cloudR.png); }
  #mainNavbar {
    padding: 0.5rem;
    height: 3.8rem;
    align-items: center; }
    #mainNavbar::before, #mainNavbar::after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      width: 100%;
      height: 0;
      background-size: auto 100%;
      background-position: 50% 0;
      z-index: 9; }
    #mainNavbar::before {
      top: 1rem;
      padding-top: 5rem;
      background-image: url(../img/mainNavbar-m.png);
      background-repeat: no-repeat; }
    #mainNavbar::after {
      top: 0;
      height: 100%;
      background-image: url(../img/mainNavbar.png); }
    #mainNavbar[data-state=mainNav]::before {
      background: #71d2f9; }
  #btnToggleNav {
    z-index: 1020; }
  #mainNavCollapse {
    display: none;
    width: 100%;
    top: 0;
    bottom: 0;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    top: 0;
    left: 0;
    z-index: 8;
    background-color: rgba(0, 0, 0, 0.9); }
    #mainNavCollapse.collapse {
      display: none; }
    #mainNavCollapse.show {
      display: block !important; }
  #mainNav {
    display: none;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-right: auto;
    margin-left: auto;
    padding-top: 5rem;
    padding-left: 14.5%;
    padding-right: 14.5%;
    padding-bottom: 1.5rem;
    margin-bottom: 5rem;
    position: relative;
    background-color: #71d2f9; }
    #mainNav.collapse {
      display: none; }
    #mainNav.show {
      display: block !important; }
    #mainNav::after {
      content: '';
      display: block;
      width: 100%;
      height: 0;
      padding-top: 13.3333333333%;
      position: absolute;
      top: 100%;
      left: 0;
      background-image: url(../img/mainNavbar-m.png);
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-position: 50% 100%; }
    #mainNav .lv-1 {
      padding-bottom: 1rem; }
      #mainNav .lv-1 > li + li {
        border-top: 0.15rem solid #ffffff; }
      #mainNav .lv-1 > li.hasChildren .btn-collapse {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 2.5rem;
        width: 3.4rem;
        height: 3.4rem; }
      #mainNav .lv-1 > li > a {
        padding: 1rem 0; }
      #mainNav .lv-1 > li:hover {
        color: #ffffff; }
    #mainNav .lv-2 {
      display: none;
      padding-bottom: .5rem;
      width: 90%;
      margin: auto; }
      #mainNav .lv-2 > li {
        border-top: 1px solid rgba(255, 255, 255, 0.5); }
        #mainNav .lv-2 > li > a {
          padding: .7rem 0; }
  .helper-wrap {
    position: relative;
    padding: 9rem 1rem 3rem; }
    .helper-wrap.collapse {
      display: none; }
    .helper-wrap.show {
      display: block !important; }
  .helper-inner {
    position: relative;
    padding: 2rem 1rem 3rem;
    border: 0.5rem solid #71d2f9;
    border-image: url(../img/border.png) 2% repeat; }
    .helper-inner .btn-close {
      position: absolute;
      top: auto;
      right: 0;
      bottom: -1.5rem;
      left: 0;
      margin: auto; }
    .helper-inner h6 {
      font-family: kghappy, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      font-size: 1.3rem;
      letter-spacing: 0.05em;
      color: #71d2f9;
      text-align: center;
      margin-bottom: 1rem; }
  #mainSearch {
    z-index: 1020; }
  #btnToggleSearch .i-search {
    width: 1.5rem;
    height: 1.5rem; }
  #s-wrap {
    display: none; }
  #btnToggleLogReg-m {
    font-weight: bold;
    color: #ffffff;
    background: #004b8d linear-gradient(180deg, #4078aa, #004b8d) repeat-x;
    border-color: #004b8d;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    display: block;
    width: 100%;
    border-radius: 1.2rem;
    padding: 0.6rem 1.2rem; }
    #btnToggleLogReg-m:hover {
      color: #ffffff;
      background: #3f90d7 linear-gradient(180deg, #6face1, #3f90d7) repeat-x;
      border-color: #3f90d7; }
    #btnToggleLogReg-m:focus, #btnToggleLogReg-m.focus {
      box-shadow: 0 0 0 1px rgba(0, 75, 141, 0.5); }
    #btnToggleLogReg-m.disabled, #btnToggleLogReg-m:disabled {
      color: #fff;
      background-color: #004b8d;
      border-color: #004b8d; }
    #btnToggleLogReg-m:not(:disabled):not(.disabled):active, #btnToggleLogReg-m:not(:disabled):not(.disabled).active,
    .show > #btnToggleLogReg-m.dropdown-toggle {
      color: #fff;
      background-color: #00305a;
      border-color: #00294d; }
      #btnToggleLogReg-m:not(:disabled):not(.disabled):active:focus, #btnToggleLogReg-m:not(:disabled):not(.disabled).active:focus,
      .show > #btnToggleLogReg-m.dropdown-toggle:focus {
        box-shadow: 0 0 0 1px rgba(0, 75, 141, 0.5); }
    #btnToggleLogReg-m:focus {
      box-shadow: none !important; }
  #btnToggleLogReg-d {
    display: none; }
  #log-wrap .form-group > label,
  #reg-wrap .form-group > label {
    display: none; }
  #log-wrap .btns .btn-login,
  #reg-wrap .btns .btn-login {
    color: #004b8d;
    background: #71d2f9 linear-gradient(180deg, #95ddfb, #71d2f9) repeat-x;
    border-color: #71d2f9;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
    #log-wrap .btns .btn-login:hover,
    #reg-wrap .btns .btn-login:hover {
      color: #004b8d;
      background: #4cc6f7 linear-gradient(180deg, #79d5f9, #4cc6f7) repeat-x;
      border-color: #40c2f7; }
    #log-wrap .btns .btn-login:focus, #log-wrap .btns .btn-login.focus,
    #reg-wrap .btns .btn-login:focus,
    #reg-wrap .btns .btn-login.focus {
      box-shadow: 0 0 0 1px rgba(113, 210, 249, 0.5); }
    #log-wrap .btns .btn-login.disabled, #log-wrap .btns .btn-login:disabled,
    #reg-wrap .btns .btn-login.disabled,
    #reg-wrap .btns .btn-login:disabled {
      color: #212529;
      background-color: #71d2f9;
      border-color: #71d2f9; }
    #log-wrap .btns .btn-login:not(:disabled):not(.disabled):active, #log-wrap .btns .btn-login:not(:disabled):not(.disabled).active,
    .show > #log-wrap .btns .btn-login.dropdown-toggle,
    #reg-wrap .btns .btn-login:not(:disabled):not(.disabled):active,
    #reg-wrap .btns .btn-login:not(:disabled):not(.disabled).active,
    .show >
    #reg-wrap .btns .btn-login.dropdown-toggle {
      color: #212529;
      background-color: #40c2f7;
      border-color: #34bff6; }
      #log-wrap .btns .btn-login:not(:disabled):not(.disabled):active:focus, #log-wrap .btns .btn-login:not(:disabled):not(.disabled).active:focus,
      .show > #log-wrap .btns .btn-login.dropdown-toggle:focus,
      #reg-wrap .btns .btn-login:not(:disabled):not(.disabled):active:focus,
      #reg-wrap .btns .btn-login:not(:disabled):not(.disabled).active:focus,
      .show >
      #reg-wrap .btns .btn-login.dropdown-toggle:focus {
        box-shadow: 0 0 0 1px rgba(113, 210, 249, 0.5); }
  #mainAcc {
    border-bottom: 0.15rem solid #ffffff; }
  #btnToggleMainAcc {
    margin-top: 2rem;
    padding: 1rem 0;
    position: relative;
    color: #ffffff; }
    #btnToggleMainAcc .btn-collapse {
      position: absolute;
      top: 0;
      right: 0;
      font-size: 2.5rem;
      width: 3.4rem;
      height: 3.4rem; }
  #mainAcc-wrap {
    padding: 0 0 .5rem; }
    #mainAcc-wrap ul {
      width: 90%;
      margin: auto; }
      #mainAcc-wrap ul > li {
        border-top: 1px solid rgba(255, 255, 255, 0.5); }
        #mainAcc-wrap ul > li > a {
          padding: .7rem 0;
          color: #ffffff; }
    #mainAcc-wrap .helper-inner {
      padding: 0;
      border: none; } }

@media (min-width: 992px) {
  #mainHeader .brand {
    position: relative;
    height: 1px;
    margin: 0.7rem 5rem 1.5rem 0.8rem; }
    #mainHeader .brand a {
      position: absolute; }
  #btnToggleNav {
    display: none; }
  #mainNavbar {
    align-items: flex-start; }
    #mainNavbar::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 20.625rem;
      padding-top: 9.0625rem;
      background-image: url(../img/mainNavbar-d.png);
      background-size: 100% auto;
      background-repeat: no-repeat;
      background-position: 0 0; }
    #mainNavbar h6 {
      display: none; }
  #mainNavCollapse {
    display: block !important;
    background-image: url(../img/mainNavbar.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    flex: 1 0 auto; }
  #mainNav {
    display: block !important; }
    #mainNav .lv-1 {
      display: flex; }
      #mainNav .lv-1 > li.hasChildren {
        padding-right: .5rem; }
        #mainNav .lv-1 > li.hasChildren > a {
          padding-right: 0; }
        #mainNav .lv-1 > li.hasChildren:hover .btn-collapse {
          transform: rotate(180deg); }
      #mainNav .lv-1 > li > a {
        padding: 1.575rem 1rem; }
        #mainNav .lv-1 > li > a:focus {
          box-shadow: none; }
      #mainNav .lv-1 > li:hover > .lv-2 {
        margin-top: -.5rem;
        opacity: 1;
        visibility: visible;
        z-index: 9; }
    #mainNav .lv-2 {
      overflow: hidden;
      width: 14rem;
      position: absolute;
      top: 100%;
      left: 0;
      margin-top: .5rem;
      background-color: #71d2f9;
      opacity: 0;
      visibility: hidden;
      transition: all 0.2s ease-in-out;
      z-index: -1;
      padding: 1rem .5rem;
      font-size: 1rem; }
      #mainNav .lv-2 > li {
        padding: 0 1rem; }
        #mainNav .lv-2 > li > a {
          display: block;
          padding: .5rem 0; }
      #mainNav .lv-2 > li + li a {
        border-top: 1px solid #ffffff; }
  .helper-wrap {
    display: block;
    position: absolute;
    top: 100%;
    width: 17.4rem;
    padding: 1rem;
    background-color: #3f90d7; }
  .helper-inner .btn-close {
    display: none; }
  #btnToggleSearch,
  #btnToggleLogReg-d,
  #btnToggleMainAcc {
    height: 4.25rem; }
  #btnToggleLogReg-d,
  #btnToggleMainAcc {
    width: 13rem;
    font-size: 1.125rem;
    padding: 1.425rem 2.5rem;
    margin-left: .15rem; }
  #mainSearch {
    position: relative; }
    #mainSearch.open #btnToggleSearch {
      background: #3f90d7;
      border-color: #3f90d7; }
  #s-wrap {
    display: none;
    left: 0; }
  #btnToggleSearch {
    width: 4.25rem;
    padding: 1.375rem;
    color: #ffffff;
    background: #004b8d linear-gradient(180deg, #4078aa, #004b8d) repeat-x;
    border-color: #004b8d;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
    #btnToggleSearch:hover {
      color: #ffffff;
      background: #3f90d7 linear-gradient(180deg, #6face1, #3f90d7) repeat-x;
      border-color: #3f90d7; }
    #btnToggleSearch:focus, #btnToggleSearch.focus {
      box-shadow: 0 0 0 1px rgba(0, 75, 141, 0.5); }
    #btnToggleSearch.disabled, #btnToggleSearch:disabled {
      color: #fff;
      background-color: #004b8d;
      border-color: #004b8d; }
    #btnToggleSearch:not(:disabled):not(.disabled):active, #btnToggleSearch:not(:disabled):not(.disabled).active,
    .show > #btnToggleSearch.dropdown-toggle {
      color: #fff;
      background-color: #00305a;
      border-color: #00294d; }
      #btnToggleSearch:not(:disabled):not(.disabled):active:focus, #btnToggleSearch:not(:disabled):not(.disabled).active:focus,
      .show > #btnToggleSearch.dropdown-toggle:focus {
        box-shadow: 0 0 0 1px rgba(0, 75, 141, 0.5); }
    #btnToggleSearch .i-search {
      width: 1.5rem;
      height: 1.5rem; }
  #s-suggest {
    display: none; }
  #logReg {
    background-color: #71d2f9;
    position: relative; }
    #logReg.open #btnToggleLogReg-d {
      background: #3f90d7;
      border-color: #3f90d7; }
  #btnToggleLogReg-m {
    display: none; }
  #btnToggleLogReg-d {
    font-weight: bold;
    color: #ffffff;
    background: #004b8d linear-gradient(180deg, #4078aa, #004b8d) repeat-x;
    border-color: #004b8d;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
    #btnToggleLogReg-d:hover {
      color: #ffffff;
      background: #3f90d7 linear-gradient(180deg, #6face1, #3f90d7) repeat-x;
      border-color: #3f90d7; }
    #btnToggleLogReg-d:focus, #btnToggleLogReg-d.focus {
      box-shadow: 0 0 0 1px rgba(0, 75, 141, 0.5); }
    #btnToggleLogReg-d.disabled, #btnToggleLogReg-d:disabled {
      color: #fff;
      background-color: #004b8d;
      border-color: #004b8d; }
    #btnToggleLogReg-d:not(:disabled):not(.disabled):active, #btnToggleLogReg-d:not(:disabled):not(.disabled).active,
    .show > #btnToggleLogReg-d.dropdown-toggle {
      color: #fff;
      background-color: #00305a;
      border-color: #00294d; }
      #btnToggleLogReg-d:not(:disabled):not(.disabled):active:focus, #btnToggleLogReg-d:not(:disabled):not(.disabled).active:focus,
      .show > #btnToggleLogReg-d.dropdown-toggle:focus {
        box-shadow: 0 0 0 1px rgba(0, 75, 141, 0.5); }
    #btnToggleLogReg-d:focus {
      box-shadow: none !important; }
  #log-wrap, #reg-wrap {
    right: 0; }
    #log-wrap .form-group > label,
    #reg-wrap .form-group > label {
      display: block;
      text-align: center; }
    #log-wrap .btns .btn-login,
    #reg-wrap .btns .btn-login {
      color: #ffffff;
      background: #004b8d linear-gradient(180deg, #4078aa, #004b8d) repeat-x;
      border-color: #004b8d;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
      #log-wrap .btns .btn-login:hover,
      #reg-wrap .btns .btn-login:hover {
        color: #ffffff;
        background: #003767 linear-gradient(180deg, #40698d, #003767) repeat-x;
        border-color: #00305a; }
      #log-wrap .btns .btn-login:focus, #log-wrap .btns .btn-login.focus,
      #reg-wrap .btns .btn-login:focus,
      #reg-wrap .btns .btn-login.focus {
        box-shadow: 0 0 0 1px rgba(0, 75, 141, 0.5); }
      #log-wrap .btns .btn-login.disabled, #log-wrap .btns .btn-login:disabled,
      #reg-wrap .btns .btn-login.disabled,
      #reg-wrap .btns .btn-login:disabled {
        color: #fff;
        background-color: #004b8d;
        border-color: #004b8d; }
      #log-wrap .btns .btn-login:not(:disabled):not(.disabled):active, #log-wrap .btns .btn-login:not(:disabled):not(.disabled).active,
      .show > #log-wrap .btns .btn-login.dropdown-toggle,
      #reg-wrap .btns .btn-login:not(:disabled):not(.disabled):active,
      #reg-wrap .btns .btn-login:not(:disabled):not(.disabled).active,
      .show >
      #reg-wrap .btns .btn-login.dropdown-toggle {
        color: #fff;
        background-color: #00305a;
        border-color: #00294d; }
        #log-wrap .btns .btn-login:not(:disabled):not(.disabled):active:focus, #log-wrap .btns .btn-login:not(:disabled):not(.disabled).active:focus,
        .show > #log-wrap .btns .btn-login.dropdown-toggle:focus,
        #reg-wrap .btns .btn-login:not(:disabled):not(.disabled):active:focus,
        #reg-wrap .btns .btn-login:not(:disabled):not(.disabled).active:focus,
        .show >
        #reg-wrap .btns .btn-login.dropdown-toggle:focus {
          box-shadow: 0 0 0 1px rgba(0, 75, 141, 0.5); }
  #mainAcc {
    background-color: #71d2f9;
    position: relative; }
    #mainAcc.open #btnToggleMainAcc {
      background: #3f90d7;
      border-color: #3f90d7; }
  #btnToggleMainAcc {
    text-align: center;
    color: #ffffff;
    background: #004b8d linear-gradient(180deg, #4078aa, #004b8d) repeat-x;
    border-color: #004b8d;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
    #btnToggleMainAcc:hover {
      color: #ffffff;
      background: #3f90d7 linear-gradient(180deg, #6face1, #3f90d7) repeat-x;
      border-color: #3f90d7; }
    #btnToggleMainAcc:focus, #btnToggleMainAcc.focus {
      box-shadow: 0 0 0 1px rgba(0, 75, 141, 0.5); }
    #btnToggleMainAcc.disabled, #btnToggleMainAcc:disabled {
      color: #fff;
      background-color: #004b8d;
      border-color: #004b8d; }
    #btnToggleMainAcc:not(:disabled):not(.disabled):active, #btnToggleMainAcc:not(:disabled):not(.disabled).active,
    .show > #btnToggleMainAcc.dropdown-toggle {
      color: #fff;
      background-color: #00305a;
      border-color: #00294d; }
      #btnToggleMainAcc:not(:disabled):not(.disabled):active:focus, #btnToggleMainAcc:not(:disabled):not(.disabled).active:focus,
      .show > #btnToggleMainAcc.dropdown-toggle:focus {
        box-shadow: 0 0 0 1px rgba(0, 75, 141, 0.5); }
    #btnToggleMainAcc .btn-collapse {
      display: none; }
  #mainAcc-wrap {
    right: 0;
    padding-left: 2rem;
    padding-right: 2rem; }
    #mainAcc-wrap ul {
      font-size: 1.125rem; }
      #mainAcc-wrap ul li > a {
        padding: .5rem 0;
        color: rgba(255, 255, 255, 0.8); }
      #mainAcc-wrap ul li + li {
        border-top: 1px solid rgba(255, 255, 255, 0.5); } }

@media (max-width: 767.98px) {
  .mainHeroo + .c-inner {
    padding-top: 3rem; } }

.mainHeroo .swiper-container {
  width: 100%;
  height: 100%;
  background-color: #ffffff; }

.mainHeroo .sc:not(.swiper-container) .navs {
  display: none; }

.mainHeroo .sc:not(.swiper-container) .swiper-button-prev, .mainHeroo .sc:not(.swiper-container) .swiper-button-next {
  visibility: hidden;
  opacity: 0;
  display: none; }

.mainHeroo .banner {
  position: relative; }
  .mainHeroo .banner .img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover"; }
  .mainHeroo .banner .txt {
    position: absolute; }
  .mainHeroo .banner .h1 {
    margin-bottom: .5rem;
    color: #004b8d;
    font-family: kghappy, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 15px;
    line-height: 1.5; }
    @media (min-width: 320px) {
      .mainHeroo .banner .h1 {
        font-size: calc(1.7857142857vw + 9.2857142857px); } }
  .mainHeroo .banner p {
    margin-bottom: 1rem; }

.mainHeroo .navs {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 4.1rem; }

.mainHeroo .swiper-pagination {
  width: auto;
  right: 0;
  margin-right: auto;
  margin-left: auto; }

@media (max-width: 767.98px) {
  .mainHeroo {
    box-shadow: 0 0.13rem 0.25rem rgba(0, 0, 0, 0.1); }
    .mainHeroo .banner .img {
      position: relative;
      display: block;
      width: 100%;
      padding: 0;
      overflow: hidden; }
      .mainHeroo .banner .img::before {
        width: 100%;
        display: block;
        content: "";
        padding-top: 156.25%; }
    .mainHeroo .banner .txt {
      width: 100%;
      padding-right: 1rem;
      padding-left: 1rem;
      margin-right: auto;
      margin-left: auto;
      width: 100%;
      height: auto;
      bottom: 0;
      left: 0;
      padding-top: 3rem;
      padding-bottom: 3rem;
      background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 30%);
      background-repeat: repeat-x;
      text-align: center; } }

@media (min-width: 768px) {
  .mainHeroo {
    border: 0.5rem solid #71d2f9;
    border-image: url(../img/border.png) 2% repeat; }
    .mainHeroo .banner .img {
      position: relative;
      display: block;
      width: 100%;
      padding: 0;
      overflow: hidden; }
      .mainHeroo .banner .img::before {
        width: 100%;
        display: block;
        content: "";
        padding-top: 41.6666666667%; }
    .mainHeroo .banner .txt {
      display: flex;
      align-items: center;
      width: 100%;
      padding-right: 4.1666666667%;
      padding-left: 4.1666666667%;
      margin-right: auto;
      margin-left: auto;
      width: 90.6666666667%;
      height: 100%;
      top: 0;
      right: 0;
      left: 0;
      margin: auto; } }
    @media (min-width: 768px) and (min-width: 992px) {
      .mainHeroo .banner .txt {
        width: 68.75%; } }

@media (min-width: 768px) {
      .mainHeroo .banner .txt > div {
        flex: 0 0 50%;
        max-width: 50%; }
    .mainHeroo .banner.txt-right .txt {
      justify-content: flex-end; }
    .mainHeroo .swiper-button-next,
    .mainHeroo .swiper-button-prev {
      opacity: 0;
      transition: all 0.2s ease-in-out; }
    .mainHeroo:hover .swiper-button-next,
    .mainHeroo:hover .swiper-button-prev {
      opacity: 1; } }

@media (max-width: 991.98px) {
  .mainHeroo .navs {
    width: 100%; } }

@media (min-width: 992px) {
  .mainHeroo .navs .swiper-button-prev {
    left: 3rem; }
  .mainHeroo .navs .swiper-button-next {
    right: 3rem; } }

.mainHeroo .banner .img img.figure-main-banner {
  bottom: 10px;
  height: auto;
  left: auto;
  object-fit: inherit;
  position: absolute;
  right: 10px;
  top: auto;
  width: auto; }
  .mainHeroo .banner .img img.figure-main-banner.figure-kasih-ibu {
    max-width: 32.9333333333%; }
    @media (min-width: 992px) {
      .mainHeroo .banner .img img.figure-main-banner.figure-kasih-ibu {
        max-width: 17.345505618%; } }

.body {
  overflow: hidden; }

.mainWrapper {
  padding-top: 3.2rem; }
  .mainWrapper p {
    margin-bottom: 1rem; }

.pMainNavbar, .activity .mainContent {
  padding-top: 5rem;
  padding-bottom: 5rem; }

.page-bg {
  position: relative; }
  .page-bg::before, .page-bg::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: -1; }
  .page-bg::before {
    left: 0; }
  .page-bg::after {
    right: 0; }
  @media (max-width: 991.98px) {
    .page-bg::before {
      width: 18.75%;
      max-width: 90px;
      background-image: url(../img/faq-bgL.png);
      background-position: 0 0; }
    .page-bg::after {
      width: 17.1875%;
      max-width: 82.5px;
      background-image: url(../img/faq-bgR.png);
      background-position: 100% 15%; } }
  @media (min-width: 992px) {
    .page-bg::before {
      width: 13.8888888889%;
      max-width: 200px;
      background-image: url(../img/o-tree0-L.png);
      background-position: 0 10%; }
    .page-bg::after {
      width: 15.9722222222%;
      max-width: 230px;
      background-image: url(../img/o-tree2-R.png);
      background-position: 100% 120%; } }

.swd {
  width: 100%;
  position: relative; }
  @media (max-width: 767.98px) {
    .swd .swiper-button-prev, .swd .swiper-button-next {
      display: none; }
    .swd .ss + .ss {
      border-top: 0.15rem solid rgba(113, 210, 249, 0.7); }
    .swd .swiper-pagination {
      display: none; } }
  @media (min-width: 768px) {
    .swd .sc:not(.swiper-container) .sw {
      display: flex;
      flex-wrap: wrap;
      margin-right: 0;
      margin-left: 0;
      justify-content: center; }
    .swd .sc:not(.swiper-container) .ss {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 0;
      padding-left: 0;
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }
    .swd .sc:not(.swiper-container) + .swiper-button-prev {
      display: none; }
      .swd .sc:not(.swiper-container) + .swiper-button-prev + .swiper-button-next {
        display: none; }
    .swd .swiper-button-disabled {
      opacity: 0; }
    .swd .swiper-button-prev {
      left: auto;
      right: 100%; }
    .swd .swiper-button-next {
      left: 100%;
      right: auto; } }

.swm {
  position: relative; }
  @media (max-width: 767.98px) {
    .swm .sc {
      width: 90%;
      margin: auto; }
    .swm .swiper-button-disabled {
      opacity: 0; }
    .swm .swiper-button-prev, .swm .swiper-button-next {
      transform: scale(0.9); }
    .swm .swiper-button-prev {
      left: -2rem; }
    .swm .swiper-button-next {
      right: -2rem; }
    .swm .swiper-pagination {
      position: relative; }
      .swm .swiper-pagination-bullet {
        margin: 0 0.3rem; } }
  @media (min-width: 768px) {
    .swm .swiper-button-prev, .swm .swiper-button-next {
      display: none; }
    .swm .swiper-pagination {
      display: none; } }

.page-title {
  color: #004b8d;
  font-family: kghappy, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0.5rem; }
  @media (min-width: 320px) {
    .page-title {
      font-size: calc(1.875vw + 9px); } }

.subtitle {
  color: #004b8d;
  font-family: kghappy, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0.5rem; }
  @media (min-width: 320px) {
    .subtitle {
      font-size: calc(1.5178571429vw + 10.1428571429px); } }

.subsub {
  color: #004b8d;
  font-family: kghappy, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0.5rem; }
  @media (min-width: 320px) {
    .subsub {
      font-size: calc(1.3392857143vw + 8.7142857143px); } }

.share {
  text-align: center; }
  .share a {
    margin: 0 .25rem;
    font-size: 1.5rem;
    height: 1.25em;
    color: #71d2f9; }
    .share a:hover {
      color: #28bbf6; }
    .share a i {
      vertical-align: middle; }

.btns .share {
  margin-bottom: 1rem; }

.card.collapsible [data-toggle="collapse"] {
  text-decoration: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 0;
  font-size: inherit;
  line-height: inherit;
  border-radius: 0;
  text-align: left;
  border-radius: 0; }
  .card.collapsible [data-toggle="collapse"]:hover, .card.collapsible [data-toggle="collapse"]:focus {
    text-decoration: none !important; }
  .card.collapsible [data-toggle="collapse"] span {
    flex: 1 1 auto;
    max-width: 100%;
    white-space: normal;
    padding-right: 1rem; }
  .card.collapsible [data-toggle="collapse"] .i-caret {
    flex: 0 0 auto;
    margin-left: auto;
    font-size: 2rem;
    transition: all 0.2s ease-in-out;
    transform: rotate(-90deg); }
  .card.collapsible [data-toggle="collapse"].collapsed .i-caret {
    transform: rotate(90deg); }

.bs-dob, .bs-date {
  padding-right: 2.5rem;
  background-image: url(../img/i-calendar.png);
  background-repeat: no-repeat;
  background-position: 96% 50%;
  background-size: auto 55%; }

.togglePw {
  padding-left: .25rem; }
  .togglePw:focus, .togglePw.focus {
    box-shadow: none; }

.um-modal .modal-wrap {
  width: 100%;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.9);
  border: 0.5rem solid #71d2f9;
  border-image: url(../img/border.png) 2% repeat; }

.um-modal .modal-dialog {
  padding: 1rem; }

.um-modal .modal-content {
  background: none; }

.um-modal .modal-header {
  padding-left: 0;
  padding-right: 0;
  text-align: center; }

.um-modal .modal-title {
  font-size: 1.7rem; }

.um-modal .modal-body {
  padding-left: 0;
  padding-right: 0; }

.um-modal .modal-footer {
  padding-left: 0;
  padding-right: 0; }

.um-modal .btn-close {
  position: absolute;
  top: -2.5rem;
  right: -2.5rem;
  z-index: 2; }

#pu-download .modal-body {
  max-width: 20rem;
  margin: 0 auto;
  line-height: 1.5; }

#pu-download .page-title {
  padding: 0;
  margin: 0; }

#pu-download .btns {
  max-width: 16rem;
  margin: auto; }
  #pu-download .btns .btn {
    width: 100%; }

#pu-delete h3 {
  font-size: 2rem; }

#pu-delete .btns .btn {
  margin-right: .5rem;
  margin-left: .5rem; }

#pu-preview .modal-dialog {
  width: 80%; }

#pu-preview .modal-body {
  padding: 0; }

#pu-preview .swiper-container {
  width: 100%; }

#pu-preview .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
  font-family: "object-fit: fill"; }

#pu-preview .swiper-button-prev,
#pu-preview .swiper-button-next {
  top: 100%;
  transform: scale(0.7);
  margin-top: 0; }

#pu-intro .modal-dialog {
  overflow-x: visible;
  width: 100%;
  max-width: 700px; }

#pu-intro .modal-body {
  padding: 0; }

#pu-intro .img {
  position: relative;
  display: block;
  width: 100%;
  padding: 0; }
  #pu-intro .img::before {
    width: 100%;
    display: block;
    content: "";
    padding-top: 18.7319884726%; }
  #pu-intro .img img {
    position: absolute;
    top: 0;
    left: 50%;
    margin: auto;
    width: 118.155619597%;
    transform: translate(-51.5%, 0px); }

@media (min-width: 576px) {
  #pu-intro .modal-dialog {
    padding-left: 3.2rem;
    padding-right: 3.2rem; } }

@media (max-width: 991.98px) {
  #pu-intro .btn-close {
    transform: scale(0.8); } }

.atcs:not(.swd) {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
  justify-content: center; }
  .atcs:not(.swd) .ss {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0; }

.atcs .atc {
  text-decoration: none !important;
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
  color: inherit; }
  .atcs .atc:hover, .atcs .atc:focus {
    text-decoration: none !important; }
  .atcs .atc figure {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
    transition: all 0.2s ease-in-out; }
    .atcs .atc figure img {
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: 84% 50%;
      object-position: 84% 50%;
      font-family: "object-fit: cover; object-position: 84% 50%"; }
  .atcs .atc .txt {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem; }
  .atcs .atc-cate, .atcs .atc-date {
    color: #adb5bd;
    margin-bottom: .3rem; }
  .atcs .atc:hover figure {
    transform: scale(1.02); }

@media (max-width: 767.98px) {
  .atcs .ss + .ss {
    border-top: 0.15rem solid rgba(113, 210, 249, 0.7); }
  .atcs .atc {
    padding: 1rem 0;
    align-items: center; }
    .atcs .atc figure {
      flex: 0 0 25%;
      max-width: 25%; }
    .atcs .atc .txt {
      flex: 0 0 75%;
      max-width: 75%; }
    .atcs .atc-cate {
      font-size: .9rem; }
    .atcs .atc-title {
      font-size: 1.1rem; } }

@media (min-width: 768px) {
  .atcs:not(.swd) .ss {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .atcs .atc {
    padding: 2rem 2rem 1rem;
    text-align: center; }
    .atcs .atc figure {
      margin-bottom: 1rem; }
    .atcs .atc-title {
      font-size: 1.25rem; } }

#p-article {
  position: relative; }
  #p-article::before, #p-article::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: -1; }
  #p-article::before {
    left: -2.5rem; }
  #p-article::after {
    right: -2rem; }
  @media (max-width: 991.98px) {
    #p-article::before {
      width: 18.4%;
      max-width: 207px;
      background-image: url(../img/article-bgL.png);
      background-position: 0 10%;
      background-repeat: repeat-y; }
    #p-article::after {
      width: 17.3333333333%;
      max-width: 195px;
      background-image: url(../img/article-bgR.png);
      background-position: 100% 15%;
      background-repeat: repeat-y; } }
  @media (min-width: 992px) {
    #p-article::before {
      width: 15.2777777778%;
      max-width: 220px;
      background-position: 0 65%;
      background-image: url(../img/o-tree0-L.png); }
    #p-article::after {
      width: 15.9722222222%;
      max-width: 230px;
      background-image: url(../img/o-tree2-R.png);
      background-position: 100% 95%; } }

#p-articles section + section {
  margin-top: 4rem; }

#p-articles section .btns {
  text-align: center; }

#p-articles section.btns {
  text-align: center; }

#p-articles #p-article {
  width: 100%; }

@media (max-width: 767.98px) {
  #p-articles #wrapperAtcs > .ss {
    margin-right: 1rem;
    margin-left: 1rem; } }

@media (min-width: 768px) {
  #p-articles #wrapperAtcs > .ss {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; } }

@media (min-width: 992px) {
  #p-articles #wrapperAtcs .atc {
    padding: 4rem 4rem 2rem; } }

.p-charenting .banner p.small {
  font-size: 70%;
  font-weight: normal; }

@media (min-width: 768px) {
  .p-charenting .banner p.small {
    width: 50%; } }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes animateCompleted {
  from {
    transform: translate(-50%, -50%) scale(1); }
  50% {
    transform: translate(-50%, -50%) scale(1.05);
    background-color: #004b8d; }
  to {
    transform: translate(-50%, -50%) scale(1); } }

#p-article section + section {
  margin-top: 4rem; }

#p-article .close-button {
  position: absolute;
  right: 20px;
  left: auto;
  z-index: 30;
  float: right;
  width: 2em;
  height: 2em;
  font-size: 20px;
  border-radius: 50%;
  border: 0;
  background: none;
  cursor: pointer; }
  #p-article .close-button::before {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    content: "";
    width: 2.2em;
    height: 2.2em;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0.13rem 0.25rem rgba(0, 0, 0, 0.1);
    transform: translate(-50%, -50%); }
  #p-article .close-button.completed .icon-wrap {
    animation-duration: 1s;
    animation-name: animateCompleted;
    width: 2.2em;
    height: 2.2em;
    background-color: #adb5bd; }
  #p-article .close-button .icon,
  #p-article .close-button .icon-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  #p-article .close-button .icon {
    display: block;
    width: 0.85em;
    height: 0.85em;
    -webkit-transition: all .1s linear;
    transition: all .1s linear; }
  #p-article .close-button .icon-wrap {
    border-radius: 50%;
    width: 1.79em;
    height: 1.79em;
    background-color: #ffffff; }
  #p-article .close-button .icon-close {
    fill: #004b8d; }
  #p-article .close-button .icon-checkmark {
    fill: #ffffff; }
  #p-article .close-button .progress-wrap {
    position: absolute;
    pointer-events: none;
    transition: translate .3s linear;
    transform-origin: 1em 1em;
    transform: rotate(-90deg);
    width: 2em;
    height: 2em;
    z-index: -1;
    border-radius: 50%;
    display: block;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden; }
  #p-article .close-button .progress-circle {
    fill: transparent;
    stroke: #004b8d;
    stroke-width: 5;
    stroke-dashoffset: 0; }
  @media (min-width: 768px) {
    #p-article .close-button {
      transform: scale(1.2); } }

#p-article .mainHeroo .banner .atc-cate {
  margin-bottom: .25rem;
  font-size: 13px; }
  @media (min-width: 320px) {
    #p-article .mainHeroo .banner .atc-cate {
      font-size: calc(1.0714285714vw + 9.5714285714px); } }

#p-article .mainHeroo .banner .atc-date {
  margin-bottom: .5rem;
  font-size: 11px; }
  @media (min-width: 320px) {
    #p-article .mainHeroo .banner .atc-date {
      font-size: calc(0.8035714286vw + 8.4285714286px); } }

#p-article .mainHeroo .banner .h1 {
  margin-top: -.75rem; }

@media (max-width: 767.98px) {
  #p-article .mainHeroo {
    box-shadow: 0 0.13rem 0.25rem rgba(0, 0, 0, 0.1); }
    #p-article .mainHeroo .banner .txt {
      background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 7%);
      background-repeat: repeat-x; } }

@media (min-width: 768px) {
  #p-article .mainHeroo .banner::before {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.75) 80%, rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat-x; }
  #p-article .mainHeroo .banner .img {
    z-index: -1; }
  #p-article .mainHeroo .banner .txt {
    z-index: 2; } }
  @media (min-width: 768px) and (min-width: 576px) {
    #p-article .mainHeroo .banner .txt {
      width: 100%; } }
  @media (min-width: 768px) and (min-width: 768px) {
    #p-article .mainHeroo .banner .txt {
      width: 92%; } }
  @media (min-width: 768px) and (min-width: 992px) {
    #p-article .mainHeroo .banner .txt {
      width: 78.4722222222%; } }

@media (min-width: 768px) {
    #p-article .mainHeroo .banner .txt > div {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%; } }

#p-article .content {
  line-height: 1.25;
  font-weight: normal; }
  #p-article .content p, #p-article .content ol, #p-article .content ul {
    margin-bottom: 1.25rem; }
  #p-article .content img {
    max-width: 100%;
    height: auto; }

@media (min-width: 768px) {
  #p-article .content {
    width: 80%;
    margin: auto; } }

#p-home {
  position: relative; }
  #p-home::before, #p-home::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: -1; }
  #p-home::before {
    left: 0;
    background-image: url(../img/o-tree0-L.png); }
  #p-home::after {
    right: 0; }
  #p-home section {
    padding-bottom: 3rem; }
  @media (max-width: 991.98px) {
    #p-home::before {
      width: 18.6666666667%;
      max-width: 210px;
      background-position: 0 65%; }
    #p-home::after {
      width: 17.3333333333%;
      max-width: 195px;
      background-image: url(../img/o-tree3-R.png);
      background-position: 100% 80%; } }
  @media (min-width: 992px) {
    #p-home::before {
      width: 13.8888888889%;
      max-width: 200px;
      background-position: 0 65%; }
    #p-home::after {
      width: 15.9722222222%;
      max-width: 230px;
      background-image: url(../img/o-tree2-R.png);
      background-position: 100% 95%; } }
  #p-home section.events {
    padding-bottom: 0; }
    #p-home section.events .sw-events {
      position: relative;
      flex: 1 1 auto;
      width: 100%; }
    #p-home section.events .sc, #p-home section.events .sw, #p-home section.events .ss {
      height: 100%; }
    #p-home section.events .event {
      display: flex;
      flex: 1 1 auto;
      max-width: 100%;
      min-height: 100%;
      align-items: center;
      margin-bottom: 0;
      box-shadow: none;
      border-radius: 0;
      font-size: 14px; }
      @media (min-width: 320px) {
        #p-home section.events .event {
          font-size: calc(0.7142857143vw + 11.7142857143px); } }
    #p-home section.events .box {
      display: flex;
      background: #ffffff;
      text-decoration: none !important;
      min-height: 100%;
      max-height: 100%; }
      #p-home section.events .box:hover, #p-home section.events .box:focus {
        text-decoration: none !important; }
    #p-home section.events .h2 {
      flex: 0 0 auto;
      align-self: center;
      padding: 1rem 2rem;
      flex: 0 0 auto;
      width: auto;
      max-width: none;
      font-size: 1.375rem;
      color: #ffffff;
      text-transform: uppercase;
      background-color: #004b8d;
      background-image: url(../img/btn-bg.png);
      background-size: cover; }
    #p-home section.events .e-title {
      flex: 1 1 auto; }
    @media (max-width: 991.98px) {
      #p-home section.events .c-inner {
        width: 100%;
        padding: 0; }
      #p-home section.events .sw-events {
        box-shadow: 0 -0.2rem 0.7rem 0.2rem rgba(0, 0, 0, 0.1); }
      #p-home section.events .dates {
        padding: .7rem 1.2rem;
        text-align: center;
        color: #ffffff;
        background-color: #004b8d;
        line-height: 1;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column; }
      #p-home section.events .d {
        display: block;
        font-family: kghappy, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-size: 1.2307692308rem;
        letter-spacing: 0.05em; }
      #p-home section.events .m {
        display: block;
        font-size: 0.8461538462rem;
        text-transform: uppercase; }
      #p-home section.events .y {
        display: none; }
      #p-home section.events .e-title {
        padding: 1rem;
        color: #004b8d; }
      #p-home section.events .btn {
        margin-left: auto; }
        #p-home section.events .btn::before {
          content: '\203A';
          font-size: 3rem;
          font-weight: normal;
          color: #004b8d; }
        #p-home section.events .btn span {
          border: 0;
          clip: rect(0, 0, 0, 0);
          height: 1px;
          margin: -1px;
          overflow: hidden;
          padding: 0;
          position: absolute;
          width: 1px; } }
    @media (max-width: 1199.98px) {
      #p-home section.events .h2 {
        display: none; } }
    @media (min-width: 992px) {
      #p-home section.events {
        padding-top: 3rem; }
        #p-home section.events .event {
          padding: 1rem 2rem; }
          #p-home section.events .event:hover {
            background-color: #ebf9fe; }
        #p-home section.events .sw-events {
          overflow: hidden;
          border-radius: .4rem;
          box-shadow: 0 0.2rem 0.7rem 0.1rem rgba(0, 0, 0, 0.1); }
        #p-home section.events .dates {
          color: #004b8d;
          text-transform: uppercase; }
        #p-home section.events .e-title {
          padding: 0 1rem;
          color: #535353; }
        #p-home section.events .btn {
          background-color: #004b8d;
          border-radius: 1.2rem;
          color: #ffffff; } }
  #p-home section.about {
    padding-top: 3rem; }
    #p-home section.about figure img {
      padding: .5rem;
      border: 0.5rem solid #71d2f9;
      border-image: url(../img/border.png) 2% repeat;
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: fill;
      object-fit: fill;
      font-family: "object-fit: fill"; }
    #p-home section.about .h2 {
      font-family: kghappy, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      font-size: 15px;
      padding-bottom: 15px;
      line-height: 1.5;
      color: #004b8d; }
      @media (min-width: 320px) {
        #p-home section.about .h2 {
          font-size: calc(1.5178571429vw + 10.1428571429px); } }
      @media (min-width: 320px) {
        #p-home section.about .h2 {
          padding-bottom: calc(1.5178571429vw + 10.1428571429px); } }
    #p-home section.about p {
      margin-bottom: 1rem; }
    #p-home section.about .btns {
      display: flex; }
    @media (max-width: 767.98px) {
      #p-home section.about {
        text-align: center; }
        #p-home section.about figure {
          position: relative;
          width: 100%;
          min-height: 1px;
          padding-right: 1rem;
          padding-left: 1rem;
          margin-bottom: 1rem; }
        #p-home section.about .txt {
          position: relative;
          width: 100%;
          min-height: 1px;
          padding-right: 1rem;
          padding-left: 1rem; }
          #p-home section.about .txt > .h2 {
            display: none; }
        #p-home section.about .btns {
          align-items: center; } }
    @media (min-width: 768px) {
      #p-home section.about .c-inner > .h2 {
        display: none; }
      #p-home section.about .row {
        align-items: center; }
      #p-home section.about figure {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 1rem;
        padding-left: 1rem;
        flex: 0 0 50%;
        max-width: 50%; }
      #p-home section.about .txt {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 1rem;
        padding-left: 1rem;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 2rem; } }
    @media (max-width: 991.98px) {
      #p-home section.about .btns {
        flex-direction: column; }
        #p-home section.about .btns .btn {
          width: 80%; }
        #p-home section.about .btns .btn + .btn {
          margin-top: .5rem; } }
    @media (min-width: 992px) {
      #p-home section.about .btns .btn {
        min-width: 50%; }
      #p-home section.about .btns .btn + .btn {
        margin-left: .5rem; } }
  #p-home section.popular .h2 {
    padding-bottom: 15px;
    color: #004b8d;
    font-family: kghappy, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 15px;
    line-height: 1.5;
    text-align: center; }
    @media (min-width: 320px) {
      #p-home section.popular .h2 {
        padding-bottom: calc(1.875vw + 9px); } }
    @media (min-width: 320px) {
      #p-home section.popular .h2 {
        font-size: calc(1.875vw + 9px); } }
  @media (min-width: 992px) {
    #p-home section.popular {
      padding-bottom: 5rem; } }

#p-about {
  position: relative; }
  #p-about::before, #p-about::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: -1; }
  #p-about::before {
    left: 0; }
  #p-about::after {
    right: 0; }
  #p-about .h1 {
    color: #004b8d;
    font-family: kghappy, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 15px;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 1rem; }
    @media (min-width: 320px) {
      #p-about .h1 {
        font-size: calc(1.875vw + 9px); } }
  #p-about section {
    padding-bottom: 4rem; }
  @media (max-width: 991.98px) {
    #p-about::before {
      width: 18.6666666667%;
      max-width: 210px;
      background-image: url(../img/o-tree1-L.png);
      background-position: 0 10%; }
    #p-about::after {
      width: 17.3333333333%;
      max-width: 195px;
      background-image: url(../img/o-tree3-R.png);
      background-position: 0 20%; } }
  @media (min-width: 768px) {
    #p-about .h1 {
      width: 70%;
      margin-right: auto;
      margin-left: auto; }
    #p-about .wrap {
      width: 70%;
      margin-right: auto;
      margin-left: auto; } }
  @media (min-width: 992px) {
    #p-about::before {
      width: 16.8055555556%;
      max-width: 242px;
      background-image: url(../img/about-bgL.png); }
    #p-about::after {
      width: 16.8055555556%;
      max-width: 242px;
      background-image: url(../img/about-bgR.png);
      background-repeat: repeat-y; } }
  #p-about section.intro {
    padding-top: 5rem;
    text-align: center; }
    #p-about section.intro p {
      margin-bottom: 1.5rem; }
  #p-about section.produks .swm .ss {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem; }
  #p-about section.produks .produk figure {
    margin: 0 auto 1rem; }
  #p-about section.produks .produk .h2 {
    margin-bottom: 1rem;
    color: #004b8d;
    font-size: 1.5rem; }
  @media (max-width: 767.98px) {
    #p-about section.produks .swm .ss {
      padding-bottom: 1rem; }
    #p-about section.produks .produk {
      text-align: center; }
      #p-about section.produks .produk figure {
        width: 80%; } }
  @media (min-width: 768px) {
    #p-about section.produks .swm .sw {
      display: flex;
      flex-wrap: wrap;
      margin-right: -1rem;
      margin-left: -1rem; }
    #p-about section.produks .swm .ss {
      padding: 2rem;
      flex: 0 0 50%;
      max-width: 50%; } }
  #p-about section.istimewa .swm .ss {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 2rem;
    padding-left: 2rem;
    text-align: center;
    padding-bottom: 1rem; }
  #p-about section.istimewa .item {
    position: relative; }
    #p-about section.istimewa .item > span {
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 5%;
      left: 5%;
      width: 3.5rem;
      height: 3.5rem;
      background-image: url(../img/btn-circle-blue.png);
      background-repeat: no-repeat;
      background-size: contain;
      content: counter(list-istimewa);
      text-align: center;
      font-family: kghappy, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      font-size: 1.2rem;
      letter-spacing: 0.05em;
      color: #ffffff;
      z-index: 3; }
    #p-about section.istimewa .item figure {
      margin-bottom: 1rem; }
    #p-about section.istimewa .item .txt {
      width: 80%;
      margin: auto; }
  @media (min-width: 768px) {
    #p-about section.istimewa .swm .sw {
      display: flex;
      flex-wrap: wrap;
      margin-right: -2rem;
      margin-left: -2rem; }
    #p-about section.istimewa .swm .ss {
      padding-top: 1rem;
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }
    #p-about section.istimewa .item .txt {
      width: 65%; } }
  #p-about section.why {
    text-align: center; }
    #p-about section.why .embed-responsive {
      margin-top: 2rem;
      margin-bottom: 2rem; }
    @media (min-width: 768px) {
      #p-about section.why .embed-responsive {
        width: 95%;
        margin-right: 1rem;
        margin-left: 1rem; }
        #p-about section.why .embed-responsive + p {
          width: 80%;
          margin-right: auto;
          margin-left: auto; } }
  #p-about section.faq .box > a {
    text-decoration: none !important;
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 1rem 1.5rem;
    border-radius: .4rem;
    background-color: #ffffff;
    box-shadow: 0 0.2rem 0.7rem 0.1rem rgba(0, 0, 0, 0.1); }
    #p-about section.faq .box > a:hover, #p-about section.faq .box > a:focus {
      text-decoration: none !important; }
    #p-about section.faq .box > a:hover {
      background-color: #ebf9fe; }
  #p-about section.faq .box .txt {
    flex: 1 1 auto; }
  #p-about section.faq .box .h2 {
    color: #004b8d;
    font-size: 13px; }
    @media (min-width: 320px) {
      #p-about section.faq .box .h2 {
        font-size: calc(0.9821428571vw + 9.8571428571px); } }
  #p-about section.faq .box .btn {
    background-color: #004b8d;
    color: #ffffff; }
  @media (max-width: 767.98px) {
    #p-about section.faq .c-inner {
      padding: 0; } }
  #p-about section.about {
    padding-top: 1rem;
    padding-bottom: 6rem; }
    #p-about section.about .txt, #p-about section.about .img {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 1rem;
      padding-left: 1rem; }
    #p-about section.about .h3 {
      margin-bottom: 1rem;
      color: #004b8d;
      font-size: 17px; }
      @media (min-width: 320px) {
        #p-about section.about .h3 {
          font-size: calc(2.0535714286vw + 10.4285714286px); } }
    #p-about section.about p {
      margin-bottom: 1.5rem; }
    @media (max-width: 767.98px) {
      #p-about section.about {
        text-align: center; }
        #p-about section.about .img {
          margin-bottom: 1rem; }
        #p-about section.about .txt .h3 {
          display: none; } }
    @media (min-width: 768px) {
      #p-about section.about .c-inner > .h3 {
        display: none; }
      #p-about section.about .txt {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%; }
      #p-about section.about .img {
        order: 2;
        flex: 0 0 50%;
        max-width: 50%;
        margin-left: 8.3333333333%; } }

.activity .mainContent {
  position: relative; }
  .activity .mainContent::before, .activity .mainContent::after {
    position: absolute;
    top: 0;
    z-index: -1;
    content: '';
    display: block;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% auto; }
  .activity .mainContent::before {
    left: 0; }
  .activity .mainContent::after {
    right: 0; }
  .activity .mainContent > .c-inner > section + section {
    padding-top: 4rem; }

.activity .page-title, .activity .subsub {
  margin-bottom: 2rem; }

.activity .story {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0; }
  .activity .story .sw-story {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
    align-self: flex-start; }
  .activity .story .txt {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0; }
  .activity .story-title {
    margin-bottom: 1rem;
    color: #004b8d;
    font-family: kghappy, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 13px;
    line-height: 1.5; }
    @media (min-width: 320px) {
      .activity .story-title {
        font-size: calc(1.3392857143vw + 8.7142857143px); } }
  .activity .story .btns {
    padding-top: 1rem; }

.activity .story + .story {
  margin-top: 2.5rem; }

.activity .sw-story {
  position: relative; }
  .activity .sw-story .swiper-container {
    width: 100%; }
  .activity .sw-story .swiper-slide > figure {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden; }
    .activity .sw-story .swiper-slide > figure::before {
      width: 100%;
      display: block;
      content: "";
      padding-top: 62.4113475177%; }
    .activity .sw-story .swiper-slide > figure > img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0; }
  .activity .sw-story .swiper-button-prev {
    left: -.4rem;
    transform: scale(0.7) translateX(-50%); }
  .activity .sw-story .swiper-button-next {
    right: -.4rem;
    transform: scale(0.7) translateX(50%); }

.activity .img-radio .btn {
  width: 100%;
  padding: 0; }
  .activity .img-radio .btn img {
    position: relative;
    left: -.5%;
    top: -.5%;
    width: 101%;
    height: 101%; }
  .activity .img-radio .btn.active img {
    background-color: #71d2f9; }

@media (max-width: 767.98px) {
  .activity .story .txt {
    margin-top: 1rem;
    text-align: center; } }

@media (min-width: 768px) {
  .activity .intro {
    width: 80%;
    margin: auto; }
    .activity .intro p {
      width: 90%;
      margin-right: auto;
      margin-left: auto; }
  .activity .story .sw-story {
    flex: 0 0 50%;
    max-width: 50%; }
  .activity .story .txt {
    padding-left: 4rem;
    padding-right: 2rem;
    flex: 0 0 50%;
    max-width: 50%; } }

#p-activities .mainContent::before {
  max-width: 219px;
  background-image: url(../img/o-tree0-L.png); }

@media (max-width: 767.98px) {
  #p-activities .mainContent::before {
    width: 18.75%;
    background-position: 0 -2%; }
  #p-activities .mainContent::after {
    width: 25%;
    max-width: 164px;
    background-image: url(../img/o-tree3-R.png);
    background-position: 100% 19%; } }

@media (min-width: 768px) {
  #p-activities .mainHeroo .txt {
    width: 100%;
    padding-right: 9.7222222222%;
    padding-left: 9.7222222222%;
    justify-content: flex-end; }
    #p-activities .mainHeroo .txt > div {
      flex: 0 0 29.1666666667%;
      max-width: 29.1666666667%; }
  #p-activities .mainContent::before {
    width: 13.3333333333%;
    background-position: 0 10%; }
  #p-activities .mainContent::after {
    width: 16.6666666667%;
    max-width: 242px;
    background-image: url(../img/o-tree2-R.png);
    background-position: 100% 35%; } }

#p-allbooks .mainContent::before, #p-allbooks .mainContent::after {
  background-repeat: repeat-y; }

@media (max-width: 767.98px) {
  #p-allbooks .mainContent::before {
    width: 18.75%;
    max-width: 138px;
    background-image: url(../img/allbooks-L-m.png);
    background-position: 0 10%; }
  #p-allbooks .mainContent::after {
    width: 17.1875%;
    max-width: 130px;
    background-image: url(../img/allbooks-R-m.png);
    background-position: 100% 10%; } }

@media (min-width: 768px) {
  #p-allbooks .mainContent::before {
    width: 13.3333333333%;
    max-width: 192px;
    background-image: url(../img/allbooks-L.png);
    background-position: 0 20%; }
  #p-allbooks .mainContent::after {
    width: 16.5972222222%;
    max-width: 239px;
    background-image: url(../img/allbooks-R.png);
    background-position: 100% 0; }
  #p-allbooks .intro {
    width: 75%; }
    #p-allbooks .intro p {
      width: 75%; } }

#p-actvPreview #hb-preview {
  margin-top: -1rem; }

#p-actvPreview .hb-controls {
  margin-bottom: 1.5rem;
  text-align: center; }
  #p-actvPreview .hb-controls .btn {
    font-size: 1.2rem; }
  #p-actvPreview .hb-controls .btn-navy {
    width: 2.7rem;
    padding-left: 0;
    padding-right: 0;
    border-radius: 50%; }

#p-actvPreview .share p {
  display: inline-block; }

@media (max-width: 767.98px) {
  #p-actvPreview .btns {
    max-width: 20rem;
    margin: auto; }
    #p-actvPreview .btns .btn {
      width: 100%; } }

@media (min-width: 768px) {
  #p-actvPreview .btns {
    text-align: center; }
    #p-actvPreview .btns .share {
      display: inline-block;
      margin-right: 2rem; } }

.p-ecard {
  position: relative; }
  .p-ecard::before, .p-ecard::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: -1; }
  .p-ecard::before {
    left: 0; }
  .p-ecard::after {
    right: 0; }
  @media (min-width: 992px) {
    .p-ecard::before {
      width: 13.8888888889%;
      max-width: 200px;
      background-image: url(../img/o-tree0-L.png);
      background-position: 0 50rem; }
    .p-ecard::after {
      width: 15.9722222222%;
      max-width: 230px;
      background-image: url(../img/o-tree2-R.png);
      background-position: 100% 120%; } }
  .p-ecard > .c-inner {
    padding-bottom: 3rem; }
  @media (max-width: 991.98px) {
    .p-ecard .mainHeroo .banner .txt {
      top: 2rem;
      bottom: auto;
      background: none; } }
  @media (min-width: 992px) {
    .p-ecard .mainHeroo .banner .txt {
      justify-content: flex-end;
      width: 90.6666666667%; }
      .p-ecard .mainHeroo .banner .txt > div {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%; } }
  .p-ecard .img-radio input[type="radio"] {
    top: 0;
    left: 0; }
  .p-ecard .img-radio .btn {
    width: 100%;
    padding: 0; }
    .p-ecard .img-radio .btn.active img {
      background-color: #71d2f9; }
  .p-ecard > .c-inner .h1 {
    color: #004b8d;
    font-family: kghappy, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 15px;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 2rem; }
    @media (min-width: 320px) {
      .p-ecard > .c-inner .h1 {
        font-size: calc(1.875vw + 9px); } }
    @media (min-width: 992px) {
      .p-ecard > .c-inner .h1 {
        margin-bottom: 4rem; } }
  @media (min-width: 768px) {
    .p-ecard > .c-inner .h1 {
      width: 85%;
      margin-right: auto;
      margin-left: auto; } }

@media (min-width: 768px) {
  .ecard-wrap {
    width: 85%;
    margin: 4rem auto 3rem; } }

.ecard-intro {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.ecard-step {
  padding-bottom: 2rem; }
  .ecard-step ol {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem;
    padding: 0;
    justify-content: space-between;
    counter-reset: step; }
  .ecard-step li {
    display: flex;
    align-items: center;
    position: relative;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
    list-style: none; }
    .ecard-step li::before {
      display: block;
      flex: 0 0 auto;
      content: '';
      width: 5rem;
      height: 5rem;
      background-image: url(../img/border-circle.png);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 50% 50%;
      vertical-align: middle; }
    .ecard-step li::after {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 4.2rem;
      height: 4.2rem;
      position: absolute;
      margin: .4rem;
      border-radius: 50%;
      background-color: #71d2f9;
      color: #ffffff;
      counter-increment: step;
      content: "Step " counter(step);
      font-size: 1.1rem;
      text-align: center;
      text-transform: uppercase; }
  @media (max-width: 991.98px) {
    .ecard-step ol {
      max-width: 30rem;
      margin: auto; }
    .ecard-step li {
      margin-bottom: 1rem;
      min-height: 5rem; }
      .ecard-step li::before {
        top: 0;
        left: 0;
        margin-right: 1rem; }
      .ecard-step li::after {
        top: 0;
        left: 1rem; } }
  @media (min-width: 992px) {
    .ecard-step li {
      flex-direction: column;
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
      text-align: center; }
      .ecard-step li::before {
        margin-bottom: 1rem; }
      .ecard-step li::after {
        top: 0;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto; } }

.ecard-sk ol li {
  margin-bottom: .5rem; }

.ecard-btns a.link-navy {
  color: #004b8d; }

.embed-responsive video {
  cursor: pointer; }

.video-preview-wrapper {
  margin: 0 auto; }
  @media (min-width: 992px) {
    .video-preview-wrapper {
      width: 60%; } }

.figure-preview-wrapper {
  cursor: pointer;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.figure-for h3,
.figure-from h3 {
  cursor: pointer;
  font-family: kghappy, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

.embed-responsive.video-3 .figure-preview-wrapper {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-flow: row;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 20; }
  .embed-responsive.video-3 .figure-preview-wrapper .figure-panel {
    width: 50%; }
    .embed-responsive.video-3 .figure-preview-wrapper .figure-panel .figure-for,
    .embed-responsive.video-3 .figure-preview-wrapper .figure-panel .figure-from {
      color: #4C73A3;
      text-align: center;
      margin: 0 auto;
      width: 50%;
      padding: 3.3vw 0 0;
      position: relative; }
      .embed-responsive.video-3 .figure-preview-wrapper .figure-panel .figure-for h3,
      .embed-responsive.video-3 .figure-preview-wrapper .figure-panel .figure-from h3 {
        font-size: 3.2vw;
        line-height: 1; }
        @media (min-width: 992px) {
          .embed-responsive.video-3 .figure-preview-wrapper .figure-panel .figure-for h3,
          .embed-responsive.video-3 .figure-preview-wrapper .figure-panel .figure-from h3 {
            font-size: 1.6vw; } }
    .embed-responsive.video-3 .figure-preview-wrapper .figure-panel .figure-for {
      left: 5vw;
      top: 2.3vw; }
      @media (min-width: 992px) {
        .embed-responsive.video-3 .figure-preview-wrapper .figure-panel .figure-for {
          left: 2vw;
          top: 0; } }
    .embed-responsive.video-3 .figure-preview-wrapper .figure-panel .figure-from {
      right: 4.3vw;
      top: 1.2vw; }
      @media (min-width: 992px) {
        .embed-responsive.video-3 .figure-preview-wrapper .figure-panel .figure-from {
          right: 2vw;
          top: 0; } }

.embed-responsive.video-2 .figure-for,
.embed-responsive.video-2 .figure-from {
  color: #4C73A3;
  text-align: center;
  position: absolute; }
  .embed-responsive.video-2 .figure-for h3,
  .embed-responsive.video-2 .figure-from h3 {
    font-size: 4.5vw;
    line-height: 1.4; }
    @media (min-width: 992px) {
      .embed-responsive.video-2 .figure-for h3,
      .embed-responsive.video-2 .figure-from h3 {
        font-size: 2vw; } }

.embed-responsive.video-2 .figure-for {
  top: 17vw;
  left: 9.2vw; }
  @media (min-width: 992px) {
    .embed-responsive.video-2 .figure-for {
      top: 7.5vw;
      left: 4.2vw; } }

.embed-responsive.video-2 .figure-from {
  top: 31.7vw;
  left: 9.2vw; }
  @media (max-width: 575.98px) {
    .embed-responsive.video-2 .figure-from {
      top: 29.7vw; } }
  @media (min-width: 992px) {
    .embed-responsive.video-2 .figure-from {
      top: 14.4vw;
      left: 4.2vw; } }

.embed-responsive.video-1 .figure-for,
.embed-responsive.video-1 .figure-from {
  color: #507299;
  text-align: center;
  position: absolute;
  width: 48.1185860889%; }
  .embed-responsive.video-1 .figure-for h3,
  .embed-responsive.video-1 .figure-from h3 {
    font-size: 4.5vw;
    line-height: 1; }
    @media (min-width: 992px) {
      .embed-responsive.video-1 .figure-for h3,
      .embed-responsive.video-1 .figure-from h3 {
        font-size: 2vw; } }

.embed-responsive.video-1 .figure-for {
  top: 22vw;
  left: 6.2vw; }
  @media (min-width: 992px) {
    .embed-responsive.video-1 .figure-for {
      top: 9.5vw;
      left: 3.4vw; } }

.embed-responsive.video-1 .figure-from {
  top: 65.4vw;
  right: 12.7vw;
  text-align: right; }
  @media (max-width: 575.98px) {
    .embed-responsive.video-1 .figure-from {
      top: 60.4vw; } }
  @media (min-width: 992px) {
    .embed-responsive.video-1 .figure-from {
      top: 29.4vw;
      right: 6.2vw; } }

.video-option-wrapper {
  flex-direction: column;
  flex-flow: column; }
  @media (min-width: 992px) {
    .video-option-wrapper {
      flex-direction: row;
      flex-flow: row; } }
  .video-option-wrapper input[name=video-opt] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }
  .video-option-wrapper .col {
    flex-basis: inherit;
    flex-grow: inherit;
    margin-bottom: 2rem;
    transition: all 0.2s ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .video-option-wrapper .col {
        transition: none; } }
    .video-option-wrapper .col.hide {
      opacity: .5; }
      .video-option-wrapper .col.hide:hover {
        opacity: 1; }
    @media (min-width: 992px) {
      .video-option-wrapper .col {
        margin-bottom: 0; } }
    .video-option-wrapper .col:first-of-type {
      margin-top: 2rem; }
      @media (min-width: 992px) {
        .video-option-wrapper .col:first-of-type {
          margin-top: 0; } }
    .video-option-wrapper .col .embed-responsive {
      margin-bottom: 1rem !important;
      transition: all 0.2s ease-in-out; }
      @media screen and (prefers-reduced-motion: reduce) {
        .video-option-wrapper .col .embed-responsive {
          transition: none; } }
      .video-option-wrapper .col .embed-responsive.active, .video-option-wrapper .col .embed-responsive:hover {
        background-color: #71d2f9; }

.simplePage {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .simplePage .c-inner {
    padding-top: 4rem;
    padding-bottom: 4rem; }
    .simplePage .c-inner.sm {
      max-width: 600px; }
  .simplePage .h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #004b8d; }
  .simplePage p {
    margin-bottom: 1rem; }
  .simplePage .content {
    line-height: 1.4; }
    @media (min-width: 768px) {
      .simplePage .content {
        margin: auto;
        width: 80%; } }

#p-404 {
  text-align: center; }
  #p-404 .h1 {
    font-family: kghappy, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 4rem;
    margin-bottom: 0; }
  #p-404 .h2 {
    font-size: 2rem; }

#p-faq {
  position: relative; }
  #p-faq::before, #p-faq::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: -1; }
  #p-faq::before {
    left: 0; }
  #p-faq::after {
    right: 0; }
  @media (max-width: 991.98px) {
    #p-faq::before {
      width: 18.75%;
      max-width: 90px;
      background-image: url(../img/faq-bgL.png);
      background-position: 0 0; }
    #p-faq::after {
      width: 17.1875%;
      max-width: 82.5px;
      background-image: url(../img/faq-bgR.png);
      background-position: 100% 15%; } }
  @media (min-width: 992px) {
    #p-faq::before {
      width: 13.8888888889%;
      max-width: 200px;
      background-image: url(../img/o-tree0-L.png);
      background-position: 0 10%; }
    #p-faq::after {
      width: 15.9722222222%;
      max-width: 230px;
      background-image: url(../img/o-tree2-R.png);
      background-position: 100% 120%; } }
  #p-faq a.faq-ask {
    display: block;
    text-decoration: none !important; }
    #p-faq a.faq-ask:hover, #p-faq a.faq-ask:focus {
      text-decoration: none !important; }
    #p-faq a.faq-ask .btn {
      background-color: #71d2f9;
      color: #004b8d; }
    #p-faq a.faq-ask:hover {
      background-color: #003767; }
      #p-faq a.faq-ask:hover .btn {
        background-color: #4cc6f7;
        color: #003767; }
  #p-faq .faqs [data-toggle="collapse"] {
    padding: 0.5rem 2rem;
    font-size: 1.25rem;
    line-height: 1.25;
    border-radius: 0; }
  #p-faq .faqs .card-body {
    padding: 0.5rem 2rem 2rem; }

#p-contact {
  position: relative; }
  #p-contact::before, #p-contact::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: -1; }
  #p-contact::before {
    left: 0; }
  #p-contact::after {
    right: 0; }
  @media (max-width: 991.98px) {
    #p-contact::before {
      width: 18.75%;
      max-width: 90px;
      background-image: url(../img/faq-bgL.png);
      background-position: 0 0; }
    #p-contact::after {
      width: 17.1875%;
      max-width: 82.5px;
      background-image: url(../img/faq-bgR.png);
      background-position: 100% 15%; } }
  @media (min-width: 992px) {
    #p-contact::before {
      width: 13.8888888889%;
      max-width: 200px;
      background-image: url(../img/o-tree0-L.png);
      background-position: 0 10%; }
    #p-contact::after {
      width: 15.9722222222%;
      max-width: 230px;
      background-image: url(../img/o-tree2-R.png);
      background-position: 100% 120%; } }
  #p-contact p {
    font-size: 1.25rem; }
  #p-contact .info .tel {
    display: inline-block;
    font-family: kghappy, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    text-decoration: none !important;
    color: inherit;
    line-height: 2; }
    #p-contact .info .tel:hover, #p-contact .info .tel:focus {
      text-decoration: none !important; }

#p-dashboard .sub-title {
  display: flex;
  margin-bottom: 1.5rem;
  padding-bottom: .5rem;
  font-size: 1.5rem;
  color: #004b8d;
  border-bottom: 1px solid #dee2e6; }
  #p-dashboard .sub-title i {
    flex: 0 0 auto;
    width: 2rem;
    text-align: center;
    font-size: 1.15rem;
    color: #adb5bd;
    padding-top: .2rem; }

#p-dashboard #collapsePass {
  display: none; }

#p-dashboard .intro p {
  margin: auto; }

@media (min-width: 768px) {
  #p-dashboard .intro p {
    width: 95%; } }

.books {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem; }
  .books .book {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
    .books .book-wrap {
      border: 0.5rem solid #71d2f9;
      border-image: url(../img/border.png) 2% repeat; }
    .books .book-header {
      display: flex;
      align-items: center;
      padding: .7rem 1rem; }
      .books .book-header .date {
        flex: 1 0 auto;
        font-size: 1.25rem; }
    .books .book-img {
      position: relative;
      display: block;
      width: 100%;
      padding: 0;
      overflow: hidden;
      border-image: url(../img/border.png) 2% repeat;
      border-top: 0.5rem solid #71d2f9;
      border-bottom: 0.5rem solid #71d2f9; }
      .books .book-img::before {
        width: 100%;
        display: block;
        content: "";
        padding-top: 66.6666666667%; }
      .books .book-img img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: "object-fit: cover"; }
    .books .book-content {
      position: relative;
      padding: 2.5rem 1rem 1rem; }
    .books .book .ava {
      position: relative;
      display: block;
      width: 100%;
      padding: 0;
      overflow: hidden;
      position: absolute;
      top: 0;
      right: 1.5rem;
      width: 20%;
      transform: translateY(-50%);
      border-radius: 50%;
      background-color: #ffffff; }
      .books .book .ava::before {
        width: 100%;
        display: block;
        content: "";
        padding-top: 100%; }
      .books .book .ava::before {
        background-image: url(../img/border-circle.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50% 50%; }
      .books .book .ava img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
        border-radius: 50%;
        overflow: hidden;
        padding: 2%;
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 50% 0%;
        object-position: 50% 0%;
        font-family: "object-fit: cover; object-position: 50% 0%"; }
    .books .book-footer {
      padding: 0 1rem 1.5rem; }
  @media (min-width: 768px) {
    .books {
      width: 90%;
      margin: auto; }
      .books .book {
        flex: 0 0 50%;
        max-width: 50%; } }

.events .monthly {
  border-bottom: solid 0.3rem #71d2f9;
  border-image: url(../img/border.png) 2% repeat; }
  .events .monthly > .card-header [data-toggle="collapse"] {
    color: #004b8d;
    padding: 0.75rem 1.25rem;
    font-size: 1.25rem;
    line-height: 1.25;
    border-radius: 0; }

.events .event {
  box-shadow: 0 0.13rem 0.25rem rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-radius: 0.3rem;
  margin-bottom: 1rem; }
  .events .event > .card-header [data-toggle="collapse"] {
    padding: 0.75rem 1.25rem;
    font-size: 1.25rem;
    line-height: 1.25;
    border-radius: 0; }
    .events .event > .card-header [data-toggle="collapse"].collapsed .location, .events .event > .card-header [data-toggle="collapse"].collapsed .time {
      display: none;
      opacity: 0;
      visibility: hidden;
      transition: all 0.2s ease-in-out; }
  .events .event .date {
    color: #535353; }
  .events .event .name {
    display: block; }
  .events .event .location, .events .event .time {
    display: inline-block;
    color: #adb5bd;
    opacity: 1;
    visibility: visible; }
    .events .event .location::before, .events .event .time::before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: -.125em;
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      vertical-align: 0;
      margin-right: .25rem; }
  .events .event .location {
    padding-right: 3rem; }
    .events .event .location:before {
      content: "\f3c5"; }
  .events .event .time:before {
    content: "\f017"; }
  .events .event .card-body {
    padding: .5rem 1.25rem; }
  .events .event .card-footer {
    padding: .5rem 1.25rem 1.25rem; }

.fcal th {
  padding: .5rem 0;
  text-align: center;
  text-transform: uppercase; }

.fcal th, .fcal td {
  border: 0; }

.fcal .fc-header-toolbar {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 1.2rem; }
  .fcal .fc-header-toolbar .fc-left, .fcal .fc-header-toolbar .fc-right {
    width: 14.2857142857%;
    text-align: center;
    flex: 0 0 auto; }
  .fcal .fc-header-toolbar .fc-center {
    font-size: 1.6rem;
    flex: 1 0 auto; }
  .fcal .fc-header-toolbar .fc-right {
    order: 3; }
  .fcal .fc-header-toolbar .btn-link .i-caret {
    transform: scale(2.5); }
  .fcal .fc-header-toolbar .fc-prev-button .i-caret {
    transform: scale(-2.5); }

.fcal.fc .fc-toolbar > * > * {
  float: none; }

.fcal .fc-basic-view .fc-body .fc-row {
  min-height: 3rem; }

.fcal .fc-content-skeleton {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  height: 1rem;
  text-align: center; }
  .fcal .fc-content-skeleton .fcal-event {
    color: #71d2f9; }
    .fcal .fc-content-skeleton .fcal-event.select {
      color: #ffffff; }

.fcal.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: none; }

.fcal .fc-event-container {
  display: none; }

.fcal .fc-bg .fc-today {
  background-color: transparent;
  background-image: url(../img/circle-navy.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 2.9rem auto; }

.fcal .fc-bg .fcal-event {
  background-image: url(../img/circle-blue.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 2.9rem auto; }
  .fcal .fc-bg .fcal-event.select {
    background-image: url(../img/btn-circle-blue.png); }

.fcal .fcal-event {
  cursor: pointer; }

#p-events {
  position: relative; }
  #p-events::before, #p-events::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: -1; }
  #p-events::before {
    left: 0; }
  #p-events::after {
    right: 0; }
  @media (max-width: 991.98px) {
    #p-events::before {
      width: 18.4%;
      max-width: 207px;
      background-image: url(../img/article-bgL.png);
      background-position: 0 10%;
      background-repeat: repeat-y; }
    #p-events::after {
      width: 17.3333333333%;
      max-width: 195px;
      background-image: url(../img/article-bgR.png);
      background-position: 100% 15%;
      background-repeat: repeat-y; } }
  @media (min-width: 992px) {
    #p-events::before {
      width: 16.6666666667%;
      max-width: 240px;
      background-position: 0 0%;
      background-image: url(../img/event-bgL.png);
      background-repeat: repeat-y; }
    #p-events::after {
      width: 15.9722222222%;
      max-width: 230px;
      background-image: url(../img/event-bgR.png);
      background-position: 100% 0;
      background-repeat: repeat-y; } }
  #p-events section + section {
    margin-top: 4rem; }
  #p-events .intro {
    text-align: center;
    line-height: 1.4; }
    @media (min-width: 768px) {
      #p-events .intro {
        width: 70%;
        margin: auto; } }
  #p-events .asr-result {
    margin-top: 2rem;
    padding-top: 3rem;
    border-top: 0.3rem solid #71d2f9;
    border-image: url(../img/border.png) 2% repeat; }
  #p-events .filter-title {
    padding-bottom: .25rem;
    font-size: 1.5rem;
    color: #004b8d; }

#p-event {
  position: relative; }
  #p-event::before, #p-event::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: -1; }
  #p-event::before {
    left: 0; }
  #p-event::after {
    right: 0; }
  @media (max-width: 991.98px) {
    #p-event::before {
      width: 18.4%;
      max-width: 207px;
      background-image: url(../img/o-tree0-L.png);
      background-position: 0 37rem; }
    #p-event::after {
      width: 21.3333333333%;
      max-width: 240px;
      background-image: url(../img/o-tree3-R.png);
      background-position: 100% 98%; } }
  @media (min-width: 992px) {
    #p-event::before {
      width: 13.1944444444%;
      max-width: 190px;
      background-position: 0 38rem;
      background-image: url(../img/o-tree0-L.png); }
    #p-event::after {
      width: 16.6666666667%;
      max-width: 240px;
      background-image: url(../img/o-tree2-R.png);
      background-position: 100% 98%; } }
  #p-event .mainHeroo .date {
    color: #004b8d; }
  #p-event .mainHeroo .location, #p-event .mainHeroo .time {
    display: block;
    color: #71d2f9;
    margin-bottom: .5rem; }
    #p-event .mainHeroo .location::before, #p-event .mainHeroo .time::before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: -.125em;
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      vertical-align: 0;
      margin-right: .25rem; }
  #p-event .mainHeroo .location:before {
    content: "\f3c5"; }
  #p-event .mainHeroo .time:before {
    content: "\f017"; }
  #p-event .mainHeroo .banner .h1 {
    margin-top: -.5rem; }
  @media (max-width: 767.98px) {
    #p-event .mainHeroo {
      box-shadow: 0 0.13rem 0.25rem rgba(0, 0, 0, 0.1); }
      #p-event .mainHeroo .banner .row {
        text-align: left; }
      #p-event .mainHeroo .banner .txt {
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 7%);
        background-repeat: repeat-x; } }
  @media (min-width: 768px) {
    #p-event .mainHeroo .banner::before {
      content: '';
      width: 50%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      z-index: 1;
      background-image: linear-gradient(to right, rgba(255, 255, 255, 0.75) 80%, rgba(255, 255, 255, 0) 100%);
      background-repeat: repeat-x; }
    #p-event .mainHeroo .banner .img {
      z-index: -1; }
    #p-event .mainHeroo .banner .txt {
      z-index: 2; } }
  @media (min-width: 768px) and (min-width: 576px) {
    #p-event .mainHeroo .banner .txt {
      width: 100%; } }
  @media (min-width: 768px) and (min-width: 768px) {
    #p-event .mainHeroo .banner .txt {
      width: 92%; } }
  @media (min-width: 768px) and (min-width: 992px) {
    #p-event .mainHeroo .banner .txt {
      width: 78.4722222222%; } }
  @media (min-width: 768px) {
      #p-event .mainHeroo .banner .txt > div {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%; } }
  #p-event .content {
    line-height: 1.25; }
    #p-event .content p {
      margin-bottom: 1.25rem; }
  @media (min-width: 768px) {
    #p-event .content {
      width: 80%;
      margin: auto; } }

#p-search .sr-result {
  margin-top: 2rem;
  padding-top: 3rem;
  border-top: 0.3rem solid #71d2f9;
  border-image: url(../img/border.png) 2% repeat; }

#p-search .s-title {
  padding-bottom: .25rem;
  font-size: 1.5rem;
  color: #004b8d; }

@media (min-width: 768px) {
  #p-search .sr-form form {
    width: 80%;
    margin: auto; }
  #p-search .sr-form .btn-wider {
    width: 100%; } }

#p-sitemap .h1 {
  text-align: center;
  font-family: kghappy, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

#p-sitemap .h3 {
  font-size: 1rem;
  font-family: kghappy, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin-bottom: .5rem; }

#p-sitemap .c-inner {
  max-width: none; }

.cd-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  cursor: pointer;
  padding-bottom: .3rem;
  position: fixed;
  bottom: 2rem;
  right: 1rem;
  z-index: 10;
  background-image: url(../img/btn-circle-navy.png);
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  text-decoration: none;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s 0s, visibility 0s .3s; }
  .cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    transition: opacity .3s 0s, visibility 0s 0s; }
  .cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1; }
  .cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5; }
  .cd-top .i {
    font-size: 2.7rem;
    line-height: 3rem;
    transform: rotate(-90deg); }
  .cd-top .no-touch, .cd-top:hover {
    opacity: 1;
    text-decoration: none;
    color: #fff; }
  @media (max-width: 767.98px) {
    .cd-top {
      right: 20px;
      bottom: 20px; } }
  @media (min-width: 768px) {
    .cd-top {
      right: 30px;
      bottom: 30px; } }

#mainFooter {
  padding-top: 2.0833333333%;
  color: #ffffff; }
  #mainFooter a {
    color: inherit;
    text-decoration: none !important; }
    #mainFooter a:hover, #mainFooter a:focus {
      text-decoration: none !important; }
    #mainFooter a:hover {
      color: #d3f1fd; }
  #mainFooter .tier1,
  #mainFooter .tier2 {
    position: relative; }
    #mainFooter .tier1::before,
    #mainFooter .tier2::before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      width: 100%;
      height: 0;
      padding-top: 2.0833333333%;
      background-size: auto 100%;
      background-repeat: repeat-x;
      z-index: 3; }
  #mainFooter .tier1 {
    background-color: #71d2f9; }
    #mainFooter .tier1::before {
      bottom: 100%;
      background-image: url(../img/footer-top.png); }
    #mainFooter .tier1 h6 {
      font-family: vag, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      letter-spacing: 0.05em;
      font-weight: inherit;
      font-size: 1.5rem;
      padding-bottom: .5rem; }
    #mainFooter .tier1 .subs-txt,
    #mainFooter .tier1 .subs-form {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 1rem;
      padding-left: 1rem; }
    #mainFooter .tier1 .subs-form .form-control,
    #mainFooter .tier1 .subs-form .btn {
      font-size: .9rem; }
    #mainFooter .tier1 .subs-form .form-control {
      border: none; }
    #mainFooter .tier1 .subs-form .btn {
      color: #71d2f9;
      background: #004b8d linear-gradient(180deg, #4078aa, #004b8d) repeat-x;
      border-color: #004b8d;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
      #mainFooter .tier1 .subs-form .btn:hover {
        color: #fff;
        background: #003767 linear-gradient(180deg, #40698d, #003767) repeat-x;
        border-color: #00305a; }
      #mainFooter .tier1 .subs-form .btn:focus, #mainFooter .tier1 .subs-form .btn.focus {
        box-shadow: 0 0 0 1px rgba(0, 75, 141, 0.5); }
      #mainFooter .tier1 .subs-form .btn.disabled, #mainFooter .tier1 .subs-form .btn:disabled {
        color: #fff;
        background-color: #004b8d;
        border-color: #004b8d; }
      #mainFooter .tier1 .subs-form .btn:not(:disabled):not(.disabled):active, #mainFooter .tier1 .subs-form .btn:not(:disabled):not(.disabled).active,
      .show > #mainFooter .tier1 .subs-form .btn.dropdown-toggle {
        color: #fff;
        background-color: #00305a;
        border-color: #00294d; }
        #mainFooter .tier1 .subs-form .btn:not(:disabled):not(.disabled):active:focus, #mainFooter .tier1 .subs-form .btn:not(:disabled):not(.disabled).active:focus,
        .show > #mainFooter .tier1 .subs-form .btn.dropdown-toggle:focus {
          box-shadow: 0 0 0 1px rgba(0, 75, 141, 0.5); }
  #mainFooter .tier2 {
    background: #004b8d;
    padding-top: 2.0833333333%; }
    #mainFooter .tier2::before {
      top: 0;
      background-image: url(../img/footer-bottom.png); }
    #mainFooter .tier2 #footNav,
    #mainFooter .tier2 .social,
    #mainFooter .tier2 .copy,
    #mainFooter .tier2 .contact-us {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 0;
      padding-left: 0; }
    #mainFooter .tier2 #footNav,
    #mainFooter .tier2 .social,
    #mainFooter .tier2 .copy,
    #mainFooter .tier2 .contact-us {
      flex: 0 0 auto;
      width: auto;
      max-width: none; }
    #mainFooter .tier2 #footNav ul {
      padding-left: 0;
      list-style: none; }
    #mainFooter .tier2 .social {
      margin-left: auto;
      text-align: right; }
      #mainFooter .tier2 .social a {
        background-color: #ffffff;
        border-radius: 50%;
        color: #004b8d;
        text-align: center;
        font-weight: normal; }
        #mainFooter .tier2 .social a:hover {
          background-color: #d3f1fd; }
      #mainFooter .tier2 .social i {
        vertical-align: middle; }
    #mainFooter .tier2 #footCredit {
      position: relative;
      padding-top: 1rem;
      padding-bottom: 1rem;
      background-image: url(../img/footer-hr.png);
      background-size: 100% auto;
      background-repeat: no-repeat;
      background-position: top center; }
    #mainFooter .tier2 .copy {
      display: flex;
      flex-wrap: wrap;
      margin-right: 0;
      margin-left: 0;
      font-size: .8rem;
      align-items: center;
      justify-content: center;
      line-height: 1.25; }
    #mainFooter .tier2 .uj {
      width: 15px;
      margin-right: .5rem; }
      @media (min-width: 320px) {
        #mainFooter .tier2 .uj {
          width: calc(0.625vw + 13px); } }
      #mainFooter .tier2 .uj > img {
        max-width: 100%;
        height: auto; }
    #mainFooter .tier2 .contact-us {
      margin-left: auto; }
  @media (max-width: 767.98px) {
    #mainFooter .tier2 .contact-us {
      position: absolute;
      bottom: 100%;
      right: 0;
      margin-bottom: 1rem; } }
  @media (max-width: 991.98px) {
    #mainFooter .tier1 .c-inner {
      padding-top: .7rem;
      padding-bottom: .7rem; }
    #mainFooter .tier1 .subs-txt {
      margin-bottom: 1rem; }
    #mainFooter .tier2 #footNavs {
      padding-top: 1rem;
      padding-bottom: .75rem; }
    #mainFooter .tier2 #footNav {
      font-size: .9rem; }
      #mainFooter .tier2 #footNav a {
        display: block;
        padding: .25rem 0; }
    #mainFooter .tier2 .contact-us {
      font-size: .9rem; }
    #mainFooter .tier2 .social {
      margin-top: .5rem; }
      #mainFooter .tier2 .social a {
        width: 2rem;
        height: 2rem;
        line-height: 2rem;
        font-size: 1.2rem; } }
  @media (min-width: 992px) {
    #mainFooter .tier1 .c-inner {
      padding-top: 1rem;
      padding-bottom: 1rem; }
    #mainFooter .tier1 .subs-txt {
      flex: 0 0 45.8333333333%;
      max-width: 45.8333333333%; }
    #mainFooter .tier1 .subs-form {
      flex: 0 0 50%;
      max-width: 50%;
      margin-left: 4.1666666667%;
      margin-top: 2rem; }
    #mainFooter .tier2 #footNavs {
      padding-top: .5rem;
      padding-bottom: .5rem;
      align-items: center; }
    #mainFooter .tier2 #footNav {
      margin-left: -1.25rem; }
      #mainFooter .tier2 #footNav ul {
        display: flex;
        flex-wrap: wrap; }
        #mainFooter .tier2 #footNav ul li a {
          display: block;
          padding: 1rem 1.25rem; }
    #mainFooter .tier2 .social a {
      margin-left: .2rem;
      width: 1.8rem;
      height: 1.8rem;
      line-height: 1.8rem;
      font-size: 1.1rem; } }

/*# sourceMappingURL=style.css.map */